/*
! tailwindcss v3.4.4 | 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:not(.ck-content ol),
ul:not(.ck-content ul),
menu:not(.ck-content 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] {
    display: none;
}

@font-face {
    font-family: 'SVN-Blog Script';

    src: url("/javax.faces.resource/assets/fonts/SVNBlogScript.ttf.html") format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Inter Tight';

    src: url("/javax.faces.resource/assets/fonts/InterTight.ttf.html") format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Sans';

    src: url("/javax.faces.resource/assets/fonts/IBMPlexSans.ttf.html") format('truetype');
    font-display: swap;
}



:root {
    --animate-duration: 200ms;
    --animate-delay: 0s;
}

html,
body {
    width: 100%;
    height: auto;
    font-family: 'Inter Tight', system-ui, sans-serif;
    scroll-behavior: smooth;
    position: relative;
    z-index: 0;
    --tw-bg-opacity: 1;
    background-color: rgb(252 253 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(19 41 76 / var(--tw-text-opacity));
}

p br {
    display: block;
}

div,
p,
a,
span,
strong {
    letter-spacing: 0.64px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

summary {
    position: relative;
    display: flex;
}

summary::after {
    position: absolute;
    top: 50%;
    right: 0px;
    height: 1.5rem;
    width: 1.5rem;
    --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));
    background-image: url('/resources/assets/icons/add_outline.svg');
    background-size: contain;
    --tw-content: '';
    content: var(--tw-content);
}

details[open] > summary::after {
    background-image: url('/resources/assets/icons/remove_outline.svg');
}

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

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

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

@media (min-width: 1320px) {
    .container {
        max-width: 1320px;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

.heading-md {
    font-family: "SVN-Blog Script";
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 400;
    line-height: 1.625;
}

.heading-sm {
    font-family: "SVN-Blog Script";
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 400;
    line-height: 1.625;
}

.heading-xs {
    font-family: "SVN-Blog Script";
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 400;
    line-height: 1.625;
}

.title-lg {
    font-family: "Inter Tight";
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
}

.title-md {
    font-family: "Inter Tight";
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    line-height: 1.25;
}

.title-xs {
    font-family: "Inter Tight";
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    line-height: 1.25;
}

.title-xxs {
    font-family: "Inter Tight";
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    line-height: 1.25;
}

.body-lg {
    font-family: "Inter Tight";
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
}

.body-md {
    font-family: "Inter Tight";
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
}

.caption {
    font-family: "IBM Plex Sans";
    font-size: 0.625rem;
    font-weight: 400;
    line-height: 1.5;
}

/* Hide scrollbar for Chrome, Safari and Opera */

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */

