/* ================================================================
   CINEMA CLOUD — BASE STYLESHEET

   Load order: Bootstrap 5.3 CDN → [this file]
   ================================================================ */


/* ================================================================
   PAGE STRUCTURE
   ================================================================ */

.page-header {
    padding: 0;
    position: relative;
    overflow: clip;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position:50%
}


/* ================================================================
   BUTTONS
   ================================================================ */

.btn-primary:hover {
    background-color: #3066ff;
    border-color:#3066ff
}

.btn-primary .btn.bg-outline-primary {
    border:1px solid #3066ff
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color:#3066ff
}

.btn-secondary:hover {
    background-color: #9ba5b4;
    border-color:#9ba5b4
}

.btn-secondary .btn.bg-outline-secondary {
    border:1px solid #9ba5b4
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    background-color:#9ba5b4
}

.btn-success:hover {
    background-color: #12a366;
    border-color:#12a366
}

.btn-success .btn.bg-outline-success {
    border:1px solid #12a366
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
    background-color:#12a366
}

.btn-info:hover {
    background-color: #17a2b8;
    border-color:#17a2b8
}

.btn-info .btn.bg-outline-info {
    border:1px solid #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
    background-color:#17a2b8
}

.btn-warning:hover {
    background-color: #ffc107;
    border-color:#ffc107
}

.btn-warning .btn.bg-outline-warning {
    border:1px solid #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
    background-color:#ffc107
}

.btn-danger:hover {
    background-color: #dc3545;
    border-color:#dc3545
}

.btn-danger .btn.bg-outline-danger {
    border:1px solid #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
    background-color:#dc3545
}

.btn-light:hover {
    background-color: #cbd5e1;
    border-color:#cbd5e1
}

.btn-light .btn.bg-outline-light {
    border:1px solid #cbd5e1
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    background-color:#cbd5e1
}

.btn-dark:hover {
    background-color: #000000;
    border-color:#000000
}

.btn-dark .btn.bg-outline-dark {
    border:1px solid #000000;
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
    background-color:#000000;
}


.btn-primary, .btn.bg-gradient-primary {
    color:#fff
}

.btn-primary:hover, .btn.bg-gradient-primary:hover {
    color: #fff;
    border-color:transparent
}

.btn-primary:focus, .btn.bg-gradient-primary:focus {
    border-color:transparent
}

.btn-secondary, .btn.bg-gradient-secondary {
    color:#fff
}

.btn-secondary:hover, .btn.bg-gradient-secondary:hover {
    color: #fff;
    border-color:transparent
}

.btn-secondary:focus, .btn.bg-gradient-secondary:focus {
    border-color:transparent
}

.btn-danger, .btn.bg-gradient-danger {
    color:#fff
}

.btn-danger:hover, .btn.bg-gradient-danger:hover {
    color: #fff;
    border-color:transparent
}

.btn-danger:focus, .btn.bg-gradient-danger:focus {
    border-color:transparent
}

.btn-info, .btn.bg-gradient-info {
    color:#fff
}

.btn-info:hover, .btn.bg-gradient-info:hover {
    color: #fff;
    border-color:transparent
}

.btn-info:focus, .btn.bg-gradient-info:focus {
    border-color:transparent
}

.btn-success, .btn.bg-gradient-success {
    color:#fff 
}

.btn-success:hover, .btn.bg-gradient-success:hover {
    color: #fff;
    border-color:transparent
}

.btn-success:focus, .btn.bg-gradient-success:focus {
    border-color:transparent
}

.btn-warning, .btn.bg-gradient-warning {
    color:#fff
}

.btn-warning:hover, .btn.bg-gradient-warning:hover {
    color: #fff;
    border-color:transparent
}

.btn-warning:focus, .btn.bg-gradient-warning:focus {
    border-color:transparent
}

.btn-dark, .btn.bg-gradient-dark {
    color:#fff
}

.btn-dark:hover, .btn.bg-gradient-dark:hover {
    color: #fff;
    border-color:transparent
}

.btn-dark:focus, .btn.bg-gradient-dark:focus {
    border-color:transparent
}

.btn-light, .btn.bg-gradient-light {
    color:#3a416f
}

.btn-light:hover, .btn.bg-gradient-light:hover {
    color: #3a416f;
    border-color:transparent
}

.btn-light:focus, .btn.bg-gradient-light:focus {
    border-color:transparent
}


.btn-group > .btn, .btn-group-vertical > .btn {
    font-weight:400
}

.btn-group > .btn.active, .btn-group-vertical > .btn.active {
    font-weight: 700;
    color:#3066ff
}


/* ================================================================
   ALERTS
   ================================================================ */

