@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&amp;display=swap");

/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/
*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid #e5e7eb
}

:after,
:before {
    --tw-content: ""
}
.header-style {
    position: relative !important;
    background-color: #d6ae93 !important;
}



<!-- CSS Styling -->
.carousel-indicators {
    opacity: 0 !important;
}
    .category-link {
        color: black !important; /* Ensures the text is black */
        text-decoration: none; /* Removes underline */
        font-weight: bold; /* Makes the text bold */
    }

    .category-link:hover {
        color: #333; /* Slightly darker on hover */
    }

   
    .full-clickable {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}


    .catgrylink {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        text-align: center;
    }

    .catgrylink-icon {
        position: relative;
        z-index: 2;
    }
    
    .catgrystyl:hover {
    background-color: #ff8028;
}
    /* Swiper Slide */
    .catgrystyl::before {
    position: absolute;
    content: "";
    border: 2px solid #ff8f3f;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    transition: all 0.3s linear;
}



@media (max-width:567px){
     .catgrystyl::before {
     position: absolute;
    content: "";
    border: 2px solid var #);
    border-radius: 50%;
    height: 90px;
    width: 90px;
    transition: all 0.3s linear;
}
.catgrystyl {
    margin: 23px 0;
    display: inline-flex;
    background-clip: #ffffff;
    width: 80px;
    height:80px;
    border-radius: 50%;
    box-shadow: 0 4px 70px 0 rgba(0, 0, 0, 0.15);
    text-align: center;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s linear;
}

.catgrylink {
    position: relative;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

}

.catgrystyl {
    margin: 23px 0;
    display: inline-flex;
    background-clip: #ffffff;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: 0 4px 70px 0 rgba(0, 0, 0, 0.15);
    text-align: center;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s linear;
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}

/* Category Link Container */
.catgrylink {
    position: relative;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff8028;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Full Clickable Area */

.instagram-icon.whitespace-nowrap.text-p-md {
    background: #fff;
    padding: 5px;
    color: #000 !important;
    border-radius: 10px;
}
/* Category Icon */
.catgrylink-icon {
    position: relative;
    z-index: 2;
    font-weight: bold;
    font-size: 16px;
    color: black;
}

/* Hover Effect - Adds 50% Border Radius */
.catgrylink:hover {
    border-radius: 50%;
    background-color: #ddd; /* Optional: Change background on hover */
}


html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-feature-settings: normal;
    font-variation-settings: normal
}

body {
    margin: 0;
    line-height: inherit
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

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

::-webkit-search-decoration {
    -webkit-appearance: none
}

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

summary {
    display: list-item
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0
}

fieldset {
    margin: 0
}

fieldset,
legend {
    padding: 0
}

menu,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

dialog {
    padding: 0
}

textarea {
    resize: vertical
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

[role=button],
button {
    cursor: pointer
}

:disabled {
    cursor: default
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle
}

img,
video {
    max-width: 100%;
}

[hidden] {
    display: none
}

html {
    font-family: Poppins, sans-serif
}

@media screen and (min-width:1000px) and (max-width:1600px) {

    body,
    html {
        font-size: 14px !important
    }
}

.scrollbar-hidden::-webkit-scrollbar {
    display: none
}

.scrollbar-styled::-webkit-scrollbar-track {
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235/var(--tw-bg-opacity))
}

.scrollbar-styled::-webkit-scrollbar-thumb {
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(156 163 175/var(--tw-bg-opacity))
}

*,
:after,
:before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

.container {
    width: 100%
}

@media (min-width:640px) {
    .container {
        max-width: 640px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width:1024px) {
    .container {
        max-width: 1024px
    }
}

@media (min-width:1280px) {
    .container {
        max-width: 1280px
    }
}

@media (min-width:1536px) {
    .container {
        max-width: 1536px
    }
}

.aspect-h-9 {
    --tw-aspect-h: 9
}

.aspect-w-16 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 16
}

.aspect-w-16>* {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

@media (min-width:1024px) {
    .container {
        max-width: 1150px !important;
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:1536px) {
    .container {
        max-width: 1650px !important;
        padding-left: 0;
        padding-right: 0
    }
}

.btn-primary-dark {
    white-space: nowrap;
    border-radius: 34px;
    --tw-bg-opacity: 1;
    background-color: rgb(22 102 217/var(--tw-bg-opacity));
    padding: .5rem 1.25rem;
    font-size: 1rem;
    line-height: 1.625rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

.btn-primary-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(30 127 242/var(--tw-bg-opacity))
}

.btn-primary-dark:disabled {
    background-color: rgba(22, 102, 217, .7)
}

@media (min-width:1536px) {
    .btn-primary-dark {
        padding: .75rem 1.625rem
    }
}

.btn-primary-light {
    white-space: nowrap;
    border-radius: 34px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    padding: .5rem 1rem;
    font-size: .875rem;
    line-height: 1.375rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(22 102 217/var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

.btn-primary-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(22 102 217/var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

@media (min-width:1536px) {
    .btn-primary-light {
        padding: 10px 1.5rem
    }
}

.btn-tab {
    position: relative;
    margin-bottom: .125rem;
    cursor: pointer
}

.btn-tab:after {
    position: absolute;
    bottom: -.125rem;
    left: 0;
    height: 2px;
    width: 100%;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(22 102 217/var(--tw-bg-opacity));
    opacity: 0;
    --tw-content: "";
    content: var(--tw-content)
}

.btn-tab-active {
    --tw-text-opacity: 1;
    color: rgb(22 102 217/var(--tw-text-opacity))
}

.btn-tab-active:after {
    content: var(--tw-content);
    opacity: 1
}

.honeymoon-btn-tab-active {
    --tw-text-opacity: 1;
    color: rgb(22 102 217/var(--tw-text-opacity))
}

.honeymoon-btn-tab-active:after {
    content: var(--tw-content);
    opacity: 1
}

.mobile-honeymoon-btn-tab-active {
    --tw-text-opacity: 1;
    color: rgb(22 102 217/var(--tw-text-opacity));
    font-weight: 600
}

.mobile-honeymoon-btn-tab-active:after {
    content: var(--tw-content);
    opacity: 1
}

.field {
    width: 100%;
    border-radius: 9999px;
    border-width: 1px;
    padding: .25rem .5rem
}

@media (min-width:1024px) {
    .field {
        padding: .625rem 1rem
    }
}

.visible {
    visibility: visible
}

.invisible {
    visibility: hidden
}

.fixed {
    position: fixed
}

.\!absolute {
    position: absolute !important
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.inset-0 {
    inset: 0
}

.-bottom-1 {
    bottom: -.25rem
}

.-bottom-2 {
    bottom: -.5rem
}

.-bottom-3 {
    bottom: -.75rem
}

.-bottom-36 {
    bottom: -9rem
}

.-bottom-4 {
    bottom: -1rem
}

.-bottom-40 {
    bottom: -10rem
}

.-bottom-8 {
    bottom: -2rem
}

.-bottom-\[2px\] {
    bottom: -2px
}

.-bottom-\[6px\] {
    bottom: -6px
}

.-left-5 {
    left: -1.25rem
}

.-left-6 {
    left: -1.5rem
}

.-left-7 {
    left: -1.75rem
}

.-left-\[20px\] {
    left: -20px
}

.-right-0 {
    right: 0
}

.-right-1 {
    right: -.25rem
}

.-right-\[20px\] {
    right: -20px
}

.-top-1 {
    top: -.25rem
}

.-top-10 {
    top: -2.5rem
}

.-top-12 {
    top: -3rem
}

.-top-16 {
    top: -4rem
}

.-top-2 {
    top: -.5rem
}

.-top-36 {
    top: -9rem
}

.-top-4 {
    top: -1rem
}

.-top-40 {
    top: -10rem
}

.-top-5 {
    top: -1.25rem
}

.-top-8 {
    top: -2rem
}

.-top-\[120px\] {
    top: -120px
}

.-top-\[180px\] {
    top: -180px
}

.bottom-0 {
    bottom: 0
}

.bottom-1 {
    bottom: .25rem
}

.bottom-10 {
    bottom: 2.5rem
}

.bottom-12 {
    bottom: 3rem
}

.bottom-2 {
    bottom: .5rem
}

.bottom-24 {
    bottom: 6rem
}

.bottom-3 {
    bottom: .75rem
}

.bottom-4 {
    bottom: 1rem
}

.bottom-5 {
    bottom: 1.25rem
}

.bottom-8 {
    bottom: 2rem
}

.bottom-\[0\.3rem\] {
    bottom: .3rem
}

.bottom-\[0\.625rem\] {
    bottom: .625rem
}

.bottom-\[10vh\] {
    bottom: 10vh
}

.bottom-\[2rem\] {
    bottom: 2rem
}

.bottom-\[7vh\] {
    bottom: 7vh
}

.left-0 {
    left: 0
}

.left-1\/2 {
    left: 50%
}

.left-2 {
    left: .5rem
}

.left-3 {
    left: .75rem
}

.left-4 {
    left: 1rem
}

.left-5 {
    left: 1.25rem
}

.left-8 {
    left: 2rem
}

.left-\[0\.1875rem\] {
    left: .1875rem
}

.left-\[0\.625rem\] {
    left: .625rem
}

.left-\[1\.8125rem\] {
    left: 1.8125rem
}

.left-\[22vw\] {
    left: 22vw
}

.left-\[25\%\] {
    left: 25%
}

.left-\[50\%\] {
    left: 50%
}

.left-\[5px\] {
    left: 5px
}

.left-\[calc\(100\%\+2rem\)\] {
    left: calc(100% + 2rem)
}

.right-0 {
    right: 0
}

.right-1 {
    right: .25rem
}

.right-10 {
    right: 2.5rem
}

.right-2 {
    right: .5rem
}

.right-20 {
    right: 5rem
}

.right-3 {
    right: .75rem
}

.right-4 {
    right: 1rem
}

.right-5 {
    right: 1.25rem
}

.right-8 {
    right: 2rem
}

.right-9 {
    right: 2.25rem
}

.right-\[0\.1875rem\] {
    right: .1875rem
}

.right-\[0\.625rem\] {
    right: .625rem
}

.right-\[22vw\] {
    right: 22vw
}

.right-\[2vw\] {
    right: 2vw
}

.right-\[5px\] {
    right: 5px
}

.top-0 {
    top: 0
}

.top-1 {
    top: .25rem
}

.top-1\/2 {
    top: 50%
}

.top-1\/4 {
    top: 25%
}

.top-12 {
    top: 3rem
}

.top-14 {
    top: 3.5rem
}

.top-16 {
    top: 4rem
}

.top-2 {
    top: .5rem
}

.top-3 {
    top: .75rem
}

.top-4 {
    top: 1rem
}

.top-8 {
    top: 2rem
}

.top-\[0\.1875rem\] {
    top: .1875rem
}

.top-\[10\.5rem\] {
    top: 10.5rem
}

.top-\[11\.1vh\] {
    top: 11.1vh
}

.top-\[18vh\] {
    top: 18vh
}

.top-\[2\.5vh\] {
    top: 2.5vh
}

.top-\[23vh\] {
    top: 23vh
}

.top-\[3\.75rem\] {
    top: 3.75rem
}

.top-\[3\.7rem\] {
    top: 3.7rem
}

.top-\[3\.8rem\] {
    top: 3.8rem
}

.top-\[3\.8vh\] {
    top: 3.8vh
}

.top-\[38vh\] {
    top: 38vh
}

.top-\[39vh\] {
    top: 39vh
}

.top-\[4rem\] {
    top: 4rem
}

.top-\[50\%\] {
    top: 50%
}

.top-\[55vh\] {
    top: 55vh
}

.top-\[58vh\] {
    top: 58vh
}

.top-\[5rem\] {
    top: 5rem
}

.top-\[6\.125rem\] {
    top: 6.125rem
}

.top-\[6\.8rem\] {
    top: 6.8rem
}

.top-\[60px\] {
    top: 60px
}

.top-\[64vh\] {
    top: 64vh
}

.top-\[72vh\] {
    top: 72vh
}

.top-\[80vh\] {
    top: 80vh
}

.top-\[8rem\] {
    top: 8rem
}

.top-\[9\.7rem\] {
    top: 9.7rem
}

.top-\[9\.8vh\] {
    top: 9.8vh
}

.top-\[9rem\] {
    top: 9rem
}

.top-full {
    top: 100%
}

.\!z-20 {
    z-index: 20 !important
}

.-z-10 {
    z-index: -10
}

.z-0 {
    z-index: 0
}

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.z-30 {
    z-index: 30
}

.z-40 {
    z-index: 40
}

.z-50 {
    z-index: 50
}

.z-\[-1\] {
    z-index: -1
}

.z-\[-2\] {
    z-index: -2
}

.z-\[100\] {
    z-index: 100
}

.z-\[10\] {
    z-index: 10
}

.z-\[1\] {
    z-index: 1
}

.z-\[2\] {
    z-index: 2
}

.z-\[38\] {
    z-index: 38
}

.z-\[39\] {
    z-index: 39
}

.order-first {
    order: -9999
}

.order-last {
    order: 9999
}

.col-span-1 {
    grid-column: span 1/span 1
}

.col-span-12 {
    grid-column: span 12/span 12
}

.col-span-2 {
    grid-column: span 2/span 2
}

.col-span-3 {
    grid-column: span 3/span 3
}

.col-span-4 {
    grid-column: span 4/span 4
}

.col-span-5 {
    grid-column: span 5/span 5
}

.col-span-6 {
    grid-column: span 6/span 6
}

.col-span-7 {
    grid-column: span 7/span 7
}

.col-span-8 {
    grid-column: span 8/span 8
}

.col-start-2 {
    grid-column-start: 2
}

.col-start-4 {
    grid-column-start: 4
}

.col-start-5 {
    grid-column-start: 5
}

.row-span-1 {
    grid-row: span 1/span 1
}

.row-span-2 {
    grid-row: span 2/span 2
}

.row-span-3 {
    grid-row: span 3/span 3
}

.row-start-1 {
    grid-row-start: 1
}

.row-start-2 {
    grid-row-start: 2
}

.row-start-3 {
    grid-row-start: 3
}

.row-start-4 {
    grid-row-start: 4
}

.float-right {
    float: right
}

.float-left {
    float: left
}

.\!-m-px {
    margin: -1px !important
}

.m-1 {
    margin: .25rem
}

.m-10 {
    margin: 2.5rem
}

.m-2 {
    margin: .5rem
}

.m-auto {
    margin: auto
}

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

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

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

.mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem
}

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

.mx-3 {
    margin-left: .75rem;
    margin-right: .75rem
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem
}

.mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem
}

.mx-\[1rem\] {
    margin-left: 1rem;
    margin-right: 1rem
}

.mx-\[2vw\] {
    margin-left: 2vw;
    margin-right: 2vw
}

.mx-\[4vw\] {
    margin-left: 4vw;
    margin-right: 4vw
}

.mx-\[5vw\] {
    margin-left: 5vw;
    margin-right: 5vw
}

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

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

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

.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

.my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem
}

.my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem
}

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

.my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem
}

.my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem
}

.my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem
}

.my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
}

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem
}

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem
}