.no-scrollbar {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.section-title {
    font-family: "Inter Tight";
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(19 41 76 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .section-title {
        font-size: 26px;
    }
}

.triple-quote {
    position: relative;
    display: inline-block;
}

.triple-quote::after {
    position: absolute;
    top: -1rem;
    right: -1rem;
    display: inline-block;
    height: 1rem;
    width: 1rem;
    background-image: url('/resources/assets/images/triple-quote.png');
    background-size: contain;
    background-repeat: no-repeat;
    --tw-content: '';
    content: var(--tw-content);
}

@media (min-width: 768px) {
    .triple-quote::after {
        top: -2rem;
        right: -2rem;
        height: 2rem;
        content: var(--tw-content);
        width: 2rem;
    }
}

@media (min-width: 1000) {
    .triple-quote::after {
        right: -2rem;
    }
}

.btn-primary {
    height: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
}

.btn-primary .btn-icon {
    height: 22px;
    width: 22px;
}

.btn-primary {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-width: 1px;
    border-style: double;
    border-width: thick;
    --tw-bg-opacity: 1;
    background-color: rgb(0 104 169 / var(--tw-bg-opacity));
    font-weight: 500;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(252 253 255 / var(--tw-text-opacity));
}

.btn-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(17 67 136 / var(--tw-bg-opacity));
}

.btn-primary:disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(79 87 94 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(167 174 180 / var(--tw-text-opacity));
}

.btn-secondary {
    height: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
}

.btn-secondary .btn-icon {
    height: 22px;
    width: 22px;
}

.btn-secondary {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-width: 1px;
    border-style: double;
    border-width: thick;
    --tw-border-opacity: 1;
    border-color: rgb(0 104 169 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(252 253 255 / var(--tw-bg-opacity));
    font-weight: 600;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(19 41 76 / var(--tw-text-opacity));
}

.btn-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(236 237 238 / var(--tw-bg-opacity));
}

.btn-secondary:disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(79 87 94 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(167 174 180 / var(--tw-text-opacity));
}

.btn {
    height: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
}

.btn .btn-icon {
    height: 22px;
    width: 22px;
}

.btn {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-width: 1px;
    border-style: double;
    border-width: thick;
}

.btn_extra-small {
    height: 2rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    font-size: 11px;
}

.btn_extra-small .btn-icon {
    height: 0.875rem;
    width: 0.875rem;
}

.btn_small {
    height: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.btn_small .btn-icon {
    height: 1.25rem;
    width: 1.25rem;
}

.btn_small_send_cv_fix {
    height: 3rem;
    line-height: 1.15rem;
}

.btn_medium .btn-icon {
    height: 22px;
    width: 22px;
}

.btn_large {
    height: 3.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.btn_large .btn-icon {
    height: 1.5rem;
    width: 1.5rem;
}

.btn-link-1 {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(0 95 155 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .btn-link-1 {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.divider {
    height: 0.125rem;
    background-image: url('/resources/assets/images/divider.png');
    background-size: cover;
}

.gradient-divider {
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
}

.gradient-divider::before {
    position: absolute;
    bottom: -0.25rem;
    height: 0.125rem;
    width: 100%;
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: #0068A9 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 104 169 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #1CF1FF00 var(--tw-gradient-to-position);
    --tw-content: '';
    content: var(--tw-content);
}

@media (min-width: 768px) {
    .gradient-divider::before {
        content: var(--tw-content);
        bottom: -0.5rem;
    }
}

.divider-blue {
    height: 3px;
    background-image: url('/resources/assets/images/divider-blue.png');
}

@media (min-width: 768px) {
    .divider-blue {
        height: 0.25rem;
    }
}

.divider-blue {
    background-size: 100% 100%;
}

.thin-divider {
    height: 1px;
    background-image: url('/resources/assets/images/thin-divider.png');
    background-size: contain;
}

.white-header {
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(236 237 238 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(252 253 255 / var(--tw-bg-opacity));
}

.header-menu {
    display: flex;
    height: 100%;
    align-items: center;
}

.header-menu__item {
    position: relative;
    height: 100%;
}

.header-menu__item-link {
    font-family: "Inter Tight";
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    line-height: 1.25;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(19 41 76 / var(--tw-text-opacity));
}

.group:hover .header-menu__item-link {
    --tw-bg-opacity: 1;
    background-color: rgb(0 104 169 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(252 253 255 / var(--tw-text-opacity));
}

.header-menu__item-link[data-active=true] {
    --tw-text-opacity: 1;
    color: rgb(20 80 163 / var(--tw-text-opacity));
}

.header-menu__item-link[data-active=true]::after {
    position: absolute;
    left: 1.25rem;
    bottom: 0px;
    height: 0.375rem;
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
    --tw-content: '';
    content: var(--tw-content);
}

.header-menu__item-link[data-active=true][data-active=true]::after {
    --tw-bg-opacity: 1;
    background-color: rgb(0 192 235 / var(--tw-bg-opacity));
}

.header-menu__item-link[data-active=true]::after {
    content: var(--tw-content);
    width: calc(100% - 2.5rem);
}

.group:hover .header-menu__item-link::after {
    content: var(--tw-content);
    display: none;
}

.header-menu__item-dropdown {
    visibility: hidden;
    position: absolute;
    left: -0.75rem;
    top: 100%;
    min-width: 340px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(79 87 94 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(252 253 255 / var(--tw-bg-opacity));
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .header-menu__item-dropdown {
    visibility: visible;
}

.dropdown-menu__item-link {
    font-family: "Inter Tight";
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.25;
    display: flex;
    height: 3rem;
    width: 100%;
    align-items: center;
    gap: 0.75rem;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(167 174 180 / var(--tw-border-opacity));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(20 80 163 / var(--tw-text-opacity));
}

.dropdown-menu__item-link:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(212 232 255 / var(--tw-bg-opacity));
}

.dropdown-menu__item-link[data-active=true] {
    --tw-bg-opacity: 1;
    background-color: rgb(212 232 255 / var(--tw-bg-opacity));
    font-weight: 700;
}

.dropdown-menu__item-icon {
    height: 1.75rem;
    width: 1.75rem;
}

.group[data-active] .dropdown-menu__item-icon {
    display: none;
}

.dropdown-menu__item-icon--active {
    display: none;
}

.group[data-active] .dropdown-menu__item-icon--active {
    display: block;
}

.dropdown-menu__item-text {
    width: -moz-max-content;
    width: max-content;
    text-transform: capitalize;
}

.news-item {
    position: relative;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.news-item::after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 1px;
    width: 77%;
    --tw-bg-opacity: 1;
    background-color: rgb(248 113 113 / var(--tw-bg-opacity));
    background-image: url('/resources/assets/images/thin-divider.png');
    content: var(--tw-content);
    background-size: contain;
}

@media (min-width: 768px) {
    .news-item {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }
}

.input-wrapper {
    position: relative;
}

.input-wrapper input {
    height: 2.5rem;
    width: 100%;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgb(236 237 238 / var(--tw-bg-opacity));
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.input-wrapper input::-moz-placeholder {
    font-family: "Inter Tight";
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(19 41 76 / var(--tw-text-opacity));
}

.input-wrapper input::placeholder {
    font-family: "Inter Tight";
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(19 41 76 / var(--tw-text-opacity));
}

@media not all and (min-width: 768px) {
    .input-wrapper input::-moz-placeholder {
        font-size: 10px;
    }
    .input-wrapper input::placeholder {
        font-size: 10px;
    }
}

@media (min-width: 768px) {
    .input-wrapper input {
        height: 3.5rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

.input-wrapper .icon {
    position: absolute;
    top: 50%;
    height: 1.25rem;
    width: 1.25rem;
    --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));
}

@media (min-width: 768px) {
    .input-wrapper .icon {
        height: 2rem;
        width: 2rem;
    }
}

.category-title {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    color: currentColor;
}

@media (min-width: 768px) {
    .category-title {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

.category-title.active {
    --tw-text-opacity: 1;
    color: rgb(19 41 76 / var(--tw-text-opacity));
}

.filter select {
    height: 2.75rem;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(203 207 210 / var(--tw-border-opacity));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.25rem;
    padding-right: 3.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(64 75 85 / var(--tw-text-opacity));
    outline: 2px solid transparent;
    outline-offset: 2px;
    background-image: none;
}

.news-tabs {
    margin-left: 1px;
    margin-right: 1px;
    display: flex;
    height: 2.5rem;
    align-items: center;
    justify-content: space-between;
    background-image: url('/resources/assets/images/media/bg-tabs.png');
}

@media (min-width: 768px) {
    .news-tabs {
        height: 60px;
    }
}

.news-tabs {
    background-size: 100% 100%;
}

.news-tabs .tab-item {
    position: relative;
    display: flex;
    height: 100%;
    flex-grow: 1;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(17 67 136 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .news-tabs .tab-item {
        padding-left: 1rem;
        padding-right: 2.75rem;
        font-size: 1.125rem;
        line-height: 1.75rem;
        font-weight: 600;
    }
}

.news-tabs .tab-item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0.5px;
    --tw-bg-opacity: 1;
    background-color: rgb(135 135 135 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
    .news-tabs .tab-item:not(:last-child)::after {
        top: 0.25rem;
        height: 52px;
    }
}

.news-tabs .tab-item.active {
    --tw-bg-opacity: 1;
    background-color: rgb(212 232 255 / var(--tw-bg-opacity));
    background-image: url('/resources/assets/images/media/bg-item-active.png');
    background-size: 100% 100%;
}

.page-number {
    display: flex;
    height: 2.5rem;
    min-width: 2.5rem;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(64 75 85 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.page-number.active {
    border-radius: 9999px;
    --tw-text-opacity: 1;
    color: rgb(201 41 41 / var(--tw-text-opacity));
    background: rgba(229, 65, 65, 0.24);
}

.timeline-history ::-webkit-scrollbar-track,
.sidebar-item::-webkit-scrollbar-track,
.sidebar ul::-webkit-scrollbar-track {
    border-radius: 10px;
}

.timeline-history::-webkit-scrollbar,
.sidebar-item::-webkit-scrollbar,
.sidebar ul::-webkit-scrollbar {
    height: 4px;
    background-color: transparent;
    margin-bottom: 30px;
}

.timeline-history::-webkit-scrollbar-thumb,
.sidebar-item::-webkit-scrollbar-thumb,
.sidebar ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #e2000a;
    margin-top: 30px;
}

.sidebar-item,
.timeline-history {
    padding-bottom: 20px;
}

.sidebar ul .active {
    background-color: #d4e8ff;
}

.sidebar ul li:first-child.active {
    border-top: 2px solid #9f9f9f;
}

.sidebar ul li:last-child.active {
    border-bottom: 2px solid #9f9f9f;
}

.sidebar ul .active::before {
    content: '';
    position: absolute;
    background-image: url('/resources/assets/images/bg-active.png');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    inset: 0;
}

.sidebar ul .active::after {
    content: '';
    position: absolute;
    background-image: url('/resources/assets/images/bg-active.png');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    inset: 0;
    transform: rotate(-180deg);
}

.line::before {
    background: linear-gradient(
            90deg,
            rgba(186, 196, 214, 0) 5%,
            #c3cee1 17.43%,
            #c3cee1 88%,
            rgba(195, 206, 225, 0) 95%
    );
}

.tab-history .tab-active::before {
    display: block !important;
}

.tab-history .tab-active .bg-tab {
    background-color: #0068a9;
}

.tab-history .tab-active .bg-tab img {
    filter: brightness(0) invert(1);
}

.tab-history .tab-active h3 span {
    color: #fff;
    display: inline-block;
}

.job-card {
    position: relative;
    width: 100%;
}

.job-card::before {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    z-index: -10;
    height: 100%;
    width: 100%;
    background-image: url('/resources/assets/images/job_opportunities/stripes.svg');
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    --tw-content: '';
    content: var(--tw-content);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.visible {
    visibility: visible;
}

.invisible {
    visibility: hidden;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.sticky {
    position: sticky;
}

.inset-0 {
    inset: 0px;
}

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

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

.-bottom-\[0\.75rem\] {
    bottom: -0.75rem;
}

.-left-1 {
    left: -0.25rem;
}

.-left-10 {
    left: -2.5rem;
}

.-left-14 {
    left: -3.5rem;
}

.-left-3 {
    left: -0.75rem;
}

.-left-3\.5 {
    left: -0.875rem;
}

.-left-32 {
    left: -8rem;
}

.-left-40 {
    left: -10rem;
}

.-left-44 {
    left: -11rem;
}

.-left-48 {
    left: -12rem;
}

.-left-52 {
    left: -13rem;
}

.-left-60 {
    left: -15rem;
}

.-left-80 {
    left: -20rem;
}

.-right-14 {
    right: -3.5rem;
}

.-right-16 {
    right: -4rem;
}

.-right-20 {
    right: -5rem;
}

.-right-24 {
    right: -6rem;
}

.-right-28 {
    right: -7rem;
}

.-right-32 {
    right: -8rem;
}

.-right-5 {
    right: -1.25rem;
}

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

.-right-\[9\.5rem\] {
    right: -9.5rem;
}

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

.-top-0\.5 {
    top: -0.125rem;
}

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

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

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

.-top-20 {
    top: -5rem;
}

.-top-28 {
    top: -7rem;
}

.-top-3\/4 {
    top: -75%;
}

.-top-52 {
    top: -13rem;
}

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

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

.-top-full {
    top: -100%;
}

.bottom-0 {
    bottom: 0px;
}

.bottom-1 {
    bottom: 0.25rem;
}

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

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

.bottom-4 {
    bottom: 1rem;
}

.bottom-5 {
    bottom: 1.25rem;
}

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

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

.left-0 {
    left: 0px;
}

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

.left-10 {
    left: 2.5rem;
}

.left-2\/4 {
    left: 50%;
}

.left-3 {
    left: 0.75rem;
}

.left-5 {
    left: 1.25rem;
}

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

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

.left-full {
    left: 100%;
}

.right-0 {
    right: 0px;
}

.right-1 {
    right: 0.25rem;
}

.right-10 {
    right: 2.5rem;
}

.right-2 {
    right: 0.5rem;
}

.right-3 {
    right: 0.75rem;
}

.right-4 {
    right: 1rem;
}

.right-5 {
    right: 1.25rem;
}

.right-\[-5\.75rem\] {
    right: -5.75rem;
}

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

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

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

.top-0 {
    top: 0px;
}

.top-1 {
    top: 0.25rem;
}

.top-1\.5 {
    top: 0.375rem;
}

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

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

.top-14 {
    top: 3.5rem;
}

.top-2 {
    top: 0.5rem;
}

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

.top-2\/4 {
    top: 50%;
}

.top-20 {
    top: 5rem;
}

.top-3 {
    top: 0.75rem;
}

.top-3\.5 {
    top: 0.875rem;
}

.top-32 {
    top: 8rem;
}

.top-4 {
    top: 1rem;
}

.top-48 {
    top: 12rem;
}

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

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

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

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

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

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

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

.top-\[calc\(50\%-75px\)\] {
    top: calc(50% - 75px);
}

.top-\[calc\(65\%\+90px\)\] {
    top: calc(65% + 90px);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-auto {
    margin: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.-mb-10 {
    margin-bottom: -2.5rem;
}

.-mr-2 {
    margin-right: -0.5rem;
}

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

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

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

.-mt-\[0\.8rem\] {
    margin-top: -0.8rem;
}

.-mt-\[5\.75rem\] {
    margin-top: -5.75rem;
}

.mb-0 {
    margin-bottom: 0px;
}

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

.mb-10 {
    margin-bottom: 2.5rem;
}

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

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

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

.mb-3 {
    margin-bottom: 0.75rem;
}

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

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

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

.mb-7 {
    margin-bottom: 1.75rem;
}

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

.mb-9 {
    margin-bottom: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-3 {
    margin-left: 0.75rem;
}

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

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

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

.mr-1 {
    margin-right: 0.25rem;
}

.mr-3 {
    margin-right: 0.75rem;
}

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

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

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

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

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

.mt-2\.5 {
    margin-top: 0.625rem;
}

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

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

.mt-3 {
    margin-top: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
    display: block;
}

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

.flex {
    display: flex;
}

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

.table {
    display: table;
}

.grid {
    display: grid;
}

.\!hidden {
    display: none !important;
}

.hidden {
    display: none;
}

.aspect-16\/5 {
    aspect-ratio: 16 / 5;
}

.aspect-3\/1 {
    aspect-ratio: 3 / 1;
}

.aspect-4\/5 {
    aspect-ratio: 4 / 5;
}

.aspect-8\/3 {
    aspect-ratio: 8 / 3;
}

.aspect-9\/5 {
    aspect-ratio: 9 / 5;
}

.aspect-8\/5 {
    aspect-ratio: 8 / 5;
}

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

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

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

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

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

.h-1 {
    height: 0.25rem;
}

.h-1\.5 {
    height: 0.375rem;
}

.h-10 {
    height: 2.5rem;
}

.h-11 {
    height: 2.75rem;
}

.h-12 {
    height: 3rem;
}

.h-14 {
    height: 3.5rem;
}

.h-16 {
    height: 4rem;
}

.h-2 {
    height: 0.5rem;
}

.h-20 {
    height: 5rem;
}

.h-24 {
    height: 6rem;
}

.h-3 {
    height: 0.75rem;
}

.h-3\/4 {
    height: 75%;
}

.h-32 {
    height: 8rem;
}

.h-36 {
    height: 9rem;
}

.h-4 {
    height: 1rem;
}

.h-40 {
    height: 10rem;
}

.h-5 {
    height: 1.25rem;
}

.h-6 {
    height: 1.5rem;
}

.h-7 {
    height: 1.75rem;
}

.h-8 {
    height: 2rem;
}

.h-9 {
    height: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[90svh\] {
    height: 90svh;
}

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

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

.h-\[calc\(100vh-56px\)\] {
    height: calc(100vh - 56px);
}

.h-auto {
    height: auto;
}

.h-full {
    height: 100%;
}

.h-px {
    height: 1px;
}

.h-screen {
    height: 100vh;
}

.max-h-14 {
    max-height: 3.5rem;
}

.max-h-6 {
    max-height: 1.5rem;
}

.max-h-80 {
    max-height: 20rem;
}

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

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

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

.\!w-7 {
    width: 1.75rem !important;
}

.w-1 {
    width: 0.25rem;
}

.w-11 {
    width: 2.75rem;
}

.w-12 {
    width: 3rem;
}

.w-14 {
    width: 3.5rem;
}

.w-16 {
    width: 4rem;
}

.w-2 {
    width: 0.5rem;
}

.w-20 {
    width: 5rem;
}

.w-24 {
    width: 6rem;
}

.w-28 {
    width: 7rem;
}

.w-3 {
    width: 0.75rem;
}

.w-32 {
    width: 8rem;
}

.w-36 {
    width: 9rem;
}

.w-4 {
    width: 1rem;
}

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

.w-40 {
    width: 10rem;
}

.w-44 {
    width: 11rem;
}

.w-5 {
    width: 1.25rem;
}

.w-5\/12 {
    width: 41.666667%;
}

.w-50 {
    width: 12.5rem;
}

.w-52 {
    width: 13rem;
}

.w-6 {
    width: 1.5rem;
}

.w-6\/12 {
    width: 50%;
}

.w-60 {
    width: 15rem;
}

.w-7 {
    width: 1.75rem;
}

.w-7\/12 {
    width: 58.333333%;
}

.w-8 {
    width: 2rem;
}

.w-80 {
    width: 20rem;
}

.w-9 {
    width: 2.25rem;
}

.w-96 {
    width: 24rem;
}

.w-\[0\.75px\] {
    width: 0.75px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[46\.8px\] {
    width: 46.8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto {
    width: auto;
}

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

.w-full {
    width: 100%;
}

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

.w-px {
    width: 1px;
}

.w-screen {
    width: 100vw;
}

.min-w-44 {
    min-width: 11rem;
}

.min-w-52 {
    min-width: 13rem;
}

.min-w-60 {
    min-width: 15rem;
}

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

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

.max-w-14 {
    max-width: 3.5rem;
}

.max-w-36 {
    max-width: 9rem;
}

.max-w-44 {
    max-width: 11rem;
}

.max-w-56 {
    max-width: 14rem;
}

.max-w-6 {
    max-width: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-xl {
    max-width: 36rem;
}

.max-w-50 {
    max-width: 12.5rem;
}

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

.shrink {
    flex-shrink: 1;
}

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

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

.grow {
    flex-grow: 1;
}

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

.-translate-x-1\/2 {
    --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-x-2\/4 {
    --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-x-full {
    --tw-translate-x: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.-translate-y-2\/4 {
    --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));
}

.-translate-y-3\/4 {
    --tw-translate-y: -75%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

.-rotate-90 {
    --tw-rotate: -90deg;
    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-x-100 {
    --tw-scale-x: -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));
}

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

.cursor-pointer {
    cursor: pointer;
}

.cursor-context-menu {
    cursor: context-menu;
}

.select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.resize {
    resize: both;
}

.list-inside {
    list-style-position: inside;
}

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

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

.columns-2 {
    -moz-columns: 2;
    columns: 2;
}

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

.grid-cols-\[repeat\(3\2c minmax\(260px\2c 1fr\)\)\] {
    grid-template-columns: repeat(3,minmax(260px,1fr));
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
    gap: 0.25rem;
}

.gap-10 {
    gap: 2.5rem;
}

.gap-12 {
    gap: 3rem;
}

.gap-2 {
    gap: 0.5rem;
}

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

.gap-28 {
    gap: 7rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-3\.5 {
    gap: 0.875rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-5 {
    gap: 1.25rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-8 {
    gap: 2rem;
}

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

.gap-x-0 {
    -moz-column-gap: 0px;
    column-gap: 0px;
}

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

.gap-x-10 {
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
}

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

.gap-x-3 {
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
}

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

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

.gap-x-6 {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
}

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

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

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

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

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

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

.gap-y-2 {
    row-gap: 0.5rem;
}

.gap-y-3 {
    row-gap: 0.75rem;
}

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

.gap-y-8 {
    row-gap: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-auto {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

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

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

.overflow-y-hidden {
    overflow-y: hidden;
}

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

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

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

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

.rounded {
    border-radius: 0.25rem;
}

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

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

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

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

.rounded-lg {
    border-radius: 0.5rem;
}

.rounded-md {
    border-radius: 0.375rem;
}

.rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.border {
    border-width: 1px;
}

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

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

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

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

.border-\[medium\] {
    border-width: medium;
}

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

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

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

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

.border-r {
    border-right-width: 1px;
}

.border-r-2 {
    border-right-width: 2px;
}

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

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

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

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

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

.border-\[\#616262\] {
    --tw-border-opacity: 1;
    border-color: rgb(97 98 98 / var(--tw-border-opacity));
}

.border-\[\#9f9f9f\] {
    --tw-border-opacity: 1;
    border-color: rgb(159 159 159 / var(--tw-border-opacity));
}

.border-\[\#CBCFD2\] {
    --tw-border-opacity: 1;
    border-color: rgb(203 207 210 / var(--tw-border-opacity));
}

.border-\[\#E2000A\] {
    --tw-border-opacity: 1;
    border-color: rgb(226 0 10 / var(--tw-border-opacity));
}

.border-\[\#ECEDEE\] {
    --tw-border-opacity: 1;
    border-color: rgb(236 237 238 / var(--tw-border-opacity));
}

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

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

.border-primary-400 {
    --tw-border-opacity: 1;
    border-color: rgb(17 67 136 / var(--tw-border-opacity));
}

.border-primary-500 {
    --tw-border-opacity: 1;
    border-color: rgb(0 33 89 / var(--tw-border-opacity));
}

.border-secondary-400 {
    --tw-border-opacity: 1;
    border-color: rgb(0 104 169 / var(--tw-border-opacity));
}

.border-slate-500 {
    --tw-border-opacity: 1;
    border-color: rgb(100 116 139 / var(--tw-border-opacity));
}

.border-stone-600 {
    --tw-border-opacity: 1;
    border-color: rgb(87 83 78 / var(--tw-border-opacity));
}

.border-surface-200 {
    --tw-border-opacity: 1;
    border-color: rgb(236 237 238 / var(--tw-border-opacity));
}

.border-surface-300 {
    --tw-border-opacity: 1;
    border-color: rgb(203 207 210 / var(--tw-border-opacity));
}

.border-surface-400 {
    --tw-border-opacity: 1;
    border-color: rgb(167 174 180 / var(--tw-border-opacity));
}

.border-surface-500 {
    --tw-border-opacity: 1;
    border-color: rgb(142 151 159 / var(--tw-border-opacity));
}

.border-surface-800 {
    --tw-border-opacity: 1;
    border-color: rgb(64 75 85 / var(--tw-border-opacity));
}

.border-surface-900 {
    --tw-border-opacity: 1;
    border-color: rgb(19 41 76 / var(--tw-border-opacity));
}

.bg-\[\#01050A\]\/90 {
    background-color: rgb(1 5 10 / 0.9);
}

.bg-\[\#3F3E3E\] {
    --tw-bg-opacity: 1;
    background-color: rgb(63 62 62 / var(--tw-bg-opacity));
}

.bg-\[\#B41E45\] {
    --tw-bg-opacity: 1;
    background-color: rgb(180 30 69 / var(--tw-bg-opacity));
}

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

.bg-\[\#D96613\] {
    --tw-bg-opacity: 1;
    background-color: rgb(217 102 19 / var(--tw-bg-opacity));
}

.bg-\[\#E2000A\] {
    --tw-bg-opacity: 1;
    background-color: rgb(226 0 10 / var(--tw-bg-opacity));
}

.bg-\[\#ECEDEE\] {
    --tw-bg-opacity: 1;
    background-color: rgb(236 237 238 / var(--tw-bg-opacity));
}

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

.bg-\[\#e5e7eb\] {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

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

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

.bg-black\/25 {
    background-color: rgb(0 0 0 / 0.25);
}

.bg-dark-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(22 22 22 / var(--tw-bg-opacity));
}

.bg-primary-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 67 136 / var(--tw-bg-opacity));
}

.bg-primary-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(232 241 252 / var(--tw-bg-opacity));
}

.bg-primary-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(0 33 89 / var(--tw-bg-opacity));
}

.bg-secondary-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(0 104 169 / var(--tw-bg-opacity));
}

.bg-surface-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(247 249 253 / var(--tw-bg-opacity));
}

.bg-surface-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(236 237 238 / var(--tw-bg-opacity));
}

.bg-surface-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(167 174 180 / var(--tw-bg-opacity));
}

.bg-surface-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(252 253 255 / var(--tw-bg-opacity));
}

.bg-surface-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(64 75 85 / var(--tw-bg-opacity));
}

.bg-surface-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(19 41 76 / var(--tw-bg-opacity));
}

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

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

.bg-\[url\(\'\.\.\/assets\/images\/banners\/1\.png\'\)\] {
    background-image: url('/resources/assets/images/banners/1.png');
}

.bg-\[url\(\'\.\.\/assets\/images\/banners\/2\.png\'\)\] {
    background-image: url('/resources/assets/images/banners/2.png');
}

.bg-\[url\(\'\.\.\/assets\/images\/business\/banner-product\.png\'\)\] {
    background-image: url('/resources/assets/images/business/banner-product.png');
}

.bg-\[url\(\'\.\.\/assets\/images\/career\/bg_culture_mb\.png\'\)\] {
    background-image: url('/resources/assets/images/career/bg_culture_mb.png');
}

.bg-\[url\(\'\.\.\/assets\/images\/job_details\/career_mobile\.svg\'\)\] {
    background-image: url('/resources/assets/images/job_details/career_mobile.svg');
}

.bg-\[url\(\'\.\.\/assets\/images\/job_details\/job_banner\.svg\'\)\] {
    background-image: url('/resources/assets/images/job_details/job_banner.svg');
}

.bg-\[url\(\'\.\.\/assets\/images\/job_opportunities\/career\.svg\'\)\] {
    background-image: url('/resources/assets/images/job_opportunities/career.svg');
}

.bg-\[url\(\'\.\.\/assets\/images\/job_opportunities\/job_banner\.svg\'\)\] {
    background-image: url('/resources/assets/images/job_opportunities/job_banner.svg');
}

.bg-\[url\(\'\.\.\/assets\/images\/product\/bg-product\.png\'\)\] {
    background-image: url('/resources/assets/images/product/bg-product.png');
}

.bg-\[url\(\'\.\.\/assets\/images\/product\/bg-products-2\.png\'\)\] {
    background-image: url('/resources/assets/images/product/bg-products-2.png');
}

.bg-\[url\(\'\.\.\/assets\/images\/product\/bg_rips\.png\'\)\] {
    background-image: url('/resources/assets/images/product/bg_rips.png');
}

.bg-\[url\(\'\.\.\/assets\/images\/product\/mui-huong-top\.png\'\)\] {
    background-image: url('/resources/assets/images/product/mui-huong-top.png');
}

.bg-\[url\(\'\.\.\/assets\/images\/products-brand\/banner-giat-tay\.jpg\'\)\] {
    background-image: url('/resources/assets/images/products-brand/banner-giat-tay.jpg');
}

.bg-\[url\(\'\/assets\/images\/banners\/3\.png\'\)\] {
    background-image: url('/resources/assets/images/banners/3.png');
}

.bg-\[url\(\'\/assets\/images\/banners\/4\.png\'\)\] {
    background-image: url('/resources/assets/images/banners/4.png');
}

.bg-\[url\(\'\/assets\/images\/banners\/8\.jpeg\'\)\] {
    background-image: url('/resources/assets/images/banners/8.jpeg');
}

.bg-color-banner-codong {
    background-color: #00373A;
}

.bg-\[url\(\'\/assets\/images\/business\/bannerhethongphanphoi\.png\'\)\] {
    background-image: url('/resources/assets/images/business/bannerhethongphanphoi.png');
}

.bg-\[url\(\'\/assets\/images\/business\/bannermain\.png\'\)\] {
    background-image: url('/resources/assets/images/business/bannermain.png');
}

.bg-\[url\(\'\/assets\/images\/business\/lichsuphattrien\/bannerlichsu\.png\'\)\] {
    background-image: url('/resources/assets/images/business/lichsuphattrien/bannerlichsu.png');
}

.bg-\[url\(\'\/assets\/images\/career\/hr_banner1\.svg\'\)\] {
    background-image: url('/resources/assets/images/career/hr_banner1.svg');
}

.bg-\[url\(\'\/assets\/images\/products-brand-all\/showcase-bg_left\.png\'\)\] {
    background-image: url('/resources/assets/images/products-brand-all/showcase-bg_left.png');
}

.bg-\[url\(\'\/assets\/images\/products-brand-all\/showcase-bg_right\.png\'\)\] {
    background-image: url('/resources/assets/images/products-brand-all/showcase-bg_right.png');
}

.bg-\[length\:auto_640px\] {
    background-size: auto 640px;
}

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

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

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

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

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

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

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

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

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

.object-left {
    -o-object-position: left;
    object-position: left;
}

.object-right {
    -o-object-position: right;
    object-position: right;
}

.object-top {
    -o-object-position: top;
    object-position: top;
}

.\!p-0 {
    padding: 0px !important;
}

.p-0 {
    padding: 0px;
}

.p-0\.5 {
    padding: 0.125rem;
}

.p-1 {
    padding: 0.25rem;
}

.p-1\.5 {
    padding: 0.375rem;
}

.p-2 {
    padding: 0.5rem;
}

.p-3 {
    padding: 0.75rem;
}

.p-3\.5 {
    padding: 0.875rem;
}

.p-4 {
    padding: 1rem;
}

.p-5 {
    padding: 1.25rem;
}

.p-6 {
    padding: 1.5rem;
}

.p-7 {
    padding: 1.75rem;
}

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

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

.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-3-important {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}

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

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

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

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

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

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

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

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

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

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

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py-3-important {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

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

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

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
}

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

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

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

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

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

.\!pl-14 {
    padding-left: 3.5rem !important;
}

.\!pl-9 {
    padding-left: 2.25rem !important;
}

.\!pr-9 {
    padding-right: 2.25rem !important;
}

.pb-0 {
    padding-bottom: 0px;
}

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

.pb-10 {
    padding-bottom: 2.5rem;
}

.pb-12 {
    padding-bottom: 3rem;
}

.pb-14 {
    padding-bottom: 3.5rem;
}

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

.pb-2 {
    padding-bottom: 0.5rem;
}

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

.pb-20 {
    padding-bottom: 5rem;
}

.pb-24 {
    padding-bottom: 6rem;
}

.pb-3 {
    padding-bottom: 0.75rem;
}

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

.pb-5 {
    padding-bottom: 1.25rem;
}

.pb-7 {
    padding-bottom: 1.75rem;
}

.pb-8 {
    padding-bottom: 2rem;
}

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

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

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

.pl-2 {
    padding-left: 0.5rem;
}

.pl-3 {
    padding-left: 0.75rem;
}

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

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

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

.pr-10 {
    padding-right: 2.5rem;
}

.pr-2 {
    padding-right: 0.5rem;
}

.pr-3 {
    padding-right: 0.75rem;
}

.pr-4 {
    padding-right: 1rem;
}

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

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

.pt-0\.5 {
    padding-top: 0.125rem;
}

.pt-1 {
    padding-top: 0.25rem;
}

.pt-1\.5 {
    padding-top: 0.375rem;
}

.pt-10 {
    padding-top: 2.5rem;
}

.pt-11 {
    padding-top: 2.75rem;
}

.pt-12 {
    padding-top: 3rem;
}

.pt-16 {
    padding-top: 4rem;
}

.pt-2 {
    padding-top: 0.5rem;
}

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

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

.pt-24 {
    padding-top: 6rem;
}

.pt-32 {
    padding-top: 8rem;
}

.pt-3 {
    padding-top: 0.75rem;
}

.pt-4 {
    padding-top: 1rem;
}

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

.pt-8 {
    padding-top: 2rem;
}

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

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

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

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

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

.pt-\[54\.50\%\] {
    padding-top: 54.50%;
}

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

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

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

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

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

.font-body {
    font-family: "Inter Tight";
}

.font-heading {
    font-family: "SVN-Blog Script";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-extra-sm {
    font-size: 0.7rem;
    line-height: 1rem;
}

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

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

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.text-xxs {
    font-size: 0.625rem;
}

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

.font-extrabold {
    font-weight: 800;
}

.font-light {
    font-weight: 300;
}

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

.font-normal {
    font-weight: 400;
}

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

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.italic {
    font-style: italic;
}

.leading-5 {
    line-height: 1.25rem;
}

.leading-6 {
    line-height: 1.5rem;
}

.leading-8 {
    line-height: 2rem;
}

.leading-9 {
    line-height: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

.leading-none {
    line-height: 1;
}

.leading-normal {
    line-height: 1.5;
}

.leading-snug {
    line-height: 1.375;
}

.tracking-\[0\.02em\] {
    letter-spacing: 0.02em;
}

.tracking-\[0\.02rem\] {
    letter-spacing: 0.02rem;
}

.tracking-\[0\.04em\] {
    letter-spacing: 0.04em;
}

.tracking-\[0\.04rem\] {
    letter-spacing: 0.04rem;
}

.tracking-\[0\.06em\] {
    letter-spacing: 0.06em;
}

.tracking-\[0\.08em\] {
    letter-spacing: 0.08em;
}

.tracking-\[0\.08rem\] {
    letter-spacing: 0.08rem;
}

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

.tracking-normal {
    letter-spacing: 0em;
}

.tracking-tight {
    letter-spacing: -0.025em;
}

.tracking-wide {
    letter-spacing: 0.025em;
}

.\!text-surface-400 {
    --tw-text-opacity: 1 !important;
    color: rgb(167 174 180 / var(--tw-text-opacity)) !important;
}

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

.text-\[\#0051C1\] {
    --tw-text-opacity: 1;
    color: rgb(0 81 193 / var(--tw-text-opacity));
}

.text-\[\#005F9B\] {
    --tw-text-opacity: 1;
    color: rgb(0 95 155 / var(--tw-text-opacity));
}

.text-\[\#0068A9\] {
    --tw-text-opacity: 1;
    color: rgb(0 104 169 / var(--tw-text-opacity));
}

.text-\[\#13294C\] {
    --tw-text-opacity: 1;
    color: rgb(19 41 76 / var(--tw-text-opacity));
}

.text-\[\#1C3391\] {
    --tw-text-opacity: 1;
    color: rgb(28 51 145 / var(--tw-text-opacity));
}

.text-\[\#404B55\] {
    --tw-text-opacity: 1;
    color: rgb(64 75 85 / var(--tw-text-opacity));
}

.text-\[\#576068\] {
    --tw-text-opacity: 1;
    color: rgb(87 96 104 / var(--tw-text-opacity));
}

.text-\[\#5c656d\] {
    --tw-text-opacity: 1;
    color: rgb(92 101 109 / var(--tw-text-opacity));
}

.text-\[\#6B767F\] {
    --tw-text-opacity: 1;
    color: rgb(107 118 127 / var(--tw-text-opacity));
}

.text-\[\#8C5A0E\] {
    --tw-text-opacity: 1;
    color: rgb(140 90 14 / var(--tw-text-opacity));
}

.text-\[\#E2000A\] {
    --tw-text-opacity: 1;
    color: rgb(226 0 10 / var(--tw-text-opacity));
}

.text-danger-200 {
    --tw-text-opacity: 1;
    color: rgb(201 41 41 / var(--tw-text-opacity));
}

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

.text-primary-100 {
    --tw-text-opacity: 1;
    color: rgb(119 169 238 / var(--tw-text-opacity));
}

.text-primary-200 {
    --tw-text-opacity: 1;
    color: rgb(27 109 223 / var(--tw-text-opacity));
}

.text-primary-300 {
    --tw-text-opacity: 1;
    color: rgb(20 80 163 / var(--tw-text-opacity));
}

.text-primary-400 {
    --tw-text-opacity: 1;
    color: rgb(17 67 136 / var(--tw-text-opacity));
}

.text-primary-50 {
    --tw-text-opacity: 1;
    color: rgb(232 241 252 / var(--tw-text-opacity));
}

.text-primary-500 {
    --tw-text-opacity: 1;
    color: rgb(0 33 89 / var(--tw-text-opacity));
}

.text-secondary-300 {
    --tw-text-opacity: 1;
    color: rgb(0 192 235 / var(--tw-text-opacity));
}

.text-secondary-400 {
    --tw-text-opacity: 1;
    color: rgb(0 104 169 / var(--tw-text-opacity));
}

.text-surface-100 {
    --tw-text-opacity: 1;
    color: rgb(247 249 253 / var(--tw-text-opacity));
}

.text-surface-300 {
    --tw-text-opacity: 1;
    color: rgb(203 207 210 / var(--tw-text-opacity));
}

.text-surface-400 {
    --tw-text-opacity: 1;
    color: rgb(167 174 180 / var(--tw-text-opacity));
}

.text-surface-50 {
    --tw-text-opacity: 1;
    color: rgb(252 253 255 / var(--tw-text-opacity));
}

.text-surface-500 {
    --tw-text-opacity: 1;
    color: rgb(142 151 159 / var(--tw-text-opacity));
}

.text-surface-600 {
    --tw-text-opacity: 1;
    color: rgb(107 118 127 / var(--tw-text-opacity));
}

.text-surface-700 {
    --tw-text-opacity: 1;
    color: rgb(79 87 94 / var(--tw-text-opacity));
}

.text-surface-800 {
    --tw-text-opacity: 1;
    color: rgb(64 75 85 / var(--tw-text-opacity));
}

.text-surface-900 {
    --tw-text-opacity: 1;
    color: rgb(19 41 76 / var(--tw-text-opacity));
}

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

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

.placeholder-surface-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(19 41 76 / var(--tw-placeholder-opacity));
}

.placeholder-surface-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(19 41 76 / var(--tw-placeholder-opacity));
}

.opacity-80 {
    opacity: 0.8;
}

.mix-blend-multiply {
    mix-blend-mode: multiply;
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -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);
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.outline {
    outline-style: solid;
}

.invert {
    --tw-invert: invert(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);
}

.sepia {
    --tw-sepia: sepia(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-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

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

#banners-carousel .owl-stage-outer,
#banners-carousel .owl-stage,
#banners-carousel .owl-item {
    height: 100%;
}

#banners-carousel .owl-dots {
    position: absolute;
    bottom: 0.5rem;
    right: 0.75rem;
    display: inline-block;
}

@media (min-width: 768px) {
    #banners-carousel .owl-dots {
        bottom: 2rem;
        right: 5rem;
    }
}

#banners-carousel .owl-dot > span {
    margin: 0.25rem;
    height: 0.5rem;
    width: 0.5rem;
    border-width: 0.5px;
    --tw-border-opacity: 1;
    border-color: rgb(142 151 159 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(252 253 255 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
    #banners-carousel .owl-dot > span {
        margin: 0.5rem;
        height: 1rem;
        width: 1rem;
    }
}

#banners-carousel .owl-dot.active > span {
    border-width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(226 0 10 / var(--tw-bg-opacity));
}

#categories-carousel .owl-stage-outer {
    padding: 12px 0;
}

#products-carousel .owl-stage-outer,
#products-carousel .owl-stage {
    height: 100%;
}

#products-carousel.owl-carousel .owl-item img {
    width: auto;
}

#products-carousel .owl-stage {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}

#products-carousel .owl-stage::after {
    --tw-content: none;
    content: var(--tw-content);
}

@media (min-width: 768px) {
    #products-carousel .owl-stage {
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
    }
}

#products-carousel .owl-item {
    display: inline-flex;
}
#products-carousel .owl-nav,
#products-carousel .owl-nav.disabled {
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: -10;
    display: none;
    width: 100%;
    --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));
}


@media (min-width: 768px) {
    #products-carousel .owl-nav,
    #products-carousel .owl-nav.disabled {
        display: block;
    }
}

#products-carousel .owl-prev:hover,
#products-carousel .owl-next:hover {
    cursor: pointer;
    background-color: transparent;
}

#products-carousel .owl-prev {
    position: absolute;
    left: -3rem;
}

#products-carousel .owl-next {
    position: absolute;
    right: -3rem;
}

#blogs-carousel .owl-dot > span {
    margin: 0.25rem;
    height: 0.5rem;
    width: 0.5rem;
    border-width: 0.5px;
    --tw-border-opacity: 1;
    border-color: rgb(142 151 159 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(252 253 255 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
    #blogs-carousel .owl-dot > span {
        margin: 0.5rem;
        height: 1rem;
        width: 1rem;
    }
}

#blogs-carousel .owl-dot.active > span {
    border-width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(226 0 10 / var(--tw-bg-opacity));
}

.animated-block {
    --translate-init: translate(0, 75px);
    --translate: var(--translate-init);
    --opacity: 0;
    transform: var(--translate);
    transition: var(--transition);
    opacity: var(--opacity);
}

.slide-in {
    opacity: 0;
    transform: translateX(-50%);
    transition: transform 1s ease;
}

.slide-in-visible {
    opacity: 1;
    transform: translateX(0);
}

.slide-out {
    animation: slideOut 0.5s ease-in-out forwards;
}

.before\:bg-pattern-2::before {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -50;
    height: 100%;
    width: 100%;
    background-image: url('/resources/assets/images/bg-pattern-2.png');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    --tw-content: '';
    content: var(--tw-content);
}

.before\:bg-about-2::before {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -50;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    --tw-content: '';
    content: var(--tw-content);
}

.after\:bg-pattern-1::after {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -50;
    height: 100%;
    width: 100%;
    background-image: url('/resources/assets/images/bg-pattern-1.png');
    background-size: 300px 600px;
    --tw-content: '';
    content: var(--tw-content);
}

.after\:bg-about::after {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -50;
    height: 100%;
    width: 100%;
    background-image: url('/resources/assets/images/business/tongquan/bg1.png');
    background-size: cover;
    background-repeat: no-repeat;
    --tw-content: '';
    content: var(--tw-content);
}

@media (min-width: 640px) {
    .sm\:heading-lg {
        font-family: "SVN-Blog Script";
        font-size: 44px;
        font-weight: 400;
        line-height: 1.625;
    }
}

@media (min-width: 768px) {
    .tablet\:container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 0.75rem;
        padding-left: 0.75rem;
    }

    @media (min-width: 1320px) {
        .tablet\:container {
            max-width: 1320px;
            padding-right: 1rem;
            padding-left: 1rem;
        }
    }

    .tablet\:heading-xl {
        font-family: "SVN-Blog Script";
        font-size: 64px;
        font-weight: 400;
        line-height: 1.625;
    }

    .tablet\:heading-lg {
        font-family: "SVN-Blog Script";
        font-size: 44px;
        font-weight: 400;
        line-height: 1.625;
    }

    .tablet\:heading-md {
        font-family: "SVN-Blog Script";
        font-size: 2.25rem;
        line-height: 2.5rem;
        font-weight: 400;
        line-height: 1.625;
    }

    .tablet\:heading-sm {
        font-family: "SVN-Blog Script";
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight: 400;
        line-height: 1.625;
    }

    .tablet\:title-xl {
        font-family: "Inter Tight";
        font-size: 2.25rem;
        line-height: 2.5rem;
        font-weight: 700;
        line-height: 1.25;
    }

    .tablet\:title-lg {
        font-family: "Inter Tight";
        font-size: 28px;
        font-weight: 700;
        line-height: 1.25;
    }

    .tablet\:title-md {
        font-family: "Inter Tight";
        font-size: 1.25rem;
        line-height: 1.75rem;
        font-weight: 700;
        line-height: 1.25;
    }

    .tablet\:title-xs {
        font-family: "Inter Tight";
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 700;
        line-height: 1.25;
    }

    .tablet\:body-lg {
        font-family: "Inter Tight";
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 400;
        line-height: 1.5;
    }

    .tablet\:triple-quote {
        position: relative;
        display: inline-block;
    }

    .tablet\:triple-quote::after {
        position: absolute;
        top: -1rem;
        right: -1rem;
        display: inline-block;
        height: 1rem;
        width: 1rem;
        background-image: url('/resources/assets/images/triple-quote.png');
        background-size: contain;
        background-repeat: no-repeat;
        --tw-content: '';
        content: var(--tw-content);
    }

    @media (min-width: 768px) {
        .tablet\:triple-quote::after {
            top: -2rem;
            right: -2rem;
            height: 2rem;
            content: var(--tw-content);
            width: 2rem;
        }
    }

    .tablet\:btn_medium {
        height: 3rem;
        padding-left: 1rem;
        padding-right: 1rem;
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .tablet\:btn_medium .btn-icon {
        height: 22px;
        width: 22px;
    }

    .tablet\:btn_large {
        height: 3.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .tablet\:btn_large .btn-icon {
        height: 1.5rem;
        width: 1.5rem;
    }
}

.placeholder\:italic::-moz-placeholder {
    font-style: italic;
}

.placeholder\:italic::placeholder {
    font-style: italic;
}

.before\:absolute::before {
    content: var(--tw-content);
    position: absolute;
}

.before\:inset-0::before {
    content: var(--tw-content);
    inset: 0px;
}

.before\:-bottom-\[12px\]::before {
    content: var(--tw-content);
    bottom: -12px;
}

.before\:-left-9::before {
    content: var(--tw-content);
    left: -2.25rem;
}

.before\:-right-6::before {
    content: var(--tw-content);
    right: -1.5rem;
}

.before\:-right-\[8px\]::before {
    content: var(--tw-content);
    right: -8px;
}

.before\:-top-1::before {
    content: var(--tw-content);
    top: -0.25rem;
}

.before\:-top-3::before {
    content: var(--tw-content);
    top: -0.75rem;
}

.before\:-top-6::before {
    content: var(--tw-content);
    top: -1.5rem;
}

.before\:bottom-0::before {
    content: var(--tw-content);
    bottom: 0px;
}

.before\:bottom-1::before {
    content: var(--tw-content);
    bottom: 0.25rem;
}

.before\:left-0::before {
    content: var(--tw-content);
    left: 0px;
}

.before\:left-2::before {
    content: var(--tw-content);
    left: 0.5rem;
}

.before\:left-2\/4::before {
    content: var(--tw-content);
    left: 50%;
}

.before\:right-0::before {
    content: var(--tw-content);
    right: 0px;
}

.before\:top-0::before {
    content: var(--tw-content);
    top: 0px;
}

.before\:top-2::before {
    content: var(--tw-content);
    top: 0.5rem;
}

.before\:top-2\.5::before {
    content: var(--tw-content);
    top: 0.625rem;
}

.before\:top-3::before {
    content: var(--tw-content);
    top: 0.75rem;
}

.before\:top-\[72px\]::before {
    content: var(--tw-content);
    top: 72px;
}

.before\:-z-10::before {
    content: var(--tw-content);
    z-index: -10;
}

.before\:z-10::before {
    content: var(--tw-content);
    z-index: 10;
}

.before\:z-\[-1\]::before {
    content: var(--tw-content);
    z-index: -1;
}

.before\:inline-block::before {
    content: var(--tw-content);
    display: inline-block;
}

.before\:hidden::before {
    content: var(--tw-content);
    display: none;
}

.before\:h-1::before {
    content: var(--tw-content);
    height: 0.25rem;
}

.before\:h-10::before {
    content: var(--tw-content);
    height: 2.5rem;
}

.before\:h-\[10px\]::before {
    content: var(--tw-content);
    height: 10px;
}

.before\:h-\[14px\]::before {
    content: var(--tw-content);
    height: 14px;
}

.before\:h-\[22px\]::before {
    content: var(--tw-content);
    height: 22px;
}

.before\:h-\[2px\]::before {
    content: var(--tw-content);
    height: 2px;
}

.before\:h-\[80px\]::before {
    content: var(--tw-content);
    height: 80px;
}

.before\:h-full::before {
    content: var(--tw-content);
    height: 100%;
}

.before\:w-0::before {
    content: var(--tw-content);
    width: 0px;
}

.before\:w-10::before {
    content: var(--tw-content);
    width: 2.5rem;
}

.before\:w-6::before {
    content: var(--tw-content);
    width: 1.5rem;
}

.before\:w-\[10px\]::before {
    content: var(--tw-content);
    width: 10px;
}

.before\:w-\[14px\]::before {
    content: var(--tw-content);
    width: 14px;
}

.before\:w-\[1px\]::before {
    content: var(--tw-content);
    width: 1px;
}

.before\:w-\[80px\]::before {
    content: var(--tw-content);
    width: 80px;
}

.before\:w-full::before {
    content: var(--tw-content);
    width: 100%;
}

.before\:-translate-x-2\/4::before {
    content: var(--tw-content);
    --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));
}

.before\:-translate-y-2\/4::before {
    content: var(--tw-content);
    --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));
}

.before\:translate-y-full::before {
    content: var(--tw-content);
    --tw-translate-y: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.before\:rounded-full::before {
    content: var(--tw-content);
    border-radius: 9999px;
}

.before\:border-2::before {
    content: var(--tw-content);
    border-width: 2px;
}

.before\:border-b::before {
    content: var(--tw-content);
    border-bottom-width: 1px;
}

.before\:border-r::before {
    content: var(--tw-content);
    border-right-width: 1px;
}

.before\:border-\[\#000\]::before {
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.before\:border-white::before {
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.before\:bg-\[\#0051C1\]::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(0 81 193 / var(--tw-bg-opacity));
}

.before\:bg-primary-300::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(20 80 163 / var(--tw-bg-opacity));
}

.before\:bg-primary-400::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(17 67 136 / var(--tw-bg-opacity));
}

.before\:bg-primary-500::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(0 33 89 / var(--tw-bg-opacity));
}

.before\:bg-surface-600::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(107 118 127 / var(--tw-bg-opacity));
}

.before\:bg-\[url\(\'\.\.\/assets\/images\/business\/Shadow-mobile\.png\'\)\]::before {
    content: var(--tw-content);
    background-image: url('/resources/assets/images/business/Shadow-mobile.png');
}

.before\:bg-\[url\(\'\.\.\/assets\/images\/business\/bg-button1\.png\'\)\]::before {
    content: var(--tw-content);
    background-image: url('/resources/assets/images/business/bg-button1.png');
}

.before\:bg-\[url\(\'\.\.\/assets\/images\/business\/bg-button2\.png\'\)\]::before {
    content: var(--tw-content);
    background-image: url('/resources/assets/images/business/bg-button2.png');
}

.before\:bg-\[url\(\'\.\.\/assets\/images\/business\/lichsuphattrien\/bglichsu\.png\'\)\]::before {
    content: var(--tw-content);
    background-image: url('/resources/assets/images/business/lichsuphattrien/bglichsu.png');
}

.before\:bg-\[url\(\'\.\.\/assets\/images\/business\/lichsuphattrien\/icon-tab-active\.png\'\)\]::before {
    content: var(--tw-content);
    background-image: url('/resources/assets/images/business/lichsuphattrien/icon-tab-active.png');
}

.before\:bg-\[url\(\'\.\.\/assets\/images\/business\/tongquan\/bgphattrien1-mobie\.jpg\'\)\]::before {
    content: var(--tw-content);
    background-image: url('/resources/assets/images/business/tongquan/bgphattrien1-mobie.jpg');
}

.before\:bg-\[url\(\'\.\.\/assets\/images\/product\/bg-tabs-product-detail\.png\'\)\]::before {
    content: var(--tw-content);
    background-image: url('/resources/assets/images/product/bg-tabs-product-detail.png');
}

.before\:bg-\[url\(\'\.\.\/assets\/images\/product\/product_bg-viewed\.png\'\)\]::before {
    content: var(--tw-content);
    background-image: url('/resources/assets/images/product/product_bg-viewed.png');
}

.before\:bg-\[url\(\'\.\.\/assets\/images\/product\/shape-title\.png\'\)\]::before {
    content: var(--tw-content);
    background-image: url('/resources/assets/images/product/shape-title.png');
}

.before\:bg-\[url\(\'\.\.\/assets\/images\/product\/shape-viewed-1\.png\'\)\]::before {
    content: var(--tw-content);
    background-image: url('/resources/assets/images/product/shape-viewed-1.png');
}

.before\:bg-contain::before {
    content: var(--tw-content);
    background-size: contain;
}

.before\:bg-cover::before {
    content: var(--tw-content);
    background-size: cover;
}

.before\:bg-\[center_0px\]::before {
    content: var(--tw-content);
    background-position: center 0px;
}

.before\:bg-bottom::before {
    content: var(--tw-content);
    background-position: bottom;
}

.before\:bg-no-repeat::before {
    content: var(--tw-content);
    background-repeat: no-repeat;
}

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

.after\:absolute::after {
    content: var(--tw-content);
    position: absolute;
}

.after\:-right-20::after {
    content: var(--tw-content);
    right: -5rem;
}

.after\:-right-44::after {
    content: var(--tw-content);
    right: -11rem;
}

.after\:-top-12::after {
    content: var(--tw-content);
    top: -3rem;
}

.after\:bottom-0::after {
    content: var(--tw-content);
    bottom: 0px;
}

.after\:left-2\/4::after {
    content: var(--tw-content);
    left: 50%;
}

.after\:top-0::after {
    content: var(--tw-content);
    top: 0px;
}

.after\:top-5::after {
    content: var(--tw-content);
    top: 1.25rem;
}

.after\:-z-10::after {
    content: var(--tw-content);
    z-index: -10;
}

.after\:z-10::after {
    content: var(--tw-content);
    z-index: 10;
}

.after\:inline-block::after {
    content: var(--tw-content);
    display: inline-block;
}

.after\:h-24::after {
    content: var(--tw-content);
    height: 6rem;
}

.after\:h-6::after {
    content: var(--tw-content);
    height: 1.5rem;
}

.after\:h-\[120px\]::after {
    content: var(--tw-content);
    height: 120px;
}

.after\:h-full::after {
    content: var(--tw-content);
    height: 100%;
}

.after\:w-20::after {
    content: var(--tw-content);
    width: 5rem;
}

.after\:w-36::after {
    content: var(--tw-content);
    width: 9rem;
}

.after\:w-\[1px\]::after {
    content: var(--tw-content);
    width: 1px;
}

.after\:w-full::after {
    content: var(--tw-content);
    width: 100%;
}

.after\:-translate-x-2\/4::after {
    content: var(--tw-content);
    --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));
}

.after\:-translate-y-2\/4::after {
    content: var(--tw-content);
    --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));
}

.after\:-translate-y-full::after {
    content: var(--tw-content);
    --tw-translate-y: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.after\:-skew-y-3::after {
    content: var(--tw-content);
    --tw-skew-y: -3deg;
    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));
}

.after\:bg-\[\#0051C1\]::after {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(0 81 193 / var(--tw-bg-opacity));
}

.after\:bg-primary-400::after {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(17 67 136 / var(--tw-bg-opacity));
}

.after\:bg-\[url\(\'\.\.\/assets\/images\/product\/shape-viewed-2\.png\'\)\]::after {
    content: var(--tw-content);
    background-image: url('/resources/assets/images/product/shape-viewed-2.png');
}

.after\:bg-\[url\(\'\/assets\/images\/decorators\/15\.png\'\)\]::after {
    content: var(--tw-content);
    background-image: url('/resources/assets/images/decorators/15.png');
}

.after\:bg-\[url\(\'\/assets\/images\/home\/bg\.jpg\'\)\]::after {
    content: var(--tw-content);
    background-image: url('/resources/assets/images/home/bg.jpg');
}

.after\:bg-contain::after {
    content: var(--tw-content);
    background-size: contain;
}

.after\:bg-bottom::after {
    content: var(--tw-content);
    background-position: bottom;
}

.after\:bg-no-repeat::after {
    content: var(--tw-content);
    background-repeat: no-repeat;
}

.after\:bg-repeat-x::after {
    content: var(--tw-content);
    background-repeat: repeat-x;
}

.after\:content-\[\'\'\]::after {
    --tw-content: '';
    content: var(--tw-content);
}

.first\:border-t-0:first-child {
    border-top-width: 0px;
}

.last\:mb-0:last-child {
    margin-bottom: 0px;
}

.last\:border-0:last-child {
    border-width: 0px;
}

.last\:border-b-0:last-child {
    border-bottom-width: 0px;
}

.last\:border-none:last-child {
    border-style: none;
}

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

.hover\:relative:hover {
    position: relative;
}

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

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

.hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    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-black\/45:hover {
    background-color: rgb(0 0 0 / 0.45);
}

.hover\:text-surface-900:hover {
    --tw-text-opacity: 1;
    color: rgb(19 41 76 / var(--tw-text-opacity));
}

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

.focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

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

.focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.group:hover .group-hover\:visible {
    visibility: visible;
}

.group:hover .group-hover\: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));
}

.group:hover .group-hover\:bg-primary-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 67 136 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:text-primary-300 {
    --tw-text-opacity: 1;
    color: rgb(20 80 163 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-surface-50 {
    --tw-text-opacity: 1;
    color: rgb(252 253 255 / var(--tw-text-opacity));
}

.peer:checked ~ .peer-checked\:inline-block {
    display: inline-block;
}

.peer:checked ~ .peer-checked\:hidden {
    display: none;
}

.peer:checked ~ .peer-checked\:font-semibold {
    font-weight: 600;
}

.peer:checked ~ .peer-checked\:text-secondary-400 {
    --tw-text-opacity: 1;
    color: rgb(0 104 169 / var(--tw-text-opacity));
}

.peer:active ~ .peer-active\: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));
}

.data-\[state\=opened\]\:visible[data-state=opened] {
    visibility: visible;
}

.data-\[scrolling\=false\]\:fixed[data-scrolling=false] {
    position: fixed;
}

.data-\[active\=true\]\:border-0[data-active=true] {
    border-width: 0px;
}

.data-\[scrolling\=false\]\:border-b-0[data-scrolling=false] {
    border-bottom-width: 0px;
}

.data-\[active\=true\]\:border-secondary-400[data-active=true] {
    --tw-border-opacity: 1;
    border-color: rgb(0 104 169 / var(--tw-border-opacity));
}

.data-\[active\=true\]\:bg-\[\#E2000A\][data-active=true] {
    --tw-bg-opacity: 1;
    background-color: rgb(226 0 10 / var(--tw-bg-opacity));
}

.data-\[active\]\:bg-\[\#D4E8FF\][data-active] {
    --tw-bg-opacity: 1;
    background-color: rgb(212 232 255 / var(--tw-bg-opacity));
}

.data-\[scrolling\=false\]\:bg-transparent[data-scrolling=false] {
    background-color: transparent;
}

.data-\[active\=true\]\:font-semibold[data-active=true] {
    font-weight: 600;
}

.data-\[active\=true\]\:text-secondary-400[data-active=true] {
    --tw-text-opacity: 1;
    color: rgb(0 104 169 / var(--tw-text-opacity));
}

.data-\[active\=true\]\:text-surface-900[data-active=true] {
    --tw-text-opacity: 1;
    color: rgb(19 41 76 / var(--tw-text-opacity));
}

.group[data-active=true] .group-data-\[active\=true\]\:\!block {
    display: block !important;
}

.group[data-active=true] .group-data-\[active\=true\]\:hidden {
    display: none;
}

.group[data-scrolling=false] .group-data-\[scrolling\=false\]\:hidden {
    display: none;
}

.group[data-state=closed] .group-data-\[state\=closed\]\:hidden {
    display: none;
}

.group[data-state=opened] .group-data-\[state\=opened\]\:hidden {
    display: none;
}

.group[data-active=true] .group-data-\[active\=true\]\: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));
}

.group[data-scrolling=false] .group-data-\[scrolling\=false\]\:bg-surface-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(252 253 255 / var(--tw-bg-opacity));
}

.group[data-active=true] .group-data-\[active\=true\]\:font-bold {
    font-weight: 700;
}

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

    .max-tablet\:grow {
        flex-grow: 1;
    }

    .max-tablet\:flex-col {
        flex-direction: column;
    }

    .max-tablet\:justify-center {
        justify-content: center;
    }

    .max-tablet\:text-center {
        text-align: center;
    }

    .max-tablet\:uppercase {
        text-transform: uppercase;
    }
}

@media (min-width: 640px) {
    .sm\:col-span-1 {
        grid-column: span 1 / span 1;
    }

    .sm\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .sm\:mt-0 {
        margin-top: 0px;
    }

    .sm\:block {
        display: block;
    }

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

    .sm\:h-auto {
        height: auto;
    }

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

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

    .sm\:px-3\.5 {
        padding-left: 0.875rem;
        padding-right: 0.875rem;
    }

    .sm\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .sm\:py-3\.5 {
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
    }

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

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

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

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

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

    .sm\:italic {
        font-style: italic;
    }
}

@media (min-width: 768px) {
    .md\:w-1\/2 {
        width: 50%;
    }

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

    .tablet\:fixed {
        position: fixed;
    }

    .tablet\:absolute {
        position: absolute;
    }

    .tablet\:relative {
        position: relative;
    }

    .tablet\:inset-0 {
        inset: 0px;
    }

    .tablet\:-bottom-\[4rem\] {
        bottom: -4rem;
    }

    .tablet\:-left-22 {
        left: -5.5rem;
    }

    .tablet\:-left-44 {
        left: -11rem;
    }

    .tablet\:-left-48 {
        left: -12rem;
    }

    .tablet\:-left-52 {
        left: -13rem;
    }

    .tablet\:-left-56 {
        left: -14rem;
    }

    .tablet\:-left-80 {
        left: -20rem;
    }

    .tablet\:-right-20 {
        right: -5rem;
    }

    .tablet\:-right-36 {
        right: -9rem;
    }

    .tablet\:-right-52 {
        right: -13rem;
    }

    .tablet\:-right-64 {
        right: -16rem;
    }

    .tablet\:-right-96 {
        right: -24rem;
    }

    .tablet\:-right-\[3\.25rem\] {
        right: -3.25rem;
    }

    .tablet\:-right-\[352px\] {
        right: -352px;
    }

    .tablet\:-right-\[4rem\] {
        right: -4rem;
    }

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

    .tablet\:-top-20 {
        top: -5rem;
    }

    .tablet\:-top-24 {
        top: -6rem;
    }

    .tablet\:-top-44 {
        top: -11rem;
    }

    .tablet\:-top-\[2\.2rem\] {
        top: -2.2rem;
    }

    .tablet\:bottom-0 {
        bottom: 0px;
    }

    .tablet\:bottom-2 {
        bottom: 0.5rem;
    }

    .tablet\:bottom-6 {
        bottom: 1.5rem;
    }

    .tablet\:bottom-full {
        bottom: 100%;
    }

    .tablet\:left-10 {
        left: 2.5rem;
    }

    .tablet\:left-6 {
        left: 1.5rem;
    }

    .tablet\:left-\[1\.25rem\] {
        left: 1.25rem;
    }

    .tablet\:left-\[1\.6rem\] {
        left: 1.6rem;
    }

    .tablet\:left-\[15\.25rem\] {
        left: 15.25rem;
    }

    .tablet\:right-5 {
        right: 1.25rem;
    }

    .tablet\:top-0 {
        top: 0px;
    }

    .tablet\:top-22 {
        top: 5.5rem;
    }

    .tablet\:top-5 {
        top: 1.25rem;
    }

    .tablet\:top-96 {
        top: 24rem;
    }

    .tablet\:top-\[-6rem\] {
        top: -6rem;
    }

    .tablet\:top-\[2\.5rem\] {
        top: 2.5rem;
    }

    .tablet\:top-\[20\%\] {
        top: 20%;
    }

    .tablet\:top-\[29px\] {
        top: 29px;
    }

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

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

    .tablet\:top-\[calc\(50\%\+130px\)\] {
        top: calc(50% + 130px);
    }

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

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

    .tablet\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .tablet\:col-start-1 {
        grid-column-start: 1;
    }

    .tablet\:col-start-2 {
        grid-column-start: 2;
    }

    .tablet\:row-start-1 {
        grid-row-start: 1;
    }

    .tablet\:row-start-2 {
        grid-row-start: 2;
    }

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

    .tablet\:mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .tablet\:mx-1 {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }

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

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

    .tablet\:my-12 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

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

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

    .tablet\:\!mt-0 {
        margin-top: 0px !important;
    }

    .tablet\:-mt-10 {
        margin-top: -2.5rem;
    }

    .tablet\:-mt-24 {
        margin-top: -6rem;
    }

    .tablet\:-mt-\[4\.5rem\] {
        margin-top: -4.5rem;
    }

    .tablet\:-mt-\[7\.4rem\] {
        margin-top: -7.4rem;
    }

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

    .tablet\:mb-10 {
        margin-bottom: 2.5rem;
    }

    .tablet\:mb-11 {
        margin-bottom: 2.75rem;
    }

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

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

    .tablet\:mb-24 {
        margin-bottom: 6rem;
    }

    .tablet\:mb-3 {
        margin-bottom: 0.75rem;
    }

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

    .tablet\:mb-5 {
        margin-bottom: 1.25rem;
    }

    .tablet\:mb-6 {
        margin-bottom: 1.5rem;
    }

    .tablet\:mb-7 {
        margin-bottom: 1.75rem;
    }

    .tablet\:mb-8 {
        margin-bottom: 2rem;
    }

    .tablet\:mb-9 {
        margin-bottom: 2.25rem;
    }

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

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

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

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

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

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

    .tablet\:ml-0 {
        margin-left: 0px;
    }

    .tablet\:ml-40 {
        margin-left: 10rem;
    }

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

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

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

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

    .tablet\:mr-5 {
        margin-right: 1.25rem;
    }

    .tablet\:mt-0 {
        margin-top: 0px;
    }

    .tablet\:mt-10 {
        margin-top: 2.5rem;
    }

    .tablet\:mt-14 {
        margin-top: 3.5rem;
    }

    .tablet\:mt-20 {
        margin-top: 5rem;
    }

    .tablet\:mt-24 {
        margin-top: 6rem;
    }

    .tablet\:mt-3 {
        margin-top: 0.75rem;
    }

    .tablet\:mt-4 {
        margin-top: 1rem;
    }

    .tablet\:mt-40 {
        margin-top: 10rem;
    }

    .tablet\:mt-5 {
        margin-top: 1.25rem;
    }

    .tablet\:mt-6 {
        margin-top: 1.5rem;
    }

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

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

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

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

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

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

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

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

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

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

    .tablet\:block {
        display: block;
    }

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

    .tablet\:flex {
        display: flex;
    }

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

    .tablet\:grid {
        display: grid;
    }

    .tablet\:hidden {
        display: none;
    }

    .tablet\:h-11 {
        height: 2.75rem;
    }

    .tablet\:h-20 {
        height: 5rem;
    }

    .tablet\:h-22 {
        height: 5.5rem;
    }

    .tablet\:h-32 {
        height: 8rem;
    }

    .tablet\:h-36 {
        height: 9rem;
    }

    .tablet\:h-4 {
        height: 1rem;
    }

    .tablet\:h-40 {
        height: 10rem;
    }

    .tablet\:h-6 {
        height: 1.5rem;
    }

    .tablet\:h-64 {
        height: 16rem;
    }

    .tablet\:h-72 {
        height: 18rem;
    }

    .tablet\:h-8 {
        height: 2rem;
    }

    .tablet\:h-80 {
        height: 20rem;
    }

    .tablet\:h-96 {
        height: 24rem;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .tablet\:h-\[calc\(100vh-88px\)\] {
        height: calc(100vh - 88px);
    }

    .tablet\:h-auto {
        height: auto;
    }

    .tablet\:max-h-20 {
        max-height: 5rem;
    }

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

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

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

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

    .tablet\:min-h-full {
        min-height: 100%;
    }

    .tablet\:\!w-8 {
        width: 2rem !important;
    }

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

    .tablet\:w-11 {
        width: 2.75rem;
    }

    .tablet\:w-16 {
        width: 4rem;
    }

    .tablet\:w-2\/12 {
        width: 16.666667%;
    }

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

    .tablet\:w-20 {
        width: 5rem;
    }

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

    .tablet\:w-32 {
        width: 8rem;
    }

    .tablet\:w-36 {
        width: 9rem;
    }

    .tablet\:w-4 {
        width: 1rem;
    }

    .tablet\:w-40 {
        width: 10rem;
    }

    .tablet\:w-48 {
        width: 12rem;
    }

    .tablet\:w-5\/12 {
        width: 41.666667%;
    }

    .tablet\:w-50 {
        width: 12.5rem;
    }

    .tablet\:w-52 {
        width: 13rem;
    }

    .tablet\:w-56 {
        width: 14rem;
    }

    .tablet\:w-6 {
        width: 1.5rem;
    }

    .tablet\:w-6\/12 {
        width: 50%;
    }

    .tablet\:w-7\/12 {
        width: 58.333333%;
    }

    .tablet\:w-72 {
        width: 18rem;
    }

    .tablet\:w-8 {
        width: 2rem;
    }

    .tablet\:w-80 {
        width: 20rem;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .tablet\:w-auto {
        width: auto;
    }

    .tablet\:w-full {
        width: 100%;
    }

    .tablet\:min-w-60 {
        min-width: 15rem;
    }

    .tablet\:max-w-20 {
        max-width: 5rem;
    }

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

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

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

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

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

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

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

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

    .tablet\:max-w-full {
        max-width: 100%;
    }

    .tablet\:max-w-xl {
        max-width: 36rem;
    }

    .tablet\:max-w-60 {
        max-width: 15rem;
    }

    .tablet\:max-w-64 {
        max-width: 16rem;
    }

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

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

    .tablet\:-translate-y-20 {
        --tw-translate-y: -5rem;
        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));
    }

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

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

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

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

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

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

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

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

    .tablet\:flex-col-reverse {
        flex-direction: column-reverse;
    }

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

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

    .tablet\:items-center {
        align-items: center;
    }
    
    .tablet\:items-stretch {
        align-items: stretch;
    }

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

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

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

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

    .tablet\:gap-10 {
        gap: 2.5rem;
    }

    .tablet\:gap-12 {
        gap: 3rem;
    }

    .tablet\:gap-16 {
        gap: 4rem;
    }

    .tablet\:gap-2 {
        gap: 0.5rem;
    }

    .tablet\:gap-20 {
        gap: 5rem;
    }

    .tablet\:gap-3 {
        gap: 0.75rem;
    }

    .tablet\:gap-4 {
        gap: 1rem;
    }

    .tablet\:gap-5 {
        gap: 1.25rem;
    }

    .tablet\:gap-6 {
        gap: 1.5rem;
    }

    .tablet\:gap-8 {
        gap: 2rem;
    }

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

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

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

    .tablet\:gap-\[83px\] {
        gap: 83px;
    }

    .tablet\:gap-x-10 {
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
    }

    .tablet\:gap-x-14 {
        -moz-column-gap: 3.5rem;
        column-gap: 3.5rem;
    }

    .tablet\:gap-x-20 {
        -moz-column-gap: 5rem;
        column-gap: 5rem;
    }

    .tablet\:gap-x-22 {
        -moz-column-gap: 5.5rem;
        column-gap: 5.5rem;
    }

    .tablet\:gap-x-3 {
        -moz-column-gap: 0.75rem;
        column-gap: 0.75rem;
    }

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

    .tablet\:gap-x-5 {
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }

    .tablet\:gap-x-6 {
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
    }

    .tablet\:gap-x-8 {
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }

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

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

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

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

    .tablet\:gap-y-6 {
        row-gap: 1.5rem;
    }

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

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

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

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

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

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

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

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

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

    .tablet\:whitespace-normal {
        white-space: normal;
    }

    .tablet\:border-0 {
        border-width: 0px;
    }

    .tablet\:border-r {
        border-right-width: 1px;
    }

    .tablet\:border-r-0 {
        border-right-width: 0px;
    }

    .tablet\:border-t-0 {
        border-top-width: 0px;
    }

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

    .tablet\:bg-\[url\(\'\.\.\/assets\/images\/job_details\/career_new\.svg\'\)\] {
        background-image: url('/resources/assets/images/job_details/career_new.svg');
    }

    .tablet\:bg-\[length\:520px_780px\] {
        background-size: 520px 780px;
    }

    .tablet\:p-3 {
        padding: 0.75rem;
    }

    .tablet\:p-8 {
        padding: 2rem;
    }

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

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

    .tablet\:px-14 {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }

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

    .tablet\:px-3\.5 {
        padding-left: 0.875rem;
        padding-right: 0.875rem;
    }

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

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

    .tablet\:px-7 {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }

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

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

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

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

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

    .tablet\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .tablet\:py-14 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .tablet\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

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

    .tablet\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .tablet\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .tablet\:py-3\.5 {
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
    }
    
    .tablet\:py-3\.5-important {
        padding-top: 0.875rem !important;
        padding-bottom: 0.875rem !important;
    }

    .tablet\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

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

    .tablet\:py-7 {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }

    .tablet\:py-9 {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }

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

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

    .tablet\:pb-0 {
        padding-bottom: 0px;
    }

    .tablet\:pb-11 {
        padding-bottom: 2.75rem;
    }

    .tablet\:pb-14 {
        padding-bottom: 3.5rem;
    }

    .tablet\:pb-20 {
        padding-bottom: 5rem;
    }

    .tablet\:pb-24 {
        padding-bottom: 6rem;
    }

    .tablet\:pb-28 {
        padding-bottom: 7rem;
    }

    .tablet\:pb-5 {
        padding-bottom: 1.25rem;
    }

    .tablet\:pb-8 {
        padding-bottom: 2rem;
    }

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

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

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

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

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

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

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

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

    .tablet\:pl-0 {
        padding-left: 0px;
    }

    .tablet\:pl-14 {
        padding-left: 3.5rem;
    }

    .tablet\:pl-4 {
        padding-left: 1rem;
    }

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

    .tablet\:pl-8 {
        padding-left: 2rem;
    }

    .tablet\:pl-9 {
        padding-left: 2.25rem;
    }

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

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

    .tablet\:pr-0 {
        padding-right: 0px;
    }

    .tablet\:pr-4 {
        padding-right: 1rem;
    }

    .tablet\:pr-5 {
        padding-right: 1.25rem;
    }

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

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

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

    .tablet\:pt-12 {
        padding-top: 3rem;
    }

    .tablet\:pt-14 {
        padding-top: 3.5rem;
    }

    .tablet\:pt-2 {
        padding-top: 0.5rem;
    }

    .tablet\:pt-20 {
        padding-top: 5rem;
    }

    .tablet\:pt-24 {
        padding-top: 6rem;
    }

    .tablet\:pt-28 {
        padding-top: 7rem;
    }

    .tablet\:pt-32 {
        padding-top: 8rem;
    }

    .tablet\:pt-4 {
        padding-top: 1rem;
    }

    .tablet\:pt-8 {
        padding-top: 2rem;
    }

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

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

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

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

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

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

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

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

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

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

    .tablet\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .tablet\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    
    .tablet\:text-lg-important {
        font-size: 1.125rem !important;
        line-height: 1.75rem !important;
    }

    .tablet\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

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

    .tablet\:text-xs {
        font-size: 0.75rem;
        line-height: 1rem;
    }

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

    .tablet\:font-semibold {
        font-weight: 600;
    }

    .tablet\:uppercase {
        text-transform: uppercase;
    }

    .tablet\:italic {
        font-style: italic;
    }

    .tablet\:leading-10 {
        line-height: 2.5rem;
    }

    .tablet\:leading-6 {
        line-height: 1.5rem;
    }

    .tablet\:leading-\[21\.6px\] {
        line-height: 21.6px;
    }

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

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

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

    .tablet\:leading-\[5rem\] {
        line-height: 5rem;
    }

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

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

    .tablet\:leading-loose {
        line-height: 2;
    }

    .tablet\:leading-snug {
        line-height: 1.375;
    }

    .tablet\:tracking-\[0\.04em\] {
        letter-spacing: 0.04em;
    }

    .tablet\:tracking-\[0\.04rem\] {
        letter-spacing: 0.04rem;
    }

    .tablet\:text-\[\#202327\] {
        --tw-text-opacity: 1;
        color: rgb(32 35 39 / var(--tw-text-opacity));
    }

    .tablet\:text-surface-50 {
        --tw-text-opacity: 1;
        color: rgb(252 253 255 / var(--tw-text-opacity));
    }

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

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

    .tablet\:before\:-left-20::before {
        content: var(--tw-content);
        left: -5rem;
    }

    .tablet\:before\:-top-3::before {
        content: var(--tw-content);
        top: -0.75rem;
    }

    .tablet\:before\:bottom-0::before {
        content: var(--tw-content);
        bottom: 0px;
    }

    .tablet\:before\:top-0::before {
        content: var(--tw-content);
        top: 0px;
    }

    .tablet\:before\:top-5::before {
        content: var(--tw-content);
        top: 1.25rem;
    }

    .tablet\:before\:block::before {
        content: var(--tw-content);
        display: block;
    }

    .tablet\:before\:h-20::before {
        content: var(--tw-content);
        height: 5rem;
    }

    .tablet\:before\:h-\[11px\]::before {
        content: var(--tw-content);
        height: 11px;
    }

    .tablet\:before\:h-\[21px\]::before {
        content: var(--tw-content);
        height: 21px;
    }

    .tablet\:before\:w-20::before {
        content: var(--tw-content);
        width: 5rem;
    }

    .tablet\:before\:w-\[11px\]::before {
        content: var(--tw-content);
        width: 11px;
    }

    .tablet\:before\:w-\[120px\]::before {
        content: var(--tw-content);
        width: 120px;
    }

    .tablet\:before\:w-\[21px\]::before {
        content: var(--tw-content);
        width: 21px;
    }

    .tablet\:before\:border-b-0::before {
        content: var(--tw-content);
        border-bottom-width: 0px;
    }

    .tablet\:before\:bg-\[url\(\'\.\.\/assets\/images\/business\/Shadow\.png\'\)\]::before {
        content: var(--tw-content);
        background-image: url('/resources/assets/images/business/Shadow.png');
    }

    .tablet\:before\:bg-\[url\(\'\.\.\/assets\/images\/business\/tongquan\/bgphattrien1\.png\'\)\]::before {
        content: var(--tw-content);
        background-image: url('/resources/assets/images/business/tongquan/bgphattrien1.png');
    }

    .tablet\:before\:bg-top::before {
        content: var(--tw-content);
        background-position: top;
    }

    .tablet\:after\:-right-40::after {
        content: var(--tw-content);
        right: -10rem;
    }

    .tablet\:after\:top-5::after {
        content: var(--tw-content);
        top: 1.25rem;
    }

    .tablet\:after\:h-11::after {
        content: var(--tw-content);
        height: 2.75rem;
    }

    .tablet\:after\:h-\[190px\]::after {
        content: var(--tw-content);
        height: 190px;
    }

    .tablet\:after\:w-40::after {
        content: var(--tw-content);
        width: 10rem;
    }

    .tablet\:last\:border-0:last-child {
        border-width: 0px;
    }

    .last\:tablet\:border-r-0:last-child {
        border-right-width: 0px;
    }

    .tablet\:odd\:flex-row-reverse:nth-child(odd) {
        flex-direction: row-reverse;
    }

    .tablet\:hover\:-translate-y-2:hover {
        --tw-translate-y: -0.5rem;
        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:nth-child(odd) .tablet\:group-odd\:border-r-0 {
        border-right-width: 0px;
    }

    .group:nth-child(even) .tablet\:group-even\:border-l-0 {
        border-left-width: 0px;
    }

    .tablet\:data-\[scrolling\=false\]\:fixed[data-scrolling=false] {
        position: fixed;
    }

    .tablet\:data-\[scrolling\=false\]\:bg-transparent[data-scrolling=false] {
        background-color: transparent;
    }

    .tablet\:data-\[active\=true\]\:text-surface-50[data-active=true] {
        --tw-text-opacity: 1;
        color: rgb(252 253 255 / var(--tw-text-opacity));
    }

    .group\/header[data-scrolling=false] .tablet\:group-data-\[scrolling\=false\]\/header\:hidden {
        display: none;
    }

    .group\/header[data-scrolling=false] .tablet\:group-data-\[scrolling\=false\]\/header\:bg-surface-50 {
        --tw-bg-opacity: 1;
        background-color: rgb(252 253 255 / var(--tw-bg-opacity));
    }

    .group\/header[data-scrolling=false] .tablet\:group-data-\[scrolling\=false\]\/header\:pr-5 {
        padding-right: 1.25rem;
    }
}

@media (min-width: 769px) {
    .min-\[769px\]\:top-36 {
        top: 9rem;
    }
}

@media (min-width: 1025px) {
    .min-\[1025px\]\:-left-16 {
        left: -4rem;
    }
}

@media (min-width: 1520px) {
    .min-\[1520px\]\:-left-32 {
        left: -8rem;
    }

    .min-\[1520px\]\:-top-20 {
        top: -5rem;
    }
}

.hover\:bg-aliceblue:hover {
    background-color: rgb(240 248 255 / 1);
}

.update_content {
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: aliceblue;
	margin: 10px;
}

@media (max-width: 768px) {
    .text-sm-mb {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

.box-shadow-none-important {
	box-shadow: none !important;
}

.shareholder-info-details[open] {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}

.shareholder-info-details[open]:first-of-type {
  border-top: none;
}

.shareholder-info-details[open]:last-of-type {
  border-bottom: none;
}

.shareholder-info-details summary {
	cursor: pointer;
}

.shareholder-info-not-found {
	display: flex; flex-direction: column; justify-content: center; align-items: center;
}

.shareholder-info-not-found img {
	width: 40%;
	max-width: 400px;
}

.shareholder-info-not-found h4 {
	font-family: 'SVN-Blog Script';
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	text-align: center; 
	color: #0068A9;
	text-transform: uppercase;
}

.shareholder-info-not-found p {
	font-family: 'Inter Tight';
	font-style: normal;
	font-weight: 500;
	font-size: 1rem;
	text-align: center;
	letter-spacing: 0.04em;
	color: #6B767F;
}

.shareholder-info-title span:nth-of-type(2) {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.shareholder-relation-title span:nth-of-type(2) {
	font-size: 1.875rem;
    line-height: 2.25rem;
}

@media (min-width: 768px) {
	.shareholder-info-title span:nth-of-type(2) {
    	font-size: 80px;
	}
	.shareholder-relation-title span:nth-of-type(2) {
		font-size: 80px;
	}
}

.btn_buy_now_fix_font_size {
    font-size: 11px !important;
}

@media (min-width: 768px) {
	.btn_buy_now_fix_font_size {
        font-size: 1rem !important;
    }
}

.view-product-packing {
	/* max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; */
	 
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.fix-nav {
	display: none;
}

@media (min-width: 1280px) {
	.fix-nav {
		display: block;
	}
}

@media (min-width: 768px) {
	.btn_large.homepage-btn-apply-now-fix {
    	min-width: 202px;
	}
}

.homepage-product-news-background-fix::after {
    background-size: auto 50%;
}

.sp-chi-tiet-other-product-name,
.sp-nganh-hang-mui-huong-product-name {
    height: 32px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

@media (min-width: 768px) {
	.sp-chi-tiet-other-product-name,
	.sp-nganh-hang-mui-huong-product-name {
		height: 56px;
	}
}

.triple-quote-2 {
    position: relative;
    display: inline-block;
}

.triple-quote-2::after {
    position: absolute;
    top: -1rem;
    right: -1rem;
    display: inline-block;
    height: 1rem;
    width: 1rem;
    background-image: url('/resources/assets/images/triple-quote.png');
    background-size: contain;
    background-repeat: no-repeat;
    --tw-content: '';
    content: var(--tw-content);
    display: none;
}

@media (min-width: 768px) {
    .triple-quote-2::after {
        top: -1rem;
	    right: -2rem;
	    height: 1.5rem;
	    content: var(--tw-content);
	    width: 1.5rem;
	    display: block;
    }
}

@media (min-width: 1000) {
    .triple-quote-2::after {
        right: -2rem;
    }
}