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

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

@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: #1F282D;
        stroke-dasharray: 339.29;
        stroke-dashoffset: 339.29;
        stroke-linecap: round;
        transition: stroke-dashoffset 2s ease-out;
    }
}

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

.pointer-events-none {
    pointer-events: none;
}

.visible {
    visibility: visible;
}

.collapse {
    visibility: collapse;
}

.static {
    position: static;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.sticky {
    position: sticky;
}

.inset-0 {
    inset: 0px;
}

.bottom-0 {
    bottom: 0px;
}

.left-0 {
    left: 0px;
}

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

.left-auto {
    left: auto;
}

.right-0 {
    right: 0px;
}

.right-2 {
    right: 0.5rem;
}

.right-6 {
    right: 1.5rem;
}

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

.top-0 {
    top: 0px;
}

.top-2 {
    top: 0.5rem;
}

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

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

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

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

.top-full {
    top: 100%;
}

.isolate {
    isolation: isolate;
}

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

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

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

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

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

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

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

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

.m-0 {
    margin: 0px;
}

.m-auto {
    margin: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.block {
    display: block;
}

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

.inline {
    display: inline;
}

.flex {
    display: flex;
}

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

.table {
    display: table;
}

.grid {
    display: grid;
}

.contents {
    display: contents;
}

.hidden {
    display: none;
}

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

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

.h-4 {
    height: 1rem;
}

.h-6 {
    height: 1.5rem;
}

.h-\[0\.5px\] {
    height: 0.5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
    height: auto;
}

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

.h-full {
    height: 100%;
}

.h-screen {
    height: 100vh;
}

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

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

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

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

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

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

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

.w-1 {
    width: 0.25rem;
}

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

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

.w-1\/4 {
    width: 25%;
}

.w-1\/5 {
    width: 20%;
}

.w-1\/6 {
    width: 16.666667%;
}

.w-2 {
    width: 0.5rem;
}

.w-2\/5 {
    width: 40%;
}

.w-3 {
    width: 0.75rem;
}

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

.w-4 {
    width: 1rem;
}

.w-6 {
    width: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto {
    width: auto;
}

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

.w-full {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-collapse {
    border-collapse: collapse;
}

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

.scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    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-disc {
    list-style-type: disc;
}

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

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

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

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

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

.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-10 {
    gap: 2.5rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.divide-x-\[0\.5px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0.5px * var(--tw-divide-x-reverse));
    border-left-width: calc(0.5px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-y-\[0\.5px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0.5px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0.5px * var(--tw-divide-y-reverse));
}

.divide-gray-07 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-divide-opacity, 1));
}

.overflow-auto {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

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

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

.text-ellipsis {
    text-overflow: ellipsis;
}

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

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

.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-\[21px\] {
    border-radius: 21px;
}

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

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

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

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

.rounded-default {
    border-radius: 5px;
}

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

.rounded-large {
    border-radius: 99px;
}

.rounded-medium {
    border-radius: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
    border-width: 1px;
}

.border-\[0\.5px\] {
    border-width: 0.5px;
}

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

.border-b-\[0\.5px\] {
    border-bottom-width: 0.5px;
}

.border-t {
    border-top-width: 1px;
}

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

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

.\!border-\[\#ffffff4d\] {
    border-color: #ffffff4d !important;
}

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

.border-\[\#ffffff4d\] {
    border-color: #ffffff4d;
}

.border-blue-06 {
    --tw-border-opacity: 1;
    border-color: rgb(185 230 254 / var(--tw-border-opacity, 1));
}

.border-gray-05 {
    --tw-border-opacity: 1;
    border-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
}

.border-gray-06 {
    --tw-border-opacity: 1;
    border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}

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

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

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

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-green-01 {
    --tw-border-opacity: 1;
    border-color: rgb(70 180 80 / var(--tw-border-opacity, 1));
}

.border-main-04 {
    --tw-border-opacity: 1;
    border-color: rgb(30 96 166 / var(--tw-border-opacity, 1));
}

.border-secondary-03 {
    --tw-border-opacity: 1;
    border-color: rgb(255 149 49 / var(--tw-border-opacity, 1));
}

.border-b-gray-05 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
}

.border-b-gray-06 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}

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

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

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

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

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

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

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

.bg-blue-01 {
    --tw-bg-opacity: 1;
    background-color: rgb(51 149 255 / var(--tw-bg-opacity, 1));
}

.bg-blue-02 {
    --tw-bg-opacity: 1;
    background-color: rgb(54 191 250 / var(--tw-bg-opacity, 1));
}

.bg-blue-05 {
    --tw-bg-opacity: 1;
    background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}

.bg-gray-04 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.bg-gray-05 {
    --tw-bg-opacity: 1;
    background-color: rgb(163 163 163 / var(--tw-bg-opacity, 1));
}

.bg-gray-06 {
    --tw-bg-opacity: 1;
    background-color: rgb(212 212 212 / var(--tw-bg-opacity, 1));
}

.bg-gray-07 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}

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

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

.bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.bg-main-04 {
    --tw-bg-opacity: 1;
    background-color: rgb(30 96 166 / var(--tw-bg-opacity, 1));
}

.bg-orange-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}

.bg-red-01 {
    --tw-bg-opacity: 1;
    background-color: rgb(222 18 18 / var(--tw-bg-opacity, 1));
}

.bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.bg-secondary-03 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 149 49 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
    background-color: transparent;
}

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

.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-\[linear-gradient\(180deg\2c _\#FFFFFF_0\%\2c _\#FEEFD5_50\%\2c _\#FFFFFF_100\%\)\] {
    background-image: linear-gradient(180deg, #FFFFFF 0%, #FEEFD5 50%, #FFFFFF 100%);
}

.bg-\[url\(\'\/wp-content\/themes\/custom_theme\/assets\/images\/news\.png\'\)\] {
    background-image: url('/wp-content/themes/custom_theme/assets/images/news.png');
}

.bg-cover {
    background-size: cover;
}

.bg-center {
    background-position: center;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.fill-current {
    fill: currentColor;
}

.stroke-current {
    stroke: currentColor;
}

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

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

.p-0 {
    padding: 0px;
}

.p-2 {
    padding: 0.5rem;
}

.p-3 {
    padding: 0.75rem;
}

.p-6 {
    padding: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.px-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

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

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

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

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

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

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

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

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

.py-\[26\.22px\] {
    padding-top: 26.22px;
    padding-bottom: 26.22px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-6 {
    padding-left: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

.pt-0 {
    padding-top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-b0 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.02em;
    font-weight: 400;
}

.text-b2 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
    font-weight: 400;
}

.text-b2-alt {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 400;
}

.text-b2-medium {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 500;
}

.text-b3 {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.02em;
    font-weight: 400;
}

.text-b4-medium {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.02em;
    font-weight: 500;
}

.text-b4-regular {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.02em;
    font-weight: 400;
}

.text-b7 {
    font-size: 10px;
    line-height: 20px;
    letter-spacing: -0.02em;
    font-weight: 400;
}

.text-h0 {
    font-size: 32px;
    line-height: 44px;
    letter-spacing: -0.02em;
    font-weight: 700;
}

.text-h1 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.02em;
    font-weight: 700;
}

.text-h2 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.02em;
    font-weight: 700;
}

.text-h4 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 700;
}

.text-h5 {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.02em;
    font-weight: 700;
}

.text-h6 {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.02em;
    font-weight: 700;
}

.text-h9 {
    font-size: 6px;
    line-height: 10px;
    letter-spacing: 0;
    font-weight: 700;
}

.text-sh1 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.02em;
    font-weight: 500;
}

.text-sh4 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
    font-weight: 500;
}

.text-sh5 {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.02em;
    font-weight: 500;
}

.text-sh6 {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.02em;
    font-weight: 600;
}

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

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

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

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

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

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.italic {
    font-style: italic;
}

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

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

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

.leading-relaxed {
    line-height: 1.625;
}

.text-\[\#003366\] {
    --tw-text-opacity: 1;
    color: rgb(0 51 102 / 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-\[\#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-\[\#fff\] {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

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

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

.text-blue-03 {
    --tw-text-opacity: 1;
    color: rgb(0 158 247 / var(--tw-text-opacity, 1));
}

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

.text-blue-600 {
    --tw-text-opacity: 1;
    color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

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

.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / 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-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-green-500 {
    --tw-text-opacity: 1;
    color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.text-green-600 {
    --tw-text-opacity: 1;
    color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.text-green-800 {
    --tw-text-opacity: 1;
    color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

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

.text-main-04 {
    --tw-text-opacity: 1;
    color: rgb(30 96 166 / var(--tw-text-opacity, 1));
}

.text-orange-600 {
    --tw-text-opacity: 1;
    color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}

.text-red-01 {
    --tw-text-opacity: 1;
    color: rgb(222 18 18 / var(--tw-text-opacity, 1));
}

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

.text-red-800 {
    --tw-text-opacity: 1;
    color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.text-secondary-02 {
    --tw-text-opacity: 1;
    color: rgb(239 170 50 / var(--tw-text-opacity, 1));
}

.text-secondary-03 {
    --tw-text-opacity: 1;
    color: rgb(255 149 49 / 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;
}

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

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
    opacity: 0;
}

.opacity-100 {
    opacity: 1;
}

.opacity-30 {
    opacity: 0.3;
}

.opacity-40 {
    opacity: 0.4;
}

.opacity-60 {
    opacity: 0.6;
}

.opacity-80 {
    opacity: 0.8;
}

.shadow-box {
    --tw-shadow: 0px 4px 4px 0px #00000026;
    --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: 0 4px 4px 0 #0000001A;
    --tw-shadow-colored: 0 4px 4px 0 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-item {
    --tw-shadow: 0 4px 4px 0 #0000000D;
    --tw-shadow-colored: 0 4px 4px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.outline {
    outline-style: solid;
}

.grayscale {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

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

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

.transition-opacity {
    transition-property: opacity;
    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-200 {
    transition-duration: 200ms;
}

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

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

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

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

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

.placeholder\:text-b4-regular::-moz-placeholder {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.02em;
    font-weight: 400;
}

.placeholder\:text-b4-regular::placeholder {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.02em;
    font-weight: 400;
}

.placeholder\:text-b7::-moz-placeholder {
    font-size: 10px;
    line-height: 20px;
    letter-spacing: -0.02em;
    font-weight: 400;
}

.placeholder\:text-b7::placeholder {
    font-size: 10px;
    line-height: 20px;
    letter-spacing: -0.02em;
    font-weight: 400;
}

.placeholder\:text-black-05::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

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

.placeholder\:text-main-04::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(30 96 166 / var(--tw-text-opacity, 1));
}

.placeholder\:text-main-04::placeholder {
    --tw-text-opacity: 1;
    color: rgb(30 96 166 / var(--tw-text-opacity, 1));
}

.hover\:border-black-02:hover {
    --tw-border-opacity: 1;
    border-color: rgb(23 23 23 / var(--tw-border-opacity, 1));
}

.hover\:border-secondary-03:hover {
    --tw-border-opacity: 1;
    border-color: rgb(255 149 49 / var(--tw-border-opacity, 1));
}

.hover\:bg-blue-05:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}

.hover\:bg-main-04:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(30 96 166 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary-03:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 149 49 / var(--tw-bg-opacity, 1));
}

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

.hover\:text-blue-800:hover {
    --tw-text-opacity: 1;
    color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.hover\:text-main-04:hover {
    --tw-text-opacity: 1;
    color: rgb(30 96 166 / var(--tw-text-opacity, 1));
}

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

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

.group:hover .group-hover\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-\[1\.05\] {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:border-secondary-03 {
    --tw-border-opacity: 1;
    border-color: rgb(255 149 49 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:text-\[\#0A66C2\] {
    --tw-text-opacity: 1;
    color: rgb(10 102 194 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-\[\#1877F2\] {
    --tw-text-opacity: 1;
    color: rgb(24 119 242 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-\[\#E60019\] {
    --tw-text-opacity: 1;
    color: rgb(230 0 25 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-black-02 {
    --tw-text-opacity: 1;
    color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-red-01 {
    --tw-text-opacity: 1;
    color: rgb(222 18 18 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-secondary-03 {
    --tw-text-opacity: 1;
    color: rgb(255 149 49 / var(--tw-text-opacity, 1));
}

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

.group:hover .group-hover\:opacity-100 {
    opacity: 1;
}

.group:hover .group-hover\:opacity-80 {
    opacity: 0.8;
}

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

@media (max-width: 1360px) {
    .max-\[1360px\]\:px-\[16px\] {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@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\:relative {
        position: relative;
    }
    .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-\[50px\] {
        height: 50px;
    }
    .max-lg\:max-h-\[248px\] {
        max-height: 248px;
    }
    .max-lg\:w-\[100\%\] {
        width: 100%;
    }
    .max-lg\:w-\[40\%\] {
        width: 40%;
    }
    .max-lg\:w-\[50\%\] {
        width: 50%;
    }
    .max-lg\:w-\[50px\] {
        width: 50px;
    }
    .max-lg\:w-full {
        width: 100%;
    }
    .max-lg\:min-w-\[50px\] {
        min-width: 50px;
    }
    .max-lg\:flex-row {
        flex-direction: row;
    }
    .max-lg\:flex-col {
        flex-direction: column;
    }
    .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-\[8px\] {
        gap: 8px;
    }
    .max-lg\:rounded-\[15px\] {
        border-radius: 15px;
    }
    .max-lg\:p-\[8px\] {
        padding: 8px;
    }
    .max-lg\:px-\[16px\] {
        padding-left: 16px;
        padding-right: 16px;
    }
    .max-lg\:px-\[20px\] {
        padding-left: 20px;
        padding-right: 20px;
    }
    .max-lg\:px-\[25px\] {
        padding-left: 25px;
        padding-right: 25px;
    }
    .max-lg\:py-\[20px\] {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .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\:m-auto {
        margin: auto;
    }
    .max-md\:hidden {
        display: none;
    }
    .max-md\:h-\[102px\] {
        height: 102px;
    }
    .max-md\:h-\[450px\] {
        height: 450px;
    }
    .max-md\:h-\[50\%\] {
        height: 50%;
    }
    .max-md\:h-\[92dvh\] {
        height: 92dvh;
    }
    .max-md\:h-full {
        height: 100%;
    }
    .max-md\:w-\[150px\] {
        width: 150px;
    }
    .max-md\:w-\[220px\] {
        width: 220px;
    }
    .max-md\:w-full {
        width: 100%;
    }
    .max-md\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .max-md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .max-md\:flex-col {
        flex-direction: column;
    }
    .max-md\:justify-center {
        justify-content: center;
    }
    .max-md\:gap-0 {
        gap: 0px;
    }
    .max-md\:gap-\[16px\] {
        gap: 16px;
    }
    .max-md\:rounded-\[0px\] {
        border-radius: 0px;
    }
    .max-md\:p-\[20px\] {
        padding: 20px;
    }
    .max-md\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .max-md\:px-\[16px\] {
        padding-left: 16px;
        padding-right: 16px;
    }
    .max-md\:py-\[16px\] {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .max-md\:pr-\[10px\] {
        padding-right: 10px;
    }
    .max-md\:pt-\[40px\] {
        padding-top: 40px;
    }
    .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%;
    }
    .max-md\:text-h1 {
        font-size: 24px;
        line-height: 36px;
        letter-spacing: -0.02em;
        font-weight: 700;
    }
}

@media not all and (min-width: 640px) {
    .max-sm\:flex {
        display: flex;
    }
    .max-sm\:grid {
        display: grid;
    }
    .max-sm\:hidden {
        display: none;
    }
    .max-sm\:h-\[25\%\] {
        height: 25%;
    }
    .max-sm\:h-\[294px\] {
        height: 294px;
    }
    .max-sm\:w-full {
        width: 100%;
    }
    .max-sm\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .max-sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .max-sm\:flex-col {
        flex-direction: column;
    }
    .max-sm\:items-center {
        align-items: center;
    }
    .max-sm\:justify-start {
        justify-content: flex-start;
    }
    .max-sm\:justify-between {
        justify-content: space-between;
    }
    .max-sm\:gap-\[24px\] {
        gap: 24px;
    }
    .max-sm\:gap-\[4px\] {
        gap: 4px;
    }
    .max-sm\:py-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .max-sm\:py-\[16px\] {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .max-sm\:pb-\[23px\] {
        padding-bottom: 23px;
    }
    .max-sm\:pt-0 {
        padding-top: 0px;
    }
    .max-sm\:text-\[20px\] {
        font-size: 20px;
    }
    .max-sm\:text-\[30px\] {
        font-size: 30px;
    }
    .max-sm\:leading-\[34px\] {
        line-height: 34px;
    }
}

@media (max-width: 540px) {
    .max-\[540px\]\:flex-col {
        flex-direction: column;
    }
}

@media (max-width: 500px) {
    .max-\[500px\]\:p-\[12px\] {
        padding: 12px;
    }
}

@media (max-width: 472px) {
    .max-\[472px\]\:text-\[10px\] {
        font-size: 10px;
    }
}

@media (min-width: 640px) {
    .sm\:block {
        display: block;
    }
    .sm\:hidden {
        display: none;
    }
    .sm\:w-2\/3 {
        width: 66.666667%;
    }
    .sm\:items-center {
        align-items: center;
    }
}

@media (min-width: 768px) {
    .md\:flex {
        display: flex;
    }
}

@media (min-width: 1024px) {
    .lg\:flex {
        display: flex;
    }
    .lg\:gap-\[23px\] {
        gap: 23px;
    }
    .lg\:gap-\[25px\] {
        gap: 25px;
    }
    .lg\:gap-\[70px\] {
        gap: 70px;
    }
    .lg\:px-\[100px\] {
        padding-left: 100px;
        padding-right: 100px;
    }
}

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

.\[\&_\.cch_card\]\:font-\[600\] .cch card {
    font-weight: 600;
}

.\[\&_\.cch_card_date\]\:font-\[600\] .cch card date {
    font-weight: 600;
}

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

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

.\[\&_\.created_at\]\:font-\[600\] .created at {
    font-weight: 600;
}

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

.\[\&_\.id\]\:text-\[\#6c9ff5\] .id {
    --tw-text-opacity: 1;
    color: rgb(108 159 245 / var(--tw-text-opacity, 1));
}

.\[\&_\.lawyer_card\]\:font-\[600\] .lawyer card {
    font-weight: 600;
}

.\[\&_\.lawyer_card_date\]\:font-\[600\] .lawyer card date {
    font-weight: 600;
}

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

.\[\&_\.phone_number\]\:font-\[600\] .phone number {
    font-weight: 600;
}

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

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

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

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

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

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

.\[\&_thead_th\]\:font-\[600\] thead th {
    font-weight: 600;
}
