@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {

    --btn-color: #fdfdfd;
    /* button color*/
    --btn-bg: #0d0d0d;
    /* button bg color*/

    --primary-text-color: #000;
    --header-link-hover: #dddcdccf;
    --footer-link-hover: #6dbb00;
    --input-focus-bd-color: #0d0d0d;
}



html {
    scroll-behavior: smooth;
    font-family: "Roboto", sans-serif;
}

header {
    /* background-color: #fff;
    color: #000; */
}


header>.collapsible-header {
    display: flex;
    gap: 1rem;
    width: 100%;
    background-color: inherit;
    place-content: center;
    overflow: hidden;
    transition: width 0.3s ease;
}

.outline-effect {
    color: black;
    -webkit-text-fill-color: transparent;
    /* Will override color (regardless of order) */
    -webkit-text-stroke: 2px black;
}

.animated-collapse {
    transition: width 0.3s ease;
}

.header-links {
    display: flex;
    align-items: center;
    min-width: fit-content;
    border-radius: 25px;
    padding: 5px 15px;
    transition: background-color 0.5s, color 0.5s;
}


.header-links:hover {
    background-color: var(--header-link-hover);
}

.material-icons.md-40 {
    font-size: 40px;
}

.primary-text-color {
    color: var(--primary-text-color);
}

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

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

.btn {
    padding: 10px 15px;
    width: max-content;
    border-radius: 25px;
    color: var(--btn-color);
    background-color: var(--btn-bg);
    justify-content: center;
    align-items: center;
    display: flex;
    cursor: pointer;
}

.btn:hover {}

.btn:disabled {
    cursor: default;
}

.input {
    padding: 10px;
    background-color: transparent;
    border-radius: 25px;
    /* outline: none; */
    min-width: 100px;
    border: 2px solid #818080;
    transition: border 0.3s;
}

.input:active,
.input:focus,
.input:focus-within {
    border: 2px solid var(--input-focus-bd-color);
}

.input-error {
    border-bottom: 3px solid #ff1e1e;
}

.input-error:focus-within {
    border-bottom: 3px solid #fd0101;
}


/* Navigation dots styling */
.dots-container {
    text-align: center;
    margin-top: 20px;
}

.footer-link {
    color: #0d0d0d;
    transition: color 0.3s;
}

.footer-link:hover {
    color: var(--footer-link-hover);
}


.review-container {
    position: relative;
    max-width: 600px;
    margin: auto;
}

.review-card {
    box-shadow: 0px 2px 4px #757474a0;
    border-radius: 15px;
    /* width: 200px; */
    /* height: 550px; */
    padding: 10px;
}

/* --------- collapsible div ---------- */
.collapsible {
    background-color: #f3f0f0;
    color: #2b2929;
    /* cursor: pointer; */
    padding: 5px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
}

/* Style for the collapsible content */
.content {
    padding: 0 18px;
    /* display: none; */
    height: 0px;
    overflow: hidden;
    background-color: transparent;
    transition: height 0.5s;
    text-align: justify;
    margin-top: 10px;
}

.collapsible .active,
.collapsible:hover {
    /* background-color: #dedddd; */
}

@media not all and (min-width: 1024px) {
    header .collapsible-header {
        position: fixed;
        right: 0px;
        flex-direction: column;
        opacity: 0;
        height: 100vh;
        min-height: 100vh;
        height: 100dvh;
        width: 0vw;
        justify-content: space-between;
        padding: 5px;
        padding-top: 5%;
        padding-bottom: 5%;
        place-items: end;
        background-color: #ffffff;
        color: #000000;
        overflow-y: auto;
        box-shadow: 2px 0px 3px #000;
    }

    .header-links {
        color: black;
    }

}

*,
: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: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style:
}

::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: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style:
}

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

:after,
:before {
    --tw-content: ""
}

:host,
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, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent
}

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-feature-settings: normal;
    font-variation-settings: normal;
    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;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button,
select {
    text-transform: none
}

button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
    -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%;
    height: auto
}

[hidden]:where(:not([hidden=until-found])) {
    display: none
}

.tw-absolute {
    position: absolute
}

.tw-relative {
    position: relative
}

.-tw-inset-1,
.tw--inset-1 {
    inset: -.25rem
}

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

.tw-right-3 {
    right: .75rem
}

.tw-top-0 {
    top: 0
}

.tw-top-3 {
    top: .75rem
}

.tw-z-20 {
    z-index: 20
}