.my-\[0\.5rem\] {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.my-\[1\.5rem\] {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.my-\[1rem\] {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.my-\[2\.5rem\] {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

.my-\[2rem\] {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.my-\[3rem\] {
    margin-top: 3rem;
    margin-bottom: 3rem
}

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

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

.-mb-20 {
    margin-bottom: -5rem
}

.-mb-3 {
    margin-bottom: -.75rem
}

.-mb-4 {
    margin-bottom: -1rem
}

.-mb-5 {
    margin-bottom: -1.25rem
}

.-mb-\[10px\] {
    margin-bottom: -10px
}

.-mb-\[12px\] {
    margin-bottom: -12px
}

.-mb-\[2px\] {
    margin-bottom: -2px
}

.-ml-1 {
    margin-left: -.25rem
}

.-ml-2 {
    margin-left: -.5rem
}

.-ml-5 {
    margin-left: -1.25rem
}

.-ml-\[20vw\] {
    margin-left: -20vw
}

.-ml-\[25vw\] {
    margin-left: -25vw
}

.-ml-\[35vw\] {
    margin-left: -35vw
}

.-ml-\[50vw\] {
    margin-left: -50vw
}

.-mr-2 {
    margin-right: -.5rem
}

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

.-mt-10 {
    margin-top: -2.5rem
}

.-mt-12 {
    margin-top: -3rem
}

.-mt-14 {
    margin-top: -3.5rem
}

.-mt-16 {
    margin-top: -4rem
}

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

.-mt-3 {
    margin-top: -.75rem
}

.-mt-32 {
    margin-top: -8rem
}

.-mt-4 {
    margin-top: -1rem
}

.-mt-40 {
    margin-top: -10rem
}

.-mt-5 {
    margin-top: -1.25rem
}

.-mt-6 {
    margin-top: -1.5rem
}

.-mt-60 {
    margin-top: -15rem
}

.-mt-7 {
    margin-top: -1.75rem
}

.-mt-72 {
    margin-top: -18rem
}

.-mt-8 {
    margin-top: -2rem
}

.-mt-\[12\.5vw\] {
    margin-top: -12.5vw
}

.-mt-\[20vw\] {
    margin-top: -20vw
}

.-mt-\[22\.5vw\] {
    margin-top: -22.5vw
}

.-mt-\[2px\] {
    margin-top: -2px
}

.-mt-\[3\.1rem\] {
    margin-top: -3.1rem
}

.-mt-\[35vw\] {
    margin-top: -35vw
}

.-mt-\[4px\] {
    margin-top: -4px
}

.-mt-\[52px\] {
    margin-top: -52px
}

.mb-0 {
    margin-bottom: 0
}

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


.mb-12 {
    margin-bottom: 3rem
}

.mb-14 {
    margin-bottom: 3.5rem
}

.mb-16 {
    margin-bottom: 4rem
}

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

.mb-24 {
    margin-bottom: 6rem
}

.mb-28 {
    margin-bottom: 7rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mb-5 {
    margin-bottom: 1.25rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mb-8 {
    margin-bottom: 2rem
}

.mb-\[0\.5rem\] {
    margin-bottom: .5rem
}

.mb-\[1\.5rem\] {
    margin-bottom: 1.5rem
}

.mb-\[1rem\] {
    margin-bottom: 1rem
}

.mb-\[2\.5rem\] {
    margin-bottom: 2.5rem
}

.mb-\[2rem\] {
    margin-bottom: 2rem
}

.mb-\[2vh\] {
    margin-bottom: 2vh
}

.mb-\[3rem\] {
    margin-bottom: 3rem
}

.mb-\[4rem\] {
    margin-bottom: 4rem
}

.mb-\[6rem\] {
    margin-bottom: 6rem
}

.ml-0 {
    margin-left: 0
}

.ml-1 {
    margin-left: .25rem
}

.ml-2 {
    margin-left: .5rem
}

.ml-4 {
    margin-left: 1rem
}

.ml-\[20vw\] {
    margin-left: 20vw
}

.ml-\[25vw\] {
    margin-left: 25vw
}

.ml-\[35vw\] {
    margin-left: 35vw
}

.ml-\[5\.2rem\] {
    margin-left: 5.2rem
}

.ml-\[50vw\] {
    margin-left: 50vw
}

.ml-\[7\.1rem\] {
    margin-left: 7.1rem
}

.ml-auto {
    margin-left: auto
}

.mr-1 {
    margin-right: .25rem
}

.mr-3 {
    margin-right: .75rem
}

.mr-4 {
    margin-right: 1rem
}

.mr-8 {
    margin-right: 2rem
}

.mr-\[14vw\] {
    margin-right: 14vw
}

.mt-0 {
    margin-top: 0
}

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

.mt-10 {
    margin-top: 2.5rem
}

.mt-12 {
    margin-top: 3rem
}

.mt-14 {
    margin-top: 3.5rem
}

.mt-16 {
    margin-top: 4rem
}

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

.mt-20 {
    margin-top: 5rem
}

.mt-24 {
    margin-top: 6rem
}

.mt-28 {
    margin-top: 7rem
}

.mt-3 {
    margin-top: .75rem
}

.mt-4 {
    margin-top: 1rem
}

.mt-5 {
    margin-top: 1.25rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mt-8 {
    margin-top: 2rem
}

.mt-9 {
    margin-top: 2.25rem
}

.mt-\[0\.375rem\] {
    margin-top: .375rem
}

.mt-\[0\.3rem\] {
    margin-top: .3rem
}

.mt-\[1\.5rem\] {
    margin-top: 1.5rem
}

.mt-\[1\.875rem\] {
    margin-top: 1.875rem
}

.mt-\[10vh\] {
    margin-top: 10vh
}

.mt-\[11rem\] {
    margin-top: 11rem
}

.mt-\[12\.5vw\] {
    margin-top: 12.5vw
}

.mt-\[15\.5vh\] {
    margin-top: 15.5vh
}

.mt-\[1rem\] {
    margin-top: 1rem
}

.mt-\[2\.2rem\] {
    margin-top: 2.2rem
}

.mt-\[2\.5rem\] {
    margin-top: 2.5rem
}

.mt-\[20vw\] {
    margin-top: 20vw
}

.mt-\[22\.5vw\] {
    margin-top: 22.5vw
}

.mt-\[2px\] {
    margin-top: 2px
}

.mt-\[2rem\] {
    margin-top: 2rem
}

.mt-\[3\.5rem\] {
    margin-top: 3.5rem
}

.mt-\[3\.9rem\] {
    margin-top: 3.9rem
}

.mt-\[30vh\] {
    margin-top: 30vh
}

.mt-\[35vw\] {
    margin-top: 35vw
}

.mt-\[3rem\] {
    margin-top: 3rem
}

.mt-\[4\.2rem\] {
    margin-top: 4.2rem
}

.mt-\[6vh\] {
    margin-top: 6vh
}

.mt-\[9rem\] {
    margin-top: 9rem
}

.line-clamp-1 {
    -webkit-line-clamp: 1
}

.line-clamp-1, .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #fff;
}

.line-clamp-2 {
    -webkit-line-clamp: 2
}

.line-clamp-3 {
    -webkit-line-clamp: 3
}

.line-clamp-3,
.line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.line-clamp-4 {
    -webkit-line-clamp: 4
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.flex {
    display: flex
}

.\!inline-flex {
    display: inline-flex !important
}

.inline-flex {
    display: inline-flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.contents {
    display: contents
}

.hidden {
    display: none
}

.\!h-\[38px\] {
    height: 38px !important
}

.\!h-\[3rem\] {
    height: 3rem !important
}

.\!h-\[40px\] {
    height: 40px !important
}

.\!h-\[45px\] {
    height: 45px !important
}

.\!h-auto {
    height: auto !important
}

.\!h-full {
    height: 100% !important
}

.\!h-px {
    height: 1px !important
}

.h-0 {
    height: 0
}

.h-1\/3 {
    height: 33.333333%
}

.h-10 {
    height: 2.5rem
}

.h-12 {
    height: 3rem
}

.h-14 {
    height: 3.5rem
}

.h-16 {
    height: 4rem
}

.h-2\/3 {
    height: 66.666667%
}

.h-20 {
    height: 5rem
}

.h-24 {
    height: 6rem
}

.h-28 {
    height: 7rem
}

.h-3 {
    height: .75rem
}

.h-32 {
    height: 8rem
}

.h-4 {
    height: 1rem
}

.h-44 {
    height: 11rem
}

.h-5 {
    height: 1.25rem
}

.h-6 {
    height: 1.5rem
}

.h-60 {
    height: 15rem
}

.h-8 {
    height: 2rem
}

.h-9 {
    height: 2.25rem
}

.h-\[0\.125rem\] {
    height: .125rem
}

.h-\[0\.2px\] {
    height: .2px
}

.h-\[0\.75rem\] {
    height: .75rem
}

.h-\[1\.125rem\] {
    height: 1.125rem
}

.h-\[1\.75rem\] {
    height: 1.75rem
}

.h-\[1\.875rem\] {
    height: 1.875rem
}

.h-\[10\%\] {
    height: 10%
}

.h-\[100px\] {
    height: 100px
}

.h-\[10rem\] {
    height: 10rem
}

.h-\[12\%\] {
    height: 12%
}

.h-\[120px\] {
    height: 120px
}

.h-\[12rem\] {
    height: 12rem
}

.h-\[13rem\] {
    height: 13rem
}

.h-\[150px\] {
    height: 150px
}

.h-\[15rem\] {
    height: 15rem
}

.h-\[16\.25rem\] {
    height: 16.25rem
}

.h-\[160px\] {
    height: 160px
}

.h-\[16rem\] {
    height: 16rem
}

.h-\[170px\] {
    height: 170px
}

.h-\[180px\] {
    height: 180px
}

.h-\[18rem\] {
    height: 18rem
}

.h-\[1rem\] {
    height: 1rem
}

.h-\[2\.5rem\] {
    height: 2.5rem
}

.h-\[2\.75rem\] {
    height: 2.75rem
}

.h-\[200px\] {
    height: 200px
}

.h-\[21\.875rem\] {
    height: 21.875rem
}

.h-\[210px\] {
    height: 210px
}

.h-\[220px\] {
    height: 220px
}

.h-\[24rem\] {
    height: 24rem
}

.h-\[250px\] {
    height: 250px
}

.h-\[25vh\] {
    height: 25vh
}

.h-\[270px\] {
    height: 270px
}

.h-\[2px\] {
    height: 2px
}

.h-\[3\.25rem\] {
    height: 3.25rem
}

.h-\[3\.375rem\] {
    height: 3.375rem
}

.h-\[3\.75rem\] {
    height: 3.75rem
}

.h-\[300px\] {
    height: 300px
}

.h-\[30rem\] {
    height: 30rem
}

.h-\[340px\] {
    height: 340px
}

.h-\[352px\] {
    height: 352px
}

.h-\[365px\] {
    height: 365px
}

.h-\[37rem\] {
    height: 37rem
}

.h-\[3px\] {
    height: 3px
}

.h-\[3rem\] {
    height: 3rem
}

.h-\[4\.5rem\] {
    height: 4.5rem
}

.h-\[40\%\] {
    height: 40%
}

.h-\[40vh\] {
    height: 40vh
}

.h-\[43\%\] {
    height: 43%
}

.h-\[44px\] {
    height: 44px
}

.h-\[45\%\] {
    height: 45%
}

.h-\[450px\] {
    height: 450px
}

.h-\[456px\] {
    height: 456px
}

.h-\[4rem\] {
    height: 4rem
}

.h-\[50\%\] {
    height: 50%
}

.h-\[500px\] {
    height: 500px
}

.h-\[50vh\] {
    height: 50vh
}

.h-\[55\%\] {
    height: 55%
}

.h-\[5rem\] {
    height: 5rem
}

.h-\[60\%\] {
    height: 60%
}

.h-\[60px\] {
    height: 60px
}

.h-\[6rem\] {
    height: 6rem
}

.h-\[70px\] {
    height: 70px
}

.h-\[70vh\] {
    height: 70vh
}

.h-\[75vh\] {
    height: 75vh
}

.h-\[7rem\] {
    height: 7rem
}

.h-\[80px\] {
    height: 80px
}

.h-\[80vh\] {
    height: 80vh
}

.h-\[85vh\] {
    height: 85vh
}

.h-\[8rem\] {
    height: 8rem
}

.h-\[90px\] {
    height: 90px
}

.h-\[92vh\] {
    height: 92vh
}

.h-\[95px\] {
    height: 95px
}

.h-\[98\%\] {
    height: 98%
}

.h-\[98px\] {
    height: 98px
}

.h-\[9rem\] {
    height: 9rem
}

.h-\[calc\(100\%\+80px\)\] {
    height: calc(100% + 80px)
}

.h-\[calc\(100\%-3rem\)\] {
    height: calc(100% - 3rem)
}

.h-\[calc\(100vh-9rem\)\] {
    height: calc(100vh - 9rem)
}

.h-auto {
    height: auto
}

.h-fit {
    height: -moz-fit-content;
    height: fit-content
}

.h-full {
    height: 100%
}

.h-screen {
    height: 100vh
}

.max-h-0 {
    max-height: 0
}

.max-h-32 {
    max-height: 8rem
}

.max-h-36 {
    max-height: 9rem
}

.max-h-40 {
    max-height: 10rem
}

.max-h-\[100px\] {
    max-height: 100px
}

.max-h-\[12\.5rem\] {
    max-height: 12.5rem
}

.max-h-\[150px\] {
    max-height: 150px
}

.max-h-\[15rem\] {
    max-height: 15rem
}

.max-h-\[16rem\] {
    max-height: 16rem
}

.max-h-\[20rem\] {
    max-height: 20rem
}

.max-h-\[30rem\] {
    max-height: 30rem
}

.max-h-\[30vh\] {
    max-height: 30vh
}

.max-h-\[400px\] {
    max-height: 400px
}

.max-h-\[436px\] {
    max-height: 436px
}

.max-h-\[4rem\] {
    max-height: 4rem
}

.max-h-\[50rem\] {
    max-height: 50rem
}

.max-h-\[5rem\] {
    max-height: 5rem
}

.max-h-\[65vh\] {
    max-height: 65vh
}

.max-h-\[680px\] {
    max-height: 680px
}

.max-h-\[70vh\] {
    max-height: 70vh
}

.max-h-\[79px\] {
    max-height: 79px
}

.max-h-\[80vh\] {
    max-height: 80vh
}

.max-h-\[90px\] {
    max-height: 90px
}

.max-h-\[calc\(100\%-4rem\)\] {
    max-height: calc(100% - 4rem)
}

.max-h-\[calc\(100vh-5rem\)\] {
    max-height: calc(100vh - 5rem)
}

.max-h-fit {
    max-height: -moz-fit-content;
    max-height: fit-content
}

.max-h-full {
    max-height: 100%
}

.min-h-\[100px\] {
    min-height: 100px
}

.min-h-\[10vh\] {
    min-height: 10vh
}

.min-h-\[12rem\] {
    min-height: 12rem
}

.min-h-\[200px\] {
    min-height: 200px
}

.min-h-\[230px\] {
    min-height: 230px
}

.min-h-\[400px\] {
    min-height: 400px
}

.min-h-\[4rem\] {
    min-height: 4rem
}

.min-h-\[60vh\] {
    min-height: 60vh
}

.min-h-\[8rem\] {
    min-height: 8rem
}

.min-h-\[90px\] {
    min-height: 90px
}

.min-h-\[calc\(100vh-12rem\)\] {
    min-height: calc(100vh - 12rem)
}

.min-h-screen {
    min-height: 100vh
}

.\!w-12 {
    width: 3rem !important
}

.\!w-\[300px\] {
    width: 300px !important
}

.\!w-\[40px\] {
    width: 40px !important
}

.\!w-\[45px\] {
    width: 45px !important
}

.\!w-\[50px\] {
    width: 50px !important
}

.\!w-full {
    width: 100% !important
}

.\!w-px {
    width: 1px !important
}

.w-0 {
    width: 0
}

.w-1 {
    width: .25rem
}

.w-1\/2 {
    width: 50%
}

.w-1\/3 {
    width: 33.333333%
}

.w-10 {
    width: 2.5rem
}

.w-10\/12 {
    width: 83.333333%
}

.w-11\/12 {
    width: 91.666667%
}

.w-12 {
    width: 3rem
}

.w-14 {
    width: 3.5rem
}

.w-16 {
    width: 4rem
}

.w-2\/3 {
    width: 66.666667%
}

.w-20 {
    width: 5rem
}

.w-24 {
    width: 6rem
}

.w-3 {
    width: .75rem
}

.w-3\/5 {
    width: 60%
}

.w-36 {
    width: 9rem
}

.w-4 {
    width: 1rem
}

.w-4\/5 {
    width: 80%
}

.w-48 {
    width: 12rem
}

.w-5 {
    width: 1.25rem
}

.w-6 {
    width: 1.5rem
}

.w-64 {
    width: 16rem
}

.w-7 {
    width: 1.75rem
}

.w-72 {
    width: 18rem
}

.w-8 {
    width: 2rem
}

.w-80 {
    width: 20rem
}

.w-\[0\%\] {
    width: 0
}

.w-\[1\.125rem\] {
    width: 1.125rem
}

.w-\[1\.75rem\] {
    width: 1.75rem
}

.w-\[100\%\] {
    width: 100%
}

.w-\[100px\] {
    width: 100px
}

.w-\[10rem\] {
    width: 10rem
}

.w-\[10vw\] {
    width: 10vw
}

.w-\[11rem\] {
    width: 11rem
}

.w-\[13rem\] {
    width: 13rem
}

.w-\[150\%\] {
    width: 150%
}

.w-\[150px\] {
    width: 150px
}

.w-\[16rem\] {
    width: 16rem
}

.w-\[180px\] {
    width: 180px
}

.w-\[18rem\] {
    width: 18rem
}

.w-\[19\%\] {
    width: 19%
}

.w-\[1px\] {
    width: 1px
}

.w-\[2\.5rem\] {
    width: 2.5rem
}

.w-\[2\.75rem\] {
    width: 2.75rem
}

.w-\[20vw\] {
    width: 20vw
}

.w-\[25rem\] {
    width: 25rem
}

.w-\[27\.8125rem\] {
    width: 27.8125rem
}

.w-\[2px\] {
    width: 2px
}

.w-\[3\.375rem\] {
    width: 3.375rem
}

.w-\[3\.5rem\] {
    width: 3.5rem
}

.w-\[300px\] {
    width: 300px
}

.w-\[30rem\] {
    width: 30rem
}

.w-\[320px\] {
    width: 320px
}

.w-\[33\%\] {
    width: 33%
}

.w-\[3rem\] {
    width: 3rem
}

.w-\[4\.5rem\] {
    width: 4.5rem
}

.w-\[42px\] {
    width: 42px
}

.w-\[44px\] {
    width: 44px
}

.w-\[48\%\] {
    width: 48%
}

.w-\[49\%\] {
    width: 49%
}

.w-\[49\.2\%\] {
    width: 49.2%
}

.w-\[49\.6\%\] {
    width: 49.6%
}

.w-\[4rem\] {
    width: 4rem
}

.w-\[50\%\] {
    width: 50%
}

.w-\[5rem\] {
    width: 5rem
}

.w-\[6\.5rem\] {
    width: 6.5rem
}

.w-\[60\%\] {
    width: 60%
}

.w-\[60px\] {
    width: 60px
}

.w-\[65\%\] {
    width: 65%
}

.w-\[70\%\] {
    width: 70%
}

.w-\[700px\] {
    width: 700px
}

.w-\[70px\] {
    width: 70px
}

.w-\[75vw\] {
    width: 75vw
}

.w-\[7rem\] {
    width: 7rem
}

.w-\[85\%\] {
    width: 85%
}

.w-\[8rem\] {
    width: 8rem
}

.w-\[90\%\] {
    width: 90%
}

.w-\[90px\] {
    width: 90px
}

.w-\[95\%\] {
    width: 95%
}

.w-\[950px\] {
    width: 950px
}

.w-\[96\%\] {
    width: 96%
}

.w-\[98\%\] {
    width: 98%
}

.w-\[9rem\] {
    width: 9rem
}

.w-\[calc\(100\%\+3rem\)\] {
    width: calc(100% + 3rem)
}

.w-\[calc\(100\%-1\.25rem\)\] {
    width: calc(100% - 1.25rem)
}

.w-\[calc\(100\%-1\.5rem\)\] {
    width: calc(100% - 1.5rem)
}

.w-\[calc\(100\%-1rem\)\] {
    width: calc(100% - 1rem)
}

.w-\[calc\(100\%-3rem\)\] {
    width: calc(100% - 3rem)
}

.w-auto {
    width: auto
}

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

.w-full {
    width: 100%
}

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

.w-screen {
    width: 100vw
}

.min-w-0 {
    min-width: 0
}

.min-w-\[100px\] {
    min-width: 100px
}

.min-w-\[150px\] {
    min-width: 150px
}

.min-w-\[200px\] {
    min-width: 200px
}

.min-w-\[250px\] {
    min-width: 250px
}

.min-w-\[260px\] {
    min-width: 260px
}

.min-w-\[30\%\] {
    min-width: 30%
}

.min-w-\[35vw\] {
    min-width: 35vw
}

.min-w-\[40\%\] {
    min-width: 40%
}

.min-w-\[50\%\] {
    min-width: 50%
}

.min-w-\[50vw\] {
    min-width: 50vw
}

.min-w-\[60px\] {
    min-width: 60px
}

.min-w-\[90px\] {
    min-width: 90px
}

.min-w-\[calc\(50\%-\.5rem\)\] {
    min-width: calc(50% - .5rem)
}

.min-w-full {
    min-width: 100%
}

.max-w-2xl {
    max-width: 42rem
}

.max-w-3xl {
    max-width: 48rem
}

.max-w-7xl {
    max-width: 80rem
}

.max-w-\[100px\] {
    max-width: 100px
}

.max-w-\[10rem\] {
    max-width: 10rem
}

.max-w-\[11\.5rem\] {
    max-width: 11.5rem
}

.max-w-\[13rem\] {
    max-width: 13rem
}

.max-w-\[15rem\] {
    max-width: 15rem
}

.max-w-\[234px\] {
    max-width: 234px
}

.max-w-\[250px\] {
    max-width: 250px
}

.max-w-\[33\%\] {
    max-width: 33%
}

.max-w-\[400px\] {
    max-width: 400px
}

.max-w-\[50\%\] {
    max-width: 50%
}

.max-w-\[500px\] {
    max-width: 500px
}

.max-w-\[70\%\] {
    max-width: 70%
}

.max-w-\[90\%\] {
    max-width: 90%
}

.max-w-\[90px\] {
    max-width: 90px
}

.max-w-\[90vw\] {
    max-width: 90vw
}

.max-w-\[calc\(50\%-6px\)\] {
    max-width: calc(50% - 6px)
}

.max-w-\[calc\(50\%-7px\)\] {
    max-width: calc(50% - 7px)
}

.max-w-full {
    max-width: 100%
}

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

.max-w-md {
    max-width: 28rem
}

.max-w-none {
    max-width: none
}

.flex-1 {
    flex: 1 1 0%
}

.flex-shrink-0,
.shrink-0 {
    flex-shrink: 0
}

.flex-grow,
.grow {
    flex-grow: 1
}

.basis-1\/2 {
    flex-basis: 50%
}

.basis-1\/3 {
    flex-basis: 33.333333%
}

.basis-1\/4 {
    flex-basis: 25%
}

.basis-2\/3 {
    flex-basis: 66.666667%
}

.basis-\[30\%\] {
    flex-basis: 30%
}

.basis-\[40\%\] {
    flex-basis: 40%
}

.basis-\[40px\] {
    flex-basis: 40px
}

.basis-\[45\%\] {
    flex-basis: 45%
}

.basis-\[55\%\] {
    flex-basis: 55%
}

.basis-\[calc\(50\%-\.375rem\)\] {
    flex-basis: calc(50% - .375rem)
}

.basis-\[calc\(50\%-\.5rem\)\] {
    flex-basis: calc(50% - .5rem)
}

.basis-\[calc\(50\%-15px\)\] {
    flex-basis: calc(50% - 15px)
}

.basis-\[calc\(50\%-7px\)\] {
    flex-basis: calc(50% - 7px)
}

.basis-auto {
    flex-basis: auto
}

.basis-full {
    flex-basis: 100%
}

.table-auto {
    table-layout: auto
}

.table-fixed {
    table-layout: fixed
}

.border-collapse {
    border-collapse: collapse
}

.border-spacing-y-2 {
    --tw-border-spacing-y: 0.5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.-translate-x-0 {
    --tw-translate-x: -0px
}

.-translate-x-0,
.-translate-x-1\/2 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%
}

.-translate-x-\[0\%\] {
    --tw-translate-x: -0%
}

.-translate-x-\[0\%\],
.-translate-x-\[0vw\] {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-x-\[0vw\] {
    --tw-translate-x: -0vw
}

.-translate-x-\[100\%\] {
    --tw-translate-x: -100%
}

.-translate-x-\[100\%\],
.-translate-x-\[100vh\] {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-x-\[100vh\] {
    --tw-translate-x: -100vh
}

.-translate-x-\[120vh\] {
    --tw-translate-x: -120vh
}

.-translate-x-\[120vh\],
.-translate-y-1\/2 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%
}

.-translate-y-20 {
    --tw-translate-y: -5rem
}

.-translate-y-20,
.-translate-y-\[105vh\] {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-y-\[105vh\] {
    --tw-translate-y: -105vh
}

.-translate-y-\[4\.2rem\] {
    --tw-translate-y: -4.2rem
}

.-translate-y-\[4\.2rem\],
.-translate-y-\[4rem\] {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-y-\[4rem\] {
    --tw-translate-y: -4rem
}

.-translate-y-\[5rem\] {
    --tw-translate-y: -5rem
}

.-translate-y-\[5rem\],
.-translate-y-full {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-y-full {
    --tw-translate-y: -100%
}

.translate-x-0 {
    --tw-translate-x: 0px
}

.translate-x-0,
.translate-x-12 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-12 {
    --tw-translate-x: 3rem
}

.translate-x-\[-335px\] {
    --tw-translate-x: -335px
}

.translate-x-\[-335px\],
.translate-x-\[100\%\] {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-\[100\%\] {
    --tw-translate-x: 100%
}

.translate-x-\[100vh\] {
    --tw-translate-x: 100vh
}

.translate-x-\[100vh\],
.translate-x-\[10vw\] {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-\[10vw\] {
    --tw-translate-x: 10vw
}

.translate-x-\[120vh\] {
    --tw-translate-x: 120vh
}

.translate-x-\[120vh\],
.translate-x-\[335px\] {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-\[335px\] {
    --tw-translate-x: 335px
}

.translate-x-\[40vw\] {
    --tw-translate-x: 40vw
}

.translate-x-\[40vw\],
.translate-x-\[90vh\] {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-\[90vh\] {
    --tw-translate-x: 90vh
}

.translate-y-0 {
    --tw-translate-y: 0px
}

.translate-y-0,
.translate-y-1\/2 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-1\/2 {
    --tw-translate-y: 50%
}

.translate-y-10 {
    --tw-translate-y: 2.5rem
}

.translate-y-10,
.translate-y-20 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-20 {
    --tw-translate-y: 5rem
}

.translate-y-4 {
    --tw-translate-y: 1rem
}

.translate-y-4,
.translate-y-full {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-full {
    --tw-translate-y: 100%
}

.-rotate-2 {
    --tw-rotate: -2deg
}

.-rotate-2,
.-rotate-90 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-rotate-90 {
    --tw-rotate: -90deg
}

.-rotate-\[5deg\] {
    --tw-rotate: -5deg
}

.-rotate-\[5deg\],
.-rotate-\[7deg\] {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-rotate-\[7deg\] {
    --tw-rotate: -7deg
}

.-rotate-\[8deg\] {
    --tw-rotate: -8deg
}

.-rotate-\[8deg\],
.rotate-0 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rotate-0 {
    --tw-rotate: 0deg
}

.rotate-1 {
    --tw-rotate: 1deg
}

.rotate-1,
.rotate-12 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rotate-12 {
    --tw-rotate: 12deg
}

.rotate-180 {
    --tw-rotate: 180deg
}

.rotate-180,
.rotate-90 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rotate-90 {
    --tw-rotate: 90deg
}

.scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0
}

.scale-0,
.scale-100 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1
}

.scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05
}

.scale-105,
.scale-125 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25
}

.scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5
}

.scale-150,
.scale-75 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75
}

.scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95
}

.scale-95,
.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

@keyframes bounce {

    0%,
    to {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }

    50% {
        transform: none;
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
}

.animate-bounce {
    animation: bounce 1s infinite
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

.animate-spin {
    animation: spin 1s linear infinite
}

.\!cursor-pointer {
    cursor: pointer !important
}

.cursor-pointer {
    cursor: pointer
}

.list-decimal {
    list-style-type: decimal
}

.list-disc {
    list-style-type: disc
}

.grid-flow-row-dense {
    grid-auto-flow: row dense
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

.grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr))
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

.grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr))
}

.grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr))
}

.grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr))
}

.grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr))
}

.grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr))
}

