/*
! tailwindcss v3.2.7 | 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.
*/

html {
    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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /* 4 */
    font-feature-settings: normal;
    /* 5 */
}

/*
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 */
    transition: opacity 0.3s ease;
}

/* 添加图片预加载，避免切换语言时图片加载延迟 */
body::after {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    content: url("../statics/images/CN-icon.png") url("../statics/images/EN-icon.png");
}

/*
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. 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-size: 1em;
    /* 2 */
}

/*
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-size: 100%;
    /* 1 */
    font-weight: inherit;
    /* 1 */
    line-height: 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,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
    /* 1 */
    background-color: transparent;
    /* 2 */
    background-image: none;
    /* 2 */
}

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

:-moz-focusring {
    outline: auto;
}

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

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

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

progress {
    vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
    display: list-item;
}

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

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

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

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

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

[type='text'],
[type='email'],
[type='url'],
[type='password'],
[type='number'],
[type='date'],
[type='datetime-local'],
[type='month'],
[type='search'],
[type='tel'],
[type='time'],
[type='week'],
[multiple],
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #6B7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
}

[type='text']:focus,
[type='email']:focus,
[type='url']:focus,
[type='password']:focus,
[type='number']:focus,
[type='date']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='week']:focus,
[multiple]:focus,
textarea:focus,
select:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #1C64F2;
    --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-color: #1C64F2;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #6B7280;
    opacity: 1;
}

input::placeholder,
textarea::placeholder {
    color: #6B7280;
    opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
}

::-webkit-date-and-time-value {
    min-height: 1.5em;
}

select:not([size]) {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}

[multiple] {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    -webkit-print-color-adjust: unset;
    print-color-adjust: unset;
}

[type='checkbox'],
[type='radio'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #1C64F2;
    background-color: #fff;
    border-color: #6B7280;
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
    border-radius: 0px;
}

[type='radio'] {
    border-radius: 100%;
}

[type='checkbox']:focus,
[type='radio']:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #1C64F2;
    --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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,
[type='radio']:checked,
.dark [type='checkbox']:checked,
.dark [type='radio']:checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

[type='checkbox']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,
[type='checkbox']:indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
}

[type='file'] {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
}

[type='file']:focus {
    outline: 1px auto inherit;
}

input[type=file]::file-selector-button {
    color: white;
    background: #1F2937;
    border: 0;
    font-weight: 500;
    font-size: 0.875rem;
    cursor: pointer;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 2rem;
    padding-right: 1rem;
    -webkit-margin-start: -1rem;
    margin-inline-start: -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
}

input[type=file]::file-selector-button:hover {
    background: #374151;
}

.dark input[type=file]::file-selector-button {
    color: white;
    background: #4B5563;
}

.dark input[type=file]::file-selector-button:hover {
    background: #6B7280;
}

input[type="range"]::-webkit-slider-thumb {
    height: 1.25rem;
    width: 1.25rem;
    background: #1C64F2;
    border-radius: 9999px;
    border: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

input[type="range"]:disabled::-webkit-slider-thumb {
    background: #9CA3AF;
}

.dark input[type="range"]:disabled::-webkit-slider-thumb {
    background: #6B7280;
}

input[type="range"]:focus::-webkit-slider-thumb {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --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(4px + 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);
    --tw-ring-opacity: 1px;
    --tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity));
}

input[type="range"]::-moz-range-thumb {
    height: 1.25rem;
    width: 1.25rem;
    background: #1C64F2;
    border-radius: 9999px;
    border: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

input[type="range"]:disabled::-moz-range-thumb {
    background: #9CA3AF;
}

.dark input[type="range"]:disabled::-moz-range-thumb {
    background: #6B7280;
}

input[type="range"]::-moz-range-progress {
    background: #3F83F8;
}

input[type="range"]::-ms-fill-lower {
    background: #3F83F8;
}

.toggle-bg:after {
    content: "";
    position: absolute;
    top: 0.125rem;
    left: 0.125rem;
    background: white;
    border-color: #D1D5DB;
    border-width: 1px;
    border-radius: 9999px;
    height: 1.25rem;
    width: 1.25rem;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-duration: .15s;
    box-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}

input:checked+.toggle-bg:after {
    transform: translateX(100%);
    ;
    border-color: white;
}

input:checked+.toggle-bg {
    background: #1C64F2;
    border-color: #1C64F2;
}

.tooltip-arrow,
.tooltip-arrow:before {
    position: absolute;
    width: 8px;
    height: 8px;
    background: inherit;
}

.tooltip-arrow {
    visibility: hidden;
}

.tooltip-arrow:before {
    content: "";
    visibility: visible;
    transform: rotate(45deg);
}

[data-tooltip-style^='light']+.tooltip>.tooltip-arrow:before {
    border-style: solid;
    border-color: #e5e7eb;
}

[data-tooltip-style^='light']+.tooltip[data-popper-placement^='top']>.tooltip-arrow:before {
    border-bottom-width: 1px;
    border-right-width: 1px;
}

[data-tooltip-style^='light']+.tooltip[data-popper-placement^='right']>.tooltip-arrow:before {
    border-bottom-width: 1px;
    border-left-width: 1px;
}

[data-tooltip-style^='light']+.tooltip[data-popper-placement^='bottom']>.tooltip-arrow:before {
    border-top-width: 1px;
    border-left-width: 1px;
}

[data-tooltip-style^='light']+.tooltip[data-popper-placement^='left']>.tooltip-arrow:before {
    border-top-width: 1px;
    border-right-width: 1px;
}

.tooltip[data-popper-placement^='top']>.tooltip-arrow {
    bottom: -4px;
}

.tooltip[data-popper-placement^='bottom']>.tooltip-arrow {
    top: -4px;
}

.tooltip[data-popper-placement^='left']>.tooltip-arrow {
    right: -4px;
}

.tooltip[data-popper-placement^='right']>.tooltip-arrow {
    left: -4px;
}

.tooltip.invisible>.tooltip-arrow:before {
    visibility: hidden;
}

[data-popper-arrow],
[data-popper-arrow]:before {
    position: absolute;
    width: 8px;
    height: 8px;
    background: inherit;
}

[data-popper-arrow] {
    visibility: hidden;
}

[data-popper-arrow]:before {
    content: "";
    visibility: visible;
    transform: rotate(45deg);
}

[data-popper-arrow]:after {
    content: "";
    visibility: visible;
    transform: rotate(45deg);
    position: absolute;
    width: 9px;
    height: 9px;
    background: inherit;
}

[role="tooltip"]>[data-popper-arrow]:before {
    border-style: solid;
    border-color: #e5e7eb;
}

.dark [role="tooltip"]>[data-popper-arrow]:before {
    border-style: solid;
    border-color: #4b5563;
}

[role="tooltip"]>[data-popper-arrow]:after {
    border-style: solid;
    border-color: #e5e7eb;
}

.dark [role="tooltip"]>[data-popper-arrow]:after {
    border-style: solid;
    border-color: #4b5563;
}

[data-popover][role="tooltip"][data-popper-placement^='top']>[data-popper-arrow]:before {
    border-bottom-width: 1px;
    border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='top']>[data-popper-arrow]:after {
    border-bottom-width: 1px;
    border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='right']>[data-popper-arrow]:before {
    border-bottom-width: 1px;
    border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='right']>[data-popper-arrow]:after {
    border-bottom-width: 1px;
    border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom']>[data-popper-arrow]:before {
    border-top-width: 1px;
    border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom']>[data-popper-arrow]:after {
    border-top-width: 1px;
    border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='left']>[data-popper-arrow]:before {
    border-top-width: 1px;
    border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='left']>[data-popper-arrow]:after {
    border-top-width: 1px;
    border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='top']>[data-popper-arrow] {
    bottom: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom']>[data-popper-arrow] {
    top: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='left']>[data-popper-arrow] {
    right: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='right']>[data-popper-arrow] {
    left: -5px;
}

[role="tooltip"].invisible>[data-popper-arrow]:before {
    visibility: hidden;
}

[role="tooltip"].invisible>[data-popper-arrow]:after {
    visibility: hidden;
}

[type='text'],
[type='email'],
[type='url'],
[type='password'],
[type='number'],
[type='date'],
[type='datetime-local'],
[type='month'],
[type='search'],
[type='tel'],
[type='time'],
[type='week'],
[multiple],
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #6B7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
}

[type='text']:focus,
[type='email']:focus,
[type='url']:focus,
[type='password']:focus,
[type='number']:focus,
[type='date']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='week']:focus,
[multiple]:focus,
textarea:focus,
select:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #1C64F2;
    --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-color: #1C64F2;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #6B7280;
    opacity: 1;
}

input::placeholder,
textarea::placeholder {
    color: #6B7280;
    opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
}

::-webkit-date-and-time-value {
    min-height: 1.5em;
}

::-webkit-datetime-edit,
::-webkit-datetime-edit-year-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute-field,
::-webkit-datetime-edit-second-field,
::-webkit-datetime-edit-millisecond-field,
::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
}

select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}

[multiple] {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    -webkit-print-color-adjust: unset;
    print-color-adjust: unset;
}

[type='checkbox'],
[type='radio'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #1C64F2;
    background-color: #fff;
    border-color: #6B7280;
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
    border-radius: 0px;
}

[type='radio'] {
    border-radius: 100%;
}

[type='checkbox']:focus,
[type='radio']:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #1C64F2;
    --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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,
[type='radio']:checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

[type='checkbox']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,
[type='checkbox']:checked:focus,
[type='radio']:checked:hover,
[type='radio']:checked:focus {
    border-color: transparent;
    background-color: currentColor;
}

[type='checkbox']:indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,
[type='checkbox']:indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
}

[type='file'] {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
}

[type='file']:focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
}

*,
::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-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(63 131 248 / 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: ;
}

::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-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(63 131 248 / 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: ;
}

.container {
    width: 100%;
}

@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}

@media (min-width: 1120px) {
    .container {
        max-width: 1120px;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }
}

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

.collapse {
    visibility: collapse;
}

