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

    /* Headings */
    h1, h2, h3, h4, h5, h6 {
        margin: 0;
        color: #003366;
    }
    
    h1 { 
        font-size: 2.25rem; 
        font-weight: 700;
        color: #00448e;
    }
    h2 { 
        font-size: 1.875rem; 
        font-weight: 700;
        color: #00448e;
    }
    h3 { 
        font-size: 1.5rem; 
        font-weight: 500;
        color: #00448e;
    }
    h4 { 
        font-size: 1.25rem; 
        font-weight: 500;

    }
    h5 { 
        font-size: 1.125rem; 
        font-weight: 400;

    }
    h6 { 
        font-size: 1rem; 
        font-weight: 400;
    }

    ul, ol {
        margin: 1em 0 1.25em 0;
        padding-left: 2em;
    }
    
    ul {
        list-style-type: disc;
        
        ul {
            list-style-type: circle;
            margin: 0.5em 0;
            
            ul {
                list-style-type: square;
            }
        }
    }

    ol {
        list-style-type: decimal;
        
        ol {
            list-style-type: lower-alpha;
            margin: 0.5em 0;
            
            ol {
                list-style-type: lower-roman;
            }
        }
    }
    
    li {
        margin-bottom: 0.5em;
        line-height: 1.6;
    }

    /* Links */
    a {
        color: #00448e;
        text-decoration: underline;
        transition: color 0.3s ease;
        
        &:hover {
            color: #003366;
            text-decoration: none;
        }
        
        &:visited {
            color: #5a67d8;
        }
    }

    /* Text formatting */
    strong, b {
        font-weight: 700;
        color: #003366;
    }
    
    em, i {
        font-style: italic;
    }
    
    mark {
        background-color: #fff3cd;
        padding: 0.1em 0.3em;
        border-radius: 0.25rem;
    }

    blockquote {
        border-left: 4px solid #00448e;
        background-color: #f8f9fa;
        margin: 1.5em 0;
        padding: 1em 1.5em;
        font-style: italic;
        position: relative;
        
        p {
            margin-bottom: 0;
        }
        
        &:before {
            content: '"';
            font-size: 4em;
            color: #00448e;
            position: absolute;
            left: 0.5em;
            top: -0.5em;
            opacity: 0.3;
        }
        
        cite {
            display: block;
            margin-top: 1em;
            font-style: normal;
            font-weight: 600;
            color: #666;
            
            &:before {
                content: '— ';
            }
        }
    }

    table {
        width: 100%;
        border: 1px solid #e5e7eb;
        font-size: 14px;
        margin-bottom: 24px;
        border-collapse: collapse;
    }
    table th {
        border: 1px solid #e5e7eb;
        background-color: #f3f4f6;
        padding: 8px;
        font-weight: 600;
        text-align: left;
    }
    table td {
        border: 1px solid #e5e7eb;
        padding: 8px;
    }
    
    th, td {
        padding: 0.75rem 1rem;
        border-bottom: 1px solid #dee2e6;
        text-align: left;
    }
    
    th {
        background-color: #00448e;
        color: white;
        font-weight: 600;
        border-bottom: 2px solid #003366;
    }
    
    tr:nth-child(even) {
        background-color: #f8f9fa;
    }
    
    tr:hover {
        background-color: #e9ecef;
    }

    @media (max-width: 768px) {
        font-size: 16px;
        
        h1 { font-size: 1.875rem; }
        h2 { font-size: 1.5rem; }
        h3 { font-size: 1.25rem; }
        
        ul, ol {
            padding-left: 1.5em;
        }
        
        blockquote {
            margin: 1em 0;
            padding: 0.75em 1em;
        }
        
        table {
            font-size: 0.875rem;
        }
        
        th, td {
            padding: 0.5rem 0.75rem;
        }
    }
}