.tw-z-50 {
    z-index: 50
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-mt-auto {
    margin-top: auto
}

.tw-block {
    display: block
}

.tw-flex {
    display: flex
}

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

.tw-h-\[1px\] {
    height: 1px
}

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

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

.tw-h-\[30px\] {
    height: 30px
}

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

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

.tw-h-\[50px\] {
    height: 50px
}

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

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

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

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

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

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

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

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

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

.tw-w-\[30px\] {
    width: 30px
}

.tw-w-\[350px\] {
    width: 350px
}

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

.tw-w-\[450px\] {
    width: 450px
}

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

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

.tw-w-\[80\%\] {
    width: 80%
}

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

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

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

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

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

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

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

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

.tw-max-w-lg {
    max-width: 32rem
}

.tw-appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.tw-break-inside-avoid {
    -moz-column-break-inside: avoid;
    break-inside: avoid
}

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

.tw-flex-wrap {
    flex-wrap: wrap
}

.tw-place-content-center {
    place-content: center
}

.tw-place-content-around {
    place-content: space-around
}

.tw-place-items-center {
    place-items: center
}

.tw-items-center {
    align-items: center
}

.tw-justify-center {
    justify-content: center
}

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

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

.tw-gap-1 {
    gap: .25rem
}

.tw-gap-10 {
    gap: 2.5rem
}

.tw-gap-2 {
    gap: .5rem
}

.tw-gap-3 {
    gap: .75rem
}

.tw-gap-4 {
    gap: 1rem
}

.tw-gap-5 {
    gap: 1.25rem
}

.tw-gap-6 {
    gap: 1.5rem
}

.tw-gap-8 {
    gap: 2rem
}

.tw-gap-\[20px\] {
    gap: 20px
}

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

.tw-space-y-reverse>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 1
}

.tw-space-x-reverse>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 1
}

.tw-divide-y-reverse>:not([hidden])~:not([hidden]) {
    --tw-divide-y-reverse: 1
}

.tw-divide-x-reverse>:not([hidden])~:not([hidden]) {
    --tw-divide-x-reverse: 1
}

.tw-overflow-hidden {
    overflow: hidden
}

.tw-overflow-clip {
    overflow: clip
}

.tw-rounded {
    border-radius: .25rem
}

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

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

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

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

.tw-border {
    border-width: 1px
}

.tw-border-2 {
    border-width: 2px
}

.tw-border-\[1px\] {
    border-width: 1px
}

.tw-border-solid {
    border-style: solid
}

.tw-border-black {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0/var(--tw-border-opacity, 1))
}

.tw-bg-\[\#e7e6e685\] {
    background-color: #e7e6e685
}

.tw-bg-\[\#edecec79\] {
    background-color: #edecec79
}

.tw-bg-\[\#f3f3f3b4\] {
    background-color: #f3f3f3b4
}

.tw-bg-\[\#fff\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity, 1))
}

.tw-bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0/var(--tw-bg-opacity, 1))
}

.tw-bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246/var(--tw-bg-opacity, 1))
}

.tw-bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(187 247 208/var(--tw-bg-opacity, 1))
}

.tw-bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity, 1))
}

.tw-bg-opacity-0 {
    --tw-bg-opacity: 0
}

.tw-object-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.tw-object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.tw-p-1 {
    padding: .25rem
}

.tw-p-2 {
    padding: .5rem
}

.tw-p-4 {
    padding: 1rem
}

.tw-p-6 {
    padding: 1.5rem
}

.tw-p-8 {
    padding: 2rem
}

.tw-p-\[2\%\] {
    padding: 2%
}

.tw-p-\[4px\] {
    padding: 4px
}

.tw-p-\[5\%\] {
    padding: 5%
}

.tw-px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.tw-px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.tw-px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.tw-px-\[10\%\] {
    padding-left: 10%;
    padding-right: 10%
}

.tw-px-\[5\%\] {
    padding-left: 5%;
    padding-right: 5%
}

.tw-py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.tw-py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.tw-pl-4 {
    padding-left: 1rem
}

.tw-text-center {
    text-align: center
}

.tw-text-justify {
    text-align: justify
}

.tw-font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

.tw-text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.tw-text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}

.tw-text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
}

.tw-text-6xl {
    font-size: 3.75rem;
    line-height: 1
}

.tw-text-7xl {
    font-size: 4.5rem;
    line-height: 1
}

.tw-text-base {
    font-size: 1rem;
    line-height: 1.5rem
}

.tw-text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.tw-text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.tw-text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.tw-font-bold {
    font-weight: 700
}

.tw-font-medium {
    font-weight: 500
}

.tw-font-semibold {
    font-weight: 600
}

.tw-uppercase {
    text-transform: uppercase
}

.tw-ordinal {
    --tw-ordinal: ordinal
}