.flex-row {
    flex-direction: row
}

.flex-row-reverse {
    flex-direction: row-reverse
}

.flex-col {
    flex-direction: column
}

.flex-col-reverse {
    flex-direction: column-reverse
}

.flex-wrap {
    flex-wrap: wrap
}

.items-start {
    align-items: flex-start
}

.items-end {
    align-items: flex-end
}

.items-center {
    align-items: center
}

.items-baseline {
    align-items: baseline
}

.items-stretch {
    align-items: stretch
}

.justify-start {
    justify-content: flex-start
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

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

.justify-between {
    justify-content: space-between
}

.justify-around {
    justify-content: space-around
}

.justify-evenly {
    justify-content: space-evenly
}

.gap-0 {
    gap: 0
}

.gap-1 {
    gap: .25rem
}

.gap-10 {
    gap: 2.5rem
}

.gap-12 {
    gap: 3rem
}

.gap-14 {
    gap: 3.5rem
}

.gap-16 {
    gap: 4rem
}

.gap-2 {
    gap: .5rem
}

.gap-20 {
    gap: 5rem
}

.gap-3 {
    gap: .75rem
}

.gap-4 {
    gap: 1rem
}

.gap-5 {
    gap: 1.25rem
}

.gap-6 {
    gap: 1.5rem
}

.gap-7 {
    gap: 1.75rem
}

.gap-8 {
    gap: 2rem
}

.gap-\[\.5rem\] {
    gap: .5rem
}

.gap-\[\.625rem\] {
    gap: .625rem
}

.gap-\[\.75rem\] {
    gap: .75rem
}

.gap-\[0\.125rem\] {
    gap: .125rem
}

.gap-\[0\.175rem\] {
    gap: .175rem
}

.gap-\[0\.2rem\] {
    gap: .2rem
}

.gap-\[0\.325rem\] {
    gap: .325rem
}

.gap-\[0\.375rem\] {
    gap: .375rem
}

.gap-\[0\.5rem\] {
    gap: .5rem
}

.gap-\[0\.625rem\] {
    gap: .625rem
}

.gap-\[0\.875rem\] {
    gap: .875rem
}

.gap-\[1\.25rem\] {
    gap: 1.25rem
}

.gap-\[1\.375rem\] {
    gap: 1.375rem
}

.gap-\[1\.5rem\] {
    gap: 1.5rem
}

.gap-\[1\.875rem\] {
    gap: 1.875rem
}

.gap-\[1px\] {
    gap: 1px
}

.gap-\[1rem\] {
    gap: 1rem
}

.gap-\[2\%\] {
    gap: 2%
}

.gap-\[2\.5rem\] {
    gap: 2.5rem
}

.gap-\[2px\] {
    gap: 2px
}

.gap-\[2rem\] {
    gap: 2rem
}

.gap-\[3\.5rem\] {
    gap: 3.5rem
}

.gap-\[3\.75rem\] {
    gap: 3.75rem
}

.gap-\[3\.8rem\] {
    gap: 3.8rem
}

.gap-\[5px\] {
    gap: 5px
}

.gap-\[6px\] {
    gap: 6px
}

.gap-x-2 {
    -moz-column-gap: .5rem;
    column-gap: .5rem
}

.gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem
}

.gap-x-\[1vw\] {
    -moz-column-gap: 1vw;
    column-gap: 1vw
}

.gap-y-4 {
    row-gap: 1rem
}

.gap-y-\[0\.625rem\] {
    row-gap: .625rem
}

.gap-y-\[3vw\] {
    row-gap: 3vw
}

.space-x-1>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.25rem * var(--tw-space-x-reverse));
    margin-left: calc(.25rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-2>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.5rem * var(--tw-space-x-reverse));
    margin-left: calc(.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-3>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.75rem * var(--tw-space-x-reverse));
    margin-left: calc(.75rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-4>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-2>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.5rem * var(--tw-space-y-reverse))
}

.space-y-4>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse))
}

.space-y-6>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse))
}

.space-y-8>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse))
}

.self-start {
    align-self: flex-start
}

.self-end {
    align-self: flex-end
}

.self-center {
    align-self: center
}

.overflow-auto {
    overflow: auto
}

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

.overflow-hidden {
    overflow: hidden
}

.overflow-x-auto {
    overflow-x: auto
}

.overflow-y-auto {
    overflow-y: auto
}

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

.overflow-y-visible {
    overflow-y: visible
}

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

.hyphens-auto {
    -webkit-hyphens: auto;
    hyphens: auto
}

.whitespace-normal {
    white-space: normal
}

.\!whitespace-nowrap {
    white-space: nowrap !important
}

.whitespace-nowrap {
    white-space: nowrap
}

.break-words {
    overflow-wrap: break-word
}

.break-all {
    word-break: break-all
}

.\!rounded-full {
    border-radius: 9999px !important
}

.\!rounded-md {
    border-radius: .375rem !important
}

.\!rounded-none {
    border-radius: 0 !important
}

.\!rounded-xl {
    border-radius: .75rem !important
}

.rounded {
    border-radius: .25rem
}

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

.rounded-3xl {
    border-radius: 1.5rem
}

.rounded-\[\.25rem\] {
    border-radius: .25rem
}

.rounded-\[\.325rem\] {
    border-radius: .325rem
}

.rounded-\[\.375rem\] {
    border-radius: .375rem
}

.rounded-\[\.5rem\] {
    border-radius: .5rem
}

.rounded-\[\.75rem\] {
    border-radius: .75rem
}

.rounded-\[0\.25rem\] {
    border-radius: .25rem
}

.rounded-\[0\.325rem\] {
    border-radius: .325rem
}

.rounded-\[0\.375rem\] {
    border-radius: .375rem
}

.rounded-\[0\.5rem\] {
    border-radius: .5rem
}

.rounded-\[0\.625rem\] {
    border-radius: .625rem
}

.rounded-\[0\.75rem\] {
    border-radius: .75rem
}

.rounded-\[0\.7rem\] {
    border-radius: .7rem
}

.rounded-\[1\.25rem\] {
    border-radius: 1.25rem
}

.rounded-\[1\.875rem\] {
    border-radius: 1.875rem
}

.rounded-\[10px\] {
    border-radius: 10px
}

.rounded-\[12px\] {
    border-radius: 12px
}

.rounded-\[1rem\] {
    border-radius: 1rem
}

.rounded-\[2rem\] {
    border-radius: 2rem
}

.rounded-\[34px\] {
    border-radius: 34px
}

.rounded-\[3rem\] {
    border-radius: 3rem
}

.rounded-\[4px\] {
    border-radius: 4px
}

.rounded-\[9px\] {
    border-radius: 9px
}

.rounded-full {
    border-radius: 9999px
}

.rounded-lg {
    border-radius: .5rem
}

.rounded-md {
    border-radius: .375rem
}

.rounded-none {
    border-radius: 0
}

.rounded-sm {
    border-radius: .125rem
}

.rounded-xl {
    border-radius: .75rem
}

.\!rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important
}

.rounded-b-\[0\.625rem\] {
    border-bottom-right-radius: .625rem;
    border-bottom-left-radius: .625rem
}

.rounded-b-\[1rem\] {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem
}

.rounded-b-\[2rem\] {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem
}

.rounded-l-\[0\.25rem\] {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.rounded-l-\[0\.375rem\] {
    border-top-left-radius: .375rem;
    border-bottom-left-radius: .375rem
}

.rounded-l-\[1\.25rem\] {
    border-top-left-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem
}

.rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.rounded-r-\[0\.25rem\] {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.rounded-r-\[1\.25rem\] {
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem
}

.rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px
}

.rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem
}

.rounded-t-\[\.75rem\] {
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem
}

.rounded-t-\[0\.5rem\] {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem
}

.rounded-t-\[0\.75rem\] {
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem
}

.rounded-t-\[1\.25rem\] {
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem
}

.rounded-t-\[1rem\] {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem
}

.rounded-t-\[2rem\] {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem
}

.rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem
}

.rounded-t-md {
    border-top-left-radius: .375rem;
    border-top-right-radius: .375rem
}

.\!rounded-bl-xl {
    border-bottom-left-radius: .75rem !important
}

.\!rounded-tl-xl {
    border-top-left-radius: .75rem !important
}

.rounded-bl-lg {
    border-bottom-left-radius: .5rem
}

.rounded-bl-md {
    border-bottom-left-radius: .375rem
}

.rounded-bl-none {
    border-bottom-left-radius: 0
}

.rounded-bl-sm {
    border-bottom-left-radius: .125rem
}

.rounded-bl-xl {
    border-bottom-left-radius: .75rem
}

.rounded-br-lg {
    border-bottom-right-radius: .5rem
}

.rounded-br-md {
    border-bottom-right-radius: .375rem
}

.rounded-br-none {
    border-bottom-right-radius: 0
}

.rounded-br-sm {
    border-bottom-right-radius: .125rem
}

.rounded-br-xl {
    border-bottom-right-radius: .75rem
}

.rounded-tl-2xl {
    border-top-left-radius: 1rem
}

.rounded-tl-md {
    border-top-left-radius: .375rem
}

.rounded-tr-2xl {
    border-top-right-radius: 1rem
}

.rounded-tr-md {
    border-top-right-radius: .375rem
}

.\!border-0 {
    border-width: 0 !important
}

.border {
    border-width: 1px
}

.border-0 {
    border-width: 0
}

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

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

.border-8 {
    border-width: 8px
}

.border-\[0\.5rem\] {
    border-width: .5rem
}

.border-\[1px\] {
    border-width: 1px
}

.border-\[4px\] {
    border-width: 4px
}

.border-x {
    border-left-width: 1px;
    border-right-width: 1px
}

.border-y {
    border-top-width: 1px
}

.border-b,
.border-y {
    border-bottom-width: 1px
}

.border-b-0 {
    border-bottom-width: 0
}

.border-b-2 {
    border-bottom-width: 2px
}

.border-l-2 {
    border-left-width: 2px
}

.border-r {
    border-right-width: 1px
}

.border-t {
    border-top-width: 1px
}

.border-solid {
    border-style: solid
}

.border-dashed {
    border-style: dashed
}

.border-none {
    border-style: none
}

.\!border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(229 231 235/var(--tw-border-opacity)) !important
}

.\!border-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(209 213 219/var(--tw-border-opacity)) !important
}

.border-\[\#10679a\] {
    --tw-border-opacity: 1;
    border-color: rgb(16 103 154/var(--tw-border-opacity))
}

.border-\[\#10679a\]\/50 {
    border-color: rgba(16, 103, 154, .5)
}

.border-\[\#1BA553\] {
    --tw-border-opacity: 1;
    border-color: rgb(27 165 83/var(--tw-border-opacity))
}

.border-\[\#1D6397\] {
    --tw-border-opacity: 1;
    border-color: rgb(29 99 151/var(--tw-border-opacity))
}

.border-\[\#225882\] {
    --tw-border-opacity: 1;
    border-color: rgb(34 88 130/var(--tw-border-opacity))
}

.border-\[\#308c3d\] {
    --tw-border-opacity: 1;
    border-color: rgb(48 140 61/var(--tw-border-opacity))
}

.border-\[\#426d8b\]\/75 {
    border-color: rgba(66, 109, 139, .75)
}

.border-\[\#FFD700\] {
    --tw-border-opacity: 1;
    border-color: rgb(255 215 0/var(--tw-border-opacity))
}

.border-black {
    --tw-border-opacity: 1;
    border-color: rgb(4 9 33/var(--tw-border-opacity))
}

.border-blue {
    --tw-border-opacity: 1;
    border-color: rgb(22 102 217/var(--tw-border-opacity))
}

.border-blue-tint {
    --tw-border-opacity: 1;
    border-color: rgb(218 239 255/var(--tw-border-opacity))
}

.border-current {
    border-color: currentColor
}

.border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgb(243 244 246/var(--tw-border-opacity))
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235/var(--tw-border-opacity))
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219/var(--tw-border-opacity))
}

.border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175/var(--tw-border-opacity))
}

.border-gray-dark {
    --tw-border-opacity: 1;
    border-color: rgb(33 37 41/var(--tw-border-opacity))
}

.border-gray-dark\/10 {
    border-color: rgba(33, 37, 41, .1)
}

.border-gray-light {
    --tw-border-opacity: 1;
    border-color: rgb(113 113 113/var(--tw-border-opacity))
}

.border-gray-light\/10 {
    border-color: hsla(0, 0%, 44%, .1)
}

.border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgb(220 252 231/var(--tw-border-opacity))
}

.border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgb(187 247 208/var(--tw-border-opacity))
}

.border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgb(34 197 94/var(--tw-border-opacity))
}

.border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgb(22 163 74/var(--tw-border-opacity))
}

.border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgb(254 202 202/var(--tw-border-opacity))
}

.border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgb(248 113 113/var(--tw-border-opacity))
}

.border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgb(220 38 38/var(--tw-border-opacity))
}

.border-slate-200 {
    --tw-border-opacity: 1;
    border-color: rgb(226 232 240/var(--tw-border-opacity))
}

.border-slate-300 {
    --tw-border-opacity: 1;
    border-color: rgb(203 213 225/var(--tw-border-opacity))
}

.border-slate-400 {
    --tw-border-opacity: 1;
    border-color: rgb(148 163 184/var(--tw-border-opacity))
}

.border-slate-500 {
    --tw-border-opacity: 1;
    border-color: rgb(100 116 139/var(--tw-border-opacity))
}

.border-slate-700 {
    --tw-border-opacity: 1;
    border-color: rgb(51 65 85/var(--tw-border-opacity))
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255/var(--tw-border-opacity))
}

.border-white\/20 {
    border-color: hsla(0, 0%, 100%, .2)
}

.border-r-transparent {
    border-right-color: transparent
}

.\!bg-black\/50 {
    background-color: rgba(4, 9, 33, .5) !important
}

.\!bg-blue {
    background-color: rgb(22 102 217/var(--tw-bg-opacity)) !important
}

.\!bg-blue,
.\!bg-gray-500 {
    --tw-bg-opacity: 1 !important
}

.\!bg-gray-500 {
    background-color: rgb(107 114 128/var(--tw-bg-opacity)) !important
}

.\!bg-red-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(239 68 68/var(--tw-bg-opacity)) !important
}

.\!bg-transparent {
    background-color: transparent !important
}

.bg-\[\#03BCE910\] {
    background-color: #03bce910
}

.bg-\[\#03BCE970\] {
    background-color: #03bce970
}

.bg-\[\#10679a\] {
    --tw-bg-opacity: 1;
    background-color: rgb(16 103 154/var(--tw-bg-opacity))
}

.bg-\[\#1BA553\] {
    --tw-bg-opacity: 1;
    background-color: rgb(27 165 83/var(--tw-bg-opacity))
}

.bg-\[\#1D6397\] {
    --tw-bg-opacity: 1;
    background-color: rgb(29 99 151/var(--tw-bg-opacity))
}

.bg-\[\#2f7869\] {
    --tw-bg-opacity: 1;
    background-color: rgb(47 120 105/var(--tw-bg-opacity))
}

.bg-\[\#308c3d\] {
    --tw-bg-opacity: 1;
    background-color: rgb(48 140 61/var(--tw-bg-opacity))
}

.bg-\[\#378fd2\] {
    --tw-bg-opacity: 1;
    background-color: rgb(55 143 210/var(--tw-bg-opacity))
}

.bg-\[\#54eb91\] {
    --tw-bg-opacity: 1;
    background-color: rgb(84 235 145/var(--tw-bg-opacity))
}

.bg-\[\#5dace9\] {
    --tw-bg-opacity: 1;
    background-color: rgb(93 172 233/var(--tw-bg-opacity))
}

.bg-\[\#66cf90\] {
    --tw-bg-opacity: 1;
    background-color: rgb(102 207 144/var(--tw-bg-opacity))
}

.bg-\[\#A4CAFE\] {
    --tw-bg-opacity: 1;
    background-color: rgb(164 202 254/var(--tw-bg-opacity))
}

.bg-\[\#C3D1DF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(195 209 223/var(--tw-bg-opacity))
}

.bg-\[\#DEFCE8\] {
    --tw-bg-opacity: 1;
    background-color: rgb(222 252 232/var(--tw-bg-opacity))
}

.bg-\[\#F7BD5910\] {
    background-color: #f7bd5910
}

.bg-\[\#F7BD59\] {
    --tw-bg-opacity: 1;
    background-color: rgb(247 189 89/var(--tw-bg-opacity))
}

.bg-\[\#FA3F4610\] {
    background-color: #fa3f4610
}

.bg-\[\#FA3F4670\] {
    background-color: #fa3f4670
}

.bg-\[\#c3d1df\] {
    --tw-bg-opacity: 1;
    background-color: rgb(195 209 223/var(--tw-bg-opacity))
}

.bg-\[\#c4e6ec\] {
    --tw-bg-opacity: 1;
    background-color: rgb(196 230 236/var(--tw-bg-opacity))
}

.bg-\[\#daefff\] {
    --tw-bg-opacity: 1;
    background-color: rgb(218 239 255/var(--tw-bg-opacity))
}

.bg-\[\#edf7fb\] {
    --tw-bg-opacity: 1;
    background-color: rgb(237 247 251/var(--tw-bg-opacity))
}

.bg-\[\#f3f4f6\] {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246/var(--tw-bg-opacity))
}

.bg-\[\#f7f7f7\] {
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 247/var(--tw-bg-opacity))
}

.bg-\[\#f8f8f8\] {
    --tw-bg-opacity: 1;
    background-color: rgb(248 248 248/var(--tw-bg-opacity))
}

.bg-\[\#fcffff\] {
    --tw-bg-opacity: 1;
    background-color: rgb(252 255 255/var(--tw-bg-opacity))
}

.bg-\[\#ffe9c2\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 233 194/var(--tw-bg-opacity))
}

.bg-alert {
    --tw-bg-opacity: 1;
    background-color: rgb(221 81 71/var(--tw-bg-opacity))
}

.bg-alert-extra-light {
    --tw-bg-opacity: 1;
    background-color: rgb(253 234 233/var(--tw-bg-opacity))
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(4 9 33/var(--tw-bg-opacity))
}

.bg-black\/30 {
    background-color: rgba(4, 9, 33, .3)
}

.bg-black\/40 {
    background-color: rgba(4, 9, 33, .4)
}

.bg-black\/50 {
    background-color: rgba(4, 9, 33, .5)
}

.bg-black\/60 {
    background-color: rgba(4, 9, 33, .6)
}

.bg-black\/75 {
    background-color: rgba(4, 9, 33, .75)
}

.bg-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(22 102 217/var(--tw-bg-opacity))
}

.bg-blue-dark {
    --tw-bg-opacity: 1;
    background-color: rgb(25 84 180/var(--tw-bg-opacity))
}

.bg-blue-light {
    --tw-bg-opacity: 1;
    background-color: rgb(30 127 242/var(--tw-bg-opacity))
}

.bg-blue-tint {
    --tw-bg-opacity: 1;
    background-color: rgb(218 239 255/var(--tw-bg-opacity))
}

.bg-blue-tint\/50 {
    background-color: rgba(218, 239, 255, .5)
}

.bg-blue\/20 {
    background-color: rgba(22, 102, 217, .2)
}

.bg-blue\/25 {
    background-color: rgba(22, 102, 217, .25)
}

.bg-blue\/40 {
    background-color: rgba(22, 102, 217, .4)
}

.bg-bright-orange {
    --tw-bg-opacity: 1;
    background-color: rgb(245 121 37);
}

.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246/var(--tw-bg-opacity))
}

.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235/var(--tw-bg-opacity))
}

.bg-gray-200\/10 {
    background-color: rgba(229, 231, 235, .1)
}

.bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219/var(--tw-bg-opacity))
}

.bg-gray-300\/75 {
    background-color: rgba(209, 213, 219, .75)
}

.bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251/var(--tw-bg-opacity))
}

.bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81/var(--tw-bg-opacity))
}

.bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55/var(--tw-bg-opacity))
}

.bg-gray-dark {
    --tw-bg-opacity: 1;
    background-color: rgb(33 37 41/var(--tw-bg-opacity))
}

.bg-gray-dark\/5 {
    background-color: rgba(33, 37, 41, .05)
}

.bg-gray-dark\/50 {
    background-color: rgba(33, 37, 41, .5)
}

.bg-gray-dark\/60 {
    background-color: rgba(33, 37, 41, .6)
}

.bg-gray-light {
    --tw-bg-opacity: 1;
    background-color: rgb(113 113 113/var(--tw-bg-opacity))
}

.bg-gray-light\/5 {
    background-color: hsla(0, 0%, 44%, .05)
}

.bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(220 252 231/var(--tw-bg-opacity))
}

.bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(187 247 208/var(--tw-bg-opacity))
}

.bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(134 239 172/var(--tw-bg-opacity))
}

.bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(240 253 244/var(--tw-bg-opacity))
}

.bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(34 197 94/var(--tw-bg-opacity))
}

.bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(22 163 74/var(--tw-bg-opacity))
}

.bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(224 231 255/var(--tw-bg-opacity))
}

.bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(165 180 252/var(--tw-bg-opacity))
}

.bg-lime-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(236 252 203/var(--tw-bg-opacity))
}

.bg-lime-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(190 242 100/var(--tw-bg-opacity))
}

.bg-orange-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 237 213/var(--tw-bg-opacity))
}

.bg-orange-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(253 186 116/var(--tw-bg-opacity))
}

.bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 202 202/var(--tw-bg-opacity))
}

.bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(252 165 165/var(--tw-bg-opacity))
}

.bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 242 242/var(--tw-bg-opacity))
}

.bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68/var(--tw-bg-opacity))
}

.bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38/var(--tw-bg-opacity))
}

.bg-sky-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(186 230 253/var(--tw-bg-opacity))
}

.bg-sky-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(125 211 252/var(--tw-bg-opacity))
}

.bg-sky-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(56 189 248/var(--tw-bg-opacity))
}

.bg-sky-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(14 165 233/var(--tw-bg-opacity))
}

.bg-sky-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(2 132 199/var(--tw-bg-opacity))
}

.bg-sky-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(3 105 161/var(--tw-bg-opacity))
}

.bg-sky-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(7 89 133/var(--tw-bg-opacity))
}

.bg-sky-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(12 74 110/var(--tw-bg-opacity))
}

.bg-slate-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(241 245 249/var(--tw-bg-opacity))
}

.bg-slate-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240/var(--tw-bg-opacity))
}

.bg-slate-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(203 213 225/var(--tw-bg-opacity))
}

.bg-slate-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(148 163 184/var(--tw-bg-opacity))
}

.bg-slate-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(30 41 59/var(--tw-bg-opacity))
}

.bg-success {
    --tw-bg-opacity: 1;
    background-color: rgb(73 159 104/var(--tw-bg-opacity))
}

.bg-success-extra-light {
    --tw-bg-opacity: 1;
    background-color: rgb(229 247 235/var(--tw-bg-opacity))
}

.bg-transparent {
    background-color: transparent
}

.bg-violet-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(139 92 246/var(--tw-bg-opacity))
}

.bg-warning {
    --tw-bg-opacity: 1;
    background-color: rgb(255 175 33/var(--tw-bg-opacity))
}

.bg-warning-extra-light {
    --tw-bg-opacity: 1;
    background-color: rgb(255 247 232/var(--tw-bg-opacity))
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.bg-white\/10 {
    background-color: hsla(0, 0%, 100%, .1)
}

.bg-white\/20 {
    background-color: hsla(0, 0%, 100%, .2)
}

.bg-white\/25 {
    background-color: hsla(0, 0%, 100%, .25)
}

.bg-white\/30 {
    background-color: hsla(0, 0%, 100%, .3)
}

.bg-white\/70 {
    background-color: hsla(0, 0%, 100%, .7)
}

.bg-white\/75 {
    background-color: hsla(0, 0%, 100%, .75)
}

.bg-white\/80 {
    background-color: hsla(0, 0%, 100%, .8)
}

.bg-opacity-100 {
    --tw-bg-opacity: 1
}

.bg-opacity-50 {
    --tw-bg-opacity: 0.5
}

.bg-opacity-90 {
    --tw-bg-opacity: 0.9
}

.bg-\[linear-gradient\(to_top\2c rgba\(0\2c 0\2c 0\2c 0\.6\)5\%\2c rgba\(0\2c 0\2c 0\2c 0\.4\)15\%\2c rgba\(0\2c 0\2c 0\2c 0\)30\%\)\] {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .6) 5%, rgba(0, 0, 0, .4) 15%, rgba(0, 0, 0, 0)30%)
}

.bg-\[linear-gradient\(to_top\2c rgba\(0\2c 0\2c 0\2c 0\.6\)5\%\2c rgba\(0\2c 0\2c 0\2c 0\.4\)25\%\2c rgba\(0\2c 0\2c 0\2c 0\)35\%\)\] {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .6) 5%, rgba(0, 0, 0, .4) 25%, rgba(0, 0, 0, 0)35%)
}

.bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops))
}

.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops))
}

.bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops))
}

.from-\[\#0e76a8\] {
    --tw-gradient-from: #0e76a8 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(14, 118, 168, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-\[\#1877f2\] {
    --tw-gradient-from: #1877f2 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(24, 119, 242, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-\[\#25d366\] {
    --tw-gradient-from: #25d366 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(37, 211, 102, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-\[\#285ca5\] {
    --tw-gradient-from: #285ca5 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(40, 92, 165, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-\[\#2f7869\] {
    --tw-gradient-from: #2f7869 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(47, 120, 105, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-\[\#f58529\] {
    --tw-gradient-from: #f58529 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(245, 133, 41, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-\[\#fcf595\] {
    --tw-gradient-from: #fcf595 var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(56, 94%, 79%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-\[\#ff0000\] {
    --tw-gradient-from: red var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 0, 0, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-\[\#ff9933\] {
    --tw-gradient-from: #f93 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 153, 51, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-\[\#ffe40c\] {
    --tw-gradient-from: #ffe40c var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 228, 12, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-\[rgba\(46\2c 79\2c 164\2c 0\.8\)\] {
    --tw-gradient-from: rgba(46, 79, 164, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(46, 79, 164, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-\[rgba\(46\2c 79\2c 164\2c 1\)10\%\] {
    --tw-gradient-from: #2e4fa4 10% var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-\[rgba\(46\2c 79\2c 164\2c 1\)\] {
    --tw-gradient-from: #2e4fa4 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(46, 79, 164, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-black {
    --tw-gradient-from: #0409212e var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(4, 9, 33, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/90 {
    --tw-gradient-from: rgba(4, 9, 33, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(4, 9, 33, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-blue {
    --tw-gradient-from: #1666d9 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(22, 102, 217, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-blue-dark {
    --tw-gradient-from: #1954b4 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(25, 84, 180, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-white {
    --tw-gradient-from: #fff var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-0\% {
    --tw-gradient-from-position: 0%
}

.from-10\% {
    --tw-gradient-from-position: 10%
}

.via-\[\#8134af\] {
    --tw-gradient-to: rgba(129, 52, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #8134af var(--tw-gradient-via-position), var(--tw-gradient-to)
}

.via-black\/0 {
    --tw-gradient-to: rgba(4, 9, 33, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgba(4, 9, 33, 0) var(--tw-gradient-via-position), var(--tw-gradient-to)
}

.via-65\% {
    --tw-gradient-via-position: 65%
}

.to-\[\#0077b5\] {
    --tw-gradient-to: #0077b5 var(--tw-gradient-to-position)
}

.to-\[\#0a66c2\] {
    --tw-gradient-to: #0a66c2 var(--tw-gradient-to-position)
}

.to-\[\#128c7e\] {
    --tw-gradient-to: #128c7e var(--tw-gradient-to-position)
}

.to-\[\#18d5ff\] {
    --tw-gradient-to: #18d5ff var(--tw-gradient-to-position)
}

.to-\[\#33d497\] {
    --tw-gradient-to: #33d497 var(--tw-gradient-to-position)
}

.to-\[\#515bd4\] {
    --tw-gradient-to: #515bd4 var(--tw-gradient-to-position)
}

.to-\[\#cc0000\] {
    --tw-gradient-to: #c00 var(--tw-gradient-to-position)
}

.to-\[\#ff954d\] {
    --tw-gradient-to: #ff954d var(--tw-gradient-to-position)
}

.to-\[rgb\(255\2c 255\2c 255\)70\%\] {
    --tw-gradient-to: #fff 70% var(--tw-gradient-to-position)
}

.to-\[rgba\(255\2c 255\2c 255\2c 1\)95\%\] {
    --tw-gradient-to: #fff 95% var(--tw-gradient-to-position)
}

.to-\[rgba\(46\2c 79\2c 164\2c 0\)\] {
    --tw-gradient-to: rgba(46, 79, 164, 0) var(--tw-gradient-to-position)
}

.to-black\/0 {
    --tw-gradient-to: rgba(4, 9, 33, 0) var(--tw-gradient-to-position)
}

.to-blue-dark\/0 {
    --tw-gradient-to: rgba(25, 84, 180, 0) var(--tw-gradient-to-position)
}

.to-blue-dark\/50 {
    --tw-gradient-to: rgba(25, 84, 180, .5) var(--tw-gradient-to-position)
}

.to-blue-tint {
    --tw-gradient-to: #daefff var(--tw-gradient-to-position)
}

.to-blue\/0 {
    --tw-gradient-to: rgba(22, 102, 217, 0) var(--tw-gradient-to-position)
}

.to-green-800 {
    --tw-gradient-to: #166534 var(--tw-gradient-to-position)
}

.to-transparent {
    --tw-gradient-to: transparent var(--tw-gradient-to-position)
}

.to-white {
    --tw-gradient-to: #fff var(--tw-gradient-to-position)
}

.to-white\/0 {
    --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position)
}

.to-100\% {
    --tw-gradient-to-position: 100%
}

.to-40\% {
    --tw-gradient-to-position: 40%
}

.to-90\% {
    --tw-gradient-to-position: 90%
}

.bg-contain {
    background-size: contain
}

.bg-no-repeat {
    background-repeat: no-repeat
}

.fill-gray-light {
    fill: #717171
}

.fill-white {
    fill: #fff
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.object-top {
    -o-object-position: top;
    object-position: top
}

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

.\!p-2 {
    padding: .5rem !important
}

.p-1 {
    padding: .25rem
}

.p-2 {
    padding: .5rem
}

.p-3 {
    padding: .75rem
}

.p-4 {
    padding: 1rem
}

.p-5 {
    padding: 1.25rem
}

.p-6 {
    padding: 1.5rem
}

.p-8 {
    padding: 2rem
}

.p-\[0\.125rem\] {
    padding: .125rem
}

.p-\[0\.375rem\] {
    padding: .375rem
}

.p-\[0\.5rem\] {
    padding: .5rem
}

.p-\[0\.625rem\] {
    padding: .625rem
}

.p-\[0\.7rem\] {
    padding: .7rem
}

.p-\[0\.875rem\] {
    padding: .875rem
}

.p-\[1\.2rem\] {
    padding: 1.2rem
}

.p-\[1\.875rem\] {
    padding: 1.875rem
}

.p-\[1rem\] {
    padding: 1rem
}

.p-\[3px\] {
    padding: 3px
}

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

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

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

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

.px-1 {
    padding-left: .25rem;
    padding-right: .25rem
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.px-12 {
    padding-left: 3rem;
    padding-right: 3rem
}

.px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.px-\[\.375rem\] {
    padding-left: .375rem;
    padding-right: .375rem
}

.px-\[\.75rem\] {
    padding-left: .75rem;
    padding-right: .75rem
}

.px-\[0\.125rem\] {
    padding-left: .125rem;
    padding-right: .125rem
}

.px-\[0\.375rem\] {
    padding-left: .375rem;
    padding-right: .375rem
}

.px-\[0\.425rem\] {
    padding-left: .425rem;
    padding-right: .425rem
}

.px-\[0\.5rem\] {
    padding-left: .5rem;
    padding-right: .5rem
}

.px-\[0\.625rem\] {
    padding-left: .625rem;
    padding-right: .625rem
}

.px-\[0\.875rem\] {
    padding-left: .875rem;
    padding-right: .875rem
}

.px-\[1\.25rem\] {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.px-\[1\.875rem\] {
    padding-left: 1.875rem;
    padding-right: 1.875rem
}

.px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px
}

.px-\[14px\] {
    padding-left: 14px;
    padding-right: 14px
}

.px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px
}

.px-\[1rem\] {
    padding-left: 1rem;
    padding-right: 1rem
}

.px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px
}

.px-\[2rem\] {
    padding-left: 2rem;
    padding-right: 2rem
}

.px-\[4px\] {
    padding-left: 4px;
    padding-right: 4px
}

.px-\[5px\] {
    padding-left: 5px;
    padding-right: 5px
}

.px-\[6px\] {
    padding-left: 6px;
    padding-right: 6px
}

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

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.py-2\.5 {
    padding-top: .625rem;
    padding-bottom: .625rem
}

.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.py-\[0\.125rem\] {
    padding-top: .125rem;
    padding-bottom: .125rem
}

.py-\[0\.25rem\] {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.py-\[0\.375rem\] {
    padding-top: .375rem;
    padding-bottom: .375rem
}

.py-\[0\.4rem\] {
    padding-top: .4rem;
    padding-bottom: .4rem
}

.py-\[0\.625rem\] {
    padding-top: .625rem;
    padding-bottom: .625rem
}

.py-\[0\.875rem\] {
    padding-top: .875rem;
    padding-bottom: .875rem
}

.py-\[1\.875rem\] {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem
}

.py-\[10px\] {
    padding-top: 10px;
    padding-bottom: 10px
}

.py-\[11px\] {
    padding-top: 11px;
    padding-bottom: 11px
}

.py-\[1px\] {
    padding-top: 1px;
    padding-bottom: 1px
}

.py-\[2px\] {
    padding-top: 2px;
    padding-bottom: 2px
}

.py-\[3rem\] {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.py-\[4px\] {
    padding-top: 4px;
    padding-bottom: 4px
}

.py-\[6px\] {
    padding-top: 6px;
    padding-bottom: 6px
}

.py-\[7px\] {
    padding-top: 7px;
    padding-bottom: 7px
}

.py-\[8px\] {
    padding-top: 8px;
    padding-bottom: 8px
}

.\!pl-14 {
    padding-left: 3.5rem !important
}

.\!pl-16 {
    padding-left: 4rem !important
}

.\!pl-\[3rem\] {
    padding-left: 3rem !important
}

.pb-0 {
    padding-bottom: 0
}

.pb-1 {
    padding-bottom: .25rem
}

.pb-10 {
    padding-bottom: 2.5rem
}

.pb-12 {
    padding-bottom: 3rem
}

.pb-14 {
    padding-bottom: 3.5rem
}

.pb-16 {
    padding-bottom: 4rem
}

.pb-2 {
    padding-bottom: .5rem
}

.pb-20 {
    padding-bottom: 5rem
}

.pb-3 {
    padding-bottom: .75rem
}

.pb-4 {
    padding-bottom: 1rem
}

.pb-5 {
    padding-bottom: 1.25rem
}

.pb-6 {
    padding-bottom: 1.5rem
}

.pb-8 {
    padding-bottom: 2rem
}

.pb-\[100\%\] {
    padding-bottom: 100%
}

.pb-\[10vh\] {
    padding-bottom: 10vh
}

.pb-\[1rem\] {
    padding-bottom: 1rem
}

.pb-\[2rem\] {
    padding-bottom: 2rem
}

.pb-\[70\%\] {
    padding-bottom: 70%
}

.pl-0 {
    padding-left: 0
}

.pl-2 {
    padding-left: .5rem
}

.pl-3 {
    padding-left: .75rem
}

.pl-4 {
    padding-left: 1rem
}

.pl-5 {
    padding-left: 1.25rem
}

.pl-6 {
    padding-left: 1.5rem
}

.pl-8,
.pl-\[2rem\] {
    padding-left: 2rem
}

.pr-0 {
    padding-right: 0
}

.pr-2 {
    padding-right: .5rem
}

.pr-3 {
    padding-right: .75rem
}

.pr-4 {
    padding-right: 1rem
}

.pr-5 {
    padding-right: 1.25rem
}

.pr-\[2rem\] {
    padding-right: 2rem
}

.pt-0 {
    padding-top: 0
}

.pt-1 {
    padding-top: .25rem
}

.pt-10 {
    padding-top: 2.5rem
}

.pt-12 {
    padding-top: 3rem
}

.pt-16 {
    padding-top: 4rem
}

.pt-2 {
    padding-top: .5rem
}

.pt-20 {
    padding-top: 5rem
}

.pt-3 {
    padding-top: .75rem
}

.pt-4 {
    padding-top: 1rem
}

.pt-5 {
    padding-top: 1.25rem
}

.pt-6 {
    padding-top: 1.5rem
}

.pt-8 {
    padding-top: 2rem
}

.pt-\[0\.25rem\] {
    padding-top: .25rem
}

.pt-\[0\.85rem\] {
    padding-top: .85rem
}

.pt-\[1rem\] {
    padding-top: 1rem
}

.pt-\[4\.5rem\] {
    padding-top: 4.5rem
}

.pt-\[5rem\] {
    padding-top: 5rem
}

.pt-\[6\.5rem\] {
    padding-top: 6.5rem
}

.pt-\[6rem\] {
    padding-top: 6rem
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify
}

.text-start {
    text-align: start
}

.align-top {
    vertical-align: top
}

.align-\[-0\.125em\] {
    vertical-align: -.125em
}

.font-inter {
    font-family: Inter, sans-serif
}

.font-poppins {
    font-family: Poppins, sans-serif
}

.font-sans {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

.\!text-\[1rem\] {
    font-size: 1rem !important
}

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

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
}

.text-5xl {
    font-size: 3rem;
    line-height: 1
}

.text-6xl {
    font-size: 3.75rem;
    line-height: 1
}

.text-\[\.5rem\] {
    font-size: .5rem
}

.text-\[\.625rem\] {
    font-size: .625rem
}

.text-\[\.6rem\] {
    font-size: .6rem
}

.text-\[\.75rem\] {
    font-size: .75rem
}

.text-\[\.7rem\] {
    font-size: .7rem
}

.text-\[0\.3275rem\] {
    font-size: .3275rem
}

.text-\[0\.5rem\] {
    font-size: .5rem
}

.text-\[0\.625rem\] {
    font-size: .625rem
}

.text-\[0\.675rem\] {
    font-size: .675rem
}

.text-\[0\.6rem\] {
    font-size: .6rem
}

.text-\[0\.725rem\] {
    font-size: .725rem
}

.text-\[0\.755rem\] {
    font-size: .755rem
}

.text-\[0\.75rem\] {
    font-size: .75rem
}

.text-\[0\.7rem\] {
    font-size: .7rem
}

.text-\[0\.9rem\] {
    font-size: .9rem
}

.text-\[1\.25rem\] {
    font-size: 1.25rem
}

.text-\[1\.2rem\] {
    font-size: 1.2rem
}

.text-\[1\.3rem\] {
    font-size: 1.3rem
}

.text-\[1\.5rem\] {
    font-size: 1.5rem
}

.text-\[1\.6rem\] {
    font-size: 1.6rem
}

.text-\[1\.7rem\] {
    font-size: 1.7rem
}

.text-\[1\.8rem\] {
    font-size: 1.8rem
}

.text-\[10px\] {
    font-size: 10px
}

.text-\[12px\] {
    font-size: 12px
}

.text-\[13px\] {
    font-size: 13px
}

.text-\[14px\] {
    font-size: 14px
}

.text-\[15px\] {
    font-size: 15px
}

.text-\[16px\] {
    font-size: 16px
}

.text-\[17px\] {
    font-size: 17px
}

.text-\[1rem\] {
    font-size: 1rem
}

.text-\[2\.5rem\] {
    font-size: 2.5rem
}

.text-\[2rem\] {
    font-size: 2rem
}

.text-\[3rem\] {
    font-size: 3rem
}

.text-\[4\.5vmin\] {
    font-size: 4.5vmin
}

.text-\[8px\] {
    font-size: 8px
}

.text-\[9px\] {
    font-size: 9px
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem
}

.text-h1 {
    font-size: 3rem;
    line-height: 4.5rem
}

.text-h2 {
    font-size: 2.5rem;
    line-height: 3.75rem
}

.text-h3 {
    font-size: 2rem;
    line-height: 3rem
}

.text-h3-sm {
    font-size: 1.75rem;
    line-height: 2.625rem
}

.text-h4 {
    font-size: 1.625rem;
    line-height: 2.625rem
}

.text-h4-sm,
.text-h5 {
    font-size: 1.5rem;
    line-height: 2.25rem
}

.text-h5-sm, .text-h6 {
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #fff;
}
.text-h6-sm {
    font-size: 1.125rem;
    line-height: 1.6875rem;
    color: #fff;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.text-p-lg {
    font-size: 1.125rem;
    line-height: 1.875rem
}

.text-p-md {
    font-size: 1rem;
    line-height: 1.625rem;
    color: #fff;
}
.text-p-sm {
    font-size: .875rem;
    line-height: 1.375rem
}

.text-p-xs {
    font-size: .75rem;
    line-height: 1.25rem
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem
}

.\!font-medium {
    font-weight: 500 !important
}

.font-bold {
    font-weight: 700
}

.font-extrabold {
    font-weight: 800
}

.font-light {
    font-weight: 300
}

.font-medium {
    font-weight: 500
}

.font-normal {
    font-weight: 400
}

.font-semibold {
    font-weight: 600
}

.uppercase {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

.capitalize {
    text-transform: capitalize
}

.italic {
    font-style: italic
}

.leading-10 {
    line-height: 2.5rem
}

.leading-3 {
    line-height: .75rem
}

.leading-4 {
    line-height: 1rem
}

.leading-5 {
    line-height: 1.25rem
}

.leading-6 {
    line-height: 1.5rem
}

.leading-7 {
    line-height: 1.75rem
}

.leading-\[1\.1\] {
    line-height: 1.1
}

.leading-\[24px\] {
    line-height: 24px
}

.leading-\[7\.2rem\] {
    line-height: 7.2rem
}

.leading-none {
    line-height: 1
}

.leading-relaxed {
    line-height: 1.625
}

.leading-tight {
    line-height: 1.25
}

.tracking-\[0\.25rem\] {
    letter-spacing: .25rem
}

.tracking-\[0\.375rem\] {
    letter-spacing: .375rem
}

.tracking-normal {
    letter-spacing: 0
}

.tracking-tight {
    letter-spacing: -.025em
}

.tracking-tighter {
    letter-spacing: -.05em
}

.tracking-wide {
    letter-spacing: .025em
}

.tracking-wider {
    letter-spacing: .05em
}

.\!text-gray-light {
    --tw-text-opacity: 1 !important;
    color: rgb(113 113 113/var(--tw-text-opacity)) !important
}

.text-\[\#016699\] {
    --tw-text-opacity: 1;
    color: rgb(1 102 153/var(--tw-text-opacity))
}

.text-\[\#10679a\] {
    --tw-text-opacity: 1;
    color: rgb(16 103 154/var(--tw-text-opacity))
}

.text-\[\#1666d9\] {
    --tw-text-opacity: 1;
    color: rgb(22 102 217/var(--tw-text-opacity))
}

.text-\[\#1BA553\] {
    --tw-text-opacity: 1;
    color: rgb(27 165 83/var(--tw-text-opacity))
}

.text-\[\#1D6397\],
.text-\[\#1d6397\] {
    --tw-text-opacity: 1;
    color: rgb(29 99 151/var(--tw-text-opacity))
}

.text-\[\#2b2d42\] {
    --tw-text-opacity: 1;
    color: rgb(43 45 66/var(--tw-text-opacity))
}

.text-\[\#2fb5e7\] {
    --tw-text-opacity: 1;
    color: rgb(47 181 231/var(--tw-text-opacity))
}

.text-\[\#308c3d\] {
    --tw-text-opacity: 1;
    color: rgb(48 140 61/var(--tw-text-opacity))
}

.text-\[\#378fd2\] {
    --tw-text-opacity: 1;
    color: rgb(55 143 210/var(--tw-text-opacity))
}

.text-\[\#54eb91\] {
    --tw-text-opacity: 1;
    color: rgb(84 235 145/var(--tw-text-opacity))
}

.text-\[\#88c444\] {
    --tw-text-opacity: 1;
    color: rgb(136 196 68/var(--tw-text-opacity))
}

.text-\[\#8ecf44\] {
    --tw-text-opacity: 1;
    color: rgb(142 207 68/var(--tw-text-opacity))
}

.text-\[\#AFDE1E\] {
    --tw-text-opacity: 1;
    color: rgb(175 222 30/var(--tw-text-opacity))
}

.text-\[\#E69E1E\] {
    --tw-text-opacity: 1;
    color: rgb(230 158 30/var(--tw-text-opacity))
}

.text-\[\#debc62\] {
    --tw-text-opacity: 1;
    color: rgb(222 188 98/var(--tw-text-opacity))
}

.text-\[\#e9ecef\] {
    --tw-text-opacity: 1;
    color: rgb(233 236 239/var(--tw-text-opacity))
}

.text-\[\#edf2f4\] {
    --tw-text-opacity: 1;
    color: rgb(237 242 244/var(--tw-text-opacity))
}

.text-\[\#f1df7f\] {
    --tw-text-opacity: 1;
    color: rgb(241 223 127/var(--tw-text-opacity))
}

.text-\[\#ffa402\] {
    --tw-text-opacity: 1;
    color: rgb(255 164 2/var(--tw-text-opacity))
}

.text-alert {
    --tw-text-opacity: 1;
    color: rgb(221 81 71/var(--tw-text-opacity))
}

.text-alert-dark {
    --tw-text-opacity: 1;
    color: rgb(199 73 64/var(--tw-text-opacity))
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(4 9 33/var(--tw-text-opacity))
}

.text-blue {
    --tw-text-opacity: 1;
    color: rgb(22 102 217/var(--tw-text-opacity))
}

.text-blue-dark {
    --tw-text-opacity: 1;
    color: rgb(25 84 180/var(--tw-text-opacity))
}

.text-blue-tint {
    --tw-text-opacity: 1;
    color: rgb(218 239 255/var(--tw-text-opacity))
}

.text-blue\/80 {
    color: rgba(22, 102, 217, .8)
}

.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175/var(--tw-text-opacity))
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128/var(--tw-text-opacity))
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99/var(--tw-text-opacity))
}

.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81/var(--tw-text-opacity))
}

.text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(31 41 55/var(--tw-text-opacity))
}

.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39/var(--tw-text-opacity))
}

.text-gray-dark {
    --tw-text-opacity: 1;
    color: rgb(33 37 41/var(--tw-text-opacity))
}

.text-gray-dark\/30 {
    color: rgba(33, 37, 41, .3)
}

.text-gray-light {
    --tw-text-opacity: 1;
    color: rgb(113 113 113/var(--tw-text-opacity))
}

.text-gray-light\/10 {
    color: hsla(0, 0%, 44%, .1)
}

.text-green-500 {
    --tw-text-opacity: 1;
    color: rgb(34 197 94/var(--tw-text-opacity))
}

.text-green-600 {
    --tw-text-opacity: 1;
    color: rgb(22 163 74/var(--tw-text-opacity))
}

.text-green-700 {
    --tw-text-opacity: 1;
    color: rgb(21 128 61/var(--tw-text-opacity))
}

.text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68/var(--tw-text-opacity))
}

.text-red-600 {
    --tw-text-opacity: 1;
    color: rgb(220 38 38/var(--tw-text-opacity))
}

.text-slate-400 {
    --tw-text-opacity: 1;
    color: rgb(148 163 184/var(--tw-text-opacity))
}

.text-slate-500 {
    --tw-text-opacity: 1;
    color: rgb(100 116 139/var(--tw-text-opacity))
}

.text-success {
    --tw-text-opacity: 1;
    color: rgb(73 159 104/var(--tw-text-opacity))
}

.text-warning {
    --tw-text-opacity: 1;
    color: rgb(255 175 33/var(--tw-text-opacity))
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.text-white\/80 {
    color: hsla(0, 0%, 100%, .8)
}

.text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgb(234 179 8/var(--tw-text-opacity))
}

.underline {
    /* text-decoration-line: underline; */
    font-size: 17px;
}

.line-through {
    text-decoration-line: line-through
}

.opacity-0 {
    opacity: 0
}

.opacity-10 {
    opacity: .1
}

.opacity-100 {
    opacity: 1
}

.opacity-25 {
    opacity: .25
}

.opacity-40 {
    opacity: .4
}

.opacity-5 {
    opacity: .05
}

.opacity-50 {
    opacity: .5
}

.opacity-70 {
    opacity: .7
}

.opacity-90 {
    opacity: .9
}

.\!shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    --tw-shadow-colored: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color)
}

