.custom_content {
    html {
        cursor: text;
    }

    html.ios {
        width: 100px;
        min-width: 100%;
    }

    body {
        font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
        font-size: 16px;
        line-height: 1.5;
        color: #333;
        margin: 9px 10px;
        max-width: 100%;
        -webkit-font-smoothing: antialiased !important;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }

    body.rtl {
        font-family: Tahoma, "Times New Roman", "Bitstream Charter", Times, serif;
    }

    body.locale-he-il,
    body.locale-vi {
        font-family: Arial, "Times New Roman", "Bitstream Charter", Times, serif;
    }

    body.wp-autoresize {
        overflow: visible !important;
        padding-top: 1px !important;
        padding-bottom: 1px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body.webkit strong,
    body.webkit b {
        font-weight: bold !important;
    }

    pre {
        font-family: Consolas, Monaco, monospace;
    }

    td,
    th {
        font-family: inherit;
        font-size: inherit;
    }

    img.emoji {
        display: inline !important;
        border: none !important;
        height: 1em !important;
        width: 1em !important;
        margin: 0 .07em !important;
        vertical-align: -0.1em !important;
        background: none !important;
        padding: 0 !important;
        box-shadow: none !important;
    }

    .mceIEcenter {
        text-align: center;
    }

    img {
        height: auto;
        max-width: 100%;
    }

    .wp-caption {
        margin: 0;
        /* browser reset */
        max-width: 100%;
    }

    .ios .wp-caption {
        width: auto !important;
    }

    dl.wp-caption dt.wp-caption-dt img {
        display: inline-block;
        margin-bottom: -1ex;
    }

    div.mceTemp {
        -ms-user-select: element;
    }

    dl.wp-caption,
    dl.wp-caption * {
        -webkit-user-drag: none;
    }

    .wp-caption-dd {
        font-size: 14px;
        padding-top: 0.5em;
        margin: 0;
        /* browser reset */
    }

    .aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .alignleft {
        float: left;
        margin: 0.5em 1em 0.5em 0;
    }

    .alignright {
        float: right;
        margin: 0.5em 0 0.5em 1em;
    }

    /* Remove blue highlighting of selected images in WebKit */
    img[data-mce-selected]::-moz-selection {
        background-color: transparent;
    }
    img[data-mce-selected]::selection {
        background-color: transparent;
    }

    /* Styles for the WordPress plugins */
    .mce-content-body img[data-mce-placeholder] {
        border-radius: 0;
        padding: 0;
    }

    .mce-content-body img[data-wp-more] {
        border: 0;
        box-shadow: none;
        width: 96%;
        height: 16px;
        display: block;
        margin: 15px auto 0;
        outline: 0;
        cursor: default;
    }

    .mce-content-body img[data-mce-placeholder][data-mce-selected] {
        outline: 1px dotted #888;
    }

    .mce-content-body img[data-wp-more="more"] {
        background: transparent url(images/more.png ) repeat-y scroll center center;
    }

    .mce-content-body img[data-wp-more="nextpage"] {
        background: transparent url(images/pagebreak.png ) repeat-y scroll center center;
    }

    .mce-object-style {
        background-image: url(images/style.svg );
    }

    .mce-object-script {
        background-image: url(images/script.svg );
    }

    /* Styles for formatting the boundaries of anchors and code elements */
    .mce-content-body a[data-mce-selected] {
        padding: 0 2px;
        margin: 0 -2px;
        border-radius: 2px;
        box-shadow: 0 0 0 1px #bfe6ff;
        background: #bfe6ff;
    }

    .mce-content-body .wp-caption-dt a[data-mce-selected] {
        outline: none;
        padding: 0;
        margin: 0;
        box-shadow: none;
        background: transparent;
    }

    .mce-content-body code {
        padding: 2px 4px;
        margin: 0;
        border-radius: 2px;
        color: #222;
        background: #f2f4f5;
    }

    .mce-content-body code[data-mce-selected] {
        background: #e9ebec;
    }

    /* Gallery, audio, video placeholders */
    .mce-content-body img.wp-media {
        border: 1px solid #aaa;
        background-color: #f2f2f2;
        background-repeat: no-repeat;
        background-position: center center;
        width: 99%;
        height: 250px;
        outline: 0;
        cursor: pointer;
    }

    .mce-content-body img.wp-media:hover {
        background-color: #ededed;
        border-color: #72777c;
    }

    .mce-content-body img.wp-media.wp-media-selected {
        background-color: #d8d8d8;
        border-color: #72777c;
    }

    .mce-content-body img.wp-media.wp-gallery {
        background-image: url(images/gallery.png);
    }

    /* Image resize handles */
    .mce-content-body div.mce-resizehandle {
        border-color: #72777c;
        width: 7px;
        height: 7px;
    }

    .mce-content-body img[data-mce-selected] {
        outline: 1px solid #72777c;
    }

    .mce-content-body img[data-mce-resize="false"] {
        outline: 0;
    }

    audio,
    video,
    embed {
        display: -moz-inline-stack;
        display: inline-block;
    }

    audio {
        visibility: hidden;
    }

    /* Fix for proprietary Mozilla display attribute, see #38757 */
    [_moz_abspos] {
        outline: none;
    }

    a[data-wplink-url-error],
    a[data-wplink-url-error]:hover,
    a[data-wplink-url-error]:focus {
        outline: 2px dotted #dc3232;
        position: relative;
    }

    a[data-wplink-url-error]:before {
        content: "";
        display: block;
        position: absolute;
        top: -2px;
        right: -2px;
        bottom: -2px;
        left: -2px;
        outline: 2px dotted #fff;
        z-index: -1;
    }

    .wpview {
        width: 99.99%;
        /* All IE need hasLayout, incl. 11 (ugh, not again!!) */
        position: relative;
        clear: both;
        margin-bottom: 16px;
        border: 1px solid transparent;
    }

    .mce-shim {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .wpview[data-mce-selected="2"] .mce-shim {
        display: none;
    }

    .wpview .loading-placeholder {
        border: 1px dashed #ccc;
        padding: 10px;
    }

    .wpview[data-mce-selected] .loading-placeholder {
        border-color: transparent;
    }

    /* A little "loading" animation, not showing in IE < 10 */
    .wpview .wpview-loading {
        width: 60px;
        height: 5px;
        overflow: hidden;
        background-color: transparent;
        margin: 10px auto 0;
    }

    .wpview .wpview-loading ins {
        background-color: #333;
        margin: 0 0 0 -60px;
        width: 36px;
        height: 5px;
        display: block;
        animation: wpview-loading 1.3s infinite 1s steps(36);
    }

    @keyframes wpview-loading {
        0% {
            margin-left: -60px;
        }

        100% {
            margin-left: 60px;
        }
    }

    .wpview .wpview-content>iframe {
        max-width: 100%;
        background: transparent;
    }

    .wpview-error {
        border: 1px solid #ddd;
        padding: 1em 0;
        margin: 0;
        word-wrap: break-word;
    }

    .wpview[data-mce-selected] .wpview-error {
        border-color: transparent;
    }

    .wpview-error .dashicons,
    .loading-placeholder .dashicons {
        display: block;
        margin: 0 auto;
        width: 32px;
        height: 32px;
        font-size: 32px;
    }

    .wpview-error p {
        margin: 0;
        text-align: center;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    }

    .wpview-type-gallery:after {
        content: "";
        display: table;
        clear: both;
    }

    .gallery img[data-mce-selected]:focus {
        outline: none;
    }

    .gallery a {
        cursor: default;
    }

    .gallery {
        margin: auto -6px;
        padding: 6px 0;
        line-height: 1;
        overflow-x: hidden;
    }

    .ie7 .gallery,
    .ie8 .gallery {
        margin: auto;
    }

    .gallery .gallery-item {
        float: left;
        margin: 0;
        text-align: center;
        padding: 6px;
        box-sizing: border-box;
    }

    .ie7 .gallery .gallery-item,
    .ie8 .gallery .gallery-item {
        padding: 6px 0;
    }

    .gallery .gallery-caption,
    .gallery .gallery-icon {
        margin: 0;
    }

    .gallery .gallery-caption {
        font-size: 13px;
        margin: 4px 0;
    }

    .gallery-columns-1 .gallery-item {
        width: 100%;
    }

    .gallery-columns-2 .gallery-item {
        width: 50%;
    }

    .gallery-columns-3 .gallery-item {
        width: 33.333%;
    }

    .ie8 .gallery-columns-3 .gallery-item,
    .ie7 .gallery-columns-3 .gallery-item {
        width: 33%;
    }

    .gallery-columns-4 .gallery-item {
        width: 25%;
    }

    .gallery-columns-5 .gallery-item {
        width: 20%;
    }

    .gallery-columns-6 .gallery-item {
        width: 16.665%;
    }

    .gallery-columns-7 .gallery-item {
        width: 14.285%;
    }

    .gallery-columns-8 .gallery-item {
        width: 12.5%;
    }

    .gallery-columns-9 .gallery-item {
        width: 11.111%;
    }

    .gallery img {
        max-width: 100%;
        height: auto;
        border: none;
        padding: 0;
    }

    img.wp-oembed {
        border: 1px dashed #888;
        background: #f7f5f2 url(images/embedded.png) no-repeat scroll center center;
        width: 300px;
        height: 250px;
        outline: 0;
    }

    .rtl .gallery .gallery-item {
        float: right;
    }

    @media print,
    (min-resolution: 120dpi) {

        .mce-content-body img.mce-wp-more {
            background-image: url(images/more-2x.png );
            background-size: 1900px 20px;
        }

        .mce-content-body img.mce-wp-nextpage {
            background-image: url(images/pagebreak-2x.png );
            background-size: 1900px 20px;
        }
    }

    p {
        display: block;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        unicode-bidi: isolate;
    }

    a:-webkit-any-link {
        color: -webkit-link;
        cursor: pointer;
        text-decoration: underline;
    }

    img {
        width: 100%;
    }
}

/*--------------------------------------------------------------
Loader Custom start
--------------------------------------------------------------*/

.container-loader {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 51, 102, 0.4);
}

.container-loader svg {
    animation: spin 0.5s linear infinite;
}

@keyframes hide {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        z-index: -1;
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.container-loader.hide {
    animation: hide 0.4s forwards;
}

/*--------------------------------------------------------------
Loader Custom end
--------------------------------------------------------------*/

@keyframes toast-fade-in {
    from {
        opacity: 0;
        transform: translate(-50%, -10px);
    }

    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

.custom-toast {
    position: fixed;
    top: 160px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 700;
    background-color: white;
    padding: 8px 16px;
    width: 90%;
    max-width: 400px;
    border-radius: 4px;
    animation: toast-fade-in 0.3s ease-out;
    transition: opacity 0.3s ease;
}

.custom-toast.opacity-0 {
    opacity: 0;
}

.custom-toast.success {
    border: 1px solid #00448E;
    color: #00448E;
}

.custom-toast.error {
    color: #ef4444;
    border: 1px solid #ef4444;
}

.custom-toast img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

*, ::before, ::after {
    --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: rgb(59 130 246 / 0.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: rgb(59 130 246 / 0.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:  ;
}

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

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.sticky {
    position: sticky;
}

.bottom-0 {
    bottom: 0px;
}

.bottom-\[150px\] {
    bottom: 150px;
}

.bottom-\[32px\] {
    bottom: 32px;
}

.left-0 {
    left: 0px;
}

.left-\[-30px\] {
    left: -30px;
}

.right-0 {
    right: 0px;
}

.right-\[32px\] {
    right: 32px;
}

.right-\[70px\] {
    right: 70px;
}

.right-\[80px\] {
    right: 80px;
}

.top-0 {
    top: 0px;
}

.top-\[-30px\] {
    top: -30px;
}

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

.top-\[100\%\] {
    top: 100%;
}

.top-\[20px\] {
    top: 20px;
}

.top-\[38px\] {
    top: 38px;
}

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

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

.z-\[500\] {
    z-index: 500;
}

.z-\[9900099\] {
    z-index: 9900099;
}

.z-\[99990\] {
    z-index: 99990;
}

.z-\[9\] {
    z-index: 9;
}

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

.m-0 {
    margin: 0px;
}

.mx-\[24px\] {
    margin-left: 24px;
    margin-right: 24px;
}

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

.my-\[60px\] {
    margin-top: 60px;
    margin-bottom: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

.ml-2 {
    margin-left: 0.5rem;
}

.ml-\[10px\] {
    margin-left: 10px;
}

.ml-auto {
    margin-left: auto;
}

.mr-\[60px\] {
    margin-right: 60px;
}

.mt-1 {
    margin-top: 0.25rem;
}

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

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

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

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

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

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

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

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

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

.box-border {
    box-sizing: border-box;
}

.line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

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

.line-clamp-5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.flex {
    display: flex;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

.aspect-\[1240\/464\] {
    aspect-ratio: 1240/464;
}

.aspect-\[1920\/870\] {
    aspect-ratio: 1920/870;
}

.aspect-\[200\/200\] {
    aspect-ratio: 200/200;
}

.aspect-\[336\/388\] {
    aspect-ratio: 336/388;
}

.aspect-\[349\/232\] {
    aspect-ratio: 349/232;
}

.aspect-\[365\/265\] {
    aspect-ratio: 365/265;
}

.aspect-\[397\/285\] {
    aspect-ratio: 397/285;
}

.aspect-\[518\/376\] {
    aspect-ratio: 518/376;
}

.aspect-\[996\/703\] {
    aspect-ratio: 996/703;
}

.aspect-auto {
    aspect-ratio: auto;
}

.aspect-square {
    aspect-ratio: 1 / 1;
}

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

.h-\[106px\] {
    height: 106px;
}

.h-\[13\.64\%\] {
    height: 13.64%;
}

.h-\[130px\] {
    height: 130px;
}

.h-\[137px\] {
    height: 137px;
}

.h-\[140px\] {
    height: 140px;
}

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

.h-\[169px\] {
    height: 169px;
}

.h-\[18px\] {
    height: 18px;
}

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

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

.h-\[23px\] {
    height: 23px;
}

.h-\[24px\] {
    height: 24px;
}

.h-\[260px\] {
    height: 260px;
}

.h-\[265px\] {
    height: 265px;
}

.h-\[289px\] {
    height: 289px;
}

.h-\[28px\] {
    height: 28px;
}

.h-\[295px\] {
    height: 295px;
}

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

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

.h-\[31\.05\%\] {
    height: 31.05%;
}

.h-\[314px\] {
    height: 314px;
}

.h-\[355px\] {
    height: 355px;
}

.h-\[358px\] {
    height: 358px;
}

.h-\[380px\] {
    height: 380px;
}

.h-\[389px\] {
    height: 389px;
}

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

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

.h-\[415px\] {
    height: 415px;
}

.h-\[42px\] {
    height: 42px;
}

.h-\[46px\] {
    height: 46px;
}

.h-\[48px\] {
    height: 48px;
}

.h-\[565px\] {
    height: 565px;
}

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

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

.h-\[6px\] {
    height: 6px;
}

.h-\[73px\] {
    height: 73px;
}

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

.h-\[851px\] {
    height: 851px;
}

.h-\[85px\] {
    height: 85px;
}

.h-\[885px\] {
    height: 885px;
}

.h-\[96px\] {
    height: 96px;
}

.h-auto {
    height: auto;
}

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

.h-full {
    height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[110px\] {
    width: 110px;
}

.w-\[130px\] {
    width: 130px;
}

.w-\[144px\] {
    width: 144px;
}

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

.w-\[162px\] {
    width: 162px;
}

.w-\[164px\] {
    width: 164px;
}

.w-\[18px\] {
    width: 18px;
}

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

.w-\[220px\] {
    width: 220px;
}

.w-\[23px\] {
    width: 23px;
}

.w-\[24px\] {
    width: 24px;
}

.w-\[257px\] {
    width: 257px;
}

.w-\[28px\] {
    width: 28px;
}

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

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

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

.w-\[362px\] {
    width: 362px;
}

.w-\[385px\] {
    width: 385px;
}

.w-\[398px\] {
    width: 398px;
}

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

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

.w-\[48px\] {
    width: 48px;
}

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

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

.w-\[64px\] {
    width: 64px;
}

.w-\[68px\] {
    width: 68px;
}

.w-\[80px\] {
    width: 80px;
}

.w-\[81px\] {
    width: 81px;
}

.w-\[92px\] {
    width: 92px;
}

.w-\[98px\] {
    width: 98px;
}

.w-\[996px\] {
    width: 996px;
}

.w-\[auto\] {
    width: auto;
}

.w-auto {
    width: auto;
}

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

.w-full {
    width: 100%;
}

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

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

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

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

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

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

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

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

.max-w-\[1240\] {
    max-width: 1240;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-\[2\] {
    flex: 2;
}

.flex-\[3\] {
    flex: 3;
}

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

.grow {
    flex-grow: 1;
}

.-rotate-\[0\.139626rad\] {
    --tw-rotate: -0.139626rad;
    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));
}

.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 spin {
    to {
        transform: rotate(360deg);
    }
}

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

.cursor-pointer {
    cursor: pointer;
}

.resize {
    resize: both;
}

.list-none {
    list-style-type: none;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, 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));
}

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

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

.flex-wrap {
    flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

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

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

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

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

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

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

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

.gap-0 {
    gap: 0px;
}

.gap-1 {
    gap: 0.25rem;
}

.gap-10 {
    gap: 2.5rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-\[10px\] {
    gap: 10px;
}

.gap-\[12px\] {
    gap: 12px;
}

.gap-\[13px\] {
    gap: 13px;
}

.gap-\[140px\] {
    gap: 140px;
}

.gap-\[15px\] {
    gap: 15px;
}

.gap-\[16px\] {
    gap: 16px;
}

.gap-\[18px\] {
    gap: 18px;
}

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

.gap-\[24px\] {
    gap: 24px;
}

.gap-\[25px\] {
    gap: 25px;
}

.gap-\[26px\] {
    gap: 26px;
}

.gap-\[27px\] {
    gap: 27px;
}

.gap-\[28px\] {
    gap: 28px;
}

.gap-\[30px\] {
    gap: 30px;
}

.gap-\[32px\] {
    gap: 32px;
}

.gap-\[33px\] {
    gap: 33px;
}

.gap-\[35px\] {
    gap: 35px;
}

.gap-\[38px\] {
    gap: 38px;
}

.gap-\[40px\] {
    gap: 40px;
}

.gap-\[4px\] {
    gap: 4px;
}

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

.gap-\[60px\] {
    gap: 60px;
}

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

.gap-\[80px\] {
    gap: 80px;
}

.gap-\[8px\] {
    gap: 8px;
}

.gap-x-\[19px\] {
    -moz-column-gap: 19px;
         column-gap: 19px;
}

.gap-x-\[24px\] {
    -moz-column-gap: 24px;
         column-gap: 24px;
}

.gap-x-\[40px\] {
    -moz-column-gap: 40px;
         column-gap: 40px;
}

.gap-y-\[12px\] {
    row-gap: 12px;
}

.gap-y-\[24px\] {
    row-gap: 24px;
}

.gap-y-\[40px\] {
    row-gap: 40px;
}

.gap-y-\[8px\] {
    row-gap: 8px;
}

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

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

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

.self-center {
    align-self: center;
}

.overflow-hidden {
    overflow: hidden;
}

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

.scroll-smooth {
    scroll-behavior: smooth;
}

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

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

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

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

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

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

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

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

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

.rounded-bl-\[50px\] {
    border-bottom-left-radius: 50px;
}

.rounded-bl-\[5px\] {
    border-bottom-left-radius: 5px;
}

.rounded-br-\[120px\] {
    border-bottom-right-radius: 120px;
}

.rounded-br-\[50px\] {
    border-bottom-right-radius: 50px;
}

.rounded-br-\[5px\] {
    border-bottom-right-radius: 5px;
}

.rounded-tl-\[15px\] {
    border-top-left-radius: 15px;
}

.rounded-tl-\[50px\] {
    border-top-left-radius: 50px;
}

.rounded-tr-\[50px\] {
    border-top-right-radius: 50px;
}

.border {
    border-width: 1px;
}

.bg-\[\#D28121\] {
    --tw-bg-opacity: 1;
    background-color: rgb(210 129 33 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#E9A132\] {
    --tw-bg-opacity: 1;
    background-color: rgb(233 161 50 / var(--tw-bg-opacity, 1));
}

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

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

.bg-\[\#FEEFD8\] {
    --tw-bg-opacity: 1;
    background-color: rgb(254 239 216 / var(--tw-bg-opacity, 1));
}

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

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

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

.bg-secondary-03 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 175 58 / var(--tw-bg-opacity, 1));
}

.bg-secondary-04 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 239 216 / var(--tw-bg-opacity, 1));
}

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

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

.bg-\[\] {
    background-color: ;
}

.bg-\[\#F\] {
    background-color: #F;
}

.bg-\[\#f\] {
    background-color: #f;
}

.bg-\[\#\#F9F9F9\] {
    background-color: ##F9F9F9;
}

.bg-\[linear-gradient\(0deg\2c rgba\(0\2c 0\2c 0\2c 0\)_0\%\2c rgba\(0\2c 0\2c 0\2c 0\.9\)_100\%\)\] {
    background-image: linear-gradient(0deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
}

.bg-\[linear-gradient\(0deg\2c rgba\(0\2c 0\2c 0\2c 0\.9\)_0\%\2c rgba\(0\2c 0\2c 0\2c 0\)_100\%\)\] {
    background-image: linear-gradient(0deg,rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%);
}

.bg-orange-gradient {
    background-image: linear-gradient(270deg, #FFAD2C 54.31%, #FF742E 100%);
}

.bg-orange-gradient-01 {
    background-image: linear-gradient(90deg, #FF6C0A 0%, #FFF203 100%);
}

.bg-orange-gradient-02 {
    background-image: linear-gradient(96.17deg, #F5F5F5 6.61%, #FFEED6 105.22%);
}

.bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
}

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

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

.\!p-\[10px\] {
    padding: 10px !important;
}

.p-0 {
    padding: 0px;
}

.p-\[10px\] {
    padding: 10px;
}

.p-\[12px\] {
    padding: 12px;
}

.p-\[16px\] {
    padding: 16px;
}

.p-\[24px\] {
    padding: 24px;
}

.p-\[32px\] {
    padding: 32px;
}

.p-\[50px\] {
    padding: 50px;
}

.\!px-\[14px\] {
    padding-left: 14px !important;
    padding-right: 14px !important;
}

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

.px-\[100\] {
    padding-left: 100;
    padding-right: 100;
}

.px-\[100px\] {
    padding-left: 100px;
    padding-right: 100px;
}

.px-\[12px\] {
    padding-left: 12px;
    padding-right: 12px;
}

.px-\[16px\] {
    padding-left: 16px;
    padding-right: 16px;
}

.px-\[24px\] {
    padding-left: 24px;
    padding-right: 24px;
}

.px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
}

.px-\[32px\] {
    padding-left: 32px;
    padding-right: 32px;
}

.px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
}

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

.py-\[12px\] {
    padding-top: 12px;
    padding-bottom: 12px;
}

.py-\[16px\] {
    padding-top: 16px;
    padding-bottom: 16px;
}

.py-\[20px\] {
    padding-top: 20px;
    padding-bottom: 20px;
}

.py-\[23px\] {
    padding-top: 23px;
    padding-bottom: 23px;
}

.py-\[24px\] {
    padding-top: 24px;
    padding-bottom: 24px;
}

.py-\[25px\] {
    padding-top: 25px;
    padding-bottom: 25px;
}

.py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px;
}

.py-\[5px\] {
    padding-top: 5px;
    padding-bottom: 5px;
}

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

.py-\[8px\] {
    padding-top: 8px;
    padding-bottom: 8px;
}

.pb-\[24px\] {
    padding-bottom: 24px;
}

.pb-\[36px\] {
    padding-bottom: 36px;
}

.pb-\[46px\] {
    padding-bottom: 46px;
}

.pb-\[60px\] {
    padding-bottom: 60px;
}

.pl-\[112px\] {
    padding-left: 112px;
}

.pl-\[24px\] {
    padding-left: 24px;
}

.pl-\[60px\] {
    padding-left: 60px;
}

.pr-\[30px\] {
    padding-right: 30px;
}

.pr-\[36px\] {
    padding-right: 36px;
}

.pt-\[120px\] {
    padding-top: 120px;
}

.pt-\[12px\] {
    padding-top: 12px;
}

.pt-\[185px\] {
    padding-top: 185px;
}

.pt-\[24px\] {
    padding-top: 24px;
}

.pt-\[30px\] {
    padding-top: 30px;
}

.pt-\[60px\] {
    padding-top: 60px;
}

.pt-\[70px\] {
    padding-top: 70px;
}

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

.text-end {
    text-align: end;
}

.align-middle {
    vertical-align: middle;
}

.text-\[12px\] {
    font-size: 12px;
}

.text-\[14px\] {
    font-size: 14px;
}

.text-\[15px\] {
    font-size: 15px;
}

.text-\[16px\] {
    font-size: 16px;
}

.text-\[18px\] {
    font-size: 18px;
}

.text-\[20px\] {
    font-size: 20px;
}

.text-\[22px\] {
    font-size: 22px;
}

.text-\[23px\] {
    font-size: 23px;
}

.text-\[24px\] {
    font-size: 24px;
}

.text-\[28px\] {
    font-size: 28px;
}

.text-\[30px\] {
    font-size: 30px;
}

.text-\[32px\] {
    font-size: 32px;
}

.text-\[40px\] {
    font-size: 40px;
}

.text-\[60px\] {
    font-size: 60px;
}

.text-\[60px\]\/\[150\%\] {
    font-size: 60px;
    line-height: 150%;
}

.text-\[62px\] {
    font-size: 62px;
}

.text-b1 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

.text-h0 {
    font-size: 32px;
    line-height: 150%;
    font-weight: bold;
}

.text-h1 {
    font-size: 24px;
    line-height: 150%;
    font-weight: bold;
}

.text-h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
}

.text-h3 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
}

.text-h4 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}

.text-h5 {
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
}

.font-\[350\] {
    font-weight: 350;
}

.font-\[400\] {
    font-weight: 400;
}

.font-\[400px\] {
    font-weight: 400px;
}

.font-\[500\] {
    font-weight: 500;
}

.font-\[600\] {
    font-weight: 600;
}

.font-\[700\] {
    font-weight: 700;
}

.capitalize {
    text-transform: capitalize;
}

.italic {
    font-style: italic;
}

.leading-\[120\%\] {
    line-height: 120%;
}

.leading-\[16px\] {
    line-height: 16px;
}

.leading-\[18px\] {
    line-height: 18px;
}

.leading-\[20px\] {
    line-height: 20px;
}

.leading-\[22px\] {
    line-height: 22px;
}

.leading-\[23px\] {
    line-height: 23px;
}

.leading-\[24px\] {
    line-height: 24px;
}

.leading-\[26px\] {
    line-height: 26px;
}

.leading-\[31px\] {
    line-height: 31px;
}

.leading-\[36px\] {
    line-height: 36px;
}

.leading-\[38px\] {
    line-height: 38px;
}

.leading-\[50px\] {
    line-height: 50px;
}

.leading-\[60px\] {
    line-height: 60px;
}

.tracking-\[-1px\] {
    letter-spacing: -1px;
}

.tracking-minus-1-percent {
    letter-spacing: -1%;
}

.text-\[\#003366\] {
    --tw-text-opacity: 1;
    color: rgb(0 51 102 / var(--tw-text-opacity, 1));
}

.text-\[\#141C25\] {
    --tw-text-opacity: 1;
    color: rgb(20 28 37 / var(--tw-text-opacity, 1));
}

.text-\[\#18191D\] {
    --tw-text-opacity: 1;
    color: rgb(24 25 29 / var(--tw-text-opacity, 1));
}

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

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

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

.text-\[\#EFAA32\] {
    --tw-text-opacity: 1;
    color: rgb(239 170 50 / var(--tw-text-opacity, 1));
}

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

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

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

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

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

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

.text-inherit {
    color: inherit;
}

.text-main-01 {
    --tw-text-opacity: 1;
    color: rgb(0 51 102 / var(--tw-text-opacity, 1));
}

.text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-secondary-03 {
    --tw-text-opacity: 1;
    color: rgb(250 175 58 / var(--tw-text-opacity, 1));
}

.text-transparent {
    color: transparent;
}

.text-gray-04 {
    --tw-text-opacity: 1;
    color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

.underline {
    text-decoration-line: underline;
}

.no-underline {
    text-decoration-line: none;
}

.shadow-bottom {
    --tw-shadow: 0px 4px 4px 0px #0000001A;
    --tw-shadow-colored: 0px 4px 4px 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);
}

.shadow-header {
    --tw-shadow: 0px 4px 4px 0px #0000000D;
    --tw-shadow-colored: 0px 4px 4px 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);
}