.tw-ordinal,
.tw-slashed-zero {
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)
}

.tw-slashed-zero {
    --tw-slashed-zero: slashed-zero
}

.tw-leading-\[85px\] {
    line-height: 85px
}

.tw-leading-tight {
    line-height: 1.25
}

.tw-text-\[\#595959\] {
    --tw-text-opacity: 1;
    color: rgb(89 89 89/var(--tw-text-opacity, 1))
}

.tw-text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity, 1))
}

.tw-text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99/var(--tw-text-opacity, 1))
}

.tw-text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81/var(--tw-text-opacity, 1))
}

.tw-text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(31 41 55/var(--tw-text-opacity, 1))
}

.tw-text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity, 1))
}

.tw-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)
}

.tw-shadow,
.tw-shadow-lg {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.tw-shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color)
}

.tw-shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.tw-outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.tw-ring-inset {
    --tw-ring-inset: inset
}

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

.tw-duration-\[0\.5s\] {
    transition-duration: .5s
}

.tw-contain-size {
    --tw-contain-size: size
}

.tw-contain-layout,
.tw-contain-size {
    contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style)
}

.tw-contain-layout {
    --tw-contain-layout: layout
}

.tw-contain-paint {
    --tw-contain-paint: paint
}

.tw-contain-paint,
.tw-contain-style {
    contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style)
}

.tw-contain-style {
    --tw-contain-style: style
}

.hover\:tw-bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0/var(--tw-bg-opacity, 1))
}

.hover\:tw-bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55/var(--tw-bg-opacity, 1))
}

.hover\:tw-text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity, 1))
}

.focus\:tw-outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

@media not all and (min-width:1280px) {
    .max-xl\:tw-place-items-center {
        place-items: center
    }
}

@media not all and (min-width:1024px) {
    .max-lg\:tw-fixed {
        position: fixed
    }

    .max-lg\:tw-mr-auto {
        margin-right: auto
    }

    .max-lg\:tw-mt-\[30px\] {
        margin-top: 30px
    }

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

    .max-lg\:tw-max-h-\[320px\] {
        max-height: 320px
    }

    .max-lg\:tw-min-h-\[180px\] {
        min-height: 180px
    }

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

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

    .max-lg\:tw-w-full {
        width: 100%
    }

    .max-lg\:tw-min-w-\[320px\] {
        min-width: 320px
    }

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

    .max-lg\:tw-max-w-\[unset\] {
        max-width: unset
    }

    .max-lg\:tw-max-w-full {
        max-width: 100%
    }

    .max-lg\:tw-flex-col {
        flex-direction: column
    }

    .max-lg\:tw-place-items-end {
        place-items: end
    }

    .max-lg\:tw-gap-5 {
        gap: 1.25rem
    }

    .max-lg\:tw-p-3 {
        padding: .75rem
    }

    .max-lg\:tw-p-4 {
        padding: 1rem
    }

    .max-lg\:tw-px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .max-lg\:tw-text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem
    }

    .max-lg\:tw-text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }

    .max-lg\:tw-shadow-md {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
        --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px 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 not all and (min-width:768px) {
    .max-md\:tw-mt-\[50px\] {
        margin-top: 50px
    }

    .max-md\:tw-w-full {
        width: 100%
    }

    .max-md\:tw-columns-1 {
        -moz-columns: 1;
        column-count: 1
    }

    .max-md\:tw-flex-col {
        flex-direction: column
    }

    .max-md\:tw-place-content-center {
        place-content: center
    }

    .max-md\:tw-text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .max-md\:tw-text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem
    }

    .max-md\:tw-leading-snug {
        line-height: 1.375
    }

    .max-md\:tw-opacity-0 {
        opacity: 0
    }
}

@media (min-width:1024px) {
    .lg\:tw-sticky {
        position: sticky
    }

    .lg\:tw-top-\[20\%\] {
        top: 20%
    }

    .lg\:tw-mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .lg\:tw-hidden {
        display: none
    }

    .lg\:tw-columns-2 {
        -moz-columns: 2;
        column-count: 2
    }

    .lg\:tw-place-items-center {
        place-items: center
    }

    .lg\:tw-justify-around {
        justify-content: space-around
    }

    .lg\:tw-p-6 {
        padding: 1.5rem
    }
}

@media (min-width:1280px) {
    .xl\:tw-columns-3 {
        -moz-columns: 3;
        column-count: 3
    }
}

@media (prefers-color-scheme:dark) {
    @media (min-width:1024px) {
        .dark\:lg\:hover\:\[paint-order\:markers\]:hover {
            paint-order: markers
        }
    }
}