.shadow,
.shadow-2xl {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(10, 57, 79, .25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color)
}

.shadow-\[0px_-2px_4px_rgba\(0\2c 0\2c 0\2c 0\.20\)\] {
    --tw-shadow: 0px -2px 4px rgba(0, 0, 0, .2);
    --tw-shadow-colored: 0px -2px 4px var(--tw-shadow-color)
}

.shadow-\[0px_-2px_4px_rgba\(0\2c 0\2c 0\2c 0\.20\)\],
.shadow-inner {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .05);
    --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color)
}

.shadow-lg {
    --tw-shadow: 0 4px 6px -4px rgba(10, 57, 79, .1), 0 10px 15px -3px rgba(10, 57, 79, .1);
    --tw-shadow-colored: 0 4px 6px -4px var(--tw-shadow-color), 0 10px 15px -3px var(--tw-shadow-color)
}

.shadow-lg,
.shadow-md {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-md {
    --tw-shadow: 0 2px 4px -2px rgba(10, 57, 79, .1), 0 4px 6px -1px rgba(10, 57, 79, .1);
    --tw-shadow-colored: 0 2px 4px -2px var(--tw-shadow-color), 0 4px 6px -1px var(--tw-shadow-color)
}

.shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000
}

.shadow-none,
.shadow-sm {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-sm {
    --tw-shadow: 0 1px 2px -1px rgba(10, 57, 79, .01), 0 1px 3px 0px rgba(10, 57, 79, .1);
    --tw-shadow-colored: 0 1px 2px -1px var(--tw-shadow-color), 0 1px 3px 0px var(--tw-shadow-color)
}

.shadow-top {
    --tw-shadow: 0 -10px 30px 0px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 -10px 30px 0px var(--tw-shadow-color)
}

.shadow-top,
.shadow-xl {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-xl {
    --tw-shadow: 0 8px 10px -6px rgba(10, 57, 79, .1), 0 20px 25px -5px rgba(10, 57, 79, .1);
    --tw-shadow-colored: 0 8px 10px -6px var(--tw-shadow-color), 0 20px 25px -5px var(--tw-shadow-color)
}

.shadow-xl-blue {
    --tw-shadow: 0px 2px 10px 0px rgba(22, 102, 217, .26);
    --tw-shadow-colored: 0px 2px 10px 0px var(--tw-shadow-color)
}

.shadow-xl-blue,
.shadow-xs {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-xs {
    --tw-shadow: 0 1px 2px 0 rgba(10, 57, 79, .05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color)
}

.shadow-black {
    --tw-shadow-color: #040921;
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-gray-500\/50 {
    --tw-shadow-color: hsla(220, 9%, 46%, .5);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-gray-800 {
    --tw-shadow-color: #1f2937;
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-gray-light\/75 {
    --tw-shadow-color: hsla(0, 0%, 44%, .75);
    --tw-shadow: var(--tw-shadow-colored)
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.blur {
    --tw-blur: blur(8px)
}

.blur,
.drop-shadow {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, .1)) drop-shadow(0 1px 1px rgba(0, 0, 0, .06))
}

.drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, .15))
}

.drop-shadow-2xl,
.grayscale {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.grayscale {
    --tw-grayscale: grayscale(100%)
}

.invert {
    --tw-invert: invert(100%)
}

.filter,
.invert {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.delay-100 {
    transition-delay: .1s
}

.delay-200 {
    transition-delay: .2s
}

.delay-300 {
    transition-delay: .3s
}

.delay-500 {
    transition-delay: .5s
}

.duration-100 {
    transition-duration: .1s
}

.duration-1000 {
    transition-duration: 1s
}

.duration-150 {
    transition-duration: .15s
}

.duration-200 {
    transition-duration: .2s
}

.duration-300 {
    transition-duration: .3s
}

.duration-500 {
    transition-duration: .5s
}

.duration-700 {
    transition-duration: .7s
}

.duration-\[1500ms\] {
    transition-duration: 1.5s
}

.ease-in {
    transition-timing-function: cubic-bezier(.4, 0, 1, 1)
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.ease-out {
    transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

.\!\[clip\:rect\(0\2c 0\2c 0\2c 0\)\] {
    clip: rect(0, 0, 0, 0) !important
}

.error-msg {
    font-size: .875rem;
    line-height: 1.375rem;
    --tw-text-opacity: 1;
    color: rgb(221 81 71/var(--tw-text-opacity))
}

@keyframes typingText {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

.typing-effect {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
    animation: typingText 2.5s steps(12) 1s forwards
}

.video-slider .swiper-wrapper {
    align-items: center !important
}

.video-slider .swiper-slide {
    display: flex;
    --tw-scale-x: 80% !important;
    --tw-scale-y: 80% !important;
    align-items: center
}

.video-slider .swiper-slide,
.video-slider .swiper-slide-active {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important
}

.video-slider .swiper-slide-active {
    z-index: 10 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transition-property: all !important;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important;
    transition-duration: .3s !important;
    transition-timing-function: cubic-bezier(0, 0, .2, 1) !important
}

.insta-slide .swiper-slide-active .image-overlay,
.video-slider .swiper-slide-active .image-overlay {
    opacity: 0
}

.insta-slide .swiper-slide-active .image-overlay,
.video-slider .swiper-slide-active .image-overlay,
.video-slider .swiper-slide-active .play-btn {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

.video-slider .swiper-slide-active .play-btn {
    opacity: 1
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: clamp(14px, 1.8vw, 18px) !important;
    background-color: #1666d9 !important;
    color: #fff !important;
    border-radius: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #1666d9 !important;
    transition: .3s ease !important;
    margin-bottom: 10px !important
}

.swiper-button-prev:after {
    padding: 11px 16px 11px 14px !important
}

.swiper-button-next:after {
    padding: 11px 14px 11px 16px !important
}

.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
    background-color: #fff !important;
    color: #1666d9 !important
}

.swiper-pagination {
    bottom: 0 !important;
    transition-property: all !important;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important;
    transition-duration: .5s !important;
    transition-timing-function: cubic-bezier(0, 0, .2, 1) !important
}

.swiper-pagination-bullet-active {
    width: 1rem !important;
    border-radius: 1rem !important
}

.chat360__btn-container {
    z-index: -10 !important;
    opacity: 0
}

.chat360__btn {
    opacity: 0 !important
}

.chat360__btn-label-container {
    display: none !important
}

.loader div {
    animation-duration: .5s
}

.loader div:first-child {
    animation-delay: .1s
}

.loader div:nth-child(2) {
    animation-delay: .3s
}

.loader div:nth-child(3) {
    animation-delay: .6s
}

#ez-toc-container {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-radius: .5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175/var(--tw-border-opacity));
    padding: 1rem
}

.ez-toc-title-container {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.ez-toc-title {
    font-size: 1.5rem;
    line-height: 2.25rem
}

.ez-toc-icon-toggle-span {
    display: flex;
    align-items: center;
    gap: .25rem;
    border-radius: .375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175/var(--tw-border-opacity));
    padding: .5rem
}

.ez-toc-list {
    display: flex;
    list-style-type: decimal !important;
    flex-direction: column;
    gap: 1rem;
    padding-left: 1rem;
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: .025em
}

.ez-toc-list ul {
    margin-bottom: 0 !important;
    list-style-type: disc;
    font-size: .875rem;
    line-height: 1.375rem;
    --tw-text-opacity: 1;
    color: rgb(107 114 128/var(--tw-text-opacity))
}

.wp-block-heading {
    margin-top: 1rem;
    font-size: 1.625rem;
    line-height: 2.625rem;
    font-weight: 500
}

.wp-block-image img {
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem
}

.has-text-align-center {
    text-align: center
}

.wp-block-pullquote {
    margin-bottom: 2rem;
    border-top-width: 2px;
    border-bottom-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81/var(--tw-border-opacity));
    padding: 2rem 3rem;
    text-align: center
}

.wp-block-pullquote p {
    font-size: 1.5rem;
    line-height: 2.5rem !important
}

.wp-block-code code {
    margin-bottom: 2rem;
    display: block;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    border-radius: .5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246/var(--tw-bg-opacity));
    padding: 2rem
}

.wp-block-embed__wrapper iframe {
    width: 100%
}

.wp-block-preformatted {
    margin-bottom: 2rem;
    display: block;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    border-radius: .5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246/var(--tw-bg-opacity));
    padding: 2rem
}

.wp-block-table {
    position: relative;
    width: 100%;
    overflow-x: auto
}

.wp-block-table table {
    width: 100%;
    table-layout: auto
}

.wp-block-table table tr,
.wp-block-table table tr td {
    border-width: 1px;
    padding: 1rem 2rem
}

.bannerBlogSlider .swiper-slide {
    --tw-scale-x: 90% !important;
    --tw-scale-y: 90% !important;
    opacity: .5;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 1s;
    transition-timing-function: linear
}

.bannerBlogSlider .swiper-slide,
.bannerBlogSlider .swiper-slide-active {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important
}

.bannerBlogSlider .swiper-slide-active {
    z-index: 10 !important;
    --tw-scale-y: 1 !important;
    --tw-scale-x: 1.05 !important;
    opacity: 1 !important;
    --tw-shadow: 0 25px 50px -12px rgba(10, 57, 79, .25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: all !important;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important;
    transition-duration: .3s !important;
    transition-timing-function: cubic-bezier(0, 0, .2, 1) !important
}

.bannerBlogSlider .swiper-slide-prev,
.swiper-slide-next {
    perspective: 100px
}

.bannerBlogSlider .swiper-slide-prev .blogBannerCard {
    transform: rotateY(3deg) scale(.9) !important;
    transform-style: preserve-3d
}

.bannerBlogSlider .swiper-slide-next .blogBannerCard {
    transform: rotateY(-3deg) scale(.9) !important;
    transform-style: preserve-3d
}

.grid-gallery {
    display: grid;
    grid-auto-flow: row dense;
    grid-auto-rows: 160px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem
}

@media (min-width:1024px) {
    .grid-gallery {
        grid-auto-rows: 200px;
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }
}

.grid-gallery__item:nth-child(3) {
    grid-column: span 2/span 2;
    grid-row: span 2/span 2
}

@media (min-width:1024px) {
    .grid-gallery__item:nth-child(3) {
        grid-column: span 1/span 1
    }
}

.grid-gallery__item:nth-child(5),
.grid-gallery__item:nth-child(7) {
    grid-column: span 2/span 2;
    grid-row: span 1/span 1
}

.grid-gallery__item:nth-child(8) {
    grid-column: span 1/span 1;
    grid-row: span 1/span 1
}

@media (min-width:1024px) {
    .grid-gallery__item:nth-child(8) {
        grid-row: span 2/span 2
    }
}

.grid-gallery__item:nth-child(9) {
    grid-column: span 1/span 1;
    grid-row: span 1/span 1
}

@media (min-width:1024px) {
    .grid-gallery__item:nth-child(9) {
        grid-row: span 2/span 2
    }
}

.grid-gallery__item:nth-child(11) {
    grid-column: span 2/span 2;
    grid-row: span 1/span 1
}

.grid-gallery__image {
    height: 100%;
    width: 100%;
    border-radius: 1rem;
    -o-object-fit: cover;
    object-fit: cover
}

#corporate-banner-slider__pagination {
    position: absolute;
    bottom: 2rem;
    left: 0;
    z-index: 10;
    display: flex;
    justify-content: center
}

#corporate-banner-slider__pagination .swiper-pagination-bullet {
    height: .75rem !important;
    width: .75rem !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255/var(--tw-bg-opacity)) !important;
    opacity: 1 !important;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .2s
}

#corporate-banner-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 1.5rem !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(22 102 217/var(--tw-bg-opacity)) !important
}

.itinerary-description ul {
    margin-left: 1rem;
    list-style-type: disc
}

@media (min-width:768px) {
    .itinerary-description ul {
        margin-left: 2rem
    }
}

.itinerary-description ul li {
    margin-top: .25rem;
    margin-bottom: .25rem
}

.yarl__slide_description {
    text-align: center !important
}

#countdown {
    height: 52px;
    width: 300px;
    --tw-bg-opacity: 1;
    background-color: rgb(22 102 217/var(--tw-bg-opacity))
}

@media (min-width:1024px) {
    #countdown {
        height: 72px;
        width: 400px
    }
}

#countdown {
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    margin: auto;
    padding: 8px 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

#countdown #tiles {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

#countdown #tiles .badge {
    width: 60px;
    padding-top: .75rem;
    padding-bottom: .75rem
}

@media (min-width:1024px) {
    #countdown #tiles .badge {
        width: 80px;
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

#countdown #tiles .badge {
    font: 800 24px poppins, sans-serif;
    text-align: center;
    background-color: #fff;
    background-image: -o-linear-gradient(top, #bbb, #eee);
    border-top: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .3);
    margin: 0 7px;
    display: inline-block;
    position: relative
}

#countdown #tiles>span:before {
    content: "";
    width: 100%;
    height: 13px;
    background: #111;
    display: block;
    padding: 0 3px;
    position: absolute;
    top: 41%;
    left: -3px;
    z-index: -1
}

#countdown #tiles>span:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #eee;
    border-top: 1px solid #333;
    display: block;
    position: absolute;
    top: 48%;
    left: 0
}

#countdown .labels {
    display: grid;
    height: 1.5rem;
    width: 300px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    text-align: center
}

#countdown .labels li {
    display: inline-block;
    text-align: center;
    font-size: .75rem;
    line-height: 1.25rem;
    font-weight: 500
}

.circlecomponent:before {
    background-color: #2d2dc2
}

.circlecomponent:before,
.hollowcircle:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%
}

.hollowcircle:before {
    background-color: #fff;
    border: 5px solid #2d2dc2
}

.bannerForLadakh {
    width: 100vw;
    height: 100vh;
    background-image: url(https://test.justwravel.in/assets/img/newsletter/raahgir-cover.webp);
    background-size: cover;
    background-position: 50%
}

.overlayForLadkah {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3)
}

.animate-blink {
    animation: blink 1s infinite
}

.card,
.card .inner {
    border-radius: 2rem
}

.card .inner {
    padding: 2px;
    background: #fff;
    color: #fff
}

@keyframes glow {
    0% {
        background-position: 0 0
    }

    50% {
        background-position: 100% 0
    }

    to {
        background-position: 0 0
    }
}