.shadow-new {
    --tw-shadow: 4px 4px 8px 0px #0000000D;
    --tw-shadow-colored: 4px 4px 8px 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);
}

.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.first-letter\:uppercase::first-letter {
    text-transform: uppercase;
}

.hover\:border:hover {
    border-width: 1px;
}

.hover\:border-none:hover {
    border-style: none;
}

.hover\:bg-\[\#FEEFD8\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(254 239 216 / var(--tw-bg-opacity, 1));
}

.hover\:text-secondary-03:hover {
    --tw-text-opacity: 1;
    color: rgb(250 175 58 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 1536px) {
    .max-2xl\:h-\[42px\] {
        height: 42px;
    }
}

@media (max-width: 1440px) {
    .max-\[1440px\]\:gap-\[30px\] {
        gap: 30px;
    }
}

@media not all and (min-width: 1280px) {
    .max-xl\:hidden {
        display: none;
    }
}

@media (max-width: 1200px) {
    .max-\[1200px\]\:mt-\[30px\] {
        margin-top: 30px;
    }
    .max-\[1200px\]\:pt-\[30px\] {
        padding-top: 30px;
    }
    .max-\[1200px\]\:text-\[45px\] {
        font-size: 45px;
    }
    .max-\[1200px\]\:leading-\[48px\] {
        line-height: 48px;
    }
}

@media not all and (min-width: 1024px) {
    .max-lg\:right-\[16px\] {
        right: 16px;
    }
    .max-lg\:mb-\[4px\] {
        margin-bottom: 4px;
    }
    .max-lg\:box-border {
        box-sizing: border-box;
    }
    .max-lg\:flex {
        display: flex;
    }
    .max-lg\:hidden {
        display: none;
    }
    .max-lg\:aspect-\[1739\/2462\] {
        aspect-ratio: 1739/2462;
    }
    .max-lg\:h-\[13\.64\%\] {
        height: 13.64%;
    }
    .max-lg\:h-\[30px\] {
        height: 30px;
    }
    .max-lg\:h-\[40px\] {
        height: 40px;
    }
    .max-lg\:h-\[50px\] {
        height: 50px;
    }
    .max-lg\:h-auto {
        height: auto;
    }
    .max-lg\:w-\[100\%\] {
        width: 100%;
    }
    .max-lg\:w-\[50px\] {
        width: 50px;
    }
    .max-lg\:w-full {
        width: 100%;
    }
    .max-lg\:min-w-\[50px\] {
        min-width: 50px;
    }
    .max-lg\:max-w-\[100\%\] {
        max-width: 100%;
    }
    .max-lg\:max-w-\[150px\] {
        max-width: 150px;
    }
    .max-lg\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .max-lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .max-lg\:flex-col {
        flex-direction: column;
    }
    .max-lg\:justify-start {
        justify-content: flex-start;
    }
    .max-lg\:gap-0 {
        gap: 0px;
    }
    .max-lg\:gap-\[15px\] {
        gap: 15px;
    }
    .max-lg\:gap-\[16px\] {
        gap: 16px;
    }
    .max-lg\:gap-\[20px\] {
        gap: 20px;
    }
    .max-lg\:gap-\[24px\] {
        gap: 24px;
    }
    .max-lg\:gap-y-\[20px\] {
        row-gap: 20px;
    }
    .max-lg\:px-\[16px\] {
        padding-left: 16px;
        padding-right: 16px;
    }
    .max-lg\:px-\[25px\] {
        padding-left: 25px;
        padding-right: 25px;
    }
    .max-lg\:text-\[16px\] {
        font-size: 16px;
    }
    .max-lg\:text-\[18px\] {
        font-size: 18px;
    }
    .max-lg\:text-\[20px\] {
        font-size: 20px;
    }
    .max-lg\:text-\[28px\] {
        font-size: 28px;
    }
}

@media not all and (min-width: 768px) {
    .max-md\:box-border {
        box-sizing: border-box;
    }
    .max-md\:hidden {
        display: none;
    }
    .max-md\:h-\[40px\] {
        height: 40px;
    }
    .max-md\:w-\[220px\] {
        width: 220px;
    }
    .max-md\:w-\[40px\] {
        width: 40px;
    }
    .max-md\:max-w-\[50px\] {
        max-width: 50px;
    }
    .max-md\:flex-col {
        flex-direction: column;
    }
    .max-md\:items-start {
        align-items: flex-start;
    }
    .max-md\:gap-0 {
        gap: 0px;
    }
    .max-md\:gap-\[10px\] {
        gap: 10px;
    }
    .max-md\:gap-\[12px\] {
        gap: 12px;
    }
    .max-md\:self-center {
        align-self: center;
    }
    .max-md\:p-\[16px\] {
        padding: 16px;
    }
    .max-md\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .max-md\:px-\[16px\] {
        padding-left: 16px;
        padding-right: 16px;
    }
    .max-md\:pb-\[56px\] {
        padding-bottom: 56px;
    }
    .max-md\:pb-\[86px\] {
        padding-bottom: 86px;
    }
    .max-md\:pl-\[24px\] {
        padding-left: 24px;
    }
    .max-md\:pr-\[10px\] {
        padding-right: 10px;
    }
    .max-md\:pt-\[112px\] {
        padding-top: 112px;
    }
    .max-md\:text-left {
        text-align: left;
    }
    .max-md\:text-\[16px\] {
        font-size: 16px;
    }
    .max-md\:text-\[30px\] {
        font-size: 30px;
    }
    .max-md\:text-\[48px\]\/\[150\%\] {
        font-size: 48px;
        line-height: 150%;
    }
    .max-md\:text-h1 {
        font-size: 24px;
        line-height: 150%;
        font-weight: bold;
    }
}

@media not all and (min-width: 640px) {
    .max-sm\:mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }
    .max-sm\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
    .max-sm\:hidden {
        display: none;
    }
    .max-sm\:h-\[25\%\] {
        height: 25%;
    }
    .max-sm\:w-full {
        width: 100%;
    }
    .max-sm\:max-w-\[370px\] {
        max-width: 370px;
    }
    .max-sm\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .max-sm\:flex-col {
        flex-direction: column;
    }
    .max-sm\:gap-\[20px\] {
        gap: 20px;
    }
    .max-sm\:gap-\[24px\] {
        gap: 24px;
    }
    .max-sm\:px-\[20px\] {
        padding-left: 20px;
        padding-right: 20px;
    }
    .max-sm\:px-\[24px\] {
        padding-left: 24px;
        padding-right: 24px;
    }
    .max-sm\:text-\[20px\] {
        font-size: 20px;
    }
    .max-sm\:text-\[30px\] {
        font-size: 30px;
    }
    .max-sm\:leading-\[34px\] {
        line-height: 34px;
    }
}

@media (min-width: 640px) {
    .sm\:w-full {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .md\:hidden {
        display: none;
    }
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.\[\&_img\]\:\!h-\[42px\] img {
    height: 42px !important;
}

.\[\&_img\]\:\!h-full img {
    height: 100% !important;
}

.\[\&_img\]\:\!w-\[100\%\] img {
    width: 100% !important;
}

.\[\&_img\]\:\!w-\[auto\] img {
    width: auto !important;
}

.\[\&_img\]\:object-contain img {
    -o-object-fit: contain;
       object-fit: contain;
}

.\[\&_img\]\:object-cover img {
    -o-object-fit: cover;
       object-fit: cover;
}

@media not all and (min-width: 1024px) {
    .max-lg\:\[\&_img\]\:\!h-\[40px\] img {
        height: 40px !important;
    }
}