/*--------------------------------------------------------------
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;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 65px;
    height: 65px;
    cursor: pointer;
    z-index: 11;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hotline-phone-ring-circle {
    width: 65px;
    height: 65px;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #ffd000;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    transform-origin: 50% 50%;
    opacity: .5;
}

.hotline-phone-ring-circle-fill {
    width: 35px;
    height: 35px;
    background-color: #ffd000;
    border-radius: 100%;
    border: 2px solid transparent;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
    background-color: #ffd000;
    width: 33px;
    height: 33px;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    transform-origin: 50% 50%;
    display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.to-top-img-circle {
    animation: none;
}

@keyframes phonering-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@keyframes phonering-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .6
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .6
    }

    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .6
    }
}

@keyframes phonering-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@media screen and (max-width: 1024px) {
    .hotline-phone-ring {
        width: 70px;
        height: 70px;
    }
}

@media screen and (max-width: 1440px) {
    .hotline-phone-ring {
        width: 60px;
        height: 60px;
    }
}

.structure {
    .circle-container {
        position: relative;
        width: 100px;
        height: 100px;
    }

    .progress-ring {
        transform: rotate(-90deg);
    }

    circle {
        fill: none;
        stroke-width: 4;
    }

    .bg {
        stroke: #e0e0e0;
    }

    .progress {
        stroke: #00448e;
        stroke-dasharray: 339.29;
        stroke-dashoffset: 339.29;
        stroke-linecap: round;
        transition: stroke-dashoffset 2s ease-out;
    }
}

.custom-scrollbar-popup-member {
    scrollbar-width: thin;
    scrollbar-color: #00448e transparent;
}

.custom-scrollbar-popup-member::-webkit-scrollbar {
    width: 4px;
}

.custom-scrollbar-popup-member::-webkit-scrollbar-track {
    background: transparent;
}

.custom-scrollbar-popup-member::-webkit-scrollbar-thumb {
    background-color: #00448e;
    border-radius: 3px;
}

.custom-scrollbar-popup-member::-webkit-scrollbar-button {
    display: none;
}

#toc li { 
    list-style-type: disc; 
    font-size: 20px;
    font-weight: 700;
}

#toc li.custom-circle { 
    list-style-type: circle; 
    font-size: 18px;
    font-weight: 500;
}

#toc li.custom-square { 
    list-style-type: square; 
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
}

.chat-window-toggle {
    display: none !important;
}

*, ::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:  ;
}

/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

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

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

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

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

.inset-0 {
    inset: 0px;
}

.bottom-0 {
    bottom: 0px;
}

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

.left-0 {
    left: 0px;
}

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

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

.right-0 {
    right: 0px;
}

.right-2 {
    right: 0.5rem;
}

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

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

.top-0 {
    top: 0px;
}

.top-2 {
    top: 0.5rem;
}

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

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

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

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

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

.m-0 {
    margin: 0px;
}

.m-auto {
    margin: auto;
}

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

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

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

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

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

.\!mr-0 {
    margin-right: 0px !important;
}

.\!mt-2 {
    margin-top: 0.5rem !important;
}

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

.mb-2 {
    margin-bottom: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-\[9\.5px\] {
    margin-left: 9.5px;
}

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

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

.mr-\[9\.5px\] {
    margin-right: 9.5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
    display: block;
}

.\!flex {
    display: flex !important;
}

.flex {
    display: flex;
}

.table {
    display: table;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

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

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

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

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

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

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

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

.h-6 {
    height: 1.5rem;
}

.h-9 {
    height: 2.25rem;
}

.h-\[-webkit-fill-available\] {
    height: -webkit-fill-available;
}

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

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

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

.h-\[17\%\] {
    height: 17%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-full {
    height: 100%;
}

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

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

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

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

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

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

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

.min-h-\[50dvh\] {
    min-height: 50dvh;
}

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

.w-6 {
    width: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[23\.17\%\] {
    width: 23.17%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[43\.7\%\] {
    width: 43.7%;
}

.w-\[45\.9\%\] {
    width: 45.9%;
}

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

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

.w-\[46\.9\%\] {
    width: 46.9%;
}

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

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

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

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

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

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

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

.w-\[calc\(100\%-360px\)\] {
    width: calc(100% - 360px);
}

.w-auto {
    width: auto;
}

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

.w-full {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.translate-x-\[-50\%\] {
    --tw-translate-x: -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));
}

.translate-y-\[-50\%\] {
    --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));
}

.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 pulse {
    50% {
        opacity: .5;
        transform: scale(1.05);
        box-shadow: 0 0 0 15px rgba(196, 136, 58, 0);
    }
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(196, 136, 58, 0.7);
    }
}

.animate-\[pulse_1\.5s_ease-in-out_infinite\] {
    animation: pulse 1.5s ease-in-out infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

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

.cursor-default {
    cursor: default;
}

.cursor-pointer {
    cursor: pointer;
}

.resize {
    resize: both;
}

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

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

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

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

.\!flex-col {
    flex-direction: column !important;
}

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

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

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

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

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

.gap-1 {
    gap: 0.25rem;
}

.gap-10 {
    gap: 2.5rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-2\.5 {
    gap: 0.625rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-5 {
    gap: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-auto {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

.whitespace-nowrap {
    white-space: nowrap;
}

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

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

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

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

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

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

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

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

.border {
    border-width: 1px;
}

.border-4 {
    border-width: 4px;
}

.border-b-\[1px\] {
    border-bottom-width: 1px;
}

.border-\[\#00448e\] {
    --tw-border-opacity: 1;
    border-color: rgb(0 68 142 / var(--tw-border-opacity, 1));
}

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

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.\!bg-\[\#c4883a\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(196 136 58 / var(--tw-bg-opacity, 1)) !important;
}

.bg-\[\#004483\] {
    --tw-bg-opacity: 1;
    background-color: rgb(0 68 131 / var(--tw-bg-opacity, 1));
}

.bg-\[\#00448e\] {
    --tw-bg-opacity: 1;
    background-color: rgb(0 68 142 / var(--tw-bg-opacity, 1));
}

.bg-\[\#2a2a2d\] {
    --tw-bg-opacity: 1;
    background-color: rgb(42 42 45 / var(--tw-bg-opacity, 1));
}

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

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

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

.bg-\[\#c4883a\] {
    --tw-bg-opacity: 1;
    background-color: rgb(196 136 58 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#f7941e\] {
    --tw-bg-opacity: 1;
    background-color: rgb(247 148 30 / var(--tw-bg-opacity, 1));
}

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

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

.bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

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

.bg-opacity-50 {
    --tw-bg-opacity: 0.5;
}

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

.from-\[\#f0f8ff\] {
    --tw-gradient-from: #f0f8ff var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(240 248 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#ffffff\] {
    --tw-gradient-from: #ffffff var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#dcdef4\] {
    --tw-gradient-to: #dcdef4 var(--tw-gradient-to-position);
}

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

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

.p-2\.5 {
    padding: 0.625rem;
}

.p-4 {
    padding: 1rem;
}

.p-5 {
    padding: 1.25rem;
}

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

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

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

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

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

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

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

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

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

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

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

.pb-4 {
    padding-bottom: 1rem;
}

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

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

.pl-5 {
    padding-left: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

.pt-5 {
    padding-top: 1.25rem;
}

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

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

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

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

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

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

.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-\[34px\] {
    font-size: 34px;
}

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

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

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

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

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

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

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

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

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.italic {
    font-style: italic;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-\[\#00448E\] {
    --tw-text-opacity: 1;
    color: rgb(0 68 142 / var(--tw-text-opacity, 1));
}

.text-\[\#00448e\] {
    --tw-text-opacity: 1;
    color: rgb(0 68 142 / var(--tw-text-opacity, 1));
}

.text-\[\#081f3d\] {
    --tw-text-opacity: 1;
    color: rgb(8 31 61 / var(--tw-text-opacity, 1));
}

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

.text-\[\#20282D\] {
    --tw-text-opacity: 1;
    color: rgb(32 40 45 / var(--tw-text-opacity, 1));
}

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

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

.text-\[\#949494\] {
    --tw-text-opacity: 1;
    color: rgb(148 148 148 / 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-\[\#c4883a\] {
    --tw-text-opacity: 1;
    color: rgb(196 136 58 / var(--tw-text-opacity, 1));
}

.text-\[\#f7941e\] {
    --tw-text-opacity: 1;
    color: rgb(247 148 30 / var(--tw-text-opacity, 1));
}

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

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

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

.text-main-02 {
    --tw-text-opacity: 1;
    color: rgb(0 68 142 / var(--tw-text-opacity, 1));
}

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

.text-secondary-01 {
    --tw-text-opacity: 1;
    color: rgb(229 165 89 / var(--tw-text-opacity, 1));
}

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

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

.\!opacity-90 {
    opacity: 0.9 !important;
}

.opacity-40 {
    opacity: 0.4;
}

.opacity-80 {
    opacity: 0.8;
}

.shadow-\[0px_4px_4px_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
    --tw-shadow: 0px 4px 4px rgba(0,0,0,0.25);
    --tw-shadow-colored: 0px 4px 4px 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 {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.duration-300 {
    transition-duration: 300ms;
}

.duration-500 {
    transition-duration: 500ms;
}

.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

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

.hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.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));
}

.hover\:bg-secondary-01:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(229 165 89 / var(--tw-bg-opacity, 1));
}

.hover\:text-main-03:hover {
    --tw-text-opacity: 1;
    color: rgb(13 58 107 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary-01:hover {
    --tw-text-opacity: 1;
    color: rgb(229 165 89 / var(--tw-text-opacity, 1));
}

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

.hover\:shadow-\[0_10px_20px_rgba\(0\2c 0\2c 0\2c 0\.15\)\]:hover {
    --tw-shadow: 0 10px 20px rgba(0,0,0,0.15);
    --tw-shadow-colored: 0 10px 20px 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 (max-width: 1600px) {
    .max-\[1600px\]\:gap-y-\[16px\] {
        row-gap: 16px;
    }
}

@media not all and (min-width: 1536px) {
    .max-2xl\:h-\[42px\] {
        height: 42px;
    }
    .max-2xl\:h-\[70px\] {
        height: 70px;
    }
    .max-2xl\:px-\[30px\] {
        padding-left: 30px;
        padding-right: 30px;
    }
    .max-2xl\:pt-\[70px\] {
        padding-top: 70px;
    }
}

@media (max-width: 1536px) {
    .max-\[1536px\]\:mt-\[10px\] {
        margin-top: 10px;
    }
}

@media (max-width: 1440px) {
    .max-\[1440px\]\:right-\[20px\] {
        right: 20px;
    }
    .max-\[1440px\]\:mt-\[10px\] {
        margin-top: 10px;
    }
    .max-\[1440px\]\:h-\[25px\] {
        height: 25px;
    }
    .max-\[1440px\]\:h-\[40px\] {
        height: 40px;
    }
    .max-\[1440px\]\:w-\[25px\] {
        width: 25px;
    }
    .max-\[1440px\]\:w-\[40px\] {
        width: 40px;
    }
    .max-\[1440px\]\:gap-\[10px\] {
        gap: 10px;
    }
    .max-\[1440px\]\:gap-\[30px\] {
        gap: 30px;
    }
    .max-\[1440px\]\:py-\[5px\] {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .max-\[1440px\]\:text-\[12px\] {
        font-size: 12px;
    }
    .max-\[1440px\]\:text-\[16px\] {
        font-size: 16px;
    }
    .max-\[1440px\]\:text-\[19px\] {
        font-size: 19px;
    }
    .max-\[1440px\]\:text-\[24px\] {
        font-size: 24px;
    }
    .max-\[1440px\]\:text-\[34px\] {
        font-size: 34px;
    }
    .max-\[1440px\]\:text-\[48px\] {
        font-size: 48px;
    }
    .max-\[1440px\]\:leading-\[14px\] {
        line-height: 14px;
    }
    .max-\[1440px\]\:leading-\[22px\] {
        line-height: 22px;
    }
    .max-\[1440px\]\:leading-\[28px\] {
        line-height: 28px;
    }
    .max-\[1440px\]\:leading-\[38px\] {
        line-height: 38px;
    }
    .max-\[1440px\]\:leading-\[60px\] {
        line-height: 60px;
    }
}

@media (max-width: 1400px) {
    .max-\[1400px\]\:pt-0 {
        padding-top: 0px;
    }
}

@media (max-width: 1240px) {
    .max-\[1240px\]\:mt-\[16px\] {
        margin-top: 16px;
    }
    .max-\[1240px\]\:text-\[15px\] {
        font-size: 15px;
    }
    .max-\[1240px\]\:text-\[16px\] {
        font-size: 16px;
    }
    .max-\[1240px\]\:text-\[20px\] {
        font-size: 20px;
    }
    .max-\[1240px\]\:text-\[28px\] {
        font-size: 28px;
    }
    .max-\[1240px\]\:leading-\[18px\] {
        line-height: 18px;
    }
    .max-\[1240px\]\:leading-\[22px\] {
        line-height: 22px;
    }
    .max-\[1240px\]\:leading-\[26px\] {
        line-height: 26px;
    }
    .max-\[1240px\]\:leading-\[32px\] {
        line-height: 32px;
    }
}

@media (max-width: 1200px) {
    .max-\[1200px\]\:mt-\[30px\] {
        margin-top: 30px;
    }
    .max-\[1200px\]\:h-\[50px\] {
        height: 50px;
    }
    .max-\[1200px\]\:w-\[35px\] {
        width: 35px;
    }
    .max-\[1200px\]\:w-\[50px\] {
        width: 50px;
    }
    .max-\[1200px\]\:py-\[30px\] {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .max-\[1200px\]\:pl-\[10px\] {
        padding-left: 10px;
    }
    .max-\[1200px\]\:pr-\[10px\] {
        padding-right: 10px;
    }
    .max-\[1200px\]\:pt-\[15px\] {
        padding-top: 15px;
    }
    .max-\[1200px\]\:text-\[42px\] {
        font-size: 42px;
    }
    .max-\[1200px\]\:leading-\[48px\] {
        line-height: 48px;
    }
}

@media not all and (min-width: 1024px) {
    .max-lg\:relative {
        position: relative;
    }
    .max-lg\:right-\[10px\] {
        right: 10px;
    }
    .max-lg\:mb-\[10px\] {
        margin-bottom: 10px;
    }
    .max-lg\:mb-\[20px\] {
        margin-bottom: 20px;
    }
    .max-lg\:mb-\[30px\] {
        margin-bottom: 30px;
    }
    .max-lg\:ml-\[10px\] {
        margin-left: 10px;
    }
    .max-lg\:mt-0 {
        margin-top: 0px;
    }
    .max-lg\:mt-\[10px\] {
        margin-top: 10px;
    }
    .max-lg\:mt-\[30px\] {
        margin-top: 30px;
    }
    .max-lg\:line-clamp-4 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }
    .max-lg\:flex {
        display: flex;
    }
    .max-lg\:hidden {
        display: none;
    }
    .max-lg\:aspect-\[1739\/2462\] {
        aspect-ratio: 1739/2462;
    }
    .max-lg\:aspect-\[6\/4\] {
        aspect-ratio: 6/4;
    }
    .max-lg\:h-\[11\.58px\] {
        height: 11.58px;
    }
    .max-lg\:h-\[13\.64\%\] {
        height: 13.64%;
    }
    .max-lg\:h-\[20px\] {
        height: 20px;
    }
    .max-lg\:h-\[30px\] {
        height: 30px;
    }
    .max-lg\:h-\[40px\] {
        height: 40px;
    }
    .max-lg\:h-\[60px\] {
        height: 60px;
    }
    .max-lg\:h-fit {
        height: -moz-fit-content;
        height: fit-content;
    }
    .max-lg\:w-\[100\%\] {
        width: 100%;
    }
    .max-lg\:w-\[20px\] {
        width: 20px;
    }
    .max-lg\:w-\[40px\] {
        width: 40px;
    }
    .max-lg\:w-\[60px\] {
        width: 60px;
    }
    .max-lg\:w-full {
        width: 100%;
    }
    .max-lg\:min-w-\[100\%\] {
        min-width: 100%;
    }
    .max-lg\:max-w-\[100\%\] {
        max-width: 100%;
    }
    .max-lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .max-lg\:flex-col {
        flex-direction: column;
    }
    .max-lg\:flex-col-reverse {
        flex-direction: column-reverse;
    }
    .max-lg\:flex-wrap {
        flex-wrap: wrap;
    }
    .max-lg\:justify-center {
        justify-content: center;
    }
    .max-lg\:gap-\[15px\] {
        gap: 15px;
    }
    .max-lg\:gap-\[23px\] {
        gap: 23px;
    }
    .max-lg\:gap-\[30px\] {
        gap: 30px;
    }
    .max-lg\:gap-\[40px\] {
        gap: 40px;
    }
    .max-lg\:gap-\[60px\] {
        gap: 60px;
    }
    .max-lg\:rounded-\[15px\] {
        border-radius: 15px;
    }
    .max-lg\:px-\[15px\] {
        padding-left: 15px;
        padding-right: 15px;
    }
    .max-lg\:px-\[16px\] {
        padding-left: 16px;
        padding-right: 16px;
    }
    .max-lg\:px-\[25px\] {
        padding-left: 25px;
        padding-right: 25px;
    }
    .max-lg\:py-\[10px\] {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .max-lg\:py-\[15px\] {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .max-lg\:pb-\[15px\] {
        padding-bottom: 15px;
    }
    .max-lg\:pl-0 {
        padding-left: 0px;
    }
    .max-lg\:pl-\[30px\] {
        padding-left: 30px;
    }
    .max-lg\:pt-\[20px\] {
        padding-top: 20px;
    }
    .max-lg\:pt-\[60px\] {
        padding-top: 60px;
    }
    .max-lg\:text-\[14px\] {
        font-size: 14px;
    }
    .max-lg\:text-\[16px\] {
        font-size: 16px;
    }
    .max-lg\:text-\[18px\] {
        font-size: 18px;
    }
    .max-lg\:text-\[20px\] {
        font-size: 20px;
    }
    .max-lg\:text-\[22px\] {
        font-size: 22px;
    }
    .max-lg\:text-\[28px\] {
        font-size: 28px;
    }
    .max-lg\:text-\[32px\] {
        font-size: 32px;
    }
    .max-lg\:text-\[34px\] {
        font-size: 34px;
    }
    .max-lg\:leading-\[20px\] {
        line-height: 20px;
    }
    .max-lg\:leading-\[24px\] {
        line-height: 24px;
    }
    .max-lg\:leading-\[28px\] {
        line-height: 28px;
    }
    .max-lg\:leading-\[36px\] {
        line-height: 36px;
    }
    .max-lg\:leading-\[40px\] {
        line-height: 40px;
    }
}

@media not all and (min-width: 768px) {
    .max-md\:hidden {
        display: none;
    }
    .max-md\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .max-md\:pr-\[10px\] {
        padding-right: 10px;
    }
    .max-md\:text-left {
        text-align: left;
    }
    .max-md\:text-\[16px\] {
        font-size: 16px;
    }
    .max-md\:text-\[48px\]\/\[150\%\] {
        font-size: 48px;
        line-height: 150%;
    }
}

@media not all and (min-width: 640px) {
    .max-sm\:mb-\[20px\] {
        margin-bottom: 20px;
    }
    .max-sm\:ml-\[20px\] {
        margin-left: 20px;
    }
    .max-sm\:mr-\[20px\] {
        margin-right: 20px;
    }
    .max-sm\:mt-\[10px\] {
        margin-top: 10px;
    }
    .max-sm\:mt-\[12px\] {
        margin-top: 12px;
    }
    .max-sm\:mt-\[15px\] {
        margin-top: 15px;
    }
    .max-sm\:hidden {
        display: none;
    }
    .max-sm\:aspect-\[6\/4\] {
        aspect-ratio: 6/4;
    }
    .max-sm\:h-\[25\%\] {
        height: 25%;
    }
    .max-sm\:h-\[250px\] {
        height: 250px;
    }
    .max-sm\:h-\[60px\] {
        height: 60px;
    }
    .max-sm\:max-h-\[80vh\] {
        max-height: 80vh;
    }
    .max-sm\:w-\[100\%\] {
        width: 100%;
    }
    .max-sm\:w-\[200px\] {
        width: 200px;
    }
    .max-sm\:w-\[48\%\] {
        width: 48%;
    }
    .max-sm\:w-full {
        width: 100%;
    }
    .max-sm\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .max-sm\:flex-col {
        flex-direction: column;
    }
    .max-sm\:px-\[18px\] {
        padding-left: 18px;
        padding-right: 18px;
    }
    .max-sm\:py-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .max-sm\:pt-\[35px\] {
        padding-top: 35px;
    }
    .max-sm\:text-justify {
        text-align: justify;
    }
    .max-sm\:text-\[13px\] {
        font-size: 13px;
    }
    .max-sm\:text-\[14px\] {
        font-size: 14px;
    }
    .max-sm\:text-\[15px\] {
        font-size: 15px;
    }
    .max-sm\:text-\[16px\] {
        font-size: 16px;
    }
    .max-sm\:text-\[18px\] {
        font-size: 18px;
    }
    .max-sm\:text-\[20px\] {
        font-size: 20px;
    }
    .max-sm\:text-\[22px\] {
        font-size: 22px;
    }
    .max-sm\:text-\[23px\] {
        font-size: 23px;
    }
    .max-sm\:text-\[24px\] {
        font-size: 24px;
    }
    .max-sm\:text-\[30px\] {
        font-size: 30px;
    }
    .max-sm\:leading-\[120\%\] {
        line-height: 120%;
    }
    .max-sm\:leading-\[16px\] {
        line-height: 16px;
    }
    .max-sm\:leading-\[22px\] {
        line-height: 22px;
    }
    .max-sm\:leading-\[24px\] {
        line-height: 24px;
    }
    .max-sm\:leading-\[28px\] {
        line-height: 28px;
    }
    .max-sm\:leading-\[34px\] {
        line-height: 34px;
    }
}

@media (min-width: 640px) {
    .sm\:mb-2 {
        margin-bottom: 0.5rem;
    }
    .sm\:w-2\/3 {
        width: 66.666667%;
    }
}

@media (min-width: 1280px) {
    .xl\:gap-10 {
        gap: 2.5rem;
    }
}

@media (min-width: 1440px) {
    .min-\[1440px\]\:flex {
        display: flex;
    }
    .min-\[1440px\]\:hidden {
        display: none;
    }
    .min-\[1440px\]\:h-\[13\.64\%\] {
        height: 13.64%;
    }
}

.\[\&_\.page-numbers\.current\]\:border-secondary-01 .page-numbers.current {
    --tw-border-opacity: 1;
    border-color: rgb(229 165 89 / var(--tw-border-opacity, 1));
}

.\[\&_\.page-numbers\.current\]\:bg-secondary-01 .page-numbers.current {
    --tw-bg-opacity: 1;
    background-color: rgb(229 165 89 / var(--tw-bg-opacity, 1));
}

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

.\[\&_\.page-numbers\.next\]\:border-none .page-numbers.next {
    border-style: none;
}

.\[\&_\.page-numbers\.next\]\:\!bg-\[transparent\] .page-numbers.next {
    background-color: transparent !important;
}

.\[\&_\.page-numbers\.prev\]\:border-none .page-numbers.prev {
    border-style: none;
}

.\[\&_\.page-numbers\.prev\]\:\!bg-\[transparent\] .page-numbers.prev {
    background-color: transparent !important;
}

.\[\&_\.page-numbers\]\:flex .page-numbers {
    display: flex;
}

.\[\&_\.page-numbers\]\:h-\[40px\] .page-numbers {
    height: 40px;
}

.\[\&_\.page-numbers\]\:w-\[40px\] .page-numbers {
    width: 40px;
}

.\[\&_\.page-numbers\]\:items-center .page-numbers {
    align-items: center;
}

.\[\&_\.page-numbers\]\:justify-center .page-numbers {
    justify-content: center;
}

.\[\&_\.page-numbers\]\:rounded-\[4px\] .page-numbers {
    border-radius: 4px;
}

.\[\&_\.page-numbers\]\:border .page-numbers {
    border-width: 1px;
}

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

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

.\[\&_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;
    }
}

.\[\&_input\]\:h-\[57px\] input {
    height: 57px;
}

.\[\&_input\]\:w-full input {
    width: 100%;
}

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

.\[\&_input\]\:bg-\[\#F2F3F7\] input {
    --tw-bg-opacity: 1;
    background-color: rgb(242 243 247 / var(--tw-bg-opacity, 1));
}

.\[\&_input\]\:px-\[22px\] input {
    padding-left: 22px;
    padding-right: 22px;
}

.\[\&_li\]\:relative li {
    position: relative;
}

.\[\&_li\]\:mb-\[25px\] li {
    margin-bottom: 25px;
}

.\[\&_li\]\:pl-\[1em\] li {
    padding-left: 1em;
}

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

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

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

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

.\[\&_li\]\:text-\[\#00448e\] li {
    --tw-text-opacity: 1;
    color: rgb(0 68 142 / var(--tw-text-opacity, 1));
}

.\[\&_li\]\:before\:absolute li::before {
    content: var(--tw-content);
    position: absolute;
}

.\[\&_li\]\:before\:left-0 li::before {
    content: var(--tw-content);
    left: 0px;
}

.\[\&_li\]\:before\:text-\[\#00448e\] li::before {
    content: var(--tw-content);
    --tw-text-opacity: 1;
    color: rgb(0 68 142 / var(--tw-text-opacity, 1));
}

.\[\&_li\]\:before\:content-\[\'\2022\'\] li::before {
    --tw-content: '•';
    content: var(--tw-content);
}

@media (max-width: 1240px) {
    .max-\[1240px\]\:\[\&_li\]\:text-\[16px\] li {
        font-size: 16px;
    }
}

@media not all and (min-width: 640px) {
    .max-sm\:\[\&_li\]\:text-\[14px\] li {
        font-size: 14px;
    }
}

.\[\&_li_a\]\:uppercase li a {
    text-transform: uppercase;
}

.\[\&_textarea\]\:max-h-\[185px\] textarea {
    max-height: 185px;
}

.\[\&_textarea\]\:w-full textarea {
    width: 100%;
}

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

.\[\&_textarea\]\:bg-\[\#F2F3F7\] textarea {
    --tw-bg-opacity: 1;
    background-color: rgb(242 243 247 / var(--tw-bg-opacity, 1));
}

.\[\&_textarea\]\:p-\[22px\] textarea {
    padding: 22px;
}

.\[\&_ul\]\:flex ul {
    display: flex;
}

.\[\&_ul\]\:list-disc ul {
    list-style-type: disc;
}

.\[\&_ul\]\:flex-col ul {
    flex-direction: column;
}

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

.\[\&_ul\]\:pl-\[30px\] ul {
    padding-left: 30px;
}