.countdownHighlightAnimation,
.navbarHighlightAnimation {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.countdownHighlightAnimation .inner,
.navbarHighlightAnimation .inner {
    position: relative;
    z-index: 1;
    width: 100%
}

.countdownHighlightAnimation .inner,
.navbarHighlightAnimation .inner {
    margin: 5px;
    padding: 12px
}

.navbarHighlightAnimation:before {
    content: "";
    display: block;
    background: linear-gradient(90deg, #00a859 25%, #fff 50%, #3cb2e4 75%);
    height: 250px;
    width: 250px;
    position: absolute;
    animation: rotate 4s linear infinite;
    z-index: 0
}

.countdownHighlightAnimation:before {
    content: "";
    display: block;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #00a859 50%, hsla(0, 0%, 100%, 0));
    height: 300px;
    width: 200px;
    transform: translate(0);
    position: absolute;
    animation: rotate 5s linear infinite forwards;
    z-index: 0;
    top: 50%;
    transform-origin: top center
}

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

    to {
        transform: rotate(1turn)
    }
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    border-radius: .5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    padding: 2px;
    --tw-shadow: 0 4px 6px -4px rgba(10, 57, 79, .1), 0 10px 15px -3px rgba(10, 57, 79, .1);
    --tw-shadow-colored: 0 4px 6px -4px var(--tw-shadow-color), 0 10px 15px -3px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

@media (min-width:1024px) {
    .mySwiper .swiper-slide-thumb-active {
        padding: .25rem
    }
}

.mySwiper .swiper-slide-thumb-active {
    box-shadow: 0 0 3px 0 #3333
}

@font-face {
    font-family: Bobby-Jones;
    src: url(webpack:///mini-css-extract-plugin/_next/static/media/Justwravel-Bobby-Jones.c0fcce70.otf) format("truetype");
    font-weight: 400;
    font-style: normal
}

.bobby-jones {
    font-family: Bobby-Jones, monospace
}

@keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.blinking-text {
    animation: blink 1s infinite
}

:root {
    --main-blue: #90caf9;
    --main-white: #fff;
    --main-grey: hsla(0, 0%, 100%, .23);
    --main-dark-grey: #121212;
    --main-ease: cubic-bezier(0.65, 0.05, 0.36, 1)
}

.outlined-input {
    position: relative
}

.outlined-input label {
    position: absolute;
    top: 50%;
    left: 7px;
    transform: translateY(-50%);
    background-color: #fff;
    color: gray;
    text-align: center;
    transition: .2s var(--main-ease);
    font-size: 1rem;
    pointer-events: none;
    padding: 0 5px
}

.outlined-input input {
    color: #000;
    height: 3rem;
    outline: 1px solid #d3d3d3f2;
    border-radius: 5px;
    border: none;
    background-color: #fff;
    padding-left: 15px;
    font-size: 1rem;
    transition: .1s var(--main-ease)
}

.outlined-input input:not(:-moz-placeholder-shown)~label {
    top: 0;
    left: 10px;
    font-size: .825rem;
    color: #1666d9;
    font-weight: 600
}

.outlined-input input:focus~label,
.outlined-input input:not(:placeholder-shown)~label {
    top: 0;
    left: 10px;
    font-size: .825rem;
    color: #1666d9;
    font-weight: 600
}

.outlined-input input:focus {
    outline: 2px solid #1666d9 !important
}

.outlined-input input:not(:focus):not(:-moz-placeholder-shown) {
    outline: 1px solid #1666d9
}

.outlined-input input:not(:focus):not(:placeholder-shown) {
    outline: 1px solid #1666d9
}

.outlined-input select {
    color: #000;
    height: 3rem;
    outline: 1px solid #d3d3d3f2;
    border-radius: 5px;
    border: none;
    background-color: #fff;
    padding-left: 15px;
    font-size: 1rem;
    transition: .1s var(--main-ease)
}

.outlined-input select:not(:-moz-placeholder-shown)~label {
    top: 0;
    left: 10px;
    font-size: .825rem;
    color: #1666d9;
    font-weight: 600
}

.outlined-input select:focus~label,
.outlined-input select:not(:placeholder-shown)~label {
    top: 0;
    left: 10px;
    font-size: .825rem;
    color: #1666d9;
    font-weight: 600
}

.outlined-input select:focus {
    outline: 2px solid #1666d9 !important
}

.outlined-input select:not(:focus):not(:-moz-placeholder-shown) {
    outline: 1px solid #1666d9
}

.outlined-input select:not(:focus):not(:placeholder-shown) {
    outline: 1px solid #1666d9
}

.outlined-input input.invalidInput,
.outlined-input select.invalidInput {
    outline-width: 1px !important;
    outline-color: #dd5147 !important
}

.outlined-input input.invalidInput~label,
.outlined-input select.invalidInput~label {
    --tw-text-opacity: 1 !important;
    color: rgb(221 81 71/var(--tw-text-opacity)) !important
}

.icon-class {
    height: 2.5rem;
    width: 3.5rem;
    border-radius: .375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(218 239 255/var(--tw-bg-opacity));
    padding: .25rem;
    font-size: 2rem
}

.focus\:btn-tab-active:focus {
    --tw-text-opacity: 1;
    color: rgb(22 102 217/var(--tw-text-opacity))
}

.focus\:btn-tab-active:focus:after {
    content: var(--tw-content);
    opacity: 1
}

@media (min-width:768px) {
    .md\:container {
        width: 100%
    }

    @media (min-width:640px) {
        .md\:container {
            max-width: 640px
        }
    }

    @media (min-width:768px) {
        .md\:container {
            max-width: 768px
        }
    }

    @media (min-width:1024px) {
        .md\:container {
            max-width: 1024px
        }
    }

    @media (min-width:1280px) {
        .md\:container {
            max-width: 1280px
        }
    }

    @media (min-width:1536px) {
        .md\:container {
            max-width: 1536px
        }
    }

    .md\:container {
        margin-left: auto;
        margin-right: auto;
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    @media (min-width:1024px) {
        .md\:container {
            max-width: 1150px !important;
            padding-left: 0;
            padding-right: 0
        }
    }

    @media (min-width:1536px) {
        .md\:container {
            max-width: 1650px !important;
            padding-left: 0;
            padding-right: 0
        }
    }
}

@media (min-width:1024px) {
    .lg\:container {
        width: 100%
    }

    @media (min-width:640px) {
        .lg\:container {
            max-width: 640px
        }
    }

    @media (min-width:768px) {
        .lg\:container {
            max-width: 768px
        }
    }

    @media (min-width:1024px) {
        .lg\:container {
            max-width: 1024px
        }
    }

    @media (min-width:1280px) {
        .lg\:container {
            max-width: 1280px
        }
    }

    @media (min-width:1536px) {
        .lg\:container {
            max-width: 1536px
        }
    }

    .lg\:container {
        margin-left: auto;
        margin-right: auto;
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    @media (min-width:1024px) {
        .lg\:container {
            max-width: 1150px !important;
            padding-left: 0;
            padding-right: 0
        }
    }

    @media (min-width:1536px) {
        .lg\:container {
            max-width: 1650px !important;
            padding-left: 0;
            padding-right: 0
        }
    }
}

.hover\:translate-x-4:hover {
    --tw-translate-x: 1rem
}

.hover\:scale-105:hover,
.hover\:translate-x-4:hover {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05
}

.hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1
}

.hover\:scale-110:hover,
.hover\:scale-125:hover {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25
}

.hover\:bg-blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(22 102 217/var(--tw-bg-opacity))
}

.hover\:bg-blue-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(30 127 242/var(--tw-bg-opacity))
}

.hover\:bg-blue\/90:hover {
    background-color: rgba(22, 102, 217, .9)
}

.hover\:bg-slate-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240/var(--tw-bg-opacity))
}

.hover\:bg-slate-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(248 250 252/var(--tw-bg-opacity))
}

.hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.hover\:bg-gradient-to-r:hover {
    background-image: linear-gradient(to right, var(--tw-gradient-stops))
}

