@charset "UTF-8";:root {
    --tc-body-font-family: var(--primary-font),sans-serif;
    --tc-heading-font-family: var(--primary-font),sans-serif;
    --tc-display-font-family: var(--secondary-font),sans-serif;
    --tc-body-font-size: 16px;
    --tc-fs-1: 40px;
    --tc-fs-2: 33px;
    --tc-fs-3: 28px;
    --tc-fs-4: 23px;
    --tc-fs-5: 19px;
    --tc-fs-6: 16px;
    --tc-fs-7: 14px;
    --tc-fs-8: 12px;
    --tc-ds-1: 80px;
    --tc-ds-2: 72px;
    --tc-ds-3: 64px;
    --tc-body-line-height: 1.5;
    --tc-heading-line-height: 1.2;
    --tc-theme-primary-1: var(--primary-color);
    --tc-theme-primary-2: #62a92b;
    --tc-theme-primary-3: #be6895;
    --tc-theme-secondary-1: #f1f2f3;
    --tc-theme-secondary-3: #b2a4ab;
    --tc-theme-dark-primary-1: var(--primary-color);
    --tc-theme-dark-primary-2: #a8ff53;
    --tc-theme-dark-primary-3: #fcc6e2;
    --tc-theme-dark-secondary-1: #21212d;
    --tc-theme-dark-secondary-2: #f778ba;
    --tc-theme-dark-secondary-3: var(--gradient-color);
    --tc-neutral-0: #1f1f24;
    --tc-neutral-100: #272730;
    --tc-neutral-200: #565662;
    --tc-neutral-300: #5e5e65;
    --tc-neutral-400: #6d6d72;
    --tc-neutral-500: #858587;
    --tc-neutral-600: #969698;
    --tc-neutral-700: #b2b2ba;
    --tc-neutral-800: #c5c5ca;
    --tc-neutral-900: #edeaf8;
    --tc-neutral-1000: #fff;
    --tc-neutral-dark-0: #fff;
    --tc-neutral-dark-100: #e9e9ea;
    --tc-neutral-dark-200: #bcbcbe;
    --tc-neutral-dark-300: #8f8f92;
    --tc-neutral-dark-400: #79797c;
    --tc-neutral-dark-500: #636366;
    --tc-neutral-dark-600: #3b3b41;
    --tc-neutral-dark-700: #2a2a31;
    --tc-neutral-dark-800: #24242d;
    --tc-neutral-dark-900: #272730;
    --tc-neutral-dark-1000: #1f1f24;
    --tc-system-success: #64e1b0;
    --tc-system-info: #5577a7;
    --tc-system-warning: #ffd45d;
    --tc-system-danger: #ec4040;
    --tc-system-muted: #9ca3af;
    --tc-system-dark-success: #10b983;
    --tc-system-dark-info: #0f172e;
    --tc-system-dark-warning: #fcd34e;
    --tc-system-dark-danger: #fca5a7;
    --tc-system-dark-muted: #9ca3af;
    --tc-bg-1: #edeaf8;
    --tc-bg-2: var(--primary-color);
    --tc-bg-3: #fff;
    --tc-bg-4: #fbf8f9;
    --tc-bg-5: #e8e8e8;
    --tc-bg-6: #f6f4fd;
    --tc-bg-dark-1: #24242d;
    --tc-bg-dark-2: #272730;
    --tc-bg-dark-3: #272730;
    --tc-bg-dark-4: #1f1f24;
    --tc-bg-dark-5: #1f1f24;
    --tc-bg-dark-6: #2a2a31;
    --tc-border-1: #c0dcbc;
    --tc-border-dark-1: #3b413d;
    --tc-linear-1: linear-gradient(90deg,var(--primary-color) 0%,var(--gradient-color) 100%);
    --tc-linear-2: linear-gradient(-180deg,var(--primary-color) 0%,transparent 100%);
    --tc-linear-3: linear-gradient(-180deg,#dfdfea,rgba(223,223,234,.31) 31%,rgba(223,223,234,0));
    --tc-linear-4: linear-gradient(-90deg,#33a381,#129840);
    --tc-linear-5: linear-gradient(-90deg,rgba(31,31,36,.45),#1f1f24);
    --tc-linear-dark-1: linear-gradient(90deg,var(--primary-color) 0%,var(--gradient-color) 100%);
    --tc-linear-dark-2: linear-gradient(-180deg,var(--primary-color) 0%,transparent 100%);
    --tc-linear-dark-3: linear-gradient(-180deg,#5e5e63,transparent);
    --tc-linear-dark-4: linear-gradient(-90deg,var(--gradient-color) 0%,var(--primary-color) 100%);
    --tc-linear-dark-5: linear-gradient(-90deg,hsla(0,0%,100%,.32),#fff);
    --tc-shadow-1: 0 13px 35px -12px rgba(35,35,35,.1);
    --tc-shadow-2: 0px 0px 25px 0px rgba(0,0,0,.08);
    --tc-fw-black: 900;
    --tc-fw-extra-bold: 800;
    --tc-fw-bold: 700;
    --tc-fw-semi-bold: 600;
    --tc-fw-medium: 500;
    --tc-fw-regular: 400;
    --tc-fw-light: 300
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: .875em
}

sub,sup {
    font-size: .75em;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],template {
    display: none
}

a {
    text-decoration: none
}

img {
    max-width: 100%
}

.zoom-img {
    overflow: hidden;
    transform: translateZ(0)
}

.zoom-img img {
    display: block;
    transition: transform .35s ease-in-out
}

.zoom-img:hover img {
    transform: scale(1.05)
}

@keyframes hoverShine {
    to {
        left: 125%
    }
}

.box-linear-animation {
    animation: rotate 8s linear infinite;
    background: linear-gradient(var(--tc-bg-3),var(--tc-bg-3)) padding-box,linear-gradient(var(--angle),var(--tc-bg-3) 90%,var(--primary-color) 100%) border-box;
    border: 1px solid transparent;
    border-radius: 8px
}

@keyframes rotate {
    to {
        --angle: 360deg
    }
}

@property --angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false
}

.typewriter h1 {
    animation: typing 3.5s steps(40),blink-caret .75s step-end infinite;
    border-right: .15em solid orange;
    letter-spacing: .15em;
    margin-bottom: 0;
    margin-right: auto;
    margin-top: 0;
    overflow: hidden;
    white-space: nowrap
}

@keyframes typing {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

@keyframes blink-caret {
    0%,to {
        border-color: transparent
    }

    50% {
        border-color: orange
    }
}

@keyframes flicker {
    0% {
        color: transparent
    }

    50% {
        color: var(--tc-neutral-0)
    }

    to {
        color: transparent
    }
}

.flicker {
    animation: flicker .8s infinite
}

.flickering {
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-name: flickering;
    animation-timing-function: linear
}

@keyframes flickering {
    0% {
        transform: scale(.9)
    }

    50% {
        transform: scale(1.3)
    }

    to {
        transform: scale(.9)
    }
}

.shine-animate {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.shine-animate:before {
    background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.3));
    content: "";
    display: block;
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 1
}

.shine-animate-item:hover .shine-animate:before {
    animation: hoverShine 1.2s
}

.alltuchtopdown {
    animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation-duration: 3s
}

@keyframes alltuchtopdown {
    0% {
        transform: rotateX(0deg) translateY(0)
    }

    50% {
        transform: rotateX(0deg) translateY(-20px)
    }

    to {
        transform: rotateX(0deg) translateY(0)
    }
}

.rightToLeft {
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-name: rightToLeft;
    animation-timing-function: linear
}

@keyframes rightToLeft {
    0% {
        transform: translateX(-30px)
    }

    50% {
        transform: translateX(-10px)
    }

    to {
        transform: translateX(-30px)
    }
}

.ribbonRotate {
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-name: ribbonRotate;
    animation-timing-function: linear
}

@keyframes ribbonRotate {
    0%,to {
        transform: rotate(0)
    }

    25%,75% {
        transform: rotate(15deg)
    }

    50% {
        transform: rotate(30deg)
    }
}

.rotateme {
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-name: rotateme;
    animation-timing-function: linear
}

@keyframes rotateme {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInUp2 {
    animation-delay: .5s;
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: fadeInUp2
}

@keyframes fadeInLeft2 {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInLeft2 {
    animation-delay: .5s;
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: fadeInLeft2
}

@keyframes marquee {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-100%)
    }
}

@keyframes heartbeat {
    0% {
        transform: scale(.8)
    }

    to {
        transform: scale(1.05)
    }
}

@keyframes pulse-border {
    0% {
        opacity: 1;
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1)
    }

    to {
        opacity: 0;
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5)
    }
}

.shake {
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-name: shake;
    animation-timing-function: linear
}

@keyframes shake {
    0% {
        transform: rotate(15deg)
    }

    50% {
        transform: rotate(-15deg)
    }

    to {
        transform: rotate(15deg)
    }
}

@keyframes animation__shape {
    0% {
        stroke-dashoffset: 12
    }

    to {
        stroke-dashoffset: 0
    }
}

@keyframes animation__shape-two {
    0% {
        stroke-dashoffset: 18
    }

    to {
        stroke-dashoffset: 0
    }
}

@keyframes animation__shape-three {
    0% {
        stroke-dashoffset: 24
    }

    to {
        stroke-dashoffset: 0
    }
}

@keyframes animation__shape-four {
    0% {
        stroke-dashoffset: 14
    }

    to {
        stroke-dashoffset: 0
    }
}

@keyframes animation__shape-five {
    0% {
        stroke-dashoffset: 16
    }

    to {
        stroke-dashoffset: 0
    }
}

@keyframes animate-positive {
    0% {
        width: 0
    }
}

.spin {
    animation: spin 15s linear infinite
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.img-custom-anim-right {
    animation: img-anim-right 1.3s cubic-bezier(.645,.045,.355,1) .4s forwards;
    opacity: 0
}

@keyframes img-anim-right {
    0% {
        clip-path: inset(0 0 0 100%);
        opacity: 0;
        transform: translateX(5%)
    }

    to {
        clip-path: inset(0 0 0 0);
        opacity: 1;
        transform: translateX(0)
    }
}

.img-custom-anim-left {
    animation: img-anim-left 1.3s cubic-bezier(.645,.045,.355,1) .4s forwards;
    opacity: 0
}

@keyframes img-anim-left {
    0% {
        clip-path: inset(0 100% 0 0);
        opacity: 0;
        transform: translateX(-5%)
    }

    to {
        clip-path: inset(0 0 0 0);
        opacity: 1;
        transform: translateX(0)
    }
}

.img-custom-anim-top {
    animation: img-anim-top 1.3s cubic-bezier(.645,.045,.355,1) forwards;
    opacity: 0
}

@keyframes img-anim-top {
    0% {
        clip-path: inset(0 0 100% 0);
        opacity: 0;
        transform: translateY(-5%)
    }

    to {
        clip-path: inset(0 0 0 0);
        opacity: 1;
        transform: translateY(0)
    }
}

@media (max-width: 767px) {
    .img-custom-anim-left,.img-custom-anim-right,.img-custom-anim-top {
        animation:none;
        opacity: 1
    }
}

.slideindown,.slideinleft,.slideinright,.slideinup {
    animation-delay: .3s;
    animation-duration: 1.3s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: var(--animation-name);
    opacity: 0
}

.swiper-slide-active .slideinleft {
    --animation-name: slideinleft
}

.swiper-slide-active .slideinright {
    --animation-name: slideinright
}

.swiper-slide-active .slideinup {
    --animation-name: slideinup
}

.swiper-slide-active .slideindown {
    --animation-name: slideindown
}

@keyframes slideinleft {
    0% {
        opacity: 0;
        transform: translateX(-100px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes slideinright {
    0% {
        opacity: 0;
        transform: translateX(180px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes slideindown {
    0% {
        opacity: 0;
        transform: translateY(-100px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slideinup {
    0% {
        opacity: 0;
        transform: translateY(100px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.btn-scroll-top {
    background-color: var(--primary-color);
    border-radius: 10px;
    bottom: 1.5rem;
    box-shadow: inset 0 0 0 .1rem rgba(227,229,233,.25);
    opacity: 0;
    position: fixed;
    right: 1.5rem;
    transform: translateY(.75rem);
    transition: all .2s linear,margin-right 0s;
    visibility: hidden;
    z-index: 1010
}

.btn-scroll-top,.btn-scroll-top:after {
    cursor: pointer;
    display: block;
    height: 3rem;
    width: 3rem
}

.btn-scroll-top:after {
    color: var(--tc-neutral-1000);
    content: "\ea76";
    font-family: remixicon;
    font-size: 1.5rem;
    left: 0;
    line-height: 3rem;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all .2s linear;
    z-index: 1
}

.btn-scroll-top.active-progress {
    transform: translateY(0);
    visibility: visible
}

@media (min-width: 320px) {
    .btn-scroll-top.active-progress {
        opacity:1
    }
}

.btn-scroll-top svg path {
    fill: none
}

.btn-scroll-top svg.progress-square path {
    stroke: var(--tc-neutral-0);
    stroke-width: 1;
    box-sizing: border-box;
    transition: all .2s linear
}

.btn-scroll-top.style-btn-2 {
    background-color: var(--tc-bg-3)
}

.btn-scroll-top.style-btn-2:after {
    color: var(--primary-color)
}

.btn-scroll-top.style-btn-2 svg.progress-square path {
    stroke: var(--primary-color)
}

.btn-scroll-top.style-btn-3 {
    background-color: var(--tc-bg-3)
}

.btn-scroll-top.style-btn-3:after {
    color: var(--tc-theme-primary-3)
}

.btn-scroll-top.style-btn-3 svg.progress-square path {
    stroke: var(--tc-theme-primary-3)
}

.btn {
    --bs-btn-padding-x: 24px;
    --bs-btn-padding-y: 17px;
    --bs-btn-font-family: var(--primary-font),sans-serif;
    --bs-btn-font-size: 14px;
    --bs-btn-font-weight: 700;
    --bs-btn-line-height: 14px;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 15px;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb),0.5);
    align-items: center;
    background: var(--bs-btn-bg);
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    color: var(--bs-btn-color);
    cursor: pointer;
    display: inline-block;
    display: inline-flex;
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    gap: 8px;
    line-height: var(--bs-btn-line-height);
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    text-align: center;
    text-decoration: none;
    transition: all .3s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle
}

.btn-filter {
    --bs-btn-padding-x: 17px;
    --bs-btn-padding-y: 14px;
    --bs-btn-font-size: 16px;
    --bs-btn-font-weight: 600;
    --bs-btn-line-height: 1;
    --bs-btn-color: var(--tc-neutral-0);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--tc-neutral-1000);
    --bs-btn-hover-bg: var(--tc-linear-1);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-focus-shadow-rgb: 108,117,125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--tc-linear-1);
    --bs-btn-active-border-color: transparent;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    border: 0!important;
    border-radius: 12px!important
}

.btn-filter.active,.btn-filter:hover {
    background: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
    color: var(--bs-btn-active-color)
}

.btn-gradient {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--tc-linear-1);
    --bs-btn-border-color: none;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--tc-linear-1);
    --bs-btn-hover-border-color: none;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--tc-linear-1);
    --bs-btn-active-border-color: var(--tc-linear-1);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: var(--tc-neutral-0);
    --bs-btn-disabled-bg: var(--primary-color);
    --bs-btn-disabled-border-color: var(--primary-color)
}

.btn-primary,.btn-primary-2 {
    --bs-btn-color: var(--tc-neutral-1000);
    --bs-btn-bg: var(--primary-color);
    --bs-btn-border-color: none;
    --bs-btn-hover-color: var(--tc-neutral-1000);
    --bs-btn-hover-bg: var(--primary-color);
    --bs-btn-hover-border-color: none;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: var(--tc-neutral-0);
    --bs-btn-active-bg: var(--primary-color);
    --bs-btn-active-border-color: var(--primary-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: var(--tc-neutral-0);
    --bs-btn-disabled-bg: var(--primary-color);
    --bs-btn-disabled-border-color: var(--primary-color)
}

.btn-secondary-3 {
    --bs-btn-color: var(--tc-neutral-0);
    --bs-btn-bg: var(--tc-theme-secondary-3);
    --bs-btn-border-color: none;
    --bs-btn-hover-color: var(--tc-neutral-0);
    --bs-btn-hover-bg: var(--tc-theme-secondary-3);
    --bs-btn-hover-border-color: none;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: var(--tc-neutral-0);
    --bs-btn-active-bg: var(--tc-theme-secondary-3);
    --bs-btn-active-border-color: var(--tc-theme-secondary-3);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: var(--tc-neutral-0);
    --bs-btn-disabled-bg: var(--tc-theme-secondary-3);
    --bs-btn-disabled-border-color: var(--tc-theme-secondary-3)
}

.btn-outline-secondary {
    --bs-btn-color: var(--tc-neutral-0);
    --bs-btn-bg: var(--tc-neutral-1000);
    --bs-btn-border-color: var(--primary-color);
    --bs-btn-hover-color: var(--tc-neutral-0);
    --bs-btn-hover-bg: var(--tc-neutral-1000);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-focus-shadow-rgb: 108,117,125;
    --bs-btn-active-color: var(--tc-neutral-0);
    --bs-btn-active-bg: var(--tc-neutral-900);
    --bs-btn-active-border-color: var(--tc-neutral-900);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    background: linear-gradient(var(--tc-neutral-1000),var(--tc-neutral-1000)) padding-box,var(--tc-linear-1) border-box;
    border: 1px solid transparent
}

.btn-outline-secondary-3 {
    --bs-btn-color: var(--tc-neutral-0);
    --bs-btn-bg: var(--tc-neutral-1000);
    --bs-btn-border-color: var(--tc-theme-secondary-3);
    --bs-btn-hover-color: var(--tc-neutral-0);
    --bs-btn-hover-bg: var(--tc-neutral-1000);
    --bs-btn-hover-border-color: var(--tc-theme-secondary-3);
    --bs-btn-focus-shadow-rgb: 108,117,125;
    --bs-btn-active-color: var(--tc-neutral-0);
    --bs-btn-active-bg: var(--tc-neutral-900);
    --bs-btn-active-border-color: var(--tc-neutral-900);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.avatar {
    display: inline-block;
    height: 3rem;
    position: relative;
    width: 3rem
}

.avatar-xs {
    height: 1.5rem;
    width: 1.5rem
}

.avatar-sm {
    height: 2rem;
    width: 2rem
}

.avatar-md {
    height: 2.5rem;
    width: 2.5rem
}

.avatar-lg {
    height: 3.5rem;
    width: 3.5rem
}

.avatar-xl {
    height: 5rem;
    width: 5rem
}

.avatar-xxl {
    height: 7rem;
    width: 7rem
}

.icon-shape {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    vertical-align: middle
}

.icon-xxs {
    height: 1rem;
    line-height: 1rem;
    width: 1rem
}

.icon-xs {
    height: 1.5rem;
    line-height: 1.5rem;
    width: 1.5rem
}

.icon-sm {
    height: 2rem;
    line-height: 2rem;
    width: 2rem
}

.icon-md {
    height: 2.5rem;
    line-height: 2.5rem;
    width: 2.5rem
}

.icon-lg {
    height: 3rem;
    line-height: 3rem;
    width: 3rem
}

.icon-xl {
    height: 3.5rem;
    line-height: 3.5rem;
    width: 3.5rem
}

.icon-xxl {
    height: 4rem;
    line-height: 4rem;
    width: 4rem
}

.icon-xxxl {
    height: 7rem;
    line-height: 7rem;
    width: 7rem
}

.icon_50 {
    height: 50px;
    line-height: 50px;
    width: 50px
}

.icon_60 {
    height: 60px;
    line-height: 60px;
    width: 60px
}

.icon_65 {
    height: 65px;
    line-height: 65px;
    width: 65px
}

.icon_80 {
    height: 80px;
    line-height: 80px;
    width: 80px
}

.icon_115 {
    height: 120px;
    line-height: 120px;
    width: 120px
}

.icon_160 {
    height: 160px;
    line-height: 160px;
    width: 160px
}

.icon_150 {
    height: 150px;
    line-height: 150px;
    width: 150px
}

.icon_140 {
    height: 140px;
    line-height: 140px;
    width: 140px
}

.icon_hover {
    cursor: pointer
}

.icon_hover span {
    transition: all .5s ease
}

.icon_hover p,.icon_hover p i {
    color: var(--tc-neutral-0)!important;
    transition: all .5s ease
}

.icon_hover:hover span {
    height: 150px;
    width: 150px
}

.accordions-icon>a:before {
    content: "\f2ea";
    font-family: bootstrap-icons;
    font-size: 20px;
    padding-right: 16px
}

.accordions-icon>a.collapsed:before {
    content: "\f4fe"
}

.chevron-arrow {
    display: inline-block;
    transition: .5s ease-in-out
}

[aria-expanded=true] .chevron-arrow {
    transform: rotate(-180deg)
}

.dropdown-menu {
    border: none;
    border-radius: .5rem;
    box-shadow: var(--tc-shadow-1);
    line-height: 1.5rem;
    padding: 1rem 0;
    z-index: 1021
}

.dropdown-header {
    color: var(--tc-neutral-800);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: 1px;
    padding: .25rem 1.5rem;
    text-transform: uppercase
}

.dropdown-text {
    color: var(--tc-neutral-500);
    font-size: .75rem;
    line-height: 1.4;
    padding: .25rem 1.2rem
}

.dropdown-item {
    align-items: center;
    display: flex;
    font-weight: 500;
    padding: .25rem 1.5rem
}

.dropdown-menu-xs {
    border-radius: .5rem;
    min-width: 8rem!important
}

.dropdown-menu-md {
    border-radius: .5rem;
    min-width: 17rem!important
}

.dropdown-menu-lg {
    border-radius: .5rem;
    min-width: 22rem!important
}

.dropdown-menu-xl {
    border-radius: .5rem;
    min-width: 24rem!important
}

.dropdown-menu-xxl {
    border-radius: .5rem;
    min-width: 40rem!important
}

.dropdown-mega-menu {
    border-radius: .5rem;
    min-width: 1140px!important
}

.dropdown-toggle:after {
    content: "\f282";
    float: right
}

.dropdown-toggle:after,.dropup .dropdown-toggle:after {
    border: 0;
    font-family: bootstrap-icons!important;
    margin-left: .255em;
    vertical-align: .255em
}

.dropup .dropdown-toggle:after {
    content: "\e931";
    display: inline-block
}

.dropend .dropdown-toggle:after {
    border: 0;
    content: "\e930";
    display: inline-block;
    font-family: Feather!important;
    margin-left: .255em;
    vertical-align: .255em
}

.dropstart .dropdown-toggle:before {
    border: 0;
    content: "\e92f";
    display: inline-block;
    font-family: Feather!important;
    margin-right: .255em
}

body {
    color: var(--tc-neutral-200);
    font-family: var(--tc-body-font-family);
    font-size: var(--tc-body-font-size);
    font-weight: var(--tc-fw-regular);
    line-height: var(--tc-body-line-height)
}

body.home-page-2 {
    background: var(--tc-bg-5);
    font-family: var(--primary-font),monospace
}

body.home-page-2 a:hover {
    color: var(--primary-color);
    text-decoration: none
}

body.home-page-3 {
    background: var(--tc-bg-4);
    color: var(--tc-neutral-300);
    font-family: var(--primary-font),sans-serif;
    font-weight: var(--tc-fw-medium)
}

body.home-page-3 a:hover {
    text-decoration: none
}

s .fs-1 {
    font-size: var(--tc-fs-1)!important
}

.fs-2 {
    font-size: var(--tc-fs-2)!important
}

.fs-3 {
    font-size: var(--tc-fs-3)!important
}

.fs-4 {
    font-size: var(--tc-fs-4)!important
}

.fs-5 {
    font-size: var(--tc-fs-5)!important
}

.fs-6 {
    font-size: var(--tc-fs-6)!important
}

.fs-7 {
    font-size: var(--tc-fs-7)!important
}

.fs-8 {
    font-size: var(--tc-fs-8)!important
}

.fs-9 {
    font-size: var(--tc-fs-9)!important
}

.fs-24 {
    font-size: 24px
}

.fs-26 {
    font-size: 26px
}

.fs-28 {
    font-size: 28px
}

.fs-18 {
    font-size: 18px
}

.fs-120 {
    font-size: 120px
}

.fs-150 {
    font-size: 150px
}

.fs-170 {
    font-size: 170px!important
}

.fs-50 {
    font-size: 50px!important
}

.fs-60 {
    font-size: 60px!important
}

.fs-96 {
    font-size: 96px!important
}

.fs-230 {
    font-size: 230px!important
}

.fs-250 {
    font-size: 250px!important
}

.fs-280 {
    font-size: 280px!important
}

.fs-300 {
    font-size: 300px!important
}

.ds-1 {
    font-size: var(--tc-ds-1)!important
}

.ds-2 {
    font-size: var(--tc-ds-2)!important
}

.ds-3 {
    font-size: var(--tc-ds-3)!important
}

.ds-4 {
    font-size: var(--tc-ds-4)!important
}

.ds-5 {
    font-size: var(--tc-ds-5)!important
}

.ds-6 {
    font-size: var(--tc-ds-6)!important
}

.h1 {
    font-size: 60px!important
}

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

.h2 {
    font-size: 48px
}

.h3 {
    font-size: 38px
}

.h3,.h4 {
    font-weight: 700
}

.h4 {
    font-size: 31px
}

.h5 {
    font-size: 25px
}

.h5,.h6 {
    font-weight: 700
}

.h6 {
    font-size: 20px
}

.fw-light {
    font-weight: var(--tc-fw-light)
}

.fw-regular {
    font-weight: var(--tc-fw-regular)
}

.fw-medium {
    font-weight: var(--tc-fw-medium)
}

.fw-semi-bold {
    font-weight: var(--tc-fw-semi-bold)
}

.fw-bold {
    font-weight: var(--tc-fw-bold)
}

.fw-extra-bold {
    font-weight: var(--tc-fw-extra-bold)
}

.fw-black {
    font-weight: var(--tc-fw-black)
}

.fw .size-16 {
    height: 16px;
    width: 16px
}

.size-14 {
    height: 14px;
    width: 14px
}

.size-12 {
    height: 12px;
    width: 12px
}

.size-22 {
    height: 22px;
    width: 22px
}

.size-48 {
    height: 48px;
    width: 48px
}

.size-50 {
    height: 50px;
    width: 50px
}

.size-75 {
    height: 75px;
    width: 75px
}

.img,img {
    max-width: 100%;
    transition: .3s
}

a,button {
    color: var(--tc-neutral-0);
    outline: none;
    text-decoration: none;
    transition: .3s
}

.btn:focus,.button:focus,a:focus {
    box-shadow: none;
    outline: none;
    text-decoration: none
}

a:hover {
    color: var(--primary-color);
    text-decoration: none
}

button:focus,input:focus,textarea,textarea:focus {
    outline: 0
}

.form-control {
    background: var(--tc-neutral-1000)!important;
    color: var(--tc-neutral-0)!important;
    min-height: 58px!important
}

.form-control::-moz-placeholder {
    color: var(--tc-neutral-400)!important
}

.form-control::placeholder {
    color: var(--tc-neutral-400)!important
}

.form-control:focus {
    border-color: var(--tc-neutral-800)!important;
    box-shadow: none
}

body.home-page-2 h1,body.home-page-2 h2,body.home-page-2 h3,body.home-page-2 h4,body.home-page-2 h5,body.home-page-2 h6 {
    font-family: var(--primary-font),monospace;
    font-weight: var(--tc-fw-medium)
}

body.home-page-2 p {
    font-family: var(--primary-font),monospace;
    font-weight: var(--tc-fw-regular)
}

body.home-page-3 h1,body.home-page-3 h2,body.home-page-3 h3,body.home-page-3 h4,body.home-page-3 h5,body.home-page-3 h6 {
    font-family: var(--primary-font),serif;
    font-weight: var(--tc-fw-regular)
}

body.home-page-3 p {
    font-family: var(--secondary-font),sans-serif;
    font-weight: var(--tc-fw-medium)
}

h1,h2,h3,h4,h5,h6 {
    color: var(--tc-neutral-0);
    font-family: var(--tc-heading-font-family);
    font-weight: var(--tc-fw-bold);
    line-height: var(--tc-heading-line-height);
    margin-bottom: 16px;
    margin-top: 0;
    text-transform: unset
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    color: inherit
}

h1 {
    font-size: 49px
}

h2 {
    font-size: 42px
}

h3 {
    font-size: 35px
}

h4 {
    font-size: 29px
}

h5 {
    font-size: 24px
}

h6 {
    font-size: 20px
}

.list-wrap {
    margin: 0;
    padding: 0
}

.list-wrap li {
    list-style: none
}

p {
    color: var(--tc-neutral-200);
    font-family: var(--tc-body-font-family);
    font-size: var(--tc-body-font-size);
    font-weight: var(--tc-fw-medium);
    line-height: var(--tc-body-line-height);
    margin-bottom: 15px
}

hr {
    border-bottom: 1px solid var(--tc-color-gray-1);
    border-top: 0;
    margin: 30px 0;
    padding: 0
}

label {
    color: #000;
    cursor: pointer;
    font-size: var(--tc-body-font-size);
    font-weight: var(--tc-fw-medium)
}

input[type=color] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    height: 100%;
    padding: 0;
    width: 100%
}

input,textarea {
    color: #fff
}

::-moz-placeholder {
    color: #fff;
    font-size: var(--tc-body-font-size);
    opacity: 1
}

::placeholder {
    color: #fff;
    font-size: var(--tc-body-font-size);
    opacity: 1
}

.clear {
    clear: both
}

:root {
    --bs-primary-rgb: 110,78,242;
    --bs-dark-rgb: 31,31,36
}

.shadow-1 {
    box-shadow: var(--tc-shadow-1)
}

.shadow-2 {
    box-shadow: var(--tc-shadow-2)
}

.text-100 {
    color: var(--tc-neutral-100)!important
}

.text-100-keep {
    color: #f3f4f6!important
}

.text-200 {
    color: var(--tc-neutral-200)!important
}

.text-300 {
    color: #ffffff !important;
}

.text-400 {
    color: var(--tc-neutral-400)!important
}

.text-500 {
    color: var(--tc-neutral-500)
}

.text-600 {
    color: var(--tc-neutral-600)!important
}

.text-600-keep {
    color: #4b5563!important
}

.text-700 {
    color: var(--tc-neutral-700)!important
}

.text-900 {
    color: var(--tc-neutral-900)!important
}

.text-white {
    color: var(--tc-neutral-1000)!important
}

.text-white-keep {
    color: #fff!important
}

.text-dark {
    color: var(--tc-neutral-0)!important
}

.text-primary-1,.text-primary-2 {
    color: var(--primary-color)!important
}

.text-primary-3 {
    color: var(--tc-theme-primary-3)!important
}

.text-primary-dark-1 {
    color: var(--tc-theme-primary-dark-1)!important
}

.text-primary-dark-2 {
    color: var(--tc-theme-primary-dark-2)!important
}

.text-primary-dark-3 {
    color: var(--tc-theme-primary-dark-3)!important
}

.fill-primary-3 {
    fill: var(--tc-theme-primary-3)!important
}

.text-secondary-1 {
    color: var(--tc-theme-secondary-1)!important
}

.text-secondary-2 {
    color: var(--tc-theme-secondary-2)!important
}

.text-secondary-3 {
    color: var(--tc-theme-secondary-3)!important
}

.text-linear-1 {
    background: var(--tc-linear-1);
    -webkit-background-clip: text
}

.text-linear-1,.text-linear-2 {
    -webkit-text-fill-color: transparent
}

.text-linear-2 {
    background: var(--tc-linear-2);
    -webkit-background-clip: text
}

.text-linear-3 {
    background: var(--tc-linear-3);
    -webkit-background-clip: text
}

.text-linear-3,.text-linear-4 {
    -webkit-text-fill-color: transparent
}

.text-linear-4 {
    background: var(--tc-linear-4);
    -webkit-background-clip: text
}

.text-linear-5 {
    -webkit-text-fill-color: transparent;
    background: var(--tc-linear-5);
    -webkit-background-clip: text
}

.text-bg-linear-1,.text-hover-primary:hover {
    color: var(--tc-theme-primary)!important
}

.text-bg-linear-1 {
    background: var(--tc-linear-1)!important
}

.text-bg-success {
    --bs-badge-border-color: var(--tc-system-success)!important;
    background: rgba(100,225,176,.2)!important;
    color: #115a3d!important
}

.text-bg-success .tag {
    background-color: #115a3d!important
}

.text-bg-danger {
    --bs-badge-border-color: var(--tc-system-danger)!important;
    background: rgba(236,64,64,.2)!important;
    color: var(--tc-system-danger)!important
}

.text-bg-warning {
    --bs-badge-border-color: var(--tc-system-warning)!important;
    background: rgba(243,158,13,.2)!important;
    color: var(--tc-system-warning)!important
}

.text-bg-info {
    --bs-badge-border-color: var(--tc-system-info)!important;
    background: rgba(85,119,167,.2)!important;
    color: var(--tc-system-info)!important
}

.text-bg-info .tag {
    background-color: var(--tc-system-info)!important
}

.bg-white {
    background-color: var(--tc-neutral-1000)!important
}

.bg-white-keep {
    background-color: #fff!important
}

.bg-secondary-1 {
    background-color: var(--tc-theme-secondary-1)!important
}

.bg-secondary-2 {
    background-color: var(--tc-theme-secondary-2)!important
}

.bg-secondary-3 {
    background-color: var(--tc-theme-secondary-3)!important
}

.bg-dark-1 {
    background-color: #111827!important
}

.bg-1 {
    background-color: var(--tc-bg-1)!important
}

.bg-2 {
    background-color: var(--tc-bg-2)!important
}

.bg-3 {
    background-color: var(--tc-bg-3)!important
}

.bg-4 {
    background-color: var(--tc-bg-4)!important
}

.bg-5 {
    background-color: var(--tc-bg-5)!important
}

.bg-6 {
    background-color: var(--tc-bg-6)!important
}

.bg-100 {
    background-color: var(--tc-neutral-100)!important
}

.bg-200 {
    background-color: var(--tc-neutral-200)!important
}

.bg-300 {
    background-color: var(--tc-neutral-300)!important
}

.bg-400 {
    background-color: var(--tc-neutral-400)!important
}

.bg-500 {
    background-color: var(--tc-neutral-500)!important
}

.bg-600 {
    background-color: var(--tc-neutral-600)!important
}

.bg-700 {
    background-color: var(--tc-neutral-700)!important
}

.bg-800 {
    background-color: var(--tc-neutral-800)!important
}

.bg-900 {
    background-color: var(--tc-neutral-900)!important
}

.bg-success {
    background-color: var(--tc-system-success)!important
}

.bg-danger {
    background-color: var(--tc-system-danger)!important
}

.bg-warning {
    background-color: var(--tc-system-warning)!important
}

.bg-info {
    background-color: var(--tc-system-info)!important
}

.bg-muted {
    background-color: var(--tc-system-muted)!important
}

.bg-dark {
    background-color: var(--tc-system-dark)!important
}

.bg-light {
    background-color: var(--tc-neutral-1000)!important
}

.bg-primary-light {
    background-color: var(--tc-theme-primary-light)!important
}

.bg-primary-secondary {
    background-color: var(--tc-theme-primary-secondary)!important
}

.bg-primary-soft {
    background-color: var(--tc-theme-primary-soft)!important
}

.bg-primary-soft-keep {
    background-color: #f5eeff
}

.bg-primary-dark {
    background-color: var(--tc-theme-primary-dark)!important
}

.bg-linear-1 {
    background-image: var(--tc-linear-1)!important
}

.bg-linear-2 {
    background-image: var(--tc-linear-2)!important
}

.bg-linear-3 {
    background-image: var(--tc-linear-3)!important
}

.bg-linear-4 {
    background-image: var(--tc-linear-4)!important
}

.bg-linear-5 {
    background-image: var(--tc-linear-5)!important
}

.bgft-1 {
    background-color: #111827
}

.bg-neutral-100 {
    background-color: var(--tc-neutral-100)!important
}

.bg-neutral-200 {
    background-color: var(--tc-neutral-200)!important
}

.bg-neutral-300 {
    background-color: var(--tc-neutral-300)!important
}

.bg-neutral-400 {
    background-color: var(--tc-neutral-400)!important
}

.bg-neutral-500 {
    background-color: var(--tc-neutral-500)!important
}

.bg-neutral-600 {
    background-color: var(--tc-neutral-600)!important
}

.bg-neutral-700 {
    background-color: var(--tc-neutral-700)!important
}

.bg-neutral-800 {
    background-color: var(--tc-neutral-800)!important
}

.bg-neutral-900 {
    background-color: var(--tc-neutral-900)!important
}

.border-linear-1 {
    background: linear-gradient(var(--tc-neutral-900),var(--tc-neutral-900)) padding-box,var(--tc-linear-1) border-box;
    border-bottom: 1px solid transparent
}

.border-linear-2 {
    background: linear-gradient(var(--tc-neutral-1000),var(--tc-neutral-1000)) padding-box,linear-gradient(to bottom,var(--primary-color),transparent) border-box;
    border: 1px solid transparent
}

.border-linear-3 {
    background: linear-gradient(var(--tc-neutral-1000),var(--tc-neutral-1000)) padding-box,var(--tc-linear-3) border-box;
    border: 1px solid transparent
}

.border-linear-dark-3 {
    background: linear-gradient(var(--tc-neutral-1000),var(--tc-neutral-1000)) padding-box,var(--tc-linear-dark-3) border-box;
    border: 1px solid transparent
}

.border-linear-dark-2 {
    background: var(--tc-linear-dark-2);
    padding: 1px;
    position: relative
}

.border-1 {
    --bs-border-color: var(--tc-border-1)!important
}

.border-secondary-3 {
    --bs-border-color: var(--tc-theme-secondary-3)!important
}

.border-600 {
    --bs-border-color: var(--tc-neutral-600)!important
}

.border-900 {
    --bs-border-color: var(--tc-neutral-900)!important
}

.border-primary-soft {
    border-color: var(--tc-theme-primary-soft)!important
}

.border-primary-dark {
    border-color: var(--tc-theme-primary-dark)!important
}

.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 25px;
    --bs-alert-padding-y: 20px;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
    --bs-alert-border-radius: 8px;
    --bs-alert-link-color: inherit;
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius);
    color: var(--bs-alert-color);
    margin-bottom: var(--bs-alert-margin-bottom);
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    position: relative
}

.alert-primary {
    --bs-alert-color: var(--bs-primary-text-emphasis);
    --bs-alert-bg: rgba(109,77,242,.2);
    --bs-alert-border-color: var(--primary-color);
    --bs-alert-link-color: var(--bs-primary-text-emphasis)
}

.alert-danger {
    --bs-alert-color: var(--tc-system-danger);
    --bs-alert-bg: rgba(236,64,64,.2);
    --bs-alert-border-color: var(--tc-system-danger);
    --bs-alert-link-color: var(--bs-secondary-text-emphasis)
}

.alert-success {
    --bs-alert-color: #115a3d;
    --bs-alert-bg: rgba(100,225,176,.2);
    --bs-alert-border-color: #115a3d;
    --bs-alert-link-color: var(--bs-secondary-text-emphasis)
}

.alert-warning {
    --bs-alert-color: var(--tc-system-warning);
    --bs-alert-bg: rgba(243,158,13,.2);
    --bs-alert-border-color: var(--tc-system-warning);
    --bs-alert-link-color: var(--bs-secondary-text-emphasis)
}

.alert-info {
    --bs-alert-color: var(--tc-system-info);
    --bs-alert-bg: rgba(85,119,167,.2);
    --bs-alert-border-color: var(--tc-system-info);
    --bs-alert-link-color: var(--bs-secondary-text-emphasis)
}

.alert-light {
    --bs-alert-color: var(--tc-neutral-600);
    --bs-alert-bg: var(--tc-neutral-100);
    --bs-alert-border-color: var(--tc-neutral-200);
    --bs-alert-link-color: var(--bs-secondary-text-emphasis)
}

.alert-dark {
    --bs-alert-color: var(--tc-neutral-1000);
    --bs-alert-bg: var(--tc-neutral-700);
    --bs-alert-border-color: var(--tc-neutral-900);
    --bs-alert-link-color: var(--bs-secondary-text-emphasis)
}

.badge {
    border: 1px solid var(--bs-badge-border-color);
    border-radius: var(--bs-badge-border-radius);
    color: var(--bs-badge-color);
    display: inline-block;
    font-size: 14px;
    font-weight: var(--tc-fw-medium);
    line-height: 1;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap
}

.tg-img-reveal[data-fx="1"]:after,.tg-img-reveal[data-fx="2"]:after {
    background: currentColor;
    bottom: .25rem;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    text-align: center;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: transform .2s cubic-bezier(.39,.575,.565,1);
    width: 100%;
    z-index: -1
}

.tg-img-reveal[data-fx="1"]:hover:after,.tg-img-reveal[data-fx="2"]:hover:after {
    transform: scaleX(1)
}

.tg-img-reveal[data-fx="6"]:after {
    background: currentColor;
    bottom: .25rem;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    transition: transform .7s cubic-bezier(.86,0,.07,1);
    width: 100%;
    z-index: -1
}

.tg-img-reveal[data-fx="6"]:hover:after {
    transform: scaleX(1)
}

.tg-img-reveal[data-fx="14"]:after {
    background: currentColor;
    bottom: .25rem;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: 0 50%;
    width: 100%;
    z-index: -1
}

.tg-img-reveal[data-fx="14"]:hover:after {
    animation: loop .5s infinite
}

@keyframes loop {
    0% {
        transform: scaleX(0);
        transform-origin: 0 50%
    }

    50% {
        transform: scaleX(1);
        transform-origin: 0 50%
    }

    51% {
        transform-origin: 100% 50%
    }

    to {
        transform: scaleX(0);
        transform-origin: 100% 50%
    }
}

.tg-img-reveal-wrapper {
    height: 230px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transform: rotate(14deg);
    width: 200px;
    z-index: 9
}

.tg-img-reveal-wrapper__img,.tg-img-reveal-wrapper__inner {
    height: 100%;
    position: relative;
    width: 100%
}

.tg-img-reveal-wrapper__deco {
    background-color: #181314;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.tg-img-reveal-wrapper__img {
    background-position: 50% 50%;
    background-size: cover
}

.test-2 {
    background-color: #292930;
    padding: 50px
}

.tg-hover-wrapper {
    background: transparent;
    display: inline-block;
    padding: 35px 30px;
    text-align: center
}

.tg-hover-wrapper .tgbanner__content-meta {
    display: none;
    justify-content: center;
    margin: 0 0 6px
}

.tg-hover-wrapper .tg-hover-title {
    font-size: 20px;
    line-height: 1.4;
    margin: 0
}

.mobile-header-wrapper-style {
    background-color: var(--tc-neutral-1000);
    bottom: 0;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.09);
    max-width: 380px;
    min-height: 100vh;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    visibility: hidden;
    width: 100%;
    z-index: 1006
}

.mobile-header-wrapper-style.sidebar-canvas-visible,.mobile-header-wrapper-style.sidebar-visible {
    opacity: 1;
    transform: translate(0);
    visibility: visible
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 0 30px
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .burger-icon {
    height: 34px;
    position: absolute;
    right: 30px;
    top: 25px;
    width: 34px
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-logo {
    align-items: center;
    border-bottom: 1px solid var(--tc-neutral-200);
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    padding: 20px 24px;
    position: relative
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-logo .burger-icon {
    background-color: var(--tc-neutral-900);
    background-position: 50%;
    background-repeat: no-repeat;
    display: inline-block;
    height: 40px;
    position: relative;
    right: auto;
    top: auto;
    width: 40px
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
    align-items: center;
    align-self: center;
    background-color: var(--tc-neutral-0);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 10px 13px
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .box-author-profile {
    margin-bottom: 10px
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a {
    display: block
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a img {
    width: 100px
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
    padding: 0 30px
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
    position: relative
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.hr {
    display: none
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:last-child {
    border-bottom: none
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children .menu-expand {
    color: var(--tc-neutral-900);
    cursor: pointer;
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 46px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
    z-index: 9
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children .menu-expand i {
    background: url(../images/template/icons/arrow-right-big.svg) no-repeat 50%;
    display: inline-block;
    height: 24px;
    opacity: 1;
    width: 24px
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children.active>.menu-expand {
    background: transparent
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children.active>.menu-expand i {
    background: url(../images/template/icons/arrow-down-big.svg) no-repeat 50%
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a {
    color: var(--tc-neutral-0);
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    position: relative;
    text-transform: capitalize;
    transition-duration: .2s
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a i {
    margin-right: 5px
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul {
    padding: 10px 0 0
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li {
    border-bottom: none;
    margin-bottom: 12px;
    padding: 0
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.has-children .menu-expand {
    top: 0
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li:hover a {
    padding-left: 13px;
    transition-duration: .2s
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li:hover a:before {
    opacity: 1;
    transition-duration: .2s
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li a {
    color: var(--tc-neutral-500);
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    padding-left: 8px;
    position: relative;
    transition-duration: .2s
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li ul {
    margin-top: 0
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.has-children.active {
    padding-bottom: 0
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:hover>a {
    color: var(--primary-color);
    padding-left: 3px;
    transition-duration: .2s
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .categories-dropdown-wrap ul li a {
    padding: 5px 15px
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap {
    border: 1px solid var(--tc-neutral-200);
    border-radius: 5px;
    margin: 17px 0 30px;
    padding: 20px
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info {
    margin-bottom: 13px;
    position: relative
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:last-child {
    margin-bottom: 0
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a {
    color: var(--tc-neutral-900);
    display: block;
    font-size: 14px;
    font-weight: 500
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a:hover {
    color: var(--primary-color)
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a i {
    color: var(--primary-color);
    font-size: 14px;
    margin-right: 8px
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown {
    background-color: transparent;
    box-shadow: none;
    display: none;
    margin-top: 5px;
    padding: 10px 0 0;
    width: 100%;
    z-index: 11
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li {
    padding-bottom: 10px
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li:last-child {
    padding-bottom: 0
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a {
    color: hsla(0,0%,100%,.7);
    font-size: 16px;
    font-weight: 400
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a:hover {
    color: var(--primary-color)
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:hover>a {
    color: var(--tc-neutral-900)
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-border {
    border-bottom: 1px solid hsla(0,0%,100%,.15)
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .site-copyright {
    color: var(--tc-neutral-800);
    font-size: 14px
}

.burger-icon {
    background-color: var(--tc-neutral-900);
    cursor: pointer;
    display: none;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    width: 40px;
    z-index: 999999
}

.burger-icon>span {
    display: block;
    height: 1px;
    left: 10px;
    position: absolute;
    width: 20px
}

.burger-icon>span.burger-icon-top {
    top: 13px
}

.burger-icon>span.burger-icon-bottom {
    bottom: 12px
}

.burger-icon>span.burger-icon-mid {
    top: 19px
}

.burger-icon img {
    display: inline-block;
    vertical-align: middle
}

.burger-icon.burger-close>span.burger-icon-top {
    display: none;
    opacity: 0
}

.burger-icon.burger-close>span.burger-icon-mid {
    top: 18px;
    transform: rotate(45deg)
}

.burger-icon.burger-close>span.burger-icon-bottom {
    bottom: 19px;
    transform: rotate(-45deg)
}

.burger-icon>span:after,.burger-icon>span:before {
    background-color: var(--tc-neutral-0);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media (max-width: 992px) {
    .burger-icon {
        display:block;
        right: 18px;
        top: 20px
    }

    .header-4 .burger-icon {
        display: block;
        right: 24px;
        top: 16px
    }
}

@media (max-width: 768px) {
    .burger-icon {
        display:block;
        right: 24px;
        top: 21px
    }
}

.offCanvas__info {
    background: var(--tc-neutral-1000) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    overflow-y: scroll;
    padding: 30px;
    position: fixed;
    top: 0;
    transform: translateX(-100%);
    transition: all .3s cubic-bezier(.785,.135,.15,.86);
    -moz-transition: all .3s cubic-bezier(.785,.135,.15,.86);
    -webkit-transition: all .3s cubic-bezier(.785,.135,.15,.86);
    -ms-transition: all .3s cubic-bezier(.785,.135,.15,.86);
    -o-transition: all .3s cubic-bezier(.785,.135,.15,.86);
    width: 340px;
    z-index: 1500
}

.offCanvas__info.active {
    transform: translateX(0)
}

.offCanvas__info::-webkit-scrollbar {
    display: none;
    width: 0
}

.offCanvas__info.style-2 .offCanvas__side-info {
    border-top: 1px solid var(--primary-color)
}

.offCanvas__info.style-2 .offCanvas__close-icon button {
    color: var(--primary-color)
}

.offCanvas__close-icon {
    margin-top: -16px;
    text-align: right
}

.offCanvas__close-icon button {
    background: transparent;
    border: 0;
    color: var(--primary-color);
    cursor: pointer;
    font-size: 20px;
    padding: 0
}

.offCanvas__logo img {
    max-height: 34px
}

.offCanvas__side-info {
    border-top: 1px solid var(--primary-color);
    padding-top: 25px
}

.offCanvas__side-info .contact-list h4 {
    color: var(--tc-neutral-0);
    font-size: 18px;
    font-weight: 700
}

.offCanvas__side-info .contact-list p {
    color: var(--tc-neutral-200);
    line-height: 26px;
    margin: 0 0 2px
}

.offCanvas__social-icon a {
    color: var(--tg-theme-primary);
    display: inline-block;
    margin-right: 20px;
    text-align: center
}

.offCanvas__social-icon a:hover {
    color: var(--tc-theme-secondary)
}

.offCanvas__overly {
    background: #000;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition-duration: .3s;
    visibility: hidden;
    width: 100%;
    z-index: 99
}

.offCanvas__overly.active {
    opacity: .7;
    transition-duration: .3s;
    visibility: visible
}

.offcanvas-backdrop {
    background-color: #000;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1040
}

.navbar {
    background-color: var(--primary-color);
    padding: .5rem
}

@media (max-width: 990px) {
    .navbar {
        padding:.75rem .5rem
    }
}

.navbar .navbar-menu {
    background: hsla(0,0%,100%,.05)
}

.navbar .navbar-menu i {
    color: #fff
}

.navbar .dark-light-switcher {
    background: hsla(0,0%,100%,.05)
}

.navbar .navbar-brand {
    color: #fff;
    padding-bottom: .2rem;
    padding-top: .2rem
}

.navbar .navbar-social a {
    color: #fff
}

.navbar .navbar-toggler {
    border: 2px solid var(--tc-neutral-900);
    color: var(--tc-neutral-900);
    font-size: 1.5rem;
    padding: .25rem .5rem
}

.navbar .navbar-toggler:focus {
    box-shadow: none;
    outline: 0
}

.navbar .dropdown-menu {
    border: none;
    border-radius: .5rem;
    box-shadow: var(--tc-shadow-1);
    color: var(--tc-neutral-800);
    margin-top: 0;
    min-width: 12rem;
    top: 100%
}

@media (max-width: 992px) {
    .navbar .dropdown-menu {
        background-color:transparent;
        box-shadow: none;
        min-width: 0!important
    }
}

.navbar .dropdown-menu .dropdown-submenu a:after {
    position: absolute;
    right: 1rem;
    transform: rotate(-90deg)
}

.navbar .dropdown-menu .dropdown-submenu.dropend .dropdown-menu {
    border-radius: .5rem;
    box-shadow: var(--tc-shadow-1);
    left: 100%;
    min-width: 12rem;
    right: auto;
    top: -18px
}

@media (max-width: 992px) {
    .navbar .dropdown-menu .dropdown-submenu.dropend .dropdown-menu {
        box-shadow:none
    }
}

.navbar .dropdown-fullwidth {
    position: static
}

.navbar .dropdown-fullwidth .dropdown-menu {
    left: 0!important;
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
    right: 0!important;
    top: 100%;
    transform: none!important;
    width: 100%
}

@media (min-width: 990px) {
    .navbar .navbar-nav .dropdown>.dropdown-menu {
        left:0;
        transform: translateY(30px)
    }
}

.navbar .navbar-nav .dropend>.dropdown-menu {
    transform: translateY(10px)
}

.navbar .navbar-nav .nav-item .nav-link {
    border-radius: .25rem;
    color: var(--tc-neutral-0);
    font-size: 1rem;
    font-weight: 500;
    padding: .5rem 1rem
}

@media (max-width: 992px) {
    .navbar .navbar-nav .nav-item .nav-link {
        border-bottom:1px solid var(--tc-neutral-200);
        border-radius: 0;
        padding: .75rem 0!important
    }

    .navbar .navbar-nav .nav-item .nav-link:hover {
        background-color: transparent!important;
        color: var(--tc-neutral-900)
    }
}

.navbar .navbar-nav .nav-item .nav-link:focus-visible {
    box-shadow: none
}

.navbar .navbar-nav .nav-item .nav-link.active,.navbar .navbar-nav .nav-item .nav-link:hover {
    color: var(--primary-color)
}

.navbar.navbar-home-2 {
    background: #333a32;
    border: 1px solid #4a5349;
    border-radius: 8px;
    left: 0;
    position: absolute!important;
    top: 22px!important;
    width: 100%
}

.navbar.navbar-home-2 .navbar-brand span {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(270deg,hsla(0,0%,100%,.32),#fff);
    background-clip: text;
    -webkit-background-clip: text;
    font-family: var(--primary-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.navbar.navbar-home-2 .navbar-nav .nav-item .nav-link {
    border-radius: .25rem;
    color: hsla(0,0%,100%,.5);
    font-size: 1rem;
    font-weight: 400;
    padding: .5rem 1rem
}

@media (max-width: 992px) {
    .navbar.navbar-home-2 .navbar-nav .nav-item .nav-link {
        border-bottom:1px solid var(--tc-neutral-200);
        border-radius: 0;
        padding: .75rem 0!important
    }

    .navbar.navbar-home-2 .navbar-nav .nav-item .nav-link:hover {
        background-color: transparent!important;
        color: var(--tc-neutral-900)
    }
}

.navbar.navbar-home-2 .navbar-nav .nav-item .nav-link:focus-visible {
    box-shadow: none
}

.navbar.navbar-home-2 .navbar-nav .nav-item .nav-link.active,.navbar.navbar-home-2 .navbar-nav .nav-item .nav-link:hover {
    color: #fff
}

.navbar.navbar-home-2 .dark-light-switcher .ri-contrast-2-line {
    color: var(--tc-system-warning)!important
}

.navbar.navbar-home-2 .navbar-social a:hover {
    color: var(--primary-color)
}

.navbar.navbar-home-3 {
    background-color: transparent;
    position: relative!important
}

.navbar.navbar-home-3 .navbar-nav .nav-item .nav-link {
    border-radius: .25rem;
    color: var(--tc-neutral-0);
    font-size: 1rem;
    font-weight: 500;
    opacity: .5;
    padding: .5rem 1rem
}

@media (max-width: 992px) {
    .navbar.navbar-home-3 .navbar-nav .nav-item .nav-link {
        border-bottom:1px solid var(--tc-neutral-200);
        border-radius: 0;
        padding: .75rem 0!important
    }

    .navbar.navbar-home-3 .navbar-nav .nav-item .nav-link:hover {
        background-color: transparent!important;
        color: var(--tc-neutral-900)
    }
}

.navbar.navbar-home-3 .navbar-nav .nav-item .nav-link:focus-visible {
    box-shadow: none
}

.navbar.navbar-home-3 .navbar-nav .nav-item .nav-link.active,.navbar.navbar-home-3 .navbar-nav .nav-item .nav-link:hover {
    color: var(--tc-neutral-0);
    opacity: 1
}

.navbar.navbar-home-3 .dark-light-switcher .ri-contrast-2-line {
    color: var(--tc-neutral-300)!important
}

.navbar.navbar-home-3 .navbar-social a {
    color: var(--tc-neutral-0)
}

.navbar.navbar-home-3 .navbar-social a:hover {
    color: var(--tc-theme-primary-3)
}

@media (min-width: 1200px) {
    .navbar .dropdown-menu.show {
        display:none
    }

    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        transition: all .3s ease-in-out;
        visibility: hidden
    }

    .navbar .dropdown:hover>.dropdown-menu {
        opacity: 1;
        visibility: visible
    }

    .navbar .dropdown-submenu:hover>.dropdown-menu {
        opacity: 1;
        transform: translateY(10px);
        visibility: visible
    }
}

.navbar-dark {
    transition: all .3s ease-in-out
}

.navbar-dark .navbar-brand {
    filter: brightness(0) invert(1)
}

.navbar-dark .navbar-nav .nav-link {
    color: var(--tc-neutral-300)!important
}

@media (max-width: 990px) {
    .navbar-dark .navbar-nav .nav-link {
        color:var(--tc-neutral-00)!important
    }
}

.navbar-dark .navbar-nav .dropdown .dropdown-toggle:after {
    color: var(--tc-neutral-300)
}

@media (max-width: 990px) {
    .navbar-dark .navbar-nav .dropdown .dropdown-toggle:after {
        color:var(--tc-neutral-00)!important
    }
}

.navbar-light .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-weight: 500;
    opacity: .5
}

.navbar-light .navbar-nav .nav-item .nav-link.active,.navbar-light .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #fff;
    opacity: 1
}

.navbar-transparent {
    background-color: transparent;
    box-shadow: none;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1009
}

.navbar-transparent .navbar-toggler {
    border-color: var(--tc-neutral-0);
    color: var(--tc-neutral-0)
}

@media (max-width: 990px) {
    .navbar-transparent.navbar-clone .navbar-brand {
        filter:brightness(0) invert(1)
    }

    .navbar-transparent.navbar-clone .navbar-toggler {
        border-color: var(--tc-neutral-00);
        color: var(--tc-neutral-00)
    }

    .navbar-transparent.navbar-stick .navbar-brand {
        filter: brightness(1) invert(0)
    }
}

.navbar-clone {
    box-shadow: none;
    left: 0;
    position: fixed!important;
    top: 0;
    transform: translateY(-100%);
    transition: all .3s ease-in-out;
    z-index: 1008
}

.navbar-stick {
    transform: translateY(0)
}

.navbar-stick:not(.navbar-dark) {
    box-shadow: var(--tc-shadow-1)
}

.navbar-stick:not(.navbar-dark).navbar-brand {
    filter: brightness(0) invert(1)
}

.offcanvas.show:not(.hiding),.offcanvas.showing {
    transform: none
}

.offcanvas {
    height: 100vh
}

.z-999 {
    z-index: 999!important
}

.dark-light-switcher {
    cursor: pointer
}

.main-menu li,.main-menu li a {
    position: relative
}

.main-menu li a:after {
    content: "";
    height: 100px;
    left: 0;
    margin-left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%
}

.main-menu li .sub-menu {
    background-color: var(--tc-theme-secondary-1);
    border-radius: 8px;
    box-shadow: 0 6px 15px 0 rgba(64,79,100,.05);
    left: 0;
    min-width: 200px;
    opacity: 0;
    padding: 10px 0;
    position: absolute;
    top: calc(100% + 20px);
    transition-duration: .2s;
    visibility: hidden;
    z-index: 999
}

.main-menu li .sub-menu:before {
    border-right: 10px solid transparent;
    border-top: 10px solid var(--tc-theme-secondary-1);
    bottom: calc(100% - 6px);
    content: "";
    left: 35px;
    position: absolute;
    transform: rotate(45deg)
}

.main-menu li .sub-menu li {
    list-style: none;
    padding: .5rem 1rem;
    width: 100%
}

.main-menu li .sub-menu li::marker {
    display: none!important
}

.main-menu li .sub-menu li:hover a {
    padding-left: 3px;
    transition-duration: .5s
}

.main-menu li:hover .sub-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible
}

#preloader {
    background-color: #1f1f24;
    height: 100%;
    margin-top: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999
}

#preloader .loader-cover .loader-container {
    height: 100px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100px
}

#preloader .loader-cover .loader-container .loader-icon {
    animation: l27-0 1.5s cubic-bezier(.3,1,0,1) infinite;
    aspect-ratio: 1.154;
    background: conic-gradient(from 120deg at 50% 64%,transparent,#62a92b 1deg 120deg,transparent 121deg);
    position: relative;
    width: 30px
}

#preloader .loader-cover .loader-container .loader-icon:after,#preloader .loader-cover .loader-container .loader-icon:before {
    animation: l27-1 1.5s infinite;
    background: inherit;
    content: "";
    inset: 0;
    position: absolute;
    transform-origin: 50% 66%
}

#preloader .loader-cover .loader-container .loader-icon:after {
    --s: -1
}

#preloader .loader-cover .loader-container .loader-icon-2 {
    animation: l9 5s cubic-bezier(.3,1,0,1) infinite;
    color: transparent;
    font-family: monospace;
    font-size: 20px;
    font-weight: 700;
    overflow: hidden;
    width: -moz-fit-content;
    width: fit-content
}

#preloader .loader-cover .loader-container .loader-icon-2:before {
    content: "Loading..."
}

#preloader .loader-cover .loader-container .loader-icon-3 {
    --c: no-repeat repeating-linear-gradient(#0000 0 6px,#be6895 0 9px,#0000 0 15px);
    animation: l4 1.5s linear infinite;
    background: var(--c),var(--c),var(--c),var(--c);
    background-size: 26% 200%;
    height: 15px;
    width: 60px
}

@keyframes l27-0 {
    0%,30% {
        transform: rotate(0)
    }

    70% {
        transform: rotate(120deg)
    }

    70.01%,to {
        transform: rotate(1turn)
    }
}

@keyframes l27-1 {
    0% {
        transform: rotate(calc(var(--s, 1)*120deg)) translate(0)
    }

    30%,70% {
        transform: rotate(calc(var(--s, 1)*120deg)) translate(calc(var(--s, 1)*-2px),5px)
    }

    to {
        transform: rotate(calc(var(--s, 1)*120deg)) translate(0)
    }
}

@keyframes l9 {
    0% {
        text-shadow: 0 0 #fcd34e,11ch 0 #62a92b,22ch 0 #f778ba,33ch 0 #00a0b0,44ch 0 #fcd34e
    }

    25% {
        text-shadow: -11ch 0 #fcd34e,0 0 #62a92b,11ch 0 #f778ba,22ch 0 #00a0b0,33ch 0 #fcd34e
    }

    50% {
        text-shadow: -22ch 0 #fcd34e,-11ch 0 #62a92b,0 0 #f778ba,11ch 0 #00a0b0,22ch 0 #fcd34e
    }

    75% {
        text-shadow: -33ch 0 #fcd34e,-22ch 0 #62a92b,-11ch 0 #f778ba,0 0 #00a0b0,11ch 0 #fcd34e
    }

    to {
        text-shadow: -44ch 0 #fcd34e,-33ch 0 #62a92b,-22ch 0 #f778ba,-11ch 0 #00a0b0,0 0 #fcd34e
    }
}

@keyframes l4 {
    0%,70%,to {
        background-position: 0 100%,33.3333333333% 100%,66.6666666667% 100%,100% 100%
    }

    17.5% {
        background-position: 0 0,33.3333333333% 100%,66.6666666667% 100%,100% 100%
    }

    35% {
        background-position: 0 0,33.3333333333% 0,66.6666666667% 100%,100% 100%
    }

    52.5% {
        background-position: 0 0,33.3333333333% 0,66.6666666667% 0,100% 100%
    }

    69.99% {
        background-position: 0 0,33.3333333333% 0,66.6666666667% 0,100% 0
    }
}

.section-padding {
    padding: 150px 0
}

.py-188 {
    padding: 188px 0
}

.py-150 {
    padding: 150px 0
}

.py-120 {
    padding: 120px 0
}

.py-130 {
    padding: 130px 0
}

.pt-150 {
    padding-top: 150px
}

.pt-160 {
    padding-top: 160px
}

.pb-160 {
    padding-bottom: 160px
}

.pb-150 {
    padding-bottom: 150px
}

.pt-170 {
    padding-top: 170px
}

.pb-120 {
    padding-bottom: 120px
}

.pt-120 {
    padding-top: 120px
}

.pt-130 {
    padding-top: 130px
}

.pb-130 {
    padding-bottom: 130px
}

.pb-138 {
    padding-bottom: 138px
}

.pb-100 {
    padding-bottom: 100px
}

.mb-110 {
    margin-bottom: 110px
}

.mt-110 {
    margin-top: 110px
}

.mt--65 {
    margin-top: -65px
}

.pt-200 {
    padding-top: 200px
}

.pb-250 {
    padding-bottom: 250px
}

.pt-250 {
    padding-top: 250px
}

.pt-96 {
    padding-top: 96px
}

.py-90 {
    padding: 90px 0
}

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

.my-90 {
    margin: 90px 0
}

.py-86 {
    padding: 86px
}

.pb-200 {
    padding-bottom: 200px
}

.w-40 {
    width: 40%
}

.w-80 {
    width: 80%
}

.w-90 {
    width: 90%
}

.w-fit-content {
    width: -moz-fit-content;
    width: fit-content
}

.mb-30 {
    margin-bottom: 30px
}

.mb-10 {
    margin-bottom: 10px
}

.pt-110 {
    padding-top: 110px
}

.pb-110 {
    padding-bottom: 110px
}

.pt-60 {
    padding-top: 60px
}

.pt-70 {
    padding-top: 70px
}

.pb-60 {
    padding-bottom: 60px
}

.pt-80 {
    padding-top: 80px
}

.pb-80 {
    padding-bottom: 80px
}

.mt-80 {
    margin-top: 80px
}

.mb-80 {
    margin-bottom: 80px
}

.swiper-button-next,.swiper-button-prev {
    --swiper-navigation-size: 24px;
    --swiper-navigation-top-offset: 50%;
    --swiper-navigation-sides-offset: 10px;
    --swiper-navigation-color: var(--tc-neutral-1000);
    background-color: var(--tc-border-1);
    border-radius: 30px;
    display: flex;
    font-size: 24px;
    height: 50px;
    left: 0!important;
    padding: 10px;
    right: 0!important;
    width: 50px
}

.swiper-button-next svg path,.swiper-button-prev svg path {
    fill: var(--tc-neutral-0)
}

.swiper-button-next :active,.swiper-button-next:hover,.swiper-button-prev :active,.swiper-button-prev:hover {
    --swiper-navigation-color: var(--tc-system-black-1);
    background-color: var(--tc-border-1)!important
}

.swiper-button-next :active svg path,.swiper-button-next:hover svg path,.swiper-button-prev :active svg path,.swiper-button-prev:hover svg path {
    fill: var(--primary-color)
}

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

.swiper-pagination {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center
}

.swiper-pagination-bullet {
    background: var(--primary-color);
    border-radius: 50%;
    height: 9px;
    opacity: .3;
    width: 9px
}

.swiper-pagination-bullet-active {
    background: var(--primary-color);
    color: #000;
    color: #fff;
    font-size: 12px;
    height: 12px;
    line-height: 12px;
    opacity: 1;
    text-align: center;
    width: 12px
}

.pagination_item {
    color: #fff
}

.pagination_item:hover {
    color: var(--primary-color)!important;
    transition: .3s ease-in-out
}

.pagination_item:focus {
    background-color: var(--primary-color)!important;
    border-color: var(--primary-color);
    box-shadow: none;
    color: var(--tc-system-white)!important;
    transition: .3s ease-in-out
}

.hover-up {
    transition: all .3s ease-in-out
}

.hover-up:hover {
    transform: translateY(-3px);
    transition-duration: .3s
}

.hover-effect {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: .5s
}

.hover-effect:after {
    color: var(--primary-color);
    content: "🠚";
    left: -20px;
    opacity: 0;
    position: absolute;
    transition: .5s
}

.hover-effect:hover {
    color: #fff!important;
    padding-left: 30px;
    padding-right: 8px
}

.hover-effect:hover:after {
    left: 10px;
    opacity: 1
}

.masonry-active .filter-item {
    transition-duration: .4s
}

.masonry-active .filter-item .project-item {
    border: 1px solid transparent;
    margin: 15px 0
}

.masonry-active .filter-item .project-item .project-card-content h3 {
    transition: all .2s ease-in-out
}

.masonry-active .filter-item .project-item .project-card-content:hover h3 {
    color: var(--primary-color)
}

.masonry-active .filter-item .project-item .project-card-icon {
    background: var(--tc-neutral-1000);
    border: 1px solid var(--tc-neutral-0);
    color: var(--tc-neutral-0);
    transition: all .2s ease-in-out
}

.masonry-active .filter-item .project-item .project-card-icon i {
    font-size: 28px
}

.masonry-active .filter-item:hover {
    transition-duration: .4s
}

.masonry-active .filter-item:hover .project-item {
    background: linear-gradient(var(--tc-neutral-1000),var(--tc-neutral-1000)) padding-box,var(--tc-linear-2) border-box
}

.masonry-active .filter-item:hover .project-item .project-card-icon {
    background: var(--tc-linear-1);
    border: none;
    color: var(--tc-neutral-1000);
    transform: rotate(45deg)
}

.grid-item,.grid-sizer,.section-case-studies .grid-item,.section-case-studies .grid-sizer {
    width: 50%
}

.grid-item--width2 {
    width: 66.66%
}

.section-hero-1 .brand-logo {
    border: 1px solid var(--tc-neutral-800);
    transition: all .2s ease-in-out
}

.section-hero-1 .brand-logo:hover {
    background: linear-gradient(var(--tc-neutral-900),var(--tc-neutral-900)) padding-box,var(--tc-linear-1) border-box;
    border: 1px solid transparent
}

.section-blog-1 .blog-card {
    background: linear-gradient(var(--tc-bg-1),var(--tc-bg-1)) padding-box,var(--tc-linear-3) border-box;
    border: 2px solid transparent;
    padding: 14px 14px 44px
}

.section-blog-1 .blog-card .blog-card__image .blog-card__link {
    opacity: 0;
    transition: all .2s ease-in-out
}

.section-blog-1 .blog-card .blog-card__content .blog-card__title {
    transition: all .2s ease-in-out
}

.section-blog-1 .blog-card .blog-card__content:hover .blog-card__title {
    color: var(--primary-color)
}

.section-blog-1 .blog-card:hover {
    background: linear-gradient(var(--tc-bg-1),var(--tc-bg-1)) padding-box,var(--tc-linear-2) border-box
}

.section-blog-1 .blog-card:hover .blog-card__image .blog-card__link {
    opacity: 1
}

textarea.form-control {
    min-height: 204px!important
}

.section-blog-list .blog-card {
    background: linear-gradient(var(--tc-neutral-1000),var(--tc-neutral-1000)) padding-box,var(--tc-linear-3) border-box;
    border: 2px solid transparent;
    padding: 14px 14px 44px
}

.section-blog-list .blog-card .blog-card__image .blog-card__link {
    opacity: 0;
    transition: all .2s ease-in-out
}

.section-blog-list .blog-card .blog-card__content .blog-card__title {
    transition: all .2s ease-in-out
}

.section-blog-list .blog-card .blog-card__content:hover .blog-card__title {
    color: var(--primary-color)
}

.section-blog-list .blog-card:hover {
    background: linear-gradient(var(--tc-neutral-1000),var(--tc-neutral-1000)) padding-box,var(--tc-linear-2) border-box
}

.section-blog-list .blog-card:hover .blog-card__image .blog-card__link {
    opacity: 1
}

.section-service-1 .single-service-card-1 .service-card-details {
    transition: all .2s ease-in-out
}

.section-service-1 .single-service-card-1 .service-card-details .service-card-title {
    color: var(--tc-neutral-100);
    font-size: 28px;
    font-weight: 600;
    line-height: 120%
}

.section-service-1 .single-service-card-1 .service-card-details .service-card-text {
    margin-bottom: 0
}

.section-service-1 .single-service-card-1 .service-card-details .service-card-icon {
    border-color: var(--tc-neutral-800);
    color: var(--tc-neutral-0);
    transition: all .2s ease-in-out
}

@media (max-width: 1399px) {
    .section-service-1 .single-service-card-3 .service-card-title {
        font-size:36px
    }
}

@media (max-width: 1199.98px) {
    .section-service-1 .single-service-card-3 .service-card-title {
        font-size:30px
    }
}

@media (max-width: 767.98px) {
    .section-service-1 .single-service-card-3 .service-card-title {
        font-size:24px
    }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
    .section-service-1 .single-service-card-3 .service-card-title {
        font-size:30px
    }
}

.section-service-1 .single-service-card-3 .service-card-title a {
    align-items: center;
    color: inherit;
    display: inline-flex;
    gap: 18px
}

@media (max-width: 1199.98px) {
    .section-service-1 .single-service-card-3 .service-card-title a {
        gap:40px
    }
}

@media (max-width: 767.98px) {
    .section-service-1 .single-service-card-3 .service-card-title a {
        gap:30px
    }
}

@media (max-width: 380px) {
    .section-service-1 .single-service-card-3 .service-card-title a {
        display:block
    }

    .section-service-1 .single-service-card-3 .service-card-title a span {
        display: block;
        margin-bottom: 10px
    }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
    .section-service-1 .single-service-card-3 .service-card-title a {
        gap:30px
    }
}

.section-service-1 .single-service-card-3 .service-card-title span {
    -webkit-text-fill-color: var(--primary-color);
    -webkit-text-stroke: transparent;
    font-size: 29px;
    font-weight: 700;
    transition: .4s
}

@media (max-width: 1199.98px) {
    .section-service-1 .single-service-card-3 .service-card-title span {
        font-size:40px
    }
}

@media (max-width: 767.98px) {
    .section-service-1 .single-service-card-3 .service-card-title span {
        font-size:36px
    }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
    .section-service-1 .single-service-card-3 .service-card-title span {
        font-size:40px
    }
}

.section-service-1 .single-service-card-1 {
    transition: .4s
}

.section-service-1 .single-service-card-1:hover {
    background-color: var(--primary-color);
    transition: .4s
}

.section-service-1 .single-service-card-1:hover .service-card-details .service-card-title a {
    color: #fff
}

.section-service-1 .single-service-card-1:hover .service-card-details .service-card-title a span {
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke: 1px transparent;
    color: var(--primary-color)
}

.section-service-1 .single-service-card-1:hover .service-card-details .service-card-text {
    color: #fff
}

.section-service-1 .single-service-card-1:hover .service-card-details .service-card-icon {
    border-color: #fff!important;
    color: #fff;
    transform: rotate(45deg)
}

.button-project .ellipse {
    background-image: url(../images/elipse.png)
}

.fillter-project {
    background-position: 50%;
    background-repeat: no-repeat
}

.section-resume-1 .resume-card {
    background: linear-gradient(var(--tc-bg-1),var(--tc-bg-1)) padding-box,var(--tc-linear-3) border-box;
    border: 2px solid transparent;
    border-radius: 16px
}

.section-resume-1 .resume-card .resume-card-body .resume-card-item {
    background: linear-gradient(var(--tc-bg-1),var(--tc-bg-1)) padding-box,linear-gradient(to bottom,var(--primary-color),transparent) border-box;
    border: 1px solid transparent;
    border-radius: 16px;
    transition: all .3s ease-in-out
}

.section-resume-1 .resume-card .resume-card-body .resume-card-item:hover {
    border: 1px solid var(--Neutral-600,#969698)
}

.section-landing-page-2 .landing-card {
    align-items: center;
    background: linear-gradient(var(--tc-neutral-700),var(--tc-neutral-700)) padding-box,var(--tc-linear-3) border-box;
    border: 1px solid transparent;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 21px 20px 31px
}

.section-landing-page-2 .landing-card .landing-card__content .landing-card__title {
    transition: all .2s ease-in-out
}

.section-landing-page-2 .landing-card .landing-card__content .landing-card__description {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-align: center
}

.section-landing-page-4 .landing-card {
    align-items: center;
    background: linear-gradient(var(--tc-neutral-700),var(--tc-neutral-700)) padding-box,var(--tc-linear-3) border-box;
    border: 1px solid transparent;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: end
}

.section-landing-page-3 .project-item {
    border: 1px solid transparent;
    margin: 0
}

.section-landing-page-3 .project-item .project-card-content h3 {
    transition: all .2s ease-in-out
}

.section-landing-page-3 .project-item .project-card-content:hover h3 {
    color: var(--primary-color)
}

.section-landing-page-3 .project-item .project-card-icon {
    background: var(--tc-neutral-1000);
    border: 1px solid var(--tc-neutral-0);
    color: var(--tc-neutral-0);
    transition: all .2s ease-in-out
}

.section-landing-page-3 .project-item .project-card-icon i {
    font-size: 28px
}

.section-landing-page-5 .text-primary {
    color: #b75aff!important
}

.section-landing-page-5 .btn {
    align-items: center;
    background: var(--Theme-primary-2,#a8ff53);
    border-radius: 80px;
    color: #09360e;
    display: inline-flex;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    line-height: 41.271px;
    padding: 12px 26px;
    text-align: center
}

.stroke {
    -webkit-text-stroke: 2px transparent;
    text-wrap: nowrap;
    background: var(--tc-linear-dark-3);
    -webkit-background-clip: text;
    font-weight: 800;
    paint-order: stroke fill;
    text-transform: uppercase
}

.section-skills-1 .skills {
    background: linear-gradient(var(--tc-neutral-900),var(--tc-neutral-900)) padding-box,var(--tc-linear-dark-3) border-box;
    border: 2px solid transparent;
    border-radius: 16px;
    padding: 29px 35px 25px
}

.section-skills-1 .skills:hover {
    background: linear-gradient(var(--tc-neutral-800),var(--tc-neutral-800)) padding-box,var(--tc-linear-2) border-box
}

.section-skills-1 .skills:hover .skills-ratio .count {
    color: var(--primary-color)
}

.card-testimonial-1 {
    background: linear-gradient(var(--tc-neutral-1000),var(--tc-neutral-1000)) padding-box,var(--tc-linear-3) border-box;
    border: 1px solid transparent
}

.card-testimonial-1 .logo {
    height: 45px;
    width: 126px
}

.card-testimonial-1 .avatar {
    border-radius: 80px 80px 80px 0
}

.card-testimonial-1 svg g path {
    fill: var(--tc-neutral-400)
}

.card-testimonial-1:hover {
    background: linear-gradient(var(--tc-neutral-1000),var(--tc-neutral-1000)) padding-box,var(--tc-linear-2) border-box
}

.card-testimonial-1:hover svg g path {
    fill: var(--primary-color);
    transition: .2s ease-in-out
}

.card-testimonial-1 svg g path {
    transition: .2s ease-in-out
}

.section-pricing-1 .accordion .card,.section-pricing-1 .card-pricing-1 {
    background: linear-gradient(var(--tc-bg-1),var(--tc-bg-1)) padding-box,var(--tc-linear-3) border-box;
    border: 1px solid transparent
}

.section-pricing-1 .accordion .card .card-header {
    background-color: transparent
}

.section-pricing-1 .accordion .card .card-header a .arrow {
    transform: rotate(-45deg);
    transition: all .08s linear
}

.section-pricing-1 .accordion .card .card-header a .arrow i {
    color: var(--primary-color)
}

.section-pricing-1 .accordion .card .card-header a.collapsed .arrow {
    transform: rotate(0deg)
}

.section-service-list .card-scroll .cards {
    display: grid;
    gap: 40px 0;
    grid-template-rows: repeat(var(--cards-count),var(--card-height));
    margin: 0 auto;
    max-width: 900px;
    width: 100%
}

.section-service-list .card-scroll .cards .card-custom {
    position: sticky;
    top: 0
}

.section-service-list .card-scroll .cards .card-custom .card__inner {
    border-radius: 14px;
    box-shadow: 0 25px 50px -12px rgba(25,20,31,.35);
    overflow: hidden;
    transform-origin: center top;
    will-change: transform
}

.section-service-list .card-scroll .cards .card-custom .card__inner .card__title h3 {
    transition: all .2s ease-in-out
}

.section-service-list .card-scroll .cards .card-custom .card__inner .card__title:hover .card-icon {
    background: var(--tc-linear-1);
    border: none!important;
    color: var(--tc-neutral-1000)!important;
    transform: rotate(45deg)
}

.section-service-list .card-scroll .cards .card-custom .card__inner .card__title:hover h3 {
    color: var(--primary-color)
}

.section-service-list .card-scroll .cards .card-custom .card__inner .card__image-container {
    align-items: center;
    border-radius: 11px;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    width: 100%
}

.section-service-list .card-scroll .cards .card-custom .card__inner .card__image-container .card__image {
    height: 400px;
    width: 100%
}

.section-service-list .card-scroll .cards .card-custom .card__inner .card__content .content {
    border-bottom: 1px solid var(--tc-neutral-600);
    margin-bottom: 24px;
    padding-bottom: 24px
}

.section-service-list .card-scroll .cards .card-custom .card__inner .card__content .content:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.section-work .card-scroll .cards {
    display: grid;
    gap: 40px 0;
    grid-template-rows: repeat(var(--cards-count),var(--card-height));
    margin: 0 auto;
    max-width: 100%;
    width: 100%
}

.section-work .card-scroll .cards .card-custom {
    position: sticky;
    top: 0
}

.section-work .card-scroll .cards .card-custom .card__inner {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 25px 50px -12px rgba(25,20,31,.35);
    display: flex;
    overflow: hidden;
    transform-origin: center top;
    will-change: transform
}

.section-work .card-scroll .cards .card-custom .card__inner .card__image-container {
    border-radius: 11px;
    display: flex;
    flex-shrink: 0
}

.section-work .card-scroll .cards .card-custom .card__inner .card__image-container .card__image {
    aspect-ratio: 1;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.section-work .card-scroll .cards .card-custom .card__inner .card__content {
    display: flex;
    flex-direction: column;
    padding: 40px 0 40px 40px
}

.section-work .card-scroll .cards .card-custom .card__inner .card__content .card__title h3 {
    transition: all .2s ease-in-out
}

.section-work .card-scroll .cards .card-custom .card__inner .card__content .card__title:hover h3 {
    color: var(--primary-color)
}

.section-work .card-scroll .cards .card-custom .card__inner .card__content .card__title:hover .card-icon {
    background: var(--tc-linear-1);
    border: none!important;
    color: var(--tc-neutral-1000)!important;
    transform: rotate(45deg)
}

.section-work .card-scroll .cards .card-custom .card__inner .card__content .content {
    border-bottom: 1px solid var(--tc-neutral-600);
    margin-bottom: 14px;
    padding-bottom: 14px
}

.section-work .card-scroll .cards .card-custom .card__inner .card__content .content .card__description {
    color: #16263a;
    font-size: 24px;
    line-height: 1.4
}

@media (max-width: 991.98px) {
    .mt--65 {
        margin-top:0
    }

    .fs-150 {
        font-size: 72px!important
    }

    .fs-280 {
        font-size: 110px!important
    }

    .section-work .card-scroll .cards {
        display: grid;
        gap: 40px 0;
        grid-template-rows: repeat(var(--cards-count),var(--card-height));
        margin: 0 auto;
        max-width: 100%;
        width: 100%
    }

    .section-work .card-scroll .cards .card-custom {
        position: sticky;
        top: 0
    }

    .section-work .card-scroll .cards .card-custom .card__inner {
        background: #fff;
        border-radius: 14px;
        box-shadow: 0 25px 50px -12px rgba(25,20,31,.35);
        display: flex;
        flex-direction: column;
        overflow: hidden;
        transform-origin: center top;
        will-change: transform
    }

    .section-work .card-scroll .cards .card-custom .card__inner .card__image-container {
        border-radius: 11px;
        display: flex;
        flex-shrink: 0;
        height: 300px
    }

    .section-work .card-scroll .cards .card-custom .card__inner .card__image-container .card__image {
        aspect-ratio: 1;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%
    }

    .section-work .card-scroll .cards .card-custom .card__inner .card__content {
        display: flex;
        flex-direction: column;
        padding: 1.5rem
    }

    .section-work .card-scroll .cards .card-custom .card__inner .card__content .card__title h3 {
        transition: all .2s ease-in-out
    }

    .section-work .card-scroll .cards .card-custom .card__inner .card__content .card__title:hover h3 {
        color: var(--primary-color)
    }

    .section-work .card-scroll .cards .card-custom .card__inner .card__content .card__title:hover .card-icon {
        background: var(--tc-linear-1);
        border: none!important;
        color: var(--tc-neutral-1000)!important;
        transform: rotate(45deg)
    }

    .section-work .card-scroll .cards .card-custom .card__inner .card__content .content {
        border-bottom: 1px solid var(--tc-neutral-600);
        margin-bottom: 14px;
        padding-bottom: 14px
    }

    .section-work .card-scroll .cards .card-custom .card__inner .card__content .content .card__description {
        color: #16263a;
        font-size: 24px;
        line-height: 1.4
    }
}

@media (max-width: 767.98px) {
    .ds-2 {
        font-size:64px!important
    }

    .ds-3 {
        font-size: 46px!important
    }

    .fs-7 {
        font-size: 12px!important
    }

    .fs-150 {
        font-size: 40px!important
    }

    .fs-280 {
        font-size: 54px!important
    }

    h3 {
        font-size: 23px!important
    }

    .section-work .card-scroll .cards {
        display: grid;
        gap: 40px 0;
        grid-template-rows: repeat(var(--cards-count),var(--card-height));
        margin: 0 auto;
        max-width: 100%;
        width: 100%
    }

    .section-work .card-scroll .cards .card-custom {
        position: sticky;
        top: 0
    }

    .section-work .card-scroll .cards .card-custom .card__inner {
        background: #fff;
        border-radius: 14px;
        box-shadow: 0 25px 50px -12px rgba(25,20,31,.35);
        display: flex;
        flex-direction: column;
        overflow: hidden;
        transform-origin: center top;
        will-change: transform
    }

    .section-work .card-scroll .cards .card-custom .card__inner .card__image-container {
        border-radius: 11px;
        display: flex;
        flex-shrink: 0;
        height: 200px
    }

    .section-work .card-scroll .cards .card-custom .card__inner .card__image-container .card__image {
        aspect-ratio: 1;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%
    }

    .section-work .card-scroll .cards .card-custom .card__inner .card__content {
        display: flex;
        flex-direction: column
    }

    .section-work .card-scroll .cards .card-custom .card__inner .card__content .card__title h3 {
        transition: all .2s ease-in-out
    }

    .section-work .card-scroll .cards .card-custom .card__inner .card__content .card__title:hover h3 {
        color: var(--primary-color)
    }

    .section-work .card-scroll .cards .card-custom .card__inner .card__content .card__title:hover .card-icon {
        background: var(--tc-linear-1);
        border: none!important;
        color: var(--tc-neutral-1000)!important;
        transform: rotate(45deg)
    }

    .section-work .card-scroll .cards .card-custom .card__inner .card__content .content {
        border-bottom: 1px solid var(--tc-neutral-600);
        margin-bottom: 10px;
        padding-bottom: 10px
    }

    .section-work .card-scroll .cards .card-custom .card__inner .card__content .content .card__description {
        color: #16263a;
        font-size: 24px;
        line-height: 1.4
    }

    .section-service-list .card-scroll .cards {
        display: grid;
        gap: 40px 0;
        grid-template-rows: repeat(var(--cards-count),var(--card-height));
        margin: 0 auto;
        max-width: 900px;
        width: 100%
    }

    .section-service-list .card-scroll .cards .card-custom {
        position: sticky;
        top: 0
    }

    .section-service-list .card-scroll .cards .card-custom .card__inner {
        border-radius: 14px;
        box-shadow: 0 25px 50px -12px rgba(25,20,31,.35);
        overflow: hidden;
        transform-origin: center top;
        will-change: transform
    }

    .section-service-list .card-scroll .cards .card-custom .card__inner .card__title h3 {
        transition: all .2s ease-in-out
    }

    .section-service-list .card-scroll .cards .card-custom .card__inner .card__title:hover .card-icon {
        background: var(--tc-linear-1);
        border: none!important;
        color: var(--tc-neutral-1000)!important;
        transform: rotate(45deg)
    }

    .section-service-list .card-scroll .cards .card-custom .card__inner .card__title:hover h3 {
        color: var(--primary-color)
    }

    .section-service-list .card-scroll .cards .card-custom .card__inner .card__image-container {
        align-items: center;
        border-radius: 11px;
        display: flex;
        flex-shrink: 0;
        justify-content: center;
        width: 100%
    }

    .section-service-list .card-scroll .cards .card-custom .card__inner .card__image-container .card__image {
        height: 150px;
        width: 100%
    }

    .section-service-list .card-scroll .cards .card-custom .card__inner .card__content .content {
        border-bottom: 1px solid var(--tc-neutral-600);
        margin-bottom: 14px;
        padding-bottom: 14px
    }

    .section-service-list .card-scroll .cards .card-custom .card__inner .card__content .content:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0
    }
}

::-moz-selection {
    color: var(--tc-neutral-0);
    opacity: .1
}

::selection {
    background: var(--primary-color);
    color: var(--tc-neutral-0);
    opacity: .1
}

::-moz-selection {
    background: var(--primary-color);
    opacity: .2
}

b,strong {
    color: var(--tc-theme-primary);
    font-weight: bolder
}

.blockquote {
    background-color: var(--tc-neutral-100);
    border-radius: 12px;
    color: var(--tc-neutral-500);
    margin: 20px auto;
    padding: 24px 24px 24px 56px;
    position: relative
}

.blockquote:before {
    color: var(--tc-neutral-500);
    content: "\f6b0";
    display: block;
    font-family: bootstrap-icons;
    font-size: 3em;
    font-size: 32px;
    left: 16px;
    position: absolute;
    top: 4px
}

.m-0 {
    margin: 0!important
}

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

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

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

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

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

.m-6 {
    margin: 2.5rem!important
}

.m-7 {
    margin: 3rem!important
}

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

.m-9 {
    margin: 5rem!important
}

.m-10 {
    margin: 6rem!important
}

.m-auto {
    margin: auto!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n1 {
    margin: -.25rem!important
}

.m-n2 {
    margin: -.5rem!important
}

.m-n3 {
    margin: -1rem!important
}

.m-n4 {
    margin: -1.5rem!important
}

.m-n5 {
    margin: -2rem!important
}

.m-n6 {
    margin: -2.5rem!important
}

.m-n7 {
    margin: -3rem!important
}

.m-n8 {
    margin: -4rem!important
}

.m-n9 {
    margin: -5rem!important
}

.m-n10 {
    margin: -6rem!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
    padding: 0!important
}

.p-1 {
    padding: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.p-5 {
    padding: 2rem!important
}

.p-6 {
    padding: 2.5rem!important
}

.p-7 {
    padding: 3rem!important
}

.p-8 {
    padding: 4rem!important
}

.p-9 {
    padding: 5rem!important
}

.p-10 {
    padding: 6rem!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.odometer.odometer-auto-theme .odometer-digit,.odometer.odometer-theme-default .odometer-digit {
    padding: 0 2px!important
}

@media (min-width: 576px) {
    .border-sm {
        border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .rounded-top-sm-0 {
        border-top-left-radius: 0!important;
        border-top-right-radius: 0!important
    }

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

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

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

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

    .rounded-top-sm-5 {
        border-top-left-radius: var(--bs-border-radius-xxl)!important;
        border-top-right-radius: var(--bs-border-radius-xxl)!important
    }

    .rounded-top-sm-circle {
        border-top-left-radius: 50%!important;
        border-top-right-radius: 50%!important
    }

    .rounded-top-sm-pill {
        border-top-left-radius: var(--bs-border-radius-pill)!important;
        border-top-right-radius: var(--bs-border-radius-pill)!important
    }

    .rounded-end-sm {
        border-bottom-right-radius: var(--bs-border-radius)!important;
        border-top-right-radius: var(--bs-border-radius)!important
    }

    .rounded-end-sm-0 {
        border-bottom-right-radius: 0!important;
        border-top-right-radius: 0!important
    }

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

    .rounded-end-sm-2 {
        border-bottom-right-radius: var(--bs-border-radius)!important;
        border-top-right-radius: var(--bs-border-radius)!important
    }

    .rounded-end-sm-3 {
        border-bottom-right-radius: var(--bs-border-radius-lg)!important;
        border-top-right-radius: var(--bs-border-radius-lg)!important
    }

    .rounded-end-sm-4 {
        border-bottom-right-radius: var(--bs-border-radius-xl)!important;
        border-top-right-radius: var(--bs-border-radius-xl)!important
    }

    .rounded-end-sm-5 {
        border-bottom-right-radius: var(--bs-border-radius-xxl)!important;
        border-top-right-radius: var(--bs-border-radius-xxl)!important
    }

    .rounded-end-sm-circle {
        border-bottom-right-radius: 50%!important;
        border-top-right-radius: 50%!important
    }

    .rounded-end-sm-pill {
        border-bottom-right-radius: var(--bs-border-radius-pill)!important;
        border-top-right-radius: var(--bs-border-radius-pill)!important
    }

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

    .rounded-bottom-sm-0 {
        border-bottom-left-radius: 0!important;
        border-bottom-right-radius: 0!important
    }

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

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

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

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

    .rounded-bottom-sm-5 {
        border-bottom-left-radius: var(--bs-border-radius-xxl)!important;
        border-bottom-right-radius: var(--bs-border-radius-xxl)!important
    }

    .rounded-bottom-sm-circle {
        border-bottom-left-radius: 50%!important;
        border-bottom-right-radius: 50%!important
    }

    .rounded-bottom-sm-pill {
        border-bottom-left-radius: var(--bs-border-radius-pill)!important;
        border-bottom-right-radius: var(--bs-border-radius-pill)!important
    }

    .rounded-start-sm {
        border-bottom-left-radius: var(--bs-border-radius)!important;
        border-top-left-radius: var(--bs-border-radius)!important
    }

    .rounded-start-sm-0 {
        border-bottom-left-radius: 0!important;
        border-top-left-radius: 0!important
    }

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

    .rounded-start-sm-2 {
        border-bottom-left-radius: var(--bs-border-radius)!important;
        border-top-left-radius: var(--bs-border-radius)!important
    }

    .rounded-start-sm-3 {
        border-bottom-left-radius: var(--bs-border-radius-lg)!important;
        border-top-left-radius: var(--bs-border-radius-lg)!important
    }

    .rounded-start-sm-4 {
        border-bottom-left-radius: var(--bs-border-radius-xl)!important;
        border-top-left-radius: var(--bs-border-radius-xl)!important
    }

    .rounded-start-sm-5 {
        border-bottom-left-radius: var(--bs-border-radius-xxl)!important;
        border-top-left-radius: var(--bs-border-radius-xxl)!important
    }

    .rounded-start-sm-circle {
        border-bottom-left-radius: 50%!important;
        border-top-left-radius: 50%!important
    }

    .rounded-start-sm-pill {
        border-bottom-left-radius: var(--bs-border-radius-pill)!important;
        border-top-left-radius: var(--bs-border-radius-pill)!important
    }

    .w-sm-25 {
        width: 25%!important
    }

    .w-sm-50 {
        width: 50%!important
    }

    .w-sm-75 {
        width: 75%!important
    }

    .w-sm-100 {
        width: 100%!important
    }

    .w-sm-auto {
        width: auto!important
    }

    .mw-sm-100 {
        max-width: 100%!important
    }

    .vw-sm-100 {
        width: 100vw!important
    }

    .min-vw-sm-100 {
        min-width: 100vw!important
    }

    .h-sm-25 {
        height: 25%!important
    }

    .h-sm-50 {
        height: 50%!important
    }

    .h-sm-75 {
        height: 75%!important
    }

    .h-sm-100 {
        height: 100%!important
    }

    .h-sm-auto {
        height: auto!important
    }

    .mh-sm-100 {
        max-height: 100%!important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .border-md {
        border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .rounded-top-md {
        border-top-left-radius: var(--bs-border-radius)!important;
        border-top-right-radius: var(--bs-border-radius)!important
    }

    .rounded-top-md-0 {
        border-top-left-radius: 0!important;
        border-top-right-radius: 0!important
    }

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

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

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

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

    .rounded-top-md-5 {
        border-top-left-radius: var(--bs-border-radius-xxl)!important;
        border-top-right-radius: var(--bs-border-radius-xxl)!important
    }

    .rounded-top-md-circle {
        border-top-left-radius: 50%!important;
        border-top-right-radius: 50%!important
    }

    .rounded-top-md-pill {
        border-top-left-radius: var(--bs-border-radius-pill)!important;
        border-top-right-radius: var(--bs-border-radius-pill)!important
    }

    .rounded-end-md {
        border-bottom-right-radius: var(--bs-border-radius)!important;
        border-top-right-radius: var(--bs-border-radius)!important
    }

    .rounded-end-md-0 {
        border-bottom-right-radius: 0!important;
        border-top-right-radius: 0!important
    }

    .rounded-end-md-1 {
        border-bottom-right-radius: var(--bs-border-radius-sm)!important;
        border-top-right-radius: var(--bs-border-radius-sm)!important
    }

    .rounded-end-md-2 {
        border-bottom-right-radius: var(--bs-border-radius)!important;
        border-top-right-radius: var(--bs-border-radius)!important
    }

    .rounded-end-md-3 {
        border-bottom-right-radius: var(--bs-border-radius-lg)!important;
        border-top-right-radius: var(--bs-border-radius-lg)!important
    }

    .rounded-end-md-4 {
        border-bottom-right-radius: var(--bs-border-radius-xl)!important;
        border-top-right-radius: var(--bs-border-radius-xl)!important
    }

    .rounded-end-md-5 {
        border-bottom-right-radius: var(--bs-border-radius-xxl)!important;
        border-top-right-radius: var(--bs-border-radius-xxl)!important
    }

    .rounded-end-md-circle {
        border-bottom-right-radius: 50%!important;
        border-top-right-radius: 50%!important
    }

    .rounded-end-md-pill {
        border-bottom-right-radius: var(--bs-border-radius-pill)!important;
        border-top-right-radius: var(--bs-border-radius-pill)!important
    }

    .rounded-bottom-md {
        border-bottom-left-radius: var(--bs-border-radius)!important;
        border-bottom-right-radius: var(--bs-border-radius)!important
    }

    .rounded-bottom-md-0 {
        border-bottom-left-radius: 0!important;
        border-bottom-right-radius: 0!important
    }

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

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

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

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

    .rounded-bottom-md-5 {
        border-bottom-left-radius: var(--bs-border-radius-xxl)!important;
        border-bottom-right-radius: var(--bs-border-radius-xxl)!important
    }

    .rounded-bottom-md-circle {
        border-bottom-left-radius: 50%!important;
        border-bottom-right-radius: 50%!important
    }

    .rounded-bottom-md-pill {
        border-bottom-left-radius: var(--bs-border-radius-pill)!important;
        border-bottom-right-radius: var(--bs-border-radius-pill)!important
    }

    .rounded-start-md {
        border-bottom-left-radius: var(--bs-border-radius)!important;
        border-top-left-radius: var(--bs-border-radius)!important
    }

    .rounded-start-md-0 {
        border-bottom-left-radius: 0!important;
        border-top-left-radius: 0!important
    }

    .rounded-start-md-1 {
        border-bottom-left-radius: var(--bs-border-radius-sm)!important;
        border-top-left-radius: var(--bs-border-radius-sm)!important
    }

    .rounded-start-md-2 {
        border-bottom-left-radius: var(--bs-border-radius)!important;
        border-top-left-radius: var(--bs-border-radius)!important
    }

    .rounded-start-md-3 {
        border-bottom-left-radius: var(--bs-border-radius-lg)!important;
        border-top-left-radius: var(--bs-border-radius-lg)!important
    }

    .rounded-start-md-4 {
        border-bottom-left-radius: var(--bs-border-radius-xl)!important;
        border-top-left-radius: var(--bs-border-radius-xl)!important
    }

    .rounded-start-md-5 {
        border-bottom-left-radius: var(--bs-border-radius-xxl)!important;
        border-top-left-radius: var(--bs-border-radius-xxl)!important
    }

    .rounded-start-md-circle {
        border-bottom-left-radius: 50%!important;
        border-top-left-radius: 50%!important
    }

    .rounded-start-md-pill {
        border-bottom-left-radius: var(--bs-border-radius-pill)!important;
        border-top-left-radius: var(--bs-border-radius-pill)!important
    }

    .w-md-25 {
        width: 25%!important
    }

    .w-md-50 {
        width: 50%!important
    }

    .w-md-75 {
        width: 75%!important
    }

    .w-md-100 {
        width: 100%!important
    }

    .w-md-auto {
        width: auto!important
    }

    .mw-md-100 {
        max-width: 100%!important
    }

    .vw-md-100 {
        width: 100vw!important
    }

    .min-vw-md-100 {
        min-width: 100vw!important
    }

    .h-md-25 {
        height: 25%!important
    }

    .h-md-50 {
        height: 50%!important
    }

    .h-md-75 {
        height: 75%!important
    }

    .h-md-100 {
        height: 100%!important
    }

    .h-md-auto {
        height: auto!important
    }

    .mh-md-100 {
        max-height: 100%!important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .border-lg {
        border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .rounded-top-lg-0 {
        border-top-left-radius: 0!important;
        border-top-right-radius: 0!important
    }

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

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

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

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

    .rounded-top-lg-5 {
        border-top-left-radius: var(--bs-border-radius-xxl)!important;
        border-top-right-radius: var(--bs-border-radius-xxl)!important
    }

    .rounded-top-lg-circle {
        border-top-left-radius: 50%!important;
        border-top-right-radius: 50%!important
    }

    .rounded-top-lg-pill {
        border-top-left-radius: var(--bs-border-radius-pill)!important;
        border-top-right-radius: var(--bs-border-radius-pill)!important
    }

    .rounded-end-lg {
        border-bottom-right-radius: var(--bs-border-radius)!important;
        border-top-right-radius: var(--bs-border-radius)!important
    }

    .rounded-end-lg-0 {
        border-bottom-right-radius: 0!important;
        border-top-right-radius: 0!important
    }

    .rounded-end-lg-1 {
        border-bottom-right-radius: var(--bs-border-radius-sm)!important;
        border-top-right-radius: var(--bs-border-radius-sm)!important
    }

    .rounded-end-lg-2 {
        border-bottom-right-radius: var(--bs-border-radius)!important;
        border-top-right-radius: var(--bs-border-radius)!important
    }

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

    .rounded-end-lg-4 {
        border-bottom-right-radius: var(--bs-border-radius-xl)!important;
        border-top-right-radius: var(--bs-border-radius-xl)!important
    }

    .rounded-end-lg-5 {
        border-bottom-right-radius: var(--bs-border-radius-xxl)!important;
        border-top-right-radius: var(--bs-border-radius-xxl)!important
    }

    .rounded-end-lg-circle {
        border-bottom-right-radius: 50%!important;
        border-top-right-radius: 50%!important
    }

    .rounded-end-lg-pill {
        border-bottom-right-radius: var(--bs-border-radius-pill)!important;
        border-top-right-radius: var(--bs-border-radius-pill)!important
    }

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

    .rounded-bottom-lg-0 {
        border-bottom-left-radius: 0!important;
        border-bottom-right-radius: 0!important
    }

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

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

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

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

    .rounded-bottom-lg-5 {
        border-bottom-left-radius: var(--bs-border-radius-xxl)!important;
        border-bottom-right-radius: var(--bs-border-radius-xxl)!important
    }

    .rounded-bottom-lg-circle {
        border-bottom-left-radius: 50%!important;
        border-bottom-right-radius: 50%!important
    }

    .rounded-bottom-lg-pill {
        border-bottom-left-radius: var(--bs-border-radius-pill)!important;
        border-bottom-right-radius: var(--bs-border-radius-pill)!important
    }

    .rounded-start-lg {
        border-bottom-left-radius: var(--bs-border-radius)!important;
        border-top-left-radius: var(--bs-border-radius)!important
    }

    .rounded-start-lg-0 {
        border-bottom-left-radius: 0!important;
        border-top-left-radius: 0!important
    }

    .rounded-start-lg-1 {
        border-bottom-left-radius: var(--bs-border-radius-sm)!important;
        border-top-left-radius: var(--bs-border-radius-sm)!important
    }

    .rounded-start-lg-2 {
        border-bottom-left-radius: var(--bs-border-radius)!important;
        border-top-left-radius: var(--bs-border-radius)!important
    }

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

    .rounded-start-lg-4 {
        border-bottom-left-radius: var(--bs-border-radius-xl)!important;
        border-top-left-radius: var(--bs-border-radius-xl)!important
    }

    .rounded-start-lg-5 {
        border-bottom-left-radius: var(--bs-border-radius-xxl)!important;
        border-top-left-radius: var(--bs-border-radius-xxl)!important
    }

    .rounded-start-lg-circle {
        border-bottom-left-radius: 50%!important;
        border-top-left-radius: 50%!important
    }

    .rounded-start-lg-pill {
        border-bottom-left-radius: var(--bs-border-radius-pill)!important;
        border-top-left-radius: var(--bs-border-radius-pill)!important
    }

    .w-lg-25 {
        width: 25%!important
    }

    .w-lg-50 {
        width: 50%!important
    }

    .w-lg-75 {
        width: 75%!important
    }

    .w-lg-100 {
        width: 100%!important
    }

    .w-lg-auto {
        width: auto!important
    }

    .mw-lg-100 {
        max-width: 100%!important
    }

    .vw-lg-100 {
        width: 100vw!important
    }

    .min-vw-lg-100 {
        min-width: 100vw!important
    }

    .h-lg-25 {
        height: 25%!important
    }

    .h-lg-50 {
        height: 50%!important
    }

    .h-lg-75 {
        height: 75%!important
    }

    .h-lg-100 {
        height: 100%!important
    }

    .h-lg-auto {
        height: auto!important
    }

    .mh-lg-100 {
        max-height: 100%!important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .border-xl {
        border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .rounded-top-xl-0 {
        border-top-left-radius: 0!important;
        border-top-right-radius: 0!important
    }

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

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

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

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

    .rounded-top-xl-5 {
        border-top-left-radius: var(--bs-border-radius-xxl)!important;
        border-top-right-radius: var(--bs-border-radius-xxl)!important
    }

    .rounded-top-xl-circle {
        border-top-left-radius: 50%!important;
        border-top-right-radius: 50%!important
    }

    .rounded-top-xl-pill {
        border-top-left-radius: var(--bs-border-radius-pill)!important;
        border-top-right-radius: var(--bs-border-radius-pill)!important
    }

    .rounded-end-xl {
        border-bottom-right-radius: var(--bs-border-radius)!important;
        border-top-right-radius: var(--bs-border-radius)!important
    }

    .rounded-end-xl-0 {
        border-bottom-right-radius: 0!important;
        border-top-right-radius: 0!important
    }

    .rounded-end-xl-1 {
        border-bottom-right-radius: var(--bs-border-radius-sm)!important;
        border-top-right-radius: var(--bs-border-radius-sm)!important
    }

    .rounded-end-xl-2 {
        border-bottom-right-radius: var(--bs-border-radius)!important;
        border-top-right-radius: var(--bs-border-radius)!important
    }

    .rounded-end-xl-3 {
        border-bottom-right-radius: var(--bs-border-radius-lg)!important;
        border-top-right-radius: var(--bs-border-radius-lg)!important
    }

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

    .rounded-end-xl-5 {
        border-bottom-right-radius: var(--bs-border-radius-xxl)!important;
        border-top-right-radius: var(--bs-border-radius-xxl)!important
    }

    .rounded-end-xl-circle {
        border-bottom-right-radius: 50%!important;
        border-top-right-radius: 50%!important
    }

    .rounded-end-xl-pill {
        border-bottom-right-radius: var(--bs-border-radius-pill)!important;
        border-top-right-radius: var(--bs-border-radius-pill)!important
    }

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

    .rounded-bottom-xl-0 {
        border-bottom-left-radius: 0!important;
        border-bottom-right-radius: 0!important
    }

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

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

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

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

    .rounded-bottom-xl-5 {
        border-bottom-left-radius: var(--bs-border-radius-xxl)!important;
        border-bottom-right-radius: var(--bs-border-radius-xxl)!important
    }

    .rounded-bottom-xl-circle {
        border-bottom-left-radius: 50%!important;
        border-bottom-right-radius: 50%!important
    }

    .rounded-bottom-xl-pill {
        border-bottom-left-radius: var(--bs-border-radius-pill)!important;
        border-bottom-right-radius: var(--bs-border-radius-pill)!important
    }

    .rounded-start-xl {
        border-bottom-left-radius: var(--bs-border-radius)!important;
        border-top-left-radius: var(--bs-border-radius)!important
    }

    .rounded-start-xl-0 {
        border-bottom-left-radius: 0!important;
        border-top-left-radius: 0!important
    }

    .rounded-start-xl-1 {
        border-bottom-left-radius: var(--bs-border-radius-sm)!important;
        border-top-left-radius: var(--bs-border-radius-sm)!important
    }

    .rounded-start-xl-2 {
        border-bottom-left-radius: var(--bs-border-radius)!important;
        border-top-left-radius: var(--bs-border-radius)!important
    }

    .rounded-start-xl-3 {
        border-bottom-left-radius: var(--bs-border-radius-lg)!important;
        border-top-left-radius: var(--bs-border-radius-lg)!important
    }

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

    .rounded-start-xl-5 {
        border-bottom-left-radius: var(--bs-border-radius-xxl)!important;
        border-top-left-radius: var(--bs-border-radius-xxl)!important
    }

    .rounded-start-xl-circle {
        border-bottom-left-radius: 50%!important;
        border-top-left-radius: 50%!important
    }

    .rounded-start-xl-pill {
        border-bottom-left-radius: var(--bs-border-radius-pill)!important;
        border-top-left-radius: var(--bs-border-radius-pill)!important
    }

    .w-xl-25 {
        width: 25%!important
    }

    .w-xl-50 {
        width: 50%!important
    }

    .w-xl-75 {
        width: 75%!important
    }

    .w-xl-100 {
        width: 100%!important
    }

    .w-xl-auto {
        width: auto!important
    }

    .mw-xl-100 {
        max-width: 100%!important
    }

    .vw-xl-100 {
        width: 100vw!important
    }

    .min-vw-xl-100 {
        min-width: 100vw!important
    }

    .h-xl-25 {
        height: 25%!important
    }

    .h-xl-50 {
        height: 50%!important
    }

    .h-xl-75 {
        height: 75%!important
    }

    .h-xl-100 {
        height: 100%!important
    }

    .h-xl-auto {
        height: auto!important
    }

    .mh-xl-100 {
        max-height: 100%!important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1400px) {
    .border-xxl {
        border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .rounded-top-xxl {
        border-top-left-radius: var(--bs-border-radius)!important;
        border-top-right-radius: var(--bs-border-radius)!important
    }

    .rounded-top-xxl-0 {
        border-top-left-radius: 0!important;
        border-top-right-radius: 0!important
    }

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

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

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

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

    .rounded-top-xxl-5 {
        border-top-left-radius: var(--bs-border-radius-xxl)!important;
        border-top-right-radius: var(--bs-border-radius-xxl)!important
    }

    .rounded-top-xxl-circle {
        border-top-left-radius: 50%!important;
        border-top-right-radius: 50%!important
    }

    .rounded-top-xxl-pill {
        border-top-left-radius: var(--bs-border-radius-pill)!important;
        border-top-right-radius: var(--bs-border-radius-pill)!important
    }

    .rounded-end-xxl {
        border-bottom-right-radius: var(--bs-border-radius)!important;
        border-top-right-radius: var(--bs-border-radius)!important
    }

    .rounded-end-xxl-0 {
        border-bottom-right-radius: 0!important;
        border-top-right-radius: 0!important
    }

    .rounded-end-xxl-1 {
        border-bottom-right-radius: var(--bs-border-radius-sm)!important;
        border-top-right-radius: var(--bs-border-radius-sm)!important
    }

    .rounded-end-xxl-2 {
        border-bottom-right-radius: var(--bs-border-radius)!important;
        border-top-right-radius: var(--bs-border-radius)!important
    }

    .rounded-end-xxl-3 {
        border-bottom-right-radius: var(--bs-border-radius-lg)!important;
        border-top-right-radius: var(--bs-border-radius-lg)!important
    }

    .rounded-end-xxl-4 {
        border-bottom-right-radius: var(--bs-border-radius-xl)!important;
        border-top-right-radius: var(--bs-border-radius-xl)!important
    }

    .rounded-end-xxl-5 {
        border-bottom-right-radius: var(--bs-border-radius-xxl)!important;
        border-top-right-radius: var(--bs-border-radius-xxl)!important
    }

    .rounded-end-xxl-circle {
        border-bottom-right-radius: 50%!important;
        border-top-right-radius: 50%!important
    }

    .rounded-end-xxl-pill {
        border-bottom-right-radius: var(--bs-border-radius-pill)!important;
        border-top-right-radius: var(--bs-border-radius-pill)!important
    }

    .rounded-bottom-xxl {
        border-bottom-left-radius: var(--bs-border-radius)!important;
        border-bottom-right-radius: var(--bs-border-radius)!important
    }

    .rounded-bottom-xxl-0 {
        border-bottom-left-radius: 0!important;
        border-bottom-right-radius: 0!important
    }

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

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

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

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

    .rounded-bottom-xxl-5 {
        border-bottom-left-radius: var(--bs-border-radius-xxl)!important;
        border-bottom-right-radius: var(--bs-border-radius-xxl)!important
    }

    .rounded-bottom-xxl-circle {
        border-bottom-left-radius: 50%!important;
        border-bottom-right-radius: 50%!important
    }

    .rounded-bottom-xxl-pill {
        border-bottom-left-radius: var(--bs-border-radius-pill)!important;
        border-bottom-right-radius: var(--bs-border-radius-pill)!important
    }

    .rounded-start-xxl {
        border-bottom-left-radius: var(--bs-border-radius)!important;
        border-top-left-radius: var(--bs-border-radius)!important
    }

    .rounded-start-xxl-0 {
        border-bottom-left-radius: 0!important;
        border-top-left-radius: 0!important
    }

    .rounded-start-xxl-1 {
        border-bottom-left-radius: var(--bs-border-radius-sm)!important;
        border-top-left-radius: var(--bs-border-radius-sm)!important
    }

    .rounded-start-xxl-2 {
        border-bottom-left-radius: var(--bs-border-radius)!important;
        border-top-left-radius: var(--bs-border-radius)!important
    }

    .rounded-start-xxl-3 {
        border-bottom-left-radius: var(--bs-border-radius-lg)!important;
        border-top-left-radius: var(--bs-border-radius-lg)!important
    }

    .rounded-start-xxl-4 {
        border-bottom-left-radius: var(--bs-border-radius-xl)!important;
        border-top-left-radius: var(--bs-border-radius-xl)!important
    }

    .rounded-start-xxl-5 {
        border-bottom-left-radius: var(--bs-border-radius-xxl)!important;
        border-top-left-radius: var(--bs-border-radius-xxl)!important
    }

    .rounded-start-xxl-circle {
        border-bottom-left-radius: 50%!important;
        border-top-left-radius: 50%!important
    }

    .rounded-start-xxl-pill {
        border-bottom-left-radius: var(--bs-border-radius-pill)!important;
        border-top-left-radius: var(--bs-border-radius-pill)!important
    }

    .w-xxl-25 {
        width: 25%!important
    }

    .w-xxl-50 {
        width: 50%!important
    }

    .w-xxl-75 {
        width: 75%!important
    }

    .w-xxl-100 {
        width: 100%!important
    }

    .w-xxl-auto {
        width: auto!important
    }

    .mw-xxl-100 {
        max-width: 100%!important
    }

    .vw-xxl-100 {
        width: 100vw!important
    }

    .min-vw-xxl-100 {
        min-width: 100vw!important
    }

    .h-xxl-25 {
        height: 25%!important
    }

    .h-xxl-50 {
        height: 50%!important
    }

    .h-xxl-75 {
        height: 75%!important
    }

    .h-xxl-100 {
        height: 100%!important
    }

    .h-xxl-auto {
        height: auto!important
    }

    .mh-xxl-100 {
        max-height: 100%!important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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 {
        -o-object-fit: contain!important;
        object-fit: contain!important
    }

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

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

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

    .object-fit-sm-none {
        -o-object-fit: none!important;
        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-inline-grid {
        display: inline-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
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .w-sm-25 {
        width: 25%!important
    }

    .w-sm-50 {
        width: 50%!important
    }

    .w-sm-75 {
        width: 75%!important
    }

    .w-sm-100 {
        width: 100%!important
    }

    .w-sm-auto {
        width: auto!important
    }

    .mw-sm-100 {
        max-width: 100%!important
    }

    .vw-sm-100 {
        width: 100vw!important
    }

    .min-vw-sm-100 {
        min-width: 100vw!important
    }

    .h-sm-25 {
        height: 25%!important
    }

    .h-sm-50 {
        height: 50%!important
    }

    .h-sm-75 {
        height: 75%!important
    }

    .h-sm-100 {
        height: 100%!important
    }

    .h-sm-auto {
        height: auto!important
    }

    .mh-sm-100 {
        max-height: 100%!important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .align-self-sm-auto {
        align-self: auto!important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-sm-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: 2rem!important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .my-sm-auto {
        margin-bottom: auto!important;
        margin-top: 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: 2rem!important
    }

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

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

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

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

    .mt-sm-10 {
        margin-top: 6rem!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: 2rem!important
    }

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

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

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

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

    .me-sm-10 {
        margin-right: 6rem!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: 2rem!important
    }

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

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

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

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

    .mb-sm-10 {
        margin-bottom: 6rem!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: 2rem!important
    }

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

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

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

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

    .ms-sm-10 {
        margin-left: 6rem!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: -2rem!important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .my-sm-n10 {
        margin-bottom: -6rem!important;
        margin-top: -6rem!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: -2rem!important
    }

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

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

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

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

    .mt-sm-n10 {
        margin-top: -6rem!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: -2rem!important
    }

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

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

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

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

    .me-sm-n10 {
        margin-right: -6rem!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: -2rem!important
    }

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

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

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

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

    .mb-sm-n10 {
        margin-bottom: -6rem!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: -2rem!important
    }

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

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

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

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

    .ms-sm-n10 {
        margin-left: -6rem!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: 2rem!important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .py-sm-10 {
        padding-bottom: 6rem!important;
        padding-top: 6rem!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: 2rem!important
    }

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

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

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

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

    .pt-sm-10 {
        padding-top: 6rem!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: 2rem!important
    }

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

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

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

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

    .pe-sm-10 {
        padding-right: 6rem!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: 2rem!important
    }

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

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

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

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

    .pb-sm-10 {
        padding-bottom: 6rem!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: 2rem!important
    }

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

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

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

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

    .ps-sm-10 {
        padding-left: 6rem!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: 2rem!important
    }

    .gap-sm-6 {
        gap: 2.5rem!important
    }

    .gap-sm-7 {
        gap: 3rem!important
    }

    .gap-sm-8 {
        gap: 4rem!important
    }

    .gap-sm-9 {
        gap: 5rem!important
    }

    .gap-sm-10 {
        gap: 6rem!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: 2rem!important
    }

    .row-gap-sm-6 {
        row-gap: 2.5rem!important
    }

    .row-gap-sm-7 {
        row-gap: 3rem!important
    }

    .row-gap-sm-8 {
        row-gap: 4rem!important
    }

    .row-gap-sm-9 {
        row-gap: 5rem!important
    }

    .row-gap-sm-10 {
        row-gap: 6rem!important
    }

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

    .column-gap-sm-1 {
        -moz-column-gap: .25rem!important;
        column-gap: .25rem!important
    }

    .column-gap-sm-2 {
        -moz-column-gap: .5rem!important;
        column-gap: .5rem!important
    }

    .column-gap-sm-3 {
        -moz-column-gap: 1rem!important;
        column-gap: 1rem!important
    }

    .column-gap-sm-4 {
        -moz-column-gap: 1.5rem!important;
        column-gap: 1.5rem!important
    }

    .column-gap-sm-5 {
        -moz-column-gap: 2rem!important;
        column-gap: 2rem!important
    }

    .column-gap-sm-6 {
        -moz-column-gap: 2.5rem!important;
        column-gap: 2.5rem!important
    }

    .column-gap-sm-7 {
        -moz-column-gap: 3rem!important;
        column-gap: 3rem!important
    }

    .column-gap-sm-8 {
        -moz-column-gap: 4rem!important;
        column-gap: 4rem!important
    }

    .column-gap-sm-9 {
        -moz-column-gap: 5rem!important;
        column-gap: 5rem!important
    }

    .column-gap-sm-10 {
        -moz-column-gap: 6rem!important;
        column-gap: 6rem!important
    }

    .text-sm-start {
        text-align: left!important
    }

    .text-sm-end {
        text-align: right!important
    }

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

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

    .rounded-top-sm-0 {
        border-top-left-radius: 0!important;
        border-top-right-radius: 0!important
    }

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

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

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

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

    .rounded-top-sm-5 {
        border-top-left-radius: var(--bs-border-radius-xxl)!important;
        border-top-right-radius: var(--bs-border-radius-xxl)!important
    }

    .rounded-top-sm-circle {
        border-top-left-radius: 50%!important;
        border-top-right-radius: 50%!important
    }

    .rounded-top-sm-pill {
        border-top-left-radius: var(--bs-border-radius-pill)!important;
        border-top-right-radius: var(--bs-border-radius-pill)!important
    }

    .rounded-end-sm {
        border-bottom-right-radius: var(--bs-border-radius)!important;
        border-top-right-radius: var(--bs-border-radius)!important
    }

    .rounded-end-sm-0 {
        border-bottom-right-radius: 0!important;
        border-top-right-radius: 0!important
    }

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

    .rounded-end-sm-2 {
        border-bottom-right-radius: var(--bs-border-radius)!important;
        border-top-right-radius: var(--bs-border-radius)!important
    }

    .rounded-end-sm-3 {
        border-bottom-right-radius: var(--bs-border-radius-lg)!important;
        border-top-right-radius: var(--bs-border-radius-lg)!important
    }

    .rounded-end-sm-4 {
        border-bottom-right-radius: var(--bs-border-radius-xl)!important;
        border-top-right-radius: var(--bs-border-radius-xl)!important
    }

    .rounded-end-sm-5 {
        border-bottom-right-radius: var(--bs-border-radius-xxl)!important;
        border-top-right-radius: var(--bs-border-radius-xxl)!important
    }

    .rounded-end-sm-circle {
        border-bottom-right-radius: 50%!important;
        border-top-right-radius: 50%!important
    }

    .rounded-end-sm-pill {
        border-bottom-right-radius: var(--bs-border-radius-pill)!important;
        border-top-right-radius: var(--bs-border-radius-pill)!important
    }

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

    .rounded-bottom-sm-0 {
        border-bottom-left-radius: 0!important;
        border-bottom-right-radius: 0!important
    }

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

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

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

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

    .rounded-bottom-sm-5 {
        border-bottom-left-radius: var(--bs-border-radius-xxl)!important;
        border-bottom-right-radius: var(--bs-border-radius-xxl)!important
    }

    .rounded-bottom-sm-circle {
        border-bottom-left-radius: 50%!important;
        border-bottom-right-radius: 50%!important
    }

    .rounded-bottom-sm-pill {
        border-bottom-left-radius: var(--bs-border-radius-pill)!important;
        border-bottom-right-radius: var(--bs-border-radius-pill)!important
    }

    .rounded-start-sm {
        border-bottom-left-radius: var(--bs-border-radius)!important;
        border-top-left-radius: var(--bs-border-radius)!important
    }

    .rounded-start-sm-0 {
        border-bottom-left-radius: 0!important;
        border-top-left-radius: 0!important
    }

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

    .rounded-start-sm-2 {
        border-bottom-left-radius: var(--bs-border-radius)!important;
        border-top-left-radius: var(--bs-border-radius)!important
    }

    .rounded-start-sm-3 {
        border-bottom-left-radius: var(--bs-border-radius-lg)!important;
        border-top-left-radius: var(--bs-border-radius-lg)!important
    }

    .rounded-start-sm-4 {
        border-bottom-left-radius: var(--bs-border-radius-xl)!important;
        border-top-left-radius: var(--bs-border-radius-xl)!important
    }

    .rounded-start-sm-5 {
        border-bottom-left-radius: var(--bs-border-radius-xxl)!important;
        border-top-left-radius: var(--bs-border-radius-xxl)!important
    }

    .rounded-start-sm-circle {
        border-bottom-left-radius: 50%!important;
        border-top-left-radius: 50%!important
    }

    .rounded-start-sm-pill {
        border-bottom-left-radius: var(--bs-border-radius-pill)!important;
        border-top-left-radius: var(--bs-border-radius-pill)!important
    }
}

@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 {
        -o-object-fit: contain!important;
        object-fit: contain!important
    }

    .object-fit-md-cover {
        -o-object-fit: cover!important;
        object-fit: cover!important
    }

    .object-fit-md-fill {
        -o-object-fit: fill!important;
        object-fit: fill!important
    }

    .object-fit-md-scale {
        -o-object-fit: scale-down!important;
        object-fit: scale-down!important
    }

    .object-fit-md-none {
        -o-object-fit: none!important;
        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-inline-grid {
        display: inline-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
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .w-md-25 {
        width: 25%!important
    }

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

    .w-md-50 {
        width: 50%!important
    }

    .w-md-75 {
        width: 75%!important
    }

    .w-md-100 {
        width: 100%!important
    }

    .w-md-auto {
        width: auto!important
    }

    .mw-md-100 {
        max-width: 100%!important
    }

    .vw-md-100 {
        width: 100vw!important
    }

    .min-vw-md-100 {
        min-width: 100vw!important
    }

    .h-md-25 {
        height: 25%!important
    }

    .h-md-50 {
        height: 50%!important
    }

    .h-md-75 {
        height: 75%!important
    }

    .h-md-100 {
        height: 100%!important
    }

    .h-md-auto {
        height: auto!important
    }

    .mh-md-100 {
        max-height: 100%!important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .align-content-md-start {
        align-content: flex-start!important
    }

    .align-content-md-end {
        align-content: flex-end!important
    }

    .align-content-md-center {
        align-content: center!important
    }

    .align-content-md-between {
        align-content: space-between!important
    }

    .align-content-md-around {
        align-content: space-around!important
    }

    .align-content-md-stretch {
        align-content: stretch!important
    }

    .align-self-md-auto {
        align-self: auto!important
    }

    .align-self-md-start {
        align-self: flex-start!important
    }

    .align-self-md-end {
        align-self: flex-end!important
    }

    .align-self-md-center {
        align-self: center!important
    }

    .align-self-md-baseline {
        align-self: baseline!important
    }

    .align-self-md-stretch {
        align-self: stretch!important
    }

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

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

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

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

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

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

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

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

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

    .m-md-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: 2rem!important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .my-md-auto {
        margin-bottom: auto!important;
        margin-top: 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: 2rem!important
    }

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

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

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

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

    .mt-md-10 {
        margin-top: 6rem!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: 2rem!important
    }

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

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

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

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

    .me-md-10 {
        margin-right: 6rem!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: 2rem!important
    }

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

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

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

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

    .mb-md-10 {
        margin-bottom: 6rem!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: 2rem!important
    }

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

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

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

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

    .ms-md-10 {
        margin-left: 6rem!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: -2rem!important
    }

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

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

    .m-md-n8 {
        margin: -4rem!important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .my-md-n4 {
        margin-bottom: -1.5rem!important;
        margin-top: -1.5rem!important
    }

    .my-md-n5 {
        margin-bottom: -2rem!important;
        margin-top: -2rem!important
    }

    .my-md-n6 {
        margin-bottom: -2.5rem!important;
        margin-top: -2.5rem!important
    }

    .my-md-n7 {
        margin-bottom: -3rem!important;
        margin-top: -3rem!important
    }

    .my-md-n8 {
        margin-bottom: -4rem!important;
        margin-top: -4rem!important
    }

    .my-md-n9 {
        margin-bottom: -5rem!important;
        margin-top: -5rem!important
    }

    .my-md-n10 {
        margin-bottom: -6rem!important;
        margin-top: -6rem!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: -2rem!important
    }

    .mt-md-n6 {
        margin-top: -2.5rem!important
    }

    .mt-md-n7 {
        margin-top: -3rem!important
    }

    .mt-md-n8 {
        margin-top: -4rem!important
    }

    .mt-md-n9 {
        margin-top: -5rem!important
    }

    .mt-md-n10 {
        margin-top: -6rem!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: -2rem!important
    }

    .me-md-n6 {
        margin-right: -2.5rem!important
    }

    .me-md-n7 {
        margin-right: -3rem!important
    }

    .me-md-n8 {
        margin-right: -4rem!important
    }

    .me-md-n9 {
        margin-right: -5rem!important
    }

    .me-md-n10 {
        margin-right: -6rem!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: -2rem!important
    }

    .mb-md-n6 {
        margin-bottom: -2.5rem!important
    }

    .mb-md-n7 {
        margin-bottom: -3rem!important
    }

    .mb-md-n8 {
        margin-bottom: -4rem!important
    }

    .mb-md-n9 {
        margin-bottom: -5rem!important
    }

    .mb-md-n10 {
        margin-bottom: -6rem!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: -2rem!important
    }

    .ms-md-n6 {
        margin-left: -2.5rem!important
    }

    .ms-md-n7 {
        margin-left: -3rem!important
    }

    .ms-md-n8 {
        margin-left: -4rem!important
    }

    .ms-md-n9 {
        margin-left: -5rem!important
    }

    .ms-md-n10 {
        margin-left: -6rem!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: 2rem!important
    }

    .p-md-6 {
        padding: 2.5rem!important
    }

    .p-md-7 {
        padding: 3rem!important
    }

    .p-md-8 {
        padding: 4rem!important
    }

    .p-md-9 {
        padding: 5rem!important
    }

    .p-md-10 {
        padding: 6rem!important
    }

    .px-md-0 {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .px-md-1 {
        padding-left: .25rem!important;
        padding-right: .25rem!important
    }

    .px-md-2 {
        padding-left: .5rem!important;
        padding-right: .5rem!important
    }

    .px-md-3 {
        padding-left: 1rem!important;
        padding-right: 1rem!important
    }

    .px-md-4 {
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important
    }

    .px-md-5 {
        padding-left: 2rem!important;
        padding-right: 2rem!important
    }

    .px-md-6 {
        padding-left: 2.5rem!important;
        padding-right: 2.5rem!important
    }

    .px-md-7 {
        padding-left: 3rem!important;
        padding-right: 3rem!important
    }

    .px-md-8 {
        padding-left: 4rem!important;
        padding-right: 4rem!important
    }

    .px-md-9 {
        padding-left: 5rem!important;
        padding-right: 5rem!important
    }

    .px-md-10 {
        padding-left: 6rem!important;
        padding-right: 6rem!important
    }

    .py-md-0 {
        padding-bottom: 0!important;
        padding-top: 0!important
    }

    .py-md-1 {
        padding-bottom: .25rem!important;
        padding-top: .25rem!important
    }

    .py-md-2 {
        padding-bottom: .5rem!important;
        padding-top: .5rem!important
    }

    .py-md-3 {
        padding-bottom: 1rem!important;
        padding-top: 1rem!important
    }

    .py-md-4 {
        padding-bottom: 1.5rem!important;
        padding-top: 1.5rem!important
    }

    .py-md-5 {
        padding-bottom: 2rem!important;
        padding-top: 2rem!important
    }

    .py-md-6 {
        padding-bottom: 2.5rem!important;
        padding-top: 2.5rem!important
    }

    .py-md-7 {
        padding-bottom: 3rem!important;
        padding-top: 3rem!important
    }

    .py-md-8 {
        padding-bottom: 4rem!important;
        padding-top: 4rem!important
    }

    .py-md-9 {
        padding-bottom: 5rem!important;
        padding-top: 5rem!important
    }

    .py-md-10 {
        padding-bottom: 6rem!important;
        padding-top: 6rem!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: 2rem!important
    }

    .pt-md-6 {
        padding-top: 2.5rem!important
    }

    .pt-md-7 {
        padding-top: 3rem!important
    }

    .pt-md-8 {
        padding-top: 4rem!important
    }

    .pt-md-9 {
        padding-top: 5rem!important
    }

    .pt-md-10 {
        padding-top: 6rem!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: 2rem!important
    }

    .pe-md-6 {
        padding-right: 2.5rem!important
    }

    .pe-md-7 {
        padding-right: 3rem!important
    }

    .pe-md-8 {
        padding-right: 4rem!important
    }

    .pe-md-9 {
        padding-right: 5rem!important
    }

    .pe-md-10 {
        padding-right: 6rem!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: 2rem!important
    }

    .pb-md-6 {
        padding-bottom: 2.5rem!important
    }

    .pb-md-7 {
        padding-bottom: 3rem!important
    }

    .pb-md-8 {
        padding-bottom: 4rem!important
    }

    .pb-md-9 {
        padding-bottom: 5rem!important
    }

    .pb-md-10 {
        padding-bottom: 6rem!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: 2rem!important
    }

    .ps-md-6 {
        padding-left: 2.5rem!important
    }

    .ps-md-7 {
        padding-left: 3rem!important
    }

    .ps-md-8 {
        padding-left: 4rem!important
    }

    .ps-md-9 {
        padding-left: 5rem!important
    }

    .ps-md-10 {
        padding-left: 6rem!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: 2rem!important
    }

    .gap-md-6 {
        gap: 2.5rem!important
    }

    .gap-md-7 {
        gap: 3rem!important
    }

    .gap-md-8 {
        gap: 4rem!important
    }

    .gap-md-9 {
        gap: 5rem!important
    }

    .gap-md-10 {
        gap: 6rem!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: 2rem!important
    }

    .row-gap-md-6 {
        row-gap: 2.5rem!important
    }

    .row-gap-md-7 {
        row-gap: 3rem!important
    }

    .row-gap-md-8 {
        row-gap: 4rem!important
    }

    .row-gap-md-9 {
        row-gap: 5rem!important
    }

    .row-gap-md-10 {
        row-gap: 6rem!important
    }

    .column-gap-md-0 {
        -moz-column-gap: 0!important;
        column-gap: 0!important
    }

    .column-gap-md-1 {
        -moz-column-gap: .25rem!important;
        column-gap: .25rem!important
    }

    .column-gap-md-2 {
        -moz-column-gap: .5rem!important;
        column-gap: .5rem!important
    }

    .column-gap-md-3 {
        -moz-column-gap: 1rem!important;
        column-gap: 1rem!important
    }

    .column-gap-md-4 {
        -moz-column-gap: 1.5rem!important;
        column-gap: 1.5rem!important
    }

    .column-gap-md-5 {
        -moz-column-gap: 2rem!important;
        column-gap: 2rem!important
    }

    .column-gap-md-6 {
        -moz-column-gap: 2.5rem!important;
        column-gap: 2.5rem!important
    }

    .column-gap-md-7 {
        -moz-column-gap: 3rem!important;
        column-gap: 3rem!important
    }

    .column-gap-md-8 {
        -moz-column-gap: 4rem!important;
        column-gap: 4rem!important
    }

    .column-gap-md-9 {
        -moz-column-gap: 5rem!important;
        column-gap: 5rem!important
    }

    .column-gap-md-10 {
        -moz-column-gap: 6rem!important;
        column-gap: 6rem!important
    }

    .text-md-start {
        text-align: left!important
    }

    .text-md-end {
        text-align: right!important
    }

    .text-md-center {
        text-align: center!important
    }

    .rounded-top-md {
        border-top-left-radius: var(--bs-border-radius)!important;
        border-top-right-radius: var(--bs-border-radius)!important
    }

    .rounded-top-md-0 {
        border-top-left-radius: 0!important;
        border-top-right-radius: 0!important
    }

    .rounded-top-md-1 {
        border-top-left-radius: var(--bs-border-radius-sm)!important;
        border-top-right-radius: var(--bs-border-radius-sm)!important
    }

    .rounded-top-md-2 {
        border-top-left-radius: var(--bs-border-radius)!important;
        border-top-right-radius: var(--bs-border-radius)!important
    }

    .rounded-top-md-3 {
        border-top-left-radius: var(--bs-border-radius-lg)!important;
        border-top-right-radius: var(--bs-border-radius-lg)!important
    }

    .rounded-top-md-4 {
        border-top-left-radius: var(--bs-border-radius-xl)!important;
        border-top-right-radius: var(--bs-border-radius-xl)!important
    }

    .rounded-top-md-5 {
        border-top-left-radius: var(--bs-border-radius-xxl)!important;
        border-top-right-radius: var(--bs-border-radius-xxl)!important
    }

    .rounded-top-md-circle {
        border-top-left-radius: 50%!important;
        border-top-right-radius: 50%!important
    }

    .rounded-top-md-pill {
        border-top-left-radius: var(--bs-border-radius-pill)!important;
        border-top-right-radius: var(--bs-border-radius-pill)!important
    }

    .rounded-end-md {
        border-bottom-right-radius: var(--bs-border-radius)!important;
        border-top-right-radius: var(--bs-border-radius)!important
    }

    .rounded-end-md-0 {
        border-bottom-right-radius: 0!important;
        border-top-right-radius: 0!important
    }

    .rounded-end-md-1 {
        border-bottom-right-radius: var(--bs-border-radius-sm)!important;
        border-top-right-radius: var(--bs-border-radius-sm)!important
    }

    .rounded-end-md-2 {
        border-bottom-right-radius: var(--bs-border-radius)!important;
        border-top-right-radius: var(--bs-border-radius)!important
    }

    .rounded-end-md-3 {
        border-bottom-right-radius: var(--bs-border-radius-lg)!important;
        border-top-right-radius: var(--bs-border-radius-lg)!important
    }

    .rounded-end-md-4 {
        border-bottom-right-radius: var(--bs-border-radius-xl)!important;
        border-top-right-radius: var(--bs-border-radius-xl)!important
    }

    .rounded-end-md-5 {
        border-bottom-right-radius: var(--bs-border-radius-xxl)!important;
        border-top-right-radius: var(--bs-border-radius-xxl)!important
    }

    .rounded-end-md-circle {
        border-bottom-right-radius: 50%!important;
        border-top-right-radius: 50%!important
    }

    .rounded-end-md-pill {
        border-bottom-right-radius: var(--bs-border-radius-pill)!important;
        border-top-right-radius: var(--bs-border-radius-pill)!important
    }

    .rounded-bottom-md {
        border-bottom-left-radius: var(--bs-border-radius)!important;
        border-bottom-right-radius: var(--bs-border-radius)!important
    }

    .rounded-bottom-md-0 {
        border-bottom-left-radius: 0!important;
        border-bottom-right-radius: 0!important
    }

    .rounded-bottom-md-1 {
        border-bottom-left-radius: var(--bs-border-radius-sm)!important;
        border-bottom-right-radius: var(--bs-border-radius-sm)!important
    }

    .rounded-bottom-md-2 {
        border-bottom-left-radius: var(--bs-border-radius)!important;
        border-bottom-right-radius: var(--bs-border-radius)!important
    }

    .rounded-bottom-md-3 {
        border-bottom-left-radius: var(--bs-border-radius-lg)!important;
        border-bottom-right-radius: var(--bs-border-radius-lg)!important
    }

    .rounded-bottom-md-4 {
        border-bottom-left-radius: var(--bs-border-radius-xl)!important;
        border-bottom-right-radius: var(--bs-border-radius-xl)!important
    }

    .rounded-bottom-md-5 {
        border-bottom-left-radius: var(--bs-border-radius-xxl)!important;
        border-bottom-right-radius: var(--bs-border-radius-xxl)!important
    }

    .rounded-bottom-md-circle {
        border-bottom-left-radius: 50%!important;
        border-bottom-right-radius: 50%!important
    }

    .rounded-bottom-md-pill {
        border-bottom-left-radius: var(--bs-border-radius-pill)!important;
        border-bottom-right-radius: var(--bs-border-radius-pill)!important
    }

    .rounded-start-md {
        border-bottom-left-radius: var(--bs-border-radius)!important;
        border-top-left-radius: var(--bs-border-radius)!important
    }

    .rounded-start-md-0 {
        border-bottom-left-radius: 0!important;
        border-top-left-radius: 0!important
    }

    .rounded-start-md-1 {
        border-bottom-left-radius: var(--bs-border-radius-sm)!important;
        border-top-left-radius: var(--bs-border-radius-sm)!important
    }

    .rounded-start-md-2 {
        border-bottom-left-radius: var(--bs-border-radius)!important;
        border-top-left-radius: var(--bs-border-radius)!important
    }

    .rounded-start-md-3 {
        border-bottom-left-radius: var(--bs-border-radius-lg)!important;
        border-top-left-radius: var(--bs-border-radius-lg)!important
    }

    .rounded-start-md-4 {
        border-bottom-left-radius: var(--bs-border-radius-xl)!important;
        border-top-left-radius: var(--bs-border-radius-xl)!important
    }

    .rounded-start-md-5 {
        border-bottom-left-radius: var(--bs-border-radius-xxl)!important;
        border-top-left-radius: var(--bs-border-radius-xxl)!important
    }

    .rounded-start-md-circle {
        border-bottom-left-radius: 50%!important;
        border-top-left-radius: 50%!important
    }

    .rounded-start-md-pill {
        border-bottom-left-radius: var(--bs-border-radius-pill)!important;
        border-top-left-radius: var(--bs-border-radius-pill)!important
    }
}

@media (min-width: 992px) {
    .text-lg-white {
        color:#fff!important
    }

    .float-lg-start {
        float: left!important
    }

    .float-lg-end {
        float: right!important
    }

    .float-lg-none {
        float: none!important
    }

    .object-fit-lg-contain {
        -o-object-fit: contain!important;
        object-fit: contain!important
    }

    .object-fit-lg-cover {
        -o-object-fit: cover!important;
        object-fit: cover!important
    }

    .object-fit-lg-fill {
        -o-object-fit: fill!important;
        object-fit: fill!important
    }

    .object-fit-lg-scale {
        -o-object-fit: scale-down!important;
        object-fit: scale-down!important
    }

    .object-fit-lg-none {
        -o-object-fit: none!important;
        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-inline-grid {
        display: inline-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
    }

    .position-lg-static {
        position: static!important
    }

    .position-lg-relative {
        position: relative!important
    }

    .position-lg-absolute {
        position: absolute!important
    }

    .position-lg-fixed {
        position: fixed!important
    }

    .position-lg-sticky {
        position: sticky!important
    }

    .top-lg-0 {
        top: 0!important
    }

    .top-lg-50 {
        top: 50%!important
    }

    .top-lg-100 {
        top: 100%!important
    }

    .bottom-lg-0 {
        bottom: 0!important
    }

    .bottom-lg-50 {
        bottom: 50%!important
    }

    .bottom-lg-100 {
        bottom: 100%!important
    }

    .start-lg-0 {
        left: 0!important
    }

    .start-lg-50 {
        left: 50%!important
    }

    .start-lg-100 {
        left: 100%!important
    }

    .translate-middle-lg {
        transform: translate(-50%,-50%)!important
    }

    .translate-middle-lg-x {
        transform: translateX(-50%)!important
    }

    .translate-middle-lg-y {
        transform: translateY(-50%)!important
    }

    .border-lg {
        border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
    }

    .border-lg-0 {
        border: 0!important
    }

    .border-top-lg {
        border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
    }

    .border-top-lg-0 {
        border-top: 0!important
    }

    .border-end-lg {
        border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
    }

    .border-end-lg-0 {
        border-right: 0!important
    }

    .border-bottom-lg {
        border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
    }

    .border-bottom-lg-0 {
        border-bottom: 0!important
    }

    .border-start-lg {
        border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
    }

    .border-start-lg-0 {
        border-left: 0!important
    }

    .border-lg-primary {
        --bs-border-opacity: 1;
        border-color: rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important
    }

    .border-lg-secondary {
        --bs-border-opacity: 1;
        border-color: rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important
    }

    .border-lg-success {
        --bs-border-opacity: 1;
        border-color: rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important
    }

    .border-lg-info {
        --bs-border-opacity: 1;
        border-color: rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important
    }

    .border-lg-warning {
        --bs-border-opacity: 1;
        border-color: rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important
    }

    .border-lg-danger {
        --bs-border-opacity: 1;
        border-color: rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important
    }

    .border-lg-light {
        --bs-border-opacity: 1;
        border-color: rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important
    }

    .border-lg-dark {
        --bs-border-opacity: 1;
        border-color: rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important
    }

    .border-lg-white {
        --bs-border-opacity: 1;
        border-color: rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important
    }

    .border-lg-black {
        --bs-border-opacity: 1;
        border-color: rgba(var(--bs-black-rgb),var(--bs-border-opacity))!important
    }

    .w-lg-25 {
        width: 25%!important
    }

    .w-lg-40 {
        width: 40%!important
    }

    .w-lg-50 {
        width: 50%!important
    }

    .w-lg-75 {
        width: 75%!important
    }

    .w-lg-100 {
        width: 100%!important
    }

    .w-lg-auto {
        width: auto!important
    }

    .mw-lg-100 {
        max-width: 100%!important
    }

    .vw-lg-100 {
        width: 100vw!important
    }

    .min-vw-lg-100 {
        min-width: 100vw!important
    }

    .h-lg-25 {
        height: 25%!important
    }

    .h-lg-50 {
        height: 50%!important
    }

    .h-lg-75 {
        height: 75%!important
    }

    .h-lg-100 {
        height: 100%!important
    }

    .h-lg-auto {
        height: auto!important
    }

    .mh-lg-100 {
        max-height: 100%!important
    }

    .min-vh-lg-100 {
        min-height: 100vh!important
    }

    .flex-lg-fill {
        flex: 1 1 auto!important
    }

    .flex-lg-row {
        flex-direction: row!important
    }

    .flex-lg-column {
        flex-direction: column!important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-lg-grow-0 {
        flex-grow: 0!important
    }

    .flex-lg-grow-1 {
        flex-grow: 1!important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1!important
    }

    .flex-lg-wrap {
        flex-wrap: wrap!important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .justify-content-lg-start {
        justify-content: flex-start!important
    }

    .justify-content-lg-end {
        justify-content: flex-end!important
    }

    .justify-content-lg-center {
        justify-content: center!important
    }

    .justify-content-lg-between {
        justify-content: space-between!important
    }

    .justify-content-lg-around {
        justify-content: space-around!important
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly!important
    }

    .align-items-lg-start {
        align-items: flex-start!important
    }

    .align-items-lg-end {
        align-items: flex-end!important
    }

    .align-items-lg-center {
        align-items: center!important
    }

    .align-items-lg-baseline {
        align-items: baseline!important
    }

    .align-items-lg-stretch {
        align-items: stretch!important
    }

    .align-content-lg-start {
        align-content: flex-start!important
    }

    .align-content-lg-end {
        align-content: flex-end!important
    }

    .align-content-lg-center {
        align-content: center!important
    }

    .align-content-lg-between {
        align-content: space-between!important
    }

    .align-content-lg-around {
        align-content: space-around!important
    }

    .align-content-lg-stretch {
        align-content: stretch!important
    }

    .align-self-lg-auto {
        align-self: auto!important
    }

    .align-self-lg-start {
        align-self: flex-start!important
    }

    .align-self-lg-end {
        align-self: flex-end!important
    }

    .align-self-lg-center {
        align-self: center!important
    }

    .align-self-lg-baseline {
        align-self: baseline!important
    }

    .align-self-lg-stretch {
        align-self: stretch!important
    }

    .order-lg-first {
        order: -1!important
    }

    .order-lg-0 {
        order: 0!important
    }

    .order-lg-1 {
        order: 1!important
    }

    .order-lg-2 {
        order: 2!important
    }

    .order-lg-3 {
        order: 3!important
    }

    .order-lg-4 {
        order: 4!important
    }

    .order-lg-5 {
        order: 5!important
    }

    .order-lg-last {
        order: 6!important
    }

    .m-lg-0 {
        margin: 0!important
    }

    .m-lg-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: 2rem!important
    }

    .m-lg-6 {
        margin: 2.5rem!important
    }

    .m-lg-7 {
        margin: 3rem!important
    }

    .m-lg-8 {
        margin: 4rem!important
    }

    .m-lg-9 {
        margin: 5rem!important
    }

    .m-lg-10 {
        margin: 6rem!important
    }

    .m-lg-auto {
        margin: auto!important
    }

    .mx-lg-0 {
        margin-left: 0!important;
        margin-right: 0!important
    }

    .mx-lg-1 {
        margin-left: .25rem!important;
        margin-right: .25rem!important
    }

    .mx-lg-2 {
        margin-left: .5rem!important;
        margin-right: .5rem!important
    }

    .mx-lg-3 {
        margin-left: 1rem!important;
        margin-right: 1rem!important
    }

    .mx-lg-4 {
        margin-left: 1.5rem!important;
        margin-right: 1.5rem!important
    }

    .mx-lg-5 {
        margin-left: 2rem!important;
        margin-right: 2rem!important
    }

    .mx-lg-6 {
        margin-left: 2.5rem!important;
        margin-right: 2.5rem!important
    }

    .mx-lg-7 {
        margin-left: 3rem!important;
        margin-right: 3rem!important
    }

    .mx-lg-8 {
        margin-left: 4rem!important;
        margin-right: 4rem!important
    }

    .mx-lg-9 {
        margin-left: 5rem!important;
        margin-right: 5rem!important
    }

    .mx-lg-10 {
        margin-left: 6rem!important;
        margin-right: 6rem!important
    }

    .mx-lg-auto {
        margin-left: auto!important;
        margin-right: auto!important
    }

    .my-lg-0 {
        margin-bottom: 0!important;
        margin-top: 0!important
    }

    .my-lg-1 {
        margin-bottom: .25rem!important;
        margin-top: .25rem!important
    }

    .my-lg-2 {
        margin-bottom: .5rem!important;
        margin-top: .5rem!important
    }

    .my-lg-3 {
        margin-bottom: 1rem!important;
        margin-top: 1rem!important
    }

    .my-lg-4 {
        margin-bottom: 1.5rem!important;
        margin-top: 1.5rem!important
    }

    .my-lg-5 {
        margin-bottom: 2rem!important;
        margin-top: 2rem!important
    }

    .my-lg-6 {
        margin-bottom: 2.5rem!important;
        margin-top: 2.5rem!important
    }

    .my-lg-7 {
        margin-bottom: 3rem!important;
        margin-top: 3rem!important
    }

    .my-lg-8 {
        margin-bottom: 4rem!important;
        margin-top: 4rem!important
    }

    .my-lg-9 {
        margin-bottom: 5rem!important;
        margin-top: 5rem!important
    }

    .my-lg-10 {
        margin-bottom: 6rem!important;
        margin-top: 6rem!important
    }

    .my-lg-auto {
        margin-bottom: auto!important;
        margin-top: 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: 2rem!important
    }

    .mt-lg-6 {
        margin-top: 2.5rem!important
    }

    .mt-lg-7 {
        margin-top: 3rem!important
    }

    .mt-lg-8 {
        margin-top: 4rem!important
    }

    .mt-lg-9 {
        margin-top: 5rem!important
    }

    .mt-lg-10 {
        margin-top: 6rem!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: 2rem!important
    }

    .me-lg-6 {
        margin-right: 2.5rem!important
    }

    .me-lg-7 {
        margin-right: 3rem!important
    }

    .me-lg-8 {
        margin-right: 4rem!important
    }

    .me-lg-9 {
        margin-right: 5rem!important
    }

    .me-lg-10 {
        margin-right: 6rem!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: 2rem!important
    }

    .mb-lg-6 {
        margin-bottom: 2.5rem!important
    }

    .mb-lg-7 {
        margin-bottom: 3rem!important
    }

    .mb-lg-8 {
        margin-bottom: 4rem!important
    }

    .mb-lg-9 {
        margin-bottom: 5rem!important
    }

    .mb-lg-10 {
        margin-bottom: 6rem!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: 2rem!important
    }

    .ms-lg-6 {
        margin-left: 2.5rem!important
    }

    .ms-lg-7 {
        margin-left: 3rem!important
    }

    .ms-lg-8 {
        margin-left: 4rem!important
    }

    .ms-lg-9 {
        margin-left: 5rem!important
    }

    .ms-lg-10 {
        margin-left: 6rem!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: -2rem!important
    }

    .m-lg-n6 {
        margin: -2.5rem!important
    }

    .m-lg-n7 {
        margin: -3rem!important
    }

    .m-lg-n8 {
        margin: -4rem!important
    }

    .m-lg-n9 {
        margin: -5rem!important
    }

    .m-lg-n10 {
        margin: -6rem!important
    }

    .mx-lg-n1 {
        margin-left: -.25rem!important;
        margin-right: -.25rem!important
    }

    .mx-lg-n2 {
        margin-left: -.5rem!important;
        margin-right: -.5rem!important
    }

    .mx-lg-n3 {
        margin-left: -1rem!important;
        margin-right: -1rem!important
    }

    .mx-lg-n4 {
        margin-left: -1.5rem!important;
        margin-right: -1.5rem!important
    }

    .mx-lg-n5 {
        margin-left: -2rem!important;
        margin-right: -2rem!important
    }

    .mx-lg-n6 {
        margin-left: -2.5rem!important;
        margin-right: -2.5rem!important
    }

    .mx-lg-n7 {
        margin-left: -3rem!important;
        margin-right: -3rem!important
    }

    .mx-lg-n8 {
        margin-left: -4rem!important;
        margin-right: -4rem!important
    }

    .mx-lg-n9 {
        margin-left: -5rem!important;
        margin-right: -5rem!important
    }

    .mx-lg-n10 {
        margin-left: -6rem!important;
        margin-right: -6rem!important
    }

    .my-lg-n1 {
        margin-bottom: -.25rem!important;
        margin-top: -.25rem!important
    }

    .my-lg-n2 {
        margin-bottom: -.5rem!important;
        margin-top: -.5rem!important
    }

    .my-lg-n3 {
        margin-bottom: -1rem!important;
        margin-top: -1rem!important
    }

    .my-lg-n4 {
        margin-bottom: -1.5rem!important;
        margin-top: -1.5rem!important
    }

    .my-lg-n5 {
        margin-bottom: -2rem!important;
        margin-top: -2rem!important
    }

    .my-lg-n6 {
        margin-bottom: -2.5rem!important;
        margin-top: -2.5rem!important
    }

    .my-lg-n7 {
        margin-bottom: -3rem!important;
        margin-top: -3rem!important
    }

    .my-lg-n8 {
        margin-bottom: -4rem!important;
        margin-top: -4rem!important
    }

    .my-lg-n9 {
        margin-bottom: -5rem!important;
        margin-top: -5rem!important
    }

    .my-lg-n10 {
        margin-bottom: -6rem!important;
        margin-top: -6rem!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: -2rem!important
    }

    .mt-lg-n6 {
        margin-top: -2.5rem!important
    }

    .mt-lg-n7 {
        margin-top: -3rem!important
    }

    .mt-lg-n8 {
        margin-top: -4rem!important
    }

    .mt-lg-n9 {
        margin-top: -5rem!important
    }

    .mt-lg-n10 {
        margin-top: -6rem!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: -2rem!important
    }

    .me-lg-n6 {
        margin-right: -2.5rem!important
    }

    .me-lg-n7 {
        margin-right: -3rem!important
    }

    .me-lg-n8 {
        margin-right: -4rem!important
    }

    .me-lg-n9 {
        margin-right: -5rem!important
    }

    .me-lg-n10 {
        margin-right: -6rem!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: -2rem!important
    }

    .mb-lg-n6 {
        margin-bottom: -2.5rem!important
    }

    .mb-lg-n7 {
        margin-bottom: -3rem!important
    }

    .mb-lg-n8 {
        margin-bottom: -4rem!important
    }

    .mb-lg-n9 {
        margin-bottom: -5rem!important
    }

    .mb-lg-n10 {
        margin-bottom: -6rem!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: -2rem!important
    }

    .ms-lg-n6 {
        margin-left: -2.5rem!important
    }

    .ms-lg-n7 {
        margin-left: -3rem!important
    }

    .ms-lg-n8 {
        margin-left: -4rem!important
    }

    .ms-lg-n9 {
        margin-left: -5rem!important
    }

    .ms-lg-n10 {
        margin-left: -6rem!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: 2rem!important
    }

    .p-lg-6 {
        padding: 2.5rem!important
    }

    .p-lg-7 {
        padding: 3rem!important
    }

    .p-lg-8 {
        padding: 4rem!important
    }

    .p-lg-9 {
        padding: 5rem!important
    }

    .p-lg-10 {
        padding: 6rem!important
    }

    .px-lg-0 {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .px-lg-1 {
        padding-left: .25rem!important;
        padding-right: .25rem!important
    }

    .px-lg-2 {
        padding-left: .5rem!important;
        padding-right: .5rem!important
    }

    .px-lg-3 {
        padding-left: 1rem!important;
        padding-right: 1rem!important
    }

    .px-lg-4 {
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important
    }

    .px-lg-5 {
        padding-left: 2rem!important;
        padding-right: 2rem!important
    }

    .px-lg-6 {
        padding-left: 2.5rem!important;
        padding-right: 2.5rem!important
    }

    .px-lg-7 {
        padding-left: 3rem!important;
        padding-right: 3rem!important
    }

    .px-lg-8 {
        padding-left: 4rem!important;
        padding-right: 4rem!important
    }

    .px-lg-9 {
        padding-left: 5rem!important;
        padding-right: 5rem!important
    }

    .px-lg-10 {
        padding-left: 6rem!important;
        padding-right: 6rem!important
    }

    .py-lg-0 {
        padding-bottom: 0!important;
        padding-top: 0!important
    }

    .py-lg-1 {
        padding-bottom: .25rem!important;
        padding-top: .25rem!important
    }

    .py-lg-2 {
        padding-bottom: .5rem!important;
        padding-top: .5rem!important
    }

    .py-lg-3 {
        padding-bottom: 1rem!important;
        padding-top: 1rem!important
    }

    .py-lg-4 {
        padding-bottom: 1.5rem!important;
        padding-top: 1.5rem!important
    }

    .py-lg-5 {
        padding-bottom: 2rem!important;
        padding-top: 2rem!important
    }

    .py-lg-6 {
        padding-bottom: 2.5rem!important;
        padding-top: 2.5rem!important
    }

    .py-lg-7 {
        padding-bottom: 3rem!important;
        padding-top: 3rem!important
    }

    .py-lg-8 {
        padding-bottom: 4rem!important;
        padding-top: 4rem!important
    }

    .py-lg-9 {
        padding-bottom: 5rem!important;
        padding-top: 5rem!important
    }

    .py-lg-10 {
        padding-bottom: 6rem!important;
        padding-top: 6rem!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: 2rem!important
    }

    .pt-lg-6 {
        padding-top: 2.5rem!important
    }

    .pt-lg-7 {
        padding-top: 3rem!important
    }

    .pt-lg-8 {
        padding-top: 4rem!important
    }

    .pt-lg-9 {
        padding-top: 5rem!important
    }

    .pt-lg-10 {
        padding-top: 6rem!important
    }

    .pt-lg-150 {
        padding-top: 150px!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: 2rem!important
    }

    .pe-lg-6 {
        padding-right: 2.5rem!important
    }

    .pe-lg-7 {
        padding-right: 3rem!important
    }

    .pe-lg-8 {
        padding-right: 4rem!important
    }

    .pe-lg-9 {
        padding-right: 5rem!important
    }

    .pe-lg-10 {
        padding-right: 6rem!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: 2rem!important
    }

    .pb-lg-6 {
        padding-bottom: 2.5rem!important
    }

    .pb-lg-7 {
        padding-bottom: 3rem!important
    }

    .pb-lg-8 {
        padding-bottom: 4rem!important
    }

    .pb-lg-9 {
        padding-bottom: 5rem!important
    }

    .pb-lg-10 {
        padding-bottom: 6rem!important
    }

    .pb-lg-250 {
        padding-bottom: 250px!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: 2rem!important
    }

    .ps-lg-6 {
        padding-left: 2.5rem!important
    }

    .ps-lg-7 {
        padding-left: 3rem!important
    }

    .ps-lg-8 {
        padding-left: 4rem!important
    }

    .ps-lg-9 {
        padding-left: 5rem!important
    }

    .ps-lg-10 {
        padding-left: 6rem!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: 2rem!important
    }

    .gap-lg-6 {
        gap: 2.5rem!important
    }

    .gap-lg-7 {
        gap: 3rem!important
    }

    .gap-lg-8 {
        gap: 4rem!important
    }

    .gap-lg-9 {
        gap: 5rem!important
    }

    .gap-lg-10 {
        gap: 6rem!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: 2rem!important
    }

    .row-gap-lg-6 {
        row-gap: 2.5rem!important
    }

    .row-gap-lg-7 {
        row-gap: 3rem!important
    }

    .row-gap-lg-8 {
        row-gap: 4rem!important
    }

    .row-gap-lg-9 {
        row-gap: 5rem!important
    }

    .row-gap-lg-10 {
        row-gap: 6rem!important
    }

    .column-gap-lg-0 {
        -moz-column-gap: 0!important;
        column-gap: 0!important
    }

    .column-gap-lg-1 {
        -moz-column-gap: .25rem!important;
        column-gap: .25rem!important
    }

    .column-gap-lg-2 {
        -moz-column-gap: .5rem!important;
        column-gap: .5rem!important
    }

    .column-gap-lg-3 {
        -moz-column-gap: 1rem!important;
        column-gap: 1rem!important
    }

    .column-gap-lg-4 {
        -moz-column-gap: 1.5rem!important;
        column-gap: 1.5rem!important
    }

    .column-gap-lg-5 {
        -moz-column-gap: 2rem!important;
        column-gap: 2rem!important
    }

    .column-gap-lg-6 {
        -moz-column-gap: 2.5rem!important;
        column-gap: 2.5rem!important
    }

    .column-gap-lg-7 {
        -moz-column-gap: 3rem!important;
        column-gap: 3rem!important
    }

    .column-gap-lg-8 {
        -moz-column-gap: 4rem!important;
        column-gap: 4rem!important
    }

    .column-gap-lg-9 {
        -moz-column-gap: 5rem!important;
        column-gap: 5rem!important
    }

    .column-gap-lg-10 {
        -moz-column-gap: 6rem!important;
        column-gap: 6rem!important
    }

    .text-lg-start {
        text-align: left!important
    }

    .text-lg-end {
        text-align: right!important
    }

    .text-lg-center {
        text-align: center!important
    }

    .rounded-top-lg {
        border-top-left-radius: var(--bs-border-radius)!important;
        border-top-right-radius: var(--bs-border-radius)!important
    }

    .rounded-top-lg-0 {
        border-top-left-radius: 0!important;
        border-top-right-radius: 0!important
    }

    .rounded-top-lg-1 {
        border-top-left-radius: var(--bs-border-radius-sm)!important;
        border-top-right-radius: var(--bs-border-radius-sm)!important
    }

    .rounded-top-lg-2 {
        border-top-left-radius: var(--bs-border-radius)!important;
        border-top-right-radius: var(--bs-border-radius)!important
    }

    .rounded-top-lg-3 {
        border-top-left-radius: var(--bs-border-radius-lg)!important;
        border-top-right-radius: var(--bs-border-radius-lg)!important
    }

    .rounded-top-lg-4 {
        border-top-left-radius: var(--bs-border-radius-xl)!important;
        border-top-right-radius: var(--bs-border-radius-xl)!important
    }

    .rounded-top-lg-5 {
        border-top-left-radius: var(--bs-border-radius-xxl)!important;
        border-top-right-radius: var(--bs-border-radius-xxl)!important
    }

    .rounded-top-lg-circle {
        border-top-left-radius: 50%!important;
        border-top-right-radius: 50%!important
    }

    .rounded-top-lg-pill {
        border-top-left-radius: var(--bs-border-radius-pill)!important;
        border-top-right-radius: var(--bs-border-radius-pill)!important
    }

    .rounded-end-lg {
        border-bottom-right-radius: var(--bs-border-radius)!important;
        border-top-right-radius: var(--bs-border-radius)!important
    }

    .rounded-end-lg-0 {
        border-bottom-right-radius: 0!important;
        border-top-right-radius: 0!important
    }

    .rounded-end-lg-1 {
        border-bottom-right-radius: var(--bs-border-radius-sm)!important;
        border-top-right-radius: var(--bs-border-radius-sm)!important
    }

    .rounded-end-lg-2 {
        border-bottom-right-radius: var(--bs-border-radius)!important;
        border-top-right-radius: var(--bs-border-radius)!important
    }

    .rounded-end-lg-3 {
        border-bottom-right-radius: var(--bs-border-radius-lg)!important;
        border-top-right-radius: var(--bs-border-radius-lg)!important
    }

    .rounded-end-lg-4 {
        border-bottom-right-radius: var(--bs-border-radius-xl)!important;
        border-top-right-radius: var(--bs-border-radius-xl)!important
    }

    .rounded-end-lg-5 {
        border-bottom-right-radius: var(--bs-border-radius-xxl)!important;
        border-top-right-radius: var(--bs-border-radius-xxl)!important
    }

    .rounded-end-lg-circle {
        border-bottom-right-radius: 50%!important;
        border-top-right-radius: 50%!important
    }

    .rounded-end-lg-pill {
        border-bottom-right-radius: var(--bs-border-radius-pill)!important;
        border-top-right-radius: var(--bs-border-radius-pill)!important
    }

    .rounded-bottom-lg {
        border-bottom-left-radius: var(--bs-border-radius)!important;
        border-bottom-right-radius: var(--bs-border-radius)!important
    }

    .rounded-bottom-lg-0 {
        border-bottom-left-radius: 0!important;
        border-bottom-right-radius: 0!important
    }

    .rounded-bottom-lg-1 {
        border-bottom-left-radius: var(--bs-border-radius-sm)!important;
        border-bottom-right-radius: var(--bs-border-radius-sm)!important
    }

    .rounded-bottom-lg-2 {
        border-bottom-left-radius: var(--bs-border-radius)!important;
        border-bottom-right-radius: var(--bs-border-radius)!important
    }

    .rounded-bottom-lg-3 {
        border-bottom-left-radius: var(--bs-border-radius-lg)!important;
        border-bottom-right-radius: var(--bs-border-radius-lg)!important
    }

    .rounded-bottom-lg-4 {
        border-bottom-left-radius: var(--bs-border-radius-xl)!important;
        border-bottom-right-radius: var(--bs-border-radius-xl)!important
    }

    .rounded-bottom-lg-5 {
        border-bottom-left-radius: var(--bs-border-radius-xxl)!important;
        border-bottom-right-radius: var(--bs-border-radius-xxl)!important
    }

    .rounded-bottom-lg-circle {
        border-bottom-left-radius: 50%!important;
        border-bottom-right-radius: 50%!important
    }

    .rounded-bottom-lg-pill {
        border-bottom-left-radius: var(--bs-border-radius-pill)!important;
        border-bottom-right-radius: var(--bs-border-radius-pill)!important
    }

    .rounded-start-lg {
        border-bottom-left-radius: var(--bs-border-radius)!important;
        border-top-left-radius: var(--bs-border-radius)!important
    }

    .rounded-start-lg-0 {
        border-bottom-left-radius: 0!important;
        border-top-left-radius: 0!important
    }

    .rounded-start-lg-1 {
        border-bottom-left-radius: var(--bs-border-radius-sm)!important;
        border-top-left-radius: var(--bs-border-radius-sm)!important
    }

    .rounded-start-lg-2 {
        border-bottom-left-radius: var(--bs-border-radius)!important;
        border-top-left-radius: var(--bs-border-radius)!important
    }

    .rounded-start-lg-3 {
        border-bottom-left-radius: var(--bs-border-radius-lg)!important;
        border-top-left-radius: var(--bs-border-radius-lg)!important
    }

    .rounded-start-lg-4 {
        border-bottom-left-radius: var(--bs-border-radius-xl)!important;
        border-top-left-radius: var(--bs-border-radius-xl)!important
    }

    .rounded-start-lg-5 {
        border-bottom-left-radius: var(--bs-border-radius-xxl)!important;
        border-top-left-radius: var(--bs-border-radius-xxl)!important
    }

    .rounded-start-lg-circle {
        border-bottom-left-radius: 50%!important;
        border-top-left-radius: 50%!important
    }

    .rounded-start-lg-pill {
        border-bottom-left-radius: var(--bs-border-radius-pill)!important;
        border-top-left-radius: var(--bs-border-radius-pill)!important
    }
}

@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 {
        -o-object-fit: contain!important;
        object-fit: contain!important
    }

    .object-fit-xl-cover {
        -o-object-fit: cover!important;
        object-fit: cover!important
    }

    .object-fit-xl-fill {
        -o-object-fit: fill!important;
        object-fit: fill!important
    }

    .object-fit-xl-scale {
        -o-object-fit: scale-down!important;
        object-fit: scale-down!important
    }

    .object-fit-xl-none {
        -o-object-fit: none!important;
        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-inline-grid {
        display: inline-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
    }

    .position-xl-static {
        position: static!important
    }

    .position-xl-relative {
        position: relative!important
    }

    .position-xl-absolute {
        position: absolute!important
    }

    .position-xl-fixed {
        position: fixed!important
    }

    .position-xl-sticky {
        position: sticky!important
    }

    .top-xl-0 {
        top: 0!important
    }

    .top-xl-50 {
        top: 50%!important
    }

    .top-xl-100 {
        top: 100%!important
    }

    .bottom-xl-0 {
        bottom: 0!important
    }

    .bottom-xl-50 {
        bottom: 50%!important
    }

    .bottom-xl-100 {
        bottom: 100%!important
    }

    .start-xl-0 {
        left: 0!important
    }

    .start-xl-50 {
        left: 50%!important
    }

    .start-xl-100 {
        left: 100%!important
    }

    .translate-middle-xl {
        transform: translate(-50%,-50%)!important
    }

    .translate-middle-xl-x {
        transform: translateX(-50%)!important
    }

    .translate-middle-xl-y {
        transform: translateY(-50%)!important
    }

    .border-xl {
        border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
    }

    .border-xl-0 {
        border: 0!important
    }

    .border-top-xl {
        border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
    }

    .border-top-xl-0 {
        border-top: 0!important
    }

    .border-end-xl {
        border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
    }

    .border-end-xl-0 {
        border-right: 0!important
    }

    .border-bottom-xl {
        border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
    }

    .border-bottom-xl-0 {
        border-bottom: 0!important
    }

    .border-start-xl {
        border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
    }

    .border-start-xl-0 {
        border-left: 0!important
    }

    .border-xl-primary {
        --bs-border-opacity: 1;
        border-color: rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important
    }

    .border-xl-secondary {
        --bs-border-opacity: 1;
        border-color: rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important
    }

    .border-xl-success {
        --bs-border-opacity: 1;
        border-color: rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important
    }

    .border-xl-info {
        --bs-border-opacity: 1;
        border-color: rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important
    }

    .border-xl-warning {
        --bs-border-opacity: 1;
        border-color: rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important
    }

    .border-xl-danger {
        --bs-border-opacity: 1;
        border-color: rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important
    }

    .border-xl-light {
        --bs-border-opacity: 1;
        border-color: rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important
    }

    .border-xl-dark {
        --bs-border-opacity: 1;
        border-color: rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important
    }

    .border-xl-white {
        --bs-border-opacity: 1;
        border-color: rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important
    }

    .border-xl-black {
        --bs-border-opacity: 1;
        border-color: rgba(var(--bs-black-rgb),var(--bs-border-opacity))!important
    }

    .w-xl-25 {
        width: 25%!important
    }

    .w-xl-50 {
        width: 50%!important
    }

    .w-xl-75 {
        width: 75%!important
    }

    .w-xl-100 {
        width: 100%!important
    }

    .w-xl-auto {
        width: auto!important
    }

    .mw-xl-100 {
        max-width: 100%!important
    }

    .vw-xl-100 {
        width: 100vw!important
    }

    .min-vw-xl-100 {
        min-width: 100vw!important
    }

    .h-xl-25 {
        height: 25%!important
    }

    .h-xl-50 {
        height: 50%!important
    }

    .h-xl-75 {
        height: 75%!important
    }

    .h-xl-100 {
        height: 100%!important
    }

    .h-xl-auto {
        height: auto!important
    }

    .mh-xl-100 {
        max-height: 100%!important
    }

    .min-vh-xl-100 {
        min-height: 100vh!important
    }

    .flex-xl-fill {
        flex: 1 1 auto!important
    }

    .flex-xl-row {
        flex-direction: row!important
    }

    .flex-xl-column {
        flex-direction: column!important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-xl-grow-0 {
        flex-grow: 0!important
    }

    .flex-xl-grow-1 {
        flex-grow: 1!important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1!important
    }

    .flex-xl-wrap {
        flex-wrap: wrap!important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .justify-content-xl-start {
        justify-content: flex-start!important
    }

    .justify-content-xl-end {
        justify-content: flex-end!important
    }

    .justify-content-xl-center {
        justify-content: center!important
    }

    .justify-content-xl-between {
        justify-content: space-between!important
    }

    .justify-content-xl-around {
        justify-content: space-around!important
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly!important
    }

    .align-items-xl-start {
        align-items: flex-start!important
    }

    .align-items-xl-end {
        align-items: flex-end!important
    }

    .align-items-xl-center {
        align-items: center!important
    }

    .align-items-xl-baseline {
        align-items: baseline!important
    }

    .align-items-xl-stretch {
        align-items: stretch!important
    }

    .align-content-xl-start {
        align-content: flex-start!important
    }

    .align-content-xl-end {
        align-content: flex-end!important
    }

    .align-content-xl-center {
        align-content: center!important
    }

    .align-content-xl-between {
        align-content: space-between!important
    }

    .align-content-xl-around {
        align-content: space-around!important
    }

    .align-content-xl-stretch {
        align-content: stretch!important
    }

    .align-self-xl-auto {
        align-self: auto!important
    }

    .align-self-xl-start {
        align-self: flex-start!important
    }

    .align-self-xl-end {
        align-self: flex-end!important
    }

    .align-self-xl-center {
        align-self: center!important
    }

    .align-self-xl-baseline {
        align-self: baseline!important
    }

    .align-self-xl-stretch {
        align-self: stretch!important
    }

    .order-xl-first {
        order: -1!important
    }

    .order-xl-0 {
        order: 0!important
    }

    .order-xl-1 {
        order: 1!important
    }

    .order-xl-2 {
        order: 2!important
    }

    .order-xl-3 {
        order: 3!important
    }

    .order-xl-4 {
        order: 4!important
    }

    .order-xl-5 {
        order: 5!important
    }

    .order-xl-last {
        order: 6!important
    }

    .m-xl-0 {
        margin: 0!important
    }

    .m-xl-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: 2rem!important
    }

    .m-xl-6 {
        margin: 2.5rem!important
    }

    .m-xl-7 {
        margin: 3rem!important
    }

    .m-xl-8 {
        margin: 4rem!important
    }

    .m-xl-9 {
        margin: 5rem!important
    }

    .m-xl-10 {
        margin: 6rem!important
    }

    .m-xl-auto {
        margin: auto!important
    }

    .mx-xl-0 {
        margin-left: 0!important;
        margin-right: 0!important
    }

    .mx-xl-1 {
        margin-left: .25rem!important;
        margin-right: .25rem!important
    }

    .mx-xl-2 {
        margin-left: .5rem!important;
        margin-right: .5rem!important
    }

    .mx-xl-3 {
        margin-left: 1rem!important;
        margin-right: 1rem!important
    }

    .mx-xl-4 {
        margin-left: 1.5rem!important;
        margin-right: 1.5rem!important
    }

    .mx-xl-5 {
        margin-left: 2rem!important;
        margin-right: 2rem!important
    }

    .mx-xl-6 {
        margin-left: 2.5rem!important;
        margin-right: 2.5rem!important
    }

    .mx-xl-7 {
        margin-left: 3rem!important;
        margin-right: 3rem!important
    }

    .mx-xl-8 {
        margin-left: 4rem!important;
        margin-right: 4rem!important
    }

    .mx-xl-9 {
        margin-left: 5rem!important;
        margin-right: 5rem!important
    }

    .mx-xl-10 {
        margin-left: 6rem!important;
        margin-right: 6rem!important
    }

    .mx-xl-auto {
        margin-left: auto!important;
        margin-right: auto!important
    }

    .my-xl-0 {
        margin-bottom: 0!important;
        margin-top: 0!important
    }

    .my-xl-1 {
        margin-bottom: .25rem!important;
        margin-top: .25rem!important
    }

    .my-xl-2 {
        margin-bottom: .5rem!important;
        margin-top: .5rem!important
    }

    .my-xl-3 {
        margin-bottom: 1rem!important;
        margin-top: 1rem!important
    }

    .my-xl-4 {
        margin-bottom: 1.5rem!important;
        margin-top: 1.5rem!important
    }

    .my-xl-5 {
        margin-bottom: 2rem!important;
        margin-top: 2rem!important
    }

    .my-xl-6 {
        margin-bottom: 2.5rem!important;
        margin-top: 2.5rem!important
    }

    .my-xl-7 {
        margin-bottom: 3rem!important;
        margin-top: 3rem!important
    }

    .my-xl-8 {
        margin-bottom: 4rem!important;
        margin-top: 4rem!important
    }

    .my-xl-9 {
        margin-bottom: 5rem!important;
        margin-top: 5rem!important
    }

    .my-xl-10 {
        margin-bottom: 6rem!important;
        margin-top: 6rem!important
    }

    .my-xl-auto {
        margin-bottom: auto!important;
        margin-top: 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: 2rem!important
    }

    .mt-xl-6 {
        margin-top: 2.5rem!important
    }

    .mt-xl-7 {
        margin-top: 3rem!important
    }

    .mt-xl-8 {
        margin-top: 4rem!important
    }

    .mt-xl-9 {
        margin-top: 5rem!important
    }

    .mt-xl-10 {
        margin-top: 6rem!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: 2rem!important
    }

    .me-xl-6 {
        margin-right: 2.5rem!important
    }

    .me-xl-7 {
        margin-right: 3rem!important
    }

    .me-xl-8 {
        margin-right: 4rem!important
    }

    .me-xl-9 {
        margin-right: 5rem!important
    }

    .me-xl-10 {
        margin-right: 6rem!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: 2rem!important
    }

    .mb-xl-6 {
        margin-bottom: 2.5rem!important
    }

    .mb-xl-7 {
        margin-bottom: 3rem!important
    }

    .mb-xl-8 {
        margin-bottom: 4rem!important
    }

    .mb-xl-9 {
        margin-bottom: 5rem!important
    }

    .mb-xl-10 {
        margin-bottom: 6rem!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: 2rem!important
    }

    .ms-xl-6 {
        margin-left: 2.5rem!important
    }

    .ms-xl-7 {
        margin-left: 3rem!important
    }

    .ms-xl-8 {
        margin-left: 4rem!important
    }

    .ms-xl-9 {
        margin-left: 5rem!important
    }

    .ms-xl-10 {
        margin-left: 6rem!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: -2rem!important
    }

    .m-xl-n6 {
        margin: -2.5rem!important
    }

    .m-xl-n7 {
        margin: -3rem!important
    }

    .m-xl-n8 {
        margin: -4rem!important
    }

    .m-xl-n9 {
        margin: -5rem!important
    }

    .m-xl-n10 {
        margin: -6rem!important
    }

    .mx-xl-n1 {
        margin-left: -.25rem!important;
        margin-right: -.25rem!important
    }

    .mx-xl-n2 {
        margin-left: -.5rem!important;
        margin-right: -.5rem!important
    }

    .mx-xl-n3 {
        margin-left: -1rem!important;
        margin-right: -1rem!important
    }

    .mx-xl-n4 {
        margin-left: -1.5rem!important;
        margin-right: -1.5rem!important
    }

    .mx-xl-n5 {
        margin-left: -2rem!important;
        margin-right: -2rem!important
    }

    .mx-xl-n6 {
        margin-left: -2.5rem!important;
        margin-right: -2.5rem!important
    }

    .mx-xl-n7 {
        margin-left: -3rem!important;
        margin-right: -3rem!important
    }

    .mx-xl-n8 {
        margin-left: -4rem!important;
        margin-right: -4rem!important
    }

    .mx-xl-n9 {
        margin-left: -5rem!important;
        margin-right: -5rem!important
    }

    .mx-xl-n10 {
        margin-left: -6rem!important;
        margin-right: -6rem!important
    }

    .my-xl-n1 {
        margin-bottom: -.25rem!important;
        margin-top: -.25rem!important
    }

    .my-xl-n2 {
        margin-bottom: -.5rem!important;
        margin-top: -.5rem!important
    }

    .my-xl-n3 {
        margin-bottom: -1rem!important;
        margin-top: -1rem!important
    }

    .my-xl-n4 {
        margin-bottom: -1.5rem!important;
        margin-top: -1.5rem!important
    }

    .my-xl-n5 {
        margin-bottom: -2rem!important;
        margin-top: -2rem!important
    }

    .my-xl-n6 {
        margin-bottom: -2.5rem!important;
        margin-top: -2.5rem!important
    }

    .my-xl-n7 {
        margin-bottom: -3rem!important;
        margin-top: -3rem!important
    }

    .my-xl-n8 {
        margin-bottom: -4rem!important;
        margin-top: -4rem!important
    }

    .my-xl-n9 {
        margin-bottom: -5rem!important;
        margin-top: -5rem!important
    }

    .my-xl-n10 {
        margin-bottom: -6rem!important;
        margin-top: -6rem!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: -2rem!important
    }

    .mt-xl-n6 {
        margin-top: -2.5rem!important
    }

    .mt-xl-n7 {
        margin-top: -3rem!important
    }

    .mt-xl-n8 {
        margin-top: -4rem!important
    }

    .mt-xl-n9 {
        margin-top: -5rem!important
    }

    .mt-xl-n10 {
        margin-top: -6rem!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: -2rem!important
    }

    .me-xl-n6 {
        margin-right: -2.5rem!important
    }

    .me-xl-n7 {
        margin-right: -3rem!important
    }

    .me-xl-n8 {
        margin-right: -4rem!important
    }

    .me-xl-n9 {
        margin-right: -5rem!important
    }

    .me-xl-n10 {
        margin-right: -6rem!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: -2rem!important
    }

    .mb-xl-n6 {
        margin-bottom: -2.5rem!important
    }

    .mb-xl-n7 {
        margin-bottom: -3rem!important
    }

    .mb-xl-n8 {
        margin-bottom: -4rem!important
    }

    .mb-xl-n9 {
        margin-bottom: -5rem!important
    }

    .mb-xl-n10 {
        margin-bottom: -6rem!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: -2rem!important
    }

    .ms-xl-n6 {
        margin-left: -2.5rem!important
    }

    .ms-xl-n7 {
        margin-left: -3rem!important
    }

    .ms-xl-n8 {
        margin-left: -4rem!important
    }

    .ms-xl-n9 {
        margin-left: -5rem!important
    }

    .ms-xl-n10 {
        margin-left: -6rem!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: 2rem!important
    }

    .p-xl-6 {
        padding: 2.5rem!important
    }

    .p-xl-7 {
        padding: 3rem!important
    }

    .p-xl-8 {
        padding: 4rem!important
    }

    .p-xl-9 {
        padding: 5rem!important
    }

    .p-xl-10 {
        padding: 6rem!important
    }

    .px-xl-0 {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .px-xl-1 {
        padding-left: .25rem!important;
        padding-right: .25rem!important
    }

    .px-xl-2 {
        padding-left: .5rem!important;
        padding-right: .5rem!important
    }

    .px-xl-3 {
        padding-left: 1rem!important;
        padding-right: 1rem!important
    }

    .px-xl-4 {
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important
    }

    .px-xl-5 {
        padding-left: 2rem!important;
        padding-right: 2rem!important
    }

    .px-xl-6 {
        padding-left: 2.5rem!important;
        padding-right: 2.5rem!important
    }

    .px-xl-7 {
        padding-left: 3rem!important;
        padding-right: 3rem!important
    }

    .px-xl-8 {
        padding-left: 4rem!important;
        padding-right: 4rem!important
    }

    .px-xl-9 {
        padding-left: 5rem!important;
        padding-right: 5rem!important
    }

    .px-xl-10 {
        padding-left: 6rem!important;
        padding-right: 6rem!important
    }

    .py-xl-0 {
        padding-bottom: 0!important;
        padding-top: 0!important
    }

    .py-xl-1 {
        padding-bottom: .25rem!important;
        padding-top: .25rem!important
    }

    .py-xl-2 {
        padding-bottom: .5rem!important;
        padding-top: .5rem!important
    }

    .py-xl-3 {
        padding-bottom: 1rem!important;
        padding-top: 1rem!important
    }

    .py-xl-4 {
        padding-bottom: 1.5rem!important;
        padding-top: 1.5rem!important
    }

    .py-xl-5 {
        padding-bottom: 2rem!important;
        padding-top: 2rem!important
    }

    .py-xl-6 {
        padding-bottom: 2.5rem!important;
        padding-top: 2.5rem!important
    }

    .py-xl-7 {
        padding-bottom: 3rem!important;
        padding-top: 3rem!important
    }

    .py-xl-8 {
        padding-bottom: 4rem!important;
        padding-top: 4rem!important
    }

    .py-xl-9 {
        padding-bottom: 5rem!important;
        padding-top: 5rem!important
    }

    .py-xl-10 {
        padding-bottom: 6rem!important;
        padding-top: 6rem!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: 2rem!important
    }

    .pt-xl-6 {
        padding-top: 2.5rem!important
    }

    .pt-xl-7 {
        padding-top: 3rem!important
    }

    .pt-xl-8 {
        padding-top: 4rem!important
    }

    .pt-xl-9 {
        padding-top: 5rem!important
    }

    .pt-xl-10 {
        padding-top: 6rem!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: 2rem!important
    }

    .pe-xl-6 {
        padding-right: 2.5rem!important
    }

    .pe-xl-7 {
        padding-right: 3rem!important
    }

    .pe-xl-8 {
        padding-right: 4rem!important
    }

    .pe-xl-9 {
        padding-right: 5rem!important
    }

    .pe-xl-10 {
        padding-right: 6rem!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: 2rem!important
    }

    .pb-xl-6 {
        padding-bottom: 2.5rem!important
    }

    .pb-xl-7 {
        padding-bottom: 3rem!important
    }

    .pb-xl-8 {
        padding-bottom: 4rem!important
    }

    .pb-xl-9 {
        padding-bottom: 5rem!important
    }

    .pb-xl-10 {
        padding-bottom: 6rem!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: 2rem!important
    }

    .ps-xl-6 {
        padding-left: 2.5rem!important
    }

    .ps-xl-7 {
        padding-left: 3rem!important
    }

    .ps-xl-8 {
        padding-left: 4rem!important
    }

    .ps-xl-9 {
        padding-left: 5rem!important
    }

    .ps-xl-10 {
        padding-left: 6rem!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: 2rem!important
    }

    .gap-xl-6 {
        gap: 2.5rem!important
    }

    .gap-xl-7 {
        gap: 3rem!important
    }

    .gap-xl-8 {
        gap: 4rem!important
    }

    .gap-xl-9 {
        gap: 5rem!important
    }

    .gap-xl-10 {
        gap: 6rem!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: 2rem!important
    }

    .row-gap-xl-6 {
        row-gap: 2.5rem!important
    }

    .row-gap-xl-7 {
        row-gap: 3rem!important
    }

    .row-gap-xl-8 {
        row-gap: 4rem!important
    }

    .row-gap-xl-9 {
        row-gap: 5rem!important
    }

    .row-gap-xl-10 {
        row-gap: 6rem!important
    }

    .column-gap-xl-0 {
        -moz-column-gap: 0!important;
        column-gap: 0!important
    }

    .column-gap-xl-1 {
        -moz-column-gap: .25rem!important;
        column-gap: .25rem!important
    }

    .column-gap-xl-2 {
        -moz-column-gap: .5rem!important;
        column-gap: .5rem!important
    }

    .column-gap-xl-3 {
        -moz-column-gap: 1rem!important;
        column-gap: 1rem!important
    }

    .column-gap-xl-4 {
        -moz-column-gap: 1.5rem!important;
        column-gap: 1.5rem!important
    }

    .column-gap-xl-5 {
        -moz-column-gap: 2rem!important;
        column-gap: 2rem!important
    }

    .column-gap-xl-6 {
        -moz-column-gap: 2.5rem!important;
        column-gap: 2.5rem!important
    }

    .column-gap-xl-7 {
        -moz-column-gap: 3rem!important;
        column-gap: 3rem!important
    }

    .column-gap-xl-8 {
        -moz-column-gap: 4rem!important;
        column-gap: 4rem!important
    }

    .column-gap-xl-9 {
        -moz-column-gap: 5rem!important;
        column-gap: 5rem!important
    }

    .column-gap-xl-10 {
        -moz-column-gap: 6rem!important;
        column-gap: 6rem!important
    }

    .text-xl-start {
        text-align: left!important
    }

    .text-xl-end {
        text-align: right!important
    }

    .text-xl-center {
        text-align: center!important
    }

    .rounded-top-xl {
        border-top-left-radius: var(--bs-border-radius)!important;
        border-top-right-radius: var(--bs-border-radius)!important
    }

    .rounded-top-xl-0 {
        border-top-left-radius: 0!important;
        border-top-right-radius: 0!important
    }

    .rounded-top-xl-1 {
        border-top-left-radius: var(--bs-border-radius-sm)!important;
        border-top-right-radius: var(--bs-border-radius-sm)!important
    }

    .rounded-top-xl-2 {
        border-top-left-radius: var(--bs-border-radius)!important;
        border-top-right-radius: var(--bs-border-radius)!important
    }

    .rounded-top-xl-3 {
        border-top-left-radius: var(--bs-border-radius-lg)!important;
        border-top-right-radius: var(--bs-border-radius-lg)!important
    }

    .rounded-top-xl-4 {
        border-top-left-radius: var(--bs-border-radius-xl)!important;
        border-top-right-radius: var(--bs-border-radius-xl)!important
    }

    .rounded-top-xl-5 {
        border-top-left-radius: var(--bs-border-radius-xxl)!important;
        border-top-right-radius: var(--bs-border-radius-xxl)!important
    }

    .rounded-top-xl-circle {
        border-top-left-radius: 50%!important;
        border-top-right-radius: 50%!important
    }

    .rounded-top-xl-pill {
        border-top-left-radius: var(--bs-border-radius-pill)!important;
        border-top-right-radius: var(--bs-border-radius-pill)!important
    }

    .rounded-end-xl {
        border-bottom-right-radius: var(--bs-border-radius)!important;
        border-top-right-radius: var(--bs-border-radius)!important
    }

    .rounded-end-xl-0 {
        border-bottom-right-radius: 0!important;
        border-top-right-radius: 0!important
    }

    .rounded-end-xl-1 {
        border-bottom-right-radius: var(--bs-border-radius-sm)!important;
        border-top-right-radius: var(--bs-border-radius-sm)!important
    }

    .rounded-end-xl-2 {
        border-bottom-right-radius: var(--bs-border-radius)!important;
        border-top-right-radius: var(--bs-border-radius)!important
    }

    .rounded-end-xl-3 {
        border-bottom-right-radius: var(--bs-border-radius-lg)!important;
        border-top-right-radius: var(--bs-border-radius-lg)!important
    }

    .rounded-end-xl-4 {
        border-bottom-right-radius: var(--bs-border-radius-xl)!important;
        border-top-right-radius: var(--bs-border-radius-xl)!important
    }

    .rounded-end-xl-5 {
        border-bottom-right-radius: var(--bs-border-radius-xxl)!important;
        border-top-right-radius: var(--bs-border-radius-xxl)!important
    }

    .rounded-end-xl-circle {
        border-bottom-right-radius: 50%!important;
        border-top-right-radius: 50%!important
    }

    .rounded-end-xl-pill {
        border-bottom-right-radius: var(--bs-border-radius-pill)!important;
        border-top-right-radius: var(--bs-border-radius-pill)!important
    }

    .rounded-bottom-xl {
        border-bottom-left-radius: var(--bs-border-radius)!important;
        border-bottom-right-radius: var(--bs-border-radius)!important
    }

    .rounded-bottom-xl-0 {
        border-bottom-left-radius: 0!important;
        border-bottom-right-radius: 0!important
    }

    .rounded-bottom-xl-1 {
        border-bottom-left-radius: var(--bs-border-radius-sm)!important;
        border-bottom-right-radius: var(--bs-border-radius-sm)!important
    }

    .rounded-bottom-xl-2 {
        border-bottom-left-radius: var(--bs-border-radius)!important;
        border-bottom-right-radius: var(--bs-border-radius)!important
    }

    .rounded-bottom-xl-3 {
        border-bottom-left-radius: var(--bs-border-radius-lg)!important;
        border-bottom-right-radius: var(--bs-border-radius-lg)!important
    }

    .rounded-bottom-xl-4 {
        border-bottom-left-radius: var(--bs-border-radius-xl)!important;
        border-bottom-right-radius: var(--bs-border-radius-xl)!important
    }

    .rounded-bottom-xl-5 {
        border-bottom-left-radius: var(--bs-border-radius-xxl)!important;
        border-bottom-right-radius: var(--bs-border-radius-xxl)!important
    }

    .rounded-bottom-xl-circle {
        border-bottom-left-radius: 50%!important;
        border-bottom-right-radius: 50%!important
    }

    .rounded-bottom-xl-pill {
        border-bottom-left-radius: var(--bs-border-radius-pill)!important;
        border-bottom-right-radius: var(--bs-border-radius-pill)!important
    }

    .rounded-start-xl {
        border-bottom-left-radius: var(--bs-border-radius)!important;
        border-top-left-radius: var(--bs-border-radius)!important
    }

    .rounded-start-xl-0 {
        border-bottom-left-radius: 0!important;
        border-top-left-radius: 0!important
    }

    .rounded-start-xl-1 {
        border-bottom-left-radius: var(--bs-border-radius-sm)!important;
        border-top-left-radius: var(--bs-border-radius-sm)!important
    }

    .rounded-start-xl-2 {
        border-bottom-left-radius: var(--bs-border-radius)!important;
        border-top-left-radius: var(--bs-border-radius)!important
    }

    .rounded-start-xl-3 {
        border-bottom-left-radius: var(--bs-border-radius-lg)!important;
        border-top-left-radius: var(--bs-border-radius-lg)!important
    }

    .rounded-start-xl-4 {
        border-bottom-left-radius: var(--bs-border-radius-xl)!important;
        border-top-left-radius: var(--bs-border-radius-xl)!important
    }

    .rounded-start-xl-5 {
        border-bottom-left-radius: var(--bs-border-radius-xxl)!important;
        border-top-left-radius: var(--bs-border-radius-xxl)!important
    }

    .rounded-start-xl-circle {
        border-bottom-left-radius: 50%!important;
        border-top-left-radius: 50%!important
    }

    .rounded-start-xl-pill {
        border-bottom-left-radius: var(--bs-border-radius-pill)!important;
        border-top-left-radius: var(--bs-border-radius-pill)!important
    }
}

@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 {
        -o-object-fit: contain!important;
        object-fit: contain!important
    }

    .object-fit-xxl-cover {
        -o-object-fit: cover!important;
        object-fit: cover!important
    }

    .object-fit-xxl-fill {
        -o-object-fit: fill!important;
        object-fit: fill!important
    }

    .object-fit-xxl-scale {
        -o-object-fit: scale-down!important;
        object-fit: scale-down!important
    }

    .object-fit-xxl-none {
        -o-object-fit: none!important;
        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-inline-grid {
        display: inline-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
    }

    .position-xxl-static {
        position: static!important
    }

    .position-xxl-relative {
        position: relative!important
    }

    .position-xxl-absolute {
        position: absolute!important
    }

    .position-xxl-fixed {
        position: fixed!important
    }

    .position-xxl-sticky {
        position: sticky!important
    }

    .top-xxl-0 {
        top: 0!important
    }

    .top-xxl-50 {
        top: 50%!important
    }

    .top-xxl-100 {
        top: 100%!important
    }

    .bottom-xxl-0 {
        bottom: 0!important
    }

    .bottom-xxl-50 {
        bottom: 50%!important
    }

    .bottom-xxl-100 {
        bottom: 100%!important
    }

    .start-xxl-0 {
        left: 0!important
    }

    .start-xxl-50 {
        left: 50%!important
    }

    .start-xxl-100 {
        left: 100%!important
    }

    .translate-middle-xxl {
        transform: translate(-50%,-50%)!important
    }

    .translate-middle-xxl-x {
        transform: translateX(-50%)!important
    }

    .translate-middle-xxl-y {
        transform: translateY(-50%)!important
    }

    .border-xxl {
        border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
    }

    .border-xxl-0 {
        border: 0!important
    }

    .border-top-xxl {
        border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
    }

    .border-top-xxl-0 {
        border-top: 0!important
    }

    .border-end-xxl {
        border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
    }

    .border-end-xxl-0 {
        border-right: 0!important
    }

    .border-bottom-xxl {
        border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
    }

    .border-bottom-xxl-0 {
        border-bottom: 0!important
    }

    .border-start-xxl {
        border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
    }

    .border-start-xxl-0 {
        border-left: 0!important
    }

    .border-xxl-primary {
        --bs-border-opacity: 1;
        border-color: rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important
    }

    .border-xxl-secondary {
        --bs-border-opacity: 1;
        border-color: rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important
    }

    .border-xxl-success {
        --bs-border-opacity: 1;
        border-color: rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important
    }

    .border-xxl-info {
        --bs-border-opacity: 1;
        border-color: rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important
    }

    .border-xxl-warning {
        --bs-border-opacity: 1;
        border-color: rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important
    }

    .border-xxl-danger {
        --bs-border-opacity: 1;
        border-color: rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important
    }

    .border-xxl-light {
        --bs-border-opacity: 1;
        border-color: rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important
    }

    .border-xxl-dark {
        --bs-border-opacity: 1;
        border-color: rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important
    }

    .border-xxl-white {
        --bs-border-opacity: 1;
        border-color: rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important
    }

    .border-xxl-black {
        --bs-border-opacity: 1;
        border-color: rgba(var(--bs-black-rgb),var(--bs-border-opacity))!important
    }

    .w-xxl-25 {
        width: 25%!important
    }

    .w-xxl-50 {
        width: 50%!important
    }

    .w-xxl-75 {
        width: 75%!important
    }

    .w-xxl-100 {
        width: 100%!important
    }

    .w-xxl-auto {
        width: auto!important
    }

    .mw-xxl-100 {
        max-width: 100%!important
    }

    .vw-xxl-100 {
        width: 100vw!important
    }

    .min-vw-xxl-100 {
        min-width: 100vw!important
    }

    .h-xxl-25 {
        height: 25%!important
    }

    .h-xxl-50 {
        height: 50%!important
    }

    .h-xxl-75 {
        height: 75%!important
    }

    .h-xxl-100 {
        height: 100%!important
    }

    .h-xxl-auto {
        height: auto!important
    }

    .mh-xxl-100 {
        max-height: 100%!important
    }

    .min-vh-xxl-100 {
        min-height: 100vh!important
    }

    .flex-xxl-fill {
        flex: 1 1 auto!important
    }

    .flex-xxl-row {
        flex-direction: row!important
    }

    .flex-xxl-column {
        flex-direction: column!important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0!important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1!important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1!important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap!important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .justify-content-xxl-start {
        justify-content: flex-start!important
    }

    .justify-content-xxl-end {
        justify-content: flex-end!important
    }

    .justify-content-xxl-center {
        justify-content: center!important
    }

    .justify-content-xxl-between {
        justify-content: space-between!important
    }

    .justify-content-xxl-around {
        justify-content: space-around!important
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly!important
    }

    .align-items-xxl-start {
        align-items: flex-start!important
    }

    .align-items-xxl-end {
        align-items: flex-end!important
    }

    .align-items-xxl-center {
        align-items: center!important
    }

    .align-items-xxl-baseline {
        align-items: baseline!important
    }

    .align-items-xxl-stretch {
        align-items: stretch!important
    }

    .align-content-xxl-start {
        align-content: flex-start!important
    }

    .align-content-xxl-end {
        align-content: flex-end!important
    }

    .align-content-xxl-center {
        align-content: center!important
    }

    .align-content-xxl-between {
        align-content: space-between!important
    }

    .align-content-xxl-around {
        align-content: space-around!important
    }

    .align-content-xxl-stretch {
        align-content: stretch!important
    }

    .align-self-xxl-auto {
        align-self: auto!important
    }

    .align-self-xxl-start {
        align-self: flex-start!important
    }

    .align-self-xxl-end {
        align-self: flex-end!important
    }

    .align-self-xxl-center {
        align-self: center!important
    }

    .align-self-xxl-baseline {
        align-self: baseline!important
    }

    .align-self-xxl-stretch {
        align-self: stretch!important
    }

    .order-xxl-first {
        order: -1!important
    }

    .order-xxl-0 {
        order: 0!important
    }

    .order-xxl-1 {
        order: 1!important
    }

    .order-xxl-2 {
        order: 2!important
    }

    .order-xxl-3 {
        order: 3!important
    }

    .order-xxl-4 {
        order: 4!important
    }

    .order-xxl-5 {
        order: 5!important
    }

    .order-xxl-last {
        order: 6!important
    }

    .m-xxl-0 {
        margin: 0!important
    }

    .m-xxl-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: 2rem!important
    }

    .m-xxl-6 {
        margin: 2.5rem!important
    }

    .m-xxl-7 {
        margin: 3rem!important
    }

    .m-xxl-8 {
        margin: 4rem!important
    }

    .m-xxl-9 {
        margin: 5rem!important
    }

    .m-xxl-10 {
        margin: 6rem!important
    }

    .m-xxl-auto {
        margin: auto!important
    }

    .mx-xxl-0 {
        margin-left: 0!important;
        margin-right: 0!important
    }

    .mx-xxl-1 {
        margin-left: .25rem!important;
        margin-right: .25rem!important
    }

    .mx-xxl-2 {
        margin-left: .5rem!important;
        margin-right: .5rem!important
    }

    .mx-xxl-3 {
        margin-left: 1rem!important;
        margin-right: 1rem!important
    }

    .mx-xxl-4 {
        margin-left: 1.5rem!important;
        margin-right: 1.5rem!important
    }

    .mx-xxl-5 {
        margin-left: 2rem!important;
        margin-right: 2rem!important
    }

    .mx-xxl-6 {
        margin-left: 2.5rem!important;
        margin-right: 2.5rem!important
    }

    .mx-xxl-7 {
        margin-left: 3rem!important;
        margin-right: 3rem!important
    }

    .mx-xxl-8 {
        margin-left: 4rem!important;
        margin-right: 4rem!important
    }

    .mx-xxl-9 {
        margin-left: 5rem!important;
        margin-right: 5rem!important
    }

    .mx-xxl-10 {
        margin-left: 6rem!important;
        margin-right: 6rem!important
    }

    .mx-xxl-auto {
        margin-left: auto!important;
        margin-right: auto!important
    }

    .my-xxl-0 {
        margin-bottom: 0!important;
        margin-top: 0!important
    }

    .my-xxl-1 {
        margin-bottom: .25rem!important;
        margin-top: .25rem!important
    }

    .my-xxl-2 {
        margin-bottom: .5rem!important;
        margin-top: .5rem!important
    }

    .my-xxl-3 {
        margin-bottom: 1rem!important;
        margin-top: 1rem!important
    }

    .my-xxl-4 {
        margin-bottom: 1.5rem!important;
        margin-top: 1.5rem!important
    }

    .my-xxl-5 {
        margin-bottom: 2rem!important;
        margin-top: 2rem!important
    }

    .my-xxl-6 {
        margin-bottom: 2.5rem!important;
        margin-top: 2.5rem!important
    }

    .my-xxl-7 {
        margin-bottom: 3rem!important;
        margin-top: 3rem!important
    }

    .my-xxl-8 {
        margin-bottom: 4rem!important;
        margin-top: 4rem!important
    }

    .my-xxl-9 {
        margin-bottom: 5rem!important;
        margin-top: 5rem!important
    }

    .my-xxl-10 {
        margin-bottom: 6rem!important;
        margin-top: 6rem!important
    }

    .my-xxl-auto {
        margin-bottom: auto!important;
        margin-top: 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: 2rem!important
    }

    .mt-xxl-6 {
        margin-top: 2.5rem!important
    }

    .mt-xxl-7 {
        margin-top: 3rem!important
    }

    .mt-xxl-8 {
        margin-top: 4rem!important
    }

    .mt-xxl-9 {
        margin-top: 5rem!important
    }

    .mt-xxl-10 {
        margin-top: 6rem!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: 2rem!important
    }

    .me-xxl-6 {
        margin-right: 2.5rem!important
    }

    .me-xxl-7 {
        margin-right: 3rem!important
    }

    .me-xxl-8 {
        margin-right: 4rem!important
    }

    .me-xxl-9 {
        margin-right: 5rem!important
    }

    .me-xxl-10 {
        margin-right: 6rem!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: 2rem!important
    }

    .mb-xxl-6 {
        margin-bottom: 2.5rem!important
    }

    .mb-xxl-7 {
        margin-bottom: 3rem!important
    }

    .mb-xxl-8 {
        margin-bottom: 4rem!important
    }

    .mb-xxl-9 {
        margin-bottom: 5rem!important
    }

    .mb-xxl-10 {
        margin-bottom: 6rem!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: 2rem!important
    }

    .ms-xxl-6 {
        margin-left: 2.5rem!important
    }

    .ms-xxl-7 {
        margin-left: 3rem!important
    }

    .ms-xxl-8 {
        margin-left: 4rem!important
    }

    .ms-xxl-9 {
        margin-left: 5rem!important
    }

    .ms-xxl-10 {
        margin-left: 6rem!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: -2rem!important
    }

    .m-xxl-n6 {
        margin: -2.5rem!important
    }

    .m-xxl-n7 {
        margin: -3rem!important
    }

    .m-xxl-n8 {
        margin: -4rem!important
    }

    .m-xxl-n9 {
        margin: -5rem!important
    }

    .m-xxl-n10 {
        margin: -6rem!important
    }

    .mx-xxl-n1 {
        margin-left: -.25rem!important;
        margin-right: -.25rem!important
    }

    .mx-xxl-n2 {
        margin-left: -.5rem!important;
        margin-right: -.5rem!important
    }

    .mx-xxl-n3 {
        margin-left: -1rem!important;
        margin-right: -1rem!important
    }

    .mx-xxl-n4 {
        margin-left: -1.5rem!important;
        margin-right: -1.5rem!important
    }

    .mx-xxl-n5 {
        margin-left: -2rem!important;
        margin-right: -2rem!important
    }

    .mx-xxl-n6 {
        margin-left: -2.5rem!important;
        margin-right: -2.5rem!important
    }

    .mx-xxl-n7 {
        margin-left: -3rem!important;
        margin-right: -3rem!important
    }

    .mx-xxl-n8 {
        margin-left: -4rem!important;
        margin-right: -4rem!important
    }

    .mx-xxl-n9 {
        margin-left: -5rem!important;
        margin-right: -5rem!important
    }

    .mx-xxl-n10 {
        margin-left: -6rem!important;
        margin-right: -6rem!important
    }

    .my-xxl-n1 {
        margin-bottom: -.25rem!important;
        margin-top: -.25rem!important
    }

    .my-xxl-n2 {
        margin-bottom: -.5rem!important;
        margin-top: -.5rem!important
    }

    .my-xxl-n3 {
        margin-bottom: -1rem!important;
        margin-top: -1rem!important
    }

    .my-xxl-n4 {
        margin-bottom: -1.5rem!important;
        margin-top: -1.5rem!important
    }

    .my-xxl-n5 {
        margin-bottom: -2rem!important;
        margin-top: -2rem!important
    }

    .my-xxl-n6 {
        margin-bottom: -2.5rem!important;
        margin-top: -2.5rem!important
    }

    .my-xxl-n7 {
        margin-bottom: -3rem!important;
        margin-top: -3rem!important
    }

    .my-xxl-n8 {
        margin-bottom: -4rem!important;
        margin-top: -4rem!important
    }

    .my-xxl-n9 {
        margin-bottom: -5rem!important;
        margin-top: -5rem!important
    }

    .my-xxl-n10 {
        margin-bottom: -6rem!important;
        margin-top: -6rem!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: -2rem!important
    }

    .mt-xxl-n6 {
        margin-top: -2.5rem!important
    }

    .mt-xxl-n7 {
        margin-top: -3rem!important
    }

    .mt-xxl-n8 {
        margin-top: -4rem!important
    }

    .mt-xxl-n9 {
        margin-top: -5rem!important
    }

    .mt-xxl-n10 {
        margin-top: -6rem!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: -2rem!important
    }

    .me-xxl-n6 {
        margin-right: -2.5rem!important
    }

    .me-xxl-n7 {
        margin-right: -3rem!important
    }

    .me-xxl-n8 {
        margin-right: -4rem!important
    }

    .me-xxl-n9 {
        margin-right: -5rem!important
    }

    .me-xxl-n10 {
        margin-right: -6rem!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: -2rem!important
    }

    .mb-xxl-n6 {
        margin-bottom: -2.5rem!important
    }

    .mb-xxl-n7 {
        margin-bottom: -3rem!important
    }

    .mb-xxl-n8 {
        margin-bottom: -4rem!important
    }

    .mb-xxl-n9 {
        margin-bottom: -5rem!important
    }

    .mb-xxl-n10 {
        margin-bottom: -6rem!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: -2rem!important
    }

    .ms-xxl-n6 {
        margin-left: -2.5rem!important
    }

    .ms-xxl-n7 {
        margin-left: -3rem!important
    }

    .ms-xxl-n8 {
        margin-left: -4rem!important
    }

    .ms-xxl-n9 {
        margin-left: -5rem!important
    }

    .ms-xxl-n10 {
        margin-left: -6rem!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: 2rem!important
    }

    .p-xxl-6 {
        padding: 2.5rem!important
    }

    .p-xxl-7 {
        padding: 3rem!important
    }

    .p-xxl-8 {
        padding: 4rem!important
    }

    .p-xxl-9 {
        padding: 5rem!important
    }

    .p-xxl-10 {
        padding: 6rem!important
    }

    .px-xxl-0 {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .px-xxl-1 {
        padding-left: .25rem!important;
        padding-right: .25rem!important
    }

    .px-xxl-2 {
        padding-left: .5rem!important;
        padding-right: .5rem!important
    }

    .px-xxl-3 {
        padding-left: 1rem!important;
        padding-right: 1rem!important
    }

    .px-xxl-4 {
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important
    }

    .px-xxl-5 {
        padding-left: 2rem!important;
        padding-right: 2rem!important
    }

    .px-xxl-6 {
        padding-left: 2.5rem!important;
        padding-right: 2.5rem!important
    }

    .px-xxl-7 {
        padding-left: 3rem!important;
        padding-right: 3rem!important
    }

    .px-xxl-8 {
        padding-left: 4rem!important;
        padding-right: 4rem!important
    }

    .px-xxl-9 {
        padding-left: 5rem!important;
        padding-right: 5rem!important
    }

    .px-xxl-10 {
        padding-left: 6rem!important;
        padding-right: 6rem!important
    }

    .py-xxl-0 {
        padding-bottom: 0!important;
        padding-top: 0!important
    }

    .py-xxl-1 {
        padding-bottom: .25rem!important;
        padding-top: .25rem!important
    }

    .py-xxl-2 {
        padding-bottom: .5rem!important;
        padding-top: .5rem!important
    }

    .py-xxl-3 {
        padding-bottom: 1rem!important;
        padding-top: 1rem!important
    }

    .py-xxl-4 {
        padding-bottom: 1.5rem!important;
        padding-top: 1.5rem!important
    }

    .py-xxl-5 {
        padding-bottom: 2rem!important;
        padding-top: 2rem!important
    }

    .py-xxl-6 {
        padding-bottom: 2.5rem!important;
        padding-top: 2.5rem!important
    }

    .py-xxl-7 {
        padding-bottom: 3rem!important;
        padding-top: 3rem!important
    }

    .py-xxl-8 {
        padding-bottom: 4rem!important;
        padding-top: 4rem!important
    }

    .py-xxl-9 {
        padding-bottom: 5rem!important;
        padding-top: 5rem!important
    }

    .py-xxl-10 {
        padding-bottom: 6rem!important;
        padding-top: 6rem!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: 2rem!important
    }

    .pt-xxl-6 {
        padding-top: 2.5rem!important
    }

    .pt-xxl-7 {
        padding-top: 3rem!important
    }

    .pt-xxl-8 {
        padding-top: 4rem!important
    }

    .pt-xxl-9 {
        padding-top: 5rem!important
    }

    .pt-xxl-10 {
        padding-top: 6rem!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: 2rem!important
    }

    .pe-xxl-6 {
        padding-right: 2.5rem!important
    }

    .pe-xxl-7 {
        padding-right: 3rem!important
    }

    .pe-xxl-8 {
        padding-right: 4rem!important
    }

    .pe-xxl-9 {
        padding-right: 5rem!important
    }

    .pe-xxl-10 {
        padding-right: 6rem!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: 2rem!important
    }

    .pb-xxl-6 {
        padding-bottom: 2.5rem!important
    }

    .pb-xxl-7 {
        padding-bottom: 3rem!important
    }

    .pb-xxl-8 {
        padding-bottom: 4rem!important
    }

    .pb-xxl-9 {
        padding-bottom: 5rem!important
    }

    .pb-xxl-10 {
        padding-bottom: 6rem!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: 2rem!important
    }

    .ps-xxl-6 {
        padding-left: 2.5rem!important
    }

    .ps-xxl-7 {
        padding-left: 3rem!important
    }

    .ps-xxl-8 {
        padding-left: 4rem!important
    }

    .ps-xxl-9 {
        padding-left: 5rem!important
    }

    .ps-xxl-10 {
        padding-left: 6rem!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: 2rem!important
    }

    .gap-xxl-6 {
        gap: 2.5rem!important
    }

    .gap-xxl-7 {
        gap: 3rem!important
    }

    .gap-xxl-8 {
        gap: 4rem!important
    }

    .gap-xxl-9 {
        gap: 5rem!important
    }

    .gap-xxl-10 {
        gap: 6rem!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: 2rem!important
    }

    .row-gap-xxl-6 {
        row-gap: 2.5rem!important
    }

    .row-gap-xxl-7 {
        row-gap: 3rem!important
    }

    .row-gap-xxl-8 {
        row-gap: 4rem!important
    }

    .row-gap-xxl-9 {
        row-gap: 5rem!important
    }

    .row-gap-xxl-10 {
        row-gap: 6rem!important
    }

    .column-gap-xxl-0 {
        -moz-column-gap: 0!important;
        column-gap: 0!important
    }

    .column-gap-xxl-1 {
        -moz-column-gap: .25rem!important;
        column-gap: .25rem!important
    }

    .column-gap-xxl-2 {
        -moz-column-gap: .5rem!important;
        column-gap: .5rem!important
    }

    .column-gap-xxl-3 {
        -moz-column-gap: 1rem!important;
        column-gap: 1rem!important
    }

    .column-gap-xxl-4 {
        -moz-column-gap: 1.5rem!important;
        column-gap: 1.5rem!important
    }

    .column-gap-xxl-5 {
        -moz-column-gap: 2rem!important;
        column-gap: 2rem!important
    }

    .column-gap-xxl-6 {
        -moz-column-gap: 2.5rem!important;
        column-gap: 2.5rem!important
    }

    .column-gap-xxl-7 {
        -moz-column-gap: 3rem!important;
        column-gap: 3rem!important
    }

    .column-gap-xxl-8 {
        -moz-column-gap: 4rem!important;
        column-gap: 4rem!important
    }

    .column-gap-xxl-9 {
        -moz-column-gap: 5rem!important;
        column-gap: 5rem!important
    }

    .column-gap-xxl-10 {
        -moz-column-gap: 6rem!important;
        column-gap: 6rem!important
    }

    .text-xxl-start {
        text-align: left!important
    }

    .text-xxl-end {
        text-align: right!important
    }

    .text-xxl-center {
        text-align: center!important
    }

    .rounded-top-xxl {
        border-top-left-radius: var(--bs-border-radius)!important;
        border-top-right-radius: var(--bs-border-radius)!important
    }

    .rounded-top-xxl-0 {
        border-top-left-radius: 0!important;
        border-top-right-radius: 0!important
    }

    .rounded-top-xxl-1 {
        border-top-left-radius: var(--bs-border-radius-sm)!important;
        border-top-right-radius: var(--bs-border-radius-sm)!important
    }

    .rounded-top-xxl-2 {
        border-top-left-radius: var(--bs-border-radius)!important;
        border-top-right-radius: var(--bs-border-radius)!important
    }

    .rounded-top-xxl-3 {
        border-top-left-radius: var(--bs-border-radius-lg)!important;
        border-top-right-radius: var(--bs-border-radius-lg)!important
    }

    .rounded-top-xxl-4 {
        border-top-left-radius: var(--bs-border-radius-xl)!important;
        border-top-right-radius: var(--bs-border-radius-xl)!important
    }

    .rounded-top-xxl-5 {
        border-top-left-radius: var(--bs-border-radius-xxl)!important;
        border-top-right-radius: var(--bs-border-radius-xxl)!important
    }

    .rounded-top-xxl-circle {
        border-top-left-radius: 50%!important;
        border-top-right-radius: 50%!important
    }

    .rounded-top-xxl-pill {
        border-top-left-radius: var(--bs-border-radius-pill)!important;
        border-top-right-radius: var(--bs-border-radius-pill)!important
    }

    .rounded-end-xxl {
        border-bottom-right-radius: var(--bs-border-radius)!important;
        border-top-right-radius: var(--bs-border-radius)!important
    }

    .rounded-end-xxl-0 {
        border-bottom-right-radius: 0!important;
        border-top-right-radius: 0!important
    }

    .rounded-end-xxl-1 {
        border-bottom-right-radius: var(--bs-border-radius-sm)!important;
        border-top-right-radius: var(--bs-border-radius-sm)!important
    }

    .rounded-end-xxl-2 {
        border-bottom-right-radius: var(--bs-border-radius)!important;
        border-top-right-radius: var(--bs-border-radius)!important
    }

    .rounded-end-xxl-3 {
        border-bottom-right-radius: var(--bs-border-radius-lg)!important;
        border-top-right-radius: var(--bs-border-radius-lg)!important
    }

    .rounded-end-xxl-4 {
        border-bottom-right-radius: var(--bs-border-radius-xl)!important;
        border-top-right-radius: var(--bs-border-radius-xl)!important
    }

    .rounded-end-xxl-5 {
        border-bottom-right-radius: var(--bs-border-radius-xxl)!important;
        border-top-right-radius: var(--bs-border-radius-xxl)!important
    }

    .rounded-end-xxl-circle {
        border-bottom-right-radius: 50%!important;
        border-top-right-radius: 50%!important
    }

    .rounded-end-xxl-pill {
        border-bottom-right-radius: var(--bs-border-radius-pill)!important;
        border-top-right-radius: var(--bs-border-radius-pill)!important
    }

    .rounded-bottom-xxl {
        border-bottom-left-radius: var(--bs-border-radius)!important;
        border-bottom-right-radius: var(--bs-border-radius)!important
    }

    .rounded-bottom-xxl-0 {
        border-bottom-left-radius: 0!important;
        border-bottom-right-radius: 0!important
    }

    .rounded-bottom-xxl-1 {
        border-bottom-left-radius: var(--bs-border-radius-sm)!important;
        border-bottom-right-radius: var(--bs-border-radius-sm)!important
    }

    .rounded-bottom-xxl-2 {
        border-bottom-left-radius: var(--bs-border-radius)!important;
        border-bottom-right-radius: var(--bs-border-radius)!important
    }

    .rounded-bottom-xxl-3 {
        border-bottom-left-radius: var(--bs-border-radius-lg)!important;
        border-bottom-right-radius: var(--bs-border-radius-lg)!important
    }

    .rounded-bottom-xxl-4 {
        border-bottom-left-radius: var(--bs-border-radius-xl)!important;
        border-bottom-right-radius: var(--bs-border-radius-xl)!important
    }

    .rounded-bottom-xxl-5 {
        border-bottom-left-radius: var(--bs-border-radius-xxl)!important;
        border-bottom-right-radius: var(--bs-border-radius-xxl)!important
    }

    .rounded-bottom-xxl-circle {
        border-bottom-left-radius: 50%!important;
        border-bottom-right-radius: 50%!important
    }

    .rounded-bottom-xxl-pill {
        border-bottom-left-radius: var(--bs-border-radius-pill)!important;
        border-bottom-right-radius: var(--bs-border-radius-pill)!important
    }

    .rounded-start-xxl {
        border-bottom-left-radius: var(--bs-border-radius)!important;
        border-top-left-radius: var(--bs-border-radius)!important
    }

    .rounded-start-xxl-0 {
        border-bottom-left-radius: 0!important;
        border-top-left-radius: 0!important
    }

    .rounded-start-xxl-1 {
        border-bottom-left-radius: var(--bs-border-radius-sm)!important;
        border-top-left-radius: var(--bs-border-radius-sm)!important
    }

    .rounded-start-xxl-2 {
        border-bottom-left-radius: var(--bs-border-radius)!important;
        border-top-left-radius: var(--bs-border-radius)!important
    }

    .rounded-start-xxl-3 {
        border-bottom-left-radius: var(--bs-border-radius-lg)!important;
        border-top-left-radius: var(--bs-border-radius-lg)!important
    }

    .rounded-start-xxl-4 {
        border-bottom-left-radius: var(--bs-border-radius-xl)!important;
        border-top-left-radius: var(--bs-border-radius-xl)!important
    }

    .rounded-start-xxl-5 {
        border-bottom-left-radius: var(--bs-border-radius-xxl)!important;
        border-top-left-radius: var(--bs-border-radius-xxl)!important
    }

    .rounded-start-xxl-circle {
        border-bottom-left-radius: 50%!important;
        border-top-left-radius: 50%!important
    }

    .rounded-start-xxl-pill {
        border-bottom-left-radius: var(--bs-border-radius-pill)!important;
        border-top-left-radius: var(--bs-border-radius-pill)!important
    }
}

@media screen and (max-width: 991.98px) {
    br {
        display:none!important
    }

    .navbar .dark-light-switcher {
        background: none
    }

    .section-hero-2 .line-left {
        height: 90%;
        left: 4px;
        top: 22px!important
    }

    .section-service-2 .card-servies-2 {
        padding: 70px 35px 35px!important
    }
}

@media screen and (max-width: 575.98px) {
    .pt-200 {
        padding-top:100px
    }

    .section-skills-1 .skills {
        padding: 20px
    }

    .section-service-2 .card-servies-2 {
        padding: 70px 30px 30px!important
    }
}

.section-footer .navigation a {
    color: var(--tc-neutral-0)
}

.section-footer .navigation a:hover {
    color: var(--primary-color)
}

.section-footer-2 .main-logo span {
    -webkit-text-fill-color: transparent;
    background: var(--tc-linear-5);
    background-clip: text;
    -webkit-background-clip: text;
    font-family: var(--primary-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.section-footer-2 .navigation a {
    color: var(--tc-neutral-0);
    opacity: .5
}

.section-footer-2 .navigation a:hover {
    color: var(--tc-neutral-0);
    opacity: 1
}

.section-footer-3 .navigation a {
    color: var(--tc-neutral-0);
    opacity: .5
}

.section-footer-3 .navigation a:hover {
    color: var(--tc-neutral-0);
    opacity: 1
}

.section-hero-2 .background .bg-w {
    display: block
}

.section-hero-2 .background .bg-d {
    display: none
}

.section-hero-2 .icon-decorate {
    margin-right: 210px;
    padding-bottom: 30px
}

.section-hero-2 .carouselTicker__item {
    float: left;
    margin: 0 10px;
    text-align: center
}

.section-hero-2 .brand-logo {
    background-color: #f8f8f8;
    border: 1px solid var(--tc-border-1);
    transition: all .3s ease
}

.section-hero-2 .brand-logo:hover {
    background-color: #242424;
    border: none;
    transition: all .3s ease
}

.dot-decor {
    border-radius: 50%;
    color: var(--primary-color);
    height: 5px;
    width: 5px
}

.bg-overlay {
    background: linear-gradient(180deg,hsla(0,0%,100%,0),#fff);
    height: 80%;
    width: 100%
}

.line-left {
    height: 90%;
    left: 5px;
    top: 40px
}

.fill-primary-2 {
    fill: var(--primary-color)
}

.section-coporation .circle-1 {
    border: 1px solid var(--tc-border-1);
    border-radius: 50%;
    height: 124px;
    width: 124px
}

.section-coporation .circle-2 {
    border: 1px solid var(--tc-border-1);
    border-radius: 50%;
    height: 82px;
    width: 82px
}

.section-coporation .decorate {
    bottom: -35px;
    right: -35px
}

.section-coporation .decorate .circle-1-1 {
    border: .4px solid var(--tc-border-1);
    border-radius: 50%;
    height: 210px;
    width: 210px
}

.section-coporation .decorate .circle-1-2 {
    border: .4px solid var(--tc-border-1);
    border-radius: 50%;
    height: 124px;
    width: 124px
}

.section-coporation .decorate .circle-1-3 {
    border: .4px solid var(--tc-border-1);
    border-radius: 50%;
    height: 82px;
    width: 82px
}

.section-skills-2 .carouselTicker__wrap {
    overflow: visible!important
}

.section-skills-2 .carouselTicker__item {
    float: left;
    margin: 0 15px;
    position: relative;
    text-align: center
}

.section-skills-2 .carouselTicker__item .tool-tip {
    align-items: center;
    background: #1f1f24;
    border-radius: 5px;
    color: #fff;
    gap: 10px;
    justify-content: center;
    left: -10px;
    opacity: 0;
    padding: 2px 15px;
    position: absolute;
    top: -40px;
    transition: all .3s ease;
    width: -moz-max-content;
    width: max-content
}

.section-skills-2 .carouselTicker__item .tool-tip:before {
    bottom: -14px;
    content: url(../images/template/down.svg);
    left: 30%;
    position: absolute
}

.section-skills-2 .carouselTicker__item:hover .tool-tip {
    opacity: 1;
    transition: all .3s ease
}

.section-skills-2 .brand-logo {
    background-color: #f8f8f8;
    border: 1px solid var(--tc-border-1);
    transition: all .3s ease
}

.section-skills-2 .brand-logo:hover {
    background-color: #242424;
    border: none;
    transition: all .3s ease
}

.section-skills-2 .decorate {
    right: -35px;
    top: -35px
}

.section-skills-2 .decorate .circle-1-1 {
    border: .4px solid var(--tc-border-1);
    border-radius: 50%;
    height: 210px;
    width: 210px
}

.section-skills-2 .decorate .circle-1-2 {
    border: .4px solid var(--tc-border-1);
    border-radius: 50%;
    height: 124px;
    width: 124px
}

.section-skills-2 .decorate .circle-1-3 {
    border: .4px solid var(--tc-border-1);
    border-radius: 50%;
    height: 82px;
    width: 82px
}

.section-service-2 .card-servies-2 {
    background-color: var(--tc-bg-3);
    border: 1px solid var(--tc-border-1);
    padding: 93px 42px 42px
}

.section-service-2 .card-servies-2 svg path {
    fill: var(--tc-neutral-0);
    transition: all .3s ease
}

.section-service-2 .card-servies-2:hover svg path {
    fill: var(--primary-color);
    transition: all .3s ease
}

.section-experience .technology:hover {
    background-color: var(--tc-border-1)!important
}

.section-projects-2 .link-hover {
    transition: all .2s ease
}

.section-projects-2 .link-hover svg path {
    fill: var(--tc-neutral-300)!important;
    transition: all .2s ease
}

.section-projects-2 .link-hover:hover {
    border-color: var(--primary-color)!important;
    color: var(--primary-color)!important;
    transition: all .2s ease
}

.section-projects-2 .link-hover:hover svg path {
    fill: var(--primary-color)!important;
    transition: all .2s ease
}

.section-blog-2 .blog-card {
    background: linear-gradient(var(--tc-bg-3),var(--tc-bg-3)) padding-box,var(--tc-linear-3) border-box;
    border: 2px solid transparent;
    padding: 14px 14px 44px
}

.section-blog-2 .blog-card .blog-card__image .blog-card__link {
    background: var(--primary-color);
    opacity: 0;
    transition: all .2s ease-in-out
}

.section-blog-2 .blog-card .blog-card__image .blog-card__link i {
    color: #000
}

.section-blog-2 .blog-card .blog-card__image .text-white-keep:hover {
    border-color: var(--primary-color)!important;
    color: var(--primary-color)!important
}

.section-blog-2 .blog-card .blog-card__content .blog-card__title {
    transition: all .2s ease-in-out
}

.section-blog-2 .blog-card .blog-card__content:hover .blog-card__title {
    color: var(--primary-color)
}

.section-blog-2 .blog-card:hover .blog-card__image .blog-card__link {
    opacity: 1
}

.section-home-3 .my-services .card-services .card__icon {
    background-color: hsla(330,8%,67%,.2)
}

.section-home-3 .education .card-award .list-style-1 li::marker {
    color: var(--tc-theme-primary-3)
}

.section-home-3 .education .card-award .list-style-1 .list-style-2 {
    list-style: disc
}

.section-home-3 .education .card-award .list-style-1 .list-style-2 li::marker {
    color: var(--tc-neutral-300)
}

.section-home-3 .education .card-award .line-left {
    --bs-border-color: var(--tc-neutral-0);
    opacity: .5
}

.section-home-3 .services .card-services .image-right {
    min-width: 164px
}

.section-home-3 .swiper-pagination {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center
}

.section-home-3 .swiper-pagination-bullet {
    background: var(--tc-neutral-300);
    border-radius: 50%;
    height: 8px;
    width: 8px
}

.section-home-3 .swiper-pagination-bullet-active {
    background: var(--tc-theme-primary-3);
    color: #000;
    color: #fff;
    font-size: 8px;
    height: 8px;
    line-height: 8px;
    text-align: center;
    width: 8px
}

[data-bs-theme=dark] {
    --primary-color: var(--tc-theme-dark-primary-1);
    --primary-color: var(--tc-theme-dark-primary-2);
    --tc-theme-primary-3: var(--tc-theme-dark-primary-3);
    --tc-theme-secondary-1: var(--tc-theme-dark-secondary-1);
    --tc-theme-secondary-2: var(--tc-theme-dark-secondary-2);
    --tc-theme-secondary-3: var(--tc-theme-dark-secondary-3);
    --tc-neutral-0: var(--tc-neutral-dark-0);
    --tc-neutral-100: var(--tc-neutral-dark-100);
    --tc-neutral-200: var(--tc-neutral-dark-200);
    --tc-neutral-300: var(--tc-neutral-dark-300);
    --tc-neutral-400: var(--tc-neutral-dark-400);
    --tc-neutral-500: var(--tc-neutral-dark-500);
    --tc-neutral-600: var(--tc-neutral-dark-600);
    --tc-neutral-700: var(--tc-neutral-dark-700);
    --tc-neutral-800: var(--tc-neutral-dark-800);
    --tc-neutral-900: var(--tc-neutral-dark-900);
    --tc-neutral-1000: var(--tc-neutral-dark-1000);
    --tc-system-success: var(--tc-system-dark-success);
    --tc-system-info: var(--tc-system-dark-info);
    --tc-system-warning: var(--tc-system-dark-warning);
    --tc-system-danger: var(--tc-system-dark-danger);
    --tc-system-dark: var(--tc-system-dark-dark);
    --tc-system-muted: var(--tc-system-dark-muted);
    --tc-border-1: var(--tc-border-dark-1);
    --tc-border-2: var(--tc-border-dark-2);
    --tc-bg-1: var(--tc-bg-dark-1);
    --tc-bg-2: var(--tc-bg-dark-2);
    --tc-bg-3: var(--tc-bg-dark-3);
    --tc-bg-4: var(--tc-bg-dark-4);
    --tc-bg-5: var(--tc-bg-dark-5);
    --tc-bg-6: var(--tc-bg-dark-6);
    --tc-bg-7: var(--tc-bg-dark-7);
    --tc-linear-1: var(--tc-linear-dark-1);
    --tc-linear-2: var(--tc-linear-dark-2);
    --tc-linear-3: var(--tc-linear-dark-3);
    --tc-linear-4: var(--tc-linear-dark-4);
    --tc-linear-5: var(--tc-linear-dark-5);
    --tc-shadow-1: var(--tc-shadow-dark-1);
    --tc-shadow-2: var(--tc-shadow-dark-2)
}

[data-bs-theme=dark] body {
    background: var(--tc-neutral-1000)
}

[data-bs-theme=dark] body.home-page-2 {
    background: var(--tc-bg-5)
}

[data-bs-theme=dark] body.home-page-3 {
    background: var(--tc-bg-4)
}

[data-bs-theme=dark] .navbar {
    background-color: var(--tc-bg-2)
}

[data-bs-theme=dark] .navbar .navbar-social a:hover {
    color: var(--primary-color)
}

[data-bs-theme=dark] .navbar.navbar-home-2 {
    background-color: var(--tc-bg-3)
}

[data-bs-theme=dark] .navbar.navbar-home-2 .navbar-social a:hover {
    color: var(--primary-color)
}

[data-bs-theme=dark] .navbar.navbar-home-3 {
    background-color: transparent
}

[data-bs-theme=dark] .navbar.navbar-home-3 .navbar-social a:hover {
    color: var(--tc-theme-primary-3)
}

[data-bs-theme=dark] .navbar.navbar-home-3 .dark-light-switcher {
    background: transparent
}

[data-bs-theme=dark] .section-hero-2 .background .bg-w {
    display: none
}

[data-bs-theme=dark] .section-hero-2 .background .bg-d {
    display: block
}

[data-bs-theme=dark] .brand-logo {
    background-color: var(--tc-neutral-800)
}

[data-bs-theme=dark] .brand-logo:hover {
    background-color: #242424;
    border: 0!important
}

[data-bs-theme=dark] .bg-overlay {
    background: linear-gradient(180deg,rgba(39,39,48,0),#272730)
}

[data-bs-theme=dark] .backdrop-filter {
    -webkit-backdrop-filter: blur(8.0289754868px);
    backdrop-filter: blur(8.0289754868px);
    background: hsla(0,0%,7%,.5);
    box-shadow: inset 1.313px 1.969px 0 0 rgba(70,69,69,.6),-12.177px 36.69px 44.901px 0 rgba(127,124,168,.18)
}

[data-bs-theme=dark] .filter-invert {
    filter: invert(100%)
}

[data-bs-theme=dark] .filter-gray {
    filter: grayscale(100%)
}

[data-bs-theme=dark] .mask-image-2 {
    height: 0
}

[data-bs-theme=dark] .section-newsletter-3 .bg-4 {
    background-color: var(--tc-neutral-200)!important
}

[data-bs-theme=dark] .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children .menu-expand i {
    background: url(../images/template/icons/arrow-right-big-dark.svg) no-repeat 50%
}