.alert-primary {
    background-image:linear-gradient(310deg, #774dd3 0%, #6a38d9 100%)
}

.alert-secondary {
    background-image:linear-gradient(310deg, #64748b 0%, #64748b 100%)
}

.alert-success {
    background-image:linear-gradient(310deg, #67c23a 0%, #4aa91b 100%)
}

.alert-info {
    background-image:linear-gradient(310deg, #55a6f8 0%, #369aff 100%)
}

.alert-warning {
    background-image:linear-gradient(310deg, #f19937 0%, #f58100 100%)
}

.alert-danger {
    background-image:linear-gradient(310deg, #ea4e3d 0%, #ee321d 100%)
}

.alert-light {
    background-image:linear-gradient(310deg, #dde0e5 0%, #ced4da 100%)
}

.alert-dark {
    background-image:linear-gradient(310deg, #1e293b 0%, #1e293b 100%)
}

.btn-close:focus {
    box-shadow:none
}

.alert-dismissible .btn-close {
    background-image:none
}


/* ================================================================
   BREADCRUMBS
   ================================================================ */


.breadcrumb-item {
    font-size:.875rem
}

.breadcrumb-item.text-white:before {
    color:#fff
}

.breadcrumb-dark {
    background-color:#1e293b
}

.breadcrumb-dark .breadcrumb-item {
    font-weight:600
}

.breadcrumb-dark .breadcrumb-item a {
    color:#f9fafb
}

.breadcrumb-dark .breadcrumb-item a:hover {
    color:#fff
}

.breadcrumb-dark .breadcrumb-item + .breadcrumb-item:before {
    color:#adb5bd
}

.breadcrumb-dark .breadcrumb-item.active {
    color:#dde0e5
}

.breadcrumb-links {
    padding: 0;
    margin: 0;
    background:0 0
}


/* ================================================================
   CARDS
   ================================================================ */

.card {
    box-shadow:0 20px 27px #0000000d
}

.card .card-header {
    padding:1rem
}

.card .card-header-mx-2 {
    margin-left: .75rem !important;
    margin-right:.75rem !important
}

.card .card-header-mt-2 {
    margin-top:.75rem !important
}

.card .card-body {
    padding:1rem
}

.card.card-plain {
    background-color: transparent;
    box-shadow:none
}

.card .card-footer {
    padding: 1rem;
    background-color:transparent
}

.author {
    display:flex
}

.author .name > span {
    line-height: 1.571;
    font-weight: 600;
    font-size: .875rem;
    color:#3a416f
}

.author .stats {
    font-size: .875rem;
    font-weight:400
}
.card.card-product img {
    object-fit:cover
}

.card .badge {
    border: 1px solid #cbd5e1;
    border-radius: .25rem;
    cursor: pointer;
    display: inline-block;
    height: 23px;
    margin-right: 5px;
    position: relative;
    width: 23px;
    transition:all .2s ease-in-out
}

.card .badge:hover, .card .badge.active {
    border-color:#1e293b
}

@media (min-width: 992px) {
    .dropdown .dropdown-menu, .dropup .dropdown-menu, .dropstart .dropdown-menu, .dropend .dropdown-menu {
        box-shadow: 0 .5rem 1.5rem -.25rem #0c1a2426, 0 .5rem .6275rem -.3125rem #0c1a240f;
        cursor:pointer
    }

    .dropdown .dropdown-toggle:after, .dropdown .dropdown-toggle:before, .dropup .dropdown-toggle:after, .dropup .dropdown-toggle:before, .dropstart .dropdown-toggle:after, .dropstart .dropdown-toggle:before, .dropend .dropdown-toggle:after, .dropend .dropdown-toggle:before {
        font: 14px/1 FontAwesome;
        border: none;
        vertical-align: middle;
        font-weight:600
    }

    .dropdown .dropdown-toggle.show:after, .dropdown .dropdown-toggle.show:before, .dropup .dropdown-toggle.show:after, .dropup .dropdown-toggle.show:before, .dropstart .dropdown-toggle.show:after, .dropstart .dropdown-toggle.show:before, .dropend .dropdown-toggle.show:after, .dropend .dropdown-toggle.show:before {
        transform:rotate(180deg)
    }

    .dropdown .dropdown-toggle:after, .dropdown .dropdown-toggle:before, .dropup .dropdown-toggle:after, .dropup .dropdown-toggle:before, .dropstart .dropdown-toggle:after, .dropstart .dropdown-toggle:before, .dropend .dropdown-toggle:after, .dropend .dropdown-toggle:before {
        transition:.3s ease
    }

    .dropdown .dropdown-menu, .dropup .dropdown-menu {
        transition:visibility .25s, opacity .25s, transform .25s
    }

    .dropdown .dropdown-menu li, .dropup .dropdown-menu li {
        padding:0 5px
    }

    .dropdown .dropdown-toggle:after, .dropup .dropdown-toggle:after {
        content: ""
    }

    .dropstart .dropdown-toggle:before {
        content: ""
    }

    .dropend .dropdown-toggle:after {
        content: ""
    }

    .dropdown.dropdown-hover .dropdown-menu, .dropdown .dropdown-menu {
        display: block;
        opacity: 0;
        top: 0;
        transform-origin: 50% 0;
        pointer-events: none;
        transform: perspective(999px) rotateX(-10deg) translateZ(0) translate3d(0, 37px, 0) !important;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        will-change:transform, box-shadow
    }

    .dropdown.dropdown-hover:hover > .dropdown-menu, .dropdown .dropdown-menu.show {
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        transform:perspective(999px) rotateX(0) translateZ(0) translate3d(0, 37px, 5px) !important
    }

    .dropdown.dropdown-hover:hover > .dropdown-menu:before, .dropdown .dropdown-menu.show:before {
        top:-20px
    }

    .dropdown.dropdown-hover:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -24px;
        width: 100%;
        height:100%
    }

    .dropdown:not(.dropdown-hover) .dropdown-menu {
        margin-top:8px !important
    }

    .dropdown .dropdown-menu:before {
        font-family: FontAwesome;
        content: "";
        position: absolute;
        top: 0;
        left: 28px;
        right: auto;
        font-size: 22px;
        color: #fff;
        transition:top .35s ease
    }

    .dropdown .dropdown-item .arrow {
        transform:rotate(-90deg)
    }

    .dropdown-item {
        transition:background-color .3s ease, color .3s ease
    }
}

@media (max-width: 991.98px) {
    .navbar-toggler + .navbar-collapse .dropdown:not(.nav-item) .dropdown-menu {
        display: block;
        opacity: 0;
        top: 0;
        transform-origin: 50% 0;
        pointer-events: none;
        transform: perspective(999px) rotateX(-10deg) translateZ(0) translate3d(0, 37px, 0) !important;
        transition: visibility .25s, opacity .25s, transform .25s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        will-change: transform, box-shadow;
        box-shadow:0 .5rem 1.5rem -.25rem #0c1a2426, 0 .5rem .6275rem -.3125rem #0c1a240f
    }

    .navbar-toggler + .navbar-collapse .dropdown:not(.nav-item) .dropdown-menu:before {
        font-family: FontAwesome;
        content: "";
        position: absolute;
        top: 0;
        left: 28px;
        right: auto;
        font-size: 22px;
        color: #fff;
        transition:top .35s ease
    }

    .navbar-toggler + .navbar-collapse .dropdown:not(.nav-item):not(.dropdown-hover) .dropdown-menu {
        margin-top:8px !important
    }

    .navbar-toggler + .navbar-collapse .dropdown:not(.nav-item) .dropdown-menu.show {
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        transform:perspective(999px) rotateX(0) translateZ(0) translate3d(0, 37px, 5px) !important
    }

    .navbar-toggler + .navbar-collapse .dropdown:not(.nav-item) .dropdown-menu.show:before {
        top:-20px
    }

    .navbar-toggler + .navbar-collapse .dropdown.nav-item .dropdown-menu {
        background-color: transparent;
        overflow: scroll;
        position: relative;
        transform: none !important;
        box-shadow:none !important
    }

    :not(.navbar) .dropdown .dropdown-menu {
        opacity: 0;
        top: 0;
        transform-origin: 50% 0;
        pointer-events: none;
        transform: perspective(999px) rotateX(-10deg) translateZ(0) translate3d(0, 37px, 0) !important;
        transition: visibility .25s, opacity .25s, transform .25s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        will-change: transform, box-shadow;
        box-shadow:0 .5rem 1.5rem -.25rem #0c1a2426, 0 .5rem .6275rem -.3125rem #0c1a240f
    }

    :not(.navbar) .dropdown .dropdown-menu:before {
        font-family: FontAwesome;
        content: "";
        position: absolute;
        top: 0;
        left: 28px;
        right: auto;
        font-size: 22px;
        color: #fff;
        transition:top .35s ease
    }

    :not(.navbar) .dropdown:not(.dropdown-hover) .dropdown-menu {
        margin-top:8px !important
    }

    :not(.navbar) .dropdown .dropdown-menu.show {
        opacity: 1;
        pointer-events: auto;
        visibility:visible
    }

    :not(.navbar) .dropdown .dropdown-menu.show:before {
        top:-20px
    }

    :not(.navbar) .dropdown.nav-item .dropdown-menu {
        position:absolute
    }

    .dropdown.nav-item .dropdown-menu-animation {
        display: block;
        height: 0;
        transition: all .35s ease;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        opacity:0
    }

    .dropdown.nav-item .dropdown-menu-animation.show {
        height: 250px;
        opacity:1
    }

    .navbar.blur .dropdown .dropdown-menu.show {
        transform: perspective(999px) rotateX(0) translateZ(0) translateZ(5px) !important;
        box-shadow: none;
        margin-bottom:1rem
    }
}

.dropdown-menu li {
    position:relative
}

.dropdown.dropdown-subitem:after {
    left: 100%;
    bottom: 0;
    width:50%
}


/* ================================================================
   DROPDOWNS
   ================================================================ */

.dropdown .dropdown-menu .dropdown-item {
    border-radius:.125rem
}

.dropdown .dropdown-menu .dropdown-item + .dropdown-menu:before {
    transform: rotate(-90deg);
    left: 0;
    top: 0;
    z-index: -1;
    transition:left .35s ease
}

.dropdown .dropdown-menu.dropdown-menu-end {
    right: 0 !important;
    left:auto !important
}

.dropdown .dropdown-menu.dropdown-menu-end:before {
    right: 28px;
    left:auto
}

.dropdown.dropdown-subitem:hover .dropdown-item + .dropdown-menu:before {
    left:-8px
}

.dropdown > .dropdown-menu .dropdown-item + .dropdown-menu {
    transform:perspective(999px) rotateX(0) translateZ(0) translateZ(5px) !important
}

.dropdown .dropdown-menu .dropdown-item + .dropdown-menu {
    right: -197px;
    left: auto;
    top:0
}

.dropdown-image {
    background-size:cover
}

@media (min-width: 992px) {
    .dropdown-xxl {
        min-width:60rem
    }

    .dropdown-xl {
        min-width:40rem
    }

    .dropdown-lg {
        min-width:23rem
    }

    .dropdown-md {
        min-width:15rem
    }
}

@media (max-width: 1199.98px) {
    .dropdown-lg-responsive {
        min-width:19rem
    }
}

.dropup .dropdown-menu {
    box-shadow: 0 .5rem 1.5rem -.25rem #0c1a2426, 0 .5rem .6275rem -.3125rem #0c1a240f;
    transition: visibility .25s, opacity .25s, transform .25s;
    cursor: pointer;
    top: auto !important;
    bottom: 100% !important;
    margin-bottom: .5rem !important;
    display: block;
    opacity: 0;
    transform-origin: bottom;
    pointer-events: none;
    transform: perspective(999px) rotateX(12deg) translateZ(0) translateZ(0) !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change:transform, box-shadow
}

.dropup .dropdown-menu.show {
    pointer-events: auto;
    transform: perspective(999px) rotateX(0) translateZ(0) translate3d(1px, 0, 5px) !important;
    opacity:1
}

.dropup .dropdown-menu.show:after {
    bottom:-20px
}

.dropup .dropdown-menu:after {
    font-family: FontAwesome;
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 22px;
    left: 28px;
    right: auto;
    font-size: 22px;
    color: #fff;
    transition:bottom .35s ease
}


.page-header .container {
    z-index:1
}

.oblique {
    overflow: hidden;
    width: 60%;
    right: -10rem;
    border-bottom-left-radius:.75rem
}

.oblique .oblique-image {
    background-position: 0 50%;
    background-repeat:no-repeat
}

.fixed-plugin .fixed-plugin-button {
    background: #fff;
    border-radius: 50%;
    bottom: 30px;
    right: 30px;
    font-size: 1.25rem;
    z-index: 990;
    box-shadow: 0 2px 12px #00000029;
    cursor:pointer
}

.fixed-plugin .fixed-plugin-button i {
    pointer-events:none
}

.fixed-plugin .card {
    position: fixed !important;
    right: -360px;
    top: 0;
    height: 100%;
    left: auto !important;
    transform: unset !important;
    width: 360px;
    border-radius: 0;
    padding: 0 10px;
    transition: .2s ease;
    z-index:1020
}

.fixed-plugin .badge {
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 23px;
    margin-right: 5px;
    position: relative;
    width: 23px;
    transition:all .2s ease-in-out
}

.fixed-plugin .badge:hover, .fixed-plugin .badge.active {
    border-color:#1e293b
}

.fixed-plugin .btn.bg-gradient-primary:not(:disabled):not(.disabled) {
    border:1px solid transparent
}

.fixed-plugin .btn.bg-gradient-primary:not(:disabled):not(.disabled):not(.active) {
    background-color: transparent;
    background-image: none;
    border: 1px solid #3066ff;
    color:#3066ff
}

.fixed-plugin.show .card {
    right:0
}


.card-product .form-check {
    position: relative;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content:center
}

.card-product .form-check .form-check-input + label {
    margin-left: 0;
    margin-top: 0 !important;
    cursor:pointer
}

.card-product .form-check .form-check-input[disabled] + label {
    cursor: not-allowed;
    pointer-events:all
}

.card-product .form-check .form-check-input[disabled]:hover + label {
    background-color:#fff
}

.card-product .form-check .form-check-input:hover + label {
    background-color:#cbd5e1
}

.footer .nav-link {
    color: #1e293b;
    font-weight: 400;
    font-size: .875rem;
    padding-top: 0;
    padding-bottom:.25rem
}

.footer .nav-link:hover {
    opacity: 1 !important;
    transition:opacity .3 ease
}

.bg-gradient-primary {
    background-image:linear-gradient(310deg, #774dd3 0%, #6a38d9 100%)
}

.bg-gradient-secondary {
    background-image:linear-gradient(310deg, #64748b 0%, #64748b 100%)
}

.bg-gradient-success {
    background-image:linear-gradient(310deg, #67c23a 0%, #4aa91b 100%)
}

.bg-gradient-info {
    background-image:linear-gradient(310deg, #55a6f8 0%, #369aff 100%)
}

.bg-gradient-warning {
    background-image:linear-gradient(310deg, #f19937 0%, #f58100 100%)
}

.bg-gradient-danger {
    background-image:linear-gradient(310deg, #ea4e3d 0%, #ee321d 100%)
}

.bg-gradient-light {
    background-image:linear-gradient(310deg, #dde0e5 0%, #ced4da 100%)
}

.bg-gradient-dark {
    background-image:linear-gradient(310deg, #1e293b 0%, #1e293b 100%)
}

.bg-gradient-faded-primary {
    background-image:radial-gradient(370px circle at 80% 50%, rgba(48, 102, 255, .6) 0, #0042fc 100%)
}

.bg-gradient-faded-secondary {
    background-image:radial-gradient(370px circle at 80% 50%, rgba(155, 165, 180, .6) 0, #7e8b9e 100%)
}

.bg-gradient-faded-success {
    background-image:radial-gradient(370px circle at 80% 50%, rgba(18, 163, 102, .6) 0, #0d7549 100%)
}

.bg-gradient-faded-info {
    background-image:radial-gradient(370px circle at 80% 50%, rgba(23, 162, 184, .6) 0, #117a8b 100%)
}

.bg-gradient-faded-warning {
    background-image:radial-gradient(370px circle at 80% 50%, rgba(255, 193, 7, .6) 0, #d39e00 100%)
}

.bg-gradient-faded-danger {
    background-image:radial-gradient(370px circle at 80% 50%, rgba(220, 53, 69, .6) 0, #bd2130 100%)
}

.bg-gradient-faded-light {
    background-image:radial-gradient(370px circle at 80% 50%, rgba(203, 213, 225, .6) 0, #abbbce 100%)
}

.bg-gradient-faded-dark {
    background-image:radial-gradient(370px circle at 80% 50%, rgba(30, 41, 59, .6) 0, #0d1219 100%)
}

.bg-gradient-faded-white {
    background-image:radial-gradient(370px circle at 80% 50%, rgba(255, 255, 255, .6) 0, #e6e6e6 100%)
}

.bg-gradient-faded-primary-vertical {
    background-image:radial-gradient(200px circle at 50% 70%, rgba(48, 102, 255, .3) 0, #3066ff 100%)
}

.bg-gradient-faded-secondary-vertical {
    background-image:radial-gradient(200px circle at 50% 70%, rgba(155, 165, 180, .3) 0, #9ba5b4 100%)
}

.bg-gradient-faded-success-vertical {
    background-image:radial-gradient(200px circle at 50% 70%, rgba(18, 163, 102, .3) 0, #12a366 100%)
}

.bg-gradient-faded-info-vertical {
    background-image:radial-gradient(200px circle at 50% 70%, rgba(23, 162, 184, .3) 0, #17a2b8 100%)
}

.bg-gradient-faded-warning-vertical {
    background-image:radial-gradient(200px circle at 50% 70%, rgba(255, 193, 7, .3) 0, #ffc107 100%)
}

.bg-gradient-faded-danger-vertical {
    background-image:radial-gradient(200px circle at 50% 70%, rgba(220, 53, 69, .3) 0, #dc3545 100%)
}

.bg-gradient-faded-light-vertical {
    background-image:radial-gradient(200px circle at 50% 70%, rgba(203, 213, 225, .3) 0, #cbd5e1 100%)
}

.bg-gradient-faded-dark-vertical {
    background-image:radial-gradient(200px circle at 50% 70%, rgba(30, 41, 59, .3) 0, #1e293b 100%)
}

.bg-gradient-faded-white-vertical {
    background-image:radial-gradient(200px circle at 50% 70%, rgba(255, 255, 255, .3) 0, #fff 100%)
}


/* ================================================================
   ICONS
   ================================================================ */

.icon-shape {
    width: 48px;
    height: 48px;
    background-position: center;
    border-radius:.75rem
}

.icon-shape i {
    color: #fff;
    opacity: .8;
    top: 11px;
    position:relative
}

.icon-shape .ni {
    top:14px
}

.icon-xxs {
    width: 20px;
    height:20px
}

.icon-xxs i {
    top: -4px;
    font-size:.5rem
}

.icon-xs {
    width: 24px;
    height:24px
}

.icon-xs i {
    top: -4px;
    font-size:.5rem
}

.icon-sm {
    width: 32px;
    height:32px
}

.icon-sm i {
    top: 2px;
    font-size:.65rem
}

.icon-md {
    width: 48px;
    height:48px
}

.icon-md i {
    top: 22%;
    font-size:.875rem
}

.icon-md.icon-striped {
    background-position-x: 85px;
    background-position-y:85px
}

.icon-md.icon-striped i {
    top: 11%;
    margin-left: -10px;
    font-size:.875rem
}

.icon-lg {
    width: 64px;
    height:64px
}

.icon-lg i {
    top: 31%;
    font-size:1.25rem
}

.icon-lg.icon-striped {
    background-position-x: 111px;
    background-position-y:111px
}

.icon-lg.icon-striped i {
    top: 21%;
    margin-left:-15px
}

.icon-xl {
    width: 100px;
    height: 100px;
    border-radius:.75rem
}

.icon-xl i {
    top: 37%;
    font-size:1.6rem
}

.icon-xl.icon-striped {
    background-position-x: 80px;
    background-position-y:80px
}

.icon-xl.icon-striped i {
    top: 30%;
    margin-left:-15px
}

.info-horizontal {
    text-align:left !important
}

.info-horizontal .icon {
    float:left
}

.info-horizontal .description {
    overflow:hidden
}


/* ================================================================
   SVG ICON COLOURS
   ================================================================ */

svg.text-primary .color-foreground {
    fill:#774dd3
}

svg.text-primary .color-background {
    fill:#6a38d9
}

svg.text-secondary .color-foreground {
    fill:#64748b
}

svg.text-secondary .color-background {
    fill:#64748b
}

svg.text-info .color-foreground {
    fill:#55a6f8
}

svg.text-info .color-background {
    fill:#369aff
}

svg.text-warning .color-foreground {
    fill:#f19937
}

svg.text-warning .color-background {
    fill:#f58100
}

svg.text-danger .color-foreground {
    fill:#ea4e3d
}

svg.text-danger .color-background {
    fill:#ee321d
}

svg.text-success .color-foreground {
    fill:#67c23a
}

svg.text-success .color-background {
    fill:#4aa91b
}

svg.text-dark .color-foreground {
    fill:#1e293b
}

svg.text-dark .color-background {
    fill:#1e293b
}


/* ================================================================
   BLUR EFFECTS & SHADOWS
   ================================================================ */

.blur {
    box-shadow: inset 0 0 2px #fefefed1;
    -webkit-backdrop-filter: blur(27.2px);
    backdrop-filter: blur(27.2px);
    background-color:#ffffffd9 !important
}

.blur.saturation-less {
    -webkit-backdrop-filter: saturate(20%) blur(30px);
    backdrop-filter:saturate(20%) blur(30px)
}

.blur.blur-rounded {
    border-radius:40px
}

.blur.blur-light {
    background-color:#fff6
}

.blur.blur-dark {
    background-color:#0000004d
}

.shadow-blur {
    box-shadow:inset 0 0 1px 1px #fefefee6, 0 20px 27px #0000000d !important
}

.shadow-card {
    box-shadow:0 20px 27px #0000000d !important
}

.navbar-blur {
    -webkit-backdrop-filter: blur(27.2px);
    backdrop-filter: blur(27.2px);
    background-color:#ffffff94 !important
}

.blur-section {
    -webkit-backdrop-filter: blur(27.2px);
    backdrop-filter:blur(27.2px)
}

.blur-section.blur-gradient-primary {
    background-image:linear-gradient(310deg, rgba(119, 77, 211, .95) 0%, rgba(106, 56, 217, .95) 100%)
}

* .move-on-hover {
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    overflow: hidden;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: perspective(999px) rotateX(0deg) translate3d(0, 0, 0);
    transform: perspective(999px) rotateX(0) translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change:transform, box-shadow
}

* .move-on-hover:hover {
    -webkit-transform: perspective(999px) rotateX(7deg) translate3d(0px, -4px, 5px);
    transform:perspective(999px) rotateX(7deg) translate3d(0, -4px, 5px)
}

* .gradient-animation {
    background: linear-gradient(-45deg, #55a6f8, #dc3545, #ffc107, #774dd3, #1e293b);
    background-size: 400% 400% !important;
    animation:gradient 10s ease infinite
}

hr.vertical {
    position: absolute;
    background-color: transparent;
    height: 100%;
    right: 0;
    top: 0;
    width:1px
}

hr.vertical.light {
    background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0))
}

hr.vertical.dark {
    background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .4), rgba(0, 0, 0, 0))
}

hr.vertical.gray-light {
    background-image:linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0))
}

hr.horizontal {
    background-color:transparent
}

hr.horizontal.light {
    background-image:linear-gradient(to right, rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0))
}

hr.horizontal.dark {
    background-image:linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, .4), rgba(0, 0, 0, 0))
}

hr.horizontal.gray-light {
    background-image:linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0))
}


/* ================================================================
   UTILITY CLASSES
   ================================================================ */

.lock-size {
    width: 1.7rem;
    height:1.7rem
}

.border-radius-xs {
    border-radius:.125rem
}

.border-radius-sm {
    border-radius:.25rem
}

.border-radius-md {
    border-radius:.5rem
}

.border-radius-lg {
    border-radius:.75rem
}

.border-radius-xl {
    border-radius:1rem
}

.border-radius-2xl {
    border-radius:1.5rem
}

.border-radius-section {
    border-radius:10rem
}

.border-bottom-end-radius-0 {
    border-bottom-right-radius:0
}

.border-top-end-radius-0 {
    border-top-right-radius:0
}

.border-bottom-start-radius-0 {
    border-bottom-left-radius:0
}

.border-top-start-radius-0 {
    border-top-left-radius:0
}

.border-dashed {
    border-style:dashed !important
}

.z-index-sticky {
    z-index:1020
}


/* ================================================================
   WAVE ANIMATIONS
   ================================================================ */

.waves {
    position: relative;
    width: 100%;
    height: 16vh;
    margin-bottom: -7px;
    min-height: 100px;
    max-height:150px
}

.waves.waves-sm {
    height: 50px;
    min-height:50px
}

.waves.no-animation .moving-waves > use {
    animation:none
}

.wave-rotate {
    transform:rotate(180deg)
}

.moving-waves > use {
    animation:move-forever 40s cubic-bezier(.55, .5, .45, .5) infinite
}

.moving-waves > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration:11s
}

.moving-waves > use:nth-child(2) {
    animation-delay: -4s;
    animation-duration:13s
}

.moving-waves > use:nth-child(3) {
    animation-delay: -3s;
    animation-duration:15s
}

.moving-waves > use:nth-child(4) {
    animation-delay: -4s;
    animation-duration:20s
}

.moving-waves > use:nth-child(5) {
    animation-delay: -4s;
    animation-duration:25s
}

.moving-waves > use:nth-child(6) {
    animation-delay: -3s;
    animation-duration:30s
}

@keyframes move-forever {
    0% {
        transform:translate3d(-90px, 0, 0)
    }

    to {
        transform:translate3d(85px, 0, 0)
    }
}

@media (max-width: 767.98px) {
    .waves {
        height: 40px;
        min-height:40px
    }

    hr.horizontal {
        background-color:transparent
    }

    hr.horizontal:not(.dark) {
        background-image:linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255), rgba(255, 255, 255, 0))
    }

    hr.horizontal.vertical {
        transform:rotate(90deg)
    }

    hr.horizontal.dark {
        background-image:linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, .4), rgba(0, 0, 0, 0))
    }
}

.overflow-visible {
    overflow:visible !important
}

.bg-cover {
    background-size:cover
}

.overflow-x-hidden {
    overflow-x:hidden
}

.overflow-y-hidden {
    overflow-y:hidden
}

.overflow-x-scroll {
    overflow-x:scroll
}

.overflow-y-scroll {
    overflow-y:scroll
}


.cursor-pointer {
    cursor:pointer
}

.transform-translate-50 {
    transform:translateY(-50%)
}

@media (min-width: 992px) {
    .virtual-reality .sidenav {
        margin-top: 1.5rem;
        animation-name: fadeInBottom;
        animation-fill-mode: both;
        animation-duration: 1.5s;
        transform: scale(.6);
        background: #fff;
        left: 18% !important;
        position:absolute
    }
}


.faded {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background:rgba(255, 255, 255, 0) linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .97) 80%) repeat scroll 0 0
}

.text-border:after, .text-border:before {
    content: "";
    display: inline-block;
    width: 30%;
    height: 1px;
    position: relative;
    vertical-align:middle
}

.text-border:after {
    background:linear-gradient(90deg, rgba(117, 117, 117, .4), rgba(117, 117, 117, .4), transparent)
}

.text-border:before {
    background:linear-gradient(90deg, transparent, rgba(117, 117, 117, .4), rgba(117, 117, 117, .4))
}

.text-border:before {
    right: .5em;
    margin-left:-50%
}

.text-border:after {
    left: .5em;
    margin-right:-50%
}

.accordion .form-check-input {
    margin-left:0
}


/* ================================================================
   NAVBAR
   ================================================================ */

.navbar {
    box-shadow:0 2px 12px #00000029
}

.navbar .navbar-brand {
    color: #1e293b;
    line-height:1rem
}

.navbar .nav-link {
    color: #64748b;
    padding: .5rem 1rem;
    font-weight: 500;
    font-size: .875rem;
    line-height:1rem
}

.navbar.navbar-absolute {
    position: absolute;
    width: 100%;
    z-index:1
}

.navbar.navbar-transparent .nav-link, .navbar.navbar-transparent .nav-link i {
    color:#fff
}

.navbar.navbar-transparent .nav-link:hover, .navbar.navbar-transparent .nav-link:focus {
    color:#ffffffbf
}

.navbar.navbar-transparent .navbar-toggler .navbar-toggler-icon .navbar-toggler-bar {
    background:#fff
}

.navbar.navbar-transparent .navbar-collapse {
    border-radius:1rem
}

.navbar.navbar-dark .navbar-collapse.show .dropdown-header.text-dark, .navbar.navbar-dark .navbar-collapse.collapsing .dropdown-header.text-dark {
    color:#fff !important
}

.navbar .sidenav-toggler-inner {
    width:18px
}

.navbar .sidenav-toggler-inner .sidenav-toggler-line {
    transition: all .15s ease;
    background: #64748b;
    border-radius: .125rem;
    position: relative;
    display: block;
    height:2px
}

.navbar .sidenav-toggler-inner .sidenav-toggler-line:not(:last-child) {
    margin-bottom:3px
}

.g-sidenav-show.g-sidenav-pinned .navbar .sidenav-toggler-inner .sidenav-toggler-line:first-child, .g-sidenav-show.g-sidenav-pinned .navbar .sidenav-toggler-inner .sidenav-toggler-line:last-child {
    width: 13px;
    transform:translate(5px)
}

.navbar-light {
    background-color:#fff !important
}

.navbar-light .navbar-toggler {
    border:none
}

.navbar-light .navbar-toggler:focus {
    box-shadow:none
}

.navbar-toggler .navbar-toggler-icon {
}

.navbar-toggler .navbar-toggler-icon .navbar-toggler-bar {
    display: block;
    position: relative;
    width: 22px;
    height: 1px;
    border-radius: 1px;
    background: #6c757d;
    transition: all .2s;
    margin:0 auto
}

.navbar-toggler .navbar-toggler-icon .navbar-toggler-bar.bar2, .navbar-toggler .navbar-toggler-icon .navbar-toggler-bar.bar3 {
    margin-top:7px
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-bar.bar1 {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
    margin-top:4px
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-bar.bar2 {
    opacity:0
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-bar.bar3 {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
    margin-top:3px
}

@media (max-width: 991.98px) {
    .navbar.navbar-transparent .navbar-collapse {
        padding-top: .5rem;
        padding-bottom:.5rem
    }

    .navbar.navbar-transparent .navbar-collapse.collapsing, .navbar.navbar-transparent .navbar-collapse.show {
        background:#fff
    }

    .navbar.navbar-transparent .navbar-collapse.show .nav-link, .navbar.navbar-transparent .navbar-collapse.show i {
        color:#1e293b
    }

    .g-sidenav-show .navbar:not(.sidenav).navbar-main .navbar-collapse {
        display: flex !important;
        flex-basis:auto
    }

    .g-sidenav-show .navbar:not(.sidenav).navbar-main .navbar-nav {
        flex-direction:row
    }

    .navbar.navbar-transparent .navbar-collapse {
        box-shadow:0 .5rem 1.5rem -.25rem #0c1a2426, 0 .5rem .6275rem -.3125rem #0c1a240f
    }
}

@media (max-width: 767.98px) {
    .navbar-collapse {
        position:relative
    }

    .navbar-collapse .navbar-nav {
        width:100%
    }

    .navbar-collapse .navbar-nav .nav-item.dropdown {
        position:static
    }

    .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
        left: 0;
        right:0
    }

    .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu.show:before {
        content:none
    }
}

@media (max-width: 575.98px) {
    .navbar-nav .nav-item.dropdown .dropdown-menu {
        left: 0;
        right:auto
    }
}


/* ================================================================
   NAVBAR — MAIN (FIXED TOP)
   ================================================================ */

.navbar-main {
    transition:box-shadow .25s ease-in, background-color .25s ease-in
}

.navbar-main.fixed-top {
    width:calc(100% - 20.125rem)
}

.navbar-main.fixed-top + [class*=container] {
    margin-top:7.1875rem !important
}

.navbar-vertical .navbar-nav .nav-link[data-bs-toggle=collapse]:after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "font awesome 5 free";
    font-weight: 700;
    content: "";
    margin-left: auto;
    color: #1e293b80;
    transition:all .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .navbar-vertical .navbar-nav .nav-link[data-bs-toggle=collapse]:after {
        transition:none
    }
}

.navbar-vertical .navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true]:after {
    color: #1e293b;
    transform:rotate(180deg)
}

.navbar-vertical .navbar-nav .nav-item .collapse .nav, .navbar-vertical .navbar-nav .nav-item .collapsing .nav {
    transition:all .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .navbar-vertical .navbar-nav .nav-item .collapse .nav, .navbar-vertical .navbar-nav .nav-item .collapsing .nav {
        transition:none
    }
}

.navbar-vertical .navbar-nav .nav-item .collapse .nav .nav-item .nav-link, .navbar-vertical .navbar-nav .nav-item .collapsing .nav .nav-item .nav-link {
    position: relative;
    background-color: transparent;
    box-shadow: none;
    color: #1e293b80;
    margin-left:1.35rem
}

.navbar-vertical .navbar-nav .nav-item .collapse .nav .nav-item .nav-link:before, .navbar-vertical .navbar-nav .nav-item .collapsing .nav .nav-item .nav-link:before {
    content: "";
    position: absolute;
    left: -18px;
    top: 50%;
    transform: translateY(-50%);
    height: 5px;
    width: 5px;
    border-radius: 1.5rem;
    background:rgba(30, 41, 59, .5)
}

.navbar-vertical .navbar-nav .nav-item .collapse .nav .nav-item .nav-link.active, .navbar-vertical .navbar-nav .nav-item .collapsing .nav .nav-item .nav-link.active {
    color:#1e293b
}

.navbar-vertical .navbar-nav .nav-item .collapse .nav .nav-item .nav-link.active:before, .navbar-vertical .navbar-nav .nav-item .collapsing .nav .nav-item .nav-link.active:before {
    height: 8px;
    width: 8px;
    background:#1e293b
}

.navbar-vertical .navbar-nav .nav-item .collapse .nav .nav-item.active .nav-link, .navbar-vertical .navbar-nav .nav-item .collapsing .nav .nav-item.active .nav-link {
    color:#1e293b
}

.navbar-vertical .navbar-nav .nav-item .collapse .nav .nav-item.active .nav-link:before, .navbar-vertical .navbar-nav .nav-item .collapsing .nav .nav-item.active .nav-link:before {
    height: 8px;
    width: 8px;
    background:#1e293b
}

.navbar-vertical .navbar-nav .nav-item .collapse .nav .nav-item .nav-item .nav-link:before, .navbar-vertical .navbar-nav .nav-item .collapsing .nav .nav-item .nav-item .nav-link:before {
    content:none
}

.navbar-vertical .navbar-nav .nav-item .sidenav-docs .nav .nav-item .nav-link {
    position: relative;
    background-color: transparent;
    box-shadow: none;
    color: #444;
    margin-left:1.35rem
}

.navbar-vertical .navbar-nav .nav-item .sidenav-docs .nav .nav-item .nav-link:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 120%;
    width: 1px;
    border-radius: 1.5rem;
    background:#dddfe6
}

.navbar-vertical.blur .navbar-nav > .nav-item .nav-link {
    background-color: transparent;
    box-shadow:none
}

.navbar-vertical .navbar-brand .navbar-brand-img, .navbar-vertical .navbar-brand span {
    transition:all .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .navbar-vertical .navbar-brand .navbar-brand-img, .navbar-vertical .navbar-brand span {
        transition:none
    }
}

.navbar-vertical .nav-item .nav-link span.sidenav-mini-icon {
    transition: all .2s ease-in-out;
    text-align: center;
    width:0
}

@media (prefers-reduced-motion: reduce) {
    .navbar-vertical .nav-item .nav-link span.sidenav-mini-icon {
        transition:none
    }
}

.navbar-vertical .docs-info {
    transition:all .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .navbar-vertical .docs-info {
        transition:none
    }
}

.g-sidenav-show:not(.g-sidenav-hidden) .navbar-vertical .nav-item .nav-link span.sidenav-mini-icon {
    opacity:0
}

@media (min-width: 1200px) {
    .g-sidenav-hidden.rtl .main-content {
        margin-right:6rem !important
    }

    .g-sidenav-hidden.rtl .main-content .navbar-vertical:hover {
        max-width:15.625rem !important
    }

    .g-sidenav-hidden.rtl .sidenav:hover + .main-content {
        margin-right:17.125rem !important
    }

    .g-sidenav-hidden .navbar-vertical {
        max-width:6rem !important
    }

    .g-sidenav-hidden .navbar-vertical.fixed-start ~ .main-content {
        margin-left:7.5rem
    }

    .g-sidenav-hidden .navbar-vertical .navbar-brand img {
        width:auto !important
    }

    .g-sidenav-hidden .navbar-vertical .navbar-brand span {
        opacity:0
    }

    .g-sidenav-hidden .navbar-vertical .nav-item .nav-link .icon {
        padding:10px
    }

    .g-sidenav-hidden .navbar-vertical .nav-item .nav-link .nav-link-text, .g-sidenav-hidden .navbar-vertical .nav-item .nav-link .sidenav-normal {
        opacity: 0;
        width:0
    }

    .g-sidenav-hidden .navbar-vertical .nav-item .nav-link .sidenav-mini-icon {
        min-width: 1.8rem;
        margin-left: .15rem;
        opacity:1
    }

    .g-sidenav-hidden .navbar-vertical .nav-item .nav-link[data-bs-toggle=collapse]:after {
        content: ""
    }

    .g-sidenav-hidden .navbar-vertical .nav-item .collapse .nav {
        margin-left: 0 !important;
        padding-left:0 !important
    }

    .g-sidenav-hidden .navbar-vertical .nav-item .collapse .nav .nav-item .nav-link {
        margin-left:1rem
    }

    .g-sidenav-hidden .navbar-vertical .nav-item .collapse .nav .nav-item .nav-link:before {
        content:none
    }

    .g-sidenav-hidden .navbar-vertical .nav-item .collapse .nav .nav-item .nav-link[data-bs-toggle=collapse]:after {
        content: ""
    }

    .g-sidenav-hidden .navbar-vertical .card.card-background .icon-shape {
        margin-bottom:0 !important
    }

    .g-sidenav-hidden .navbar-vertical .card.card-background .docs-info {
        opacity: 0;
        width: 0;
        height:0
    }

    .g-sidenav-hidden .navbar-vertical:hover {
        max-width:15.625rem !important
    }

    .g-sidenav-hidden .navbar-vertical:hover.fixed-start ~ .main-content {
        margin-left:17.125rem
    }

    .g-sidenav-hidden .navbar-vertical:hover .navbar-brand span {
        opacity:1
    }

    .g-sidenav-hidden .navbar-vertical:hover .nav-item .nav-link .nav-link-text, .g-sidenav-hidden .navbar-vertical:hover .nav-item .nav-link .sidenav-normal {
        opacity: 1;
        width:auto
    }

    .g-sidenav-hidden .navbar-vertical:hover .nav-item .nav-link .sidenav-mini-icon {
        opacity: 0;
        width: 0;
        min-width:0
    }

    .g-sidenav-hidden .navbar-vertical:hover .nav-item .nav-link[data-bs-toggle=collapse]:after {
        content: ""
    }

    .g-sidenav-hidden .navbar-vertical:hover .nav-item .collapse .nav {
        margin-left: 1.5rem !important;
        padding-left:1rem !important
    }

    .g-sidenav-hidden .navbar-vertical:hover .nav-item .collapse .nav .nav-item .nav-link {
        margin-left:1.35rem
    }

    .g-sidenav-hidden .navbar-vertical:hover .nav-item .collapse .nav .nav-item .nav-link:before {
        content: ""
    }

    .g-sidenav-hidden .navbar-vertical:hover .nav-item .collapse .nav .nav-item .collapse .nav, .g-sidenav-hidden .navbar-vertical:hover .nav-item .collapse .nav .nav-item .collapsing .nav {
        margin-left: 0 !important;
        padding-left:0 !important
    }

    .g-sidenav-hidden .navbar-vertical:hover .nav-item .collapse .nav .nav-item .collapse .nav .nav-item .nav-link:before, .g-sidenav-hidden .navbar-vertical:hover .nav-item .collapse .nav .nav-item .collapsing .nav .nav-item .nav-link:before {
        content:none
    }

    .g-sidenav-hidden .navbar-vertical:hover .card.card-background .icon-shape {
        margin-bottom:1rem !important
    }

    .g-sidenav-hidden .navbar-vertical:hover .card.card-background .docs-info {
        opacity: 1;
        width: auto;
        height:auto
    }
}

.navbar-vertical .navbar-nav .nav-item .nav-link .icon i {
    color:#1e293b
}

.navbar-vertical .navbar-nav .nav-item .nav-link .icon i {
    color:#fff
}


/* ================================================================
   PAGINATION
   ================================================================ */

.page-item.active .page-link {
    border:1px solid #cbd5e1
}

.page-item .page-link, .page-item span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ba5b4;
    padding: 0;
    margin: 0 3px;
    border-radius: 6px !important;
    width: 40px;
    height: 40px;
    font-size:.875rem
}

.page-item.disabled {
    cursor:no-drop
}

.page-item.disabled .page-link {
    opacity:.6
}

.pagination-lg .page-item .page-link, .pagination-lg .page-item span {
    width: 46px;
    height: 46px;
    line-height:46px
}

.pagination-sm .page-item .page-link, .pagination-sm .page-item span {
    width: 30px;
    height: 30px;
    line-height:30px
}

.pagination.pagination-primary .page-item.active > .page-link, .pagination.pagination-primary .page-item.active > .page-link:focus, .pagination.pagination-primary .page-item.active > .page-link:hover {
    background: rgba(48, 102, 255, .2);
    border:1px solid #3066ff
}

.pagination.pagination-secondary .page-item.active > .page-link, .pagination.pagination-secondary .page-item.active > .page-link:focus, .pagination.pagination-secondary .page-item.active > .page-link:hover {
    background: rgba(155, 165, 180, .2);
    border:1px solid #9ba5b4
}

.pagination.pagination-success .page-item.active > .page-link, .pagination.pagination-success .page-item.active > .page-link:focus, .pagination.pagination-success .page-item.active > .page-link:hover {
    background: rgba(18, 163, 102, .2);
    border:1px solid #12a366
}

.pagination.pagination-info .page-item.active > .page-link, .pagination.pagination-info .page-item.active > .page-link:focus, .pagination.pagination-info .page-item.active > .page-link:hover {
    background: rgba(23, 162, 184, .2);
    border:1px solid #17a2b8
}

.pagination.pagination-warning .page-item.active > .page-link, .pagination.pagination-warning .page-item.active > .page-link:focus, .pagination.pagination-warning .page-item.active > .page-link:hover {
    background: rgba(255, 193, 7, .2);
    border:1px solid #ffc107
}

.pagination.pagination-danger .page-item.active > .page-link, .pagination.pagination-danger .page-item.active > .page-link:focus, .pagination.pagination-danger .page-item.active > .page-link:hover {
    background: rgba(220, 53, 69, .2);
    border:1px solid #dc3545
}

.pagination.pagination-light .page-item.active > .page-link, .pagination.pagination-light .page-item.active > .page-link:focus, .pagination.pagination-light .page-item.active > .page-link:hover {
    background: rgba(203, 213, 225, .2);
    border:1px solid #cbd5e1
}

.pagination.pagination-dark .page-item.active > .page-link, .pagination.pagination-dark .page-item.active > .page-link:focus, .pagination.pagination-dark .page-item.active > .page-link:hover {
    background: rgba(30, 41, 59, .2);
    border:1px solid #1e293b
}

.pagination.pagination-white .page-item.active > .page-link, .pagination.pagination-white .page-item.active > .page-link:focus, .pagination.pagination-white .page-item.active > .page-link:hover {
    background: rgba(255, 255, 255, .2);
    border:1px solid #fff
}

.popover {
    box-shadow:0 .75rem 1.0625rem -.3125rem #0c1a2417, 0 .25rem .4375rem -.1875px #0c1a240a
}

.popover .popover-header {
    font-weight:600
}

.progress-bar {
    height: 8px;
    border-radius:.375rem
}

.progress {
    overflow:visible
}

.progress.progress-sm {
    height:4px
}

.progress.progress-lg {
    height:20px
}


/* ================================================================
   TABLES & TIMELINE
   ================================================================ */

.table {
    border-collapse:collapse
}

.table thead th {
    padding: .75rem 1.5rem;
    text-transform: capitalize;
    letter-spacing: 0;
    border-bottom:1px solid #dde0e5
}

.table th {
    font-weight:600
}

.table td .progress {
    height: 3px;
    width: 120px;
    margin:0
}

.table td, .table th {
    white-space:nowrap
}

.table.align-items-center td, .table.align-items-center th {
    vertical-align:middle
}

.timeline {
    position:relative
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    left: 1rem;
    height: 100%;
    border-right:2px solid #dde0e5
}

.timeline-block {
    position:relative
}

.timeline-block:after {
    content: "";
    display: table;
    clear:both
}

.timeline-block:first-child {
    margin-top:0
}

.timeline-block:last-child {
    margin-bottom:0
}

.timeline-step {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    left: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    transform: translate(-50%);
    font-size: 1rem;
    font-weight: 600;
    z-index:1
}

.timeline-step svg, .timeline-step i {
    line-height:1.4
}

.timeline-content {
    margin-left: 45px;
    padding-top: .35rem;
    position: relative;
    top:-6px
}

.timeline-content:after {
    content: "";
    display: table;
    clear:both
}

@media (min-width: 992px) {
    .timeline:before {
        left: 50%;
        margin-left:-1px
    }

    .timeline-step {
        left:50%
    }

    .timeline-content {
        width:38%
    }

    .timeline-block:nth-child(even) .timeline-content {
        float:right
    }
}

.timeline-one-side:before {
    left:1rem
}

.timeline-one-side .timeline-step {
    left:1rem
}

.timeline-one-side .timeline-content {
    width:auto
}

@media (min-width: 992px) {
    .timeline-one-side .timeline-content {
        max-width:30rem
    }
}

.timeline-one-side .timeline-block:nth-child(even) .timeline-content {
    float:none
}


/* ================================================================
   3D TILT & TOOLTIP
   ================================================================ */

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

.tilt .up {
    -webkit-transform: translateZ(50px) scale(.7);
    transform: translateZ(50px) scale(.7) !important;
    transition:all .5s
}

.bs-tooltip-auto[x-placement^=right] .tooltip-arrow, .bs-tooltip-right .tooltip-arrow {
    left:1px
}

.bs-tooltip-auto[x-placement^=left] .tooltip-arrow, .bs-tooltip-left .tooltip-arrow {
    right:1px
}


/* ================================================================
   TYPOGRAPHY
   ================================================================ */

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing:grayscale
}

body {
    font-weight: 400;
    line-height:1.6
}

h1, .h1 {
    font-size: 3rem;
    line-height: 1.25;
    letter-spacing:-.0125rem
}

@media (max-width: 575.98px) {
    h1, .h1 {
        font-size:calc(1.425rem + 2.1vw)
    }
}

h2, .h2 {
    font-size: 2.25rem;
    line-height: 1.3;
    letter-spacing:.05rem
}

@media (max-width: 575.98px) {
    h2, .h2 {
        font-size:calc(1.35rem + 1.2vw)
    }
}

h3, .h3 {
    font-size: 1.875rem;
    line-height:1.375
}

@media (max-width: 575.98px) {
    h3, .h3 {
        font-size:calc(1.3125rem + .75vw)
    }
}

h4, .h4 {
    font-size: 1.5rem;
    line-height:1.375
}

@media (max-width: 575.98px) {
    h4, .h4 {
        font-size:calc(1.275rem + .3vw)
    }
}

h5, .h5 {
    font-size: 1.25rem;
    line-height:1.375
}

@media (max-width: 575.98px) {
    h5, .h5 {
        font-size:1.25rem
    }
}

h6, .h6 {
    font-size: 1rem;
    line-height:1.625
}

p, .p {
    font-size: 1rem;
    font-weight: 400;
    line-height:1.6
}

.lead {
    font-size: 1.25rem;
    font-weight: 400;
    line-height:1.625
}

h1, .h1, h2, .h2, h3, .h3 {
    font-weight:700
}

h4, .h4, h5, .h5, h6, .h6 {
    font-weight:600
}


.text-sm {
    line-height:1.5
}

.text-xs {
    line-height:1.25
}

.text-base, p, .p {
    font-size:1rem
}

.lead {
    font-size:1.25rem
}

.text-2xl {
    font-size:calc(1.275rem + .3vw) !important
}

@media (min-width: 1200px) {
    .text-2xl {
        font-size:1.5rem !important
    }
}

.text-xl {
    font-size:1.25rem !important
}

.text-lg {
    font-size:1.125rem !important
}

.text-sm {
    font-size:.875rem !important
}

.text-xs {
    font-size:.75rem !important
}

.text-xxs {
    font-size:.65rem !important
}

p {
    line-height: 1.625;
    font-weight:400
}

.text-sans-serif {
    font-family:Noto Sans, Open Sans !important
}

.text-pt-mono {
    font-family:PT Mono !important
}

.text-monospace {
    font-family:SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

.text-justify {
    text-align:justify !important
}

.text-wrap {
    white-space:normal !important
}

.text-nowrap {
    white-space:nowrap !important
}

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

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

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

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

.font-weight-semibold {
    font-weight:500 !important
}

.font-weight-bold {
    font-weight:600 !important
}

.font-weight-bolder {
    font-weight:700 !important
}

.font-weight-black {
    font-weight:800 !important
}

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

.text-gradient {
    background-clip: text;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index:1
}

.text-gradient.text-primary {
    background-image:linear-gradient(310deg, #7928CA, #FF0080)
}

.text-gradient.text-info {
    background-image:linear-gradient(310deg, #2152FF, #21D4FD)
}

.text-gradient.text-success {
    background-image:linear-gradient(310deg, #17AD37, #C1E823)
}

.text-gradient.text-warning {
    background-image:linear-gradient(310deg, #F53939, #FBCF33)
}

.text-gradient.text-danger {
    background-image:linear-gradient(310deg, #D60808, #FF6690)
}

.text-gradient.text-dark {
    background-image:linear-gradient(310deg, #141727, #3A416F)
}


.text-muted {
    color:#64748b !important
}

.text-black-50 {
    color:#00000080 !important
}

.text-white-50 {
    color:#ffffff80 !important
}

.text-decoration-none {
    text-decoration:none !important
}

.text-break {
    word-wrap:break-word !important
}

.text-reset {
    color:inherit !important
}

.letter-wider {
    letter-spacing:.05rem
}

.letter-normal {
    letter-spacing:0
}

.letter-tighter {
    letter-spacing:-.05rem
}

.text-lighter {
    font-weight:lighter
}

.text-light {
    font-weight:300
}

.text-normal {
    font-weight:400
}

.text-bold {
    font-weight:600
}

.text-bolder {
    font-weight:700
}

.text-2xl {
    font-size:1.5rem
}

.text-3xl {
    font-size:1.875rem
}

.text-4xl {
    font-size:2rem
}

.text-5xl {
    font-size:2.25rem
}

.text-6xl {
    font-size:3rem
}

.text-7xl {
    font-size:3.75rem
}

.text-8xl {
    font-size:4rem
}

.text-9xl {
    font-size:5rem
}

/* ================================================================
   ▶  STYLE-CUSTOM.CSS
   ================================================================ */


/* ================================================================
   ROOT, CSS VARIABLES & BUTTON OVERRIDES
   ================================================================ */

.badge {
  --bs-badge-border-radius: .5rem;
  border-radius:var(--bs-badge-border-radius)!important;
}
:root, [data-bs-theme=light] {
  --bs-link-color: #000000;
  --bs-link-color-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Open Sans";
}

.btn {
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-padding-y: .6875rem;
    --bs-btn-font-size: .875rem;
    --bs-btn-font-weight: 600;
    --bs-btn-line-height: 1rem;
    --bs-btn-border-width: 1px;
    --bs-btn-border-radius: .375rem;
    --bs-btn-box-shadow: 0 1px 2px 0px rgba(12, 26, 36, .06);
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #000000;
  --bs-btn-border-color: #000000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #404958;
  --bs-btn-hover-border-color: #404958;
  --bs-btn-focus-shadow-rgb: 64, 73, 88;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #000000;
  --bs-btn-active-border-color: #000000;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #888888;
  --bs-btn-disabled-bg: #D9D9D9;
  --bs-btn-disabled-border-color: #D9D9D9;
}

.btn-white {
    --bs-btn-color: #000;
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: white;
    --bs-btn-hover-border-color: white;
    --bs-btn-focus-shadow-rgb: 217, 217, 217;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: white;
    --bs-btn-active-border-color: white;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fff;
    --bs-btn-disabled-border-color: #fff
}

.btn-sm, .btn-group-sm > .btn {
    --bs-btn-padding-y: .5rem;
    --bs-btn-padding-x: 1.25rem;
    --bs-btn-font-size: .75rem;
    --bs-btn-border-radius: .375rem;
}


/* ================================================================
   BACKGROUND COLOUR UTILITIES
   ================================================================ */

.bg-gray-600 {
    background-color:#6c757d !important
}


.text-bg-secondary {
    color: #000 !important;
    background-color: RGBA(155, 165, 180, var(--bs-bg-opacity, 1)) !important;
}


/* ================================================================
   HEIGHT UTILITIES
   ================================================================ */

.h-0 {
  height:0% !important
}

.h-1 {
  height:1% !important
}

.h-2 {
  height:2% !important
}

.h-3 {
  height:3% !important
}

.h-4 {
  height:4% !important
}

.h-5 {
  height:5% !important
}

.h-6 {
  height:6% !important
}

.h-7 {
  height:7% !important
}

.h-8 {
  height:8% !important
}

.h-9 {
  height:9% !important
}

.h-10 {
  height:10% !important
}

.h-15 {
  height:15% !important
}

.h-20 {
  height:20% !important
}

.h-30 {
  height:30% !important
}

.h-35 {
  height:35% !important
}

.h-40 {
  height:40% !important
}

.h-45 {
  height:45% !important
}

.h-55 {
  height:55% !important
}

.h-60 {
  height:60% !important
}

.h-65 {
  height:65% !important
}

.h-70 {
  height:70% !important
}

.h-80 {
  height:80% !important
}

.h-85 {
  height:85% !important
}

.h-90 {
  height:90% !important
}

.h-95 {
  height:95% !important
}

.h-rem {
  height:1rem !important
}

.h-2rem {
  height:2rem !important
}


/* ================================================================
   Z-INDEX UTILITIES
   ================================================================ */

.z-index-4 {
  z-index:4 !important
}
.z-index-5 {
  z-index:5 !important
}
.z-index-6 {
  z-index:6 !important
}
.z-index-7 {
  z-index:7 !important
}
.z-index-8 {
  z-index:8 !important
}
.z-index-9 {
  z-index:9 !important
}


/* ================================================================
   TYPOGRAPHY
   ================================================================ */

.blockquote {
  border-left: none;
}

.li li{
    font-size: .9rem !important;
}

.ratio-2x1 {
  --bs-aspect-ratio: 100%;
}
@media (min-width: 768px) {
  .ratio-2x1 {
    --bs-aspect-ratio: 60%;
  }
}
@media (min-width: 1200px) {
  .ratio-2x1 {
    --bs-aspect-ratio: 50%; 
  }
}
@media (min-width: 1600px) {
  .ratio-2x1 {
    --bs-aspect-ratio: 40%; 
  }
}


/* ================================================================
   FORMS
   ================================================================ */


/* ================================================================
   NAV PILLS
   ================================================================ */

.nav.nav-pills {
  background: #f9fafb;
  position: relative;
}

.nav.nav-pills.nav-pills-vertical {
  border-radius:1.1875rem
}

.nav.nav-pills.nav-pills-vertical .nav-link.active {
  border-radius:.875rem
}

.nav.nav-pills .nav-link {
  z-index: 3;
  color: #1e293b;
  border-radius: .5rem;
  background-color:inherit
}

.nav.nav-pills .nav-link.active {
  animation:.2s ease
}

.nav.nav-pills .nav-link:hover:not(.active) {
  color:#1e293b
}

.nav.nav-pills.nav-pills-primary {
  background: #fff;
  color:#fff
}

.nav.nav-pills.nav-pills-primary .nav-link.active {
  color:#fff
}

.nav.nav-pills.nav-pills-primary .moving-tab .nav-link.active {
  background: #774dd3;
  color:#774dd3
}

.nav.nav-pills.nav-pills-info {
  background: #fff;
  color:#fff
}

.nav.nav-pills.nav-pills-info .nav-link.active {
  color:#fff
}

.nav.nav-pills.nav-pills-info .moving-tab .nav-link.active {
  background: #55a6f8;
  color:#55a6f8
}

.nav.nav-pills.nav-pills-success {
  background: #fff;
  color:#fff
}

.nav.nav-pills.nav-pills-success .nav-link.active {
  color:#fff
}

.nav.nav-pills.nav-pills-success .moving-tab .nav-link.active {
  background: #67c23a;
  color:#67c23a
}

.nav.nav-pills.nav-pills-warning {
  background: #fff;
  color:#fff
}

.nav.nav-pills.nav-pills-warning .nav-link.active {
  color:#fff
}

.nav.nav-pills.nav-pills-warning .moving-tab .nav-link.active {
  background: #f19937;
  color:#f19937
}

.nav.nav-pills.nav-pills-danger {
  background: #fff;
  color:#fff
}

.nav.nav-pills.nav-pills-danger .nav-link.active {
  color:#fff
}

.nav.nav-pills.nav-pills-danger .moving-tab .nav-link.active {
  background: #ea4e3d;
  color:#ea4e3d
}

.nav.nav-pills.nav-pills-dark {
  background: #fff;
  color:#fff
}

.nav.nav-pills.nav-pills-dark .nav-link.active {
  color:#fff
}

.nav.nav-pills.nav-pills-dark .moving-tab .nav-link.active {
  background: #1e293b;
  color:#1e293b
}

.nav.nav-pills .nav-item {
  z-index:3
}

.moving-tab {
  z-index:1 !important
}

.moving-tab .nav-link {
  color: #fff;
  transition: .2s ease;
  border-radius:.5rem
}

.moving-tab .nav-link.active {
  color: #fff;
  font-weight: 600;
  box-shadow: 0 1px 5px 1px #ddd;
  animation: .2s ease;
  background:#fff
}

.moving-tab .nav-link:hover:not(.active) {
  color:#1e293b
}


/* ================================================================
   GOOGLE RECAPTCHA
   ================================================================ */

.grecaptcha-badge { visibility: hidden; }


/* ================================================================
   WIDTH UTILITIES
   ================================================================ */

.w-0 {
    width:0% !important
}

.w-1 {
    width:1% !important
}

.w-2 {
    width:2% !important
}

.w-3 {
    width:3% !important
}

.w-4 {
    width:4% !important
}

.w-5 {
    width:5% !important
}

.w-6 {
    width:6% !important
}

.w-7 {
    width:7% !important
}

.w-8 {
    width:8% !important
}

.w-9 {
    width:9% !important
}

.w-10 {
    width:10% !important
}

.w-15 {
    width:15% !important
}

.w-20 {
    width:20% !important
}

.w-30 {
    width:30% !important
}

.w-35 {
    width:35% !important
}

.w-40 {
    width:40% !important
}

.w-45 {
    width:45% !important
}

.w-55 {
    width:55% !important
}

.w-60 {
    width:60% !important
}

.w-65 {
    width:65% !important
}

.w-70 {
    width:70% !important
}

.w-80 {
    width:80% !important
}

.w-85 {
    width:85% !important
}

.w-90 {
    width:90% !important
}

.w-95 {
    width:95% !important
}

.w-rem {
    width:1rem !important
}

.w-2rem {
    width:2rem !important
}


/* ================================================================
   MIN-VIEWPORT HEIGHT UTILITIES
   ================================================================ */

.min-vh-25 {
    min-height:25vh !important
}

.min-vh-35 {
    min-height:35vh !important
}

.min-vh-45 {
    min-height:45vh !important
}

.min-vh-50 {
    min-height:50vh !important
}

.min-vh-55 {
    min-height:55vh !important
}

.min-vh-65 {
    min-height:65vh !important
}

.min-vh-70 {
    min-height:70vh !important
}

.min-vh-75 {
    min-height:75vh !important
}

.min-vh-80 {
    min-height:80vh !important
}

.min-vh-85 {
    min-height:85vh !important
}

.min-vh-90 {
    min-height:90vh !important
}

.min-vh-95 {
    min-height:95vh !important
}

.min-vh-100 {
    min-height:100vh !important
}


/* ================================================================
   OPACITY UTILITIES
   ================================================================ */

.opacity-0 {
    opacity:0 !important
}

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

.opacity-2 {
    opacity:.2 !important
}

.opacity-3 {
    opacity:.3 !important
}

.opacity-4 {
    opacity:.4 !important
}

.opacity-5 {
    opacity:.5 !important
}

.opacity-6 {
    opacity:.6 !important
}

.opacity-7 {
    opacity:.7 !important
}

.opacity-8 {
    opacity:.8 !important
}

.opacity-9 {
    opacity:.9 !important
}

.opacity-10 {
    opacity:1 !important
}


/* ================================================================
   MAX / MIN HEIGHT & WIDTH UTILITIES
   ================================================================ */

.max-height-50 {
    max-height:50px !important
}

.max-height-100 {
    max-height:100px !important
}

.max-height-150 {
    max-height:150px !important
}

.max-height-160 {
    max-height:160px !important
}

.max-height-200 {
    max-height:200px !important
}

.max-height-250 {
    max-height:250px !important
}

.max-height-300 {
    max-height:300px !important
}

.max-height-400 {
    max-height:400px !important
}

.max-height-500 {
    max-height:500px !important
}

.max-height-600 {
    max-height:600px !important
}

.max-height-vh-10 {
    max-height:10vh !important
}

.max-height-vh-20 {
    max-height:20vh !important
}

.max-height-vh-30 {
    max-height:30vh !important
}

.max-height-vh-40 {
    max-height:40vh !important
}

.max-height-vh-50 {
    max-height:50vh !important
}

.max-height-vh-60 {
    max-height:60vh !important
}

.max-height-vh-70 {
    max-height:70vh !important
}

.max-height-vh-80 {
    max-height:80vh !important
}

.max-height-vh-90 {
    max-height:90vh !important
}

.max-height-vh-100 {
    max-height:100vh !important
}

.min-height-50 {
    min-height:50px !important
}

.min-height-100 {
    min-height:100px !important
}

.min-height-150 {
    min-height:150px !important
}

.min-height-160 {
    min-height:160px !important
}

.min-height-200 {
    min-height:200px !important
}

.min-height-250 {
    min-height:250px !important
}

.min-height-300 {
    min-height:300px !important
}

.min-height-400 {
    min-height:400px !important
}

.min-height-500 {
    min-height:500px !important
}

.min-height-600 {
    min-height:600px !important
}

.height-100 {
    height:100px !important
}

.height-150 {
    height:150px !important
}

.height-200 {
    height:200px !important
}

.height-300 {
    height:300px !important
}

.height-400 {
    height:400px !important
}

.height-500 {
    height:500px !important
}

.height-600 {
    height:600px !important
}

.min-width-50 {
    min-width:50px !important
}

.min-width-100 {
    min-width:100px !important
}

.min-width-150 {
    min-width:150px !important
}

.min-width-200 {
    min-width:200px !important
}

.min-width-250 {
    min-width:250px !important
}

.min-width-300 {
    min-width:300px !important
}

.min-width-350 {
    min-width:350px !important
}

.min-width-400 {
    min-width:400px !important
}

.min-width-450 {
    min-width:450px !important
}

.min-width-500 {
    min-width:500px !important
}

.max-width-50 {
    max-width:50px !important
}

.max-width-100 {
    max-width:100px !important
}

.max-width-150 {
    max-width:150px !important
}

.max-width-200 {
    max-width:200px !important
}

.max-width-250 {
    max-width:250px !important
}

.max-width-300 {
    max-width:300px !important
}

.max-width-350 {
    max-width:350px !important
}

.max-width-400 {
    max-width:400px !important
}

.max-width-450 {
    max-width:450px !important
}

.max-width-500 {
    max-width:500px !important
}


/* ================================================================
   RESPONSIVE UTILITIES — SM (≥576px)
   ================================================================ */

@media (min-width: 576px) {
    .float-sm-start {
        float:left !important
    }

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

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

    .object-fit-sm-contain {
        object-fit:contain !important
    }

    .object-fit-sm-cover {
        object-fit:cover !important
    }

    .object-fit-sm-fill {
        object-fit:fill !important
    }

    .object-fit-sm-scale {
        object-fit:scale-down !important
    }

    .object-fit-sm-none {
        object-fit: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
    }

    .border-top-sm {
        border-top:1px solid #dde0e5 !important
    }

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

    .border-end-sm {
        border-right:1px solid #dde0e5 !important
    }

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

    .border-bottom-sm {
        border-bottom:1px solid #dde0e5 !important
    }

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

    .border-start-sm {
        border-left:1px solid #dde0e5 !important
    }

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


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

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

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

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

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

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

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

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

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

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

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

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

    .justify-content-sm-start {
        justify-content:flex-start !important
    }

    .justify-content-sm-end {
        justify-content:flex-end !important
    }

    .justify-content-sm-center {
        justify-content:center !important
    }

    .justify-content-sm-between {
        justify-content:space-between !important
    }

    .justify-content-sm-around {
        justify-content:space-around !important
    }

    .justify-content-sm-evenly {
        justify-content:space-evenly !important
    }

    .align-items-sm-start {
        align-items:flex-start !important
    }

    .align-items-sm-end {
        align-items:flex-end !important
    }

    .align-items-sm-center {
        align-items:center !important
    }

    .align-items-sm-baseline {
        align-items:baseline !important
    }

    .align-items-sm-stretch {
        align-items:stretch !important
    }

    
    .order-sm-first {
        order:-1 !important
    }

    .order-sm-0 {
        order:0 !important
    }

    .order-sm-1 {
        order:1 !important
    }

    .order-sm-2 {
        order:2 !important
    }

    .order-sm-3 {
        order:3 !important
    }

    .order-sm-4 {
        order:4 !important
    }

    .order-sm-5 {
        order:5 !important
    }

    .order-sm-last {
        order:6 !important
    }

    .m-sm-0 {
        margin:0 !important
    }

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

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

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

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

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

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

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

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

    .m-sm-9 {
        margin:10rem !important
    }

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

    .m-sm-11 {
        margin:14rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .mx-sm-12 {
        margin-right: 16rem !important;
        margin-left:16rem !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-1 {
        margin-top: .25rem !important;
        margin-bottom:.25rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .mt-sm-9 {
        margin-top:10rem !important
    }

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

    .mt-sm-11 {
        margin-top:14rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

    .me-sm-9 {
        margin-right:10rem !important
    }

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

    .me-sm-11 {
        margin-right:14rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

    .mb-sm-9 {
        margin-bottom:10rem !important
    }

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

    .mb-sm-11 {
        margin-bottom:14rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

    .ms-sm-9 {
        margin-left:10rem !important
    }

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

    .ms-sm-11 {
        margin-left:14rem !important
    }

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

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

    .m-sm-n1 {
        margin:-.25rem !important
    }

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

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

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

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

    .m-sm-n6 {
        margin:-4rem !important
    }

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

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

    .m-sm-n9 {
        margin:-10rem !important
    }

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

    .m-sm-n11 {
        margin:-14rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .mt-sm-n1 {
        margin-top:-.25rem !important
    }

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

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

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

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

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

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

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

    .mt-sm-n9 {
        margin-top:-10rem !important
    }

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

    .mt-sm-n11 {
        margin-top:-14rem !important
    }

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

    .me-sm-n1 {
        margin-right:-.25rem !important
    }

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

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

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

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

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

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

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

    .me-sm-n9 {
        margin-right:-10rem !important
    }

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

    .me-sm-n11 {
        margin-right:-14rem !important
    }

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

    .mb-sm-n1 {
        margin-bottom:-.25rem !important
    }

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

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

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

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

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

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

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

    .mb-sm-n9 {
        margin-bottom:-10rem !important
    }

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

    .mb-sm-n11 {
        margin-bottom:-14rem !important
    }

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

    .ms-sm-n1 {
        margin-left:-.25rem !important
    }

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

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

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

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

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

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

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

    .ms-sm-n9 {
        margin-left:-10rem !important
    }

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

    .ms-sm-n11 {
        margin-left:-14rem !important
    }

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

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

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

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

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

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

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

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

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

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

    .p-sm-9 {
        padding:10rem !important
    }

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

    .p-sm-11 {
        padding:14rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .pt-sm-9 {
        padding-top:10rem !important
    }

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

    .pt-sm-11 {
        padding-top:14rem !important
    }

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

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

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

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

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

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

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

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

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

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

    .pe-sm-9 {
        padding-right:10rem !important
    }

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

    .pe-sm-11 {
        padding-right:14rem !important
    }

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

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

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

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

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

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

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

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

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

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

    .pb-sm-9 {
        padding-bottom:10rem !important
    }

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

    .pb-sm-11 {
        padding-bottom:14rem !important
    }

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

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

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

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

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

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

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

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

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

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

    .ps-sm-9 {
        padding-left:10rem !important
    }

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

    .ps-sm-11 {
        padding-left:14rem !important
    }

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

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

    .gap-sm-1 {
        gap:.25rem !important
    }

    .gap-sm-2 {
        gap:.5rem !important
    }

    .gap-sm-3 {
        gap:1rem !important
    }

    .gap-sm-4 {
        gap:1.5rem !important
    }

    .gap-sm-5 {
        gap:3rem !important
    }

    .gap-sm-6 {
        gap:4rem !important
    }

    .gap-sm-7 {
        gap:6rem !important
    }

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

    .gap-sm-9 {
        gap:10rem !important
    }

    .gap-sm-10 {
        gap:12rem !important
    }

    .gap-sm-11 {
        gap:14rem !important
    }

    .gap-sm-12 {
        gap:16rem !important
    }

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

    .row-gap-sm-1 {
        row-gap:.25rem !important
    }

    .row-gap-sm-2 {
        row-gap:.5rem !important
    }

    .row-gap-sm-3 {
        row-gap:1rem !important
    }

    .row-gap-sm-4 {
        row-gap:1.5rem !important
    }

    .row-gap-sm-5 {
        row-gap:3rem !important
    }

    .row-gap-sm-6 {
        row-gap:4rem !important
    }

    .row-gap-sm-7 {
        row-gap:6rem !important
    }

    .row-gap-sm-8 {
        row-gap:8rem !important
    }

    .row-gap-sm-9 {
        row-gap:10rem !important
    }

    .row-gap-sm-10 {
        row-gap:12rem !important
    }

    .row-gap-sm-11 {
        row-gap:14rem !important
    }

    .row-gap-sm-12 {
        row-gap:16rem !important
    }

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

    .column-gap-sm-1 {
        column-gap:.25rem !important
    }

    .column-gap-sm-2 {
        column-gap:.5rem !important
    }

    .column-gap-sm-3 {
        column-gap:1rem !important
    }

    .column-gap-sm-4 {
        column-gap:1.5rem !important
    }

    .column-gap-sm-5 {
        column-gap:3rem !important
    }

    .column-gap-sm-6 {
        column-gap:4rem !important
    }

    .column-gap-sm-7 {
        column-gap:6rem !important
    }

    .column-gap-sm-8 {
        column-gap:8rem !important
    }

    .column-gap-sm-9 {
        column-gap:10rem !important
    }

    .column-gap-sm-10 {
        column-gap:12rem !important
    }

    .column-gap-sm-11 {
        column-gap:14rem !important
    }

    .column-gap-sm-12 {
        column-gap:16rem !important
    }

    .text-sm-start {
        text-align:left !important
    }

    .text-sm-end {
        text-align:right !important
    }

    .text-sm-center {
        text-align:center !important
    }

    
}


/* ================================================================
   RESPONSIVE UTILITIES — MD (≥768px)
   ================================================================ */

@media (min-width: 768px) {
    .float-md-start {
        float:left !important
    }

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

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

    .object-fit-md-contain {
        object-fit:contain !important
    }

    .object-fit-md-cover {
        object-fit:cover !important
    }

    .object-fit-md-fill {
        object-fit:fill !important
    }

    .object-fit-md-scale {
        object-fit:scale-down !important
    }

    .object-fit-md-none {
        object-fit: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
    }

    .border-top-md {
        border-top:1px solid #dde0e5 !important
    }

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

    .border-end-md {
        border-right:1px solid #dde0e5 !important
    }

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

    .border-bottom-md {
        border-bottom:1px solid #dde0e5 !important
    }

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

    .border-start-md {
        border-left:1px solid #dde0e5 !important
    }

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

    .w-md-0 {
        width:0% !important
    }

    .w-md-1 {
        width:1% !important
    }

    .w-md-2 {
        width:2% !important
    }

    .w-md-3 {
        width:3% !important
    }

    .w-md-4 {
        width:4% !important
    }

    .w-md-5 {
        width:5% !important
    }

    .w-md-6 {
        width:6% !important
    }

    .w-md-7 {
        width:7% !important
    }

    .w-md-8 {
        width:8% !important
    }

    .w-md-9 {
        width:9% !important
    }

    .w-md-10 {
        width:10% !important
    }

    .w-md-15 {
        width:15% !important
    }

    .w-md-20 {
        width:20% !important
    }

    .w-md-25 {
        width:25% !important
    }

    .w-md-30 {
        width:30% !important
    }

    .w-md-35 {
        width:35% !important
    }

    .w-md-40 {
        width:40% !important
    }

    .w-md-45 {
        width:45% !important
    }

    .w-md-50 {
        width:50% !important
    }

    .w-md-55 {
        width:55% !important
    }

    .w-md-60 {
        width:60% !important
    }

    .w-md-65 {
        width:65% !important
    }

    .w-md-70 {
        width:70% !important
    }

    .w-md-75 {
        width:75% !important
    }

    .w-md-80 {
        width:80% !important
    }

    .w-md-85 {
        width:85% !important
    }

    .w-md-90 {
        width:90% !important
    }

    .w-md-95 {
        width:95% !important
    }

    .w-md-100 {
        width:100% !important
    }

    .w-md-rem {
        width:1rem !important
    }

    .w-md-2rem {
        width:2rem !important
    }

    .w-md-auto {
        width:auto !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .justify-content-md-start {
        justify-content:flex-start !important
    }

    .justify-content-md-end {
        justify-content:flex-end !important
    }

    .justify-content-md-center {
        justify-content:center !important
    }

    .justify-content-md-between {
        justify-content:space-between !important
    }

    .justify-content-md-around {
        justify-content:space-around !important
    }

    .justify-content-md-evenly {
        justify-content:space-evenly !important
    }

    .align-items-md-start {
        align-items:flex-start !important
    }

    .align-items-md-end {
        align-items:flex-end !important
    }

    .align-items-md-center {
        align-items:center !important
    }

    .align-items-md-baseline {
        align-items:baseline !important
    }

    .align-items-md-stretch {
        align-items:stretch !important
    }
    

    .order-md-first {
        order:-1 !important
    }

    .order-md-0 {
        order:0 !important
    }

    .order-md-1 {
        order:1 !important
    }

    .order-md-2 {
        order:2 !important
    }

    .order-md-3 {
        order:3 !important
    }

    .order-md-4 {
        order:4 !important
    }

    .order-md-5 {
        order:5 !important
    }

    .order-md-last {
        order:6 !important
    }

    .m-md-0 {
        margin:0 !important
    }

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

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

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

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

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

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

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

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

    .m-md-9 {
        margin:10rem !important
    }

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

    .m-md-11 {
        margin:14rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .mx-md-12 {
        margin-right: 16rem !important;
        margin-left:16rem !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-1 {
        margin-top: .25rem !important;
        margin-bottom:.25rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .mt-md-9 {
        margin-top:10rem !important
    }

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

    .mt-md-11 {
        margin-top:14rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

    .me-md-9 {
        margin-right:10rem !important
    }

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

    .me-md-11 {
        margin-right:14rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

    .mb-md-9 {
        margin-bottom:10rem !important
    }

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

    .mb-md-11 {
        margin-bottom:14rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

    .ms-md-9 {
        margin-left:10rem !important
    }

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

    .ms-md-11 {
        margin-left:14rem !important
    }

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

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

    .m-md-n1 {
        margin:-.25rem !important
    }

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

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

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

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

    .m-md-n6 {
        margin:-4rem !important
    }

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

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

    .m-md-n9 {
        margin:-10rem !important
    }

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

    .m-md-n11 {
        margin:-14rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .mt-md-n1 {
        margin-top:-.25rem !important
    }

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

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

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

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

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

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

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

    .mt-md-n9 {
        margin-top:-10rem !important
    }

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

    .mt-md-n11 {
        margin-top:-14rem !important
    }

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

    .me-md-n1 {
        margin-right:-.25rem !important
    }

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

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

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

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

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

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

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

    .me-md-n9 {
        margin-right:-10rem !important
    }

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

    .me-md-n11 {
        margin-right:-14rem !important
    }

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

    .mb-md-n1 {
        margin-bottom:-.25rem !important
    }

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

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

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

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

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

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

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

    .mb-md-n9 {
        margin-bottom:-10rem !important
    }

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

    .mb-md-n11 {
        margin-bottom:-14rem !important
    }

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

    .ms-md-n1 {
        margin-left:-.25rem !important
    }

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

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

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

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

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

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

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

    .ms-md-n9 {
        margin-left:-10rem !important
    }

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

    .ms-md-n11 {
        margin-left:-14rem !important
    }

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

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

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

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

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

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

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

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

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

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

    .p-md-9 {
        padding:10rem !important
    }

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

    .p-md-11 {
        padding:14rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .pt-md-9 {
        padding-top:10rem !important
    }

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

    .pt-md-11 {
        padding-top:14rem !important
    }

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

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

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

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

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

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

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

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

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

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

    .pe-md-9 {
        padding-right:10rem !important
    }

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

    .pe-md-11 {
        padding-right:14rem !important
    }

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

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

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

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

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

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

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

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

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

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

    .pb-md-9 {
        padding-bottom:10rem !important
    }

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

    .pb-md-11 {
        padding-bottom:14rem !important
    }

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

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

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

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

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

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

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

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

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

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

    .ps-md-9 {
        padding-left:10rem !important
    }

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

    .ps-md-11 {
        padding-left:14rem !important
    }

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

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

    .gap-md-1 {
        gap:.25rem !important
    }

    .gap-md-2 {
        gap:.5rem !important
    }

    .gap-md-3 {
        gap:1rem !important
    }

    .gap-md-4 {
        gap:1.5rem !important
    }

    .gap-md-5 {
        gap:3rem !important
    }

    .gap-md-6 {
        gap:4rem !important
    }

    .gap-md-7 {
        gap:6rem !important
    }

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

    .gap-md-9 {
        gap:10rem !important
    }

    .gap-md-10 {
        gap:12rem !important
    }

    .gap-md-11 {
        gap:14rem !important
    }

    .gap-md-12 {
        gap:16rem !important
    }

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

    .row-gap-md-1 {
        row-gap:.25rem !important
    }

    .row-gap-md-2 {
        row-gap:.5rem !important
    }

    .row-gap-md-3 {
        row-gap:1rem !important
    }

    .row-gap-md-4 {
        row-gap:1.5rem !important
    }

    .row-gap-md-5 {
        row-gap:3rem !important
    }

    .row-gap-md-6 {
        row-gap:4rem !important
    }

    .row-gap-md-7 {
        row-gap:6rem !important
    }

    .row-gap-md-8 {
        row-gap:8rem !important
    }

    .row-gap-md-9 {
        row-gap:10rem !important
    }

    .row-gap-md-10 {
        row-gap:12rem !important
    }

    .row-gap-md-11 {
        row-gap:14rem !important
    }

    .row-gap-md-12 {
        row-gap:16rem !important
    }

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

    .column-gap-md-1 {
        column-gap:.25rem !important
    }

    .column-gap-md-2 {
        column-gap:.5rem !important
    }

    .column-gap-md-3 {
        column-gap:1rem !important
    }

    .column-gap-md-4 {
        column-gap:1.5rem !important
    }

    .column-gap-md-5 {
        column-gap:3rem !important
    }

    .column-gap-md-6 {
        column-gap:4rem !important
    }

    .column-gap-md-7 {
        column-gap:6rem !important
    }

    .column-gap-md-8 {
        column-gap:8rem !important
    }

    .column-gap-md-9 {
        column-gap:10rem !important
    }

    .column-gap-md-10 {
        column-gap:12rem !important
    }

    .column-gap-md-11 {
        column-gap:14rem !important
    }

    .column-gap-md-12 {
        column-gap:16rem !important
    }

    .text-md-start {
        text-align:left !important
    }

    .text-md-end {
        text-align:right !important
    }

    .text-md-center {
        text-align:center !important
    }

    
}


/* ================================================================
   RESPONSIVE UTILITIES — LG (≥992px)
   ================================================================ */

@media (min-width: 992px) {
    .float-lg-start {
        float:left !important
    }

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

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

    .object-fit-lg-contain {
        object-fit:contain !important
    }

    .object-fit-lg-cover {
        object-fit:cover !important
    }

    .object-fit-lg-fill {
        object-fit:fill !important
    }

    .object-fit-lg-scale {
        object-fit:scale-down !important
    }

    .object-fit-lg-none {
        object-fit: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
    }

    .border-top-lg {
        border-top:1px solid #dde0e5 !important
    }

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

    .border-end-lg {
        border-right:1px solid #dde0e5 !important
    }

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

    .border-bottom-lg {
        border-bottom:1px solid #dde0e5 !important
    }

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

    .border-start-lg {
        border-left:1px solid #dde0e5 !important
    }

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

    .w-lg-0 {
        width:0% !important
    }

    .w-lg-1 {
        width:1% !important
    }

    .w-lg-2 {
        width:2% !important
    }

    .w-lg-3 {
        width:3% !important
    }

    .w-lg-4 {
        width:4% !important
    }

    .w-lg-5 {
        width:5% !important
    }

    .w-lg-6 {
        width:6% !important
    }

    .w-lg-7 {
        width:7% !important
    }

    .w-lg-8 {
        width:8% !important
    }

    .w-lg-9 {
        width:9% !important
    }

    .w-lg-10 {
        width:10% !important
    }

    .w-lg-15 {
        width:15% !important
    }

    .w-lg-20 {
        width:20% !important
    }

    .w-lg-25 {
        width:25% !important
    }

    .w-lg-30 {
        width:30% !important
    }

    .w-lg-35 {
        width:35% !important
    }

    .w-lg-40 {
        width:40% !important
    }

    .w-lg-45 {
        width:45% !important
    }

    .w-lg-50 {
        width:50% !important
    }

    .w-lg-55 {
        width:55% !important
    }

    .w-lg-60 {
        width:60% !important
    }

    .w-lg-65 {
        width:65% !important
    }

    .w-lg-70 {
        width:70% !important
    }

    .w-lg-75 {
        width:75% !important
    }

    .w-lg-80 {
        width:80% !important
    }

    .w-lg-85 {
        width:85% !important
    }

    .w-lg-90 {
        width:90% !important
    }

    .w-lg-95 {
        width:95% !important
    }

    .w-lg-100 {
        width:100% !important
    }

    .w-lg-rem {
        width:1rem !important
    }

    .w-lg-2rem {
        width:2rem !important
    }

    .w-lg-auto {
        width:auto !important
    }

    .flex-lg-fill {
        flex:1 1 auto !important
    }

    .flex-lg-row {
        flex-direction:row !important
    }

    .flex-lg-column {
        flex-direction:column !important
    }

    .flex-lg-row-reverse {
        flex-direction:row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction:column-reverse !important
    }

    .flex-lg-grow-0 {
        flex-grow:0 !important
    }

    .flex-lg-grow-1 {
        flex-grow:1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink:0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink:1 !important
    }

    .flex-lg-wrap {
        flex-wrap:wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap:nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap:wrap-reverse !important
    }

    .justify-content-lg-start {
        justify-content:flex-start !important
    }

    .justify-content-lg-end {
        justify-content:flex-end !important
    }

    .justify-content-lg-center {
        justify-content:center !important
    }

    .justify-content-lg-between {
        justify-content:space-between !important
    }

    .justify-content-lg-around {
        justify-content:space-around !important
    }

    .justify-content-lg-evenly {
        justify-content:space-evenly !important
    }

    .align-items-lg-start {
        align-items:flex-start !important
    }

    .align-items-lg-end {
        align-items:flex-end !important
    }

    .align-items-lg-center {
        align-items:center !important
    }

    .align-items-lg-baseline {
        align-items:baseline !important
    }

    .align-items-lg-stretch {
        align-items:stretch !important
    }

    
    .order-lg-first {
        order:-1 !important
    }

    .order-lg-0 {
        order:0 !important
    }

    .order-lg-1 {
        order:1 !important
    }

    .order-lg-2 {
        order:2 !important
    }

    .order-lg-3 {
        order:3 !important
    }

    .order-lg-4 {
        order:4 !important
    }

    .order-lg-5 {
        order:5 !important
    }

    .order-lg-last {
        order:6 !important
    }

    .m-lg-0 {
        margin:0 !important
    }

    .m-lg-1 {
        margin:.25rem !important
    }

    .m-lg-2 {
        margin:.5rem !important
    }

    .m-lg-3 {
        margin:1rem !important
    }

    .m-lg-4 {
        margin:1.5rem !important
    }

    .m-lg-5 {
        margin:3rem !important
    }

    .m-lg-6 {
        margin:4rem !important
    }

    .m-lg-7 {
        margin:6rem !important
    }

    .m-lg-8 {
        margin:8rem !important
    }

    .m-lg-9 {
        margin:10rem !important
    }

    .m-lg-10 {
        margin:12rem !important
    }

    .m-lg-11 {
        margin:14rem !important
    }

    .m-lg-12 {
        margin:16rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .mx-lg-12 {
        margin-right: 16rem !important;
        margin-left:16rem !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-1 {
        margin-top: .25rem !important;
        margin-bottom:.25rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .mt-lg-1 {
        margin-top:.25rem !important
    }

    .mt-lg-2 {
        margin-top:.5rem !important
    }

    .mt-lg-3 {
        margin-top:1rem !important
    }

    .mt-lg-4 {
        margin-top:1.5rem !important
    }

    .mt-lg-5 {
        margin-top:3rem !important
    }

    .mt-lg-6 {
        margin-top:4rem !important
    }

    .mt-lg-7 {
        margin-top:6rem !important
    }

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

    .mt-lg-9 {
        margin-top:10rem !important
    }

    .mt-lg-10 {
        margin-top:12rem !important
    }

    .mt-lg-11 {
        margin-top:14rem !important
    }

    .mt-lg-12 {
        margin-top:16rem !important
    }

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

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

    .me-lg-1 {
        margin-right:.25rem !important
    }

    .me-lg-2 {
        margin-right:.5rem !important
    }

    .me-lg-3 {
        margin-right:1rem !important
    }

    .me-lg-4 {
        margin-right:1.5rem !important
    }

    .me-lg-5 {
        margin-right:3rem !important
    }

    .me-lg-6 {
        margin-right:4rem !important
    }

    .me-lg-7 {
        margin-right:6rem !important
    }

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

    .me-lg-9 {
        margin-right:10rem !important
    }

    .me-lg-10 {
        margin-right:12rem !important
    }

    .me-lg-11 {
        margin-right:14rem !important
    }

    .me-lg-12 {
        margin-right:16rem !important
    }

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

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

    .mb-lg-1 {
        margin-bottom:.25rem !important
    }

    .mb-lg-2 {
        margin-bottom:.5rem !important
    }

    .mb-lg-3 {
        margin-bottom:1rem !important
    }

    .mb-lg-4 {
        margin-bottom:1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom:3rem !important
    }

    .mb-lg-6 {
        margin-bottom:4rem !important
    }

    .mb-lg-7 {
        margin-bottom:6rem !important
    }

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

    .mb-lg-9 {
        margin-bottom:10rem !important
    }

    .mb-lg-10 {
        margin-bottom:12rem !important
    }

    .mb-lg-11 {
        margin-bottom:14rem !important
    }

    .mb-lg-12 {
        margin-bottom:16rem !important
    }

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

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

    .ms-lg-1 {
        margin-left:.25rem !important
    }

    .ms-lg-2 {
        margin-left:.5rem !important
    }

    .ms-lg-3 {
        margin-left:1rem !important
    }

    .ms-lg-4 {
        margin-left:1.5rem !important
    }

    .ms-lg-5 {
        margin-left:3rem !important
    }

    .ms-lg-6 {
        margin-left:4rem !important
    }

    .ms-lg-7 {
        margin-left:6rem !important
    }

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

    .ms-lg-9 {
        margin-left:10rem !important
    }

    .ms-lg-10 {
        margin-left:12rem !important
    }

    .ms-lg-11 {
        margin-left:14rem !important
    }

    .ms-lg-12 {
        margin-left:16rem !important
    }

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

    .m-lg-n1 {
        margin:-.25rem !important
    }

    .m-lg-n2 {
        margin:-.5rem !important
    }

    .m-lg-n3 {
        margin:-1rem !important
    }

    .m-lg-n4 {
        margin:-1.5rem !important
    }

    .m-lg-n5 {
        margin:-3rem !important
    }

    .m-lg-n6 {
        margin:-4rem !important
    }

    .m-lg-n7 {
        margin:-6rem !important
    }

    .m-lg-n8 {
        margin:-8rem !important
    }

    .m-lg-n9 {
        margin:-10rem !important
    }

    .m-lg-n10 {
        margin:-12rem !important
    }

    .m-lg-n11 {
        margin:-14rem !important
    }

    .m-lg-n12 {
        margin:-16rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .mt-lg-n1 {
        margin-top:-.25rem !important
    }

    .mt-lg-n2 {
        margin-top:-.5rem !important
    }

    .mt-lg-n3 {
        margin-top:-1rem !important
    }

    .mt-lg-n4 {
        margin-top:-1.5rem !important
    }

    .mt-lg-n5 {
        margin-top:-3rem !important
    }

    .mt-lg-n6 {
        margin-top:-4rem !important
    }

    .mt-lg-n7 {
        margin-top:-6rem !important
    }

    .mt-lg-n8 {
        margin-top:-8rem !important
    }

    .mt-lg-n9 {
        margin-top:-10rem !important
    }

    .mt-lg-n10 {
        margin-top:-12rem !important
    }

    .mt-lg-n11 {
        margin-top:-14rem !important
    }

    .mt-lg-n12 {
        margin-top:-16rem !important
    }

    .me-lg-n1 {
        margin-right:-.25rem !important
    }

    .me-lg-n2 {
        margin-right:-.5rem !important
    }

    .me-lg-n3 {
        margin-right:-1rem !important
    }

    .me-lg-n4 {
        margin-right:-1.5rem !important
    }

    .me-lg-n5 {
        margin-right:-3rem !important
    }

    .me-lg-n6 {
        margin-right:-4rem !important
    }

    .me-lg-n7 {
        margin-right:-6rem !important
    }

    .me-lg-n8 {
        margin-right:-8rem !important
    }

    .me-lg-n9 {
        margin-right:-10rem !important
    }

    .me-lg-n10 {
        margin-right:-12rem !important
    }

    .me-lg-n11 {
        margin-right:-14rem !important
    }

    .me-lg-n12 {
        margin-right:-16rem !important
    }

    .mb-lg-n1 {
        margin-bottom:-.25rem !important
    }

    .mb-lg-n2 {
        margin-bottom:-.5rem !important
    }

    .mb-lg-n3 {
        margin-bottom:-1rem !important
    }

    .mb-lg-n4 {
        margin-bottom:-1.5rem !important
    }

    .mb-lg-n5 {
        margin-bottom:-3rem !important
    }

    .mb-lg-n6 {
        margin-bottom:-4rem !important
    }

    .mb-lg-n7 {
        margin-bottom:-6rem !important
    }

    .mb-lg-n8 {
        margin-bottom:-8rem !important
    }

    .mb-lg-n9 {
        margin-bottom:-10rem !important
    }

    .mb-lg-n10 {
        margin-bottom:-12rem !important
    }

    .mb-lg-n11 {
        margin-bottom:-14rem !important
    }

    .mb-lg-n12 {
        margin-bottom:-16rem !important
    }

    .ms-lg-n1 {
        margin-left:-.25rem !important
    }

    .ms-lg-n2 {
        margin-left:-.5rem !important
    }

    .ms-lg-n3 {
        margin-left:-1rem !important
    }

    .ms-lg-n4 {
        margin-left:-1.5rem !important
    }

    .ms-lg-n5 {
        margin-left:-3rem !important
    }

    .ms-lg-n6 {
        margin-left:-4rem !important
    }

    .ms-lg-n7 {
        margin-left:-6rem !important
    }

    .ms-lg-n8 {
        margin-left:-8rem !important
    }

    .ms-lg-n9 {
        margin-left:-10rem !important
    }

    .ms-lg-n10 {
        margin-left:-12rem !important
    }

    .ms-lg-n11 {
        margin-left:-14rem !important
    }

    .ms-lg-n12 {
        margin-left:-16rem !important
    }

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

    .p-lg-1 {
        padding:.25rem !important
    }

    .p-lg-2 {
        padding:.5rem !important
    }

    .p-lg-3 {
        padding:1rem !important
    }

    .p-lg-4 {
        padding:1.5rem !important
    }

    .p-lg-5 {
        padding:3rem !important
    }

    .p-lg-6 {
        padding:4rem !important
    }

    .p-lg-7 {
        padding:6rem !important
    }

    .p-lg-8 {
        padding:8rem !important
    }

    .p-lg-9 {
        padding:10rem !important
    }

    .p-lg-10 {
        padding:12rem !important
    }

    .p-lg-11 {
        padding:14rem !important
    }

    .p-lg-12 {
        padding:16rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .pt-lg-1 {
        padding-top:.25rem !important
    }

    .pt-lg-2 {
        padding-top:.5rem !important
    }

    .pt-lg-3 {
        padding-top:1rem !important
    }

    .pt-lg-4 {
        padding-top:1.5rem !important
    }

    .pt-lg-5 {
        padding-top:3rem !important
    }

    .pt-lg-6 {
        padding-top:4rem !important
    }

    .pt-lg-7 {
        padding-top:6rem !important
    }

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

    .pt-lg-9 {
        padding-top:10rem !important
    }

    .pt-lg-10 {
        padding-top:12rem !important
    }

    .pt-lg-11 {
        padding-top:14rem !important
    }

    .pt-lg-12 {
        padding-top:16rem !important
    }

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

    .pe-lg-1 {
        padding-right:.25rem !important
    }

    .pe-lg-2 {
        padding-right:.5rem !important
    }

    .pe-lg-3 {
        padding-right:1rem !important
    }

    .pe-lg-4 {
        padding-right:1.5rem !important
    }

    .pe-lg-5 {
        padding-right:3rem !important
    }

    .pe-lg-6 {
        padding-right:4rem !important
    }

    .pe-lg-7 {
        padding-right:6rem !important
    }

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

    .pe-lg-9 {
        padding-right:10rem !important
    }

    .pe-lg-10 {
        padding-right:12rem !important
    }

    .pe-lg-11 {
        padding-right:14rem !important
    }

    .pe-lg-12 {
        padding-right:16rem !important
    }

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

    .pb-lg-1 {
        padding-bottom:.25rem !important
    }

    .pb-lg-2 {
        padding-bottom:.5rem !important
    }

    .pb-lg-3 {
        padding-bottom:1rem !important
    }

    .pb-lg-4 {
        padding-bottom:1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom:3rem !important
    }

    .pb-lg-6 {
        padding-bottom:4rem !important
    }

    .pb-lg-7 {
        padding-bottom:6rem !important
    }

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

    .pb-lg-9 {
        padding-bottom:10rem !important
    }

    .pb-lg-10 {
        padding-bottom:12rem !important
    }

    .pb-lg-11 {
        padding-bottom:14rem !important
    }

    .pb-lg-12 {
        padding-bottom:16rem !important
    }

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

    .ps-lg-1 {
        padding-left:.25rem !important
    }

    .ps-lg-2 {
        padding-left:.5rem !important
    }

    .ps-lg-3 {
        padding-left:1rem !important
    }

    .ps-lg-4 {
        padding-left:1.5rem !important
    }

    .ps-lg-5 {
        padding-left:3rem !important
    }

    .ps-lg-6 {
        padding-left:4rem !important
    }

    .ps-lg-7 {
        padding-left:6rem !important
    }

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

    .ps-lg-9 {
        padding-left:10rem !important
    }

    .ps-lg-10 {
        padding-left:12rem !important
    }

    .ps-lg-11 {
        padding-left:14rem !important
    }

    .ps-lg-12 {
        padding-left:16rem !important
    }

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

    .gap-lg-1 {
        gap:.25rem !important
    }

    .gap-lg-2 {
        gap:.5rem !important
    }

    .gap-lg-3 {
        gap:1rem !important
    }

    .gap-lg-4 {
        gap:1.5rem !important
    }

    .gap-lg-5 {
        gap:3rem !important
    }

    .gap-lg-6 {
        gap:4rem !important
    }

    .gap-lg-7 {
        gap:6rem !important
    }

    .gap-lg-8 {
        gap:8rem !important
    }

    .gap-lg-9 {
        gap:10rem !important
    }

    .gap-lg-10 {
        gap:12rem !important
    }

    .gap-lg-11 {
        gap:14rem !important
    }

    .gap-lg-12 {
        gap:16rem !important
    }

    .row-gap-lg-0 {
        row-gap:0 !important
    }

    .row-gap-lg-1 {
        row-gap:.25rem !important
    }

    .row-gap-lg-2 {
        row-gap:.5rem !important
    }

    .row-gap-lg-3 {
        row-gap:1rem !important
    }

    .row-gap-lg-4 {
        row-gap:1.5rem !important
    }

    .row-gap-lg-5 {
        row-gap:3rem !important
    }

    .row-gap-lg-6 {
        row-gap:4rem !important
    }

    .row-gap-lg-7 {
        row-gap:6rem !important
    }

    .row-gap-lg-8 {
        row-gap:8rem !important
    }

    .row-gap-lg-9 {
        row-gap:10rem !important
    }

    .row-gap-lg-10 {
        row-gap:12rem !important
    }

    .row-gap-lg-11 {
        row-gap:14rem !important
    }

    .row-gap-lg-12 {
        row-gap:16rem !important
    }

    .column-gap-lg-0 {
        column-gap:0 !important
    }

    .column-gap-lg-1 {
        column-gap:.25rem !important
    }

    .column-gap-lg-2 {
        column-gap:.5rem !important
    }

    .column-gap-lg-3 {
        column-gap:1rem !important
    }

    .column-gap-lg-4 {
        column-gap:1.5rem !important
    }

    .column-gap-lg-5 {
        column-gap:3rem !important
    }

    .column-gap-lg-6 {
        column-gap:4rem !important
    }

    .column-gap-lg-7 {
        column-gap:6rem !important
    }

    .column-gap-lg-8 {
        column-gap:8rem !important
    }

    .column-gap-lg-9 {
        column-gap:10rem !important
    }

    .column-gap-lg-10 {
        column-gap:12rem !important
    }

    .column-gap-lg-11 {
        column-gap:14rem !important
    }

    .column-gap-lg-12 {
        column-gap:16rem !important
    }

    .text-lg-start {
        text-align:left !important
    }

    .text-lg-end {
        text-align:right !important
    }

    .text-lg-center {
        text-align:center !important
    }

    
}


/* ================================================================
   RESPONSIVE UTILITIES — XL (≥1200px)
   ================================================================ */

@media (min-width: 1200px) {
    .float-xl-start {
        float:left !important
    }

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

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

    .object-fit-xl-contain {
        object-fit:contain !important
    }

    .object-fit-xl-cover {
        object-fit:cover !important
    }

    .object-fit-xl-fill {
        object-fit:fill !important
    }

    .object-fit-xl-scale {
        object-fit:scale-down !important
    }

    .object-fit-xl-none {
        object-fit: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
    }

    .border-top-xl {
        border-top:1px solid #dde0e5 !important
    }

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

    .border-end-xl {
        border-right:1px solid #dde0e5 !important
    }

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

    .border-bottom-xl {
        border-bottom:1px solid #dde0e5 !important
    }

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

    .border-start-xl {
        border-left:1px solid #dde0e5 !important
    }

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

    .w-xl-0 {
        width:0% !important
    }

    .w-xl-1 {
        width:1% !important
    }

    .w-xl-2 {
        width:2% !important
    }

    .w-xl-3 {
        width:3% !important
    }

    .w-xl-4 {
        width:4% !important
    }

    .w-xl-5 {
        width:5% !important
    }

    .w-xl-6 {
        width:6% !important
    }

    .w-xl-7 {
        width:7% !important
    }

    .w-xl-8 {
        width:8% !important
    }

    .w-xl-9 {
        width:9% !important
    }

    .w-xl-10 {
        width:10% !important
    }

    .w-xl-15 {
        width:15% !important
    }

    .w-xl-20 {
        width:20% !important
    }

    .w-xl-25 {
        width:25% !important
    }

    .w-xl-30 {
        width:30% !important
    }

    .w-xl-35 {
        width:35% !important
    }

    .w-xl-40 {
        width:40% !important
    }

    .w-xl-45 {
        width:45% !important
    }

    .w-xl-50 {
        width:50% !important
    }

    .w-xl-55 {
        width:55% !important
    }

    .w-xl-60 {
        width:60% !important
    }

    .w-xl-65 {
        width:65% !important
    }

    .w-xl-70 {
        width:70% !important
    }

    .w-xl-75 {
        width:75% !important
    }

    .w-xl-80 {
        width:80% !important
    }

    .w-xl-85 {
        width:85% !important
    }

    .w-xl-90 {
        width:90% !important
    }

    .w-xl-95 {
        width:95% !important
    }

    .w-xl-100 {
        width:100% !important
    }

    .w-xl-rem {
        width:1rem !important
    }

    .w-xl-2rem {
        width:2rem !important
    }

    .w-xl-auto {
        width:auto !important
    }

    .flex-xl-fill {
        flex:1 1 auto !important
    }

    .flex-xl-row {
        flex-direction:row !important
    }

    .flex-xl-column {
        flex-direction:column !important
    }

    .flex-xl-row-reverse {
        flex-direction:row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction:column-reverse !important
    }

    .flex-xl-grow-0 {
        flex-grow:0 !important
    }

    .flex-xl-grow-1 {
        flex-grow:1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink:0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink:1 !important
    }

    .flex-xl-wrap {
        flex-wrap:wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap:nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap:wrap-reverse !important
    }

    .justify-content-xl-start {
        justify-content:flex-start !important
    }

    .justify-content-xl-end {
        justify-content:flex-end !important
    }

    .justify-content-xl-center {
        justify-content:center !important
    }

    .justify-content-xl-between {
        justify-content:space-between !important
    }

    .justify-content-xl-around {
        justify-content:space-around !important
    }

    .justify-content-xl-evenly {
        justify-content:space-evenly !important
    }

    .align-items-xl-start {
        align-items:flex-start !important
    }

    .align-items-xl-end {
        align-items:flex-end !important
    }

    .align-items-xl-center {
        align-items:center !important
    }

    .align-items-xl-baseline {
        align-items:baseline !important
    }

    .align-items-xl-stretch {
        align-items:stretch !important
    }

    
    .order-xl-first {
        order:-1 !important
    }

    .order-xl-0 {
        order:0 !important
    }

    .order-xl-1 {
        order:1 !important
    }

    .order-xl-2 {
        order:2 !important
    }

    .order-xl-3 {
        order:3 !important
    }

    .order-xl-4 {
        order:4 !important
    }

    .order-xl-5 {
        order:5 !important
    }

    .order-xl-last {
        order:6 !important
    }

    .m-xl-0 {
        margin:0 !important
    }

    .m-xl-1 {
        margin:.25rem !important
    }

    .m-xl-2 {
        margin:.5rem !important
    }

    .m-xl-3 {
        margin:1rem !important
    }

    .m-xl-4 {
        margin:1.5rem !important
    }

    .m-xl-5 {
        margin:3rem !important
    }

    .m-xl-6 {
        margin:4rem !important
    }

    .m-xl-7 {
        margin:6rem !important
    }

    .m-xl-8 {
        margin:8rem !important
    }

    .m-xl-9 {
        margin:10rem !important
    }

    .m-xl-10 {
        margin:12rem !important
    }

    .m-xl-11 {
        margin:14rem !important
    }

    .m-xl-12 {
        margin:16rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .mx-xl-12 {
        margin-right: 16rem !important;
        margin-left:16rem !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-1 {
        margin-top: .25rem !important;
        margin-bottom:.25rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .mt-xl-1 {
        margin-top:.25rem !important
    }

    .mt-xl-2 {
        margin-top:.5rem !important
    }

    .mt-xl-3 {
        margin-top:1rem !important
    }

    .mt-xl-4 {
        margin-top:1.5rem !important
    }

    .mt-xl-5 {
        margin-top:3rem !important
    }

    .mt-xl-6 {
        margin-top:4rem !important
    }

    .mt-xl-7 {
        margin-top:6rem !important
    }

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

    .mt-xl-9 {
        margin-top:10rem !important
    }

    .mt-xl-10 {
        margin-top:12rem !important
    }

    .mt-xl-11 {
        margin-top:14rem !important
    }

    .mt-xl-12 {
        margin-top:16rem !important
    }

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

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

    .me-xl-1 {
        margin-right:.25rem !important
    }

    .me-xl-2 {
        margin-right:.5rem !important
    }

    .me-xl-3 {
        margin-right:1rem !important
    }

    .me-xl-4 {
        margin-right:1.5rem !important
    }

    .me-xl-5 {
        margin-right:3rem !important
    }

    .me-xl-6 {
        margin-right:4rem !important
    }

    .me-xl-7 {
        margin-right:6rem !important
    }

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

    .me-xl-9 {
        margin-right:10rem !important
    }

    .me-xl-10 {
        margin-right:12rem !important
    }

    .me-xl-11 {
        margin-right:14rem !important
    }

    .me-xl-12 {
        margin-right:16rem !important
    }

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

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

    .mb-xl-1 {
        margin-bottom:.25rem !important
    }

    .mb-xl-2 {
        margin-bottom:.5rem !important
    }

    .mb-xl-3 {
        margin-bottom:1rem !important
    }

    .mb-xl-4 {
        margin-bottom:1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom:3rem !important
    }

    .mb-xl-6 {
        margin-bottom:4rem !important
    }

    .mb-xl-7 {
        margin-bottom:6rem !important
    }

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

    .mb-xl-9 {
        margin-bottom:10rem !important
    }

    .mb-xl-10 {
        margin-bottom:12rem !important
    }

    .mb-xl-11 {
        margin-bottom:14rem !important
    }

    .mb-xl-12 {
        margin-bottom:16rem !important
    }

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

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

    .ms-xl-1 {
        margin-left:.25rem !important
    }

    .ms-xl-2 {
        margin-left:.5rem !important
    }

    .ms-xl-3 {
        margin-left:1rem !important
    }

    .ms-xl-4 {
        margin-left:1.5rem !important
    }

    .ms-xl-5 {
        margin-left:3rem !important
    }

    .ms-xl-6 {
        margin-left:4rem !important
    }

    .ms-xl-7 {
        margin-left:6rem !important
    }

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

    .ms-xl-9 {
        margin-left:10rem !important
    }

    .ms-xl-10 {
        margin-left:12rem !important
    }

    .ms-xl-11 {
        margin-left:14rem !important
    }

    .ms-xl-12 {
        margin-left:16rem !important
    }

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

    .m-xl-n1 {
        margin:-.25rem !important
    }

    .m-xl-n2 {
        margin:-.5rem !important
    }

    .m-xl-n3 {
        margin:-1rem !important
    }

    .m-xl-n4 {
        margin:-1.5rem !important
    }

    .m-xl-n5 {
        margin:-3rem !important
    }

    .m-xl-n6 {
        margin:-4rem !important
    }

    .m-xl-n7 {
        margin:-6rem !important
    }

    .m-xl-n8 {
        margin:-8rem !important
    }

    .m-xl-n9 {
        margin:-10rem !important
    }

    .m-xl-n10 {
        margin:-12rem !important
    }

    .m-xl-n11 {
        margin:-14rem !important
    }

    .m-xl-n12 {
        margin:-16rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .mt-xl-n1 {
        margin-top:-.25rem !important
    }

    .mt-xl-n2 {
        margin-top:-.5rem !important
    }

    .mt-xl-n3 {
        margin-top:-1rem !important
    }

    .mt-xl-n4 {
        margin-top:-1.5rem !important
    }

    .mt-xl-n5 {
        margin-top:-3rem !important
    }

    .mt-xl-n6 {
        margin-top:-4rem !important
    }

    .mt-xl-n7 {
        margin-top:-6rem !important
    }

    .mt-xl-n8 {
        margin-top:-8rem !important
    }

    .mt-xl-n9 {
        margin-top:-10rem !important
    }

    .mt-xl-n10 {
        margin-top:-12rem !important
    }

    .mt-xl-n11 {
        margin-top:-14rem !important
    }

    .mt-xl-n12 {
        margin-top:-16rem !important
    }

    .me-xl-n1 {
        margin-right:-.25rem !important
    }

    .me-xl-n2 {
        margin-right:-.5rem !important
    }

    .me-xl-n3 {
        margin-right:-1rem !important
    }

    .me-xl-n4 {
        margin-right:-1.5rem !important
    }

    .me-xl-n5 {
        margin-right:-3rem !important
    }

    .me-xl-n6 {
        margin-right:-4rem !important
    }

    .me-xl-n7 {
        margin-right:-6rem !important
    }

    .me-xl-n8 {
        margin-right:-8rem !important
    }

    .me-xl-n9 {
        margin-right:-10rem !important
    }

    .me-xl-n10 {
        margin-right:-12rem !important
    }

    .me-xl-n11 {
        margin-right:-14rem !important
    }

    .me-xl-n12 {
        margin-right:-16rem !important
    }

    .mb-xl-n1 {
        margin-bottom:-.25rem !important
    }

    .mb-xl-n2 {
        margin-bottom:-.5rem !important
    }

    .mb-xl-n3 {
        margin-bottom:-1rem !important
    }

    .mb-xl-n4 {
        margin-bottom:-1.5rem !important
    }

    .mb-xl-n5 {
        margin-bottom:-3rem !important
    }

    .mb-xl-n6 {
        margin-bottom:-4rem !important
    }

    .mb-xl-n7 {
        margin-bottom:-6rem !important
    }

    .mb-xl-n8 {
        margin-bottom:-8rem !important
    }

    .mb-xl-n9 {
        margin-bottom:-10rem !important
    }

    .mb-xl-n10 {
        margin-bottom:-12rem !important
    }

    .mb-xl-n11 {
        margin-bottom:-14rem !important
    }

    .mb-xl-n12 {
        margin-bottom:-16rem !important
    }

    .ms-xl-n1 {
        margin-left:-.25rem !important
    }

    .ms-xl-n2 {
        margin-left:-.5rem !important
    }

    .ms-xl-n3 {
        margin-left:-1rem !important
    }

    .ms-xl-n4 {
        margin-left:-1.5rem !important
    }

    .ms-xl-n5 {
        margin-left:-3rem !important
    }

    .ms-xl-n6 {
        margin-left:-4rem !important
    }

    .ms-xl-n7 {
        margin-left:-6rem !important
    }

    .ms-xl-n8 {
        margin-left:-8rem !important
    }

    .ms-xl-n9 {
        margin-left:-10rem !important
    }

    .ms-xl-n10 {
        margin-left:-12rem !important
    }

    .ms-xl-n11 {
        margin-left:-14rem !important
    }

    .ms-xl-n12 {
        margin-left:-16rem !important
    }

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

    .p-xl-1 {
        padding:.25rem !important
    }

    .p-xl-2 {
        padding:.5rem !important
    }

    .p-xl-3 {
        padding:1rem !important
    }

    .p-xl-4 {
        padding:1.5rem !important
    }

    .p-xl-5 {
        padding:3rem !important
    }

    .p-xl-6 {
        padding:4rem !important
    }

    .p-xl-7 {
        padding:6rem !important
    }

    .p-xl-8 {
        padding:8rem !important
    }

    .p-xl-9 {
        padding:10rem !important
    }

    .p-xl-10 {
        padding:12rem !important
    }

    .p-xl-11 {
        padding:14rem !important
    }

    .p-xl-12 {
        padding:16rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .pt-xl-1 {
        padding-top:.25rem !important
    }

    .pt-xl-2 {
        padding-top:.5rem !important
    }

    .pt-xl-3 {
        padding-top:1rem !important
    }

    .pt-xl-4 {
        padding-top:1.5rem !important
    }

    .pt-xl-5 {
        padding-top:3rem !important
    }

    .pt-xl-6 {
        padding-top:4rem !important
    }

    .pt-xl-7 {
        padding-top:6rem !important
    }

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

    .pt-xl-9 {
        padding-top:10rem !important
    }

    .pt-xl-10 {
        padding-top:12rem !important
    }

    .pt-xl-11 {
        padding-top:14rem !important
    }

    .pt-xl-12 {
        padding-top:16rem !important
    }

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

    .pe-xl-1 {
        padding-right:.25rem !important
    }

    .pe-xl-2 {
        padding-right:.5rem !important
    }

    .pe-xl-3 {
        padding-right:1rem !important
    }

    .pe-xl-4 {
        padding-right:1.5rem !important
    }

    .pe-xl-5 {
        padding-right:3rem !important
    }

    .pe-xl-6 {
        padding-right:4rem !important
    }

    .pe-xl-7 {
        padding-right:6rem !important
    }

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

    .pe-xl-9 {
        padding-right:10rem !important
    }

    .pe-xl-10 {
        padding-right:12rem !important
    }

    .pe-xl-11 {
        padding-right:14rem !important
    }

    .pe-xl-12 {
        padding-right:16rem !important
    }

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

    .pb-xl-1 {
        padding-bottom:.25rem !important
    }

    .pb-xl-2 {
        padding-bottom:.5rem !important
    }

    .pb-xl-3 {
        padding-bottom:1rem !important
    }

    .pb-xl-4 {
        padding-bottom:1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom:3rem !important
    }

    .pb-xl-6 {
        padding-bottom:4rem !important
    }

    .pb-xl-7 {
        padding-bottom:6rem !important
    }

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

    .pb-xl-9 {
        padding-bottom:10rem !important
    }

    .pb-xl-10 {
        padding-bottom:12rem !important
    }

    .pb-xl-11 {
        padding-bottom:14rem !important
    }

    .pb-xl-12 {
        padding-bottom:16rem !important
    }

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

    .ps-xl-1 {
        padding-left:.25rem !important
    }

    .ps-xl-2 {
        padding-left:.5rem !important
    }

    .ps-xl-3 {
        padding-left:1rem !important
    }

    .ps-xl-4 {
        padding-left:1.5rem !important
    }

    .ps-xl-5 {
        padding-left:3rem !important
    }

    .ps-xl-6 {
        padding-left:4rem !important
    }

    .ps-xl-7 {
        padding-left:6rem !important
    }

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

    .ps-xl-9 {
        padding-left:10rem !important
    }

    .ps-xl-10 {
        padding-left:12rem !important
    }

    .ps-xl-11 {
        padding-left:14rem !important
    }

    .ps-xl-12 {
        padding-left:16rem !important
    }

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

    .gap-xl-1 {
        gap:.25rem !important
    }

    .gap-xl-2 {
        gap:.5rem !important
    }

    .gap-xl-3 {
        gap:1rem !important
    }

    .gap-xl-4 {
        gap:1.5rem !important
    }

    .gap-xl-5 {
        gap:3rem !important
    }

    .gap-xl-6 {
        gap:4rem !important
    }

    .gap-xl-7 {
        gap:6rem !important
    }

    .gap-xl-8 {
        gap:8rem !important
    }

    .gap-xl-9 {
        gap:10rem !important
    }

    .gap-xl-10 {
        gap:12rem !important
    }

    .gap-xl-11 {
        gap:14rem !important
    }

    .gap-xl-12 {
        gap:16rem !important
    }

    .row-gap-xl-0 {
        row-gap:0 !important
    }

    .row-gap-xl-1 {
        row-gap:.25rem !important
    }

    .row-gap-xl-2 {
        row-gap:.5rem !important
    }

    .row-gap-xl-3 {
        row-gap:1rem !important
    }

    .row-gap-xl-4 {
        row-gap:1.5rem !important
    }

    .row-gap-xl-5 {
        row-gap:3rem !important
    }

    .row-gap-xl-6 {
        row-gap:4rem !important
    }

    .row-gap-xl-7 {
        row-gap:6rem !important
    }

    .row-gap-xl-8 {
        row-gap:8rem !important
    }

    .row-gap-xl-9 {
        row-gap:10rem !important
    }

    .row-gap-xl-10 {
        row-gap:12rem !important
    }

    .row-gap-xl-11 {
        row-gap:14rem !important
    }

    .row-gap-xl-12 {
        row-gap:16rem !important
    }

    .column-gap-xl-0 {
        column-gap:0 !important
    }

    .column-gap-xl-1 {
        column-gap:.25rem !important
    }

    .column-gap-xl-2 {
        column-gap:.5rem !important
    }

    .column-gap-xl-3 {
        column-gap:1rem !important
    }

    .column-gap-xl-4 {
        column-gap:1.5rem !important
    }

    .column-gap-xl-5 {
        column-gap:3rem !important
    }

    .column-gap-xl-6 {
        column-gap:4rem !important
    }

    .column-gap-xl-7 {
        column-gap:6rem !important
    }

    .column-gap-xl-8 {
        column-gap:8rem !important
    }

    .column-gap-xl-9 {
        column-gap:10rem !important
    }

    .column-gap-xl-10 {
        column-gap:12rem !important
    }

    .column-gap-xl-11 {
        column-gap:14rem !important
    }

    .column-gap-xl-12 {
        column-gap:16rem !important
    }

    .text-xl-start {
        text-align:left !important
    }

    .text-xl-end {
        text-align:right !important
    }

    .text-xl-center {
        text-align:center !important
    }

    
}


/* ================================================================
   RESPONSIVE UTILITIES — XXL (≥1400px)
   ================================================================ */

@media (min-width: 1400px) {
    .float-xxl-start {
        float:left !important
    }

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

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

    .object-fit-xxl-contain {
        object-fit:contain !important
    }

    .object-fit-xxl-cover {
        object-fit:cover !important
    }

    .object-fit-xxl-fill {
        object-fit:fill !important
    }

    .object-fit-xxl-scale {
        object-fit:scale-down !important
    }

    .object-fit-xxl-none {
        object-fit: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
    }

    .border-top-xxl {
        border-top:1px solid #dde0e5 !important
    }

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

    .border-end-xxl {
        border-right:1px solid #dde0e5 !important
    }

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

    .border-bottom-xxl {
        border-bottom:1px solid #dde0e5 !important
    }

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

    .border-start-xxl {
        border-left:1px solid #dde0e5 !important
    }

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

    .w-xxl-0 {
        width:0% !important
    }

    .w-xxl-1 {
        width:1% !important
    }

    .w-xxl-2 {
        width:2% !important
    }

    .w-xxl-3 {
        width:3% !important
    }

    .w-xxl-4 {
        width:4% !important
    }

    .w-xxl-5 {
        width:5% !important
    }

    .w-xxl-6 {
        width:6% !important
    }

    .w-xxl-7 {
        width:7% !important
    }

    .w-xxl-8 {
        width:8% !important
    }

    .w-xxl-9 {
        width:9% !important
    }

    .w-xxl-10 {
        width:10% !important
    }

    .w-xxl-15 {
        width:15% !important
    }

    .w-xxl-20 {
        width:20% !important
    }

    .w-xxl-25 {
        width:25% !important
    }

    .w-xxl-30 {
        width:30% !important
    }

    .w-xxl-35 {
        width:35% !important
    }

    .w-xxl-40 {
        width:40% !important
    }

    .w-xxl-45 {
        width:45% !important
    }

    .w-xxl-50 {
        width:50% !important
    }

    .w-xxl-55 {
        width:55% !important
    }

    .w-xxl-60 {
        width:60% !important
    }

    .w-xxl-65 {
        width:65% !important
    }

    .w-xxl-70 {
        width:70% !important
    }

    .w-xxl-75 {
        width:75% !important
    }

    .w-xxl-80 {
        width:80% !important
    }

    .w-xxl-85 {
        width:85% !important
    }

    .w-xxl-90 {
        width:90% !important
    }

    .w-xxl-95 {
        width:95% !important
    }

    .w-xxl-100 {
        width:100% !important
    }

    .w-xxl-rem {
        width:1rem !important
    }

    .w-xxl-2rem {
        width:2rem !important
    }

    .w-xxl-auto {
        width:auto !important
    }

    .flex-xxl-fill {
        flex:1 1 auto !important
    }

    .flex-xxl-row {
        flex-direction:row !important
    }

    .flex-xxl-column {
        flex-direction:column !important
    }

    .flex-xxl-row-reverse {
        flex-direction:row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction:column-reverse !important
    }

    .flex-xxl-grow-0 {
        flex-grow:0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow:1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink:0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink:1 !important
    }

    .flex-xxl-wrap {
        flex-wrap:wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap:nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap:wrap-reverse !important
    }

    .justify-content-xxl-start {
        justify-content:flex-start !important
    }

    .justify-content-xxl-end {
        justify-content:flex-end !important
    }

    .justify-content-xxl-center {
        justify-content:center !important
    }

    .justify-content-xxl-between {
        justify-content:space-between !important
    }

    .justify-content-xxl-around {
        justify-content:space-around !important
    }

    .justify-content-xxl-evenly {
        justify-content:space-evenly !important
    }

    .align-items-xxl-start {
        align-items:flex-start !important
    }

    .align-items-xxl-end {
        align-items:flex-end !important
    }

    .align-items-xxl-center {
        align-items:center !important
    }

    .align-items-xxl-baseline {
        align-items:baseline !important
    }

    .align-items-xxl-stretch {
        align-items:stretch !important
    }

    
    .order-xxl-first {
        order:-1 !important
    }

    .order-xxl-0 {
        order:0 !important
    }

    .order-xxl-1 {
        order:1 !important
    }

    .order-xxl-2 {
        order:2 !important
    }

    .order-xxl-3 {
        order:3 !important
    }

    .order-xxl-4 {
        order:4 !important
    }

    .order-xxl-5 {
        order:5 !important
    }

    .order-xxl-last {
        order:6 !important
    }

    .m-xxl-0 {
        margin:0 !important
    }

    .m-xxl-1 {
        margin:.25rem !important
    }

    .m-xxl-2 {
        margin:.5rem !important
    }

    .m-xxl-3 {
        margin:1rem !important
    }

    .m-xxl-4 {
        margin:1.5rem !important
    }

    .m-xxl-5 {
        margin:3rem !important
    }

    .m-xxl-6 {
        margin:4rem !important
    }

    .m-xxl-7 {
        margin:6rem !important
    }

    .m-xxl-8 {
        margin:8rem !important
    }

    .m-xxl-9 {
        margin:10rem !important
    }

    .m-xxl-10 {
        margin:12rem !important
    }

    .m-xxl-11 {
        margin:14rem !important
    }

    .m-xxl-12 {
        margin:16rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .mx-xxl-12 {
        margin-right: 16rem !important;
        margin-left:16rem !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-1 {
        margin-top: .25rem !important;
        margin-bottom:.25rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .mt-xxl-1 {
        margin-top:.25rem !important
    }

    .mt-xxl-2 {
        margin-top:.5rem !important
    }

    .mt-xxl-3 {
        margin-top:1rem !important
    }

    .mt-xxl-4 {
        margin-top:1.5rem !important
    }

    .mt-xxl-5 {
        margin-top:3rem !important
    }

    .mt-xxl-6 {
        margin-top:4rem !important
    }

    .mt-xxl-7 {
        margin-top:6rem !important
    }

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

    .mt-xxl-9 {
        margin-top:10rem !important
    }

    .mt-xxl-10 {
        margin-top:12rem !important
    }

    .mt-xxl-11 {
        margin-top:14rem !important
    }

    .mt-xxl-12 {
        margin-top:16rem !important
    }

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

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

    .me-xxl-1 {
        margin-right:.25rem !important
    }

    .me-xxl-2 {
        margin-right:.5rem !important
    }

    .me-xxl-3 {
        margin-right:1rem !important
    }

    .me-xxl-4 {
        margin-right:1.5rem !important
    }

    .me-xxl-5 {
        margin-right:3rem !important
    }

    .me-xxl-6 {
        margin-right:4rem !important
    }

    .me-xxl-7 {
        margin-right:6rem !important
    }

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

    .me-xxl-9 {
        margin-right:10rem !important
    }

    .me-xxl-10 {
        margin-right:12rem !important
    }

    .me-xxl-11 {
        margin-right:14rem !important
    }

    .me-xxl-12 {
        margin-right:16rem !important
    }

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

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

    .mb-xxl-1 {
        margin-bottom:.25rem !important
    }

    .mb-xxl-2 {
        margin-bottom:.5rem !important
    }

    .mb-xxl-3 {
        margin-bottom:1rem !important
    }

    .mb-xxl-4 {
        margin-bottom:1.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom:3rem !important
    }

    .mb-xxl-6 {
        margin-bottom:4rem !important
    }

    .mb-xxl-7 {
        margin-bottom:6rem !important
    }

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

    .mb-xxl-9 {
        margin-bottom:10rem !important
    }

    .mb-xxl-10 {
        margin-bottom:12rem !important
    }

    .mb-xxl-11 {
        margin-bottom:14rem !important
    }

    .mb-xxl-12 {
        margin-bottom:16rem !important
    }

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

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

    .ms-xxl-1 {
        margin-left:.25rem !important
    }

    .ms-xxl-2 {
        margin-left:.5rem !important
    }

    .ms-xxl-3 {
        margin-left:1rem !important
    }

    .ms-xxl-4 {
        margin-left:1.5rem !important
    }

    .ms-xxl-5 {
        margin-left:3rem !important
    }

    .ms-xxl-6 {
        margin-left:4rem !important
    }

    .ms-xxl-7 {
        margin-left:6rem !important
    }

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

    .ms-xxl-9 {
        margin-left:10rem !important
    }

    .ms-xxl-10 {
        margin-left:12rem !important
    }

    .ms-xxl-11 {
        margin-left:14rem !important
    }

    .ms-xxl-12 {
        margin-left:16rem !important
    }

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

    .m-xxl-n1 {
        margin:-.25rem !important
    }

    .m-xxl-n2 {
        margin:-.5rem !important
    }

    .m-xxl-n3 {
        margin:-1rem !important
    }

    .m-xxl-n4 {
        margin:-1.5rem !important
    }

    .m-xxl-n5 {
        margin:-3rem !important
    }

    .m-xxl-n6 {
        margin:-4rem !important
    }

    .m-xxl-n7 {
        margin:-6rem !important
    }

    .m-xxl-n8 {
        margin:-8rem !important
    }

    .m-xxl-n9 {
        margin:-10rem !important
    }

    .m-xxl-n10 {
        margin:-12rem !important
    }

    .m-xxl-n11 {
        margin:-14rem !important
    }

    .m-xxl-n12 {
        margin:-16rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .mt-xxl-n1 {
        margin-top:-.25rem !important
    }

    .mt-xxl-n2 {
        margin-top:-.5rem !important
    }

    .mt-xxl-n3 {
        margin-top:-1rem !important
    }

    .mt-xxl-n4 {
        margin-top:-1.5rem !important
    }

    .mt-xxl-n5 {
        margin-top:-3rem !important
    }

    .mt-xxl-n6 {
        margin-top:-4rem !important
    }

    .mt-xxl-n7 {
        margin-top:-6rem !important
    }

    .mt-xxl-n8 {
        margin-top:-8rem !important
    }

    .mt-xxl-n9 {
        margin-top:-10rem !important
    }

    .mt-xxl-n10 {
        margin-top:-12rem !important
    }

    .mt-xxl-n11 {
        margin-top:-14rem !important
    }

    .mt-xxl-n12 {
        margin-top:-16rem !important
    }

    .me-xxl-n1 {
        margin-right:-.25rem !important
    }

    .me-xxl-n2 {
        margin-right:-.5rem !important
    }

    .me-xxl-n3 {
        margin-right:-1rem !important
    }

    .me-xxl-n4 {
        margin-right:-1.5rem !important
    }

    .me-xxl-n5 {
        margin-right:-3rem !important
    }

    .me-xxl-n6 {
        margin-right:-4rem !important
    }

    .me-xxl-n7 {
        margin-right:-6rem !important
    }

    .me-xxl-n8 {
        margin-right:-8rem !important
    }

    .me-xxl-n9 {
        margin-right:-10rem !important
    }

    .me-xxl-n10 {
        margin-right:-12rem !important
    }

    .me-xxl-n11 {
        margin-right:-14rem !important
    }

    .me-xxl-n12 {
        margin-right:-16rem !important
    }

    .mb-xxl-n1 {
        margin-bottom:-.25rem !important
    }

    .mb-xxl-n2 {
        margin-bottom:-.5rem !important
    }

    .mb-xxl-n3 {
        margin-bottom:-1rem !important
    }

    .mb-xxl-n4 {
        margin-bottom:-1.5rem !important
    }

    .mb-xxl-n5 {
        margin-bottom:-3rem !important
    }

    .mb-xxl-n6 {
        margin-bottom:-4rem !important
    }

    .mb-xxl-n7 {
        margin-bottom:-6rem !important
    }

    .mb-xxl-n8 {
        margin-bottom:-8rem !important
    }

    .mb-xxl-n9 {
        margin-bottom:-10rem !important
    }

    .mb-xxl-n10 {
        margin-bottom:-12rem !important
    }

    .mb-xxl-n11 {
        margin-bottom:-14rem !important
    }

    .mb-xxl-n12 {
        margin-bottom:-16rem !important
    }

    .ms-xxl-n1 {
        margin-left:-.25rem !important
    }

    .ms-xxl-n2 {
        margin-left:-.5rem !important
    }

    .ms-xxl-n3 {
        margin-left:-1rem !important
    }

    .ms-xxl-n4 {
        margin-left:-1.5rem !important
    }

    .ms-xxl-n5 {
        margin-left:-3rem !important
    }

    .ms-xxl-n6 {
        margin-left:-4rem !important
    }

    .ms-xxl-n7 {
        margin-left:-6rem !important
    }

    .ms-xxl-n8 {
        margin-left:-8rem !important
    }

    .ms-xxl-n9 {
        margin-left:-10rem !important
    }

    .ms-xxl-n10 {
        margin-left:-12rem !important
    }

    .ms-xxl-n11 {
        margin-left:-14rem !important
    }

    .ms-xxl-n12 {
        margin-left:-16rem !important
    }

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

    .p-xxl-1 {
        padding:.25rem !important
    }

    .p-xxl-2 {
        padding:.5rem !important
    }

    .p-xxl-3 {
        padding:1rem !important
    }

    .p-xxl-4 {
        padding:1.5rem !important
    }

    .p-xxl-5 {
        padding:3rem !important
    }

    .p-xxl-6 {
        padding:4rem !important
    }

    .p-xxl-7 {
        padding:6rem !important
    }

    .p-xxl-8 {
        padding:8rem !important
    }

    .p-xxl-9 {
        padding:10rem !important
    }

    .p-xxl-10 {
        padding:12rem !important
    }

    .p-xxl-11 {
        padding:14rem !important
    }

    .p-xxl-12 {
        padding:16rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

    .px-xxl-11 {
        padding-right: 14rem !important;
        padding-left:14rem !important
    }

    .px-xxl-12 {
        padding-right: 16rem !important;
        padding-left:16rem !important
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom:0 !important
    }

    .py-xxl-1 {
        padding-top: .25rem !important;
        padding-bottom:.25rem !important
    }

    .py-xxl-2 {
        padding-top: .5rem !important;
        padding-bottom:.5rem !important
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom:1rem !important
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom:1.5rem !important
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom:3rem !important
    }

    .py-xxl-6 {
        padding-top: 4rem !important;
        padding-bottom:4rem !important
    }

    .py-xxl-7 {
        padding-top: 6rem !important;
        padding-bottom:6rem !important
    }

    .py-xxl-8 {
        padding-top: 8rem !important;
        padding-bottom:8rem !important
    }

    .py-xxl-9 {
        padding-top: 10rem !important;
        padding-bottom:10rem !important
    }

    .py-xxl-10 {
        padding-top: 12rem !important;
        padding-bottom:12rem !important
    }

    .py-xxl-11 {
        padding-top: 14rem !important;
        padding-bottom:14rem !important
    }

    .py-xxl-12 {
        padding-top: 16rem !important;
        padding-bottom:16rem !important
    }

    .pt-xxl-0 {
        padding-top:0 !important
    }

    .pt-xxl-1 {
        padding-top:.25rem !important
    }

    .pt-xxl-2 {
        padding-top:.5rem !important
    }

    .pt-xxl-3 {
        padding-top:1rem !important
    }

    .pt-xxl-4 {
        padding-top:1.5rem !important
    }

    .pt-xxl-5 {
        padding-top:3rem !important
    }

    .pt-xxl-6 {
        padding-top:4rem !important
    }

    .pt-xxl-7 {
        padding-top:6rem !important
    }

    .pt-xxl-8 {
        padding-top:8rem !important
    }

    .pt-xxl-9 {
        padding-top:10rem !important
    }

    .pt-xxl-10 {
        padding-top:12rem !important
    }

    .pt-xxl-11 {
        padding-top:14rem !important
    }

    .pt-xxl-12 {
        padding-top:16rem !important
    }

    .pe-xxl-0 {
        padding-right:0 !important
    }

    .pe-xxl-1 {
        padding-right:.25rem !important
    }

    .pe-xxl-2 {
        padding-right:.5rem !important
    }

    .pe-xxl-3 {
        padding-right:1rem !important
    }

    .pe-xxl-4 {
        padding-right:1.5rem !important
    }

    .pe-xxl-5 {
        padding-right:3rem !important
    }

    .pe-xxl-6 {
        padding-right:4rem !important
    }

    .pe-xxl-7 {
        padding-right:6rem !important
    }

    .pe-xxl-8 {
        padding-right:8rem !important
    }

    .pe-xxl-9 {
        padding-right:10rem !important
    }

    .pe-xxl-10 {
        padding-right:12rem !important
    }

    .pe-xxl-11 {
        padding-right:14rem !important
    }

    .pe-xxl-12 {
        padding-right:16rem !important
    }

    .pb-xxl-0 {
        padding-bottom:0 !important
    }

    .pb-xxl-1 {
        padding-bottom:.25rem !important
    }

    .pb-xxl-2 {
        padding-bottom:.5rem !important
    }

    .pb-xxl-3 {
        padding-bottom:1rem !important
    }

    .pb-xxl-4 {
        padding-bottom:1.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom:3rem !important
    }

    .pb-xxl-6 {
        padding-bottom:4rem !important
    }

    .pb-xxl-7 {
        padding-bottom:6rem !important
    }

    .pb-xxl-8 {
        padding-bottom:8rem !important
    }

    .pb-xxl-9 {
        padding-bottom:10rem !important
    }

    .pb-xxl-10 {
        padding-bottom:12rem !important
    }

    .pb-xxl-11 {
        padding-bottom:14rem !important
    }

    .pb-xxl-12 {
        padding-bottom:16rem !important
    }

    .ps-xxl-0 {
        padding-left:0 !important
    }

    .ps-xxl-1 {
        padding-left:.25rem !important
    }

    .ps-xxl-2 {
        padding-left:.5rem !important
    }

    .ps-xxl-3 {
        padding-left:1rem !important
    }

    .ps-xxl-4 {
        padding-left:1.5rem !important
    }

    .ps-xxl-5 {
        padding-left:3rem !important
    }

    .ps-xxl-6 {
        padding-left:4rem !important
    }

    .ps-xxl-7 {
        padding-left:6rem !important
    }

    .ps-xxl-8 {
        padding-left:8rem !important
    }

    .ps-xxl-9 {
        padding-left:10rem !important
    }

    .ps-xxl-10 {
        padding-left:12rem !important
    }

    .ps-xxl-11 {
        padding-left:14rem !important
    }

    .ps-xxl-12 {
        padding-left:16rem !important
    }

    .gap-xxl-0 {
        gap:0 !important
    }

    .gap-xxl-1 {
        gap:.25rem !important
    }

    .gap-xxl-2 {
        gap:.5rem !important
    }

    .gap-xxl-3 {
        gap:1rem !important
    }

    .gap-xxl-4 {
        gap:1.5rem !important
    }

    .gap-xxl-5 {
        gap:3rem !important
    }

    .gap-xxl-6 {
        gap:4rem !important
    }

    .gap-xxl-7 {
        gap:6rem !important
    }

    .gap-xxl-8 {
        gap:8rem !important
    }

    .gap-xxl-9 {
        gap:10rem !important
    }

    .gap-xxl-10 {
        gap:12rem !important
    }

    .gap-xxl-11 {
        gap:14rem !important
    }

    .gap-xxl-12 {
        gap:16rem !important
    }

    .row-gap-xxl-0 {
        row-gap:0 !important
    }

    .row-gap-xxl-1 {
        row-gap:.25rem !important
    }

    .row-gap-xxl-2 {
        row-gap:.5rem !important
    }

    .row-gap-xxl-3 {
        row-gap:1rem !important
    }

    .row-gap-xxl-4 {
        row-gap:1.5rem !important
    }

    .row-gap-xxl-5 {
        row-gap:3rem !important
    }

    .row-gap-xxl-6 {
        row-gap:4rem !important
    }

    .row-gap-xxl-7 {
        row-gap:6rem !important
    }

    .row-gap-xxl-8 {
        row-gap:8rem !important
    }

    .row-gap-xxl-9 {
        row-gap:10rem !important
    }

    .row-gap-xxl-10 {
        row-gap:12rem !important
    }

    .row-gap-xxl-11 {
        row-gap:14rem !important
    }

    .row-gap-xxl-12 {
        row-gap:16rem !important
    }

    .column-gap-xxl-0 {
        column-gap:0 !important
    }

    .column-gap-xxl-1 {
        column-gap:.25rem !important
    }

    .column-gap-xxl-2 {
        column-gap:.5rem !important
    }

    .column-gap-xxl-3 {
        column-gap:1rem !important
    }

    .column-gap-xxl-4 {
        column-gap:1.5rem !important
    }

    .column-gap-xxl-5 {
        column-gap:3rem !important
    }

    .column-gap-xxl-6 {
        column-gap:4rem !important
    }

    .column-gap-xxl-7 {
        column-gap:6rem !important
    }

    .column-gap-xxl-8 {
        column-gap:8rem !important
    }

    .column-gap-xxl-9 {
        column-gap:10rem !important
    }

    .column-gap-xxl-10 {
        column-gap:12rem !important
    }

    .column-gap-xxl-11 {
        column-gap:14rem !important
    }

    .column-gap-xxl-12 {
        column-gap:16rem !important
    }

    .text-xxl-start {
        text-align:left !important
    }

    .text-xxl-end {
        text-align:right !important
    }

    .text-xxl-center {
        text-align:center !important
    }

 
}


.accordion {
    --bs-accordion-color: #64748b;
    --bs-accordion-bg: transparent;
    --bs-accordion-transition: all .14s cubic-bezier(.655, .055, .345, 1), border-radius .15s ease;
    --bs-accordion-border-color: rgba(0, 0, 0, .125);
    --bs-accordion-border-width: 1;
    --bs-accordion-border-radius: .25rem;
    --bs-accordion-inner-border-radius: .25rem;
    --bs-accordion-btn-padding-x: 1rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: #64748b;
    --bs-accordion-btn-bg: transparent;
    --bs-accordion-btn-focus-border-color: #1b89f7;
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-body-padding-x: 1rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #1e293b;
    --bs-accordion-active-bg: transparent;
}


.end-10px {
    right:10px !important
}


/* --- HEADING COLOUR VARIABLES --- */
:root {
  --bs-heading-color: #000000;
}
.bg-dark, .bg-black {
  --bs-heading-color: #ffffff;
}

.bg-dark a.header-link:hover, .bg-black .mylink a {
  color: #ffffff !important;
}


/* --- TYPOGRAPHY --- */
.text-base, p, .p {
  font-size: .9rem;
}


.h5-title {
  font-size: 1.3rem;
}
.text-sub {
  font-size: .7rem;
}
 
.text-date {
  font-size: .9rem;
}


/* --- EXTENDED FONT SIZING --- */
.fs-7 {
  font-size:.95rem !important
}
.fs-8 {
  font-size:.90rem !important
}
.fs-9 {
  font-size:.80rem !important
}
.fs-10 {
  font-size:.70rem !important
}




/* --- FONT FAMILIES --- */
.fjalla-one-regular {
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.cc-animate-enabled .shopify-section {
  overflow: initial;
}


/* --- SUBMENU BAR --- */
#page-submenus {
  --background: #f4f6f8;
  --text-1: #171717;
  --text-2: #4c4c4b;
  background: var(--background);
}


#page-submenus .submenu {
  padding: 12px 0px 14px 0px;
  text-align: center;
  display: block;
  line-height: .8em;
}
#page-submenus .submenu .tagline {
  color: var(--text-2);
  font-size: 12px!important;
}
@media (max-width: 767.98px) {
  #page-submenus .submenu {
    padding: 8px 0 10px 0;
    text-align: center;
    display: block;
  }
  #page-submenus .submenu .tagline {
    color: var(--text-1);
    line-height: 1.2em;
    font-size: 10px!important;
  }
}


/* --- ANNOUNCEMENT BAR --- */
#announcement-bar {
  --bg-color: #171717;
  --heading-color: 255 255 255;
  --text-color: 255 255 255;
  --link-color: 255 255 255;
  --font-size: 14px;
  background-color: var(--bg-color);
  padding: 8px 6px 8px 0;
}
#announcement-bar p {
  font-size: 12px;

}

.announcement-bar-color-1 {
  --bg-color: #8d7356!important;
}
.announcement-bar-color-2 {
  --bg-color: #2C404B!important;
}
.announcement-bar-color-3 {
  --bg-color: #ffe256!important;
}

  
/* --- SIGN-IN TAG --- */
.sign-in-tag {
    font-size:10px;
    line-height: 1.4em;
  }


/* --- PAGE HEADER --- */
.page-header .col-12{
  padding: 0 20px;
}


@media (min-width: 768px) {
  .page-header .col-12{
    padding: 0 52px;
  }
  .h-md-100 {
    height: 100% !important;
  }
}

@media (min-width: 1100px) {
  .page-header .col-12{
  padding: 0 74px;
  }
  .text-overlay h2{
    font-family: "Fjalla One";
    
    font-size: 84px;
  }
}


/* --- BACKGROUND & COLOUR OVERRIDES --- */
.bg-light {
  background-color:rgb(247, 247, 248) !important
}
.bg-dark {
  background-color:rgb(0, 0, 0) !important
}
.text-dark {
  color:#000000 !important
}


/* --- BUTTON OVERRIDES --- */
.btn {
  font-size: 13px;
  letter-spacing:1px !important
}
.btn span {
  font-size: 11px;
}

/* --- LAZY LOADING --- */
.lazy-img {
  opacity: .5;
  transition: opacity 0.3s ease-in-out;
}

.lazy-img.loaded {
  opacity: 1;
}


/* --- STRIPED BACKGROUNDS --- */
.h-striped-bg {
  background: linear-gradient(to bottom, white 50%, rgb(247, 247, 248) 50%);
}
.v-striped-bg {
  background: linear-gradient(to right, white 50%, rgb(247, 247, 248) 50%);
}


@media (max-width: 991.98px) {
  .h-striped-bg {
    background: none;
  }
  .v-striped-bg {
    background: none;
  }
}
 

/* --- CERTIFICATION BADGE HEIGHTS --- */
.cert {
  height: 10px;
}
.cert-10 {
  height: 10px;
}
.cert-16 {
  height: 16px;
}
.cert-20 {
  height: 20px;
}
.cert-26 {
  height: 26px;
}
.cert-30 {
  height: 30px;
}
.cert-40 {
  height: 40px;
}
.cert-50 {
  height: 50px;
}
.cert-60 {
  height: 60px;
}
.cert-70 {
  height: 70px;
}
.cert-80 {
  height: 80px;
}
 

/* --- IMAGE FILTERS --- */
.tint-png-red {
  filter: brightness(1) saturate(100%) hue-rotate(100deg);
}


  .bg-grad-dark {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), transparent);
  }
 
  .bg-grad-light {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8), transparent);
  }
 
  .bg-grad-glass {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), transparent);
  }


  .bg-grad-portrait-dark {

    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  }
 
  .bg-grad-portrait-light {
    background: linear-gradient(to top, rgba(255, 255, 255, 0.8), transparent);
  }
 
  .bg-grad-portrait-glass {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  }
 

 #movie-overlay {
  max-width: 600px;
}

.film-header-bg {
  opacity: 0;
  transition: opacity 0.8s ease;
}


#movie-overlay .title-treatment {
  max-width: 400px;
  max-height: 150px;
  width: auto;
  height: auto;
  object-fit: contain;
}

#whatson-tt .title-treatment {
  max-height: 60px;
  max-width: 100%;
}


@media (max-width: 575.98px) {

  .text-base, p, .p {
    font-size: .8rem;
  }
  
  #announcement-bar p{
    font-size: 10px;
  }
  .cert-30 {
    height: 25px;
  }


  #movie-overlay .title-treatment {
    max-width: 300px; 
    max-height: 90px; 
  }
  
  
}

@media (max-width: 767.98px) {

  .text-base, p, .p {
    font-size: .8rem;
  }
  
  #announcement-bar p{
    font-size: 10px;
  }
  .cert-30 {
    height: 25px;
  }

  .h5-title {
    font-size: 1.05rem;

}
  .text-date {
    font-size: .7rem;
  }
  .cert {
    height: 24px;
  }

  .film-header-bg {
    object-fit: contain;
  }

  .bg-grad {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    bottom: 0;
    margin-top: auto;
 }

   .bg-grad-dark {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    bottom: 0;
    margin-top: auto;
  }
 
  .bg-grad-light {
    background: linear-gradient(to top, rgba(255, 255, 255, 0.8), transparent);
    bottom: 0;
    margin-top: auto;
  }
 
  .bg-grad-glass {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    bottom: 0;
    margin-top: auto;
  }
 
  #movie-overlay {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; 
  }
  

}

/* --- HEIGHT RESPONSIVE UTILITIES --- */
@media (min-width: 992px) {

  .h-lg-0 {
    height:0% !important
  }
  
  .h-lg-1 {
    height:1% !important
  }
  
  .h-lg-2 {
    height:2% !important
  }
  
  .h-lg-3 {
    height:3% !important
  }
  
  .h-lg-4 {
    height:4% !important
  }
  
  .h-lg-5 {
    height:5% !important
  }
  
  .h-lg-6 {
    height:6% !important
  }
  
  .h-lg-7 {
    height:7% !important
  }
  
  .h-lg-8 {
    height:8% !important
  }
  
  .h-lg-9 {
    height:9% !important
  }
  
  .h-lg-10 {
    height:10% !important
  }
  
  .h-lg-15 {
    height:15% !important
  }
  
  .h-lg-20 {
    height:20% !important
  }
  
  .h-lg-25 {
    height:25% !important
  }
  
  .h-lg-30 {
    height:30% !important
  }
  
  .h-lg-35 {
    height:35% !important
  }
  
  .h-lg-40 {
    height:40% !important
  }
  
  .h-lg-45 {
    height:45% !important
  }
  
  .h-lg-50 {
    height:50% !important
  }
  
  .h-lg-55 {
    height:55% !important
  }
  
  .h-lg-60 {
    height:60% !important
  }
  
  .h-lg-65 {
    height:65% !important
  }
  
  .h-lg-70 {
    height:70% !important
  }
  
  .h-lg-75 {
    height:75% !important
  }
  
  .h-lg-80 {
    height:80% !important
  }
  
  .h-lg-85 {
    height:85% !important
  }
  
  .h-lg-90 {
    height:90% !important
  }
  
  .h-lg-95 {
    height:95% !important
  }
  
  .h-lg-100 {
    height:100% !important
  }
  
  .h-lg-rem {
    height:1rem !important
  }
  
  .h-lg-2rem {
    height:2rem !important
  }
  
  .h-lg-auto {
    height:auto !important
  }
  
  
}


@media (min-width: 992px) and (max-width: 1399.98px) {
    
  #whatson-tt .title-treatment {
    max-height: 80px;
    max-width: 80%;
  }

}


@media (min-width: 1400px) {
  #whatson-tt .title-treatment {
    max-height: 100px;
    max-width: 80%;
  }

  
}


/* --- TYPOGRAPHY EXTRAS --- */
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: .7em;
  font-weight: 800;
  color: var(--bs-card-color);
}


/* --- DROPDOWN --- */
.dropdown-toggle::after {
  display: none !important;
}


.dropdown-wrapper {
  background-color: rgb(255, 255, 255);
  display: inline-block;
  position: absolute;
  transition: all 0.3s ease;
  overflow: hidden;
  border-radius: 0 !important;
  margin-top: -50px;
  margin-left: -20px;
  z-index: 999;
}

.dropdown-wrapper {
  height: 50px;
}

.dropdown-wrapper:has(.dropdown-menu.show) {
  height: 140px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border-radius: 0;
}


.dropdown-toggle .feather-chevron-down {
  transition: transform 0.3s ease;
}

.dropdown-wrapper:has(.dropdown-menu.show) .feather-chevron-down {
  transform: rotate(180deg);
}

.dropdown-menu {
  margin-top: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  border-radius: 0 !important;
}

.dropdown-toggle {
  padding-left: 10px !important;
  border: none;
  box-shadow: none;
  background-color: white;
  border-radius: none;
  border-radius: 0 !important;
}

.dropdown-toggle:hover {
  box-shadow: none !important;
}

.dropdown-toggle:focus {
  box-shadow: none !important;
}
.dropdown .dropdown-menu .dropdown-item {
  padding-left: 40px;
}

.dropdown-item.active {
  background-color: #f8f9fa;
}


/* --- TICKET STYLING --- */

.no-phone-no {
  -webkit-text-fill-color: inherit;
}

 .ticket {
  border-radius: 15px;
}
.bg-ticket-left {
  border: 1px solid #9BA5B4;
  border-right: 2px dashed #231F20;

  border-radius: 15px 0 0 15px;
  --mask: radial-gradient(15px at 100% 40px,#0000 98%,#000) 0 -40px;
    -webkit-mask: var(--mask);
            mask: var(--mask);
  position: relative;
} 
.bg-ticket-left::before {
  content: '';
  position: absolute;
  bottom: -30px;
  right: -16px;
  width: 30px;
  height: 30px;
  border: 1px solid #9BA5B4;
  border-radius: 50%;
  clip-path: inset(0 0 50% 0);
  transform: translateY(-50%);
}
.bg-ticket-left::after {
  content: '';
  position: absolute;
  top: 0px;
  right: -16px;
  width: 30px;
  height: 30px;
  border: 1px solid #9BA5B4;
  border-radius: 50%;
  clip-path: inset(0 50% 0 0);
  transform: translateY(-50%);
}

.bg-ticket-right {
  border: 1px solid #9BA5B4;
  border-left: none;
  border-radius: 0 15px 15px 0;
  --mask: radial-gradient(15px at 0% 40px, #0000 98%, #000) 0 -40px;
  -webkit-mask: var(--mask);
  mask: var(--mask);
  position: relative;
}

.bg-ticket-right::before {
  content: '';
  position: absolute;
  bottom: -30px;
  left: -14px;
  width: 30px;
  height: 30px;
  border: 1px solid #9BA5B4;
  border-radius: 50%;
  clip-path: inset(0 0 50% 0);
  transform: translateY(-50%);
}

.bg-ticket-right::after {
  content: '';
  position: absolute;
  top: 0px;
  left: -14px;
  width: 30px;
  height: 30px;
  border: 1px solid #9BA5B4;
  border-radius: 50%;
  clip-path: inset(50% 0 0  0);
  transform: translateY(-50%);
}


/* --- USER INTERACTION UTILITIES --- */
.no-link {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  -ms-touch-callout: none;
  user-select: none;
}


/* --- CINEMA-SPECIFIC BUTTONS --- */
.btn-selfridges {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffe256;
  --bs-btn-border-color: #ffe256;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #FFEE99;
  --bs-btn-hover-border-color: #FFEE99;
  --bs-btn-focus-shadow-rgb: 64, 73, 88;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffe256;
  --bs-btn-active-border-color: #ffe256;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #888888;
  --bs-btn-disabled-bg: #FFF7D4;
  --bs-btn-disabled-border-color: #FFF7D4;
}

.btn-arches {
  --bs-btn-color: #fff;
  --bs-btn-bg: #34657f;
  --bs-btn-border-color: #34657f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #668392;
  --bs-btn-hover-border-color: #34657f;
  --bs-btn-focus-shadow-rgb: 64, 73, 88;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #34657f;
  --bs-btn-active-border-color: #34657f;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #CBD6DF;
  --bs-btn-disabled-border-color: #CBD6DF
}
.btn-arches-nohover {
  --bs-btn-color: #fff;
  --bs-btn-bg: #34657f;
  --bs-btn-border-color: #34657f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #34657f;
  --bs-btn-hover-border-color: #34657f;
  --bs-btn-focus-shadow-rgb: none;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #34657f;
  --bs-btn-active-border-color: #34657f;
  --bs-btn-active-shadow: none;
}


.btn-power {
  --bs-btn-color: #fff;
  --bs-btn-bg: #8d7356;
  --bs-btn-border-color: #8d7356;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #927d67;
  --bs-btn-hover-border-color: #8d7356;
  --bs-btn-focus-shadow-rgb: 64, 73, 88;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #8d7356;
  --bs-btn-active-border-color: #8d7356;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #c9c1b7;
  --bs-btn-disabled-border-color: #CBD6DF
}
.btn-power-nohover {
  --bs-btn-color: #fff;
  --bs-btn-bg: #8d7356;
  --bs-btn-border-color: #8d7356;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #8d7356;
  --bs-btn-hover-border-color: #8d7356;
  --bs-btn-focus-shadow-rgb: 64, 73, 88;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #8d7356;
  --bs-btn-active-border-color: #8d7356;
  --bs-btn-active-shadow: none;
}

.bg-power {
  background-color: #8d7356!important;
}

.bg-arches{
  background-color: #34657f!important;
}

.btn:active, .btn:active:focus, .btn:active:hover {
  box-shadow: none;
  opacity:1!important
}

.btn:hover {
  box-shadow: none;
  opacity:1!important
}

.btn.btn-white {
  border:1px solid #000000!important;
}

.btn.btn-white:hover {
  border:1px solid #2b2b2b!important;
  background-color:#000000;
  color: #ffffff;
}

.bg-black .btn.btn-white, .bg-dark .btn.btn-white {
  border:1px solid #000000!important;
}

.bg-black .btn.btn-white:hover, .bg-dark .btn.btn-white:hover {
  border:1px solid #2b2b2b!important;
  background-color:#e1e1e1;
  color: #000000;
}


/* --- MASK & OVERLAY --- */
.mask {
  position: absolute;
  background-size: cover;
  background-position: center center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .8;
  z-index: 0;
}
.text-overlay {
  position: relative; 
  z-index: 2; 
}


/* --- TEXT SPACING UTILITIES --- */
.text-spacing-1 { letter-spacing: 0.1em; }
.text-spacing-2 { letter-spacing: 0.2em; }
.text-spacing-3 { letter-spacing: 0.3em; }
.text-spacing-4 { letter-spacing: 0.4em; }
.text-spacing-5 { letter-spacing: 0.5em; }


/* --- CARD BACKGROUNDS & MASKS --- */
.card.card-background {
  align-items:center
}

.card.card-background .full-background {
  margin-bottom: 30px;
  width: 100%;
  height: 0;
  position: absolute;
  border-radius:.375rem;
  padding-top: 150%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.card.card-background .card-body {
  color: #fff;
  position: relative;
  z-index:2
}

.card.card-background .card-body .content-center, .card.card-background .card-body .content-left {
  min-height: 330px;
  max-width: 450px;
  padding-top: 60px;
  padding-bottom:60px
}

.card.card-background .card-body .content-center {
  text-align:center
}

.card.card-background .card-body.body-left {
  width:90%
}

.card.card-background .card-body .author .name span, .card.card-background .card-body .author .name .stats {
  color:#fff
}

.card.card-background:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  display: block;
  content: "";
  background: rgba(0, 0, 0, .4);
  border-radius:.375rem
}

.card.card-background.card-background-mask-primary:before {
  background:rgba(0, 0, 0, .2)
}

.card.card-background.card-background-mask-primary:after {
  background-image: linear-gradient(310deg, #774dd3 0%, #6a38d9 100%);
  opacity:.85
}

.card.card-background.card-background-mask-secondary:before {
  background:rgba(0, 0, 0, .2)
}

.card.card-background.card-background-mask-secondary:after {
  background-image: linear-gradient(310deg, #64748b 0%, #64748b 100%);
  opacity:.85
}

.card.card-background.card-background-mask-success:before {
  background:rgba(0, 0, 0, .2)
}

.card.card-background.card-background-mask-success:after {
  background-image: linear-gradient(310deg, #67c23a 0%, #4aa91b 100%);
  opacity:.85
}

.card.card-background.card-background-mask-info:before {
  background:rgba(0, 0, 0, .2)
}

.card.card-background.card-background-mask-info:after {
  background-image: linear-gradient(310deg, #55a6f8 0%, #369aff 100%);
  opacity:.85
}

.card.card-background.card-background-mask-warning:before {
  background:rgba(0, 0, 0, .2)
}

.card.card-background.card-background-mask-warning:after {
  background-image: linear-gradient(310deg, #f19937 0%, #f58100 100%);
  opacity:.85
}

.card.card-background.card-background-mask-danger:before {
  background:rgba(0, 0, 0, .2)
}

.card.card-background.card-background-mask-danger:after {
  background-image: linear-gradient(310deg, #ea4e3d 0%, #ee321d 100%);
  opacity:.85
}

.card.card-background.card-background-mask-light:before {
  background:rgba(0, 0, 0, .2)
}

.card.card-background.card-background-mask-light:after {
  background-image: linear-gradient(310deg, #dde0e5 0%, #ced4da 100%);
  opacity:.85
}

.card.card-background.card-background-mask-dark:before {
  background:rgba(0, 0, 0, .2)
}

.card.card-background.card-background-mask-dark:after {
  background-image: linear-gradient(310deg, #1e293b 0%, #1e293b 100%);
  opacity:.85
}

.card.card-background .card-category {
  font-size: .875rem;
  font-weight:600
}

.card.card-background .card-description {
  margin-top: 24px;
  margin-bottom:24px
}

.card.card-background.card-background-after-none:after {
  content:none
}


.max-height-700 {
  max-height:700px !important
}


.btn-times-fs {
  font-size: 1rem!important;
}
@media (max-width: 767.98px) {
  .btn-times-fs {
    font-size: .9rem!important;
    line-height: 1.6!important;
  }
}


a {
  color: rgb(103, 104, 105);
  text-decoration:none
} 
a:hover {
  color: rgb(103, 104, 105);
  text-decoration:underline;
}
a.btn:hover, a.nav-link:hover{
  text-decoration:none;
} 

p.homepage-small {
  font-size: 11px;
}


.image-highlight:hover {
  filter: brightness(1.3);
  transition: filter 0.3s ease;
}

.image-highlight {
transition: filter 0.3s ease;
}

/* --- E-CARD / GIFT CARD --- */
#ecard-card-title{
    color: #927250;
    font-weight: 700;
    font-family: p22-underground, sans-serif!important;
}
.ecard-value-display {
    line-height: 1 !important;
}

#ecard-value-input {
    color: #927250;
    font-weight: 700;
    font-family: p22-underground, sans-serif!important;
    line-height: 1 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}

#ecard-value-input::-webkit-outer-spin-button,
#ecard-value-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}
#ecard-value-input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}


.ecard-input-container {
    height: 100% !important;
    justify-content: center;
    align-items: center;
}

.card-img-overlay {
    padding-top: 2rem;
    padding-bottom: 2rem;
}


/* --- BLURRED BUTTON EFFECT --- */
.blurred-button {
    padding: 10px 20px;
    cursor: pointer;
    
    border: 1px solid rgba(255, 255, 255, .3); 
    color: white;
    
    background-color: rgba(255, 255, 255, 0.1);
    
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    
    outline: none;
    text-shadow: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.blurred-button:hover,
.blurred-button:focus {
    background-color: #ffffff;
    color: #000000;
    border-color: #ffffff;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

/* ================================================================
   ▶  NAV.CSS
   ================================================================ */


#cc-nav.navbar {
  overflow: visible;
  min-height: 55px;
  box-shadow: none;
  
}

#cc-nav.navbar img.logo0 {
  width: 75px;
  margin-left: 12px!important;
}


#cc-nav.navbar img.logo1 {
  width: 160px;
}
#cc-nav.navbar img.logo2 {
  width: 125px;
}
#cc-nav.navbar img.logo3 {
  width: 125px;
}

.logo1-whatson {
  height: 40px;
}
.logo2-whatson {
  height: 70px;
}
.logo3-whatson {
  height: 66px;
}


@media (max-width: 991.9px) {
  #cc-nav.navbar img.logo0 {
    width: 75px;
    margin-left: 8px!important;
  }

  #cc-nav.navbar img.logo1  {
    height: 30px;
    width: auto;
  }
  #cc-nav.navbar img.logo2  {
    height: 30px;
    width: auto;
  }
  #cc-nav.navbar img.logo3  {
    height: 30px;
    width: auto;
  }

  .logo1-whatson {
    height: 20px;
  }
  .logo2-whatson {
    height: 40px;
  }
  .logo3-whatson {
    height: 40px;
  }
}

@media (max-width: 1449.9px) {
  #cc-nav.navbar img.logo0 {
    width: 75px;
    margin-left: 2px!important;
  }
}


#cc-nav .nav-link, #cc-nav .nav-link:hover, .nav-link:focus {
  color: rgb(103, 104, 105);
}


#cc-nav .nav-item {
  padding: 0 20px 0 20px;
}


#cc-nav .nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 21px;
  color: rgb(23, 23, 23);
  font-weight: 400;
  padding: 28px 0 28px 0;
}


#cc-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  height: 2px;
  width: 0;
  background-color: black;
  transition: width 0.3s ease, left 0.3s ease;
}

#cc-nav .nav-link:hover::after,
#cc-nav .nav-link.active::after {
  width: 100%;
  left: 0;
}


#cc-nav .menu-booknow {
  font-size: 14px;
}

#cc-nav .hover-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  text-align: center;
  top: 100%;
  z-index: 1;
  border-top: 1px solid #ddd;
  height: auto;
  left: 0;
  right: 0;
  
}

#cc-nav .nav-item:hover .hover-content {
  display: block;
}

#cc-nav .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
#cc-nav .navbar-toggler {
  width: auto;
}


#offcanvasMenu .offcanvas-body {
  position: relative;
  height: 100%;
}

#cc-nav .sub-menus {
  overflow-x: hidden; 
}

#cc-nav .sub-menu {
  position: absolute;
  top: 0;
  right: -100%;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  transition: right 0.3s ease, opacity 0.3s ease;
  z-index: 1000;
  padding: 1rem;
  opacity: 0;
  overflow-x: hidden;
}

.nav-link:hover,
#cc-nav .sub-menu.active {
  z-index: 1050;
}
#cc-nav .sub-menu.active {
  right: 0;
  opacity: 1;
}

#cc-nav #mainMenu.fade-out {
  opacity: 0.3;
  transform: translateX(-20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

#cc-nav .back-btn {
  opacity: 0;
  transition: opacity 0.3s ease;
  visibility: hidden;
  cursor: pointer;
}

#cc-nav .back-btn.visible {
  opacity: 1;
  visibility: visible;
}

#cc-nav .btn-close {
  font-size: 13px!important;
}


@media (max-width: 991.9px) {
  #cc-nav .nav-item:hover .hover-content {
    display: none;
  }
  
  #cc-nav .nav-link::after, #cc-nav .nav-link:hover::after {
    content: none;
  }
  #cc-nav .nav-item a {
    font-size: 17px;
    line-height: 24px;
    color: rgb(103, 104, 105);
    font-weight: 600 ;
    padding: 12px 0 ;
  }
  #cc-nav .nav-item {
    padding: 1px 3px 8px 3px;
    font-weight: 600;
    color: rgb(103, 104, 105);
    font-weight: 600 ;
  }

  .nav-mobile-explore {
    font-size: 16px!important;
    line-height: 40px!important;
  }

}


#cc-nav .overflow-x {
  overflow-x: hidden;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 13px;
  padding-bottom: 13px;
}


/* ================================================================
   ▶  HORIZONTAL-SCROLLER.CSS
   ================================================================ */


.scrolling-wrapper {
  overflow-x: auto;
  white-space: nowrap;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-left: calc(var(--bs-gutter-x, 1.5rem) * 1);
  display: flex;
  justify-content: flex-start;
}

.scrolling-wrapper::-webkit-scrollbar {
	display: none;
}
.card-container {
	scroll-snap-align: start;
	display: inline-block;
}
.scrolling-wrapper .first-card {
  padding-left: 1.5rem !important;
}
.scrolling-wrapper .last-card {
  padding-right: 1.5rem !important;
}
.card-container .card {
    width: 300px;
}
.arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  border: none;
  border-radius: 50%;
  z-index: 1010;
  padding: 0;
}
 .arrow svg {
  width: 3rem;
  height: 3rem;
  fill: #000000;
 }

@media (max-width: 767.98px) {
  .arrow {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .scrolling-wrapper .first-card {
    padding-left: 1rem !important;
  }
  .scrolling-wrapper .last-card {
    padding-right: 1rem !important;
  }
}
@media (min-width: 992px) {
  .card-container .card {
    width: 370px;
  }
  .scrolling-wrapper .first-card {
    padding-left: 3rem !important;
  }
  .scrolling-wrapper .last-card {
    padding-right: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .card-container .card {
    width: 400px;
  }  
}
@media (min-width: 1400px) {
  .card-container .card {
    width: 470px;
  }
    .scrolling-wrapper .first-card {
      padding-left: 60px !important;
    }
    .scrolling-wrapper .last-card {
      padding-right: 60px !important;
    }
}


@media (min-width: 768px) {
  .grid-desktop-mobile-scroll .scrolling-wrapper {
    display: grid;
    gap: 1rem;
    overflow-x: visible;
    white-space: normal;
    scroll-snap-type: none;
    padding-left: 0;
  }

  .grid-desktop-mobile-scroll .card-item {
    width: 100%;
  }

  .grid-desktop-mobile-scroll .card-item .card {
    width: 100%;
    overflow: hidden;
    display: flex;
  }

  .grid-desktop-mobile-scroll .card-item .card img {
    flex-shrink: 0;
    width: 100%;
    object-fit: cover;
  }
}

@media (max-width: 767.98px) {
  .grid-desktop-mobile-scroll .scrolling-wrapper .card-item {
    padding: 0 10px;
  }

  .grid-desktop-mobile-scroll .card-item .card {
    width: 300px;
  }
}