.hover\:from-blue\/75:hover {
    --tw-gradient-from: rgba(22, 102, 217, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(22, 102, 217, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.hover\:to-blue-light:hover {
    --tw-gradient-to: #1e7ff2 var(--tw-gradient-to-position)
}

.hover\:font-medium:hover {
    font-weight: 500
}

.hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgb(4 9 33/var(--tw-text-opacity))
}

.hover\:text-blue:hover {
    --tw-text-opacity: 1;
    color: rgb(22 102 217/var(--tw-text-opacity))
}

.hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgb(55 65 81/var(--tw-text-opacity))
}

.hover\:text-gray-light:hover {
    --tw-text-opacity: 1;
    color: rgb(113 113 113/var(--tw-text-opacity))
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(10, 57, 79, .25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color)
}

.hover\:shadow-2xl:hover,
.hover\:shadow-lg:hover {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:shadow-lg:hover {
    --tw-shadow: 0 4px 6px -4px rgba(10, 57, 79, .1), 0 10px 15px -3px rgba(10, 57, 79, .1);
    --tw-shadow-colored: 0 4px 6px -4px var(--tw-shadow-color), 0 10px 15px -3px var(--tw-shadow-color)
}

.hover\:shadow-md:hover {
    --tw-shadow: 0 2px 4px -2px rgba(10, 57, 79, .1), 0 4px 6px -1px rgba(10, 57, 79, .1);
    --tw-shadow-colored: 0 2px 4px -2px var(--tw-shadow-color), 0 4px 6px -1px var(--tw-shadow-color)
}

.hover\:shadow-md:hover,
.hover\:shadow-none:hover {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000
}

.hover\:ring-2:hover {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.hover\:ring-blue-light:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(30 127 242/var(--tw-ring-opacity))
}

.hover\:ring-offset-2:hover {
    --tw-ring-offset-width: 2px
}

.hover\:grayscale-0:hover {
    --tw-grayscale: grayscale(0);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.active\:scale-95:active {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.disabled\:bg-blue\/60:disabled {
    background-color: rgba(22, 102, 217, .6)
}

.disabled\:bg-blue\/70:disabled {
    background-color: rgba(22, 102, 217, .7)
}

.disabled\:text-gray-light\/60:disabled {
    color: hsla(0, 0%, 44%, .6)
}

.group:hover .group-hover\:visible,
.group\/dropdown:hover .group-hover\/dropdown\:visible {
    visibility: visible
}

.group:hover .group-hover\:block {
    display: block
}

.group:hover .group-hover\:h-full {
    height: 100%
}

.group:hover .group-hover\:w-3\/4 {
    width: 75%
}

.group:hover .group-hover\:w-\[100\%\] {
    width: 100%
}

.group:hover .group-hover\:-translate-x-40 {
    --tw-translate-x: -10rem
}

.group:hover .group-hover\:-translate-x-40,
.group:hover .group-hover\:translate-y-0 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.group:hover .group-hover\:translate-y-0 {
    --tw-translate-y: 0px
}

.group:hover .group-hover\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05
}

.group:hover .group-hover\:scale-105,
.group:hover .group-hover\:scale-110 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.group:hover .group-hover\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1
}

.group:hover .group-hover\:pb-6 {
    padding-bottom: 1.5rem
}

.group\/link:hover .group-hover\/link\:text-gray-dark {
    --tw-text-opacity: 1;
    color: rgb(33 37 41/var(--tw-text-opacity))
}

.group:hover .group-hover\:text-blue-light {
    --tw-text-opacity: 1;
    color: rgb(30 127 242/var(--tw-text-opacity))
}

.group:hover .group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.group:hover .group-hover\:opacity-100 {
    opacity: 1
}

.group:hover .group-hover\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

@media (prefers-reduced-motion:reduce) {
    @keyframes spin {
        to {
            transform: rotate(1turn)
        }
    }

    .motion-reduce\:animate-\[spin_1\.5s_linear_infinite\] {
        animation: spin 1.5s linear infinite
    }
}

@media (prefers-color-scheme:dark) {
    .dark\:text-white {
        --tw-text-opacity: 1;
        color: rgb(255 255 255/var(--tw-text-opacity))
    }
}

@media (min-width:640px) {
    .sm\:h-\[130px\] {
        height: 130px
    }

    .sm\:h-\[250px\] {
        height: 250px
    }

    .sm\:w-1\/2 {
        width: 50%
    }

    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .sm\:pb-0 {
        padding-bottom: 0
    }

    .sm\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

@media (min-width:768px) {
    .md\:left-4 {
        left: 1rem
    }

    .md\:left-6 {
        left: 1.5rem
    }

    .md\:left-7 {
        left: 1.75rem
    }

    .md\:left-8 {
        left: 2rem
    }

    .md\:right-7 {
        right: 1.75rem
    }

    .md\:top-1\/2 {
        top: 50%
    }

    .md\:col-span-2 {
        grid-column: span 2/span 2
    }

    .md\:my-3 {
        margin-top: .75rem;
        margin-bottom: .75rem
    }

    .md\:mt-0 {
        margin-top: 0
    }

    .md\:mt-8 {
        margin-top: 2rem
    }

    .md\:mt-\[7rem\] {
        margin-top: 7rem
    }

    .md\:block {
        display: block
    }

    .md\:hidden {
        display: none
    }

    .md\:h-\[141px\] {
        height: 141px
    }

    .md\:h-\[156px\] {
        height: 156px
    }

    .md\:h-\[290px\] {
        height: 290px
    }

    .md\:h-\[320px\] {
        height: 320px
    }

    .md\:h-\[500px\] {
        height: 500px
    }

    .md\:h-auto {
        height: auto
    }

    .md\:w-3\/5 {
        width: 60%
    }

    .md\:w-5\/12 {
        width: 41.666667%
    }

    .md\:w-8\/12 {
        width: 66.666667%
    }

    .md\:w-\[24\%\] {
        width: 24%
    }

    .md\:w-\[80\%\] {
        width: 80%
    }

    .md\:w-\[85\%\] {
        width: 85%
    }

    .md\:w-\[90\%\] {
        width: 90%
    }

    .md\:w-\[98\%\] {
        width: 98%
    }

    .md\:-translate-y-1\/2 {
        --tw-translate-y: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .md\:flex-row {
        flex-direction: row
    }

    .md\:flex-row-reverse {
        flex-direction: row-reverse
    }

    .md\:flex-nowrap {
        flex-wrap: nowrap
    }

    .md\:gap-2 {
        gap: .5rem
    }

    .md\:gap-4 {
        gap: 1rem
    }

    .md\:gap-5 {
        gap: 1.25rem
    }

    .md\:gap-6 {
        gap: 1.5rem
    }

    .md\:gap-\[1\.0rem\] {
        gap: 1rem
    }

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

    .md\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .md\:px-\[4rem\] {
        padding-left: 4rem;
        padding-right: 4rem
    }

    .md\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .md\:text-left {
        text-align: left
    }

    .md\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }

    .md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .md\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

@media (min-width:1024px) {
    .lg\:absolute {
        position: absolute
    }

    .lg\:-bottom-0 {
        bottom: 0
    }

    .lg\:-bottom-12 {
        bottom: -3rem
    }

    .lg\:-bottom-14 {
        bottom: -3.5rem
    }

    .lg\:-bottom-8 {
        bottom: -2rem
    }

    .lg\:-top-10 {
        top: -2.5rem
    }

    .lg\:-top-6 {
        top: -1.5rem
    }

    .lg\:-top-\[10px\] {
        top: -10px
    }

    .lg\:bottom-0 {
        bottom: 0
    }

    .lg\:bottom-10 {
        bottom: 2.5rem
    }

    .lg\:bottom-11 {
        bottom: 2.75rem
    }

    .lg\:bottom-12 {
        bottom: 3rem
    }

    .lg\:bottom-20 {
        bottom: 5rem
    }

    .lg\:bottom-24 {
        bottom: 6rem
    }

    .lg\:bottom-3 {
        bottom: .75rem
    }

    .lg\:bottom-4 {
        bottom: 1rem
    }

    .lg\:bottom-5 {
        bottom: 1.25rem
    }

    .lg\:bottom-8 {
        bottom: 2rem
    }

    .lg\:bottom-\[1rem\] {
        bottom: 1rem
    }

    .lg\:bottom-\[28vh\] {
        bottom: 28vh
    }

    .lg\:bottom-\[3rem\] {
        bottom: 3rem
    }

    .lg\:left-0 {
        left: 0
    }

    .lg\:left-10 {
        left: 2.5rem
    }

    .lg\:left-64 {
        left: 16rem
    }

    .lg\:left-8 {
        left: 2rem
    }

    .lg\:left-\[35\%\] {
        left: 35%
    }

    .lg\:left-\[unset\] {
        left: unset
    }

    .lg\:right-0 {
        right: 0
    }

    .lg\:right-10 {
        right: 2.5rem
    }

    .lg\:right-3 {
        right: .75rem
    }

    .lg\:right-4 {
        right: 1rem
    }

    .lg\:right-7 {
        right: 1.75rem
    }

    .lg\:right-8 {
        right: 2rem
    }

    .lg\:top-20 {
        top: 5rem
    }

    .lg\:top-24 {
        top: 6rem
    }

    .lg\:top-3 {
        top: .75rem
    }

    .lg\:top-32 {
        top: 8rem
    }

    .lg\:top-4 {
        top: 1rem
    }

    .lg\:top-\[9rem\] {
        top: 9rem
    }

    .lg\:order-first {
        order: -9999
    }

    .lg\:order-last {
        order: 9999
    }

    .lg\:col-span-1 {
        grid-column: span 1/span 1
    }

    .lg\:col-span-10 {
        grid-column: span 10/span 10
    }

    .lg\:col-span-12 {
        grid-column: span 12/span 12
    }

    .lg\:col-span-2 {
        grid-column: span 2/span 2
    }

    .lg\:col-span-3 {
        grid-column: span 3/span 3
    }

    .lg\:col-span-4 {
        grid-column: span 4/span 4
    }

    .lg\:row-span-2 {
        grid-row: span 2/span 2
    }

    .lg\:row-span-3 {
        grid-row: span 3/span 3
    }

    .lg\:row-start-3 {
        grid-row-start: 3
    }

    .lg\:row-start-4 {
        grid-row-start: 4
    }

    .lg\:row-start-5 {
        grid-row-start: 5
    }

    .lg\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .lg\:mx-16 {
        margin-left: 4rem;
        margin-right: 4rem
    }

    .lg\:mx-2 {
        margin-left: .5rem;
        margin-right: .5rem
    }

    .lg\:mx-20 {
        margin-left: 5rem;
        margin-right: 5rem
    }

    .lg\:mx-24 {
        margin-left: 6rem;
        margin-right: 6rem
    }

    .lg\:mx-5 {
        margin-left: 1.25rem;
        margin-right: 1.25rem
    }

    .lg\:mx-56 {
        margin-left: 14rem;
        margin-right: 14rem
    }

    .lg\:mx-6 {
        margin-left: 1.5rem;
        margin-right: 1.5rem
    }

    .lg\:mx-\[10vw\] {
        margin-left: 10vw;
        margin-right: 10vw
    }

    .lg\:mx-\[12rem\] {
        margin-left: 12rem;
        margin-right: 12rem
    }

    .lg\:mx-\[15rem\] {
        margin-left: 15rem;
        margin-right: 15rem
    }

    .lg\:mx-\[18rem\] {
        margin-left: 18rem;
        margin-right: 18rem
    }

    .lg\:mx-\[20rem\] {
        margin-left: 20rem;
        margin-right: 20rem
    }

    .lg\:mx-\[25rem\] {
        margin-left: 25rem;
        margin-right: 25rem
    }

    .lg\:mx-\[3vw\] {
        margin-left: 3vw;
        margin-right: 3vw
    }

    .lg\:mx-\[7rem\] {
        margin-left: 7rem;
        margin-right: 7rem
    }

    .lg\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .lg\:my-0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .lg\:my-1 {
        margin-top: .25rem;
        margin-bottom: .25rem
    }

    .lg\:my-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem
    }

    .lg\:my-11 {
        margin-top: 2.75rem;
        margin-bottom: 2.75rem
    }

    .lg\:my-16 {
        margin-top: 4rem;
        margin-bottom: 4rem
    }

    .lg\:my-20 {
        margin-top: 5rem;
        margin-bottom: 5rem
    }

    .lg\:my-24 {
        margin-top: 6rem;
        margin-bottom: 6rem
    }

    .lg\:my-3 {
        margin-top: .75rem;
        margin-bottom: .75rem
    }

    .lg\:my-4 {
        margin-top: 1rem;
        margin-bottom: 1rem
    }

    .lg\:my-5 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem
    }

    .lg\:my-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem
    }

    .lg\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem
    }

    .lg\:my-\[3\.5rem\] {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem
    }

    .lg\:my-\[4rem\] {
        margin-top: 4rem;
        margin-bottom: 4rem
    }

    .lg\:my-\[5rem\] {
        margin-top: 5rem;
        margin-bottom: 5rem
    }

    .lg\:my-\[6rem\] {
        margin-top: 6rem;
        margin-bottom: 6rem
    }

    .lg\:my-auto {
        margin-top: auto;
        margin-bottom: auto
    }

    .lg\:-mb-5 {
        margin-bottom: -1.25rem
    }

    .lg\:-ml-20 {
        margin-left: -5rem
    }

    .lg\:-mt-12 {
        margin-top: -3rem
    }

    .lg\:-mt-16 {
        margin-top: -4rem
    }

    .lg\:-mt-20 {
        margin-top: -5rem
    }

    .lg\:-mt-6 {
        margin-top: -1.5rem
    }

    .lg\:mb-0 {
        margin-bottom: 0
    }

    .lg\:mb-1 {
        margin-bottom: .25rem
    }

    .lg\:mb-10 {
        margin-bottom: 2.5rem
    }

    .lg\:mb-16 {
        margin-bottom: 4rem
    }

    .lg\:mb-2 {
        margin-bottom: .5rem
    }

    .lg\:mb-4 {
        margin-bottom: 1rem
    }

    .lg\:mb-5 {
        margin-bottom: 1.25rem
    }

    .lg\:mb-6 {
        margin-bottom: 1.5rem
    }

    .lg\:mb-7 {
        margin-bottom: 1.75rem
    }

    .lg\:mb-8 {
        margin-bottom: 2rem
    }

    .lg\:mb-\[4rem\] {
        margin-bottom: 4rem
    }

    .lg\:mb-\[5rem\] {
        margin-bottom: 5rem
    }

    .lg\:mb-\[7rem\] {
        margin-bottom: 7rem
    }

    .lg\:ml-10 {
        margin-left: 2.5rem
    }

    .lg\:ml-14 {
        margin-left: 3.5rem
    }

    .lg\:ml-20 {
        margin-left: 5rem
    }

    .lg\:ml-24 {
        margin-left: 6rem
    }

    .lg\:mr-\[1rem\] {
        margin-right: 1rem
    }

    .lg\:mt-0 {
        margin-top: 0
    }

    .lg\:mt-1 {
        margin-top: .25rem
    }

    .lg\:mt-10 {
        margin-top: 2.5rem
    }

    .lg\:mt-12 {
        margin-top: 3rem
    }

    .lg\:mt-14 {
        margin-top: 3.5rem
    }

    .lg\:mt-16 {
        margin-top: 4rem
    }

    .lg\:mt-2 {
        margin-top: .5rem
    }

    .lg\:mt-20 {
        margin-top: 5rem
    }

    .lg\:mt-28 {
        margin-top: 7rem
    }

    .lg\:mt-4 {
        margin-top: 1rem
    }

    .lg\:mt-8 {
        margin-top: 2rem
    }

    .lg\:mt-\[1\.5rem\] {
        margin-top: 1.5rem
    }

    .lg\:mt-\[2\.5rem\] {
        margin-top: 2.5rem
    }

    .lg\:mt-\[22rem\] {
        margin-top: 22rem
    }

    .lg\:mt-\[3\.3rem\] {
        margin-top: 3.3rem
    }

    .lg\:mt-\[3rem\] {
        margin-top: 3rem
    }

    .lg\:mt-\[4\.2rem\] {
        margin-top: 4.2rem
    }

    .lg\:mt-\[4rem\] {
        margin-top: 4rem
    }

    .lg\:mt-\[5rem\] {
        margin-top: 5rem
    }

    .lg\:block {
        display: block
    }

    .lg\:flex {
        display: flex
    }

    .lg\:table {
        display: table
    }

    .lg\:table-row {
        display: table-row
    }

    .lg\:grid {
        display: grid
    }

    .lg\:hidden {
        display: none
    }

    .lg\:h-10 {
        height: 2.5rem
    }

    .lg\:h-16 {
        height: 4rem
    }

    .lg\:h-20 {
        height: 5rem
    }

    .lg\:h-24 {
        height: 6rem
    }

    .lg\:h-4 {
        height: 1rem
    }

    .lg\:h-48 {
        height: 12rem
    }

    .lg\:h-5 {
        height: 1.25rem
    }

    .lg\:h-52 {
        height: 13rem
    }

    .lg\:h-\[100px\] {
        height: 100px
    }

    .lg\:h-\[10rem\] {
        height: 10rem
    }

    .lg\:h-\[12rem\] {
        height: 12rem
    }

    .lg\:h-\[13rem\] {
        height: 13rem
    }

    .lg\:h-\[14rem\] {
        height: 14rem
    }

    .lg\:h-\[150px\] {
        height: 150px
    }

    .lg\:h-\[17rem\] {
        height: 17rem
    }

    .lg\:h-\[2\.75rem\] {
        height: 2.75rem
    }

    .lg\:h-\[20rem\] {
        height: 20rem
    }

    .lg\:h-\[22rem\] {
        height: 22rem
    }

    .lg\:h-\[23rem\] {
        height: 23rem
    }

    .lg\:h-\[25rem\] {
        height: 25rem
    }

    .lg\:h-\[30rem\] {
        height: 30rem
    }

    .lg\:h-\[350px\] {
        height: 350px
    }

    .lg\:h-\[4\.5rem\] {
        height: 4.5rem
    }

    .lg\:h-\[40vh\] {
        height: 40vh
    }

    .lg\:h-\[48rem\] {
        height: 48rem
    }

    .lg\:h-\[4rem\] {
        height: 4rem
    }

    .lg\:h-\[50vh\] {
        height: 50vh
    }

    .lg\:h-\[60vh\] {
        height: 60vh
    }

    .lg\:h-\[62vh\] {
        height: 62vh
    }

    .lg\:h-\[7rem\] {
        height: 7rem
    }

    .lg\:h-\[85vh\] {
        height: 85vh
    }

    .lg\:h-\[8rem\] {
        height: 8rem
    }

    .lg\:h-\[90vh\] {
        height: 90vh
    }

    .lg\:h-\[9rem\] {
        height: 9rem
    }

    .lg\:h-\[calc\(100\%-6rem\)\] {
        height: calc(100% - 6rem)
    }

    .lg\:h-\[calc\(100vh-8rem\)\] {
        height: calc(100vh - 8rem)
    }

    .lg\:h-auto {
        height: auto
    }

    .lg\:h-full {
        height: 100%
    }

    .lg\:h-screen {
        height: 100vh
    }

    .lg\:max-h-32 {
        max-height: 8rem
    }

    .lg\:max-h-\[10rem\] {
        max-height: 10rem
    }

    .lg\:max-h-\[15rem\] {
        max-height: 15rem
    }

    .lg\:max-h-\[25rem\] {
        max-height: 25rem
    }

    .lg\:max-h-\[500px\] {
        max-height: 500px
    }

    .lg\:max-h-\[5rem\] {
        max-height: 5rem
    }

    .lg\:max-h-\[8rem\] {
        max-height: 8rem
    }

    .lg\:max-h-\[95vh\] {
        max-height: 95vh
    }

    .lg\:min-h-\[20rem\] {
        min-height: 20rem
    }

    .lg\:min-h-\[500px\] {
        min-height: 500px
    }

    .lg\:min-h-\[75vh\] {
        min-height: 75vh
    }

    .lg\:min-h-\[80vh\] {
        min-height: 80vh
    }

    .lg\:w-1\/2 {
        width: 50%
    }

    .lg\:w-1\/3 {
        width: 33.333333%
    }

    .lg\:w-10 {
        width: 2.5rem
    }

    .lg\:w-10\/12 {
        width: 83.333333%
    }

    .lg\:w-16 {
        width: 4rem
    }

    .lg\:w-2\/3 {
        width: 66.666667%
    }

    .lg\:w-2\/5 {
        width: 40%
    }

    .lg\:w-20 {
        width: 5rem
    }

    .lg\:w-3\/5 {
        width: 60%
    }

    .lg\:w-48 {
        width: 12rem
    }

    .lg\:w-6\/12 {
        width: 50%
    }

    .lg\:w-96 {
        width: 24rem
    }

    .lg\:w-\[100\%\] {
        width: 100%
    }

    .lg\:w-\[100px\] {
        width: 100px
    }

    .lg\:w-\[12rem\] {
        width: 12rem
    }

    .lg\:w-\[14rem\] {
        width: 14rem
    }

    .lg\:w-\[150px\] {
        width: 150px
    }

    .lg\:w-\[15rem\] {
        width: 15rem
    }

    .lg\:w-\[15vw\] {
        width: 15vw
    }

    .lg\:w-\[17rem\] {
        width: 17rem
    }

    .lg\:w-\[200px\] {
        width: 200px
    }

    .lg\:w-\[20rem\] {
        width: 20rem
    }

    .lg\:w-\[22rem\] {
        width: 22rem
    }

    .lg\:w-\[230px\] {
        width: 230px
    }

    .lg\:w-\[24\%\] {
        width: 24%
    }

    .lg\:w-\[26rem\] {
        width: 26rem
    }

    .lg\:w-\[28\%\] {
        width: 28%
    }

    .lg\:w-\[30\%\] {
        width: 30%
    }

    .lg\:w-\[32\%\] {
        width: 32%
    }

    .lg\:w-\[35\%\] {
        width: 35%
    }

    .lg\:w-\[38\%\] {
        width: 38%
    }

    .lg\:w-\[4\.5rem\] {
        width: 4.5rem
    }

    .lg\:w-\[4\.7rem\] {
        width: 4.7rem
    }

    .lg\:w-\[40\%\] {
        width: 40%
    }

    .lg\:w-\[400px\] {
        width: 400px
    }

    .lg\:w-\[40rem\] {
        width: 40rem
    }

    .lg\:w-\[45\%\] {
        width: 45%
    }

    .lg\:w-\[46\%\] {
        width: 46%
    }

    .lg\:w-\[48\%\] {
        width: 48%
    }

    .lg\:w-\[50\%\] {
        width: 50%
    }

    .lg\:w-\[57rem\] {
        width: 57rem
    }

    .lg\:w-\[5rem\] {
        width: 5rem
    }

    .lg\:w-\[60\%\] {
        width: 60%
    }

    .lg\:w-\[65\%\] {
        width: 65%
    }

    .lg\:w-\[66\%\] {
        width: 66%
    }

    .lg\:w-\[6rem\] {
        width: 6rem
    }

    .lg\:w-\[70\%\] {
        width: 70%
    }

    .lg\:w-\[74\%\] {
        width: 74%
    }

    .lg\:w-\[75\%\] {
        width: 75%
    }

    .lg\:w-\[75vw\] {
        width: 75vw
    }

    .lg\:w-\[85\%\] {
        width: 85%
    }

    .lg\:w-\[90\%\] {
        width: 90%
    }

    .lg\:w-\[9rem\] {
        width: 9rem
    }

    .lg\:w-\[calc\(100\%-2\.5rem\)\] {
        width: calc(100% - 2.5rem)
    }

    .lg\:w-\[calc\(100\%-6rem\)\] {
        width: calc(100% - 6rem)
    }

    .lg\:w-\[calc\(50\%-8px\)\] {
        width: calc(50% - 8px)
    }

    .lg\:w-auto {
        width: auto
    }

    .lg\:w-full {
        width: 100%
    }

    .lg\:min-w-\[15vw\] {
        min-width: 15vw
    }

    .lg\:min-w-\[22rem\] {
        min-width: 22rem
    }

    .lg\:min-w-\[350px\] {
        min-width: 350px
    }

    .lg\:min-w-fit {
        min-width: -moz-fit-content;
        min-width: fit-content
    }

    .lg\:max-w-3xl {
        max-width: 48rem
    }

    .lg\:max-w-7xl {
        max-width: 80rem
    }

    .lg\:max-w-\[35\%\] {
        max-width: 35%
    }

    .lg\:max-w-\[350px\] {
        max-width: 350px
    }

    .lg\:max-w-\[35rem\] {
        max-width: 35rem
    }

    .lg\:max-w-\[40\%\] {
        max-width: 40%
    }

    .lg\:max-w-\[45\%\] {
        max-width: 45%
    }

    .lg\:max-w-\[55\%\] {
        max-width: 55%
    }

    .lg\:max-w-\[70\%\] {
        max-width: 70%
    }

    .lg\:max-w-\[98\%\] {
        max-width: 98%
    }

    .lg\:max-w-\[calc\(25\%-1rem\)\] {
        max-width: calc(25% - 1rem)
    }

    .lg\:max-w-\[calc\(50\%-15px\)\] {
        max-width: calc(50% - 15px)
    }

    .lg\:max-w-full {
        max-width: 100%
    }

    .lg\:max-w-none {
        max-width: none
    }

    .lg\:max-w-screen-xl {
        max-width: 1280px
    }

    .lg\:flex-1 {
        flex: 1 1 0%
    }

    .lg\:grow {
        flex-grow: 1
    }

    .lg\:grow-0 {
        flex-grow: 0
    }

    .lg\:basis-1\/3 {
        flex-basis: 33.333333%
    }

    .lg\:basis-\[120px\] {
        flex-basis: 120px
    }

    .lg\:basis-\[20\%\] {
        flex-basis: 20%
    }

    .lg\:basis-\[45\%\] {
        flex-basis: 45%
    }

    .lg\:basis-\[80px\] {
        flex-basis: 80px
    }

    .lg\:basis-\[calc\(100\%-7\.5rem\)\] {
        flex-basis: calc(100% - 7.5rem)
    }

    .lg\:basis-\[calc\(50\%-15px\)\] {
        flex-basis: calc(50% - 15px)
    }

    .lg\:basis-auto {
        flex-basis: auto
    }

    .lg\:-translate-x-\[100\%\] {
        --tw-translate-x: -100%
    }

    .lg\:-translate-x-\[100\%\],
    .lg\:-translate-x-\[40vw\] {
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .lg\:-translate-x-\[40vw\] {
        --tw-translate-x: -40vw
    }

    .lg\:-translate-x-\[50vw\] {
        --tw-translate-x: -50vw
    }

    .lg\:-translate-x-\[50vw\],
    .lg\:translate-x-\[40vw\] {
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .lg\:translate-x-\[40vw\] {
        --tw-translate-x: 40vw
    }

    .lg\:translate-x-\[50vw\] {
        --tw-translate-x: 50vw
    }

    .lg\:-rotate-1,
    .lg\:translate-x-\[50vw\] {
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .lg\:-rotate-1 {
        --tw-rotate: -1deg
    }

    .lg\:-rotate-2 {
        --tw-rotate: -2deg
    }

    .lg\:-rotate-2,
    .lg\:rotate-1 {
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .lg\:rotate-1 {
        --tw-rotate: 1deg
    }

    .lg\:rotate-2 {
        --tw-rotate: 2deg
    }

    .lg\:rotate-2,
    .lg\:rotate-3 {
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .lg\:rotate-3 {
        --tw-rotate: 3deg
    }

    .lg\:scale-100 {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .lg\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }

    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .lg\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }

    .lg\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }

    .lg\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }

    .lg\:grid-rows-6 {
        grid-template-rows: repeat(6, minmax(0, 1fr))
    }

    .lg\:flex-row {
        flex-direction: row
    }

    .lg\:flex-row-reverse {
        flex-direction: row-reverse
    }

    .lg\:flex-col {
        flex-direction: column
    }

    .lg\:flex-wrap {
        flex-wrap: wrap
    }

    .lg\:flex-nowrap {
        flex-wrap: nowrap
    }

    .lg\:items-start {
        align-items: flex-start
    }

    .lg\:items-center {
        align-items: center
    }

    .lg\:justify-start {
        justify-content: flex-start
    }

    .lg\:justify-center {
        justify-content: center
    }

    .lg\:justify-between {
        justify-content: space-between
    }

    .lg\:gap-0 {
        gap: 0
    }

    .lg\:gap-1 {
        gap: .25rem
    }

    .lg\:gap-10 {
        gap: 2.5rem
    }

    .lg\:gap-12 {
        gap: 3rem
    }

    .lg\:gap-16 {
        gap: 4rem
    }

    .lg\:gap-2 {
        gap: .5rem
    }

    .lg\:gap-20 {
        gap: 5rem
    }

    .lg\:gap-3 {
        gap: .75rem
    }

    .lg\:gap-4 {
        gap: 1rem
    }

    .lg\:gap-5 {
        gap: 1.25rem
    }

    .lg\:gap-6 {
        gap: 1.5rem
    }

    .lg\:gap-8 {
        gap: 2rem
    }

    .lg\:gap-\[\.25rem\] {
        gap: .25rem
    }

    .lg\:gap-\[\.75rem\] {
        gap: .75rem
    }

    .lg\:gap-\[0\.375rem\] {
        gap: .375rem
    }

    .lg\:gap-\[0\.3rem\] {
        gap: .3rem
    }

    .lg\:gap-\[0\.625rem\] {
        gap: .625rem
    }

    .lg\:gap-\[0\.875rem\] {
        gap: .875rem
    }

    .lg\:gap-\[1\.0rem\] {
        gap: 1rem
    }

    .lg\:gap-\[1\.5rem\] {
        gap: 1.5rem
    }

    .lg\:gap-\[1\.875rem\] {
        gap: 1.875rem
    }

    .lg\:gap-\[10rem\] {
        gap: 10rem
    }

    .lg\:gap-\[1rem\] {
        gap: 1rem
    }

    .lg\:gap-\[2\.75rem\] {
        gap: 2.75rem
    }

    .lg\:gap-\[3rem\] {
        gap: 3rem
    }

    .lg\:gap-\[7rem\] {
        gap: 7rem
    }

    .lg\:gap-x-\[3px\] {
        -moz-column-gap: 3px;
        column-gap: 3px
    }

    .lg\:space-x-2>:not([hidden])~:not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(.5rem * var(--tw-space-x-reverse));
        margin-left: calc(.5rem * calc(1 - var(--tw-space-x-reverse)))
    }

    .lg\:space-x-8>:not([hidden])~:not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2rem * var(--tw-space-x-reverse));
        margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)))
    }

    .lg\:space-y-4>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1rem * var(--tw-space-y-reverse))
    }

    .lg\:self-end {
        align-self: flex-end
    }

    .lg\:overflow-visible {
        overflow: visible
    }

    .lg\:overflow-y-auto {
        overflow-y: auto
    }

    .lg\:overflow-x-visible {
        overflow-x: visible
    }

    .lg\:rounded-3xl {
        border-radius: 1.5rem
    }

    .lg\:rounded-\[0\.625rem\] {
        border-radius: .625rem
    }

    .lg\:rounded-\[0\.75rem\] {
        border-radius: .75rem
    }

    .lg\:rounded-\[1\.25rem\] {
        border-radius: 1.25rem
    }

    .lg\:rounded-\[1rem\] {
        border-radius: 1rem
    }

    .lg\:rounded-\[3rem\] {
        border-radius: 3rem
    }

    .lg\:rounded-lg {
        border-radius: .5rem
    }

    .lg\:rounded-xl {
        border-radius: .75rem
    }

    .lg\:rounded-b-3xl {
        border-bottom-right-radius: 1.5rem;
        border-bottom-left-radius: 1.5rem
    }

    .lg\:rounded-b-\[1\.25rem\] {
        border-bottom-right-radius: 1.25rem;
        border-bottom-left-radius: 1.25rem
    }

    .lg\:rounded-b-none {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .lg\:rounded-l-lg {
        border-top-left-radius: .5rem;
        border-bottom-left-radius: .5rem
    }

    .lg\:rounded-l-none {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .lg\:rounded-t-\[1rem\] {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem
    }

    .lg\:rounded-t-none {
        border-top-left-radius: 0
    }

    .lg\:rounded-t-none,
    .lg\:rounded-tr-none {
        border-top-right-radius: 0
    }

    .lg\:border {
        border-width: 1px
    }

    .lg\:border-none {
        border-style: none
    }

    .lg\:border-slate-700 {
        --tw-border-opacity: 1;
        border-color: rgb(51 65 85/var(--tw-border-opacity))
    }

    .lg\:bg-\[\#f3f4f6\] {
        --tw-bg-opacity: 1;
        background-color: rgb(243 244 246/var(--tw-bg-opacity))
    }

    .lg\:bg-black {
        --tw-bg-opacity: 1;
        background-color: rgb(4 9 33/var(--tw-bg-opacity))
    }

    .lg\:bg-blue-tint {
        --tw-bg-opacity: 1;
        background-color: rgb(218 239 255/var(--tw-bg-opacity))
    }

    .lg\:bg-gray-100 {
        --tw-bg-opacity: 1;
        background-color: rgb(243 244 246/var(--tw-bg-opacity))
    }

    .lg\:bg-gray-dark\/5 {
        background-color: rgba(33, 37, 41, .05)
    }

    .lg\:bg-slate-800 {
        --tw-bg-opacity: 1;
        background-color: rgb(30 41 59/var(--tw-bg-opacity))
    }

    .lg\:bg-transparent {
        background-color: transparent
    }

    .lg\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255/var(--tw-bg-opacity))
    }

    .lg\:from-\[rgba\(255\2c 255\2c 255\2c 1\)\],
    .lg\:from-white {
        --tw-gradient-from: #fff var(--tw-gradient-from-position);
        --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
    }

    .lg\:to-\[rgba\(255\2c 255\2c 255\2c 1\)\] {
        --tw-gradient-to: #fff var(--tw-gradient-to-position)
    }

    .lg\:object-cover {
        -o-object-fit: cover;
        object-fit: cover
    }

    .lg\:p-0 {
        padding: 0
    }

    .lg\:p-1 {
        padding: .25rem
    }

    .lg\:p-10 {
        padding: 2.5rem
    }

    .lg\:p-16 {
        padding: 4rem
    }

    .lg\:p-2 {
        padding: .5rem
    }

    .lg\:p-20 {
        padding: 5rem
    }

    .lg\:p-24 {
        padding: 6rem
    }

    .lg\:p-3 {
        padding: .75rem
    }

    .lg\:p-4 {
        padding: 1rem
    }

    .lg\:p-5 {
        padding: 1.25rem
    }

    .lg\:p-6 {
        padding: 1.5rem
    }

    .lg\:p-8 {
        padding: 2rem
    }

    .lg\:p-\[1\.875rem\] {
        padding: 1.875rem
    }

    .lg\:p-\[10px\] {
        padding: 10px
    }

    .lg\:\!py-\[1\.35rem\] {
        padding-top: 1.35rem !important;
        padding-bottom: 1.35rem !important
    }

    .lg\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .lg\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .lg\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .lg\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem
    }

    .lg\:px-3 {
        padding-left: .75rem;
        padding-right: .75rem
    }

    .lg\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .lg\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .lg\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .lg\:px-\[16rem\] {
        padding-left: 16rem;
        padding-right: 16rem
    }

    .lg\:px-\[3rem\] {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .lg\:px-\[5rem\] {
        padding-left: 5rem;
        padding-right: 5rem
    }

    .lg\:px-\[6rem\] {
        padding-left: 6rem;
        padding-right: 6rem
    }

    .lg\:py-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .lg\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

    .lg\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .lg\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .lg\:py-2 {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .lg\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .lg\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem
    }

    .lg\:py-3 {
        padding-top: .75rem;
        padding-bottom: .75rem
    }

    .lg\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .lg\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }

    .lg\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .lg\:py-7 {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem
    }

    .lg\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .lg\:py-\[0\.125rem\] {
        padding-top: .125rem;
        padding-bottom: .125rem
    }

    .lg\:py-\[0\.875rem\] {
        padding-top: .875rem;
        padding-bottom: .875rem
    }

    .lg\:pb-0 {
        padding-bottom: 0
    }

    .lg\:pb-14 {
        padding-bottom: 3.5rem
    }

    .lg\:pb-2 {
        padding-bottom: .5rem
    }

    .lg\:pb-20 {
        padding-bottom: 5rem
    }

    .lg\:pb-3 {
        padding-bottom: .75rem
    }

    .lg\:pb-8 {
        padding-bottom: 2rem
    }

    .lg\:pb-\[1rem\] {
        padding-bottom: 1rem
    }

    .lg\:pl-16 {
        padding-left: 4rem
    }

    .lg\:pl-6 {
        padding-left: 1.5rem
    }

    .lg\:pl-8 {
        padding-left: 2rem
    }

    .lg\:pl-\[3\.75rem\] {
        padding-left: 3.75rem
    }

    .lg\:pr-0 {
        padding-right: 0
    }

    .lg\:pr-16 {
        padding-right: 4rem
    }

    .lg\:pt-0 {
        padding-top: 0
    }

    .lg\:pt-10 {
        padding-top: 2.5rem
    }

    .lg\:pt-12 {
        padding-top: 3rem
    }

    .lg\:pt-16 {
        padding-top: 4rem
    }

    .lg\:pt-2 {
        padding-top: .5rem
    }

    .lg\:pt-24 {
        padding-top: 6rem
    }

    .lg\:pt-28 {
        padding-top: 7rem
    }

    .lg\:pt-4 {
        padding-top: 1rem
    }

    .lg\:pt-6 {
        padding-top: 1.5rem
    }

    .lg\:pt-\[5rem\] {
        padding-top: 5rem
    }

    .lg\:pt-\[6rem\] {
        padding-top: 6rem
    }

    .lg\:pt-\[7rem\] {
        padding-top: 7rem
    }

    .lg\:text-left {
        text-align: left
    }

    .lg\:text-right {
        text-align: right
    }

    .lg\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .lg\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem
    }

    .lg\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }

    .lg\:text-5xl {
        font-size: 3rem;
        line-height: 1
    }

    .lg\:text-6xl {
        font-size: 3.75rem;
        line-height: 1
    }

    .lg\:text-7xl {
        font-size: 4.5rem;
        line-height: 1
    }

    .lg\:text-\[1\.5rem\] {
        font-size: 1.5rem
    }

    .lg\:text-\[10px\] {
        font-size: 10px
    }

    .lg\:text-\[2\.5rem\] {
        font-size: 2.5rem
    }

    .lg\:text-\[5\.8rem\] {
        font-size: 5.8rem
    }

    .lg\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .lg\:text-display-1 {
        font-size: 5.375rem;
        line-height: 8.0625rem
    }

    .lg\:text-display-2 {
        font-size: 4.875rem;
        line-height: 7.3125rem
    }

    .lg\:text-display-2-sm {
        font-size: 3.75rem;
        line-height: 5rem
    }

    .lg\:text-h2 {
        font-size: 2.5rem;
        line-height: 3.75rem
    }

    .lg\:text-h3 {
        font-size: 2rem;
        line-height: 3rem
    }

    .lg\:text-h3-sm {
        font-size: 1.75rem;
        line-height: 2.625rem
    }

    .lg\:text-h4 {
        font-size: 1.625rem;
        line-height: 2.625rem
    }

    .lg\:text-h5 {
        font-size: 1.5rem;
        line-height: 2.25rem
    }

    .lg\:text-h5-sm,
    .lg\:text-h6 {
        font-size: 1.25rem;
        line-height: 1.875rem
    }

    .lg\:text-h6-sm {
        font-size: 1.125rem;
        line-height: 1.6875rem
    }

    .lg\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem
    }

    .lg\:text-p-lg {
        font-size: 1.125rem;
        line-height: 1.875rem
    }

    .lg\:text-p-md {
        font-size: 1rem;
        line-height: 1.625rem
    }

    .lg\:text-p-sm {
        font-size: .875rem;
        line-height: 1.375rem
    }

    .lg\:text-p-xs {
        font-size: .75rem;
        line-height: 1.25rem
    }

    .lg\:text-sm {
        font-size: .875rem;
        line-height: 1.25rem
    }

    .lg\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem
    }

    .lg\:font-bold {
        font-weight: 700
    }

    .lg\:font-light {
        font-weight: 300
    }

    .lg\:font-medium {
        font-weight: 500
    }

    .lg\:font-normal {
        font-weight: 400
    }

    .lg\:font-semibold {
        font-weight: 600
    }

    .lg\:leading-4 {
        line-height: 1rem
    }

    .lg\:tracking-wide {
        letter-spacing: .025em
    }

    .lg\:text-gray-dark {
        --tw-text-opacity: 1;
        color: rgb(33 37 41/var(--tw-text-opacity))
    }

    .lg\:shadow-sm {
        --tw-shadow: 0 1px 2px -1px rgba(10, 57, 79, .01), 0 1px 3px 0px rgba(10, 57, 79, .1);
        --tw-shadow-colored: 0 1px 2px -1px var(--tw-shadow-color), 0 1px 3px 0px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
    }

    .lg\:after\:hidden:after {
        content: var(--tw-content);
        display: none
    }
}