.static {
    position: static;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.sticky {
    position: sticky;
}

.inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

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

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

.bottom-0 {
    bottom: 0px;
}

.bottom-2 {
    bottom: 0.5rem;
}

.bottom-8 {
    bottom: 2rem;
}

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

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

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

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

.left-0 {
    left: 0px;
}

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

.left-14 {
    left: 3.5rem;
}

.left-3 {
    left: 0.75rem;
}

.left-4 {
    left: 1rem;
}

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

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

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

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

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

.right-0 {
    right: 0px;
}

.right-10 {
    right: 2.5rem;
}

.right-14 {
    right: 3.5rem;
}

.right-2 {
    right: 0.5rem;
}

.right-4 {
    right: 1rem;
}

.right-5 {
    right: 1.25rem;
}

.top-0 {
    top: 0px;
}

.top-1 {
    top: 0.25rem;
}

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

.top-10 {
    top: 2.5rem;
}

.top-2 {
    top: 0.5rem;
}

.top-4 {
    top: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-right {
    float: right;
}

.m-3 {
    margin: 0.75rem;
}

.m-8 {
    margin: 2rem;
}

.mx-0 {
    margin-left: 0px;
    margin-right: 0px;
}

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

.mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

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

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

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

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

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

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

.my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
}

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

.my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

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

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

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

.-mt-px {
    margin-top: -1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-0 {
    margin-left: 0px;
}

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

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

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

.ml-28 {
    margin-left: 7rem;
}

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

.ml-5 {
    margin-left: 1.25rem;
}

.ml-6 {
    margin-left: 1.5rem;
}

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

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

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

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

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

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

.mr-0 {
    margin-right: 0px;
}

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

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

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

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

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

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

.mr-\[1rem\] {
    margin-right: 1rem;
}

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

.mr-auto {
    margin-right: auto;
}

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

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

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

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

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

.mt-14 {
    margin-top: 3.5rem;
}

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

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

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

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

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

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

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

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

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

.mt-9 {
    margin-top: 2.25rem;
}

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

/* .mt-\[106px\] {
    margin-top: 106px;
} */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
    display: block;
}

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

.inline {
    display: inline;
}

.flex {
    display: flex;
}

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

.table {
    display: table;
}

.table-cell {
    display: table-cell;
}

.table-row {
    display: table-row;
}

.grid {
    display: grid;
}

.contents {
    display: contents;
}

.hidden {
    display: none;
}

.h-1 {
    height: 0.25rem;
}

.h-10 {
    height: 2.5rem;
}

.h-14 {
    height: 3.5rem;
}

.h-16 {
    height: 4rem;
}

.h-2 {
    height: 0.5rem;
}

.h-2\.5 {
    height: 0.625rem;
}

.h-3 {
    height: 0.75rem;
}

.h-3\.5 {
    height: 0.875rem;
}

.h-4 {
    height: 1rem;
}

.h-5 {
    height: 1.25rem;
}

.h-56 {
    height: 14rem;
}

.h-6 {
    height: 1.5rem;
}

.h-7 {
    height: 1.75rem;
}

.h-8 {
    height: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[calc\(100\%-3\.5rem\)\] {
    height: calc(100% - 3.5rem);
}

.h-auto {
    height: auto;
}

.h-full {
    height: 100%;
}

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

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

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

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

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

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

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

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

.max-h-full {
    max-height: 100%;
}

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

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

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

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

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

.min-h-\[calc\(100\%-3\.5rem\)\] {
    min-height: calc(100% - 3.5rem);
}

.min-h-screen {
    min-height: 100vh;
}

.w-1 {
    width: 0.25rem;
}

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

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

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

.w-10 {
    width: 2.5rem;
}

.w-16 {
    width: 4rem;
}

.w-2 {
    width: 0.5rem;
}

.w-2\.5 {
    width: 0.625rem;
}

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

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

.w-3 {
    width: 0.75rem;
}

.w-3\.5 {
    width: 0.875rem;
}

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

.w-4 {
    width: 1rem;
}

.w-5 {
    width: 1.25rem;
}

.w-6 {
    width: 1.5rem;
}

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

.w-64 {
    width: 16rem;
}

.w-7 {
    width: 1.75rem;
}

.w-8 {
    width: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto {
    width: auto;
}

.w-full {
    width: 100%;
}

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

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

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

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

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

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

.max-w-7xl {
    max-width: 80rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-screen-lg {
    max-width: 1024px;
}

.max-w-screen-md {
    max-width: 768px;
}

.max-w-sm {
    max-width: 24rem;
}

.max-w-xs {
    max-width: 20rem;
}

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

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

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

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

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

.basis-2\/3 {
    flex-basis: 66.666667%;
}

.basis-\[10\.5\%\] {
    flex-basis: 10.5%;
}

.basis-\[100\%\] {
    flex-basis: 100%;
}

.basis-\[12\%\] {
    flex-basis: 12%;
}

.basis-\[13\%\] {
    flex-basis: 13%;
}

.basis-\[14\%\] {
    flex-basis: 14%;
}

.basis-\[16\.25\%\] {
    flex-basis: 16.25%;
}

.basis-\[20\%\] {
    flex-basis: 20%;
}

.basis-\[30\%\] {
    flex-basis: 30%;
}

.basis-\[35\%\] {
    flex-basis: 35%;
}

.basis-\[40\%\] {
    flex-basis: 40%;
}

.basis-\[60\%\] {
    flex-basis: 60%;
}

.basis-\[86\%\] {
    flex-basis: 86%;
}

.basis-\[87\%\] {
    flex-basis: 87%;
}

.-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-\[50\%\] {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.translate-x-0 {
    --tw-translate-x: 0px;
    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-0 {
    --tw-translate-y: 0px;
    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-full {
    --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));
}

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

.scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 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));
}

.transform-none {
    transform: none;
}

.cursor-default {
    cursor: default;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

.cursor-pointer {
    cursor: pointer;
}

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

.resize {
    resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.place-items-stretch {
    place-items: stretch;
}

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

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

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

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

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

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

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

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

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

.gap-0 {
    gap: 0px;
}

.gap-10 {
    gap: 2.5rem;
}

.gap-12 {
    gap: 3rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-5 {
    gap: 1.25rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-8 {
    gap: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.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-14 {
    -moz-column-gap: 3.5rem;
    column-gap: 3.5rem;
}

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

.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-3\.5 {
    -moz-column-gap: 0.875rem;
    column-gap: 0.875rem;
}

.gap-x-32 {
    -moz-column-gap: 8rem;
    column-gap: 8rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-y-10 {
    row-gap: 2.5rem;
}

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

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

.gap-y-20 {
    row-gap: 5rem;
}

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

.gap-y-5 {
    row-gap: 1.25rem;
}

.gap-y-6 {
    row-gap: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

.divide-gray-700> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-divide-opacity));
}

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

.overflow-auto {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

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

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

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

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

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

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

.rounded {
    border-radius: 0.25rem;
}

.rounded-2xl {
    border-radius: 1rem;
}

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

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

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

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

.rounded-\[50\%\] {
    border-radius: 50%;
}

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

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

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

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

.rounded-sm {
    border-radius: 0.125rem;
}

.rounded-xl {
    border-radius: 0.75rem;
}

.rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

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

.rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.rounded-bl {
    border-bottom-left-radius: 0.25rem;
}

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

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

.rounded-br {
    border-bottom-right-radius: 0.25rem;
}

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

.rounded-tl {
    border-top-left-radius: 0.25rem;
}

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

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

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

.rounded-tr {
    border-top-right-radius: 0.25rem;
}

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

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

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

.border {
    border-width: 1px;
}

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

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

.border-y {
    border-top-width: 1px;
    border-bottom-width: 1px;
}

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

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

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

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

.border-l {
    border-left-width: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

.border-\[\#070B0F\] {
    --tw-border-opacity: 1;
    border-color: rgb(7 11 15 / var(--tw-border-opacity));
}

.border-\[\#393D48\] {
    --tw-border-opacity: 1;
    border-color: rgb(57 61 72 / var(--tw-border-opacity));
}

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

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

.border-\[\#B8BDCD\] {
    --tw-border-opacity: 1;
    border-color: rgb(184 189 205 / var(--tw-border-opacity));
}

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

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

.border-\[\#ECAB05\] {
    --tw-border-opacity: 1;
    border-color: rgb(236 171 5 / var(--tw-border-opacity));
}

.border-\[\#EFEFF0\] {
    --tw-border-opacity: 1;
    border-color: rgb(239 239 240 / var(--tw-border-opacity));
}

.border-\[\#F6F6F9\] {
    --tw-border-opacity: 1;
    border-color: rgb(246 246 249 / var(--tw-border-opacity));
}

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

.border-\[\#FFD400\] {
    --tw-border-opacity: 1;
    border-color: rgb(255 212 0 / var(--tw-border-opacity));
}

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

.border-\[\#e2e8f0\] {
    --tw-border-opacity: 1;
    border-color: rgb(226 232 240 / var(--tw-border-opacity));
}

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

.border-\[\#edf2f7\] {
    --tw-border-opacity: 1;
    border-color: rgb(237 242 247 / var(--tw-border-opacity));
}

.border-\[\#ffd400\] {
    --tw-border-opacity: 1;
    border-color: rgb(255 212 0 / var(--tw-border-opacity));
}

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

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

.border-black\/\[0\.2\] {
    border-color: rgb(0 0 0 / 0.2);
}

.border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgb(28 100 242 / var(--tw-border-opacity));
}

.border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgb(26 86 219 / var(--tw-border-opacity));
}

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

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

.border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

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

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

.border-transparent {
    border-color: transparent;
}

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

.border-white\/\[0\.2\] {
    border-color: rgb(255 255 255 / 0.2);
}

.border-white\/\[0\.3\] {
    border-color: rgb(255 255 255 / 0.3);
}

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

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

.bg-\[\#070B0F\] {
    --tw-bg-opacity: 1;
    background-color: rgb(7 11 15 / var(--tw-bg-opacity));
}

.bg-\[\#070b0f\] {
    --tw-bg-opacity: 1;
    background-color: rgb(7 11 15 / var(--tw-bg-opacity));
}

.bg-\[\#161E25\] {
    --tw-bg-opacity: 1;
    background-color: rgb(22 30 37 / var(--tw-bg-opacity));
}

.bg-\[\#1E2833\] {
    --tw-bg-opacity: 1;
    background-color: rgb(30 40 51 / var(--tw-bg-opacity));
}

.bg-\[\#35E45C\] {
    --tw-bg-opacity: 1;
    background-color: rgb(53 228 92 / var(--tw-bg-opacity));
}

.bg-\[\#393D48\] {
    --tw-bg-opacity: 1;
    background-color: rgb(57 61 72 / var(--tw-bg-opacity));
}

.bg-\[\#595F71\] {
    --tw-bg-opacity: 1;
    background-color: rgb(89 95 113 / var(--tw-bg-opacity));
}

.bg-\[\#828587\]\/\[0\.6\] {
    background-color: rgb(130 133 135 / 0.6);
}

.bg-\[\#87F39F\] {
    --tw-bg-opacity: 1;
    background-color: rgb(135 243 159 / var(--tw-bg-opacity));
}

.bg-\[\#B8BDCD\] {
    --tw-bg-opacity: 1;
    background-color: rgb(184 189 205 / var(--tw-bg-opacity));
}

.bg-\[\#B8BDCD\]\/75 {
    background-color: rgb(184 189 205 / 0.75);
}

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

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

.bg-\[\#E5E5E7\]\/\[0\.5\] {
    background-color: rgb(229 229 231 / 0.5);
}

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

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

.bg-\[\#EFF0F3\] {
    --tw-bg-opacity: 1;
    background-color: rgb(239 240 243 / var(--tw-bg-opacity));
}

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

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

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

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

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

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

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

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

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

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

.bg-\[\#b8bdcd\]\/30 {
    background-color: rgb(184 189 205 / 0.3);
}

.bg-\[\#cdcfd1\] {
    --tw-bg-opacity: 1;
    background-color: rgb(205 207 209 / var(--tw-bg-opacity));
}

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

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

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

.bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(164 202 254 / var(--tw-bg-opacity));
}

.bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(26 86 219 / var(--tw-bg-opacity));
}

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

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

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

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

.bg-neutral-100\/\[0\.9\] {
    background-color: rgb(245 245 245 / 0.9);
}

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

.bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(253 242 242 / var(--tw-bg-opacity));
}

.bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(240 82 82 / var(--tw-bg-opacity));
}

.bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(155 28 28 / 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-white\/50 {
    background-color: rgb(255 255 255 / 0.5);
}

.bg-white\/\[0\.2\] {
    background-color: rgb(255 255 255 / 0.2);
}

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

.from-gray-700 {
    --tw-gradient-from: #374151;
    --tw-gradient-to: rgb(55 65 81 / 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-transparent {
    --tw-gradient-to: rgb(0 0 0 / 0);
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to);
}

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

.stroke-gray-400 {
    stroke: #9CA3AF;
}

.stroke-gray-600 {
    stroke: #4B5563;
}

.stroke-red-500 {
    stroke: #F05252;
}

.p-0 {
    padding: 0px;
}

.p-1 {
    padding: 0.25rem;
}

.p-2 {
    padding: 0.5rem;
}

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

.p-3 {
    padding: 0.75rem;
}

.p-4 {
    padding: 1rem;
}

.p-5 {
    padding: 1.25rem;
}

.p-6 {
    padding: 1.5rem;
}

.p-8 {
    padding: 2rem;
}

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

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

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

.px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
}

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

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

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

.px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
}

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

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

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

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

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

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

.px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}

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

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

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

.px-\[22\.5px\] {
    padding-left: 22.5px;
    padding-right: 22.5px;
}

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

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

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

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

.px-\[46\.5px\] {
    padding-left: 46.5px;
    padding-right: 46.5px;
}

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

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

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

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

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

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

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

.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-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

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

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

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

.py-32 {
    /*padding-top: 4rem;*/
    /*padding-bottom: 4rem;*/

}

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

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

.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-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* .pb-\[100px\] {
    padding-bottom: 100px;
} */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pr-6 {
    padding-right: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-9 {
    padding-top: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-sans {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.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-5xl {
    font-size: 3rem;
    line-height: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-black {
    font-weight: 900;
}

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

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

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

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

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

.uppercase {
    text-transform: uppercase;
}

.italic {
    font-style: italic;
}

.leading-10 {
    line-height: 2.5rem;
}

.leading-4 {
    line-height: 1rem;
}

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

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

.leading-7 {
    line-height: 1.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tracking-2 {
    letter-spacing: 0.02em;
}

.tracking-3 {
    letter-spacing: 0.02em;
    display: flex;
    justify-content: center;
    align-items: center;
    /*padding-top: 3rem;*/
}

.tracking-\[0\.094em\] {
    letter-spacing: 0.094em;
}

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

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

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

.tracking-wider {
    letter-spacing: 0.05em;
}

.tracking-widest {
    letter-spacing: 0.1em;
}

.text-\[\#070B0F\] {
    --tw-text-opacity: 1;
    color: rgb(7 11 15 / var(--tw-text-opacity));
}

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

.text-\[\#161E25\] {
    --tw-text-opacity: 1;
    color: rgb(22 30 37 / var(--tw-text-opacity));
}

.text-\[\#1E2833\] {
    --tw-text-opacity: 1;
    color: rgb(30 40 51 / var(--tw-text-opacity));
}

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

.text-\[\#393D48B2\] {
    color: #393D48B2;
}

.text-\[\#393D48CC\] {
    color: #393D48CC;
}

.text-\[\#393D48\] {
    --tw-text-opacity: 1;
    color: rgb(57 61 72 / var(--tw-text-opacity));
}

.text-\[\#4196F0\] {
    --tw-text-opacity: 1;
    color: rgb(65 150 240 / var(--tw-text-opacity));
}

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

.text-\[\#595F71\] {
    --tw-text-opacity: 1;
    color: rgb(89 95 113 / var(--tw-text-opacity));
}

.text-\[\#595f71\] {
    --tw-text-opacity: 1;
    color: rgb(89 95 113 / var(--tw-text-opacity));
}

.text-\[\#63697A\] {
    --tw-text-opacity: 1;
    color: rgb(99 105 122 / var(--tw-text-opacity));
}

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

.text-\[\#76C2F6\] {
    --tw-text-opacity: 1;
    color: rgb(118 194 246 / var(--tw-text-opacity));
}

.text-\[\#838CA8\] {
    --tw-text-opacity: 1;
    color: rgb(131 140 168 / var(--tw-text-opacity));
}

.text-\[\#B8BDCD\] {
    --tw-text-opacity: 1;
    color: rgb(184 189 205 / var(--tw-text-opacity));
}

.text-\[\#ECAB05\] {
    --tw-text-opacity: 1;
    color: rgb(236 171 5 / var(--tw-text-opacity));
}

.text-\[\#F6F6F9BF\] {
    color: #F6F6F9BF;
}

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

.text-\[\#FC4436\] {
    --tw-text-opacity: 1;
    color: rgb(252 68 54 / var(--tw-text-opacity));
}

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

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

.text-\[\#FFFFFFCC\] {
    color: #FFFFFFCC;
}

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

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

.text-blue-600 {
    --tw-text-opacity: 1;
    color: rgb(28 100 242 / var(--tw-text-opacity));
}

.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
}

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

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

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

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

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

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

.text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(240 82 82 / var(--tw-text-opacity));
}

.text-red-700 {
    --tw-text-opacity: 1;
    color: rgb(200 30 30 / var(--tw-text-opacity));
}

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

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

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

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

.opacity-0 {
    opacity: 0;
}

.opacity-100 {
    opacity: 1;
}

.opacity-40 {
    opacity: 0.4;
}

.opacity-75 {
    opacity: 0.75;
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px 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-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-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.outline {
    outline-style: solid;
}

.ring-1 {
    --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(1px + 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);
}

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

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

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

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

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

.brightness-\[80\%\] {
    --tw-brightness: brightness(80%);
    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);
}

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

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

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

.backdrop-blur-\[21\.5px\] {
    --tw-backdrop-blur: blur(21.5px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-\[30px\] {
    --tw-backdrop-blur: blur(30px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

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

.transition-\[opacity\2c margin\] {
    transition-property: opacity, margin;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

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

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

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

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

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

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

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

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

.duration-\[0\.15ms\] {
    transition-duration: 0.15ms;
}

.duration-\[0\.5ms\] {
    transition-duration: 0.5ms;
}

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

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

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

.will-change-auto {
    will-change: auto;
}

.\[--adaptive\:none\] {
    --adaptive: none;
}

.\[--placement\:left-down\] {
    --placement: left-down;
}

.\[--placement\:right-top\] {
    --placement: right-top;
}

.\[--strategy\:static\] {
    --strategy: static;
}

.\[--trigger\:hover\] {
    --trigger: hover;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.hinge {
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    animation-duration: .75s
}

@keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }
    40%,
    43% {
        transform: translate3d(0, -30px, 0)
    }
    40%,
    43%,
    70% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06)
    }
    70% {
        transform: translate3d(0, -15px, 0)
    }
    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {
    0%,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes pulse {
    0% {
        transform: scaleX(1)
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        transform: scaleX(1)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {
    0% {
        transform: scaleX(1)
    }
    30% {
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        transform: scale3d(1.05, .95, 1)
    }
    to {
        transform: scaleX(1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {
    0%,
    to {
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    animation-name: shake
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }
    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        transform: translateX(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }
    40% {
        transform: rotate(-10deg)
    }
    60% {
        transform: rotate(5deg)
    }
    80% {
        transform: rotate(-5deg)
    }
    to {
        transform: rotate(0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {
    0% {
        transform: scaleX(1)
    }
    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        transform: scaleX(1)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {
    0% {
        transform: none
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        transform: none
    }
}

.wobble {
    animation-name: wobble
}

@keyframes jello {
    0%,
    11.1%,
    to {
        transform: none
    }
    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }
    75% {
        transform: translate3d(0, -10px, 0)
    }
    90% {
        transform: translate3d(0, 5px, 0)
    }
    to {
        transform: none
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }
    75% {
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        transform: translate3d(5px, 0, 0)
    }
    to {
        transform: none
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        transform: translate3d(10px, 0, 0)
    }
    90% {
        transform: translate3d(-5px, 0, 0)
    }
    to {
        transform: none
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    75% {
        transform: translate3d(0, 10px, 0)
    }
    90% {
        transform: translate3d(0, -5px, 0)
    }
    to {
        transform: translateZ(0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    animation-name: bounceOut
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    animation-name: bounceOutRight
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    animation-name: bounceOutUp
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@keyframes flip {
    0% {
        transform: perspective(400px) rotateY(-1turn)
    }
    0%,
    40% {
        animation-timing-function: ease-out
    }
    40% {
        transform: perspective(400px) translateZ(150px) rotateY(-190deg)
    }
    50% {
        transform: perspective(400px) translateZ(150px) rotateY(-170deg)
    }
    50%,
    80% {
        animation-timing-function: ease-in
    }
    80% {
        transform: perspective(400px) scale3d(.95, .95, .95)
    }
    to {
        transform: perspective(400px);
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    0%,
    40% {
        animation-timing-function: ease-in
    }
    40% {
        transform: perspective(400px) rotateX(-20deg)
    }
    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    0%,
    40% {
        animation-timing-function: ease-in
    }
    40% {
        transform: perspective(400px) rotateY(-20deg)
    }
    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY
}

@keyframes lightSpeedIn {
    0% {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        transform: skewX(20deg)
    }
    60%,
    80% {
        opacity: 1
    }
    80% {
        transform: skewX(-5deg)
    }
    to {
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate(-200deg);
        opacity: 0
    }
    0%,
    to {
        -webkit-transform-origin: center
    }
    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
    0%,
    to {
        -webkit-transform-origin: left bottom
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(45deg);
        opacity: 0
    }
    0%,
    to {
        -webkit-transform-origin: right bottom
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }
    0%,
    to {
        -webkit-transform-origin: left bottom
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
    0%,
    to {
        -webkit-transform-origin: right bottom
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }
    0%,
    to {
        -webkit-transform-origin: center
    }
    to {
        transform-origin: center;
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }
    0%,
    to {
        -webkit-transform-origin: left bottom
    }
    to {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }
    0%,
    to {
        -webkit-transform-origin: right bottom
    }
    to {
        transform-origin: right bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }
    0%,
    to {
        -webkit-transform-origin: left bottom
    }
    to {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }
    0%,
    to {
        -webkit-transform-origin: right bottom
    }
    to {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight
}

@keyframes hinge {
    0% {
        transform-origin: top left
    }
    0%,
    20%,
    60% {
        -webkit-transform-origin: top left;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        transform: rotate(80deg);
        transform-origin: top left
    }
    40%,
    80% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    animation-name: hinge
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.rollOut {
    animation-name: rollOut
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        transform: scale3d(.3, .3, .3)
    }
    50%,
    to {
        opacity: 0
    }
}

.zoomOut {
    animation-name: zoomOut
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

.zoomOutRight {
    animation-name: zoomOutRight
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    animation-name: zoomOutUp
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

@keyframes slideOutDown {
    0% {
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    animation-name: slideOutDown
}

@keyframes slideOutLeft {
    0% {
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    0% {
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    animation-name: slideOutRight
}

@keyframes slideOutUp {
    0% {
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    animation-name: slideOutUp
}

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 20px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

/* 使用Google Fonts替代本地字体 */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;500&family=Roboto+Slab:wght@500&family=Scheherazade+New:wght@700&display=swap');

/* 重新定义字体映射 */
@font-face {
    font-family: 'Lato Medium';
    src: local('Lato Medium'), local('Lato-Medium'), url('https://fonts.gstatic.com/s/lato/v24/S6u_w4BMUTPHjxsI5wq_Gwft.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: local('Lato Regular'), local('Lato-Regular'), url('https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjx4wXg.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Scheherazade';
    src: local('Scheherazade New Bold'), local('ScheherazadeNew-Bold'), url('https://fonts.gstatic.com/s/scheherazadenew/v14/4UaerFhTvxVnHDvUkUiHg8jprP4DM79DHlYC-IKnoSE.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RobotoSlab-Medium';
    src: local('Roboto Slab Medium'), local('RobotoSlab-Medium'), url('https://fonts.gstatic.com/s/robotoslab/v25/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISmb2Rj.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.logo-font {
    font-family: "Scheherazade";
}



.lato {
    font-family: 'Lato';
}

.lato-md {
    font-family: 'Lato Medium';
}



:root {
    --margin: 1rem;
}

@media (min-width: 640px) {
    :root {
        --margin: 1.875rem
    }
}

@media (min-width: 900px) {
    :root {
        --margin: 3.125rem;
    }
}

@media (min-width: 1200px) {
    :root {
        --margin: 5.625rem;
    }
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    font-feature-settings: normal;
}

body {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    overflow-x: hidden;
}

.noscroll {
    height: 100%;
    overflow: hidden;
}

.item::after {
    display: none;
}

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

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

.header {
    position: relative;
    z-index: 999;
}

.quick_footer {
    width: 100%;
    position: fixed;
    background: #fff;
    bottom: 0;
    margin: 0 auto;
    z-index: 999;
}

.swiper-slide video,
.cfd video {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100vw;
    /* height:max(100vh,1000px); */
    height: max(100vh, 1000px);
    min-height: max(100vh, 1000px);
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
}

video {
    mix-blend-mode: screen;
}

.container {
    width: 100%;
}

@media (min-width: 320px) {
    .container {
        max-width: 320px;
    }
}

@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 900px) {
    .container {
        max-width: 900px;
    }
}

@media (min-width: 1080px) {
    .container {
        max-width: 1080px;
    }
}

@media (min-width: 1090px) {
    .container {
        max-width: 1090px;
    }
}

@media (min-width: 1120px) {
    .container {
        max-width: 1120px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1600px;
    }
}

.container {
    margin-left: var(--margin);
    margin-right: var(--margin);
    width: auto;
    max-width: none;
    letter-spacing: 0.02em;
}

@media (min-width: 1600px) {
    .container {
        margin-left: auto;
        margin-right: auto;
        max-width: calc(1600px - (var(--margin) * 2));
    }
}

nav button span {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -0.025em;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.will-change-auto {
    will-change: auto;
}

.h-global-header {
    height: 60px;
}

.test-button {
    color: white;
    font-size: 40px;
}

.video-wrapper {
    position: relative;
}

.video-wrapper video {
    position: relative;
    z-index: 1;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    /* 50% transparent black */
    z-index: 2;
}

.video-overlay-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: max(100vh, 1000px);
    background-color: rgba(0, 0, 0, 0.4);
    /* 50% transparent black */
    z-index: 2;
}


.text-overlay {
    z-index: 3;
}

/* .primary-button {
	@apply text-base leading-5 bg-primary hover:bg-transparent rounded-lg border-2 border-primary text-[#070B0F] hover:text-primary;
} */

.primary-button {
    border-radius: 0.5rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(255 212 0 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 212 0 / var(--tw-bg-opacity));
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(7 11 15 / var(--tw-text-opacity));
    transition-property: all;
    transition-delay: 150ms;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.primary-button:hover {
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(255 212 0 / var(--tw-text-opacity));
}

.reverse-primary-button {
    border-radius: 0.5rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(255 212 0 / var(--tw-border-opacity));
    background-color: transparent;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(255 212 0 / var(--tw-text-opacity));
    transition-property: all;
    transition-delay: 150ms;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.reverse-primary-button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 212 0 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(7 11 15 / var(--tw-text-opacity));
}

/* yellow to gray on hover, transition from left to right */

.yellow-btn {
    /* base styles for the button */
    position: relative;
    display: inline-block;
    --tw-bg-opacity: 1;
    background-color: rgb(255 212 0 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

.yellow-btn .btn_hover {
    /* styles for the button hover effect */
    position: absolute;
    top: 0px;
    left: 0px;
    margin-bottom: 0px;
    height: 100%;
    width: 0px;
    --tw-translate-y: 0px;
    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));
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(89 95 113 / var(--tw-bg-opacity));
    transition-property: all;
    transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.yellow-btn:hover .btn_hover {
    /* styles for the button hover effect */
    width: 100%;
    --tw-translate-y: 0px;
    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));
    opacity: 0.9;
}

.yellow-btn .btn_text {
    /* styles for the button text */
    position: relative;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.yellow-btn:hover .btn_text {
    /* styles for the button hover effect */
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.yellow-btn-mt {
    /* base styles for the button */
    position: relative;
    display: inline-block;
    --tw-bg-opacity: 1;
    background-color: rgb(255 212 0 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

.yellow-btn-mt .btn_hover {
    /* styles for the button hover effect */
    position: absolute;
    top: 0px;
    left: 0px;
    margin-bottom: 0px;
    height: 100%;
    width: 0px;
    --tw-translate-y: 0px;
    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));
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(89 95 113 / var(--tw-bg-opacity));
    transition-property: all;
    transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.yellow-btn-mt:hover .btn_hover {
    /* styles for the button hover effect */
    width: 100%;
    --tw-translate-y: 0px;
    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));
    opacity: 0.9;
}

.yellow-btn-mt .btn_text {
    /* styles for the button text */
    position: relative;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.yellow-btn-mt:hover .btn_text {
    /* styles for the button hover effect */
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.yellow-to-blk-btn {
    --tw-bg-opacity: 1;
    background-color: rgb(255 212 0 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(7 11 15 / var(--tw-text-opacity));
    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-delay: 150ms;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.yellow-to-blk-btn:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.gray-to-trans-btn {
    --tw-bg-opacity: 1;
    background-color: rgb(107 114 128 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    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-duration: 700ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.gray-to-trans-btn:hover {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    background-color: transparent;
}

.gray-btn {
    /* base styles for the button */
    position: relative;
    display: inline-block;
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(89 95 113 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.gray-btn .btn_hover {
    /* styles for the button hover effect */
    position: absolute;
    top: 0px;
    left: 0px;
    margin-bottom: 0px;
    height: 100%;
    width: 0px;
    --tw-translate-y: 0px;
    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));
    --tw-bg-opacity: 1;
    background-color: rgb(255 212 0 / var(--tw-bg-opacity));
    transition-property: all;
    transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.gray-btn:hover .btn_hover {
    /* styles for the button hover effect */
    width: 100%;
    --tw-translate-y: 0px;
    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));
    opacity: 0.9;
}

.gray-btn .btn_text {
    /* styles for the button text */
    position: relative;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.gray-btn:hover .btn_text {
    /* styles for the button hover effect */
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

.bw-btn {
    /* base styles for the button */
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.bw-btn .btn_hover {
    position: absolute;
    left: 0px;
    height: 16rem;
    width: 24rem;
    transform-origin: top right;
    --tw-translate-x: -100%;
    --tw-translate-y: 3rem;
    --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));
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 700ms;
}

.bw-btn:hover .btn_hover {
    --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));
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.bw-btn .btn_text {
    position: relative;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.bw-btn:hover .btn_text {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ye-blk-btn svg path {
    transition: fill 700ms ease-in-out;
    /* animate fill property over 700ms */
}

.ye-blk-btn:hover svg path {
    fill: #FFFFFF;
    /* white color */
}

.ye-blk-btn {
    --tw-bg-opacity: 1;
    background-color: rgb(255 212 0 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(7 11 15 / var(--tw-text-opacity));
    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-delay: 150ms;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ye-blk-btn:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.blk-btn {
    --tw-bg-opacity: 1;
    background-color: rgb(57 61 72 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

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

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

.trade-btn:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.secondary-button {
    border-radius: 0.5rem;
    border-width: 2px;
    line-height: 1.25rem;
    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-delay: 150ms;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.secondary-button:hover {
    --tw-translate-y: -0.25rem;
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.trans-to-w-btn {
    transition-property: all;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.trans-to-w-btn:hover {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.border-right-custom {
    border-right-color: #e2e8f0;
    border-right-width: 1px;
}

.table-hover {
    /* Add your hover effect styles here */
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(226 232 240 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.account-header-hover {
    border-left: 2px solid white;
    border-right: 2px solid white;
    border-bottom: 3px solid #B8BDCD;
}

.standard-header.hovered {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    border-bottom: 1px;
    border-left: solid 1px white;
    border-right: solid 1px white;
    font-size: 18px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:before,
.row:after {
    display: table;
    content: " ";
}

.row:after {
    clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 640px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-1 {
        width: 8.33333%;
    }
    .col-sm-2 {
        width: 16.66667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33333%;
    }
    .col-sm-5 {
        width: 41.66667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.33333%;
    }
    .col-sm-8 {
        width: 66.66667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33333%;
    }
    .col-sm-11 {
        width: 91.66667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-pull-1 {
        right: 8.33333%;
    }
    .col-sm-pull-2 {
        right: 16.66667%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-4 {
        right: 33.33333%;
    }
    .col-sm-pull-5 {
        right: 41.66667%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-7 {
        right: 58.33333%;
    }
    .col-sm-pull-8 {
        right: 66.66667%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-10 {
        right: 83.33333%;
    }
    .col-sm-pull-11 {
        right: 91.66667%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-push-1 {
        left: 8.33333%;
    }
    .col-sm-push-2 {
        left: 16.66667%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-4 {
        left: 33.33333%;
    }
    .col-sm-push-5 {
        left: 41.66667%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-7 {
        left: 58.33333%;
    }
    .col-sm-push-8 {
        left: 66.66667%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-10 {
        left: 83.33333%;
    }
    .col-sm-push-11 {
        left: 91.66667%;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 960px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-1 {
        width: 8.33333%;
    }
    .col-md-2 {
        width: 16.66667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333%;
    }
    .col-md-5 {
        width: 41.66667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.33333%;
    }
    .col-md-8 {
        width: 66.66667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33333%;
    }
    .col-md-11 {
        width: 91.66667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-pull-1 {
        right: 8.33333%;
    }
    .col-md-pull-2 {
        right: 16.66667%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-4 {
        right: 33.33333%;
    }
    .col-md-pull-5 {
        right: 41.66667%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-7 {
        right: 58.33333%;
    }
    .col-md-pull-8 {
        right: 66.66667%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-10 {
        right: 83.33333%;
    }
    .col-md-pull-11 {
        right: 91.66667%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-push-1 {
        left: 8.33333%;
    }
    .col-md-push-2 {
        left: 16.66667%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-4 {
        left: 33.33333%;
    }
    .col-md-push-5 {
        left: 41.66667%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-7 {
        left: 58.33333%;
    }
    .col-md-push-8 {
        left: 66.66667%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-10 {
        left: 83.33333%;
    }
    .col-md-push-11 {
        left: 91.66667%;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333%;
    }
    .col-md-offset-2 {
        margin-left: 16.66667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333%;
    }
    .col-md-offset-5 {
        margin-left: 41.66667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333%;
    }
    .col-md-offset-8 {
        margin-left: 66.66667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333%;
    }
    .col-md-offset-11 {
        margin-left: 91.66667%;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1024px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-1 {
        width: 8.33333%;
    }
    .col-lg-2 {
        width: 16.66667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.33333%;
    }
    .col-lg-5 {
        width: 41.66667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.33333%;
    }
    .col-lg-8 {
        width: 66.66667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.33333%;
    }
    .col-lg-11 {
        width: 91.66667%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-pull-1 {
        right: 8.33333%;
    }
    .col-lg-pull-2 {
        right: 16.66667%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-4 {
        right: 33.33333%;
    }
    .col-lg-pull-5 {
        right: 41.66667%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-7 {
        right: 58.33333%;
    }
    .col-lg-pull-8 {
        right: 66.66667%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-10 {
        right: 83.33333%;
    }
    .col-lg-pull-11 {
        right: 91.66667%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-push-1 {
        left: 8.33333%;
    }
    .col-lg-push-2 {
        left: 16.66667%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-4 {
        left: 33.33333%;
    }
    .col-lg-push-5 {
        left: 41.66667%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-7 {
        left: 58.33333%;
    }
    .col-lg-push-8 {
        left: 66.66667%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-10 {
        left: 83.33333%;
    }
    .col-lg-push-11 {
        left: 91.66667%;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

.hs-dropdown-menu-partners {
    background: linear-gradient(180deg, #ffffff 0%, rgba(227, 227, 228, 0.85) 100%) !important;
}

.hs-dropdown-menu {
    background: linear-gradient(180deg, #070B0F 0%, rgba(7, 11, 15, 0.85) 100%);
}

.language_menu {
    background: rgb(31, 30, 30) !important;
}

.bcr-navbar-dropdown-container .col-md-7::before {
    content: "";
    position: absolute;
    left: 30px;
    top: 56px;
    right: 30px;
    height: 1px;
    background: #fff;
    opacity: 0.2;
}

.bcr-navbar-dropdown-container .partners::before {
    background: #080808 !important;
}

.dropdown-list-container {
    padding-bottom: 1.5rem;
}

.dropdown-menu--style {
    width: 100%;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.dropdown-list-container .dropdown-header {
    margin-bottom: 3rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    word-spacing: 4px;
}

.dropdown-list-container .dropdown-header-partners {
    margin-bottom: 3rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    word-spacing: 4px;
    color: black !important;
}

.dropdown-list-container .dropdown-list-container___list {
    margin-top: 0px;
    list-style-type: none;
    padding: 0px;
}

.dropdown-list-container .dropdown-list-container__list-item {
    padding-bottom: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.dropdown-parnters {
    color: black !important;
}

.dropdown-list-container .dropdown-list-container__list-item a {
    display: inline-block;
    height: 100%;
    width: 100%;
}

.dropdown-list-container .dropdown-list-container__list-item a:hover {
    text-decoration-line: none;
}

.navbar-cta-block__heading {
    font-size: 2.25rem;
    line-height: 2.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.navbar-cta-block__primary-button {
    margin-top: 1.5rem;
}

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

.navbar-cta-block__primary-button .bcr-btn-primary {
    width: -moz-max-content;
    width: max-content;
    border-radius: 40px;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: -0.2px;
    text-align: center;
    color: #1f1d31;
    text-transform: uppercase;
    min-width: 200px;
}

.navbar-cta-block__secondary-button {
    margin-top: 24px;
}

.navbar-cta-block__secondary-button .bcr-btn-demo {
    width: -moz-max-content;
    width: max-content;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.14);
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: -0.2px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    min-width: 200px;
}

.navbar-cta-block__secondary-button .bcr-btn-demo:hover {
    background: rgba(255, 255, 255, 0.41);
}

.main_menu_a {
    margin-right: 1.25rem;
    display: inline-block;
    padding-top: 18px;
    padding-bottom: 14px;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.main_menu_partners {
    margin-right: 1.25rem;
    display: inline-block;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

.main_menu_partners:hover {
    border-bottom-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(255 212 0 / var(--tw-border-opacity));
}

.change .bar1 {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.change .invis {
    height: 2px;
}

.change .bar3 {
    transform: rotate(45deg) translate(-5px, -6px);
}

@media (max-width: 980px) {
    #mobile_nav_menu .mobile_menu_c {
        position: absolute;
        left: 0;
        height: 100%;
        width: 0;
        min-height: 100vh;
        color: #fff;
        padding-top: 0;
        overflow-y: hidden;
        display: none;
        top: 0;
        box-sizing: border-box;
        z-index: 999;
        box-shadow: -6px 0 16px -8px rgba(0, 0, 0, .08), -9px 0 28px 0 rgba(0, 0, 0, .05), -12px 0 48px 16px rgba(0, 0, 0, .03);
        transition: transform .3s cubic-bezier(.7, .3, .1, 1), box-shadow .3s cubic-bezier(.7, .3, .1, 1);
    }
}

.triangle .triangle-dot {
    display: none;
}

.triangle.active .triangle-dot {
    display: inline-block;
}

.triangle-dot {
    bottom: -7px;
    left: 45%;
    right: 50%;
}

.slide-section {
    position: relative;
    background-position: 50%;
    background-size: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

.mySwiper {
    width: 100%;
    height: 100%;
}

@media(max-width: 640px) {
    .mySwiper {
        height: 100vh;
    }
}

/* .mySwiper .swiper-slide {
	padding: -1% 8%;
	width: auto;
	height: auto;
	text-align: center;
} */

.mySwiper .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 190px !important;
}

@media(max-width: 640px) {
    .mySwiper .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 60px !important;
    }
}

.mySwiper .swiper-pagination-bullet {
    background: #B8BDCD !important;
    border-radius: 30px !important;
    width: 80px !important;
    height: 4px !important;
}

.mySwiper .swiper-pagination-bullet-active {
    background: #FFFFFF !important;
}

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

.forexSwiper .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0.35) !important;
    border-radius: 30px !important;
    width: 80px !important;
    height: 6px !important;
}

.forexSwiper .swiper-pagination-bullet-active {
    background: #000000 !important;
}

.banner_text,
.banner_text_1 {
    font-size: 28px;
    line-height: 48px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-family: 'Lato Medium';
}

@media (min-width: 640px) {
    .banner_text,
    .banner_text_1 {
        font-size: 40px;
        line-height: 80px;
    }
}

@media (min-width: 1024px) {
    .banner_text,
    .banner_text_1 {
        font-size: 64px;
    }
}

.banner_text,
.banner_text_1 {
    letter-spacing: 0.02em;
    text-shadow: 0px 0px 3.5px #FFFFFF;
}

@media (max-width:640px) {
    .banner_text,
    .banner_text_1 {
        font-weight: 300;
        font-family: 'Lato';
    }
}

/*
.banner_text_1 {
	@apply text-white text-[28px] sm:text-[40px] lg:text-[64px] sm:font-medium leading-[40px] sm:leading-[80px];
	letter-spacing: 0.02em;
	text-shadow: 0px 0px 3.5px #FFD400;
} */

.video_contain {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    width: 84%;
    margin-left: -42%;
    margin-top: -13%;
    z-index: 1;
}

@media (max-width: 640px) {
    .video_contain {
        width: 100%;
        margin-left: -50%;
        margin-top: 0;
    }
}

video {
    min-width: 50%;
    min-height: 50%;
    z-index: -1;
    background-position: center;
    background-size: cover;
}

.video_text_contain {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    margin-left: -50%;
    width: 100%;
}

.video1 {
    width: 519px !important;
    height: 522px !important;
    margin: 0 auto;
    min-width: 519px !important;
    min-height: 522px !important;
    left: 50% !important;
    margin-left: -260px !important;
    top: 143px !important;
}

@media(max-width: 640px) {
    .video1 {
        width: 100% !important;
        height: 100% !important;
        min-width: 100% !important;
        min-height: 100% !important;
        top: 0 !important;
        left: 0 !important;
        margin-left: 0 !important;
    }
}

.gradient-top {
    position: absolute;
    z-index: 10;
    width: 620px;
    height: 520px;
    left: -176px;
    top: -148px;
    background: linear-gradient(316.75deg, rgba(247, 247, 121, 0.15) 36.44%, rgba(247, 247, 121, 0.26) 77.41%);
    filter: blur(151px);
}

.gradient-bottom {
    position: absolute;
    z-index: 10;
    width: 596.5px;
    height: 629.97px;
    left: 1058px;
    top: 597px;
    background: linear-gradient(316.75deg, rgba(117, 117, 116, 0.15) 36.44%, rgba(226, 226, 225, 0.26) 77.41%);
    filter: blur(100px);
}

.number-container {
    border-top: 3px solid #ffffff80;
    border-bottom: 3px solid #ffffff80;
}

@media(max-width: 640px) {
    .number {
        padding: 25px 0;
    }
    .number div {
        min-width: 130px;
    }
}

.table_btn {
    padding: 0px 8px;
    width: 41px;
    height: 20px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 20px;
}

.tableSwiper {
    max-height: 436px;
    overflow: hidden;
}

/* .tableSwiper .swiper-pagination-bullet {
	background: #B8BDCD!important;
}
.tableSwiper .swiper-pagination-bullet-active {
	background: #FFFFFF!important;
}
.tableSwiper .table-swiper-pagination {
	position: absolute;

	z-index: 999;
}

.tableSwiper .table-swiper-pagination .swiper-pagination-bullet {
	padding:5px;
} */

@media only screen and (max-width:480px) {
    /* .tableSwiper .table-swiper-pagination {
		display:flex;
		flex-direction: row;
		position: absolute;
		column-gap: 5px;
		top:11px;
		right:50%;
		z-index: 999;
	} */
}

.home_product_bg {
    background: url(../statics/images/home_product_bg.png) center center;
    background-size: contain;
}

/* home animate product style */

body .loader {
    background-color: #000000;
    position: fixed;
    display: block;
    width: 100%;
    width: 100vw;
    height: 100%;
    height: 100vh;
    z-index: 999;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
}

body .loader .lds-ripple {
    position: absolute;
    display: block;
    width: 64px;
    height: 64px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

body .loader .lds-ripple div {
    position: absolute;
    border: 4px solid #FFFFFF;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

body .loader .lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

body .loader.is-loaded {
    opacity: 0;
    visibility: hidden;
    z-index: -99;
}

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

body section.slideshow {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    height: 80vh;
    margin: 0 auto;
    visibility: hidden;
    overflow: hidden;
}

body section.slideshow ul.navigation {
    position: absolute;
    display: block;
    width: 640px;
    height: 640px;
    padding: 0;
    margin: 0;
    right: -230px;
    top: 50%;
    margin-top: -320px;
    z-index: 10;
}

@media screen and (max-width: 992px) {
    body section.slideshow ul.navigation {
        width: 480px;
        height: 480px;
        right: -170px;
        margin-top: -240px;
    }
}

@media screen and (max-width: 768px) {
    body section.slideshow ul.navigation {
        width: 320px;
        height: 320px;
        margin-top: -160px;
        right: -190px;
    }
}

body section.slideshow ul.navigation li.navigation-item {
    position: absolute;
    display: inline-block;
    /* overflow: hidden; */
    width: 120px;
    height: 120px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    transition: border 0.6s ease-in-out;
}

@media screen and (max-width: 992px) {
    body section.slideshow ul.navigation li.navigation-item {
        width: 92px;
        height: 92px;
    }
}

@media screen and (max-width: 768px) {
    body section.slideshow ul.navigation li.navigation-item {
        width: 48px;
        height: 48px;
    }
}

body section.slideshow ul.navigation li.navigation-item .rotate-holder {
    position: fixed;
    display: block;
    width: 0;
    height: 0;
    left: -9999px;
    top: -9999px;
}

body section.slideshow ul.navigation li.navigation-item .background-holder {
    position: absolute;
    display: block;
    width: 80%;
    height: 80%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    /*-webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;*/
    opacity: 1;
    visibility: visible;
    transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
    background: radial-gradient(67.89% 67.89% at 22.63% 11.05%, rgba(217, 217, 217, 0.42) 0%, rgba(217, 217, 217, 0.06) 100%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}

body section.slideshow ul.navigation li.navigation-item.active .background-holder {
    width: 100%;
    height: 100%;
    background: #1E2832;
    box-shadow: inset -8px -8px 16px rgba(255, 255, 255, 0.3), inset 8px 8px 16px #070B0F;
}

body section.slideshow ul.navigation li.navigation-item:hover .background-holder {
    opacity: 0.75;
}

/*body section.slideshow ul.navigation li.navigation-item.active .background-holder {
    opacity: 0;
    visibility: hidden;
  }*/

body section.slideshow .detail {
    position: absolute;
    display: block;
    /*width: 100%;
    height: 100%;*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 8;
}

body section.slideshow .detail .detail-item {
    position: absolute;
    display: block;
    /*width: 100%;
    height: 100%;*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

body section.slideshow .detail .detail-item .headline {
    position: absolute;
    display: block;
    width: 100%;
    max-width: calc(100% - 480px);
    height: 126px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: visible;
    white-space: nowrap;
    box-sizing: border-box;
    z-index: 2;
}

@media screen and (max-width: 992px) {
    body section.slideshow .detail .detail-item .headline {
        max-width: calc(100% - 380px);
    }
}

@media screen and (max-width: 768px) {
    body section.slideshow .detail .detail-item .headline {
        max-width: calc(100% - 120px);
    }
}

body section.slideshow .detail .detail-item .headline .letter {
    font-family: "Playfair Display", serif;
    position: relative;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    color: #FFFFFF;
    font-size: 132px;
    line-height: 110px;
    font-weight: 900;
    font-kerning: none;
    white-space: nowrap;
    box-sizing: border-box;
}

@media screen and (max-width: 992px) {
    body section.slideshow .detail .detail-item .headline .letter {
        font-size: 48px;
        line-height: 126px;
    }
}

body section.slideshow .detail .detail-item .background {
    position: absolute;
    display: block;
    width: 100%;
    width: calc(100% + 100px);
    height: 100%;
    height: calc(100% + 100px);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: visible;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
}

body section.slideshow .detail .detail-item .background::before {
    content: "";
    background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#00000000", GradientType=1);
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

body section.slideshow .detail .detail-item.active {
    opacity: 1;
    visibility: visible;
}

.mobile-card {
    background: rgba(43, 42, 42);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 230px;
    color: white;
    width: 100%;
    height: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.dashedCircle {
    margin: 10px auto;
    width: 545px;
    height: 545px;
    border: 2px dashed #fff;
    border-radius: 545px;
    position: absolute;
    right: -200px;
    top: 50%;
    margin-top: -272px;
}

.product-card {
    background: #FFD400;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 32px;
    gap: 16px;
    width: 292px;
    height: 289px;
    position: absolute;
    top: 50%;
    margin-top: -145px;
    left: 28%;
}

.control .up {
    position: absolute;
    top: 25%;
    left: 41%;
    z-index: 99;
}

.control .down {
    position: absolute;
    top: 70%;
    left: 41%;
    z-index: 99;
}

@media (max-width: 1584px) {
    body section.slideshow .detail .detail-item {
        right: 40vw;
    }
    .control .up {
        left: 25%;
    }
    .control .down {
        left: 25%;
    }
}

@media (max-height: 850px) {
    .control .up {
        top: 21%;
    }
    .control .down {
        top: 74%;
    }
}

@media (max-width:1280px) {
    .control .up {
        top: 293px;
        left: 2%;
    }
    .control .down {
        top: 293px;
        left: 91%;
        right: 0;
    }
}

.table-btn {
    color: #e4dcdc !important;
    /* Set the text color of the buttons */
}

.product-swiper {
    color: #0e0d0d;
    /* Set the text color of the buttons */
}

.product-swiper::after {
    font-size: 30px;
    font-weight: bold;
}

/* mobile slideshow */

.slide-mobile {
    position: relative;
}

.mobile-circle {
    height: 350px;
    width: 350px;
    border: 2px dashed #fff;
    border-bottom: none;
    border-radius: 50%;
    position: absolute;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -5%;
}

body section.slide-mobile ul.navigation-mobile {
    position: absolute;
    display: block;
    width: 350px;
    height: 350px;
    max-width: 350px !important;
    max-height: 350px !important;
    padding: 0;
    margin: 0;
    z-index: 10;
    top: 72px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -5%;
    overflow: hidden;
}

body section.slide-mobile ul.navigation-mobile li.navigation-item-mobile {
    position: absolute;
    display: inline-block;
    width: 120px;
    height: 120px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    transition: border 0.6s ease-in-out;
}

/* body section.slide-mobile ul.navigation-mobile li.navigation-item-mobile .rotate-holder-mobile {
	position: fixed;
	display: block;
	width: 0;
	height: 0;
	left: -9999px;
	top: -9999px;
	} */

body section.slide-mobile ul.navigation-mobile li.navigation-item-mobile .background-holder-mobile {
    position: absolute;
    display: block;
    width: 40%;
    height: 40%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
    background: radial-gradient(67.89% 67.89% at 22.63% 11.05%, rgba(217, 217, 217, 0.42) 0%, rgba(217, 217, 217, 0.06) 100%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}

body section.slide-mobile ul.navigation-mobile li.navigation-item-mobile.active .background-holder-mobile {
    width: 50%;
    height: 50%;
    background: #1E2832;
    box-shadow: inset -8px -8px 16px rgba(255, 255, 255, 0.3), inset 8px 8px 16px #070B0F;
}

body section.slide-mobile ul.navigation-mobile li.navigation-item-mobile:hover .background-holder-mobile {
    opacity: 0.75;
}

/* detail items */

body section.slide-mobile .detail-mobile {
    position: absolute;
    min-width: 250px;
    min-height: 210px;
    top: 370px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
}

body section.slide-mobile .detail-mobile .detail-item-mobile {
    /* position: absolute;
		display: block; */
    /*width: 100%;
		height: 100%;*/
    /* top: 0;
		right: 0;
		bottom: 0;
		left: 0; */
    /* width: 100%;
		height: 100%;
		opacity: 0;*/
    display: none;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

/* body section.slide-mobile .detail-mobile .detail-item-mobile .background {
		position: absolute;
		display: block;
		width: 100%;
		width: calc(100% + 100px);
		height: 100%;
		height: calc(100% + 100px);
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		overflow: visible;
		background-repeat: no-repeat;
		background-position: center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		z-index: 1;
	  } */

/* body section.slide-mobile .detail-mobile .detail-item-mobile .background::before {
		content: "";
		background: -moz-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%);
		background: -webkit-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%);
		background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#00000000",GradientType=1 );
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 2;
	  } */

body section.slide-mobile .detail-mobile .detail-item-mobile.active {
    display: block;
}

/* mobile slideshow end */

.qrcode_bg {
    background: rgb(35, 35, 36);
    border-radius: 4px;
}

.cfd {
    max-height: 822px;
    overflow: hidden;
}

.news-content-bg {
    /* background: radial-gradient(100% 100% at 2.55% 0,#000000 0,hsl(0deg 4% 24% / 47%) 100%);
	backdrop-filter: blur(6px);
	border-radius: 0px 0px 16px 16px; */
    border-radius: 0px 0px 16px 16px;
    background: radial-gradient(115.19% 139.63% at 2.55% 0%, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.47) 100%);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}

.news-hover {
    background: rgba(209, 209, 209, 0.5);
    -webkit-backdrop-filter: blur(25.5px);
    backdrop-filter: blur(25.5px);
    border-radius: 16px;
    padding: 20px;
    height: 500px;
    display: none;
    box-sizing: border-box;
}

@media only screen and (min-width:1024px) {
    .news:hover .news-hover {
        display: block;
    }
}

.news-img {
    -o-object-fit: cover;
    object-fit: cover;
    border-bottom: 0px;
}

.get_btn {
    background: linear-gradient(273.72deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.2) 99.24%);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 8px;
    transition-property: all;
    transition-duration: 500ms;
}

.get_btn:hover {
    background: #070B0F;
}

.email_input:focus {
    border: none;
    outline: 0;
    outline-offset: 0;
    box-shadow: none;
    border-bottom: 1px solid #fff;
}

.facula1 {
    width: 620px;
    height: 520px;
    background: linear-gradient(316.75deg, rgba(247, 247, 121, 0.15) 36.44%, rgba(247, 247, 121, 0.26) 77.41%);
    filter: blur(151px);
    left: -176px;
    top: -148px;
    position: absolute;
    z-index: 999;
}

.facula2 {
    position: absolute;
    width: 596.5px;
    height: 629.97px;
    right: 0;
    top: 597px;
    background: linear-gradient(316.75deg, rgba(117, 117, 116, 0.15) 36.44%, rgba(226, 226, 225, 0.26) 77.41%);
    filter: blur(100px);
    z-index: 999;
}

.facula3 {
    position: absolute;
    width: 175px;
    height: 601.34px;
    left: 0;
    top: 322px;
    background: linear-gradient(316.75deg, rgba(117, 117, 116, 0.15) 36.44%, rgba(226, 226, 225, 0.26) 77.41%);
    filter: blur(100px);
    z-index: 999;
}

.facula4 {
    position: absolute;
    /* width: 632.14px;
	height:350px; */
    left: -19px;
    top: -50px;
    background: linear-gradient(316.75deg, rgba(247, 247, 121, 0.15) 36.44%, rgba(247, 247, 121, 0.26) 77.41%);
    filter: blur(151px);
    z-index: 40;
}

.facula5 {
    position: absolute;
    width: 670.55px;
    height: 450.58px;
    left: 30%;
    top: 180px;
    background: linear-gradient(316.75deg, rgba(117, 117, 116, 0.15) 36.44%, rgba(226, 226, 225, 0.26) 77.41%);
    filter: blur(100px);
    transform: rotate(179deg);
    z-index: 999;
}

.facula6 {
    position: absolute;
    width: 599.09px;
    height: 622.94px;
    left: 138px;
    top: -74px;
    background: linear-gradient(316.75deg, rgba(117, 117, 116, 0.15) 36.44%, rgba(226, 226, 225, 0.26) 77.41%);
    filter: blur(100px);
    z-index: 999;
}

.facula7 {
    position: absolute;
    width: 599.09px;
    height: 622.94px;
    left: 138px;
    top: -73px;
    background: linear-gradient(316.75deg, rgba(117, 117, 116, 0.15) 36.44%, rgba(226, 226, 225, 0.26) 77.41%);
    filter: blur(100px);
    z-index: 999;
}

/* .facula8 {
	position: absolute;
	width: 762px;
	height: 388px;
	left: 651px;
	top: 277px;
	background: linear-gradient(316.75deg, rgba(117, 117, 116, 0.15) 36.44%, rgba(226, 226, 225, 0.26) 77.41%);
	filter: blur(100px);
	z-index: 999;
  } */

.facula9 {
    position: absolute;
    width: 683px;
    height: 167px;
    left: -15px;
    top: 137px;
    background: linear-gradient(316.75deg, rgba(117, 117, 116, 0.15) 36.44%, rgba(226, 226, 225, 0.26) 77.41%);
    filter: blur(100px);
    z-index: 999;
}

/* .facula10 {
	position: absolute;
	width: 683px;
	height: 167px;
	left: 1004px;
	top: 213px;
	background: linear-gradient(316.75deg, rgba(117, 117, 116, 0.15) 36.44%, rgba(226, 226, 225, 0.26) 77.41%);
	filter: blur(100px);
	z-index: 999;
  } */

.facula11 {
    position: absolute;
    max-width: 414px;
    height: 190px;
    right: 0;
    top: 351px;
    background: linear-gradient(316.75deg, rgba(247, 247, 121, 0.15) 36.44%, rgba(247, 247, 121, 0.26) 77.41%);
    filter: blur(141px);
    z-index: 999;
}

/* .facula12{
	position: absolute;
	width: 526.47px;
	height:601.34px;
	left: 409px;
	top: 322px;
	background: linear-gradient(316.75deg, rgba(117, 117, 116, 0.15) 36.44%, rgba(226, 226, 225, 0.26) 77.41%);
	filter: blur(100px);
	z-index: 999;
  } */

/* .facula13 {
	position: absolute;
	width: 596.5px;
	height: 629.97px;
	right: -200px;
	top: 600px;
	background: linear-gradient(316.75deg, rgba(117, 117, 116, 0.15) 36.44%, rgba(226, 226, 225, 0.26) 77.41%);
	filter: blur(100px);
	z-index: 800;
  } */

.facula14 {
    position: absolute;
    /* width: 526.47px;
	height: 301.34px; */
    left: -30px;
    top: 100px;
    background: linear-gradient(316.75deg, rgba(117, 117, 116, 0.15) 36.44%, rgba(226, 226, 225, 0.26) 77.41%);
    filter: blur(100px);
    z-index: 800;
}

@media(max-width: 1400px) {
    .facula1,
    .facula2,
    .facula3,
    .facula4,
    .facula5,
    .facula6,
    .facula7,
    .facula8,
    .facula9,
    .facula10,
    .facula11,
    .facula12,
    .facula13,
    .facula14 {
        display: none;
    }
}

.product-box-shadow {
    box-shadow: 2px 2px 6px 0px #00000040;
    margin-top: 0px;
    border-radius: 18px;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (min-width: 640px) {
    .product-box-shadow {
        margin-top: 65px;
    }
}

.footer-bg {
    background: url(../statics/images/prefooter/prefooter-bg.png) no-repeat center center;
    background-size: cover;
}

.search-input {
    background: #EFEFF0;
    box-shadow: inset 3.62px -3.62px 8px rgba(184, 189, 205, 0.09), inset -3.62px 3.62px 6px rgba(184, 189, 205, 0.19);
    border-radius: 16px;
    border: none;
}

.box-shadow {
    box-shadow: -4px -6px 24px rgba(184, 189, 205, 0.2), 6px 4px 24px rgba(184, 189, 205, 0.2);
    border-radius: 0.5rem;
}

.small-box-shadow {
    box-shadow: -4px -6px 24px rgba(184, 189, 205, 0.2), 6px 4px 24px rgba(184, 189, 205, 0.2);
    border-radius: 0 0 16px 16px;
}

.inc-slide {
    height: 160px !important;
}

.overview-bg {
    background: url('../statics/images/account_overview_bg.png') #fff center center;
    background-size: contain;
    background-blend-mode: difference;
}

.account_box_1 {
    border: 1px solid #EFEFF0;
    border-top: 2px solid #B8BDCD;
    box-shadow: -4px -6px 24px rgba(184, 189, 205, 0.2), 6px 4px 24px rgba(184, 189, 205, 0.2);
    border-radius: 16px;
}

.account_box_2 {
    border: 1px solid #FFD400;
    border-top: 2px solid #FFD400;
    box-shadow: -4px -6px 24px rgba(184, 189, 205, 0.2), 6px 4px 24px rgba(184, 189, 205, 0.2);
    border-radius: 16px;
}

.account_bar {
    position: absolute;
    background: #FFD400;
    transform: rotate(44.5deg);
    top: 27px;
    right: -30px;
    width: 143.48px;
    height: 24.71px;
    text-align: center;
}

.account_bar span {
    font-size: 10px;
    line-height: 16px;
    font-weight: 700;
    color: #595F71;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transform: rotate(42.5deg);
}

.itembar {
    width: 100%;
}

.itembar::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    left: 0;
    top: 95px;
    background-image: linear-gradient(to right, rgb(238, 174, 38) 0%, rgb(238, 174, 38) 50%, transparent 50%);
    background-size: 30px;
    background-repeat: repeat-x;
    z-index: 0;
    opacity: 0.5;
}

@media(max-width:640px) {
    .itembar {
        display: none;
    }
}

.v-itembar {
    height: 100%;
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    left: 0;
    top: 270px;
    background-image: linear-gradient(to right, rgb(238, 174, 38) 0%, rgb(238, 174, 38) 50%, transparent 50%);
    background-size: 30px;
    background-repeat: repeat-x;
    z-index: 888;
    opacity: 0.5;
    transform: rotate(90deg);
}

.v-num {
    position: absolute;
    left: 48%;
    background-color: #0053AD;
    border-radius: 80px;
    width: 24px;
    height: 24px;
    z-index: 999;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.circle_bg {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(184, 189, 205, 0.3);
    border-radius: 100%;
}

table {
    filter: drop-shadow(-4px -6px 24px rgba(184, 189, 205, 0.2)) drop-shadow(6px 4px 24px rgba(184, 189, 205, 0.2));
}

.main_title {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 3rem;
    line-height: 1;
    font-weight: 300;
    line-height: 80px;
    --tw-text-opacity: 1;
    color: rgb(57 61 72 / var(--tw-text-opacity));
    font-family: 'Lato';
}

.home_title {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.02em;
}

@media (min-width: 640px) {
    .home_title {
        font-size: 32px;
        font-weight: 400;
        line-height: 56px;
    }
}

@media (min-width: 768px) {
    .home_title {
        font-size: 36px;
    }
}

@media (min-width: 1024px) {
    .home_title {
        font-size: 40px;
    }
}

.home_title_product {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.02em;
}

@media (min-width: 640px) {
    .home_title_product {
        font-size: 28px;
        font-weight: 400;
    }
}

@media (min-width: 768px) {
    .home_title_product {
        font-size: 32px;
    }
}

@media (min-width: 1024px) {
    .home_title_product {
        font-size: 32px;
    }
}

@media (min-width: 1280px) {
    .home_title_product {
        font-size: 36px;
        line-height: 56px;
    }
}

.home_content {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 24px;
    letter-spacing: 0.02em;
}

@media (min-width: 640px) {
    .home_content {
        line-height: 30px;
    }
}

@media (max-width:640px) {
    .home_content {
        font-weight: 300;
        font-family: 'Lato';
    }
}

.notice_title {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.02em;
    --tw-text-opacity: 1;
    color: rgb(22 30 37 / var(--tw-text-opacity));
    font-family: 'Lato';
}

@media (min-width: 640px) {
    .notice_title {
        font-size: 22px;
        line-height: 56px;
    }
}

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

@media (min-width: 1024px) {
    .notice_title {
        font-size: 30px;
    }
}

.section_title {
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 0.02em;
    --tw-text-opacity: 1;
    color: rgb(22 30 37 / var(--tw-text-opacity));
    font-family: 'Lato';
}

@media (min-width: 640px) {
    .section_title {
        font-size: 32px;
        line-height: 56px;
    }
}

@media (min-width: 768px) {
    .section_title {
        font-size: 36px;
    }
}

@media (min-width: 1024px) {
    .section_title {
        font-size: 40px;
    }
}

.group-title {
    color: var(--primary-blue, #393D48);
    font-size: 48px;
    font-style: normal;
    line-height: 80px;
    /* 166.667% */
    letter-spacing: 0.96px;
}

@media screen and (max-width:640px) {
    .group-title {
        font-size: 24px;
        line-height: 40px
    }
}

.gp-sec-title {
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 0.02em;
    --tw-text-opacity: 1;
    color: rgb(22 30 37 / var(--tw-text-opacity));
    font-family: 'Lato';
}

@media (min-width: 640px) {
    .gp-sec-title {
        font-size: 32px;
        line-height: 56px;
    }
}

@media (min-width: 768px) {
    .gp-sec-title {
        font-size: 36px;
    }
}

@media (min-width: 1024px) {
    .gp-sec-title {
        font-size: 40px;
    }
}

.gp-sec-title-2 {
    font-size: 28px;
    letter-spacing: 0.02em;
    --tw-text-opacity: 1;
    color: rgb(22 30 37 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
    .gp-sec-title-2 {
        font-size: 32px;
        line-height: 56px;
    }
}

@media (min-width: 768px) {
    .gp-sec-title-2 {
        font-size: 36px;
    }
}

@media (min-width: 1024px) {
    .gp-sec-title-2 {
        font-size: 40px;
    }
}

.gp-content {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.36px;
    --tw-text-opacity: 1;
    color: rgb(30 40 51 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
    .gp-content {
        font-size: 1.125rem;
        line-height: 1.75rem;
        line-height: 30px;
    }
}

.sub_title {
    font-size: 20px;
    letter-spacing: 0.02em;
    --tw-text-opacity: 1;
    color: rgb(57 61 72 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
    .sub_title {
        font-size: 22px;
        line-height: 32px;
    }
}

.content {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 300;
    letter-spacing: 0.02em;
    --tw-text-opacity: 1;
    color: rgb(30 40 51 / var(--tw-text-opacity));
    font-family: 'Lato';
}

@media (min-width: 640px) {
    .content {
        font-size: 1.125rem;
        line-height: 1.75rem;
        line-height: 30px;
    }
}

.detail-content {
    margin-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 30px;
    --tw-text-opacity: 1;
    color: rgb(30 40 51 / var(--tw-text-opacity));
}

.detail-content-small {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 30px;
    --tw-text-opacity: 1;
    color: rgb(30 40 51 / var(--tw-text-opacity));
}

.explore_more_text {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.list_item_head {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
}

.list_item_content {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #595F71;
}

.disclaimer_text {
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
    --tw-text-opacity: 1;
    color: rgb(131 140 168 / var(--tw-text-opacity));
    letter-spacing: 1.5px;
}

.post_tag_text {
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(131 140 168 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
    .post_tag_text {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

.post_main_title {
    font-size: 20px;
    letter-spacing: 0.02em;
    --tw-text-opacity: 1;
    color: rgb(7 11 15 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .post_main_title {
        font-size: 30px;
    }
}

@media (min-width: 1024px) {
    .post_main_title {
        font-size: 40px;
        line-height: 56px;
    }
}

.postBody {
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.02em;
    --tw-text-opacity: 1;
    color: rgb(30 40 51 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
    .postBody {
        font-size: 1rem;
        line-height: 1.5rem;
        line-height: 30px;
    }
}

/* blog section */

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

.post_hover:hover {
    --tw-text-opacity: 1;
    color: rgb(247 185 63 / var(--tw-text-opacity));
}

.pre-icon:before {
    content: "\2022";
    color: #FFD400;
    font-size: 25px;
    display: inline-block;
    transform: translate(-10px, 3px);
}

.mam-input {
    margin-top: 1rem;
    border-bottom-width: 1px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    --tw-border-opacity: 1;
    border-color: rgb(226 228 229 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(36 36 38 / var(--tw-text-opacity));
}

.ln-letters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1024px) {
    .ln-letters {
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
        row-gap: 20px;
    }
}

.ln-disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.ln-letters a {
    border-radius: 0.125rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(239 239 240 / var(--tw-border-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 11px;
    padding-bottom: 11px;
    --tw-text-opacity: 1;
    color: rgb(57 61 72 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    font-family: 'Lato Bold';
}

.ln-letters a:hover {
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgb(255 212 0 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ln-letters a.ln-selected {
    --tw-bg-opacity: 1;
    background-color: rgb(255 212 0 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ln-letter-count {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    text-align: center;
    font-size: 0.8em;
    line-height: 1.35;
    color: #336699
}

.item-class p {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 300;
    line-height: 30px;
    --tw-text-opacity: 1;
    color: rgb(30 40 51 / var(--tw-text-opacity));
    font-family: 'Lato';
}

.news_box {
    background: rgba(255, 255, 255, 0.85);
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    border-color: #EFEFF0;
    border-radius: 0px 0px 8px 8px;
    width: 100%;
}

.news_box_2 {
    background: rgba(255, 255, 255, 0.85);
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    border-color: #EFEFF0;
    border-radius: 8px;
    width: 80%;
}

.title_box {
    background: rgba(255, 255, 255, 0.85);
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    border-color: #EFEFF0;
    border-radius: 8px 0px 8px 0px;
    width: auto;
}

.login {
    background-image: url('../statics/images/account/login_bg.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}

.login_field {
    box-sizing: border-box;
    width: 298px;
    height: 56px;
    border: 1px solid rgba(102, 102, 102, 0.35);
    border-radius: 12px;
}

@media(max-width: 640px) {
    .login_field {
        width: 100%;
    }
}

.or_line {
    width: 114.5px;
    height: 2px;
    background: rgba(102, 102, 102, 0.25);
}

.register_field {
    border: none;
    border-bottom: 1px solid rgba(102, 102, 102, 0.35);
    width: 330px;
    height: 40px;
    outline: none !important;
}

/* remove for additional style */

/* [type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
	border: none !important;
	box-shadow: none !important;
	border-bottom: 1px solid rgba(102, 102, 102, 0.35) !important;
} */

.register_field_xl {
    border: none;
    border-bottom: 1px solid rgba(102, 102, 102, 0.35);
    width: 475px;
    height: 40px;
}

@media(max-width:640px) {
    .register_field_xl {
        width: 330px;
    }
}

.trading-conditions a {
    --tw-text-opacity: 1;
    color: rgb(236 171 5 / var(--tw-text-opacity));
    text-decoration-line: underline;
}

.content2 {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.02em;
    --tw-text-opacity: 1;
    color: rgb(30 40 51 / var(--tw-text-opacity));
    font-family: 'Lato';
}

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

.sub_pro {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 30px;
    letter-spacing: 0.02em;
    --tw-text-opacity: 1;
    color: rgb(57 61 72 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
    .sub_pro {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

.content-pro {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.02em;
    --tw-text-opacity: 1;
    color: rgb(7 11 15 / var(--tw-text-opacity));
    font-family: 'Lato';
}

@media (min-width: 640px) {
    .content-pro {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

.content-pro2 {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.02em;
    --tw-text-opacity: 1;
    color: rgb(57 61 72 / var(--tw-text-opacity));
    font-family: 'Lato';
}

@media (min-width: 640px) {
    .content-pro2 {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

ul.bullet {
    margin: 1rem;
    padding-left: 2rem;
}

.note {
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(57 61 72 / var(--tw-text-opacity));
    font-family: 'Lato';
}

@media (min-width: 640px) {
    .note {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

.table-scroll {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
    filter: drop-shadow(-4px -6px 24px rgba(184, 189, 205, 0.2)) drop-shadow(6px 4px 24px rgba(184, 189, 205, 0.2));
}

.table-scroll table {
    width: 100%;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0;
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
    z-index: 0;
}

.table-scroll table thead tr:first-child th:first-child {
    border-top-left-radius: .5rem
}

.table-scroll table thead tr:first-child th:last-child {
    border-top-right-radius: .5rem;
    border-right-width: 0
}

/* .table-scroll table thead tr{
	--bg-opacity: 1;
	background-color: #383d49;
	background-color: rgba(56, 61, 73, var(--bg-opacity));
	--text-opacity: 1;
	color: #fff;
	color: rgba(255, 255, 255, var(--text-opacity));
	font-weight: 400;
	text-transform: uppercase;
	font-size: 1rem;
	padding: .5rem;
	border-width: 1px 0 0 1px;
	--border-opacity: 1;
	border-color: #4a5568;
	border-color: rgba(74, 85, 104, var(--border-opacity));
	text-align: center
} */

.table-scroll th {
    --bg-opacity: 1;
    background: rgba(229, 229, 231, 0.5);
    --text-opacity: 1;
    color: #595F71;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1rem;
    padding: .5rem;
    text-align: center
}

@media (min-width:640px) {
    .table-scroll table thead tr th {
        font-size: 1.125rem
    }
}

@media (min-width:768px) {
    .table-scroll table thead tr th {
        font-size: 1rem;
        padding: 1rem
    }
}

.table-scroll table thead tr th.sticky-th {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 2
}

.table-scroll table tbody {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.table-scroll table tbody tr:last-child td:first-child {
    border-bottom-left-radius: .5rem
}

.table-scroll table tbody tr:last-child td:last-child {
    border-bottom-right-radius: .5rem
}

.table-scroll table tbody tr td {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
    padding: .5rem;
    font-size: .875rem;
    border-width: 1px 0 0 1px;
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
    z-index: 0
}

.table-scroll table tbody tr td:first-child {
    border-left-width: 0
}

@media (min-width:640px) {
    .table-scroll table tbody tr td {
        font-size: .875rem
    }
}

@media (min-width:768px) {
    .table-scroll table tbody tr td {
        font-size: .875rem;
        padding: 1rem
    }
}

.table-scroll table tbody tr td.sticky-td {
    position: sticky;
    left: 0;
    z-index: 2;
    text-align: left;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.spreads-commission-swap-table-2 td {
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(30 40 51 / var(--tw-text-opacity));
}

.spreads-commission-swap-table-2 td:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

@media (min-width: 640px) {
    .spreads-commission-swap-table-2 td {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.spreads-commission-swap-table-2 td,
.spreads-commission-swap-table-2 tr {
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(239 239 240 / var(--tw-border-opacity));
}

.table-stack {
    display: block;
    width: 100%
}

@media (min-width:768px) {
    .table-stack {
        display: table
    }
}

.table-stack .table-header {
    display: none;
    padding-bottom: .5rem;
    --border-opacity: 1;
    border-color: #fbdc9d;
    border-color: rgba(251, 220, 157, var(--border-opacity))
}

@media (min-width:768px) {
    .table-stack .table-header {
        display: table-row
    }
}

.table-stack .table-header .th {
    padding: 1rem;
    --bg-opacity: 1;
    background: rgba(229, 229, 231, 0.5);
    --text-opacity: 1;
    color: #595F71;
    /* font-weight: 700; */
    /* font-size: 1.125rem; */
    text-transform: uppercase;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
    text-align: center;
}

.rg-227-shadow {
    filter: drop-shadow(-4px -6px 24px rgba(184, 189, 205, 0.2)) drop-shadow(6px 4px 24px rgba(184, 189, 205, 0.2));
    border-radius: 8px;
}

.table-stack .table-header .th:first-child {
    border-top-left-radius: .5rem
}

.table-stack .table-header .th:last-child {
    border-top-right-radius: .5rem
}

@media (min-width:768px) {
    .table-stack .table-header .th {
        display: table-cell
    }
}

.table-stack .table-body {
    display: flex;
    flex-wrap: wrap;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    margin-bottom: .5rem
}

@media (min-width: 640px) {
    .table-body div:nth-of-type(2) {
        font-weight: 600;
    }
}

@media (min-width:768px) {
    .table-stack .table-body {
        margin-bottom: 0;
        display: table-row
    }
}

.table-stack .table-body .th-md {
    display: table-cell;
    padding: .5rem;
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
    font-size: .875rem;
    text-transform: uppercase
}

@media (min-width:768px) {
    .table-stack .table-body .th-md {
        display: none;
        /* padding: 1rem;
		font-size: 1.125rem; */
    }
}

.table-stack .table-body .td {
    display: table-cell;
    padding: .5rem;
    border-right-width: 1px;
    border-top-width: 1px;
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    font-size: .875rem;
    --text-opacity: 1;
    color: #1E2833;
    color: rgba(45, 55, 72, var(--text-opacity))
}

@media (min-width:768px) {
    .table-stack .table-body .td {
        padding: 1rem;
        /* font-size: 1.125rem */
    }
}

.table-center table thead tr th {
    padding: 1rem .5rem;
    font-size: 1rem
}

.table-center table tbody tr td {
    text-align: center;
    padding: 1rem .5rem;
    font-size: .875rem
}

.table-tabs {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    --bg-opacity: 1;
    background-color: #383d49;
    background-color: rgba(56, 61, 73, var(--bg-opacity));
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
    text-transform: uppercase;
    font-size: 1rem;
    text-align: center;
    border-bottom-width: 4px;
    --border-opacity: 1;
    border-color: #f7b93f;
    border-color: rgba(247, 185, 63, var(--border-opacity));
    display: flex;
    flex-direction: row;
    align-items: stretch
}

@media (min-width:640px) {
    .table-tabs {
        font-size: 1.125rem
    }
}

@media (min-width:768px) {
    .table-tabs {
        font-size: 1.25rem
    }
}

.table-tabs .tab {
    padding: .75rem .5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

@media (min-width:768px) {
    .table-tabs .tab {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

.table-tabs .tab:last-child {
    border-width: 0
}

.table-tabs .tab.active {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    position: relative
}

.table-tabs .tab.active:after {
    width: 0;
    height: 0;
    position: absolute;
    content: "";
    display: block;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 13px solid #fff;
    left: 50%;
    margin-left: -13px;
    bottom: -4px
}

.table-header-b-border {
    border-bottom: 4px solid #f7b93f
}

@media(max-width:640px) {
    .container-full {
        width: 100%;
        margin: 0 !important;
    }
}

.partner_box {
    background: #FAFAFA;
    border-top: 3px solid #B8BDCD;
    box-shadow: -4px -6px 24px rgba(184, 189, 205, 0.2), 6px 4px 24px rgba(184, 189, 205, 0.2);
}

/* for responsive tables */

/* account-overview section table */

.account-table th,
.account-table td,
.account-table tr {
    word-wrap: break-word;
}

.forex-table th,
.forex-table td,
.forex-table tr {
    word-wrap: break-word;
}

.indices-table th,
.indices-table td,
.indices-table tr {
    word-wrap: break-word;
}

.spread-commission-swap-table tr {
    border-bottom: 1px solid #EFEFF0;
}

.spread-commission-swap-table th,
.spread-commission-swap-table td,
.spread-commission-swap-table tr {
    word-wrap: break-word;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    text-align: center;
}

@media (min-width: 640px) {
    .spread-commission-swap-table th,
    .spread-commission-swap-table td,
    .spread-commission-swap-table tr {
        padding-left: 0px;
        padding-right: 0px;
        padding-left: 1rem;
        text-align: left;
    }
}

.spread-holder {
    background: #FFFFFF;
    border: 1px solid #EFEFF0 !important;
    box-shadow: -4px -6px 24px rgba(184, 189, 205, 0.2), 6px 4px 24px rgba(184, 189, 205, 0.2) !important;
    border-radius: 8px !important;
}

.table-holder {
    border-radius: 8px;
    border: 1px solid #EFEFF0;
}

@media(max-with:640px) {
    .forex-pl td {
        width: 20%;
    }
}

.forex-table-width td {
    width: 25%;
}

@media (min-width: 640px) {
    .forex-table-width td {
        width: 20%;
    }
}

@media(min-width:640px) {
    .forex-pl tr td:last-of-type {
        padding-left: 20px !important;
    }
}

.share-table td {
    width: 25%;
}

/* .forex-table tr:last-of-type td:first-of-type{

	border-bottom-left-radius:8px;
}
.forex-table tr:last-of-type td:last-of-type{

	border-bottom-right-radius:8px;
} */

.spread-commission-swap-table tbody tr:first-of-type {
    background: rgba(229, 229, 231, 0.5);
}

.indices-table tr:last-of-type td:first-of-type {
    border-bottom-left-radius: 8px;
}

.indices-table tr:last-of-type td:last-of-type {
    border-bottom-right-radius: 8px;
}

@media screen and (max-width: 640px) {
    .account-table td,
    .account-table tr {
        font-size: 10px !important;
    }
    .account-table th {
        font-size: 12 !important;
    }
    .indices-table th,
    .indices-table td,
    .indices-table tr {
        font-size: 13px !important;
    }
    .spread-commission-swap-table th {
        font-size: 14px !important;
    }
    .home-product-table td,
    .home-product-table th {
        font-size: 12px !important;
    }
}

#minimum {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

#video-holder {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    z-index: -1;
    overflow: hidden;
}

.table-search th,
.table-search td {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: center;
}

@media (min-width: 640px) {
    .table-search th,
    .table-search td {
        padding-left: 1rem;
        text-align: left;
    }
}

.table-search th {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
}

@media (min-width: 640px) {
    .table-search th {
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 700;
    }
}

.table-search td:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

#share-trading-example-table tr,
#share-trading-example-table td,
#share-trading-example-table th {
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(239 239 240 / var(--tw-border-opacity));
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.share-example-holder {
    border: 1px solid #FFFFFF;
    border-radius: 8px;
}

.calendar-table th,
.calendar-table td {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.calendar-table th {
    font-size: 10px;
    letter-spacing: 0.05em;
    font-family: 'Lato Bold';
}

.calendar-table td {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 14px;
}

.mt5-table td,
.mt5-table th {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

@media (min-width: 640px) {
    .mt5-table td,
    .mt5-table th {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

.mt5-table th {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-family: 'Lato Bold';
}

.mt5-table td {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-family: 'Lato';
}

.mt5-table .row-head {
    text-align: left;
}

@media (min-width: 640px) {
    .mt5-table .row-head {
        white-space: nowrap;
    }
}

.cover-image {
    background-image: url(../statics/images/bcr-profile/about-bcr-bg.jpg);
    background-size: cover;
    background-position: center bottom;
    max-height: 600px;
    width: 100%;
}

.float-text-bg::before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../statics/images/bcr-profile/float-text-bg.png);
    background-repeat: no-repeat;
    opacity: 0.2;
    top: 25%;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    z-index: -1;
}

@media screen and (max-width:824px) {
    .float-text-bg::before {
        background-size: cover;
    }
}

/*
.sydney-bg{
	background-image: url(../statics/images/contact-us/sydney-bg.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: 30% 50%;
	opacity: 1;
}

.melbourne-bg{
	background-image: url(../statics/images/contact-us/melbourne-bg.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	opacity: 0;
} */

.contact-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: opacity 1s ease-in-out;
}

#sydney-bg {
    background-image: url(../statics/images/contact-us/sydney-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 30% 50%;
    opacity: 1;
}

#melbourne-bg {
    background-image: url(../statics/images/contact-us/melbourne-bg-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
}

@media screen and (max-width:640px) {
    #melbourne-bg {
        background-position: right;
    }
}

#bg-switch {
    position: relative;
    transition: opacity 1s ease-in-out;
}

.partners-bg {
    background-color: linear-gradient(138.25deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../statics/images/partners/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.partners-bg-mobile {
    background-color: linear-gradient(138.25deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../statics/images/partners/bg-mobile.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

@media screen and (max-width:640px) {
    .partners-bg {
        filter: blur(2px);
    }
}

/*
.partners-bg{
	background-image: url(../statics/images/partners/banner.jpg);
	background-size:cover;
	background-position:center;
	background-repeat: no-repeat;
	z-index: -1;

} */

.grdient {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.6) 20.17%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.video-cover-bg {
    background-image: url(../statics/images/video-tutorial/1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
    .home-cfd-border-1 {
        border-right: 2px solid;
        border-image-source: linear-gradient(to bottom, #FFD400 -0.49%, rgba(255, 242, 181, 0) -0.49%, #FFD400 100%);
        border-image-slice: 1;
    }
    .home-cfd-border-3 {
        border-top: 2px solid;
        border-image-source: linear-gradient(to right, #FFD400 -0.49%, rgba(255, 242, 181, 0) -0.49%, #FFD400 100%);
        border-image-slice: 1;
    }
    .home-cfd-border-4 {
        margin-left: -2px;
        border-left: 2px solid;
        border-image-source: linear-gradient(to top, #FFD400 -0.49%, rgba(255, 242, 181, 0) -0.49%, #FFD400 100%);
        border-image-slice: 1;
    }
    .home-cfd-border-2 {
        margin-bottom: -2px;
        border-bottom: 2px solid;
        border-image-source: linear-gradient(to left, #FFD400 -0.49%, rgba(255, 242, 181, 0) -0.49%, #FFD400 100%);
        border-image-slice: 1;
    }
}

.partners-border-1 {
    border-right: 1px solid;
    border-image-source: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0.01%, rgba(255, 255, 255, 0.3) 103.57%);
    border-image-slice: 1;
}

.partners-border-2 {
    margin-bottom: -1px;
    border-bottom: 1px solid;
    border-image-source: linear-gradient(to left, rgba(255, 255, 255, 0) 0.01%, rgba(255, 255, 255, 0.3) 103.57%);
    border-image-slice: 1;
}

.partners-border-3 {
    border-top: 1px solid;
    border-image-source: linear-gradient(to right, rgba(255, 255, 255, 0) 0.01%, rgba(255, 255, 255, 0.3) 103.57%);
    border-image-slice: 1;
}

.partners-border-4 {
    margin-left: -1px;
    border-left: 1px solid;
    border-image-source: linear-gradient(to top, rgba(255, 255, 255, 0) 0.01%, rgba(255, 255, 255, 0.3) 103.57%);
    border-image-slice: 1;
}

@media (max-width:640px) {
    .home-cfd-border-1 {
        border-bottom: 2px solid;
        border-image-source: linear-gradient(90deg, #FFD400 -0.49%, rgba(255, 242, 181, 0) -0.49%, #FFD400 46.61%, rgba(255, 245, 181, 0) 100%);
        border-image-slice: 1;
    }
    .home-cfd-border-2 {
        border-bottom: 2px solid;
        border-image-source: linear-gradient(90deg, #FFD400 -0.49%, rgba(255, 242, 181, 0) -0.49%, #FFD400 46.61%, rgba(255, 245, 181, 0) 100%);
        border-image-slice: 1;
    }
    .home-cfd-border-3 {
        border-bottom: 2px solid;
        border-image-source: linear-gradient(90deg, #FFD400 -0.49%, rgba(255, 242, 181, 0) -0.49%, #FFD400 46.61%, rgba(255, 245, 181, 0) 100%);
        border-image-slice: 1;
    }
}

.real-time-box-shadow {
    box-shadow: 2px 2px 6px 0px #00000040;
}

.swiper-container {
    margin: 0 auto;
}

.swiper_wrap {
    height: 100%;
    width: 100%;
    position: relative;
}

.swiper_wrap .swiper-button-next {
    color: gray;
    margin-top: 0px;
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px;
    transform: translateY(-50%);
}

.swiper_wrap .swiper-button-prev {
    color: gray;
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px;
    transform: translateY(-50%);
    margin-top: 0px;
}

.swiper_wrap .swiper-button-prev::after,
.swiper_wrap .swiper-button-next::after {
    font-weight: 900 !important;
}

@media (max-width:640px) {
    .tablesSwiper {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .swiper_wrap .swiper-button-prev {
        bottom: 0;
        top: 105%;
        left: 40%;
    }
    .swiper_wrap .swiper-button-next {
        bottom: 0;
        top: 105%;
        right: 40%;
    }
}

.tablesSwiper {
    padding-left: 50px;
    padding-right: 50px;
}

.tablesSwiper .swiper-slide {
    visibility: hidden;
}

.tablesSwiper .swiper-slide.swiper-slide-active {
    visibility: visible;
}

/* #table-nav{

	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
} */

.table-bg {
    border-radius: 20px;
    background: linear-gradient(316deg, rgba(117, 117, 116, 0.05) 17%, rgba(226, 226, 225, 0.14) 32%, rgba(117, 117, 116, 0.05) 45%);
}

.home-table {
    min-width: 100%;
    display: table;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    overflow: hidden;
}

.home-table .table-header {
    display: table-header-group;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.home-table .table-body {
    display: table-row-group;
}

.home-table .table-row {
    display: table-row;
}

.home-table .table-cell {
    display: table-cell;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
    vertical-align: bottom;
}

.home-table .header-cell {
    text-transform: uppercase;
}

@media (min-width: 640px) {
    .home-table .header-cell:last-child {
        display: none;
    }
}

.home-table .header-cell:nth-last-child(2) {
    display: none;
}

@media (min-width: 640px) {
    .home-table .header-cell:nth-last-child(2) {
        display: block;
    }
}

.home-table .table-header .table-row .table-cell {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.home-table .mobile-cell {
    display: none;
}

@media screen and (max-width:640px) {
    .home-table .mobile-cell {
        display: inline-block;
    }
    .home-table .buy-cell {
        display: none;
    }
    .home-table .table-body .table-row:nth-last-of-type(2) .table-cell {
        border-bottom: none;
    }
}

.home-table .table-cell {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 400;
}

@media (min-width: 640px) {
    .home-table .table-cell {
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 500;
    }
}

.home-table span {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 400;
}

@media (min-width: 640px) {
    .home-table span {
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 500;
    }
}

.home-table .header-cell {
    font-size: 0.75rem;
    line-height: 1rem;
}

@media (min-width: 640px) {
    .home-table .header-cell {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

.home-table .buy-cell {
    font-size: 0.75rem;
    line-height: 1rem;
}

.home-table .table-body .table-cell {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.home-table .table-body .table-row:last-of-type .table-cell {
    display: none;
    border-bottom: none;
}

/* .home-product-table{
	@apply w-full text-white ;
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.2);
}
.home-product-table th{
	@apply text-sm uppercase;
}
.home-product-table tr{
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.home-product-table th:first-of-type{
     border-top-left-radius:20px;
}
.home-product-table tbody tr:last-child{
	border-bottom: 0px solid rgba(255, 255, 255, 0.2);
}
.home-product-table tr td:nth-last-child(2){
	@apply text-xs;
}
.home-product-table td,.home-product-table th{
	@apply px-2 py-3 sm:py-4 text-center font-medium text-base;
}

.home-product-table th{
	@apply font-medium text-sm;
}
.home-table-holder{
	@apply inline-block min-w-full ;
	border: 5px solid rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(10px);
	border-radius: 20px;
	overflow:hidden;
	z-index: 999;
}*/

.product_btn {
    position: relative;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(184 189 205 / var(--tw-text-opacity));
}

.product_btn:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 212 0 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

.active.product_btn {
    --tw-bg-opacity: 1;
    background-color: rgb(255 212 0 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

.active .product_btn {
    --tw-bg-opacity: 1;
    background-color: rgb(255 212 0 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
    .product_btn {
        padding-left: 1rem;
        padding-right: 1rem;
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

.product_btn {
    background: rgba(255, 255, 255, 0.2);
}

select {
    padding-right: 0 !important;
    text-align: center !;
}

.rda-btn {
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(30 40 51 / var(--tw-bg-opacity));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* ::-webkit-scrollbar{
	-webkit-appearance: none;
	-webkit-overflow-scrolling: Auto;
	width: 10px !important;
}
::-webkit-scollbar-vertical{
	width:10px !important;
}
::-webkit-scollbar-horizontal{
	width:10px !important;
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
	-webkit-border-radius: 10px !important;
	border-radius: 10px !important;
  }
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px !important;
   border-radius: 10px !important;
   background: #41617D !important;
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important;
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #41617D !important;
  } */

.twitter-holder {
    border-radius: 8px;
    border: 1px solid var(--line, #EFEFF0);
}

.scroll-container::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 6px;
}

/* .scroll-container::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
	-webkit-border-radius: 8px !important;
	border-radius: 8px !important;
  } */

.scroll-container::-webkit-scrollbar-thumb {
    background-color: #B8BDCD;
    height: 4px !important;
    border-radius: 8px !important;
}

@media screen and (max-width:640px) {
    .glossary-desc {
        font-size: 14px !important;
        line-height: 1.25rem;
    }
}

.account-table-holder {
    filter: drop-shadow(-4px -6px 24px rgba(184, 189, 205, 0.2)) drop-shadow(6px 4px 24px rgba(184, 189, 205, 0.2));
}

@media screen and (max-width:640px) {}

.calendar_hidden {
    display: none;
}

#filter_screen {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f8f8f8;
    border-radius: 8px;
    z-index: 9999;
    display: none;
    border: solid 1px #ebe8e8;
}

@media screen and (max-width:640px) {
    #filter_screen {
        position: absolute;
        min-width: 300px;
        max-width: 500px;
        top: 320px;
    }
}

#impact_screen {
    display: none;
    background-color: #f8f8f8;
    border: solid 1px #ebe8e8;
    z-index: 8000;
}

.impact_hidden {
    display: none !important;
}

.country_hidden {
    display: none !important;
}

.time_hidden {
    display: none !important;
}

.date_hidden {
    display: none !important;
}

.btn_date.selected {
    --tw-bg-opacity: 1;
    background-color: rgb(255 212 0 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

.eco-filter-desktop {
    display: flex;
    justify-content: flex-end;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 1rem;
}

@media (min-width: 640px) {
    .eco-filter-desktop {
        position: absolute;
        top: 22px;
        right: 2.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 0px;
    }
}

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

.alert_success {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 400px;
    min-height: 200px;
    background-color: #424242cc;
    border-radius: 8px;
    z-index: 9999;
    border: solid 1px #ebe8e8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 212 0 / var(--tw-text-opacity));
}

.live-chat-group {
    position: fixed;
    right: 0;
    z-index: 1500;
    display: flex;
    flex-direction: column;
    bottom: 1rem
}

.live-chat-group .item {
    padding: .5rem;
    position: relative;
    bottom: 0;
    margin: .5rem;
    --bg-opacity: 1;
    background-color: #f7b93f;
    background-color: rgba(247, 185, 63, var(--bg-opacity));
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 9999px;
    cursor: pointer;
    transition: width .3s
}

@media (min-width: 768px) {
    .live-chat-group {
        bottom: 1rem
    }
}

@media (min-width: 1024px) {
    .live-chat-group {
        margin-top: .5rem;
        bottom: 1rem
    }
}

@media (min-width: 1280px) {
    .live-chat-group {
        margin-top: 0;
        bottom: 0;
    }
    .live-chat-group .item {
        width: 4rem;
        height: 4rem;
        padding: .5rem
    }
}

.not-found-bg {
    background-image: url(../statics/images/errors/404-space.jpg);
    background-repeat: no-repeat;
}

.not-found-btn {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.maintainence_bg {
    background-image: url(../statics/images/errors/500.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.qr_btn {
    border-radius: 0.5rem;
    border-width: 1px;
    border-color: transparent;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}

.qr_btn:hover {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.qr_selected {
    border-radius: 0.5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.logo_style {
    font-size: 42px;
    --tw-text-opacity: 1;
    color: rgb(255 212 0 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
    .logo_style {
        font-size: 53px;
    }
}

@media (min-width: 1024px) {
    .logo_style {
        font-size: 83px;
    }
}

.table_style thead tr:first-of-type {
    --tw-bg-opacity: 1;
    background-color: rgb(229 229 231 / var(--tw-bg-opacity));
    text-align: left;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

@media (min-width: 640px) {
    .table_style thead tr:first-of-type {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.table_style thead tr:nth-child(2) {
    background: rgba(229, 229, 231, 0.50);
    text-align: start;
    font-size: 12px;
    color: #595F71;
}

.table_style th,
.table_style td {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #EFEFF0;
}

.table_style tbody th {
    font-size: 0.75rem;
    line-height: 1rem;
}

@media (min-width: 640px) {
    .table_style tbody th {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

.table_style tbody th {
    font-weight: 500;
    letter-spacing: 0.28px;
}

.table_style tbody {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    border: 1px solid #EFEFF0;
}

.table_style tbody td {
    border-bottom: 1px solid #EFEFF0;
    font-size: 14px;
}

.promotion_table th {
    white-space: nowrap;
    border-right-width: 1px;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(239 239 240 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity));
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 22px;
    --tw-text-opacity: 1;
    color: rgb(57 61 72 / var(--tw-text-opacity));
}

.promotion_table td {
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(239 239 240 / var(--tw-border-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 30px;
    --tw-text-opacity: 1;
    color: rgb(57 61 72 / var(--tw-text-opacity));
}

.bvi_contact_box {
    border-radius: 8px;
    border: 1px solid var(--line, #EFEFF0);
    background: rgba(255, 255, 255, 0.95);
}

.bvi_map_box {
    border-radius: 8px;
    border: 4px solid #FFF;
    background: url(../statics/images/contact-us/bvi_cover.png), lightgray 50% / cover no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 78% 40%;
}

#bvi-bg {
    background-image: url(../statics/images/contact-us/bvi_cover.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 30% 50%;
    filter: blur(2.5px);
}

.review_box {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 20px 30px 20px 30px;
    max-width: 360px;
}

.review_content {
    color: #070B0F;
    text-align: justify;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.28px;
    margin: 10px 0px 10px 0px;
}

.review_name {
    color: var(--primary-dark-blue, #070B0F);
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    /* 157.143% */
    letter-spacing: -0.14px;
}

.review_avatar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .review_avatar {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

@media (min-width: 1024px) {
    .review_avatar {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 0px;
    }
}

.rated_content {
    text-align: center;
    color: var(--primary-dark-blue, #070b0f71);
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: -0.14px;
}

.comp-table-container {
    box-shadow: 7px 6px 11px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
}

.comp-table {
    border-collapse: separate;
    border-spacing: 0;
}

.comp-table th {
    border-right: 1px solid white;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
    .comp-table th {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

.comp-table th:first-of-type {
    border-left: 0;
}

.comp-table tbody {
    background: #ffffffe5;
}

.comp-table thead {
    background: #403434e5;
}

.comp-table td {
    border-bottom: 1px solid var(--line, #EFEFF0);
    border-right: 1px solid var(--line, #EFEFF0);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

@media (min-width: 1024px) {
    .comp-table td {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

.comp-table tr>td:first-child {
    border-left: 1px solid var(--line, #050505);
}

.comp-table tr>td:last-child {
    border-right: 1px solid var(--line, #050505);
}

.comp-table tr:last-child>td {
    border-bottom: 1px solid var(--line, #050505);
}

.comp-table tr th:last-of-type {
    border-right: 1px solid #403434cf;
}

.comp-table tr:last-child>td:first-child {
    border-bottom-left-radius: 8px;
}

.comp-table tr:last-child>td:last-child {
    border-bottom-right-radius: 8px;
}

#prize .comp-table {
    font-weight: 600;
}

.price-table tr td {
    border-bottom: 1px solid var(--line, #050505);
    border-right: 1px solid var(--line, #050505);
}

.price-table tr th:first-child {
    border-right: 1px solid var(--line, #050505);
}

@media (min-width: 1024px) {
    .rules {
        margin-left: auto;
    }
}

@media(max-width:1023px) {
    .rules {
        width: 100%;
    }
    @media (min-width: 640px) {
        .rules {
            max-width: 640px;
        }
    }
    @media (min-width: 768px) {
        .rules {
            max-width: 768px;
        }
    }
    @media (min-width: 1024px) {
        .rules {
            max-width: 1024px;
        }
    }
    @media (min-width: 1120px) {
        .rules {
            max-width: 1120px;
        }
    }
    @media (min-width: 1280px) {
        .rules {
            max-width: 1280px;
        }
    }
    @media (min-width: 1536px) {
        .rules {
            max-width: 1536px;
        }
    }
    .rules {
        width: 100%;
    }
    @media (min-width: 320px) {
        .rules {
            max-width: 320px;
        }
    }
    @media (min-width: 640px) {
        .rules {
            max-width: 640px;
        }
    }
    @media (min-width: 768px) {
        .rules {
            max-width: 768px;
        }
    }
    @media (min-width: 900px) {
        .rules {
            max-width: 900px;
        }
    }
    @media (min-width: 1080px) {
        .rules {
            max-width: 1080px;
        }
    }
    @media (min-width: 1090px) {
        .rules {
            max-width: 1090px;
        }
    }
    @media (min-width: 1120px) {
        .rules {
            max-width: 1120px;
        }
    }
    @media (min-width: 1200px) {
        .rules {
            max-width: 1200px;
        }
    }
    @media (min-width: 1600px) {
        .rules {
            max-width: 1600px;
        }
    }
    .rules {
        margin-left: var(--margin);
        margin-right: var(--margin);
        width: auto;
        max-width: none;
        letter-spacing: 0.02em;
    }
    @media (min-width: 1600px) {
        .rules {
            margin-left: auto;
            margin-right: auto;
            max-width: calc(1600px - (var(--margin) * 2));
        }
    }
}

.hero_number {
    color: var(--cover, #FFF);
    /* desktop/heading部分的数字/number */
    font-family: 'RobotoSlab-Medium';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
}

@media (min-width: 1024px) {
    .lg\:invisible.tooltip>.tooltip-arrow:before {
        visibility: hidden;
    }
    .lg\:invisible[role="tooltip"]>[data-popper-arrow]:before {
        visibility: hidden;
    }
    .lg\:invisible[role="tooltip"]>[data-popper-arrow]:after {
        visibility: hidden;
    }
}

.selection\:bg-red-500 *::-moz-selection {
    --tw-bg-opacity: 1;
    background-color: rgb(240 82 82 / var(--tw-bg-opacity));
}

.selection\:bg-red-500 *::selection {
    --tw-bg-opacity: 1;
    background-color: rgb(240 82 82 / var(--tw-bg-opacity));
}

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

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

.selection\:bg-red-500::-moz-selection {
    --tw-bg-opacity: 1;
    background-color: rgb(240 82 82 / var(--tw-bg-opacity));
}

.selection\:bg-red-500::selection {
    --tw-bg-opacity: 1;
    background-color: rgb(240 82 82 / var(--tw-bg-opacity));
}

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

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

.before\:absolute::before {
    content: var(--tw-content);
    position: absolute;
}

.before\:-top-4::before {
    content: var(--tw-content);
    top: -1rem;
}

.before\:left-0::before {
    content: var(--tw-content);
    left: 0px;
}

.before\:top-5::before {
    content: var(--tw-content);
    top: 1.25rem;
}

.before\:h-4::before {
    content: var(--tw-content);
    height: 1rem;
}

.before\:h-5::before {
    content: var(--tw-content);
    height: 1.25rem;
}

.before\:w-full::before {
    content: var(--tw-content);
    width: 100%;
}

.after\:absolute::after {
    content: var(--tw-content);
    position: absolute;
}

.after\:-bottom-4::after {
    content: var(--tw-content);
    bottom: -1rem;
}

.after\:left-0::after {
    content: var(--tw-content);
    left: 0px;
}

.after\:h-4::after {
    content: var(--tw-content);
    height: 1rem;
}

.after\:w-full::after {
    content: var(--tw-content);
    width: 100%;
}

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

.hover\:w-full:hover {
    width: 100%;
}

.hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem;
    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\:-translate-y-4:hover {
    --tw-translate-y: -1rem;
    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\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem;
    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\:translate-y-10:hover {
    --tw-translate-y: 2.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\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:cursor-pointer:hover {
    cursor: pointer;
}

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

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

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

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

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

.hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.hover\:border-primary:hover {
    --tw-border-opacity: 1;
    border-color: rgb(255 212 0 / var(--tw-border-opacity));
}

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

.hover\:bg-\[\#161E25\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(22 30 37 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#393D48\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(57 61 72 / var(--tw-bg-opacity));
}

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

.hover\:bg-\[\#FFD400\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 212 0 / var(--tw-bg-opacity));
}

.hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(30 66 159 / var(--tw-bg-opacity));
}

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

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

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

.hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(240 82 82 / var(--tw-bg-opacity));
}

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

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

.hover\:fill-primary:hover {
    fill: #FFD400;
}

.hover\:text-\[\#FFB800\]:hover {
    --tw-text-opacity: 1;
    color: rgb(255 184 0 / var(--tw-text-opacity));
}

.hover\:text-\[\#FFD400\]:hover {
    --tw-text-opacity: 1;
    color: rgb(255 212 0 / var(--tw-text-opacity));
}

.hover\:text-\[\#f7b93f\]:hover {
    --tw-text-opacity: 1;
    color: rgb(247 185 63 / var(--tw-text-opacity));
}

.hover\:text-amber-400:hover {
    --tw-text-opacity: 1;
    color: rgb(251 191 36 / var(--tw-text-opacity));
}

.hover\:text-blue-600:hover {
    --tw-text-opacity: 1;
    color: rgb(28 100 242 / var(--tw-text-opacity));
}

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

.hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
}

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

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

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

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

.hover\:text-primary:hover {
    --tw-text-opacity: 1;
    color: rgb(255 212 0 / var(--tw-text-opacity));
}

.hover\:text-slate-300:hover {
    --tw-text-opacity: 1;
    color: rgb(203 213 225 / var(--tw-text-opacity));
}

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

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

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

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

.focus\:ring-2: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(2px + 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);
}

.focus\:ring-4: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(4px + 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);
}

.focus\:ring-inset:focus {
    --tw-ring-inset: inset;
}

.focus\:ring-\[\#ffd400\]:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(255 212 0 / var(--tw-ring-opacity));
}

.focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity));
}

.focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(63 131 248 / var(--tw-ring-opacity));
}

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

.focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity));
}

.focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
}

.focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #ffffff;
}

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

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

.group:hover .group-hover\:hidden {
    display: none;
}

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

.group:hover .group-hover\:bg-\[\#FFD400\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 212 0 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:pt-0 {
    padding-top: 0px;
}

.group:hover .group-hover\:text-right {
    text-align: right;
}

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

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

.group:hover .group-hover\:underline {
    text-decoration-line: underline;
}

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

.hs-dropdown.open>.hs-dropdown-open\: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));
}

.hs-dropdown.open>.hs-dropdown-open\:opacity-100 {
    opacity: 1;
}

.hs-dropdown.open>.hs-dropdown-menu>.hs-dropdown-open\: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));
}

.hs-dropdown.open>.hs-dropdown-menu>.hs-dropdown-open\:opacity-100 {
    opacity: 1;
}

.hs-accordion.active.hs-accordion-active\:block {
    display: block;
}

.hs-accordion.active.hs-accordion-active\:hidden {
    display: none;
}

.hs-accordion.active.hs-accordion-active\:text-primary {
    --tw-text-opacity: 1;
    color: rgb(255 212 0 / var(--tw-text-opacity));
}

.hs-accordion.active>.hs-accordion-toggle .hs-accordion-active\:block {
    display: block;
}

.hs-accordion.active>.hs-accordion-toggle .hs-accordion-active\:hidden {
    display: none;
}

.hs-accordion.active>.hs-accordion-toggle .hs-accordion-active\:text-primary {
    --tw-text-opacity: 1;
    color: rgb(255 212 0 / var(--tw-text-opacity));
}

.hs-accordion.active>.hs-accordion-toggle.hs-accordion-active\:block {
    display: block;
}

.hs-accordion.active>.hs-accordion-toggle.hs-accordion-active\:hidden {
    display: none;
}

.hs-accordion.active>.hs-accordion-toggle.hs-accordion-active\:text-primary {
    --tw-text-opacity: 1;
    color: rgb(255 212 0 / var(--tw-text-opacity));
}

.active.hs-tab-active\:border-b-2 {
    border-bottom-width: 2px;
}

.active.hs-tab-active\:border-b-\[\#FFD400\] {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 212 0 / var(--tw-border-opacity));
}

.active.hs-tab-active\:text-\[\#FFB800\] {
    --tw-text-opacity: 1;
    color: rgb(255 184 0 / var(--tw-text-opacity));
}

.active.hs-tab-active\:text-\[\#f7b93f\] {
    --tw-text-opacity: 1;
    color: rgb(247 185 63 / var(--tw-text-opacity));
}

.active .hs-tab-active\:border-b-2 {
    border-bottom-width: 2px;
}

.active .hs-tab-active\:border-b-\[\#FFD400\] {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 212 0 / var(--tw-border-opacity));
}

.active .hs-tab-active\:text-\[\#FFB800\] {
    --tw-text-opacity: 1;
    color: rgb(255 184 0 / var(--tw-text-opacity));
}

.active .hs-tab-active\:text-\[\#f7b93f\] {
    --tw-text-opacity: 1;
    color: rgb(247 185 63 / var(--tw-text-opacity));
}

.open.hs-overlay-open\:mt-7 {
    margin-top: 1.75rem;
}

.open.hs-overlay-open\:translate-x-0 {
    --tw-translate-x: 0px;
    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));
}

.open.hs-overlay-open\:opacity-100 {
    opacity: 1;
}

.open.hs-overlay-open\:duration-500 {
    transition-duration: 500ms;
}

.open .hs-overlay-open\:mt-7 {
    margin-top: 1.75rem;
}

.open .hs-overlay-open\:translate-x-0 {
    --tw-translate-x: 0px;
    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));
}

.open .hs-overlay-open\:opacity-100 {
    opacity: 1;
}

.open .hs-overlay-open\:duration-500 {
    transition-duration: 500ms;
}

.dark .dark\:divide-gray-700> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-divide-opacity));
}

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

.dark .dark\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgb(63 131 248 / var(--tw-border-opacity));
}

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

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

.dark .dark\:border-transparent {
    border-color: transparent;
}

.dark .dark\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(28 100 242 / var(--tw-bg-opacity));
}

.dark .dark\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

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

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

.dark .dark\:bg-gray-800\/50 {
    background-color: rgb(31 41 55 / 0.5);
}

.dark .dark\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.dark .dark\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
}

.dark .dark\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgb(63 131 248 / var(--tw-text-opacity));
}

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

.dark .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
}

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

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

.dark .dark\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(26 86 219 / var(--tw-bg-opacity));
}

.dark .dark\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.dark .dark\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

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

.dark .dark\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1;
    color: rgb(63 131 248 / var(--tw-text-opacity));
}

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

.dark .dark\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
}

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

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

.dark .dark\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #1F2937;
}

.dark .hs-accordion.active.dark\:hs-accordion-active\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgb(63 131 248 / var(--tw-text-opacity));
}

.dark .hs-accordion.active>.hs-accordion-toggle .dark\:hs-accordion-active\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgb(63 131 248 / var(--tw-text-opacity));
}

.dark .hs-accordion.active>.hs-accordion-toggle.dark\:hs-accordion-active\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgb(63 131 248 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
    .sm\:left-\[113px\] {
        left: 113px;
    }
    .sm\:right-2 {
        right: 0.5rem;
    }
    .sm\:top-\[230px\] {
        top: 230px;
    }
    .sm\:top-\[292px\] {
        top: 292px;
    }
    .sm\:top-\[50px\] {
        top: 50px;
    }
    .sm\:col-span-1 {
        grid-column: span 1 / span 1;
    }
    .sm\:col-span-2 {
        grid-column: span 2 / span 2;
    }
    .sm\:col-span-3 {
        grid-column: span 3 / span 3;
    }
    .sm\:-mx-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }
    .sm\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
    .sm\:my-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .sm\:-mt-10 {
        margin-top: -2.5rem;
    }
    .sm\:-mt-4 {
        margin-top: -1rem;
    }
    .sm\:-mt-\[100px\] {
        margin-top: -100px;
    }
    .sm\:-mt-\[129px\] {
        margin-top: -129px;
    }
    .sm\:mb-0 {
        margin-bottom: 0px;
    }
    .sm\:mb-2 {
        margin-bottom: 0.5rem;
    }
    .sm\:mb-40 {
        margin-bottom: 10rem;
    }
    .sm\:mb-\[139px\] {
        margin-bottom: 139px;
    }
    .sm\:mb-\[35px\] {
        margin-bottom: 35px;
    }
    .sm\:mb-\[50px\] {
        margin-bottom: 50px;
    }
    .sm\:mb-\[83px\] {
        margin-bottom: 83px;
    }
    .sm\:mb-\[85px\] {
        margin-bottom: 85px;
    }
    .sm\:ml-10 {
        margin-left: 2.5rem;
    }
    .sm\:ml-20 {
        margin-left: 5rem;
    }
    .sm\:ml-\[250px\] {
        margin-left: 250px;
    }
    .sm\:mt-0 {
        margin-top: 0px;
    }
    .sm\:mt-10 {
        margin-top: 2.5rem;
    }
    .sm\:mt-12 {
        margin-top: 3rem;
    }
    .sm\:mt-14 {
        margin-top: 3.5rem;
    }
    .sm\:mt-16 {
        margin-top: 4rem;
    }
    .sm\:mt-2 {
        margin-top: 0.5rem;
    }
    .sm\:mt-20 {
        margin-top: 5rem;
    }
    .sm\:mt-\[0px\] {
        margin-top: 0px;
    }
    .sm\:mt-\[100px\] {
        margin-top: 100px;
    }
    .sm\:mt-\[101px\] {
        margin-top: 101px;
    }
    .sm\:mt-\[104px\] {
        margin-top: 104px;
    }
    .sm\:mt-\[109px\] {
        margin-top: 109px;
    }
    .sm\:mt-\[116px\] {
        margin-top: 116px;
    }
    .sm\:mt-\[117px\] {
        margin-top: 117px;
    }
    .sm\:mt-\[120px\] {
        margin-top: 120px;
    }
    .sm\:mt-\[26px\] {
        margin-top: 26px;
    }
    .sm\:mt-\[35px\] {
        margin-top: 35px;
    }
    .sm\:mt-\[45px\] {
        margin-top: 45px;
    }
    .sm\:mt-\[50px\] {
        margin-top: 50px;
    }
    .sm\:mt-\[59px\] {
        margin-top: 59px;
    }
    .sm\:mt-\[72px\] {
        margin-top: 72px;
    }
    .sm\:mt-\[80px\] {
        margin-top: 80px;
    }
    .sm\:mt-\[88px\] {
        margin-top: 88px;
    }
    .sm\:mt-\[90px\] {
        margin-top: 90px;
    }
    .sm\:mt-\[92px\] {
        margin-top: 92px;
    }
    .sm\:mt-\[96px\] {
        margin-top: 96px;
    }
    .sm\:block {
        display: block;
    }
    .sm\:inline {
        display: inline;
    }
    .sm\:flex {
        display: flex;
    }
    .sm\:table {
        display: table;
    }
    .sm\:grid {
        display: grid;
    }
    .sm\:hidden {
        display: none;
    }
    .sm\:h-72 {
        height: 18rem;
    }
    .sm\:h-96 {
        height: 24rem;
    }
    .sm\:h-\[100\%\] {
        height: 100%;
    }
    .sm\:h-\[100px\] {
        height: 100px;
    }
    .sm\:h-\[170px\] {
        height: 170px;
    }
    .sm\:h-\[24px\] {
        height: 24px;
    }
    .sm\:h-\[300px\] {
        height: 300px;
    }
    .sm\:h-\[34px\] {
        height: 34px;
    }
    .sm\:h-\[36px\] {
        height: 36px;
    }
    .sm\:h-\[38px\] {
        height: 38px;
    }
    .sm\:h-\[39px\] {
        height: 39px;
    }
    .sm\:h-\[400px\] {
        height: 400px;
    }
    .sm\:h-\[40px\] {
        height: 40px;
    }
    .sm\:h-\[500px\] {
        height: 500px;
    }
    .sm\:h-\[50px\] {
        height: 50px;
    }
    .sm\:h-\[645px\] {
        height: 645px;
    }
    .sm\:h-\[99px\] {
        height: 99px;
    }
    .sm\:h-auto {
        height: auto;
    }
    .sm\:min-h-\[400px\] {
        min-height: 400px;
    }
    .sm\:w-1\/2 {
        width: 50%;
    }
    .sm\:w-1\/3 {
        width: 33.333333%;
    }
    .sm\:w-\[100\%\] {
        width: 100%;
    }
    .sm\:w-\[100px\] {
        width: 100px;
    }
    .sm\:w-\[150px\] {
        width: 150px;
    }
    .sm\:w-\[157px\] {
        width: 157px;
    }
    .sm\:w-\[240px\] {
        width: 240px;
    }
    .sm\:w-\[25px\] {
        width: 25px;
    }
    .sm\:w-\[37px\] {
        width: 37px;
    }
    .sm\:w-\[39px\] {
        width: 39px;
    }
    .sm\:w-\[40px\] {
        width: 40px;
    }
    .sm\:w-\[42px\] {
        width: 42px;
    }
    .sm\:w-\[50\%\] {
        width: 50%;
    }
    .sm\:w-\[515px\] {
        width: 515px;
    }
    .sm\:w-\[60\%\] {
        width: 60%;
    }
    .sm\:w-\[85\%\] {
        width: 85%;
    }
    .sm\:w-auto {
        width: auto;
    }
    .sm\:w-full {
        width: 100%;
    }
    .sm\:w-max {
        width: -moz-max-content;
        width: max-content;
    }
    .sm\:min-w-\[600px\] {
        min-width: 600px;
    }
    .sm\:max-w-\[284px\] {
        max-width: 284px;
    }
    .sm\:max-w-\[475px\] {
        max-width: 475px;
    }
    .sm\:max-w-lg {
        max-width: 32rem;
    }
    .sm\:flex-1 {
        flex: 1 1 0%;
    }
    .sm\:basis-1\/3 {
        flex-basis: 33.333333%;
    }
    .sm\:basis-1\/4 {
        flex-basis: 25%;
    }
    .sm\:basis-2\/3 {
        flex-basis: 66.666667%;
    }
    .sm\:basis-\[35\%\] {
        flex-basis: 35%;
    }
    .sm\:basis-\[50\%\] {
        flex-basis: 50%;
    }
    .sm\:basis-\[65\%\] {
        flex-basis: 65%;
    }
    .sm\:basis-\[70\%\] {
        flex-basis: 70%;
    }
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sm\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .sm\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .sm\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .sm\:flex-row {
        flex-direction: row;
    }
    .sm\:flex-wrap {
        flex-wrap: wrap;
    }
    .sm\:flex-nowrap {
        flex-wrap: nowrap;
    }
    .sm\:items-start {
        align-items: flex-start;
    }
    .sm\:items-end {
        align-items: flex-end;
    }
    .sm\:items-center {
        align-items: center;
    }
    .sm\:justify-start {
        justify-content: flex-start;
    }
    .sm\:justify-center {
        justify-content: center;
    }
    .sm\:justify-between {
        justify-content: space-between;
    }
    .sm\:justify-around {
        justify-content: space-around;
    }
    .sm\:gap-12 {
        gap: 3rem;
    }
    .sm\:gap-4 {
        gap: 1rem;
    }
    .sm\:gap-\[120px\] {
        gap: 120px;
    }
    .sm\:gap-\[60px\] {
        gap: 60px;
    }
    .sm\:gap-x-10 {
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
    }
    .sm\:gap-x-14 {
        -moz-column-gap: 3.5rem;
        column-gap: 3.5rem;
    }
    .sm\:gap-x-4 {
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }
    .sm\:gap-x-6 {
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
    }
    .sm\:gap-x-8 {
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }
    .sm\:gap-x-\[10px\] {
        -moz-column-gap: 10px;
        column-gap: 10px;
    }
    .sm\:gap-x-\[150px\] {
        -moz-column-gap: 150px;
        column-gap: 150px;
    }
    .sm\:gap-x-\[20px\] {
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
    .sm\:gap-x-\[24px\] {
        -moz-column-gap: 24px;
        column-gap: 24px;
    }
    .sm\:gap-x-\[30px\] {
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
    .sm\:gap-x-\[40px\] {
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
    .sm\:gap-x-\[50px\] {
        -moz-column-gap: 50px;
        column-gap: 50px;
    }
    .sm\:gap-x-\[65px\] {
        -moz-column-gap: 65px;
        column-gap: 65px;
    }
    .sm\:gap-x-\[69px\] {
        -moz-column-gap: 69px;
        column-gap: 69px;
    }
    .sm\:gap-x-\[80px\] {
        -moz-column-gap: 80px;
        column-gap: 80px;
    }
    .sm\:gap-x-\[84px\] {
        -moz-column-gap: 84px;
        column-gap: 84px;
    }
    .sm\:gap-y-0 {
        row-gap: 0px;
    }
    .sm\:gap-y-10 {
        row-gap: 2.5rem;
    }
    .sm\:gap-y-12 {
        row-gap: 3rem;
    }
    .sm\:gap-y-4 {
        row-gap: 1rem;
    }
    .sm\:gap-y-7 {
        row-gap: 1.75rem;
    }
    .sm\:gap-y-\[39px\] {
        row-gap: 39px;
    }
    .sm\: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));
    }
    .sm\:whitespace-nowrap {
        white-space: nowrap;
    }
    .sm\:border-r {
        border-right-width: 1px;
    }
    .sm\:border-t-0 {
        border-top-width: 0px;
    }
    .sm\:border-\[\#ffffff33\] {
        border-color: #ffffff33;
    }
    .sm\:bg-\[\#070B0F\] {
        --tw-bg-opacity: 1;
        background-color: rgb(7 11 15 / var(--tw-bg-opacity));
    }
    .sm\:bg-white\/\[0\.95\] {
        background-color: rgb(255 255 255 / 0.95);
    }
    .sm\:bg-center {
        background-position: center;
    }
    .sm\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .sm\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .sm\:px-11 {
        padding-left: 2.75rem;
        padding-right: 2.75rem;
    }
    .sm\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .sm\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .sm\:px-3 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    .sm\:px-3\.5 {
        padding-left: 0.875rem;
        padding-right: 0.875rem;
    }
    .sm\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .sm\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .sm\:px-\[16px\] {
        padding-left: 16px;
        padding-right: 16px;
    }
    .sm\:px-\[200px\] {
        padding-left: 200px;
        padding-right: 200px;
    }
    .sm\:px-\[236px\] {
        padding-left: 236px;
        padding-right: 236px;
    }
    .sm\:px-\[45px\] {
        padding-left: 45px;
        padding-right: 45px;
    }
    .sm\:px-\[70px\] {
        padding-left: 70px;
        padding-right: 70px;
    }
    .sm\:py-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .sm\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .sm\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .sm\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .sm\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .sm\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }
    .sm\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .sm\:py-\[100px\] {
        padding-top: 50px;
        /*padding-top: 100px;*/
        /*padding-bottom: 100px;*/
    }
    .sm\:py-\[136px\] {
        padding-top: 136px;
        padding-bottom: 136px;
    }
    .sm\:py-\[143px\] {
        padding-top: 143px;
        padding-bottom: 143px;
    }
    .sm\:py-\[15px\] {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .sm\:py-\[40px\] {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .sm\:py-\[60px\] {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .sm\:py-\[75px\] {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .sm\:py-\[96px\] {
        padding-top: 96px;
        padding-bottom: 96px;
    }
    .sm\:py-\[98px\] {
        padding-top: 98px;
        padding-bottom: 98px;
    }
    .sm\:pb-0 {
        padding-bottom: 0px;
    }
    .sm\:pb-10 {
        padding-bottom: 2.5rem;
    }
    .sm\:pb-11 {
        padding-bottom: 2.75rem;
    }
    .sm\:pb-12 {
        padding-bottom: 3rem;
    }
    .sm\:pb-40 {
        padding-bottom: 10rem;
    }
    .sm\:pb-6 {
        padding-bottom: 1.5rem;
    }
    .sm\:pb-\[0px\] {
        padding-bottom: 0px;
    }
    .sm\:pb-\[100px\] {
        padding-bottom: 100px;
    }
    .sm\:pb-\[104px\] {
        padding-bottom: 104px;
    }
    .sm\:pb-\[105px\] {
        padding-bottom: 105px;
    }
    .sm\:pb-\[106px\] {
        padding-bottom: 106px;
    }
    .sm\:pb-\[110px\] {
        padding-bottom: 110px;
    }
    .sm\:pb-\[120px\] {
        padding-bottom: 120px;
    }
    .sm\:pb-\[126px\] {
        padding-bottom: 126px;
    }
    .sm\:pb-\[130px\] {
        padding-bottom: 130px;
    }
    .sm\:pb-\[134px\] {
        padding-bottom: 134px;
    }
    .sm\:pb-\[147px\] {
        padding-bottom: 147px;
    }
    .sm\:pb-\[150px\] {
        padding-bottom: 150px;
    }
    .sm\:pb-\[168px\] {
        padding-bottom: 168px;
    }
    .sm\:pb-\[181px\] {
        padding-bottom: 181px;
    }
    .sm\:pb-\[209px\] {
        padding-bottom: 209px;
    }
    .sm\:pb-\[212px\] {
        padding-bottom: 212px;
    }
    .sm\:pb-\[220px\] {
        padding-bottom: 220px;
    }
    .sm\:pb-\[320px\] {
        padding-bottom: 320px;
    }
    .sm\:pb-\[37px\] {
        padding-bottom: 37px;
    }
    .sm\:pb-\[38px\] {
        padding-bottom: 38px;
    }
    .sm\:pb-\[50px\] {
        padding-bottom: 50px;
    }
    .sm\:pb-\[54px\] {
        padding-bottom: 54px;
    }
    .sm\:pb-\[64px\] {
        padding-bottom: 64px;
    }
    .sm\:pb-\[70px\] {
        padding-bottom: 70px;
    }
    .sm\:pb-\[73px\] {
        padding-bottom: 73px;
    }
    .sm\:pb-\[80px\] {
        padding-bottom: 80px;
    }
    .sm\:pb-\[95px\] {
        padding-bottom: 95px;
    }
    .sm\:pl-0 {
        padding-left: 0px;
    }
    .sm\:pl-10 {
        padding-left: 2.5rem;
    }
    .sm\:pl-16 {
        padding-left: 4rem;
    }
    .sm\:pl-4 {
        padding-left: 1rem;
    }
    .sm\:pl-6 {
        padding-left: 1.5rem;
    }
    .sm\:pl-8 {
        padding-left: 2rem;
    }
    .sm\:pl-\[133px\] {
        padding-left: 133px;
    }
    .sm\:pl-\[148px\] {
        padding-left: 148px;
    }
    .sm\:pl-\[40px\] {
        padding-left: 40px;
    }
    .sm\:pr-10 {
        padding-right: 2.5rem;
    }
    .sm\:pr-4 {
        padding-right: 1rem;
    }
    .sm\:pr-6 {
        padding-right: 1.5rem;
    }
    .sm\:pr-\[143px\] {
        padding-right: 143px;
    }
    .sm\:pr-\[158px\] {
        padding-right: 158px;
    }
    .sm\:pr-\[50px\] {
        padding-right: 50px;
    }
    .sm\:pr-\[68px\] {
        padding-right: 68px;
    }
    .sm\:pt-0 {
        padding-top: 0px;
    }
    .sm\:pt-10 {
        padding-top: 2.5rem;
    }
    .sm\:pt-16 {
        padding-top: 4rem;
    }
    .sm\:pt-6 {
        padding-top: 1.5rem;
    }
    .sm\:pt-9 {
        padding-top: 2.25rem;
    }
    .sm\:pt-\[100px\] {
        padding-top: 100px;
    }
    .sm\:pt-\[103px\] {
        padding-top: 103px;
    }
    .sm\:pt-\[104px\] {
        padding-top: 104px;
    }
    .sm\:pt-\[107px\] {
        padding-top: 107px;
    }
    .sm\:pt-\[108px\] {
        padding-top: 108px;
    }
    .sm\:pt-\[112px\] {
        padding-top: 112px;
    }
    .sm\:pt-\[117px\] {
        padding-top: 117px;
    }
    .sm\:pt-\[120px\] {
        padding-top: 120px;
    }
    .sm\:pt-\[121px\] {
        padding-top: 121px;
    }
    .sm\:pt-\[128px\] {
        padding-top: 128px;
    }
    .sm\:pt-\[132px\] {
        padding-top: 132px;
    }
    .sm\:pt-\[150px\] {
        /*padding-top: 150px;*/
        /*padding-top: 10px;*/
        padding-top: 50px;
    }
    .sm\:pt-\[172px\] {
        padding-top: 172px;
    }
    .sm\:pt-\[30px\] {
        padding-top: 30px;
    }
    .sm\:pt-\[50px\] {
        padding-top: 50px;
    }
    .sm\:pt-\[54px\] {
        padding-top: 54px;
    }
    .sm\:pt-\[70px\] {
        padding-top: 70px;
    }
    .sm\:pt-\[76px\] {
        padding-top: 76px;
    }
    .sm\:pt-\[84px\] {
        padding-top: 84px;
    }
    .sm\:pt-\[90px\] {
        padding-top: 90px;
    }
    .sm\:pt-\[93px\] {
        padding-top: 93px;
    }
    .sm\:pt-\[96px\] {
        padding-top: 96px;
    }
    .sm\:pt-\[97px\] {
        padding-top: 97px;
    }
    .sm\:pt-\[98px\] {
        padding-top: 98px;
    }
    .sm\:pt-\[99px\] {
        padding-top: 99px;
    }
    .sm\:text-left {
        text-align: left;
    }
    .sm\:text-center {
        text-align: center;
    }
    .sm\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .sm\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .sm\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .sm\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }
    .sm\:text-\[18px\] {
        font-size: 18px;
    }
    .sm\:text-\[20px\] {
        font-size: 20px;
    }
    .sm\:text-\[34px\] {
        font-size: 34px;
    }
    .sm\:text-\[40px\] {
        font-size: 40px;
    }
    .sm\:text-\[53px\] {
        font-size: 53px;
    }
    .sm\:text-\[64px\] {
        font-size: 64px;
    }
    .sm\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .sm\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .sm\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    .sm\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .sm\:font-bold {
        font-weight: 700;
    }
    .sm\:font-medium {
        font-weight: 500;
    }
    .sm\:font-semibold {
        font-weight: 600;
    }
    .sm\:uppercase {
        text-transform: uppercase;
    }
    .sm\:leading-6 {
        line-height: 1.5rem;
    }
    .sm\:leading-\[30px\] {
        line-height: 30px;
    }
    .sm\:leading-\[42px\] {
        line-height: 42px;
    }
    .sm\:leading-\[56px\] {
        line-height: 56px;
    }
    .sm\:leading-\[80px\] {
        line-height: 80px;
    }
    .sm\:text-\[\#1E2833\] {
        --tw-text-opacity: 1;
        color: rgb(30 40 51 / var(--tw-text-opacity));
    }
    .sm\:text-white {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }
    .sm\: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);
    }
    .sm\:duration-\[600ms\] {
        transition-duration: 600ms;
    }
    .sm\:\[--strategy\:absolute\] {
        --strategy: absolute;
    }
    .sm\:\[--trigger\:hover\] {
        --trigger: hover;
    }
}

@media (min-width: 768px) {
    .md\:bottom-\[40px\] {
        bottom: 40px;
    }
    .md\:my-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .md\:mb-0 {
        margin-bottom: 0px;
    }
    .md\:block {
        display: block;
    }
    .md\:flex {
        display: flex;
    }
    .md\:hidden {
        display: none;
    }
    .md\:h-6 {
        height: 1.5rem;
    }
    .md\:h-\[160px\] {
        height: 160px;
    }
    .md\:h-\[175px\] {
        height: 175px;
    }
    .md\:h-\[280px\] {
        height: 280px;
    }
    .md\:max-h-\[283px\] {
        max-height: 283px;
    }
    .md\:min-h-screen {
        min-height: 100vh;
    }
    .md\:w-1\/2 {
        width: 50%;
    }
    .md\:w-1\/5 {
        width: 20%;
    }
    .md\:w-3\/5 {
        width: 60%;
    }
    .md\:w-6 {
        width: 1.5rem;
    }
    .md\:w-96 {
        width: 24rem;
    }
    .md\:w-\[240px\] {
        width: 240px;
    }
    .md\:w-\[300px\] {
        width: 300px;
    }
    .md\:w-\[400px\] {
        width: 400px;
    }
    .md\:w-\[450px\] {
        width: 450px;
    }
    .md\:w-auto {
        width: auto;
    }
    .md\:max-w-\[270px\] {
        max-width: 270px;
    }
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:gap-12 {
        gap: 3rem;
    }
    .md\:gap-x-20 {
        -moz-column-gap: 5rem;
        column-gap: 5rem;
    }
    .md\:rounded-none {
        border-radius: 0px;
    }
    .md\:rounded-br-none {
        border-bottom-right-radius: 0px;
    }
    .md\:rounded-tl-none {
        border-top-left-radius: 0px;
    }
    .md\:border-b-0 {
        border-bottom-width: 0px;
    }
    .md\:bg-left {
        background-position: left;
    }
    .md\:p-4 {
        padding: 1rem;
    }
    .md\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .md\:pb-0 {
        padding-bottom: 0px;
    }
    .md\:pt-0 {
        padding-top: 0px;
    }
    .md\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .md\:text-\[30px\] {
        font-size: 30px;
    }
    .md\:text-\[40px\] {
        font-size: 40px;
    }
    .md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .md\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .md\:text-xs {
        font-size: 0.75rem;
        line-height: 1rem;
    }
}

@media (min-width: 1024px) {
    .lg\:invisible {
        visibility: hidden;
    }
    .lg\:absolute {
        position: absolute;
    }
    .lg\:relative {
        position: relative;
    }
    .lg\:bottom-0 {
        bottom: 0px;
    }
    .lg\:top-\[130px\] {
        top: 130px;
    }
    .lg\:top-\[230px\] {
        top: 230px;
    }
    .lg\:col-span-1 {
        grid-column: span 1 / span 1;
    }
    .lg\:col-span-3 {
        grid-column: span 3 / span 3;
    }
    .lg\:-mx-8 {
        margin-left: -2rem;
        margin-right: -2rem;
    }
    .lg\:mx-20 {
        margin-left: 5rem;
        margin-right: 5rem;
    }
    .lg\:mx-\[200px\] {
        margin-left: 200px;
        margin-right: 200px;
    }
    .lg\:my-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .lg\:my-\[80px\] {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .lg\:-ml-\[100px\] {
        margin-left: -100px;
    }
    .lg\:-mt-10 {
        margin-top: -2.5rem;
    }
    .lg\:mb-6 {
        margin-bottom: 1.5rem;
    }
    .lg\:mb-\[100px\] {
        margin-bottom: 100px;
    }
    .lg\:mb-\[103px\] {
        margin-bottom: 103px;
    }
    .lg\:mb-\[70px\] {
        margin-bottom: 70px;
    }
    .lg\:ml-\[127px\] {
        margin-left: 127px;
    }
    .lg\:ml-auto {
        margin-left: auto;
    }
    .lg\:mr-\[146px\] {
        margin-right: 146px;
    }
    .lg\:mt-0 {
        margin-top: 0px;
    }
    .lg\:mt-\[112px\] {
        margin-top: 112px;
    }
    .lg\:mt-\[123px\] {
        margin-top: 123px;
    }
    .lg\:mt-\[200px\] {
        margin-top: 200px;
    }
    .lg\:mt-\[50px\] {
        margin-top: 50px;
    }
    .lg\:block {
        display: block;
    }
    .lg\:flex {
        display: flex;
    }
    .lg\:grid {
        display: grid;
    }
    .lg\:hidden {
        display: none;
    }
    .lg\:h-7 {
        height: 1.75rem;
    }
    .lg\:h-8 {
        height: 2rem;
    }
    .lg\:h-96 {
        height: 24rem;
    }
    .lg\:h-\[1000px\] {
        height: 1000px;
    }
    .lg\:h-\[100px\] {
        height: 100px;
    }
    .lg\:h-\[300px\] {
        height: 300px;
    }
    .lg\:h-\[528px\] {
        height: 528px;
    }
    .lg\:h-\[720px\] {
        height: 720px;
    }
    .lg\:h-\[780px\] {
        height: 780px;
    }
    .lg\:min-h-\[400px\] {
        min-height: 400px;
    }
    .lg\:min-h-\[500px\] {
        min-height: 500px;
    }
    .lg\:min-h-\[600px\] {
        min-height: 600px;
    }
    .lg\:w-2\/5 {
        width: 40%;
    }
    .lg\:w-3\/5 {
        width: 60%;
    }
    .lg\:w-7 {
        width: 1.75rem;
    }
    .lg\:w-8 {
        width: 2rem;
    }
    .lg\:w-\[200px\] {
        width: 200px;
    }
    .lg\:w-\[25vw\] {
        width: 25vw;
    }
    .lg\:w-\[30\%\] {
        width: 30%;
    }
    .lg\:w-\[316px\] {
        width: 316px;
    }
    .lg\:w-\[20\%\] {
        width: 20%;
    }
    .lg\:w-\[25\%\] {
        width: 25%;
    }
    .lg\:w-\[35\%\] {
        width: 35%;
    }
    .lg\:w-\[400px\] {
        width: 400px;
    }
    .lg\:w-\[564px\] {
        width: 564px;
    }
    .lg\:w-\[65\%\] {
        width: 65%;
    }
    .lg\:w-\[70\%\] {
        width: 70%;
    }
    .lg\:w-\[75\%\] {
        width: 75%;
    }
    .lg\:w-\[80\%\] {
        width: 80%;
    }
    .lg\:w-\[830px\] {
        width: 830px;
    }
    .lg\:w-\[980px\] {
        width: 980px;
    }
    .lg\:w-full {
        width: 100%;
    }
    .lg\:min-w-\[400px\] {
        min-width: 400px;
    }
    .lg\:min-w-\[700px\] {
        min-width: 700px;
    }
    .lg\:basis-\[15\%\] {
        flex-basis: 15%;
    }
    .lg\:basis-\[16\.5\%\] {
        flex-basis: 16.5%;
    }
    .lg\:basis-\[30\%\] {
        flex-basis: 30%;
    }
    .lg\:basis-\[42\.5\%\] {
        flex-basis: 42.5%;
    }
    .lg\:basis-\[70\%\] {
        flex-basis: 70%;
    }
    .lg\:basis-\[83\.5\%\] {
        flex-basis: 83.5%;
    }
    .lg\:translate-y-6 {
        --tw-translate-y: 1.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));
    }
    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .lg\:flex-row {
        flex-direction: row;
    }
    .lg\:flex-col {
        flex-direction: column;
    }
    .lg\:flex-wrap {
        flex-wrap: wrap;
    }
    .lg\:flex-nowrap {
        flex-wrap: nowrap;
    }
    .lg\:items-center {
        align-items: center;
    }
    .lg\:justify-start {
        justify-content: flex-start;
    }
    .lg\:justify-between {
        justify-content: space-between;
    }
    .lg\:justify-around {
        justify-content: space-around;
    }
    .lg\:gap-\[120px\] {
        gap: 120px;
    }
    .lg\:gap-\[30px\] {
        gap: 30px;
    }
    .lg\:gap-\[50px\] {
        gap: 50px;
    }
    .lg\:gap-\[90px\] {
        gap: 90px;
    }
    .lg\:gap-x-0 {
        -moz-column-gap: 0px;
        column-gap: 0px;
    }
    .lg\:gap-x-10 {
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
    }
    .lg\:gap-x-16 {
        -moz-column-gap: 4rem;
        column-gap: 4rem;
    }
    .lg\:gap-x-20 {
        -moz-column-gap: 5rem;
        column-gap: 5rem;
    }
    .lg\:gap-x-40 {
        -moz-column-gap: 10rem;
        column-gap: 10rem;
    }
    .lg\:gap-x-\[100px\] {
        -moz-column-gap: 100px;
        column-gap: 100px;
    }
    .lg\:gap-x-\[105px\] {
        -moz-column-gap: 105px;
        column-gap: 105px;
    }
    .lg\:gap-x-\[108px\] {
        -moz-column-gap: 108px;
        column-gap: 108px;
    }
    .lg\:gap-x-\[120px\] {
        -moz-column-gap: 120px;
        column-gap: 120px;
    }
    .lg\:gap-x-\[136px\] {
        -moz-column-gap: 136px;
        column-gap: 136px;
    }
    .lg\:gap-x-\[180px\] {
        -moz-column-gap: 180px;
        column-gap: 180px;
    }
    .lg\:gap-x-\[18px\] {
        -moz-column-gap: 18px;
        column-gap: 18px;
    }
    .lg\:gap-x-\[50px\] {
        -moz-column-gap: 50px;
        column-gap: 50px;
    }
    .lg\:gap-x-\[55px\] {
        -moz-column-gap: 55px;
        column-gap: 55px;
    }
    .lg\:gap-x-\[56px\] {
        -moz-column-gap: 56px;
        column-gap: 56px;
    }
    .lg\:gap-x-\[60px\] {
        -moz-column-gap: 60px;
        column-gap: 60px;
    }
    .lg\:gap-x-\[65px\] {
        -moz-column-gap: 65px;
        column-gap: 65px;
    }
    .lg\:gap-x-\[72px\] {
        -moz-column-gap: 72px;
        column-gap: 72px;
    }
    .lg\:gap-x-\[94px\] {
        -moz-column-gap: 94px;
        column-gap: 94px;
    }
    .lg\:gap-y-\[80px\] {
        row-gap: 80px;
    }
    .lg\:bg-center {
        background-position: center;
    }
    .lg\:p-6 {
        padding: 1.5rem;
    }
    .lg\:p-7 {
        padding: 1.75rem;
    }
    .lg\:p-\[25px\] {
        padding: 25px;
    }
    .lg\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }
    .lg\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .lg\:px-40 {
        padding-left: 10rem;
        padding-right: 10rem;
    }
    .lg\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .lg\:px-\[110px\] {
        padding-left: 110px;
        padding-right: 110px;
    }
    .lg\:px-\[145px\] {
        padding-left: 145px;
        padding-right: 145px;
    }
    .lg\:px-\[20\%\] {
        padding-left: 20%;
        padding-right: 20%;
    }
    .lg\:px-\[235px\] {
        padding-left: 235px;
        padding-right: 235px;
    }
    .lg\:px-\[250px\] {
        padding-left: 250px;
        padding-right: 250px;
    }
    .lg\:px-\[36px\] {
        padding-left: 36px;
        padding-right: 36px;
    }
    .lg\:px-\[40px\] {
        padding-left: 40px;
        padding-right: 40px;
    }
    .lg\:px-\[70px\] {
        padding-left: 70px;
        padding-right: 70px;
    }
    .lg\:px-\[80px\] {
        padding-left: 80px;
        padding-right: 80px;
    }
    .lg\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
    .lg\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .lg\:py-\[100px\] {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .lg\:py-\[112px\] {
        padding-top: 112px;
        padding-bottom: 112px;
    }
    .lg\:py-\[150px\] {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .lg\:pb-0 {
        padding-bottom: 0px;
    }
    .lg\:pb-24 {
        padding-bottom: 6rem;
    }
    /* .lg\:pb-\[110px\] {
        padding-bottom: 110px;
    }
    .lg\:pb-\[120px\] {
        padding-bottom: 120px;
    }
    .lg\:pb-\[126px\] {
        padding-bottom: 126px;
    } */
    .lg\:pl-2 {
        padding-left: 0.5rem;
    }
    .lg\:pl-20 {
        padding-left: 5rem;
    }
    .lg\:pl-4 {
        padding-left: 1rem;
    }
    .lg\:pl-6 {
        padding-left: 1.5rem;
    }
    .lg\:pl-\[163px\] {
        padding-left: 163px;
    }
    .lg\:pl-\[43px\] {
        padding-left: 43px;
    }
    .lg\:pl-\[86px\] {
        padding-left: 86px;
    }
    .lg\:pl-\[90px\] {
        padding-left: 90px;
    }
    .lg\:pr-0 {
        padding-right: 0px;
    }
    .lg\:pr-\[121px\] {
        padding-right: 121px;
    }
    .lg\:pr-\[141px\] {
        padding-right: 141px;
    }
    .lg\:pr-\[94px\] {
        padding-right: 94px;
    }
    .lg\:pt-2 {
        padding-top: 0.5rem;
    }
    .lg\:pt-\[100px\] {
        padding-top: 100px;
    }
    .lg\:pt-\[105px\] {
        padding-top: 105px;
    }
    .lg\:pt-\[116px\] {
        padding-top: 116px;
    }
    .lg\:pt-\[150px\] {
        padding-top: 150px;
    }
    .lg\:pt-\[200px\] {
        padding-top: 200px;
    }
    .lg\:pt-\[30px\] {
        padding-top: 30px;
    }
    .lg\:pt-\[80px\] {
        padding-top: 80px;
    }
    .lg\:text-left {
        text-align: left;
    }
    .lg\:text-center {
        text-align: center;
    }
    .lg\:text-right {
        text-align: right;
    }
    .lg\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .lg\:text-\[24px\] {
        font-size: 24px;
    }
    .lg\:text-\[28px\] {
        font-size: 28px;
    }
    .lg\:text-\[40px\] {
        font-size: 40px;
    }
    .lg\:text-\[42px\] {
        font-size: 42px;
    }
    .lg\:text-\[60px\] {
        font-size: 60px;
    }
    .lg\:text-\[83px\] {
        font-size: 83px;
    }
    .lg\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .lg\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .lg\:leading-\[56px\] {
        line-height: 56px;
    }
    .lg\:opacity-0 {
        opacity: 0;
    }
    .lg\:hover\:-translate-y-1\/4:hover {
        --tw-translate-y: -25%;
        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));
    }
    .lg\:hover\:scale-110:hover {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    .group:hover .lg\:group-hover\:visible {
        visibility: visible;
    }
    .group:hover .lg\:group-hover\:translate-y-0 {
        --tw-translate-y: 0px;
        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 .lg\:group-hover\:opacity-100 {
        opacity: 1;
    }
}

@media (min-width: 1280px) {
    .qr-code{
        background: url("../statics/images/EN-icon.png");
        background-size: cover;
        z-index: 3;
        width: 40vh;
        /* height: 300px; */
        height: 20vh;
    }
    .qr-code-h5{
        display: none;
        background: url("../statics/images/EN-icon.png");
        background-size: cover;
        background-position: center;
        z-index: 3;
        width: 40vh;
        /* height: 300px; */
        height: 20vh;
    }
    .xl\:block {
        display: block;
    }
    .xl\:hidden {
        display: none;
    }
    .xl\:w-1\/2 {
        width: 50%;
    }
    .xl\:w-1\/3 {
        width: 33.333333%;
    }
    .xl\:w-2\/3 {
        width: 66.666667%;
    }
    .xl\:w-\[90\%\] {
        width: 90%;
    }
    .xl\:flex-row {
        flex-direction: row;
    }
    .xl\:gap-x-\[166px\] {
        -moz-column-gap: 166px;
        column-gap: 166px;
    }
    .xl\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .xl\:pb-0 {
        padding-bottom: 0px;
    }
    .xl\:pl-\[24px\] {
        padding-left: 24px;
    }
    .xl\:pl-\[98px\] {
        padding-left: 98px;
    }
}

.qrcode_bg{
    display: none;
}
.header-top > .items-center > .items-center > a:nth-child(1){
    display: none;
}
.header-top .ml-auto .items-center > a.text-white:nth-child(1),a.text-white:nth-child(2),a.text-white:nth-child(3){
    display: none;
}
#navbar-collapse-basic{
    display: none;
}

.sm\:block .relative div.sm\:flex-row {
    display: none;
}
.tracking-2 .container .hs-accordion-group{
    display: none;
}
.bg-\[\#FFFFFF33\] a.float-right svg{
    display: none;
}
.tracking-2 .container .items-center .grid-cols-2 a{
    display: none;
}

.idowad-min img{
    width: 100%;
}
.idowad-vitem {
    flex: none;
    min-width: 0;
    text-align: center;
    border: 1px solid #2f3039;
    border-radius: 2px;
    background-color: #262731;
    padding: 10px;
    transition: .3s;
}
.idowad-vitem img{
    margin: 0 auto;
    width: 140px;
    height: 140px;
}
.number-container .bounceInRight > div{
    text-align: center;
}
.number-container .bounceInRight > div > svg{
    margin: 0 auto;
}

@media (min-width: 768px) {
    .transition-colors .justify-end{
        display: none;
    }
    .qr-code{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        background: url("../statics/images/EN-icon.png");
        background-size: cover;
        background-position: center;
        z-index: 3;
        width: 40vh;
        /* height: 300px; */
        height: 20vh;
    }
    .qr-code-h5{
        display: none;
        background: url("../statics/images/EN-icon.png");
        background-size: cover;
        background-position: center;
        z-index: 3;
        width: 40vh;
        /* height: 300px; */
        height: 20vh;
    }

    /* 简体中文使用中文图标 */
    html[lang="zh-CN"] .qr-code{
        background: url("../statics/images/CN-icon.png");
        background-size: cover;
        background-position: center;
    }
    html[lang="zh-CN"] .qr-code-h5{
        background: url("../statics/images/CN-icon.png");
        background-size: cover;
        background-position: center;
    }
}
@media (max-width: 1023px) {
    .idowad-all {
        display: -webkit-inline-box;
    }
    /* 默认使用英文图标 */
    .qr-code{
        display: none;
        background: url("../statics/images/EN-icon.png");
        background-size: cover;
        background-position: center;
        z-index: 3;
        width: 40vh;
        /* height: 300px; */
        height: 20vh;
    }
    .qr-code-h5{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: end;
        background: url("../statics/images/EN-icon.png");
        background-size: cover;
        background-position: center;
        z-index: 3;
        width: 40vh;
        /* height: 300px; */
        height: 20vh;
    }

    /* 简体中文使用中文图标 */
    html[lang="zh-CN"] .qr-code {
        background: url("../statics/images/CN-icon.png");
        background-size: cover;
        background-position: center;
    }
    html[lang="zh-CN"] .qr-code-h5{
        background: url("../statics/images/CN-icon.png");
        background-size: cover;
        background-position: center;
    }
}
@media (max-width: 425px) {
    .idowad-vitem {
        max-width: 40%;
    }
    .idowad-vitem img{
        width: 70px;
        height: 70px;
    }
    .qr-code{
        display: none;
        background: url("../statics/images/EN-icon.png");
        background-size: cover;
        z-index: 3;
        width: 40vh;
        /* height: 300px; */
        height: 20vh;
    }
    .qr-code-h5{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: end;
        background: url("../statics/images/EN-icon.png");
        background-size: cover;
        background-position: center;
        z-index: 3;
        width: 40vh;
        /* height: 300px; */
        height: 20vh;
    }

    /* 简体中文使用中文图标 */
    html[lang="zh-CN"] .qr-code{
        background: url("../statics/images/CN-icon.png");
        background-size: cover;
        background-position: center;
    }
    html[lang="zh-CN"] .qr-code-h5{
        background: url("../statics/images/CN-icon.png");
        background-size: cover;
        background-position: center;
    }
}