@media (min-width:1280px) {
    .xl\:col-span-1 {
        grid-column: span 1/span 1
    }

    .xl\:col-span-12 {
        grid-column: span 12/span 12
    }

    .xl\:col-span-3 {
        grid-column: span 3/span 3
    }

    .xl\:col-span-8 {
        grid-column: span 8/span 8
    }

    .xl\:col-span-9 {
        grid-column: span 9/span 9
    }

    .xl\:mx-\[6rem\] {
        margin-left: 6rem;
        margin-right: 6rem
    }

    .xl\:my-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem
    }

    .xl\:-mr-10 {
        margin-right: -2.5rem
    }

    .xl\:-mt-9 {
        margin-top: -2.25rem
    }

    .xl\:mt-1 {
        margin-top: .25rem
    }

    .xl\:mt-2 {
        margin-top: .5rem
    }

    .xl\:mt-\[15rem\] {
        margin-top: 15rem
    }

    .xl\:mt-\[4rem\] {
        margin-top: 4rem
    }

    .xl\:mt-\[5rem\] {
        margin-top: 5rem
    }

    .xl\:block {
        display: block
    }

    .xl\:hidden {
        display: none
    }

    .xl\:h-\[14rem\] {
        height: 14rem
    }

    .xl\:h-\[151px\] {
        height: 151px
    }

    .xl\:h-\[169px\] {
        height: 169px
    }

    .xl\:h-\[170px\] {
        height: 170px
    }

    .xl\:h-\[300px\] {
        height: 300px
    }

    .xl\:h-\[310px\] {
        height: 310px
    }

    .xl\:h-\[350px\] {
        height: 350px
    }

    .xl\:h-\[7rem\] {
        height: 7rem
    }

    .xl\:h-\[8rem\] {
        height: 8rem
    }

    .xl\:w-1\/2 {
        width: 50%
    }

    .xl\:w-\[4\.6rem\] {
        width: 4.6rem
    }

    .xl\:w-\[50\%\] {
        width: 50%
    }

    .xl\:w-\[55\%\] {
        width: 55%
    }

    .xl\:w-\[59\%\] {
        width: 59%
    }

    .xl\:w-\[5rem\] {
        width: 5rem
    }

    .xl\:w-\[72\%\] {
        width: 72%
    }

    .xl\:w-\[8rem\] {
        width: 8rem
    }

    .xl\:max-w-\[80\%\] {
        max-width: 80%
    }

    .xl\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }

    .xl\:flex-row {
        flex-direction: row
    }

    .xl\:items-start {
        align-items: flex-start
    }

    .xl\:justify-start {
        justify-content: flex-start
    }

    .xl\:gap-10 {
        gap: 2.5rem
    }

    .xl\:gap-6 {
        gap: 1.5rem
    }

    .xl\:gap-7 {
        gap: 1.75rem
    }

    .xl\:px-\[20rem\] {
        padding-left: 20rem;
        padding-right: 20rem
    }

    .xl\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .xl\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }

    .xl\:text-6xl {
        font-size: 3.75rem;
        line-height: 1
    }

    .xl\:text-7xl {
        font-size: 4.5rem;
        line-height: 1
    }

    .xl\:text-\[1\.6rem\] {
        font-size: 1.6rem
    }

    .xl\:text-\[7\.2rem\] {
        font-size: 7.2rem
    }

    .xl\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem
    }

    .xl\:text-xs {
        font-size: .75rem;
        line-height: 1rem
    }
}

@media (min-width:1536px) {
    .\32xl\:bottom-5 {
        bottom: 1.25rem
    }

    .\32xl\:bottom-\[3vh\] {
        bottom: 3vh
    }

    .\32xl\:left-5 {
        left: 1.25rem
    }

    .\32xl\:right-5 {
        right: 1.25rem
    }

    .\32xl\:top-4 {
        top: 1rem
    }

    .\32xl\:top-48 {
        top: 12rem
    }

    .\32xl\:top-5 {
        top: 1.25rem
    }

    .\32xl\:top-6 {
        top: 1.5rem
    }

    .\32xl\:top-\[12rem\] {
        top: 12rem
    }

    .\32xl\:top-\[5\.25rem\] {
        top: 5.25rem
    }

    .\32xl\:top-\[5\.5rem\] {
        top: 5.5rem
    }

    .\32xl\:top-\[6\.5rem\] {
        top: 6.5rem
    }

    .\32xl\:top-\[9\.5rem\] {
        top: 9.5rem
    }

    .\32xl\:col-span-1 {
        grid-column: span 1/span 1
    }

    .\32xl\:col-span-2 {
        grid-column: span 2/span 2
    }

    .\32xl\:col-span-3 {
        grid-column: span 3/span 3
    }

    .\32xl\:col-span-4 {
        grid-column: span 4/span 4
    }

    .\32xl\:col-span-5 {
        grid-column: span 5/span 5
    }

    .\32xl\:col-span-6 {
        grid-column: span 6/span 6
    }

    .\32xl\:mx-\[12rem\] {
        margin-left: 12rem;
        margin-right: 12rem
    }

    .\32xl\:my-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem
    }

    .\32xl\:-mr-12 {
        margin-right: -3rem
    }

    .\32xl\:ml-0 {
        margin-left: 0
    }

    .\32xl\:mr-\[3\.5rem\] {
        margin-right: 3.5rem
    }

    .\32xl\:mt-12 {
        margin-top: 3rem
    }

    .\32xl\:mt-3 {
        margin-top: .75rem
    }

    .\32xl\:mt-4 {
        margin-top: 1rem
    }

    .\32xl\:mt-8 {
        margin-top: 2rem
    }

    .\32xl\:mt-\[15rem\] {
        margin-top: 15rem
    }

    .\32xl\:mt-\[3\.75rem\] {
        margin-top: 3.75rem
    }

    .\32xl\:mt-\[5\.625rem\] {
        margin-top: 5.625rem
    }

    .\32xl\:mt-\[5\.6rem\] {
        margin-top: 5.6rem
    }

    .\32xl\:mt-\[5\.735rem\] {
        margin-top: 5.735rem
    }

    .\32xl\:mt-\[5\.7rem\] {
        margin-top: 5.7rem
    }

    .\32xl\:line-clamp-2 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2
    }

    .\32xl\:block {
        display: block
    }

    .\32xl\:hidden {
        display: none
    }

    .\32xl\:h-12 {
        height: 3rem
    }

    .\32xl\:h-\[10rem\] {
        height: 10rem
    }

    .\32xl\:h-\[11rem\] {
        height: 11rem
    }

    .\32xl\:h-\[16rem\] {
        height: 16rem
    }

    .\32xl\:h-\[17\.5rem\] {
        height: 17.5rem
    }

    .\32xl\:h-\[196px\] {
        height: 196px
    }

    .\32xl\:h-\[23\.625rem\] {
        height: 23.625rem
    }

    .\32xl\:h-\[235px\] {
        height: 235px
    }

    .\32xl\:h-\[27\.625rem\] {
        height: 27.625rem
    }

    .\32xl\:h-\[3\.75rem\] {
        height: 3.75rem
    }

    .\32xl\:h-\[32\.5rem\] {
        height: 32.5rem
    }

    .\32xl\:h-\[35rem\] {
        height: 35rem
    }

    .\32xl\:h-\[400px\] {
        height: 400px
    }

    .\32xl\:h-\[440px\] {
        height: 440px
    }

    .\32xl\:h-\[480px\] {
        height: 480px
    }

    .\32xl\:h-\[490px\] {
        height: 490px
    }

    .\32xl\:h-\[5\.625rem\] {
        height: 5.625rem
    }

    .\32xl\:h-\[57\.5rem\] {
        height: 57.5rem
    }

    .\32xl\:h-\[760px\] {
        height: 760px
    }

    .\32xl\:h-\[calc\(100vh-12rem\)\] {
        height: calc(100vh - 12rem)
    }

    .\32xl\:max-h-\[20rem\] {
        max-height: 20rem
    }

    .\32xl\:max-h-\[30rem\] {
        max-height: 30rem
    }

    .\32xl\:max-h-\[32rem\] {
        max-height: 32rem
    }

    .\32xl\:w-12 {
        width: 3rem
    }

    .\32xl\:w-3\/4 {
        width: 75%
    }

    .\32xl\:w-\[10rem\] {
        width: 10rem
    }

    .\32xl\:w-\[11rem\] {
        width: 11rem
    }

    .\32xl\:w-\[12\.5rem\] {
        width: 12.5rem
    }

    .\32xl\:w-\[30\%\] {
        width: 30%
    }

    .\32xl\:w-\[31\.5rem\] {
        width: 31.5rem
    }

    .\32xl\:w-\[32\%\] {
        width: 32%
    }

    .\32xl\:w-\[45\%\] {
        width: 45%
    }

    .\32xl\:w-\[5\.7rem\] {
        width: 5.7rem
    }

    .\32xl\:w-\[55\%\] {
        width: 55%
    }

    .\32xl\:w-\[65\%\] {
        width: 65%
    }

    .\32xl\:w-\[7rem\] {
        width: 7rem
    }

    .\32xl\:w-\[8rem\] {
        width: 8rem
    }

    .\32xl\:w-\[calc\(100\%-2\.5rem\)\] {
        width: calc(100% - 2.5rem)
    }

    .\32xl\:w-\[calc\(100\%-40px\)\] {
        width: calc(100% - 40px)
    }

    .\32xl\:max-w-5xl {
        max-width: 64rem
    }

    .\32xl\:max-w-\[300px\] {
        max-width: 300px
    }

    .\32xl\:max-w-\[35\%\] {
        max-width: 35%
    }

    .\32xl\:max-w-\[42rem\] {
        max-width: 42rem
    }

    .\32xl\:max-w-\[530px\] {
        max-width: 530px
    }

    .\32xl\:max-w-\[55\%\] {
        max-width: 55%
    }

    .\32xl\:max-w-\[600px\] {
        max-width: 600px
    }

    .\32xl\:max-w-\[70\%\] {
        max-width: 70%
    }

    .\32xl\:basis-auto {
        flex-basis: auto
    }

    .\32xl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .\32xl\:flex-row {
        flex-direction: row
    }

    .\32xl\:flex-nowrap {
        flex-wrap: nowrap
    }

    .\32xl\:gap-1 {
        gap: .25rem
    }

    .\32xl\:gap-10 {
        gap: 2.5rem
    }

    .\32xl\:gap-12 {
        gap: 3rem
    }

    .\32xl\:gap-16 {
        gap: 4rem
    }

    .\32xl\:gap-2 {
        gap: .5rem
    }

    .\32xl\:gap-3 {
        gap: .75rem
    }

    .\32xl\:gap-4 {
        gap: 1rem
    }

    .\32xl\:gap-5 {
        gap: 1.25rem
    }

    .\32xl\:gap-6 {
        gap: 1.5rem
    }

    .\32xl\:gap-8 {
        gap: 2rem
    }

    .\32xl\:gap-\[0\.375rem\],
    .\32xl\:gap-\[\.375rem\] {
        gap: .375rem
    }

    .\32xl\:gap-\[0\.625rem\] {
        gap: .625rem
    }

    .\32xl\:gap-\[1\.25rem\] {
        gap: 1.25rem
    }

    .\32xl\:gap-\[1\.875rem\] {
        gap: 1.875rem
    }

    .\32xl\:gap-\[10\.625rem\] {
        gap: 10.625rem
    }

    .\32xl\:gap-\[2\.5rem\] {
        gap: 2.5rem
    }

    .\32xl\:gap-\[3\.5rem\] {
        gap: 3.5rem
    }

    .\32xl\:gap-\[3\.75rem\] {
        gap: 3.75rem
    }

    .\32xl\:gap-\[8\.75rem\] {
        gap: 8.75rem
    }

    .\32xl\:overflow-hidden {
        overflow: hidden
    }

    .\32xl\:p-3 {
        padding: .75rem
    }

    .\32xl\:p-4 {
        padding: 1rem
    }

    .\32xl\:p-5 {
        padding: 1.25rem
    }

    .\32xl\:p-6 {
        padding: 1.5rem
    }

    .\32xl\:p-8 {
        padding: 2rem
    }

    .\32xl\:p-\[1\.875rem\] {
        padding: 1.875rem
    }

    .\32xl\:px-\[1\.625rem\] {
        padding-left: 1.625rem;
        padding-right: 1.625rem
    }

    .\32xl\:px-\[32rem\] {
        padding-left: 32rem;
        padding-right: 32rem
    }

    .\32xl\:px-\[3rem\] {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .\32xl\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .\32xl\:py-3 {
        padding-top: .75rem;
        padding-bottom: .75rem
    }

    .\32xl\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .\32xl\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }

    .\32xl\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .\32xl\:py-\[0\.375rem\] {
        padding-top: .375rem;
        padding-bottom: .375rem
    }

    .\32xl\:pl-6 {
        padding-left: 1.5rem
    }

    .\32xl\:pt-20 {
        padding-top: 5rem
    }

    .\32xl\:pt-28 {
        padding-top: 7rem
    }

    .\32xl\:pt-\[5\.625rem\] {
        padding-top: 5.625rem
    }

    .\32xl\:pt-\[6\.25rem\] {
        padding-top: 6.25rem
    }

    .\32xl\:pt-\[7rem\] {
        padding-top: 7rem
    }

    .\32xl\:text-left {
        text-align: left
    }

    .\32xl\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }

    .\32xl\:text-5xl {
        font-size: 3rem;
        line-height: 1
    }

    .\32xl\:text-7xl {
        font-size: 4.5rem;
        line-height: 1
    }

    .\32xl\:text-9xl {
        font-size: 8rem;
        line-height: 1
    }

    .\32xl\:text-\[2\.2rem\] {
        font-size: 2.2rem
    }

    .\32xl\:text-\[8rem\] {
        font-size: 8rem
    }

    .\32xl\:text-display-1 {
        font-size: 5.375rem;
        line-height: 8.0625rem
    }

    .\32xl\:text-display-2 {
        font-size: 4.875rem;
        line-height: 7.3125rem
    }

    .\32xl\:text-h2 {
        font-size: 2.5rem;
        line-height: 3.75rem
    }

    .\32xl\:text-h3 {
        font-size: 2rem;
        line-height: 3rem
    }

    .\32xl\:text-h4 {
        font-size: 1.625rem;
        line-height: 2.625rem
    }

    .\32xl\:text-h5 {
        font-size: 1.5rem;
        line-height: 2.25rem
    }

    .\32xl\:text-h6 {
        font-size: 1.25rem;
        line-height: 1.875rem
    }

    .\32xl\:text-p-md {
        font-size: 1rem;
        line-height: 1.625rem
    }

    .\32xl\:text-xs {
        font-size: .75rem;
        line-height: 1rem
    }

    .\32xl\:leading-\[auto\] {
        line-height: auto
    }
}

.\[\&_a\]\:text-blue-light a {
    --tw-text-opacity: 1;
    color: rgb(30 127 242/var(--tw-text-opacity))
}

.\[\&_li\>div\]\:mb-4 li>div {
    margin-bottom: 1rem
}

.\[\&_li\>div\]\:bg-slate-100 li>div {
    --tw-bg-opacity: 1;
    background-color: rgb(241 245 249/var(--tw-bg-opacity))
}

.\[\&_li\>div\]\:px-4 li>div {
    padding-left: 1rem;
    padding-right: 1rem
}

.\[\&_li\>div\]\:py-4 li>div {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.\[\&_li\>div\]\:font-mono li>div {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

.\[\&_li\>p\]\:p-1 li>p {
    padding: .25rem
}

.\[\&_ol\]\:flex ol {
    display: flex
}

.\[\&_ol\]\:list-decimal ol {
    list-style-type: decimal
}

.\[\&_ol\]\:flex-col ol {
    flex-direction: column
}

.\[\&_ol\]\:p-5 ol {
    padding: 1.25rem
}

.\[\&_ol\]\:text-left ol {
    text-align: left
}

.\[\&_td\]\:border td {
    border-width: 1px
}

.\[\&_td\]\:p-1 td {
    padding: .25rem
}

.\[\&_th\]\:border th {
    border-width: 1px
}

.\[\&_th\]\:p-1 th {
    padding: .25rem
}

.\[\&_ul\]\:ml-4 ul {
    margin-left: 1rem
}

.\[\&_ul\]\:list-disc ul {
    list-style-type: disc
}

.\[\&_ul\]\:p-1 ul {
    padding: .25rem
}

.\[\&_ul\]\:p-5 ul {
    padding: 1.25rem
}

.\[\&_ul\]\:text-left ul {
    text-align: left
}