/*!
 * Bootstrap  v5.2.0 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #ff0076;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000000;
    --bs-white: #fff;
    --bs-gray: #000000;
    --bs-gray-dark: #5d5a61;
    --bs-gray---9: #f3f2f4;
    --bs-gray---8: #e6e5e8;
    --bs-gray---7: #dad9dd;
    --bs-gray---6: #ceccd1;
    --bs-gray---5: #c2c0c6;
    --bs-gray---4: #b6b3ba;
    --bs-gray---3: #a9a7ae;
    --bs-gray---2: #9d9aa2;
    --bs-gray---1: #918e96;
    --bs-gray-gray: #85828a;
    --bs-gray--1: #78757d;
    --bs-gray--2: #6a676f;
    --bs-gray--3: #5d5a61;
    --bs-gray--4: #504d54;
    --bs-gray--5: #424046;
    --bs-gray--6: #353338;
    --bs-gray--7: #28262a;
    --bs-gray--8: #1a191c;
    --bs-gray--9: #0d0d0e;
    --bs-gray-black: #000000;
    --bs-primary: #ff0076;
    --bs-secondary: #6b04ff;
    --bs-success: #21d47e;
    --bs-info: #0984e3;
    --bs-warning: #f9d937;
    --bs-danger: #ec183e;
    --bs-light: #fff;
    --bs-dark: #000000;
    --bs-primary-rgb: 255, 0, 118;
    --bs-secondary-rgb: 107, 4, 255;
    --bs-success-rgb: 33, 212, 126;
    --bs-info-rgb: 9, 132, 227;
    --bs-warning-rgb: 249, 217, 55;
    --bs-danger-rgb: 236, 24, 62;
    --bs-light-rgb: 255, 255, 255;
    --bs-dark-rgb: 0, 0, 0;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 0, 0, 0;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: "Inter", sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.15),
        rgba(255, 255, 255, 0)
    );
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.4;
    --bs-body-color: #000000;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #9d9aa2;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.5rem;
    --bs-border-radius-lg: 0.75rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #000000;
    --bs-link-hover-color: black;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
}
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: 0.25;
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
}
h1,
.h1 {
    font-size: calc(1.575rem + 3.9vw);
    letter-spacing: -2.8px;
}
@media (min-width: 1200px) {
    h1,
    .h1 {
        font-size: 4.5rem;
    }
}
h2,
.h2 {
    font-size: calc(1.525rem + 3.3vw);
    letter-spacing: -2.6px;
}
@media (min-width: 1200px) {
    h2,
    .h2 {
        font-size: 4rem;
    }
}
h3,
.h3 {
    font-size: calc(1.475rem + 2.7vw);
    letter-spacing: -2.4px;
}
@media (min-width: 1200px) {
    h3,
    .h3 {
        font-size: 3.5rem;
    }
}
h4,
.h4 {
    font-size: calc(1.425rem + 2.1vw);
    letter-spacing: -2px;
}
@media (min-width: 1200px) {
    h4,
    .h4 {
        font-size: 3rem;
    }
}
h5,
.h5 {
    font-size: calc(1.375rem + 1.5vw);
    letter-spacing: -1.6px;
}
@media (min-width: 1200px) {
    h5,
    .h5 {
        font-size: 2.5rem;
    }
}
h6,
.h6 {
    font-size: calc(1.325rem + 0.9vw);
    letter-spacing: -1.2px;
}
@media (min-width: 1200px) {
    h6,
    .h6 {
        font-size: 2rem;
    }
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol,
ul {
    padding-left: 2rem;
}
ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: bolder;
}
small,
.small {
    font-size: 0.75rem;
    letter-spacing: -0.0125rem;
}
mark,
.mark {
    padding: 0.1875em;
    background-color: var(--bs-highlight-bg);
}
sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: var(--bs-link-color);
    text-decoration: underline;
}
a:hover {
    color: var(--bs-link-hover-color);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
pre,
code,
kbd,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
}
pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
code {
    font-size: 0.875em;
    color: var(--bs-code-color);
    word-wrap: break-word;
}
a > code {
    color: inherit;
}
kbd {
    padding: 0.1875rem 0.375rem;
    font-size: 0.875em;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: 0.5rem;
}
kbd kbd {
    padding: 0;
    font-size: 1em;
}
figure {
    margin: 0 0 1rem;
}
img,
svg {
    vertical-align: middle;
}
table {
    caption-side: bottom;
    border-collapse: collapse;
}
caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #000;
    text-align: left;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}
label {
    display: inline-block;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
select:disabled {
    opacity: 1;
}
[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not(
        [type="week"]
    ):not([type="time"])::-webkit-calendar-picker-indicator {
    display: none !important;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}
::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
textarea {
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}
@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}
legend + * {
    clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0;
}
::-webkit-inner-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
    padding: 0;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
::file-selector-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
iframe {
    border: 0;
}
summary {
    display: list-item;
    cursor: pointer;
}
progress {
    vertical-align: baseline;
}
[hidden] {
    display: none !important;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.initialism {
    font-size: 0.875em;
    text-transform: uppercase;
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
.blockquote > :last-child {
    margin-bottom: 0;
}
.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #000;
}
.blockquote-footer::before {
    content: "— ";
}
.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-1 {
        font-size: 5rem;
    }
}
.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem;
    }
}
.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-3 {
        font-size: 4rem;
    }
}
.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem;
    }
}
.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-5 {
        font-size: 3rem;
    }
}
.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem;
    }
}
.ts-x-large {
    font-size: 1.75rem;
    letter-spacing: -0.8px;
}
.ts-large {
    font-size: 1.5rem;
    letter-spacing: -0.8px;
}
.ts-medium {
    font-size: 1.25rem;
    letter-spacing: -0.8px;
}
.ts-small {
    font-size: 1rem;
    letter-spacing: -0.6px;
}
.ts-x-small {
    font-size: 0.875rem;
    letter-spacing: -0.8px;
}
.ts-xl {
    font-size: 1.75rem;
    letter-spacing: -0.8px;
}
.ts-lg {
    font-size: 1.5rem;
    letter-spacing: -0.8px;
}
.ts-md {
    font-size: 1.25rem;
    letter-spacing: -0.8px;
}
.ts-normal {
    font-size: 1rem;
    letter-spacing: -0.6px;
}
.ts-xs {
    font-size: 0.875rem;
    letter-spacing: -0.8px;
}
p {
    letter-spacing: -0.4px;
}
.p-lg {
    font-size: 1.125rem;
    letter-spacing: -0.6px;
}
.p-sm {
    font-size: 0.875rem;
}
.p-xs {
    font-size: 0.75rem;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.375rem;
    max-width: 100%;
    height: auto;
}
.figure {
    display: inline-block;
}
.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}
.figure-caption {
    font-size: 0.875em;
    color: #000;
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container-sm,
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container-md,
    .container-sm,
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1320px;
    }
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}
.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
}
.row-cols-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}
.row-cols-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}
.row-cols-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}
.row-cols-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
}
.row-cols-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
}
.row-cols-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
}
.row-cols-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
}
.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
}
.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
}
.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
}
.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
}
.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
}
.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}
.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
}
.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
}
.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
}
.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
}
.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
}
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}
.offset-1 {
    margin-left: 8.33333333%;
}
.offset-2 {
    margin-left: 16.66666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333333%;
}
.offset-5 {
    margin-left: 41.66666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333333%;
}
.offset-8 {
    margin-left: 66.66666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333333%;
}
.offset-11 {
    margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
    --bs-gutter-x: 0.125rem;
}
.g-1,
.gy-1 {
    --bs-gutter-y: 0.125rem;
}
.g-2,
.gx-2 {
    --bs-gutter-x: 0.25rem;
}
.g-2,
.gy-2 {
    --bs-gutter-y: 0.25rem;
}
.g-3,
.gx-3 {
    --bs-gutter-x: 0.5rem;
}
.g-3,
.gy-3 {
    --bs-gutter-y: 0.5rem;
}
.g-4,
.gx-4 {
    --bs-gutter-x: 0.75rem;
}
.g-4,
.gy-4 {
    --bs-gutter-y: 0.75rem;
}
.g-5,
.gx-5 {
    --bs-gutter-x: 1rem;
}
.g-5,
.gy-5 {
    --bs-gutter-y: 1rem;
}
.g-6,
.gx-6 {
    --bs-gutter-x: 1.25rem;
}
.g-6,
.gy-6 {
    --bs-gutter-y: 1.25rem;
}
.g-7,
.gx-7 {
    --bs-gutter-x: 1.5rem;
}
.g-7,
.gy-7 {
    --bs-gutter-y: 1.5rem;
}
.g-8,
.gx-8 {
    --bs-gutter-x: 1.75rem;
}
.g-8,
.gy-8 {
    --bs-gutter-y: 1.75rem;
}
.g-9,
.gx-9 {
    --bs-gutter-x: 2rem;
}
.g-9,
.gy-9 {
    --bs-gutter-y: 2rem;
}
.g-10,
.gx-10 {
    --bs-gutter-x: 2.25rem;
}
.g-10,
.gy-10 {
    --bs-gutter-y: 2.25rem;
}
.g-11,
.gx-11 {
    --bs-gutter-x: 2.5rem;
}
.g-11,
.gy-11 {
    --bs-gutter-y: 2.5rem;
}
.g-12,
.gx-12 {
    --bs-gutter-x: 3rem;
}
.g-12,
.gy-12 {
    --bs-gutter-y: 3rem;
}
.g-14,
.gx-14 {
    --bs-gutter-x: 3.5rem;
}
.g-14,
.gy-14 {
    --bs-gutter-y: 3.5rem;
}
.g-16,
.gx-16 {
    --bs-gutter-x: 4rem;
}
.g-16,
.gy-16 {
    --bs-gutter-y: 4rem;
}
.g-20,
.gx-20 {
    --bs-gutter-x: 5rem;
}
.g-20,
.gy-20 {
    --bs-gutter-y: 5rem;
}
@media (min-width: 576px) {
    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }
    .row-cols-sm-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-sm-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-sm-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-sm-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-sm-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-sm-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-sm-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333333%;
    }
    .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }
    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }
    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.125rem;
    }
    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.125rem;
    }
    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.25rem;
    }
    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.25rem;
    }
    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 0.5rem;
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 0.5rem;
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 0.75rem;
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 0.75rem;
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 1rem;
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 1rem;
    }
    .g-sm-6,
    .gx-sm-6 {
        --bs-gutter-x: 1.25rem;
    }
    .g-sm-6,
    .gy-sm-6 {
        --bs-gutter-y: 1.25rem;
    }
    .g-sm-7,
    .gx-sm-7 {
        --bs-gutter-x: 1.5rem;
    }
    .g-sm-7,
    .gy-sm-7 {
        --bs-gutter-y: 1.5rem;
    }
    .g-sm-8,
    .gx-sm-8 {
        --bs-gutter-x: 1.75rem;
    }
    .g-sm-8,
    .gy-sm-8 {
        --bs-gutter-y: 1.75rem;
    }
    .g-sm-9,
    .gx-sm-9 {
        --bs-gutter-x: 2rem;
    }
    .g-sm-9,
    .gy-sm-9 {
        --bs-gutter-y: 2rem;
    }
    .g-sm-10,
    .gx-sm-10 {
        --bs-gutter-x: 2.25rem;
    }
    .g-sm-10,
    .gy-sm-10 {
        --bs-gutter-y: 2.25rem;
    }
    .g-sm-11,
    .gx-sm-11 {
        --bs-gutter-x: 2.5rem;
    }
    .g-sm-11,
    .gy-sm-11 {
        --bs-gutter-y: 2.5rem;
    }
    .g-sm-12,
    .gx-sm-12 {
        --bs-gutter-x: 3rem;
    }
    .g-sm-12,
    .gy-sm-12 {
        --bs-gutter-y: 3rem;
    }
    .g-sm-14,
    .gx-sm-14 {
        --bs-gutter-x: 3.5rem;
    }
    .g-sm-14,
    .gy-sm-14 {
        --bs-gutter-y: 3.5rem;
    }
    .g-sm-16,
    .gx-sm-16 {
        --bs-gutter-x: 4rem;
    }
    .g-sm-16,
    .gy-sm-16 {
        --bs-gutter-y: 4rem;
    }
    .g-sm-20,
    .gx-sm-20 {
        --bs-gutter-x: 5rem;
    }
    .g-sm-20,
    .gy-sm-20 {
        --bs-gutter-y: 5rem;
    }
}
@media (min-width: 768px) {
    .col-md {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }
    .row-cols-md-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-md-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-md-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-md-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-md-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-md-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-md-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333333%;
    }
    .offset-md-5 {
        margin-left: 41.66666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333333%;
    }
    .offset-md-8 {
        margin-left: 66.66666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333333%;
    }
    .offset-md-11 {
        margin-left: 91.66666667%;
    }
    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }
    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }
    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.125rem;
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.125rem;
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.25rem;
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.25rem;
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 0.5rem;
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 0.5rem;
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 0.75rem;
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 0.75rem;
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 1rem;
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 1rem;
    }
    .g-md-6,
    .gx-md-6 {
        --bs-gutter-x: 1.25rem;
    }
    .g-md-6,
    .gy-md-6 {
        --bs-gutter-y: 1.25rem;
    }
    .g-md-7,
    .gx-md-7 {
        --bs-gutter-x: 1.5rem;
    }
    .g-md-7,
    .gy-md-7 {
        --bs-gutter-y: 1.5rem;
    }
    .g-md-8,
    .gx-md-8 {
        --bs-gutter-x: 1.75rem;
    }
    .g-md-8,
    .gy-md-8 {
        --bs-gutter-y: 1.75rem;
    }
    .g-md-9,
    .gx-md-9 {
        --bs-gutter-x: 2rem;
    }
    .g-md-9,
    .gy-md-9 {
        --bs-gutter-y: 2rem;
    }
    .g-md-10,
    .gx-md-10 {
        --bs-gutter-x: 2.25rem;
    }
    .g-md-10,
    .gy-md-10 {
        --bs-gutter-y: 2.25rem;
    }
    .g-md-11,
    .gx-md-11 {
        --bs-gutter-x: 2.5rem;
    }
    .g-md-11,
    .gy-md-11 {
        --bs-gutter-y: 2.5rem;
    }
    .g-md-12,
    .gx-md-12 {
        --bs-gutter-x: 3rem;
    }
    .g-md-12,
    .gy-md-12 {
        --bs-gutter-y: 3rem;
    }
    .g-md-14,
    .gx-md-14 {
        --bs-gutter-x: 3.5rem;
    }
    .g-md-14,
    .gy-md-14 {
        --bs-gutter-y: 3.5rem;
    }
    .g-md-16,
    .gx-md-16 {
        --bs-gutter-x: 4rem;
    }
    .g-md-16,
    .gy-md-16 {
        --bs-gutter-y: 4rem;
    }
    .g-md-20,
    .gx-md-20 {
        --bs-gutter-x: 5rem;
    }
    .g-md-20,
    .gy-md-20 {
        --bs-gutter-y: 5rem;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }
    .row-cols-lg-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-lg-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-lg-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-lg-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-lg-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }
    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }
    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.125rem;
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.125rem;
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.25rem;
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.25rem;
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 0.5rem;
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 0.5rem;
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 0.75rem;
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 0.75rem;
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 1rem;
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 1rem;
    }
    .g-lg-6,
    .gx-lg-6 {
        --bs-gutter-x: 1.25rem;
    }
    .g-lg-6,
    .gy-lg-6 {
        --bs-gutter-y: 1.25rem;
    }
    .g-lg-7,
    .gx-lg-7 {
        --bs-gutter-x: 1.5rem;
    }
    .g-lg-7,
    .gy-lg-7 {
        --bs-gutter-y: 1.5rem;
    }
    .g-lg-8,
    .gx-lg-8 {
        --bs-gutter-x: 1.75rem;
    }
    .g-lg-8,
    .gy-lg-8 {
        --bs-gutter-y: 1.75rem;
    }
    .g-lg-9,
    .gx-lg-9 {
        --bs-gutter-x: 2rem;
    }
    .g-lg-9,
    .gy-lg-9 {
        --bs-gutter-y: 2rem;
    }
    .g-lg-10,
    .gx-lg-10 {
        --bs-gutter-x: 2.25rem;
    }
    .g-lg-10,
    .gy-lg-10 {
        --bs-gutter-y: 2.25rem;
    }
    .g-lg-11,
    .gx-lg-11 {
        --bs-gutter-x: 2.5rem;
    }
    .g-lg-11,
    .gy-lg-11 {
        --bs-gutter-y: 2.5rem;
    }
    .g-lg-12,
    .gx-lg-12 {
        --bs-gutter-x: 3rem;
    }
    .g-lg-12,
    .gy-lg-12 {
        --bs-gutter-y: 3rem;
    }
    .g-lg-14,
    .gx-lg-14 {
        --bs-gutter-x: 3.5rem;
    }
    .g-lg-14,
    .gy-lg-14 {
        --bs-gutter-y: 3.5rem;
    }
    .g-lg-16,
    .gx-lg-16 {
        --bs-gutter-x: 4rem;
    }
    .g-lg-16,
    .gy-lg-16 {
        --bs-gutter-y: 4rem;
    }
    .g-lg-20,
    .gx-lg-20 {
        --bs-gutter-x: 5rem;
    }
    .g-lg-20,
    .gy-lg-20 {
        --bs-gutter-y: 5rem;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }
    .row-cols-xl-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }
    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }
    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.125rem;
    }
    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.125rem;
    }
    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 0.75rem;
    }
    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 0.75rem;
    }
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 1rem;
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 1rem;
    }
    .g-xl-6,
    .gx-xl-6 {
        --bs-gutter-x: 1.25rem;
    }
    .g-xl-6,
    .gy-xl-6 {
        --bs-gutter-y: 1.25rem;
    }
    .g-xl-7,
    .gx-xl-7 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xl-7,
    .gy-xl-7 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xl-8,
    .gx-xl-8 {
        --bs-gutter-x: 1.75rem;
    }
    .g-xl-8,
    .gy-xl-8 {
        --bs-gutter-y: 1.75rem;
    }
    .g-xl-9,
    .gx-xl-9 {
        --bs-gutter-x: 2rem;
    }
    .g-xl-9,
    .gy-xl-9 {
        --bs-gutter-y: 2rem;
    }
    .g-xl-10,
    .gx-xl-10 {
        --bs-gutter-x: 2.25rem;
    }
    .g-xl-10,
    .gy-xl-10 {
        --bs-gutter-y: 2.25rem;
    }
    .g-xl-11,
    .gx-xl-11 {
        --bs-gutter-x: 2.5rem;
    }
    .g-xl-11,
    .gy-xl-11 {
        --bs-gutter-y: 2.5rem;
    }
    .g-xl-12,
    .gx-xl-12 {
        --bs-gutter-x: 3rem;
    }
    .g-xl-12,
    .gy-xl-12 {
        --bs-gutter-y: 3rem;
    }
    .g-xl-14,
    .gx-xl-14 {
        --bs-gutter-x: 3.5rem;
    }
    .g-xl-14,
    .gy-xl-14 {
        --bs-gutter-y: 3.5rem;
    }
    .g-xl-16,
    .gx-xl-16 {
        --bs-gutter-x: 4rem;
    }
    .g-xl-16,
    .gy-xl-16 {
        --bs-gutter-y: 4rem;
    }
    .g-xl-20,
    .gx-xl-20 {
        --bs-gutter-x: 5rem;
    }
    .g-xl-20,
    .gy-xl-20 {
        --bs-gutter-y: 5rem;
    }
}
@media (min-width: 1400px) {
    .col-xxl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }
    .row-cols-xxl-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xxl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xxl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xxl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xxl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xxl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xxl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }
    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }
    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }
    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.125rem;
    }
    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.125rem;
    }
    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 0.75rem;
    }
    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 0.75rem;
    }
    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 1rem;
    }
    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 1rem;
    }
    .g-xxl-6,
    .gx-xxl-6 {
        --bs-gutter-x: 1.25rem;
    }
    .g-xxl-6,
    .gy-xxl-6 {
        --bs-gutter-y: 1.25rem;
    }
    .g-xxl-7,
    .gx-xxl-7 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xxl-7,
    .gy-xxl-7 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xxl-8,
    .gx-xxl-8 {
        --bs-gutter-x: 1.75rem;
    }
    .g-xxl-8,
    .gy-xxl-8 {
        --bs-gutter-y: 1.75rem;
    }
    .g-xxl-9,
    .gx-xxl-9 {
        --bs-gutter-x: 2rem;
    }
    .g-xxl-9,
    .gy-xxl-9 {
        --bs-gutter-y: 2rem;
    }
    .g-xxl-10,
    .gx-xxl-10 {
        --bs-gutter-x: 2.25rem;
    }
    .g-xxl-10,
    .gy-xxl-10 {
        --bs-gutter-y: 2.25rem;
    }
    .g-xxl-11,
    .gx-xxl-11 {
        --bs-gutter-x: 2.5rem;
    }
    .g-xxl-11,
    .gy-xxl-11 {
        --bs-gutter-y: 2.5rem;
    }
    .g-xxl-12,
    .gx-xxl-12 {
        --bs-gutter-x: 3rem;
    }
    .g-xxl-12,
    .gy-xxl-12 {
        --bs-gutter-y: 3rem;
    }
    .g-xxl-14,
    .gx-xxl-14 {
        --bs-gutter-x: 3.5rem;
    }
    .g-xxl-14,
    .gy-xxl-14 {
        --bs-gutter-y: 3.5rem;
    }
    .g-xxl-16,
    .gx-xxl-16 {
        --bs-gutter-x: 4rem;
    }
    .g-xxl-16,
    .gy-xxl-16 {
        --bs-gutter-y: 4rem;
    }
    .g-xxl-20,
    .gx-xxl-20 {
        --bs-gutter-x: 5rem;
    }
    .g-xxl-20,
    .gy-xxl-20 {
        --bs-gutter-y: 5rem;
    }
}
.table {
    --bs-table-color: var(--bs-body-color);
    --bs-table-bg: transparent;
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-body-color);
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: var(--bs-table-color);
    vertical-align: top;
    border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
    vertical-align: inherit;
}
.table > thead {
    vertical-align: bottom;
}
.table-group-divider {
    border-top: 2px solid currentcolor;
}
.caption-top {
    caption-side: top;
}
.table-sm > :not(caption) > * > * {
    padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
    border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
    border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
    border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
    border-top-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}
.table-striped-columns > :not(caption) > tr > :nth-child(even) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}
.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover > * {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}
.table-primary {
    --bs-table-color: #000000;
    --bs-table-bg: #ffcce4;
    --bs-table-border-color: #e6b8cd;
    --bs-table-striped-bg: #f2c2d9;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #e6b8cd;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #ecbdd3;
    --bs-table-hover-color: #000000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.table-secondary {
    --bs-table-color: #000000;
    --bs-table-bg: #e1cdff;
    --bs-table-border-color: #cbb9e6;
    --bs-table-striped-bg: #d6c3f2;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #cbb9e6;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #d0beec;
    --bs-table-hover-color: #000000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.table-success {
    --bs-table-color: #000000;
    --bs-table-bg: #d3f6e5;
    --bs-table-border-color: #beddce;
    --bs-table-striped-bg: #c8eada;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #beddce;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #c3e4d4;
    --bs-table-hover-color: #000000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.table-info {
    --bs-table-color: #000000;
    --bs-table-bg: #cee6f9;
    --bs-table-border-color: #b9cfe0;
    --bs-table-striped-bg: #c4dbed;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #b9cfe0;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #bfd5e6;
    --bs-table-hover-color: #000000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.table-warning {
    --bs-table-color: #000000;
    --bs-table-bg: #fef7d7;
    --bs-table-border-color: #e5dec2;
    --bs-table-striped-bg: #f1ebcc;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #e5dec2;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #ebe4c7;
    --bs-table-hover-color: #000000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.table-danger {
    --bs-table-color: #000000;
    --bs-table-bg: #fbd1d8;
    --bs-table-border-color: #e2bcc2;
    --bs-table-striped-bg: #eec7cd;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #e2bcc2;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #e8c1c8;
    --bs-table-hover-color: #000000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.table-light {
    --bs-table-color: #000000;
    --bs-table-bg: #fff;
    --bs-table-border-color: #e6e6e6;
    --bs-table-striped-bg: #f2f2f2;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #e6e6e6;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #ececec;
    --bs-table-hover-color: #000000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.table-dark {
    --bs-table-color: #fff;
    --bs-table-bg: #000000;
    --bs-table-border-color: #1a1a1a;
    --bs-table-striped-bg: #0d0d0d;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #1a1a1a;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #131313;
    --bs-table-hover-color: #fff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
.table-line {
    border-collapse: separate;
    border-spacing: 0 12px;
}
.table-line tbody td,
.table-line thead th {
    border: none;
    background-color: #f3f2f4;
    padding: 13px 20px;
}
.table-line tbody td:first-of-type,
.table-line thead th:first-of-type {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}
.table-line tbody td:last-of-type,
.table-line thead th:last-of-type {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
.table-line thead th:first-child {
    width: 40%;
}
.table-line tbody tr {
    padding-bottom: 8px;
    border-bottom: 8px solid rgba(0, 0, 0, 0);
}
.table-line tbody td .chip-dropdown .btn {
    background: none;
}
.table-line .table-dark th {
    color: #fff;
    background-color: #000;
}
.table-line-icon-button {
    font-size: 24px;
    line-height: 1;
    border: 0;
    padding: 0;
}
.btn.btn-table-buy {
    border-radius: 8px;
    padding: 8px 25px;
}
.btn.btn-table-clear {
    gap: 4px;
    font-size: 13px;
    border-radius: 4px;
    padding: 4px;
}
.form-label {
    margin-bottom: 0.5rem;
    font-size: 0.825rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.4px;
}
.form-label.required::after {
    content: "*";
    display: inline-block;
    color: #ff4d00;
    padding-left: 0.25rem;
}
.form-label.disabled {
    color: rgba(0, 0, 0, 0.3);
}
.col-form-label {
    padding-top: calc(1.375rem + 1px);
    padding-bottom: calc(1.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    font-weight: 600;
    line-height: 0.875;
}
.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
}
.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
}
.form-text {
    margin-top: 0.5rem;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
}
.form-text.disabled {
    color: rgba(0, 0, 0, 0.3);
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.9375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 0.8;
    letter-spacing: -0.4px;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dad9dd;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.75rem;
    -webkit-transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none;
    }
}
.form-control[type="file"] {
    overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.form-control:hover {
    border-color: #b6b3ba !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.form-control:valid:hover {
    border-color: #b6b3ba !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #dad9dd;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(133, 130, 138, 0.2);
    box-shadow: 0px 0px 0px 3px rgba(133, 130, 138, 0.2);
    outline: 0;
}
.form-control::-webkit-date-and-time-value {
    height: 0.875em;
}
.form-control::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.4;
}
.form-control::-moz-placeholder {
    color: #fff;
    opacity: 0.4;
}
.form-control:-ms-input-placeholder {
    color: #fff;
    opacity: 0.4;
}
.form-control::-ms-input-placeholder {
    color: #fff;
    opacity: 0.4;
}
.form-control::placeholder {
    color: #fff;
    opacity: 0.4;
}
.form-control:disabled {
    color: rgba(0, 0, 0, 0.3);
    background-color: #f3f2f4;
    border-color: #dad9dd;
    opacity: 1;
}
.form-control:disabled::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}
.form-control:disabled::-moz-placeholder {
    color: rgba(0, 0, 0, 0.3);
}
.form-control:disabled:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}
.form-control:disabled::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}
.form-control:disabled::placeholder {
    color: rgba(0, 0, 0, 0.3);
}
.form-control::-webkit-file-upload-button {
    padding: 1.375rem 1.5rem;
    margin: -1.375rem -1.5rem;
    -webkit-margin-end: 1.5rem;
    margin-inline-end: 1.5rem;
    color: #000;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out,
        background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
    padding: 1.375rem 1.5rem;
    margin: -1.375rem -1.5rem;
    -webkit-margin-end: 1.5rem;
    margin-inline-end: 1.5rem;
    color: #000;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out,
        background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none;
    }
    .form-control::file-selector-button {
        -webkit-transition: none;
        transition: none;
    }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3;
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 1.375rem 0;
    margin-bottom: 0;
    line-height: 0.875;
    color: #000;
    background-color: rgba(0, 0, 0, 0);
    border: solid rgba(0, 0, 0, 0);
    border-width: 1px 0;
}
.form-control-plaintext:focus {
    outline: 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm {
    padding: 0.6875rem 0.5rem;
    font-size: 0.8125rem;
    border-radius: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
}
.form-control-lg {
    padding: 21px 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    border-radius: 16px;
}
.form-control-lg::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
}
@media (max-width: 767.98px) {
    .form-control-lg {
        padding: 15px 12px;
        border-radius: 12px;
        font-size: 14px;
        line-height: 16px;
    }
}
textarea.form-control {
    min-height: calc(0.875em + 2.75rem + 2px);
    padding: 20px;
}
@media (max-width: 767.98px) {
    textarea.form-control {
        padding: 12px;
    }
}
textarea.form-control-sm {
    min-height: calc(0.875em + 0.5rem + 2px);
}
textarea.form-control-lg {
    min-height: calc(0.875em + 1rem + 2px);
}
.form-control-color {
    width: 3rem;
    height: calc(0.875em + 2.75rem + 2px);
    padding: 1.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: 1rem;
}
.form-control-color::-webkit-color-swatch {
    border-radius: 1rem;
}
.form-control-color.form-control-sm {
    height: calc(0.875em + 0.5rem + 2px);
}
.form-control-color.form-control-lg {
    height: calc(0.875em + 1rem + 2px);
}
.theme-light .form-control {
    background-color: rgba(255, 255, 255, 0.5) !important;
    border: 1px solid #e3e3e8;
}
.theme-light .form-control::-webkit-input-placeholder {
    color: #000;
}
.theme-light .form-control::-moz-placeholder {
    color: #000;
}
.theme-light .form-control:-ms-input-placeholder {
    color: #000;
}
.theme-light .form-control::-ms-input-placeholder {
    color: #000;
}
.theme-light .form-control::placeholder {
    color: #000;
}
.form-select {
    display: block;
    width: 100%;
    padding: 1.375rem 4.5rem 1.375rem 1.5rem;
    -moz-padding-start: calc(1.5rem - 3px);
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 0.875;
    color: #000;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%235d5a61' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1.5rem center;
    background-size: 16px 12px;
    border: 1px solid #dad9dd;
    border-radius: 0.5rem;
    -webkit-transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .form-select {
        -webkit-transition: none;
        transition: none;
    }
}
.form-select:hover {
    border-color: #6b04ff;
}
.form-select:focus {
    border-color: #6b04ff;
    outline: 0;
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: 1.5rem;
    background-image: none;
}
.form-select:disabled {
    background-color: #f3f6f9;
}
.form-select:-moz-focusring {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 #000;
}
.form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.5rem;
}
.form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: 0.75rem;
}
.form-check {
    display: block;
    min-height: 1.4rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}
.form-check-reverse {
    padding-right: 1.5em;
    padding-left: 0;
    text-align: right;
}
.form-check-reverse .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0;
}
.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}
.form-check-input[type="checkbox"] {
    border-radius: 0.25em;
}
.form-check-input[type="radio"] {
    border-radius: 50%;
}
.form-check-input:active {
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
}
.form-check-input:focus {
    border-color: #6b04ff;
    outline: 0;
}
.form-check-input:checked {
    background-color: #ff0076;
    border-color: #ff0076;
}
.form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16 10L11 15L8 12' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
    background-color: #ff0076;
    border-color: #ff0076;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
    opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
    cursor: default;
    opacity: 0.5;
}
.form-switch {
    padding-left: 2.5em;
}
.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    -webkit-transition: background-position 0.15s ease-in-out;
    transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        -webkit-transition: none;
        transition: none;
    }
}
.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill=''/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
    margin-right: -2.5em;
    margin-left: 0;
}
.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}
.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.btn-check[disabled] + .btn,
.btn-check:disabled + .btn {
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
    opacity: 0.65;
}
.custom-form-check {
    display: block;
    margin-bottom: 2px;
}
.custom-form-check label {
    display: block;
    position: relative;
    min-height: 24px;
    line-height: 24px;
    padding-left: 30px;
    cursor: pointer;
}
.custom-form-check label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    font-family: inherit;
    color: rgba(0, 0, 0, 0);
    width: 24px;
    height: 24px;
    background-color: #fff;
    border: 1px solid #dad9dd;
    border-radius: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.custom-form-check label::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -5px;
    width: 33px;
    height: 34px;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16 10L11 15L8 12' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transition: -webkit-transform 160ms ease-in-out;
    transition: -webkit-transform 160ms ease-in-out;
    transition: transform 160ms ease-in-out;
    transition: transform 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
}
.custom-form-check label:hover::before {
    background: #f3f2f4;
    border-color: #c2c0c6;
}
.custom-form-check input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.custom-form-check input[type="checkbox"]:checked + label::before {
    background-color: #ff0076;
    border-color: #ff0076;
}
.custom-form-check input[type="checkbox"]:checked + label::after {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}
.custom-form-check input[type="checkbox"]:disabled + label {
    opacity: 1;
    cursor: inherit;
}
.custom-form-check input[type="checkbox"]:disabled + label::before {
    border-color: #dad9dd;
    background-color: #dad9dd;
}
.custom-form-check input[type="checkbox"]:checked:disabled + label::after {
    -webkit-filter: invert(1) opacity(0.2);
    filter: invert(1) opacity(0.2);
}
.custom-form-check.custom-form-check-small label {
    min-height: 20px;
    padding-left: 26px;
}
.custom-form-check.custom-form-check-small label::before {
    width: 20px;
    height: 20px;
    border-radius: 4px;
}
.custom-form-check.custom-form-check-small label::after {
    left: -6px;
}
.custom-form-radio {
    display: block;
    margin-bottom: 2px;
}
.custom-form-radio label {
    display: block;
    position: relative;
    min-height: 24px;
    padding-left: 30px;
    cursor: pointer;
}
.custom-form-radio label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    font-family: inherit;
    color: rgba(0, 0, 0, 0);
    width: 24px;
    height: 24px;
    background-color: #fff;
    border: 1px solid #dad9dd;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.custom-form-radio label::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 4px;
    width: 16px;
    height: 16px;
    background: #ff0076;
    border-radius: 50%;
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transition: -webkit-transform 160ms ease-in-out;
    transition: -webkit-transform 160ms ease-in-out;
    transition: transform 160ms ease-in-out;
    transition: transform 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
}
.custom-form-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.custom-form-radio
    input[type="radio"]:not(:checked):not(:disabled)
    + label:hover::before {
    border-color: #c2c0c6;
    background-color: #f3f2f4;
}
.custom-form-radio input[type="radio"]:checked + label::after {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}
.custom-form-radio input[type="radio"]:disabled + label {
    opacity: 1;
    cursor: inherit;
}
.custom-form-radio input[type="radio"]:disabled + label::before,
.custom-form-radio input[type="radio"]:checked:disabled + label::before {
    background: #dad9dd;
    border: #dad9dd;
}
.custom-form-radio input[type="radio"]:disabled + label::after,
.custom-form-radio input[type="radio"]:checked:disabled + label::after {
    background-color: #b6b3ba;
}
.custom-form-radio.custom-form-radio-small label {
    padding-left: 26px;
}
.custom-form-radio.custom-form-radio-small label::before {
    width: 20px;
    height: 20px;
}
.custom-form-radio.custom-form-radio-small label::after {
    left: 4px;
    width: 12px;
    height: 12px;
}
.custom-form-switch label {
    position: relative;
    display: inline-block;
    min-height: 24px;
    padding-left: 41px;
    cursor: pointer;
}
.custom-form-switch label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 24px;
    background-color: #fff;
    border: 1px solid #dad9dd;
    border-radius: 20px;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    pointer-events: all;
}
.custom-form-switch label::after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 16px;
    height: 16px;
    background-color: #ceccd1;
    border-radius: 50%;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
}
.custom-form-switch.small label {
    min-height: 20px;
    padding-left: 40px;
}
.custom-form-switch.small label::before {
    width: 32px;
    height: 20px;
}
.custom-form-switch.small label::after {
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
}
.custom-form-switch input[type="checkbox"] {
    position: absolute;
    pointer-events: none;
    opacity: 0;
}
.custom-form-switch input[type="checkbox"]:disabled + label {
    cursor: inherit;
    opacity: 1;
}
.custom-form-switch input[type="checkbox"]:checked + label::after {
    background-color: #0984e3;
    -webkit-transform: translateX(11px);
    transform: translateX(11px);
}
.custom-form-switch.solid label::before {
    border-color: #dad9dd;
    background-color: #fff;
}
.custom-form-switch.solid label::after {
    background-color: #ceccd1;
}
.custom-form-switch.solid label:hover::before {
    border-color: #c2c0c6;
    background-color: #f3f2f4;
}
.custom-form-switch.solid label:hover::after {
    background-color: #b6b3ba;
}
.custom-form-switch.solid input[type="checkbox"]:checked + label::before {
    background-color: #504d54;
    border-color: #ff4599;
}
.custom-form-switch.solid input[type="checkbox"]:checked + label::after {
    background-color: #fff;
}
.custom-form-switch.solid input[type="checkbox"]:disabled + label::before {
    background-color: #dad9dd;
    border-color: #dad9dd;
}
.custom-form-switch.solid input[type="checkbox"]:disabled + label::after {
    background-color: #b6b3ba;
}
.custom-form-switch.solid.primary
    input[type="checkbox"]:checked
    + label::before {
    border-color: rgba(255, 255, 255, 0.5);
    background-color: #ff0076;
}
.custom-form-switch.solid.primary
    input[type="checkbox"]:checked:disabled
    + label::before {
    border-color: rgba(255, 255, 255, 0.5);
    background-color: #ff0076;
}
.custom-form-switch.solid.primary
    input[type="checkbox"]:checked:disabled
    + label::after {
    background-color: #fff;
}
.custom-form-switch.solid.secondary
    input[type="checkbox"]:checked
    + label::before {
    background-color: #6b04ff;
}
.custom-form-switch.solid.info input[type="checkbox"]:checked + label::before {
    background-color: #0984e3;
}
.custom-form-switch.solid.danger
    input[type="checkbox"]:checked
    + label::before {
    background-color: #ec183e;
}
.custom-form-switch.solid.warning
    input[type="checkbox"]:checked
    + label::before {
    background-color: #f9d937;
}
.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-range:focus {
    outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(107, 4, 255, 0.2);
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(107, 4, 255, 0.2);
}
.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(107, 4, 255, 0.2);
}
.form-range::-moz-focus-outer {
    border: 0;
}
.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #ff0076;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}
.form-range::-webkit-slider-thumb:active {
    background-color: #ffb3d6;
}
.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    background-color: #9d9aa2;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 1rem;
}
.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #ff0076;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
}
.form-range::-moz-range-thumb:active {
    background-color: #ffb3d6;
}
.form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    background-color: #9d9aa2;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 1rem;
}
.form-range:disabled {
    pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
    background-color: #000;
}
.form-range:disabled::-moz-range-thumb {
    background-color: #000;
}
.form-floating {
    position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}
.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: opacity 0.1s ease-in-out,
        -webkit-transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out,
        -webkit-transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-floating > label {
        -webkit-transition: none;
        transition: none;
    }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
    padding: 1rem 1.5rem;
}
.form-floating > .form-control::-webkit-input-placeholder,
.form-floating > .form-control-plaintext::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0);
}
.form-floating > .form-control::-moz-placeholder,
.form-floating > .form-control-plaintext::-moz-placeholder {
    color: rgba(0, 0, 0, 0);
}
.form-floating > .form-control:-ms-input-placeholder,
.form-floating > .form-control-plaintext:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0);
}
.form-floating > .form-control::-ms-input-placeholder,
.form-floating > .form-control-plaintext::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0);
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
    color: rgba(0, 0, 0, 0);
}
.form-floating > .form-control:not(:-moz-placeholder-shown),
.form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder),
.form-floating > .form-control-plaintext:not(:-ms-input-placeholder) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
    opacity: 0.65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
    border-width: 1px 0;
}
.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
    z-index: 3;
}
.input-group .btn {
    position: relative;
    z-index: 2;
    background-color: #e9ecef;
}
.input-group .btn:focus {
    z-index: 3;
}
.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.375rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 0.875;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #dad9dd;
    border-radius: 1rem;
}
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.75rem;
}
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.5rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
    padding-right: 6rem;
}
.input-group:not(.has-validation)
    > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(
        .form-floating
    ),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)
    > .form-floating:not(:last-child)
    > .form-control,
.input-group:not(.has-validation)
    > .form-floating:not(:last-child)
    > .form-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group.has-validation
    > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(
        .form-floating
    ),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation
    > .form-floating:nth-last-child(n + 3)
    > .form-control,
.input-group.has-validation
    > .form-floating:nth-last-child(n + 3)
    > .form-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group
    > :not(:first-child):not(.dropdown-menu):not(.form-floating):not(
        .valid-tooltip
    ):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback):not(
        .warning-tooltip
    ):not(.warning-feedback),
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-icon-over {
    position: relative;
}
.input-icon-over.input-icon-over-left .form-control {
    padding-left: 36px;
}
.input-icon-over.input-icon-over-left .input-icon {
    left: 12px;
}
.input-icon-over.input-icon-over-left.large .form-control {
    padding-left: 44px;
}
.input-icon-over.input-icon-over-left.large .input-icon {
    left: 20px;
}
.input-icon-over.input-icon-over-left.small .form-control {
    padding-left: 32px;
}
.input-icon-over.input-icon-over-left.small .input-icon {
    left: 8px;
}
.input-icon-over.input-icon-over-right .form-control {
    padding-right: 36px;
}
.input-icon-over.input-icon-over-right .input-icon {
    right: 12px;
}
.input-icon-over.input-icon-over-right.large .form-control {
    padding-right: 44px;
}
.input-icon-over.input-icon-over-right.large .input-icon {
    right: 20px;
}
.input-icon-over.input-icon-over-right.small .form-control {
    padding-right: 32px;
}
.input-icon-over.input-icon-over-right.small .input-icon {
    right: 8px;
}
.input-icon-over.input-icon-over-both .form-control {
    padding-inline: 36px;
}
.input-icon-over.input-icon-over-both .input-icon:first-of-type {
    left: 12px;
}
.input-icon-over.input-icon-over-both .input-icon:last-of-type {
    right: 12px;
}
.input-icon-over.input-icon-over-both.large .form-control {
    padding-inline: 44px;
}
.input-icon-over.input-icon-over-both.large .input-icon:first-of-type {
    left: 20px;
}
.input-icon-over.input-icon-over-both.large .input-icon:last-of-type {
    right: 20px;
}
.input-icon-over.input-icon-over-both.small .form-control {
    padding-inline: 32px;
}
.input-icon-over.input-icon-over-both.small .input-icon:first-of-type {
    left: 8px;
}
.input-icon-over.input-icon-over-both.small .input-icon:last-of-type {
    right: 8px;
}
.input-icon-over .input-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    color: #000;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
}
.input-group-dropdown {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #dad9dd;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.input-group-dropdown:hover {
    border-color: #c2c0c6;
}
.input-group-dropdown:focus,
.input-group-dropdown:focus-within {
    border-color: #c2c0c6;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(133, 130, 138, 0.2);
    box-shadow: 0px 0px 0px 3px rgba(133, 130, 138, 0.2);
}
.input-group-dropdown .form-control-wrapper {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.input-group-dropdown .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0;
}
.input-group-dropdown input::-webkit-outer-spin-button,
.input-group-dropdown input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.input-group-dropdown input[type="number"] {
    -moz-appearance: textfield;
}
.input-group-dropdown .dropdown-toggle {
    gap: 4px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    border: none;
    background: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0;
    padding: 0;
}
.input-group-dropdown .dropdown-toggle::after {
    content: "";
    width: 20px;
    height: 20px;
    color: #000;
    font-family: "Metatime";
    font-size: 20px;
    line-height: 1;
    border: none;
    margin: 0;
}
.input-group-dropdown .dropdown-menu {
    border: 1px solid #9d9aa2;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
    max-height: 300px;
    overflow-y: auto;
}
.input-group-dropdown .dropdown-menu:hover {
    -webkit-box-shadow: 0 0 0 3px rgba(107, 4, 255, 0.2);
    box-shadow: 0 0 0 3px rgba(107, 4, 255, 0.2);
}
.input-group-dropdown .dropdown-item {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.4px;
    border-radius: 10px;
    padding: 12px;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
}
.input-group-dropdown .dropdown-item:hover,
.input-group-dropdown .dropdown-item:focus {
    color: #6b04ff;
    background: rgba(107, 4, 255, 0.1);
}
.input-group-dropdown.input-group-dropdown-lg {
    border-radius: 16px;
}
@media (max-width: 767.98px) {
    .input-group-dropdown.input-group-dropdown-lg {
        border-radius: 12px;
    }
}
.input-group-dropdown.input-group-dropdown-sm {
    border-radius: 8px;
    padding: 8px;
}
.input-group-dropdown.input-group-dropdown-xs {
    border-radius: 4px;
    padding: 0 4px 0 0;
}
.input-group-phone-dropdown {
    gap: 8px;
    border-radius: 16px;
    padding: 0 !important;
}
@media (max-width: 767.98px) {
    .input-group-phone-dropdown {
        border-radius: 12px;
    }
}
.input-group-phone-dropdown .dropdown-toggle {
    margin-left: 20px;
}
@media (max-width: 767.98px) {
    .input-group-phone-dropdown .dropdown-toggle {
        margin-left: 16px;
    }
}
.input-group-phone-dropdown .dropdown-toggle img,
.input-group-phone-dropdown .dropdown-item img {
    width: 32px;
    border-radius: 4px;
    margin-right: 8px;
}
.input-group-phone-dropdown .form-control-wrapper > input.form-control-lg {
    padding: 22px 16px 22px 0;
}
@media (max-width: 767.98px) {
    .input-group-phone-dropdown .form-control-wrapper > input.form-control-lg {
        padding: 15px 12px 15px 0;
        border-radius: 12px;
        font-size: 14px;
        line-height: 16px;
    }
}
.was-validated .phone-dropdown-container .input-group-phone-dropdown {
    border-color: #21d47e !important;
}
.was-validated .phone-dropdown-container.invalid .input-group-phone-dropdown {
    border-color: #ec183e !important;
}
.was-validated .phone-dropdown-container.invalid .invalid-feedback {
    display: block;
}
.input-group-country-select .dropdown-toggle {
    width: 100%;
    height: 64px;
    padding: 0 20px;
    margin: 0;
}
@media (max-width: 767.98px) {
    .input-group-country-select .dropdown-toggle {
        height: 48px;
        padding: 0 12px;
    }
}
.was-validated .input-group-country-select.invalid .dropdown {
    border-color: #ec183e !important;
}
.input-group-coin-dropdown .form-control-wrapper::before {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    font-family: "Metatime";
    width: 20px;
    height: 20px;
    color: #504d54;
    font-size: 20px;
    line-height: 1;
    z-index: 1;
}
.input-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    position: relative;
    padding: 0;
    background: #fff;
    border: 1.5px solid #dad9dd;
    border-radius: 12px;
    -webkit-transition: border-color 0.15s;
    transition: border-color 0.15s;
    overflow: hidden;
}
.input-search:hover {
    border-color: #c2c0c6;
}
.input-search:focus,
.input-search:focus-within {
    border-color: #c2c0c6;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(133, 130, 138, 0.2);
    box-shadow: 0px 0px 0px 3px rgba(133, 130, 138, 0.2);
}
.input-search .form-control {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.6px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    padding: 12px 12px 12px 0;
}
.input-search .search-icon {
    color: #000;
    font-size: 24px;
    line-height: 1;
    margin-left: 12px;
}
.input-search.input-search-lg {
    gap: 16px;
    border-radius: 16px;
    padding: 14px 16px;
}
.input-search.input-search-lg .form-control {
    font-size: 24px;
}
.input-search.input-search-lg .search-icon {
    font-size: 32px;
}
.input-search.input-search-sm {
    gap: 8px;
    border-radius: 8px;
    padding: 8px 8px;
}
.input-search.input-search-sm .form-control {
    font-size: 16px;
}
.input-search.input-search-sm .input-search-btn {
    color: #6b04ff;
    font-size: 12px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 4px;
}
.input-search.input-search-sm .input-search-btn span {
    text-decoration: underline;
}
.input-search.input-search-sm .input-search-btn i {
    color: #000;
}
.input-search.input-search-xs {
    gap: 4px;
    border-width: 0 0 1.5px 0;
    border-radius: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 4px;
}
.input-search.input-search-xs:hover {
    border-color: #504d54;
}
.input-search.input-search-xs:focus {
    border-color: #000;
}
.input-search.input-search-xs .search-icon {
    font-size: 16px;
}
.input-search.input-search-xs .form-control {
    font-size: 12px;
    background: none;
}
.input-search.input-search-xs .input-search-btn {
    display: none;
}
.input-search-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2px;
    z-index: 1;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    background: #fff;
    -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    border: 0;
    border-radius: 4px;
    padding: 8px 4px;
}
.input-search-btn .icon-line-trash {
    font-size: 16px;
    line-height: 1;
}
.custom-input-group {
    position: relative;
    gap: 8px;
    background: #fff;
    border: 1px solid #dad9dd;
    border-radius: 12px;
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
    padding: 20px 16px;
}
.custom-input-group .form-control {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    border: 0;
    border-right: 1px solid #dad9dd;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}
.custom-input-group.custom-form-input-medium {
    padding: 16px;
}
.custom-input-group.custom-form-input-medium .form-control {
    font-size: 16px;
    border: 0;
}
.custom-input-group.custom-form-input-medium .custom-group-dropdown-label {
    font-size: 12px;
    letter-spacing: -0.2px;
    border-radius: 4px;
    padding: 4px 8px;
}
.custom-input-group.custom-form-input-large .form-control {
    font-size: 24px;
}
.custom-input-group.custom-form-input-xlarge .form-control {
    font-size: 32px;
}
.custom-group-dropdown-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: #000;
    font-weight: 600;
    letter-spacing: -0.4px;
    background: rgba(255, 0, 118, 0.1);
    border-radius: 8px;
    padding: 8px;
}
.custom-input-group.custom-form-input-medium .custom-group-dropdown-label {
    border: 1px solid #8f45ff;
    background: rgba(107, 4, 255, 0.1);
}
.custom-group-dropdown-clear {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 4px;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    background: #fff;
    -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    border: 0;
    border-radius: 4px;
    padding: 4px;
}
.custom-group-dropdown-clear i {
    font-size: 16px;
    line-height: 1;
}
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.5rem;
    font-size: 0.75rem;
    color: #21d47e;
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #000;
    background-color: rgba(33, 212, 126, 0.9);
    border-radius: 0.375rem;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
    display: block;
}
.form-control.is-valid {
    border-color: #21d47e !important;
}
.form-control.is-valid:hover {
    -webkit-box-shadow: 0 0 0 3px rgba(33, 212, 126, 0.2);
    box-shadow: 0 0 0 3px rgba(33, 212, 126, 0.2);
}
.form-control.is-valid:focus {
    border-color: #21d47e;
    -webkit-box-shadow: 0 0 0 3px rgba(33, 212, 126, 0.2);
    box-shadow: 0 0 0 3px rgba(33, 212, 126, 0.2);
}
.form-control.no-validation-icon {
    background-image: none !important;
}
textarea.form-control.is-valid {
    padding-right: calc(0.875em + 2.75rem);
    background-position: top calc(0.21875em + 0.6875rem) right
        calc(0.21875em + 0.6875rem);
}
.form-select.is-valid {
    border-color: #21d47e !important;
}
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 8.25rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%235d5a61' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"),
        url("data:image/svg+xml,%3csvg width='14' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='%2321d47e' d='M11.464 5.84a.56.56 0 0 1-.16.401L6.455 11.09a.589.589 0 0 1-.41.17.584.584 0 0 1-.402-.17L2.41 7.857a.56.56 0 0 1-.161-.402.58.58 0 0 1 .16-.41l.813-.804a.568.568 0 0 1 .402-.17c.152 0 .295.063.402.17L6.045 8.26l3.643-3.634a.568.568 0 0 1 .401-.17c.152 0 .295.063.402.17l.813.804a.58.58 0 0 1 .16.41Zm2.25 1.446A6.859 6.859 0 0 0 6.857.429 6.859 6.859 0 0 0 0 7.286a6.859 6.859 0 0 0 6.857 6.857 6.859 6.859 0 0 0 6.857-6.857Z'/%3e%3c/svg%3e");
    background-position: right 1.5rem center, center right 4.5rem;
    background-size: 16px 12px,
        calc(0.4375em + 1.375rem) calc(0.4375em + 1.375rem);
}
.form-select.is-valid:focus {
    border-color: #21d47e;
}
.form-select.no-validation-icon {
    background-image: none !important;
}
.form-control-color.is-valid {
    width: calc(3rem + calc(0.875em + 2.75rem));
}
.form-check-input.is-valid {
    border-color: #21d47e;
}
.form-check-input.is-valid:checked {
    background-color: #21d47e;
}
.form-check-input.is-valid ~ .form-check-label {
    color: #21d47e;
}
.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: 0.5em;
}
.input-group .form-control.is-valid,
.input-group .form-select.is-valid {
    z-index: 1;
}
.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus {
    z-index: 3;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.5rem;
    font-size: 0.75rem;
    color: #ec183e;
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(236, 24, 62, 0.9);
    border-radius: 0.375rem;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
    display: block;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #ec183e !important;
}
.was-validated .form-control:invalid:hover,
.form-control.is-invalid:hover {
    -webkit-box-shadow: 0 0 0 3px rgba(236, 24, 62, 0.2);
    box-shadow: 0 0 0 3px rgba(236, 24, 62, 0.2);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #ec183e;
    -webkit-box-shadow: 0 0 0 3px rgba(236, 24, 62, 0.2);
    box-shadow: 0 0 0 3px rgba(236, 24, 62, 0.2);
}
.form-control.no-validation-icon {
    background-image: none !important;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(0.875em + 2.75rem);
    background-position: top calc(0.21875em + 0.6875rem) right
        calc(0.21875em + 0.6875rem);
}
.was-validated .form-select:invalid,
.form-select.is-invalid {
    border-color: #ec183e !important;
}
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
    padding-right: 8.25rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%235d5a61' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"),
        url("data:image/svg+xml,%3csvg width='18' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='%23ec183e' d='M10.143 12.563a.29.29 0 0 1-.286.294H8.143a.29.29 0 0 1-.286-.294v-1.697a.29.29 0 0 1 .286-.295h1.714a.29.29 0 0 1 .286.295v1.697Zm-.018-3.34c-.009.116-.143.206-.304.206H8.17c-.17 0-.304-.09-.304-.206l-.152-4.08c0-.054.027-.143.09-.188.053-.044.133-.098.214-.098h1.964c.08 0 .16.054.214.098.063.045.09.116.09.17l-.161 4.098ZM10 .883a1.136 1.136 0 0 0-2 0L1.143 13.456a1.143 1.143 0 0 0 1 1.687h13.714a1.143 1.143 0 0 0 1-1.687L10 .884Z'/%3e%3c/svg%3e");
    background-position: right 1.5rem center, center right 4.5rem;
    background-size: 16px 12px,
        calc(0.4375em + 1.375rem) calc(0.4375em + 1.375rem);
}
.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
    border-color: #ec183e;
}
.form-select.no-validation-icon {
    background-image: none !important;
}
.was-validated .form-control-color:invalid,
.form-control-color.is-invalid {
    width: calc(3rem + calc(0.875em + 2.75rem));
}
.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
    border-color: #ec183e;
}
.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
    background-color: #ec183e;
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
    color: #ec183e;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: 0.5em;
}
.was-validated .input-group .form-control:invalid,
.input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
    z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus,
.input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
    z-index: 3;
}
.warning-feedback {
    display: none;
    width: 100%;
    margin-top: 0.5rem;
    font-size: 0.75rem;
    color: #f9d937;
}
.warning-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #000;
    background-color: rgba(249, 217, 55, 0.9);
    border-radius: 0.375rem;
}
.is-warning ~ .warning-feedback,
.is-warning ~ .warning-tooltip {
    display: block;
}
.form-control.is-warning {
    border-color: #f9d937 !important;
}
.form-control.is-warning:hover {
    -webkit-box-shadow: 0 0 0 3px rgba(249, 217, 55, 0.2);
    box-shadow: 0 0 0 3px rgba(249, 217, 55, 0.2);
}
.form-control.is-warning:focus {
    border-color: #f9d937;
    -webkit-box-shadow: 0 0 0 3px rgba(249, 217, 55, 0.2);
    box-shadow: 0 0 0 3px rgba(249, 217, 55, 0.2);
}
.form-control.no-validation-icon {
    background-image: none !important;
}
textarea.form-control.is-warning {
    padding-right: calc(0.875em + 2.75rem);
    background-position: top calc(0.21875em + 0.6875rem) right
        calc(0.21875em + 0.6875rem);
}
.form-select.is-warning {
    border-color: #f9d937 !important;
}
.form-select.is-warning:not([multiple]):not([size]),
.form-select.is-warning:not([multiple])[size="1"] {
    padding-right: 8.25rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%235d5a61' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"),
        url("data:image/svg+xml,%3csvg width='14' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='%23f9d937' d='M6.857.429A6.859 6.859 0 0 0 0 7.286a6.859 6.859 0 0 0 6.857 6.857 6.859 6.859 0 0 0 6.857-6.857A6.859 6.859 0 0 0 6.857.429ZM8 11.562c0 .161-.125.295-.277.295H6.01a.297.297 0 0 1-.295-.294V9.866c0-.16.134-.295.295-.295h1.714c.152 0 .277.134.277.295v1.697Zm-.018-3.07c-.009.124-.143.222-.303.222H6.027c-.17 0-.304-.098-.304-.223l-.152-5.545a.18.18 0 0 1 .09-.16.344.344 0 0 1 .214-.072h1.964c.08 0 .161.027.215.072a.18.18 0 0 1 .089.16l-.16 5.545Z'/%3e%3c/svg%3e");
    background-position: right 1.5rem center, center right 4.5rem;
    background-size: 16px 12px,
        calc(0.4375em + 1.375rem) calc(0.4375em + 1.375rem);
}
.form-select.is-warning:focus {
    border-color: #f9d937;
}
.form-select.no-validation-icon {
    background-image: none !important;
}
.form-control-color.is-warning {
    width: calc(3rem + calc(0.875em + 2.75rem));
}
.form-check-input.is-warning {
    border-color: #f9d937;
}
.form-check-input.is-warning:checked {
    background-color: #f9d937;
}
.form-check-input.is-warning ~ .form-check-label {
    color: #f9d937;
}
.form-check-inline .form-check-input ~ .warning-feedback {
    margin-left: 0.5em;
}
.input-group .form-control.is-warning:focus,
.input-group .form-select.is-warning:focus {
    z-index: 3;
}
.btn {
    --bs-btn-padding-x: 1.25rem;
    --bs-btn-padding-y: 0.75rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 600;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #000000;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.75rem;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem
        rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    -webkit-transition: color 0.15s ease-in-out,
        background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        transition: none;
    }
}
.btn:hover {
    color: var(--bs-btn-hover-color);
}
.btn-check:focus + .btn,
.btn:focus {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
    box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn,
.btn.show {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus,
.btn.show:focus {
    -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
    box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity);
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ff0076;
    --bs-btn-border-color: #ff0076;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #d90064;
    --bs-btn-hover-border-color: #cc005e;
    --bs-btn-focus-shadow-rgb: 255, 38, 139;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #cc005e;
    --bs-btn-active-border-color: #bf0059;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ff0076;
    --bs-btn-disabled-border-color: #ff0076;
}
.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6b04ff;
    --bs-btn-border-color: #6b04ff;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5b03d9;
    --bs-btn-hover-border-color: #5603cc;
    --bs-btn-focus-shadow-rgb: 129, 42, 255;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5603cc;
    --bs-btn-active-border-color: #5003bf;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6b04ff;
    --bs-btn-disabled-border-color: #6b04ff;
}
.btn-success {
    --bs-btn-color: #000000;
    --bs-btn-bg: #21d47e;
    --bs-btn-border-color: #21d47e;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #42da91;
    --bs-btn-hover-border-color: #37d88b;
    --bs-btn-focus-shadow-rgb: 28, 180, 107;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #4ddd98;
    --bs-btn-active-border-color: #37d88b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: #21d47e;
    --bs-btn-disabled-border-color: #21d47e;
}
.btn-info {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0984e3;
    --bs-btn-border-color: #0984e3;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0870c1;
    --bs-btn-hover-border-color: #076ab6;
    --bs-btn-focus-shadow-rgb: 46, 150, 231;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #076ab6;
    --bs-btn-active-border-color: #0763aa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0984e3;
    --bs-btn-disabled-border-color: #0984e3;
}
.btn-warning {
    --bs-btn-color: #000000;
    --bs-btn-bg: #f9d937;
    --bs-btn-border-color: #f9d937;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #fadf55;
    --bs-btn-hover-border-color: #fadd4b;
    --bs-btn-focus-shadow-rgb: 212, 184, 47;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #fae15f;
    --bs-btn-active-border-color: #fadd4b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: #f9d937;
    --bs-btn-disabled-border-color: #f9d937;
}
.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ec183e;
    --bs-btn-border-color: #ec183e;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #c91435;
    --bs-btn-hover-border-color: #bd1332;
    --bs-btn-focus-shadow-rgb: 239, 59, 91;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #bd1332;
    --bs-btn-active-border-color: #b1122f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ec183e;
    --bs-btn-disabled-border-color: #ec183e;
}
.btn-light {
    --bs-btn-color: #000000;
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #d9d9d9;
    --bs-btn-hover-border-color: #cccccc;
    --bs-btn-focus-shadow-rgb: 217, 217, 217;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: white;
    --bs-btn-active-border-color: white;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: #fff;
    --bs-btn-disabled-border-color: #fff;
}
.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #000000;
    --bs-btn-border-color: #000000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #262626;
    --bs-btn-hover-border-color: #1a1a1a;
    --bs-btn-focus-shadow-rgb: 38, 38, 38;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: black;
    --bs-btn-active-border-color: black;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #000000;
    --bs-btn-disabled-border-color: #000000;
}
.btn-outline-primary {
    --bs-btn-color: #ff0076;
    --bs-btn-border-color: #ff0076;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ff0076;
    --bs-btn-hover-border-color: #ff0076;
    --bs-btn-focus-shadow-rgb: 255, 0, 118;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ff0076;
    --bs-btn-active-border-color: #ff0076;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ff0076;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ff0076;
    --bs-gradient: none;
}
.btn-outline-secondary {
    --bs-btn-color: #6b04ff;
    --bs-btn-border-color: #6b04ff;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6b04ff;
    --bs-btn-hover-border-color: #6b04ff;
    --bs-btn-focus-shadow-rgb: 107, 4, 255;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6b04ff;
    --bs-btn-active-border-color: #6b04ff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #6b04ff;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6b04ff;
    --bs-gradient: none;
}
.btn-outline-success {
    --bs-btn-color: #21d47e;
    --bs-btn-border-color: #21d47e;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #21d47e;
    --bs-btn-hover-border-color: #21d47e;
    --bs-btn-focus-shadow-rgb: 33, 212, 126;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #21d47e;
    --bs-btn-active-border-color: #21d47e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #21d47e;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #21d47e;
    --bs-gradient: none;
}
.btn-outline-info {
    --bs-btn-color: #0984e3;
    --bs-btn-border-color: #0984e3;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0984e3;
    --bs-btn-hover-border-color: #0984e3;
    --bs-btn-focus-shadow-rgb: 9, 132, 227;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0984e3;
    --bs-btn-active-border-color: #0984e3;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0984e3;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0984e3;
    --bs-gradient: none;
}
.btn-outline-warning {
    --bs-btn-color: #f9d937;
    --bs-btn-border-color: #f9d937;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #f9d937;
    --bs-btn-hover-border-color: #f9d937;
    --bs-btn-focus-shadow-rgb: 249, 217, 55;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #f9d937;
    --bs-btn-active-border-color: #f9d937;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f9d937;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f9d937;
    --bs-gradient: none;
}
.btn-outline-danger {
    --bs-btn-color: #ec183e;
    --bs-btn-border-color: #ec183e;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ec183e;
    --bs-btn-hover-border-color: #ec183e;
    --bs-btn-focus-shadow-rgb: 236, 24, 62;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ec183e;
    --bs-btn-active-border-color: #ec183e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ec183e;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ec183e;
    --bs-gradient: none;
}
.btn-outline-light {
    --bs-btn-color: #fff;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: #fff;
    --bs-btn-focus-shadow-rgb: 255, 255, 255;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #fff;
    --bs-btn-active-border-color: #fff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fff;
    --bs-gradient: none;
}
.btn-outline-dark {
    --bs-btn-color: #000000;
    --bs-btn-border-color: #000000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #000000;
    --bs-btn-hover-border-color: #000000;
    --bs-btn-focus-shadow-rgb: 0, 0, 0;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #000000;
    --bs-btn-active-border-color: #000000;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #000000;
    --bs-gradient: none;
}
.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: none;
    --bs-btn-focus-shadow-rgb: 255, 38, 139;
    text-decoration: underline;
}
.btn-link:focus {
    color: var(--bs-btn-color);
}
.btn-link:hover {
    color: var(--bs-btn-hover-color);
}
.btn-lg,
.btn-group-lg > .btn {
    --bs-btn-padding-y: 19px;
    --bs-btn-padding-x: 1.25rem;
    --bs-btn-font-size: 1rem;
    --bs-btn-border-radius: 16px;
}
@media (max-width: 767.98px) {
    .btn-lg,
    .btn-group-lg > .btn {
        --bs-btn-padding-y: 12.5px;
        --bs-btn-padding-x: 1.25rem;
        --bs-btn-font-size: 0.875rem;
        --bs-btn-border-radius: 12px;
    }
}
.btn-sm,
.btn-group-sm > .btn {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.8125rem;
    --bs-btn-border-radius: 0.5rem;
}
.btn-xs {
    font-size: 13px;
    border-radius: 4px;
    padding: 2px 4px;
}
.btn-xs.btn-icon i {
    font-size: 16px;
}
.btn.btn-link {
    font-size: 16px;
    letter-spacing: -0.4px;
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn.btn-link.btn-lg,
.btn-group-lg > .btn.btn-link {
    font-size: 20px;
    letter-spacing: -0.4px;
}
.btn.btn-link.btn-sm,
.btn-group-sm > .btn.btn-link {
    font-size: 14px;
}
.btn.btn-link:hover,
.btn.btn-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn.btn-link-sm {
    font-size: 12px;
}
.btn-icon {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.btn-icon i {
    font-size: 24px;
}
.btn-icon.btn-icon-only {
    width: 3.5rem;
    aspect-ratio: 1/1;
    border-radius: 16px;
    padding: 4px;
}
.btn-lg.btn-icon.btn-icon-only,
.btn-group-lg > .btn-icon.btn-icon-only.btn {
    width: 4rem;
}
.btn-sm.btn-icon.btn-icon-only,
.btn-group-sm > .btn-icon.btn-icon-only.btn {
    width: 3rem;
    border-radius: 12px;
}
.btn-xs.btn-icon.btn-icon-only {
    width: 1.5rem;
    border-radius: 4px;
}
.btn {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.btn:hover {
    border-color: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.btn:focus {
    border-color: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0px 1px 0px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 1px 0px 1px rgba(0, 0, 0, 0.05);
}
.btn:disabled,
.btn.disabled {
    opacity: 0.5;
}
.btn[class*="outline"]:focus {
    background: rgba(0, 0, 0, 0.1);
    border-color: currentColor;
}
.btn-social {
    color: #000;
    font-size: 13px;
    background: #fff;
    border: 0;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.1);
}
.btn-social i {
    font-size: 24px;
}
.btn-social:hover,
.btn-social:focus {
    color: #000;
    background: #fff;
}
.btn-social.btn-icon {
    border-radius: 12px;
}
.btn-social.btn-sm,
.btn-group-sm > .btn-social.btn {
    padding: 11px 19px;
}
.btn-outline-primary:hover {
    color: #ff0076;
    background: rgba(255, 0, 118, 0.1);
    border-color: currentColor;
}
.btn-outline-primary:focus {
    color: #ff0076;
    -webkit-box-shadow: inset 0px 1px 0px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 1px 0px 1px rgba(0, 0, 0, 0.05);
}
.btn-outline-secondary:hover {
    color: #6b04ff;
    background: rgba(107, 4, 255, 0.1);
    border-color: currentColor;
}
.btn-outline-secondary:focus {
    color: #6b04ff;
    -webkit-box-shadow: inset 0px 1px 0px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 1px 0px 1px rgba(0, 0, 0, 0.05);
}
.btn-outline-success:hover {
    color: #21d47e;
    background: rgba(33, 212, 126, 0.1);
    border-color: currentColor;
}
.btn-outline-success:focus {
    color: #21d47e;
    -webkit-box-shadow: inset 0px 1px 0px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 1px 0px 1px rgba(0, 0, 0, 0.05);
}
.btn-outline-danger:hover {
    color: #ec183e;
    background: rgba(236, 24, 62, 0.1);
    border-color: currentColor;
}
.btn-outline-danger:focus {
    color: #ec183e;
    -webkit-box-shadow: inset 0px 1px 0px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 1px 0px 1px rgba(0, 0, 0, 0.05);
}
.btn-outline-warning:hover {
    color: #f9d937;
    background: rgba(249, 217, 55, 0.1);
    border-color: currentColor;
}
.btn-outline-warning:focus {
    color: #f9d937;
    -webkit-box-shadow: inset 0px 1px 0px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 1px 0px 1px rgba(0, 0, 0, 0.05);
}
.btn-outline-light {
    color: #000;
    border-color: #dad9dd;
    background: rgba(0, 0, 0, 0);
}
.btn-outline-light:hover {
    color: #000;
    background: rgba(0, 0, 0, 0);
    border-color: #424046;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-outline-light:focus {
    color: #000;
    border-color: #a9a7ae !important;
    background: rgba(0, 0, 0, 0) !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-outline-dark {
    color: #000;
    border-color: #000;
}
.btn-outline-dark:hover {
    color: #000;
    background: rgba(0, 0, 0, 0.1);
    border-color: #000;
}
.btn-outline-dark:focus {
    color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-text {
    font-size: 1rem;
    padding: 0;
    border: none;
}
.btn-text:hover,
.btn-text:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-text.btn-icon::after {
    display: none;
}
.btn-text.btn-text-sm {
    font-size: 12px;
}
.fade {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none;
    }
}
.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    -webkit-transition: width 0.35s ease;
    transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        -webkit-transition: none;
        transition: none;
    }
}
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
    position: relative;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid rgba(0, 0, 0, 0);
    border-bottom: 0;
    border-left: 0.3em solid rgba(0, 0, 0, 0);
}
.dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropdown-menu {
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: #000000;
    --bs-dropdown-bg: #fff;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: 0.375rem;
    --bs-dropdown-border-width: 1px;
    --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-dropdown-link-color: #504d54;
    --bs-dropdown-link-hover-color: #48454c;
    --bs-dropdown-link-hover-bg: #a9a7ae;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #ff0076;
    --bs-dropdown-link-disabled-color: #000000;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #000000;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid
        var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer);
}
.dropdown-menu-start {
    --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0;
}
.dropdown-menu-end {
    --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto;
}
@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start;
    }
    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-sm-end {
        --bs-position: end;
    }
    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start;
    }
    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-md-end {
        --bs-position: end;
    }
    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start;
    }
    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-lg-end {
        --bs-position: end;
    }
    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start;
    }
    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xl-end {
        --bs-position: end;
    }
    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start;
    }
    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xxl-end {
        --bs-position: end;
    }
    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid rgba(0, 0, 0, 0);
    border-bottom: 0.3em solid;
    border-left: 0.3em solid rgba(0, 0, 0, 0);
}
.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid rgba(0, 0, 0, 0);
    border-right: 0;
    border-bottom: 0.3em solid rgba(0, 0, 0, 0);
    border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropend .dropdown-toggle::after {
    vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}
.dropstart .dropdown-toggle::after {
    display: none;
}
.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid rgba(0, 0, 0, 0);
    border-right: 0.3em solid;
    border-bottom: 0.3em solid rgba(0, 0, 0, 0);
}
.dropstart .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropstart .dropdown-toggle::before {
    vertical-align: 0;
}
.dropdown-divider {
    height: 0;
    margin: var(--bs-dropdown-divider-margin-y) 0;
    overflow: hidden;
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    opacity: 1;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0);
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    display: block;
    padding: var(--bs-dropdown-header-padding-y)
        var(--bs-dropdown-header-padding-x);
    margin-bottom: 0;
    font-size: 0.875rem;
    color: var(--bs-dropdown-header-color);
    white-space: nowrap;
}
.dropdown-item-text {
    display: block;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    color: var(--bs-dropdown-link-color);
}
.dropdown-menu-dark {
    --bs-dropdown-color: #9d9aa2;
    --bs-dropdown-bg: #5d5a61;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-box-shadow: ;
    --bs-dropdown-link-color: #9d9aa2;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #ff0076;
    --bs-dropdown-link-disabled-color: #000000;
    --bs-dropdown-header-color: #000000;
}
.custom-dropdown .dropdown-toggle::after {
    content: "";
    width: 20px;
    height: 20px;
    font-family: "Metatime";
    font-size: 20px;
    line-height: 1;
    border: none;
    margin: 0;
}
.custom-dropdown .dropdown-toggle {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #9d9aa2;
    background-color: #fff;
    padding: 20px 24px;
}
.custom-dropdown .dropdown-toggle::after {
    color: #78757d;
}
.custom-dropdown .dropdown-toggle:hover {
    border-color: #6b04ff;
    -webkit-box-shadow: 0 0 0 3px rgba(107, 4, 255, 0.2);
    box-shadow: 0 0 0 3px rgba(107, 4, 255, 0.2);
}
.custom-dropdown .dropdown-toggle:hover::after {
    color: #000;
}
.custom-dropdown .dropdown-toggle:focus {
    border: 1px solid #9d9aa2;
    -webkit-box-shadow: 0 0 0 3px rgba(107, 4, 255, 0.2);
    box-shadow: 0 0 0 3px rgba(107, 4, 255, 0.2);
}
.custom-dropdown .dropdown-toggle:focus::after {
    color: #78757d;
}
.custom-dropdown .dropdown-menu {
    border: 1px solid #9d9aa2;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.custom-dropdown .dropdown-menu:hover {
    -webkit-box-shadow: 0 0 0 3px rgba(107, 4, 255, 0.2);
    box-shadow: 0 0 0 3px rgba(107, 4, 255, 0.2);
}
.custom-dropdown .dropdown-item {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.4px;
    border-radius: 10px;
    padding: 12px;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
}
.custom-dropdown .dropdown-item:hover,
.custom-dropdown .dropdown-item:focus {
    color: #6b04ff;
    background: rgba(107, 4, 255, 0.1);
}
.custom-dropdown-primary .dropdown-toggle:hover {
    border-color: #ff0076;
    -webkit-box-shadow: 0 0 0 3px rgba(255, 0, 118, 0.2);
    box-shadow: 0 0 0 3px rgba(255, 0, 118, 0.2);
}
.custom-dropdown-primary .dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(255, 0, 118, 0.2);
    box-shadow: 0 0 0 3px rgba(255, 0, 118, 0.2);
}
.custom-dropdown-primary .dropdown-menu:hover {
    -webkit-box-shadow: 0 0 0 3px rgba(255, 0, 118, 0.2);
    box-shadow: 0 0 0 3px rgba(255, 0, 118, 0.2);
}
.custom-dropdown-primary .dropdown-item:hover,
.custom-dropdown-primary .dropdown-item:focus {
    color: #ff0076;
    background: rgba(255, 0, 118, 0.1);
}
.selectbox {
    position: relative;
}
.selectbox .dropdown-toggle {
    padding-block: 0.625rem;
}
.selectbox .dropdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
}
.selectbox .dropdown-item.active {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
}
.selectbox .dropdown-item.active:hover,
.selectbox .dropdown-item.active:focus {
    color: #ff0076;
    background: rgba(255, 0, 118, 0.1);
}
.selectbox .dropdown-item.active::before {
    content: "";
    display: grid;
    place-items: center;
    width: 1.25rem;
    height: 1.25rem;
    color: #fff;
    font-family: "Metatime";
    font-size: 20px;
    line-height: 1;
    border-radius: 50%;
    background-color: #21d47e;
}
.selectbox-title {
    padding: 0.75rem 0;
}
.selectbox-tag {
    display: inline-block;
    color: #ff0076;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: -0.2px;
    border-radius: 32px;
    background-color: rgba(255, 0, 118, 0.1);
    padding: 0.75rem 1rem;
}
.theme-light .dropdown-menu {
    background: #fff !important;
}
.theme-light .dropdown-menu .list-group {
    background: #fff !important;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    z-index: 1;
}
.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group {
    border-radius: 0.75rem;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
    margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
    margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
    margin-right: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}
.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    -webkit-transition: color 0.15s ease-in-out,
        background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .nav-link {
        -webkit-transition: none;
        transition: none;
    }
}
.nav-link:hover,
.nav-link:focus {
    color: var(--bs-nav-link-hover-color);
}
.nav-link.disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default;
}
.nav-tabs {
    --bs-nav-tabs-border-width: 1px;
    --bs-nav-tabs-border-color: #dee2e6;
    --bs-nav-tabs-border-radius: 0.5rem;
    --bs-nav-tabs-link-hover-border-color: #dee2e6 #dee2e6 #dee2e6;
    --bs-nav-tabs-link-active-color: #6b04ff;
    --bs-nav-tabs-link-active-bg: #fff;
    --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
    border-bottom: var(--bs-nav-tabs-border-width) solid
        var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
    margin-bottom: calc(var(--bs-nav-tabs-border-width) * -1);
    background: none;
    border: var(--bs-nav-tabs-border-width) solid rgba(0, 0, 0, 0);
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
    margin-top: calc(var(--bs-nav-tabs-border-width) * -1);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills {
    --bs-nav-pills-border-radius: 0.375rem;
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #ff0076;
}
.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg);
}
.nav-pills {
    --bs-nav-pills-border-radius: 999px;
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #ff0076;
    min-width: 320px;
    padding: 8px;
    background-color: #f3f2f4;
    border: 1px solid #dad9dd;
    border-radius: 999px;
}
.nav-pills .nav-item {
    width: 100%;
}
.nav-pills .nav-item .nav-link {
    background: none;
    border: 0;
    border-radius: var(--bs-nav-pills-border-radius);
    color: #85828a;
    font-weight: 500;
    font-size: 14px;
    padding: 4px 12px;
    height: 32px;
    width: 100%;
}
.nav-pills .nav-item .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #000;
    background-color: #fff;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.nav-tabs .nav-link {
    color: #6b04ff;
}
.nav-tabs {
    gap: 4px;
    border: 0;
}
.nav-tabs .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.4px;
    background-color: rgba(0, 0, 0, 0);
    border-color: #dad9dd;
    border-width: 0 0 1px 0;
    padding: 4px;
}
.nav-tabs .nav-link [class*="icon-"] {
    font-size: 20px;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #6b04ff;
}
.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link:disabled {
    opacity: 0.3;
    pointer-events: none;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #6b04ff;
    border-color: #6b04ff;
}
.nav-tabs .nav-link.active .nav-tab-badge,
.nav-tabs .nav-item.show .nav-link .nav-tab-badge {
    color: #fff;
    background-color: #6b04ff;
}
.nav-tabs .nav-tab-badge {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #000;
    font-size: 12px;
    background-color: #dad9dd;
    border-radius: 4px;
    -webkit-transition: 0.15s;
    transition: 0.15s;
}
.nav-tabs.nav-tabs-lg {
    gap: 8px;
}
.nav-tabs.nav-tabs-lg .nav-link {
    font-size: 16px;
    padding: 8px 4px;
}
.nav-tabs.nav-tabs-lg .nav-link [class*="icon-"] {
    font-size: 24px;
}
.nav-tabs.nav-tabs-sm .nav-link {
    font-size: 13px;
}
.nav-tabs.nav-tabs-sm .nav-link [class*="icon-"] {
    font-size: 16px;
}
.nav-tabs.nav-tabs-sm .nav-tab-badge {
    width: 16px;
    height: 16px;
}
.theme-dark .nav-pills {
    background-color: #1a191c;
    border: 1px solid #504d54;
}
.theme-dark .nav-pills .nav-link {
    color: #85828a;
}
.theme-dark .nav-pills .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
}
.theme-dark .nav-pills .nav-link.active,
.theme-dark .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #504d54;
}
.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(0, 0, 0, 0.55);
    --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
    --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
    --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-brand-padding-y: 0.325rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
    --bs-navbar-toggler-border-radius: 0.75rem;
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
    color: var(--bs-navbar-brand-hover-color);
}
.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
    color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
    position: static;
}
.navbar-text {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
    color: var(--bs-navbar-active-color);
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y)
        var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: rgba(0, 0, 0, 0);
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    -webkit-transition: var(--bs-navbar-toggler-transition);
    transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        -webkit-transition: none;
        transition: none;
    }
}
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto;
}
@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
    .navbar-expand-sm .offcanvas {
        position: static;
        z-index: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: rgba(0, 0, 0, 0) !important;
        border: 0 !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-transition: none;
        transition: none;
    }
    .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none;
    }
    .navbar-expand-sm .offcanvas .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
    .navbar-expand-md .offcanvas {
        position: static;
        z-index: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: rgba(0, 0, 0, 0) !important;
        border: 0 !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-transition: none;
        transition: none;
    }
    .navbar-expand-md .offcanvas .offcanvas-header {
        display: none;
    }
    .navbar-expand-md .offcanvas .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    .navbar-expand-lg .offcanvas {
        position: static;
        z-index: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: rgba(0, 0, 0, 0) !important;
        border: 0 !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-transition: none;
        transition: none;
    }
    .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none;
    }
    .navbar-expand-lg .offcanvas .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
    .navbar-expand-xl .offcanvas {
        position: static;
        z-index: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: rgba(0, 0, 0, 0) !important;
        border: 0 !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-transition: none;
        transition: none;
    }
    .navbar-expand-xl .offcanvas .offcanvas-header {
        display: none;
    }
    .navbar-expand-xl .offcanvas .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
@media (min-width: 1400px) {
    .navbar-expand-xxl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-xxl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xxl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-xxl .navbar-toggler {
        display: none;
    }
    .navbar-expand-xxl .offcanvas {
        position: static;
        z-index: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: rgba(0, 0, 0, 0) !important;
        border: 0 !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-transition: none;
        transition: none;
    }
    .navbar-expand-xxl .offcanvas .offcanvas-header {
        display: none;
    }
    .navbar-expand-xxl .offcanvas .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
.navbar-expand {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
    overflow: visible;
}
.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 0 !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: none;
    transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
    display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
}
.navbar-dark {
    --bs-navbar-color: rgba(255, 255, 255, 0.55);
    --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
    --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.card {
    --bs-card-spacer-y: 1.5rem;
    --bs-card-spacer-x: 1.5rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: 0.625rem;
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(0.625rem - 1px);
    --bs-card-cap-padding-y: 0.75rem;
    --bs-card-cap-padding-x: 1.5rem;
    --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: transparent;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
}
.card > hr {
    margin-right: 0;
    margin-left: 0;
}
.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}
.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
}
.card-title {
    color: #2c3e50;
    margin-bottom: var(--bs-card-title-spacer-y);
}
.card-subtitle {
    margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
    margin-bottom: 0;
}
.card-text {
    font-size: 14px;
}
.card-text:last-child {
    margin-bottom: 0;
}
.card-link {
    color: #2c3e50;
    text-decoration: none;
}
.card-link + .card-link {
    margin-left: var(--bs-card-spacer-x);
}
.card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius)
        var(--bs-card-inner-border-radius) 0 0;
}
.card-footer {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius)
        var(--bs-card-inner-border-radius);
}
.card-header-tabs {
    margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
    margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
    margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
    border-bottom: 0;
}
.card-header-tabs .nav-link.active {
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg);
}
.card-header-pills {
    margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
    margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: var(--bs-card-img-overlay-padding);
    border-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-top,
.card-img-bottom {
    width: 100%;
}
.card-img,
.card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card-group > .card {
    margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
    .card-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .card-group > .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-top,
    .card-group > .card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-bottom,
    .card-group > .card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-top,
    .card-group > .card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-bottom,
    .card-group > .card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}
.accordion {
    --bs-accordion-color: #000000;
    --bs-accordion-bg: #fff;
    --bs-accordion-transition: color 0.15s ease-in-out,
        background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: 0.375rem;
    --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-body-color%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e6006a'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #6b04ff;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(255, 0, 118, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #e6006a;
    --bs-accordion-active-bg: #ffe6f1;
}
.accordion-button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    -webkit-transition: var(--bs-accordion-transition);
    transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        -webkit-transition: none;
        transition: none;
    }
}
.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    -webkit-box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0
        var(--bs-accordion-border-color);
    box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0
        var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    -webkit-transform: var(--bs-accordion-btn-icon-transform);
    transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    -webkit-transition: var(--bs-accordion-btn-icon-transition);
    transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
        -webkit-transition: none;
        transition: none;
    }
}
.accordion-button:hover {
    z-index: 2;
}
.accordion-header {
    margin-bottom: 0;
}
.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid
        var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
    border-top: 0;
}
.accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-body {
    padding: var(--bs-accordion-body-padding-y)
        var(--bs-accordion-body-padding-x);
}
.accordion-flush .accordion-collapse {
    border-width: 0;
}
.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
    border-top: 0;
}
.accordion-flush .accordion-item:last-child {
    border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
}
.accordion-primary {
    border: none;
    background: none;
}
.accordion-primary .accordion-item:last-of-type,
.accordion-primary .accordion-item:first-of-type {
    border-radius: 0;
}
.accordion-primary .accordion-item {
    border: 1px solid #28262a;
    border-radius: 12px;
    background-color: #fff;
    margin-bottom: 14px;
}
.accordion-primary .accordion-item:first-of-type,
.accordion-primary .accordion-item:last-of-type {
    border-radius: 12px;
}
.accordion-primary .accordion-button {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    padding: 12px;
}
.accordion-primary .accordion-button::after {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Metatime";
    width: 24px;
    height: 24px;
    font-size: 16px;
    color: #504d54;
    line-height: 1;
    background-image: none;
    border-radius: 50%;
}
.accordion-primary .accordion-button:not(.collapsed) {
    color: #000;
    background: none;
}
.accordion-primary .accordion-button:not(.collapsed)::after {
    content: "";
    color: #504d54;
}
.accordion-primary .accordion-body {
    padding: 0 12px 12px;
}
.accordion-primary .accordion-body p {
    color: #85828a;
    padding: 0 12px 0 0;
}
.accordion-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 4px;
    color: #6b04ff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.4px;
    text-decoration: none;
}
.accordion-link span {
    text-decoration: underline;
}
.accordion-link i {
    font-size: 16px;
}
.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 0;
    --bs-breadcrumb-bg: ;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color: #000000;
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius);
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(
        --bs-breadcrumb-divider,
        "/"
    ); /* rtl: var(--bs-breadcrumb-divider, "/") */
}
.breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color);
}
.breadcrumb {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.breadcrumb .breadcrumb-item {
    color: #85828a;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.4px;
}
.breadcrumb .breadcrumb-item::before {
    color: #85828a;
}
.breadcrumb .breadcrumb-item:hover a,
.breadcrumb .breadcrumb-item.active {
    color: #6b04ff;
}
.breadcrumb .breadcrumb-item a {
    text-decoration: none;
}
.breadcrumb .breadcrumb-item.disabled a {
    color: #85828a;
    pointer-events: none;
}
.breadcrumb .breadcrumb-item.go-back {
    color: #000;
    font-size: 16px;
}
.breadcrumb .breadcrumb-item.go-back a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    font-size: 16px;
}
.breadcrumb .breadcrumb-item.go-back a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 34px;
    height: 34px;
    background-color: rgba(107, 4, 255, 0.1);
    border-radius: 50%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
}
.breadcrumb .breadcrumb-item.go-back:hover a::after {
    opacity: 1;
}
.breadcrumb .breadcrumb-item.go-back + .breadcrumb-item::before {
    display: none;
}
.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: #007bff;
    --bs-pagination-bg: #fff;
    --bs-pagination-border-width: 1px;
    --bs-pagination-border-color: #dee2e6;
    --bs-pagination-border-radius: 0.375rem;
    --bs-pagination-hover-color: #fff;
    --bs-pagination-hover-bg: #007bff;
    --bs-pagination-hover-border-color: #9d9aa2;
    --bs-pagination-focus-color: #fff;
    --bs-pagination-focus-bg: #0576ee;
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #007bff;
    --bs-pagination-active-border-color: #007bff;
    --bs-pagination-disabled-color: #000000;
    --bs-pagination-disabled-bg: #fff;
    --bs-pagination-disabled-border-color: #dee2e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
}
.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid
        var(--bs-pagination-border-color);
    -webkit-transition: color 0.15s ease-in-out,
        background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .page-link {
        -webkit-transition: none;
        transition: none;
    }
}
.page-link:hover {
    z-index: 2;
    color: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
}
.page-link.active,
.active > .page-link {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled,
.disabled > .page-link {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color);
}
.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}
.page-item:first-child .page-link {
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius);
}
.pagination-lg {
    --bs-pagination-padding-x: 1.5rem;
    --bs-pagination-padding-y: 0.75rem;
    --bs-pagination-font-size: 1.25rem;
    --bs-pagination-border-radius: 0.75rem;
}
.pagination-sm {
    --bs-pagination-padding-x: 0.5rem;
    --bs-pagination-padding-y: 0.25rem;
    --bs-pagination-font-size: 0.875rem;
    --bs-pagination-border-radius: 0.5rem;
}
.pagination .page-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    background-color: #fff;
    border: 1px solid #dad9dd;
    border-radius: 4px;
    padding: 0;
}
.pagination .page-link:hover {
    color: #000;
    background-color: #fff;
    border-color: #6b04ff;
}
.pagination .page-link:focus {
    color: #000;
    border-color: #dad9dd;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(107, 4, 255, 0.15);
    box-shadow: 0px 0px 0px 3px rgba(107, 4, 255, 0.15);
}
.pagination .page-link.active,
.pagination .active > .page-link {
    color: #000;
    background-color: #fff;
    border-color: #6b04ff;
}
.pagination .page-link-more {
    color: #5d5a61;
}
.pagination .page-item:first-of-type .page-link,
.pagination .page-item:last-of-type .page-link {
    color: #000;
    font-size: 24px;
}
.step-pagination {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.4px;
}
.step-pagination i {
    font-size: 24px;
}
.badge {
    --bs-badge-padding-x: 1rem;
    --bs-badge-padding-y: 0.375rem;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: 0.375rem;
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.badge {
    font-size: 14px;
    letter-spacing: -0.4px;
    border-radius: 8px;
    padding: 8px;
}
.badge [class*="icon-"] {
    font-size: 16px;
}
.badge.badge-lg {
    border-radius: 12px;
    padding: 12px 16px;
}
.badge.badge-sm {
    border-radius: 4px;
    padding: 4px 8px;
}
.badge.badge-xs {
    border-radius: 0;
    padding: 0;
}
.badge.bg-success {
    border: 1px solid rgba(33, 212, 126, 0.1);
}
.badge.bg-danger {
    border: 1px solid rgba(236, 24, 62, 0.1);
}
.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 0.75rem;
    --bs-alert-padding-y: 0.5rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: 1px solid var(--bs-alert-border-color);
    --bs-alert-border-radius: 1rem;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius);
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 700;
}
.alert-dismissible {
    padding-right: 2.25rem;
}
.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.625rem 0.75rem;
}
.alert-primary {
    --bs-alert-color: #990047;
    --bs-alert-bg: #ffcce4;
    --bs-alert-border-color: #ffb3d6;
}
.alert-primary .alert-link {
    color: #7a0039;
}
.alert-secondary {
    --bs-alert-color: #400299;
    --bs-alert-bg: #e1cdff;
    --bs-alert-border-color: #d3b4ff;
}
.alert-secondary .alert-link {
    color: #33027a;
}
.alert-success {
    --bs-alert-color: #147f4c;
    --bs-alert-bg: #d3f6e5;
    --bs-alert-border-color: #bcf2d8;
}
.alert-success .alert-link {
    color: #10663d;
}
.alert-info {
    --bs-alert-color: #054f88;
    --bs-alert-bg: #cee6f9;
    --bs-alert-border-color: #b5daf7;
}
.alert-info .alert-link {
    color: #043f6d;
}
.alert-warning {
    --bs-alert-color: #958221;
    --bs-alert-bg: #fef7d7;
    --bs-alert-border-color: #fdf4c3;
}
.alert-warning .alert-link {
    color: #77681a;
}
.alert-danger {
    --bs-alert-color: #8e0e25;
    --bs-alert-bg: #fbd1d8;
    --bs-alert-border-color: #f9bac5;
}
.alert-danger .alert-link {
    color: #720b1e;
}
.alert-light {
    --bs-alert-color: #666666;
    --bs-alert-bg: white;
    --bs-alert-border-color: white;
}
.alert-light .alert-link {
    color: #525252;
}
.alert-dark {
    --bs-alert-color: black;
    --bs-alert-bg: #cccccc;
    --bs-alert-border-color: #b3b3b3;
}
.alert-dark .alert-link {
    color: #000;
}
.alert {
    padding: 10px;
    margin: 0;
}
.alert .btn-close {
    top: 5px;
    right: 8px;
    width: 20px;
    height: 20px;
    background: rgba(0, 0, 0, 0);
    border-radius: 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    padding: 0;
}
.alert .btn-close::before {
    content: "";
    color: #504d54;
    font-family: "Metatime";
    font-size: 20px;
}
.alert .btn-close:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
}
.alert-icon {
    width: 16px;
    height: 16px;
    color: #fff;
    font-size: 15px;
    line-height: 16px;
    text-align: center;
    background-color: #85828a;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0.833333px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0.833333px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #fff;
}
.alert-heading {
    font-size: 13px;
    letter-spacing: -0.2px;
}
.alert-desc {
    font-size: 13px;
    line-height: 16px;
}
.alert-danger {
    background-color: rgba(236, 24, 62, 0.1);
}
.alert-danger .alert-icon {
    background-color: #ec183e;
}
.alert-danger .btn-close::before {
    color: #b30017;
}
.alert-success {
    background-color: rgba(33, 212, 126, 0.3);
}
.alert-success .alert-icon {
    background-color: #00994d;
}
.alert-success .btn-close::before {
    color: #00994d;
}
.alert-secondary {
    background-color: rgba(107, 4, 255, 0.1);
}
.alert-secondary .alert-icon {
    background-color: #6b04ff;
}
.alert-secondary .btn-close::before {
    color: #6b04ff;
}
.alert-warning {
    background-color: rgba(249, 217, 55, 0.3);
}
.alert-warning .alert-icon {
    background-color: #990;
}
.alert-warning .btn-close::before {
    color: #990;
}
@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 0.25rem;
    }
}
@keyframes progress-bar-stripes {
    0% {
        background-position-x: 0.25rem;
    }
}
.progress {
    --bs-progress-height: 0.25rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: #e9ecef;
    --bs-progress-border-radius: 0.75rem;
    --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #6b04ff;
    --bs-progress-bar-transition: width 0.6s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius);
}
.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-progress-bar-bg);
    -webkit-transition: var(--bs-progress-bar-transition);
    transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        -webkit-transition: none;
        transition: none;
    }
}
.progress-bar-striped {
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-size: var(--bs-progress-height) var(--bs-progress-height);
}
.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}
.progress.progress-primary {
    background-color: #fff2f8;
}
.progress.progress-primary .progress-bar {
    background: #ff0076;
}
.progress.progress-secondary {
    background-color: #caadff;
}
.progress.progress-secondary .progress-bar {
    background: #6b04ff;
}
.progress.progress-success {
    background-color: #57fcab;
}
.progress.progress-success .progress-bar {
    background: #21d47e;
}
.list-group {
    --bs-list-group-color: #504d54;
    --bs-list-group-bg: #fff;
    --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
    --bs-list-group-border-width: 1px;
    --bs-list-group-border-radius: 0.375rem;
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: #6a676f;
    --bs-list-group-action-hover-color: #6a676f;
    --bs-list-group-action-hover-bg: #e6e5e8;
    --bs-list-group-action-active-color: #000000;
    --bs-list-group-action-active-bg: #a9a7ae;
    --bs-list-group-disabled-color: #000000;
    --bs-list-group-disabled-bg: #fff;
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #ff0076;
    --bs-list-group-active-border-color: #ff0076;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius);
}
.list-group-numbered {
    list-style-type: none;
    counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
    content: counters(section, ".") ". ";
    counter-increment: section;
}
.list-group-item-action {
    width: 100%;
    color: var(--bs-list-group-action-color);
    text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
    z-index: 1;
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
    color: var(--bs-list-group-action-active-color);
    background-color: var(--bs-list-group-action-active-bg);
}
.list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y)
        var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid
        var(--bs-list-group-border-color);
}
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
    color: var(--bs-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
    border-top-width: 0;
}
.list-group-item + .list-group-item.active {
    margin-top: calc(var(--bs-list-group-border-width) * -1);
    border-top-width: var(--bs-list-group-border-width);
}
.list-group-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
    margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: calc(var(--bs-list-group-border-width) * -1);
    border-left-width: var(--bs-list-group-border-width);
}
@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item:last-child {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: calc(var(--bs-list-group-border-width) * -1);
        border-left-width: var(--bs-list-group-border-width);
    }
}
@media (min-width: 768px) {
    .list-group-horizontal-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item:last-child {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: calc(var(--bs-list-group-border-width) * -1);
        border-left-width: var(--bs-list-group-border-width);
    }
}
@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item:last-child {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: calc(var(--bs-list-group-border-width) * -1);
        border-left-width: var(--bs-list-group-border-width);
    }
}
@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item:last-child {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: calc(var(--bs-list-group-border-width) * -1);
        border-left-width: var(--bs-list-group-border-width);
    }
}
@media (min-width: 1400px) {
    .list-group-horizontal-xxl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-xxl > .list-group-item:first-child {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xxl > .list-group-item:last-child {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xxl > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0;
    }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: calc(var(--bs-list-group-border-width) * -1);
        border-left-width: var(--bs-list-group-border-width);
    }
}
.list-group-flush {
    border-radius: 0;
}
.list-group-flush > .list-group-item {
    border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
}
.list-group-item-primary {
    color: #990047;
    background-color: #ffcce4;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #990047;
    background-color: #e6b8cd;
}
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #990047;
    border-color: #990047;
}
.list-group-item-secondary {
    color: #400299;
    background-color: #e1cdff;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #400299;
    background-color: #cbb9e6;
}
.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #400299;
    border-color: #400299;
}
.list-group-item-success {
    color: #147f4c;
    background-color: #d3f6e5;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    color: #147f4c;
    background-color: #beddce;
}
.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #147f4c;
    border-color: #147f4c;
}
.list-group-item-info {
    color: #054f88;
    background-color: #cee6f9;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
    color: #054f88;
    background-color: #b9cfe0;
}
.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #054f88;
    border-color: #054f88;
}
.list-group-item-warning {
    color: #958221;
    background-color: #fef7d7;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #958221;
    background-color: #e5dec2;
}
.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #958221;
    border-color: #958221;
}
.list-group-item-danger {
    color: #8e0e25;
    background-color: #fbd1d8;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #8e0e25;
    background-color: #e2bcc2;
}
.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #8e0e25;
    border-color: #8e0e25;
}
.list-group-item-light {
    color: #666;
    background-color: #fff;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: #666;
    background-color: #e6e6e6;
}
.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #666;
    border-color: #666;
}
.list-group-item-dark {
    color: #000;
    background-color: #ccc;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #000;
    background-color: #b8b8b8;
}
.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.list-group-default,
.list-group-buttons,
.list-group-checks {
    border: 1px solid #dad9dd;
    border-radius: 12px;
    padding: 12px;
}
.list-group-default .list-group-item,
.list-group-buttons .list-group-item,
.list-group-checks .list-group-item {
    position: relative;
    color: #000;
    font-size: 12px;
    border: 0;
    border-radius: 8px;
    padding: 10px 30px 10px 8px;
}
.list-group-default .list-group-item::after,
.list-group-buttons .list-group-item::after,
.list-group-checks .list-group-item::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
    content: "";
    font-family: "Metatime";
    font-size: 20px;
    opacity: 0;
}
.list-group-default .list-group-item:hover,
.list-group-buttons .list-group-item:hover,
.list-group-checks .list-group-item:hover {
    background: #f3f2f4;
}
.list-group-default .list-group-item:hover::after,
.list-group-buttons .list-group-item:hover::after,
.list-group-checks .list-group-item:hover::after {
    opacity: 1;
}
.list-group-default .list-group-item.disabled,
.list-group-buttons .list-group-item.disabled,
.list-group-checks .list-group-item.disabled {
    color: #dad9dd;
}
.list-group-checks .list-group-item {
    padding: 10px 8px;
}
.list-group-checks .list-group-item::after {
    display: none;
}
.list-group-checks .list-group-item i {
    color: #000;
    font-size: 20px;
    line-height: 1;
}
.list-group-buttons {
    gap: 4px;
}
.list-group-buttons .list-group-item {
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 0px 1px 0px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 1px 0px 1px rgba(0, 0, 0, 0.05);
}
.list-group-buttons .list-group-item i {
    font-size: 24px;
    line-height: 1;
}
.list-group-buttons .list-group-item:hover,
.list-group-buttons .list-group-item:focus {
    color: #fff;
    background: #ff0076;
    border-color: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0px 1px 0px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 1px 0px 1px rgba(0, 0, 0, 0.05);
}
.list-group-action-button {
    color: #6b04ff;
    font-size: 12px;
    letter-spacing: -0.4px;
    text-decoration: underline;
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-top: 1px solid #dad9dd;
    padding: 12px 12px 0;
}
.btn-close {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: rgba(0, 0, 0, 0)
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
        center/1em auto no-repeat;
    border: 0;
    border-radius: 0.375rem;
    opacity: 0.5;
}
.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}
.btn-close:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 0, 118, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(255, 0, 118, 0.25);
    opacity: 1;
}
.btn-close:disabled,
.btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0.25;
}
.btn-close-white {
    -webkit-filter: invert(1) grayscale(100%) brightness(200%);
    filter: invert(1) grayscale(100%) brightness(200%);
}
.close-btn {
    width: 24px;
    height: 24px;
    font-size: 18px;
    color: #fff;
    border-radius: 50%;
    background-color: #28262a;
}
.close-btn.close-btn-sm {
    width: 16px;
    height: 16px;
    font-size: 12px;
}
.toast {
    --bs-toast-padding-x: 0.75rem;
    --bs-toast-padding-y: 0.5rem;
    --bs-toast-spacing: 1.5rem;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: 0.875rem;
    --bs-toast-color: ;
    --bs-toast-bg: rgba(255, 255, 255, 0.85);
    --bs-toast-border-width: 1px;
    --bs-toast-border-color: var(--bs-border-color-translucent);
    --bs-toast-border-radius: 1rem;
    --bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-toast-header-color: #000000;
    --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
    --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
    width: var(--bs-toast-max-width);
    max-width: 100%;
    font-size: var(--bs-toast-font-size);
    color: var(--bs-toast-color);
    pointer-events: auto;
    background-color: var(--bs-toast-bg);
    background-clip: padding-box;
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    -webkit-box-shadow: var(--bs-toast-box-shadow);
    box-shadow: var(--bs-toast-box-shadow);
    border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
    opacity: 0;
}
.toast:not(.show) {
    display: none;
}
.toast-container {
    position: absolute;
    z-index: 1090;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none;
}
.toast-container > :not(:last-child) {
    margin-bottom: var(--bs-toast-spacing);
}
.toast-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
    color: var(--bs-toast-header-color);
    background-color: var(--bs-toast-header-bg);
    background-clip: padding-box;
    border-bottom: var(--bs-toast-border-width) solid
        var(--bs-toast-header-border-color);
    border-top-left-radius: calc(
        var(--bs-toast-border-radius) - var(--bs-toast-border-width)
    );
    border-top-right-radius: calc(
        var(--bs-toast-border-radius) - var(--bs-toast-border-width)
    );
}
.toast-header .btn-close {
    margin-right: calc(var(--bs-toast-padding-x) * -0.5);
    margin-left: var(--bs-toast-padding-x);
}
.toast-body {
    padding: var(--bs-toast-padding-x);
    word-wrap: break-word;
}
.toast.toast-secondary {
    -webkit-box-shadow: 0px 0px 0px 3px rgba(107, 4, 255, 0.15);
    box-shadow: 0px 0px 0px 3px rgba(107, 4, 255, 0.15);
}
.toast.toast-secondary .toast-header {
    color: #000;
    padding: 0 0 5px 0;
}
.toast.toast-secondary .toast-header span,
.toast.toast-secondary .toast-header small,
.toast.toast-secondary .toast-header .small {
    font-size: 12px;
}
.toast.toast-secondary .toast-header span {
    font-weight: 600;
}
.toast.toast-secondary .toast-body {
    color: #000;
    font-size: 12px;
    padding: 8px 0 0 0;
}
.toast.toast-secondary .btn-close {
    color: #6b04ff;
    width: 20px;
    height: 20px;
    font-size: 20px;
    margin-left: 4px;
}
.toast.primary {
    border-color: #ff4599;
    -webkit-box-shadow: 0px 2px 0px rgba(255, 15, 126, 0.2);
    box-shadow: 0px 2px 0px rgba(255, 15, 126, 0.2);
}
.toast.success {
    border-color: #06be66;
    -webkit-box-shadow: 0px 2px 0px rgba(0, 179, 99, 0.2);
    box-shadow: 0px 2px 0px rgba(0, 179, 99, 0.2);
}
.toast.danger {
    border-color: #ec183e;
    -webkit-box-shadow: 0px 2px 0px rgba(210, 0, 38, 0.2);
    box-shadow: 0px 2px 0px rgba(210, 0, 38, 0.2);
}
.toast.toast-type-2 {
    border-radius: 4px 8px 8px 4px;
    border-left-width: 4px;
}
.toast .btn-close {
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 1;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    opacity: 1;
}
.toast-icon {
    font-size: 1.5rem;
}
.toast-body {
    font-size: 1rem;
    padding: 0;
}
body.modal-open {
    padding: 0 !important;
}
.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: #fff;
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: 1px;
    --bs-modal-border-radius: 0.75rem;
    --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-modal-inner-border-radius: calc(0.75rem - 1px);
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: 1px;
    --bs-modal-title-line-height: 1.4;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: 1px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    padding: 0 !important;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none;
    }
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}
.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
    mix-blend-mode: color;
    background: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity);
}
.modal-backdrop.show {
    opacity: 1 !important;
}
.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid
        var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * 0.5)
        calc(var(--bs-modal-header-padding-x) * 0.5);
    margin: calc(var(--bs-modal-header-padding-y) * -0.5)
        calc(var(--bs-modal-header-padding-x) * -0.5)
        calc(var(--bs-modal-header-padding-y) * -0.5) auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
}
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
}
.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid
        var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
    margin: calc(var(--bs-modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }
    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto;
    }
    .modal-sm {
        --bs-modal-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        --bs-modal-width: 800px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        --bs-modal-width: 1106px;
    }
}
.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}
.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
    border-radius: 0;
}
.modal-fullscreen .modal-body {
    overflow-y: auto;
}
@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-header,
    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }
}
@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-header,
    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }
}
@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-header,
    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }
}
@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-header,
    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }
}
@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-header,
    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }
}
.tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-margin: ;
    --bs-tooltip-font-size: 0.875rem;
    --bs-tooltip-color: #fff;
    --bs-tooltip-bg: #000000;
    --bs-tooltip-border-radius: 0.375rem;
    --bs-tooltip-opacity: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    z-index: var(--bs-tooltip-zindex);
    display: block;
    padding: var(--bs-tooltip-arrow-height);
    margin: var(--bs-tooltip-margin);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-tooltip-font-size);
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.show {
    opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
    display: block;
    width: var(--bs-tooltip-arrow-width);
    height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
}
.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
    bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
    top: -1px;
    border-width: var(--bs-tooltip-arrow-height)
        calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
    border-top-color: var(--bs-tooltip-bg);
}
.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
    left: 0;
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
    right: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * 0.5)
        var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5)
        0;
    border-right-color: var(--bs-tooltip-bg);
}
.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
    top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5)
        var(--bs-tooltip-arrow-height);
    border-bottom-color: var(--bs-tooltip-bg);
}
.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
    right: 0;
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
    left: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0
        calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
    border-left-color: var(--bs-tooltip-bg);
}
.tooltip-inner {
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    color: var(--bs-tooltip-color);
    text-align: center;
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius);
}
.cs-tooltip {
    position: absolute;
    z-index: 9999;
    padding: 12px;
}
.cs-tooltip.top .cs-tooltip-arrow {
    width: 16px;
    height: 8px;
    bottom: 4px;
}
.cs-tooltip.top .cs-tooltip-arrow::after {
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: currentColor rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
        rgba(0, 0, 0, 0);
}
.cs-tooltip.bottom .cs-tooltip-arrow {
    width: 16px;
    height: 8px;
    top: 4px;
}
.cs-tooltip.bottom .cs-tooltip-arrow::after {
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) currentColor
        rgba(0, 0, 0, 0);
}
.cs-tooltip.left .cs-tooltip-arrow {
    width: 8px;
    height: 16px;
    right: 4px;
    left: auto;
}
.cs-tooltip.left .cs-tooltip-arrow::after {
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
        currentColor;
}
.cs-tooltip.right .cs-tooltip-arrow {
    width: 8px;
    height: 16px;
    left: 4px;
}
.cs-tooltip.right .cs-tooltip-arrow::after {
    border-style: solid;
    border-width: 8px 8px 8px 0;
    border-color: rgba(0, 0, 0, 0) currentColor rgba(0, 0, 0, 0)
        rgba(0, 0, 0, 0);
}
.cs-tooltip.top-left .cs-tooltip-arrow,
.cs-tooltip.bottom-left .cs-tooltip-arrow {
    left: 16px;
    right: auto;
}
.cs-tooltip.top-center .cs-tooltip-arrow,
.cs-tooltip.bottom-center .cs-tooltip-arrow {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.cs-tooltip.left-center .cs-tooltip-arrow,
.cs-tooltip.right-center .cs-tooltip-arrow {
    top: calc(50% - 8px);
}
.cs-tooltip.top-right .cs-tooltip-arrow,
.cs-tooltip.bottom-right .cs-tooltip-arrow {
    right: 24px;
    left: auto;
}
.cs-tooltip.bottom-left .cs-tooltip-arrow,
.cs-tooltip.bottom-center .cs-tooltip-arrow,
.cs-tooltip.bottom-right .cs-tooltip-arrow {
    -webkit-filter: none;
    filter: none;
}
.cs-tooltip-arrow {
    position: absolute;
    color: #e0d0ff;
}
.cs-tooltip-arrow::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
}
.cs-tooltip-inner {
    width: 240px;
    color: #6b04ff;
    font-size: 14px;
    letter-spacing: -0.2px;
    text-align: center;
    border-radius: 8px;
    background-color: #e0d0ff;
    padding: 8px;
}
.popover {
    --bs-popover-zindex: 1070;
    --bs-popover-max-width: 276px;
    --bs-popover-font-size: 0.875rem;
    --bs-popover-bg: #fff;
    --bs-popover-border-width: 1px;
    --bs-popover-border-color: var(--bs-border-color-translucent);
    --bs-popover-border-radius: 0.75rem;
    --bs-popover-inner-border-radius: calc(0.75rem - 1px);
    --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-popover-header-padding-x: 1rem;
    --bs-popover-header-padding-y: 0.5rem;
    --bs-popover-header-font-size: 1rem;
    --bs-popover-header-color: var(--bs-heading-color);
    --bs-popover-header-bg: #f0f0f0;
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: 1rem;
    --bs-popover-body-color: #000000;
    --bs-popover-arrow-width: 1rem;
    --bs-popover-arrow-height: 0.5rem;
    --bs-popover-arrow-border: var(--bs-popover-border-color);
    z-index: var(--bs-popover-zindex);
    display: block;
    max-width: var(--bs-popover-max-width);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-popover-font-size);
    word-wrap: break-word;
    background-color: var(--bs-popover-bg);
    background-clip: padding-box;
    border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
    display: block;
    width: var(--bs-popover-arrow-width);
    height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before,
.popover .popover-arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0;
}
.bs-popover-top > .popover-arrow,
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
    bottom: calc(
        var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width)
    );
}
.bs-popover-top > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
    border-width: var(--bs-popover-arrow-height)
        calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
    bottom: 0;
    border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
    bottom: var(--bs-popover-border-width);
    border-top-color: var(--bs-popover-bg);
}
.bs-popover-end > .popover-arrow,
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
    left: calc(
        var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width)
    );
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
    border-width: calc(var(--bs-popover-arrow-width) * 0.5)
        var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5)
        0;
}
.bs-popover-end > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
    left: 0;
    border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
    left: var(--bs-popover-border-width);
    border-right-color: var(--bs-popover-bg);
}
.bs-popover-bottom > .popover-arrow,
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
    top: calc(
        var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width)
    );
}
.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
    border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5)
        var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
    top: 0;
    border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
    top: var(--bs-popover-border-width);
    border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: var(--bs-popover-arrow-width);
    margin-left: calc(var(--bs-popover-arrow-width) * -0.5);
    content: "";
    border-bottom: var(--bs-popover-border-width) solid
        var(--bs-popover-header-bg);
}
.bs-popover-start > .popover-arrow,
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
    right: calc(
        var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width)
    );
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
    border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0
        calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
    right: 0;
    border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
    right: var(--bs-popover-border-width);
    border-left-color: var(--bs-popover-bg);
}
.popover-header {
    padding: var(--bs-popover-header-padding-y)
        var(--bs-popover-header-padding-x);
    margin-bottom: 0;
    font-size: var(--bs-popover-header-font-size);
    color: var(--bs-popover-header-color);
    background-color: var(--bs-popover-header-bg);
    border-bottom: var(--bs-popover-border-width) solid
        var(--bs-popover-border-color);
    border-top-left-radius: var(--bs-popover-inner-border-radius);
    border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
    display: none;
}
.popover-body {
    padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
    color: var(--bs-popover-body-color);
}
.cs-popover {
    width: 360px;
    border: 1px solid #dad9dd;
    border-radius: 16px 16px 16px 0px;
    background-color: #fff;
}
.cs-popover-icon {
    font-size: 24px;
}
.carousel {
    position: relative;
}
.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        -webkit-transition: none;
        transition: none;
    }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
    z-index: 1;
    opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0s 0.6s;
    transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
        -webkit-transition: none;
        transition: none;
    }
}
.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        -webkit-transition: none;
        transition: none;
    }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators [data-bs-target] {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    opacity: 0.5;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        -webkit-transition: none;
        transition: none;
    }
}
.carousel-indicators .active {
    opacity: 1;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
    -webkit-filter: invert(1) grayscale(100);
    filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
}
.carousel-dark .carousel-caption {
    color: #000;
}
.spinner-grow,
.spinner-border {
    display: inline-block;
    width: var(--bs-spinner-width);
    height: var(--bs-spinner-height);
    vertical-align: var(--bs-spinner-vertical-align);
    border-radius: 50%;
    -webkit-animation: var(--bs-spinner-animation-speed) linear infinite
        var(--bs-spinner-animation-name);
    animation: var(--bs-spinner-animation-speed) linear infinite
        var(--bs-spinner-animation-name);
}
@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); /* rtl:ignore */
    }
}
@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); /* rtl:ignore */
    }
}
.spinner-border {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-border-width: 0.25em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-border;
    border: var(--bs-spinner-border-width) solid currentcolor;
    border-right-color: rgba(0, 0, 0, 0);
}
.spinner-border-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
    --bs-spinner-border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.spinner-grow {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-grow;
    background-color: currentcolor;
    opacity: 0;
}
.spinner-grow-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
        --bs-spinner-animation-speed: 1.5s;
    }
}
.spinner-border.spinner-border-secondary {
    border-right-color: #f7f2ff;
}
.loader {
    border: 0.25em solid #f3f3f3;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    -webkit-animation: spinner-border 0.75s linear infinite;
    animation: spinner-border 0.75s linear infinite;
}
.loader.loader-secondary {
    border-color: #f3edff;
}
.loader.loader-secondary.quarter {
    border-top: 0.25em solid currentColor;
}
.loader.loader-secondary.half {
    border-top: 0.25em solid currentColor;
    border-right: 0.25em solid currentColor;
}
.loader.loader-secondary.three-quarter {
    border-top: 0.25em solid currentColor;
    border-right: 0.25em solid currentColor;
    border-bottom: 0.25em solid currentColor;
}
.loader-gradient {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    -webkit-animation: spinner-border 0.75s linear infinite;
    animation: spinner-border 0.75s linear infinite;
}
.loader-gradient span {
    display: block;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    background-color: #fff;
    border-radius: 50%;
}
.loader-gradient.quarter {
    background: conic-gradient(currentColor 25%, #f3f3f3 25%);
}
.loader-gradient.half {
    background: conic-gradient(currentColor 50%, #f3f3f3 50%);
}
.loader-gradient.three-quarter {
    background: conic-gradient(currentColor 75%, #f3f3f3 75%);
}
.offcanvas,
.offcanvas-xxl,
.offcanvas-xl,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm {
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-color: ;
    --bs-offcanvas-bg: #fff;
    --bs-offcanvas-border-width: 1px;
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
@media (max-width: 575.98px) {
    .offcanvas-sm {
        position: fixed;
        bottom: 0;
        z-index: 1045;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out,
            -webkit-transform 0.3s ease-in-out;
    }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-sm {
        -webkit-transition: none;
        transition: none;
    }
}
@media (max-width: 575.98px) {
    .offcanvas-sm.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid
            var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@media (max-width: 575.98px) {
    .offcanvas-sm.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid
            var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
@media (max-width: 575.98px) {
    .offcanvas-sm.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid
            var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
@media (max-width: 575.98px) {
    .offcanvas-sm.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid
            var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}
@media (max-width: 575.98px) {
    .offcanvas-sm.showing,
    .offcanvas-sm.show:not(.hiding) {
        -webkit-transform: none;
        transform: none;
    }
}
@media (max-width: 575.98px) {
    .offcanvas-sm.showing,
    .offcanvas-sm.hiding,
    .offcanvas-sm.show {
        visibility: visible;
    }
}
@media (min-width: 576px) {
    .offcanvas-sm {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: rgba(0, 0, 0, 0) !important;
    }
    .offcanvas-sm .offcanvas-header {
        display: none;
    }
    .offcanvas-sm .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: rgba(0, 0, 0, 0) !important;
    }
}
@media (max-width: 767.98px) {
    .offcanvas-md {
        position: fixed;
        bottom: 0;
        z-index: 1045;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out,
            -webkit-transform 0.3s ease-in-out;
    }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-md {
        -webkit-transition: none;
        transition: none;
    }
}
@media (max-width: 767.98px) {
    .offcanvas-md.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid
            var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@media (max-width: 767.98px) {
    .offcanvas-md.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid
            var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
@media (max-width: 767.98px) {
    .offcanvas-md.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid
            var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
@media (max-width: 767.98px) {
    .offcanvas-md.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid
            var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}
@media (max-width: 767.98px) {
    .offcanvas-md.showing,
    .offcanvas-md.show:not(.hiding) {
        -webkit-transform: none;
        transform: none;
    }
}
@media (max-width: 767.98px) {
    .offcanvas-md.showing,
    .offcanvas-md.hiding,
    .offcanvas-md.show {
        visibility: visible;
    }
}
@media (min-width: 768px) {
    .offcanvas-md {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: rgba(0, 0, 0, 0) !important;
    }
    .offcanvas-md .offcanvas-header {
        display: none;
    }
    .offcanvas-md .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: rgba(0, 0, 0, 0) !important;
    }
}
@media (max-width: 991.98px) {
    .offcanvas-lg {
        position: fixed;
        bottom: 0;
        z-index: 1045;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out,
            -webkit-transform 0.3s ease-in-out;
    }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-lg {
        -webkit-transition: none;
        transition: none;
    }
}
@media (max-width: 991.98px) {
    .offcanvas-lg.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid
            var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@media (max-width: 991.98px) {
    .offcanvas-lg.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid
            var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
@media (max-width: 991.98px) {
    .offcanvas-lg.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid
            var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
@media (max-width: 991.98px) {
    .offcanvas-lg.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid
            var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}
@media (max-width: 991.98px) {
    .offcanvas-lg.showing,
    .offcanvas-lg.show:not(.hiding) {
        -webkit-transform: none;
        transform: none;
    }
}
@media (max-width: 991.98px) {
    .offcanvas-lg.showing,
    .offcanvas-lg.hiding,
    .offcanvas-lg.show {
        visibility: visible;
    }
}
@media (min-width: 992px) {
    .offcanvas-lg {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: rgba(0, 0, 0, 0) !important;
    }
    .offcanvas-lg .offcanvas-header {
        display: none;
    }
    .offcanvas-lg .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: rgba(0, 0, 0, 0) !important;
    }
}
@media (max-width: 1199.98px) {
    .offcanvas-xl {
        position: fixed;
        bottom: 0;
        z-index: 1045;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out,
            -webkit-transform 0.3s ease-in-out;
    }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xl {
        -webkit-transition: none;
        transition: none;
    }
}
@media (max-width: 1199.98px) {
    .offcanvas-xl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid
            var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@media (max-width: 1199.98px) {
    .offcanvas-xl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid
            var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
@media (max-width: 1199.98px) {
    .offcanvas-xl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid
            var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
@media (max-width: 1199.98px) {
    .offcanvas-xl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid
            var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}
@media (max-width: 1199.98px) {
    .offcanvas-xl.showing,
    .offcanvas-xl.show:not(.hiding) {
        -webkit-transform: none;
        transform: none;
    }
}
@media (max-width: 1199.98px) {
    .offcanvas-xl.showing,
    .offcanvas-xl.hiding,
    .offcanvas-xl.show {
        visibility: visible;
    }
}
@media (min-width: 1200px) {
    .offcanvas-xl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: rgba(0, 0, 0, 0) !important;
    }
    .offcanvas-xl .offcanvas-header {
        display: none;
    }
    .offcanvas-xl .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: rgba(0, 0, 0, 0) !important;
    }
}
@media (max-width: 1399.98px) {
    .offcanvas-xxl {
        position: fixed;
        bottom: 0;
        z-index: 1045;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out,
            -webkit-transform 0.3s ease-in-out;
    }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xxl {
        -webkit-transition: none;
        transition: none;
    }
}
@media (max-width: 1399.98px) {
    .offcanvas-xxl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid
            var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@media (max-width: 1399.98px) {
    .offcanvas-xxl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid
            var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
@media (max-width: 1399.98px) {
    .offcanvas-xxl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid
            var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
@media (max-width: 1399.98px) {
    .offcanvas-xxl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid
            var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}
@media (max-width: 1399.98px) {
    .offcanvas-xxl.showing,
    .offcanvas-xxl.show:not(.hiding) {
        -webkit-transform: none;
        transform: none;
    }
}
@media (max-width: 1399.98px) {
    .offcanvas-xxl.showing,
    .offcanvas-xxl.hiding,
    .offcanvas-xxl.show {
        visibility: visible;
    }
}
@media (min-width: 1400px) {
    .offcanvas-xxl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: rgba(0, 0, 0, 0) !important;
    }
    .offcanvas-xxl .offcanvas-header {
        display: none;
    }
    .offcanvas-xxl .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: rgba(0, 0, 0, 0) !important;
    }
}
.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .offcanvas {
        -webkit-transition: none;
        transition: none;
    }
}
.offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid
        var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid
        var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.offcanvas.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid
        var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid
        var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.offcanvas.showing,
.offcanvas.show:not(.hiding) {
    -webkit-transform: none;
    transform: none;
}
.offcanvas.showing,
.offcanvas.hiding,
.offcanvas.show {
    visibility: visible;
}
.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.offcanvas-backdrop.fade {
    opacity: 0;
}
.offcanvas-backdrop.show {
    opacity: 0.5;
}
.offcanvas-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
    padding: calc(var(--bs-offcanvas-padding-y) * 0.5)
        calc(var(--bs-offcanvas-padding-x) * 0.5);
    margin-top: calc(var(--bs-offcanvas-padding-y) * -0.5);
    margin-right: calc(var(--bs-offcanvas-padding-x) * -0.5);
    margin-bottom: calc(var(--bs-offcanvas-padding-y) * -0.5);
}
.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.4;
}
.offcanvas-body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto;
}
.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: 0.5;
}
.placeholder.btn::before {
    display: inline-block;
    content: "";
}
.placeholder-xs {
    min-height: 0.6em;
}
.placeholder-sm {
    min-height: 0.8em;
}
.placeholder-lg {
    min-height: 1.2em;
}
.placeholder-glow .placeholder {
    -webkit-animation: placeholder-glow 2s ease-in-out infinite;
    animation: placeholder-glow 2s ease-in-out infinite;
}
@-webkit-keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}
@keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}
.placeholder-wave {
    -webkit-mask-image: linear-gradient(
        130deg,
        #000000 55%,
        rgba(0, 0, 0, 0.8) 75%,
        #000000 95%
    );
    mask-image: linear-gradient(
        130deg,
        #000000 55%,
        rgba(0, 0, 0, 0.8) 75%,
        #000000 95%
    );
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    -webkit-animation: placeholder-wave 2s linear infinite;
    animation: placeholder-wave 2s linear infinite;
}
@-webkit-keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%;
    }
}
@keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%;
    }
}
.cs-placeholder {
    position: relative;
    overflow: hidden;
}
.cs-placeholder::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #dad9dd;
    z-index: 999;
}
.cs-placeholder::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 9999;
    width: 500%;
    margin-left: -250%;
    pointer-events: none;
    background: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(46%, rgba(218, 217, 221, 0)),
            color-stop(50%, rgba(255, 255, 255, 0.35)),
            color-stop(54%, rgba(218, 217, 221, 0))
        )
        50% 50%;
    background: linear-gradient(
            to right,
            rgba(218, 217, 221, 0) 46%,
            rgba(255, 255, 255, 0.35) 50%,
            rgba(218, 217, 221, 0) 54%
        )
        50% 50%;
    -webkit-animation: ph-animation 0.8s linear infinite;
    animation: ph-animation 0.8s linear infinite;
}
@-webkit-keyframes ph-animation {
    0% {
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(30%, 0, 0);
        transform: translate3d(30%, 0, 0);
    }
}
@keyframes ph-animation {
    0% {
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(30%, 0, 0);
        transform: translate3d(30%, 0, 0);
    }
}
.profile-holder {
    width: 56px;
    aspect-ratio: 1/1;
}
.select2-container--default .select2-selection--multiple.select2-selectbox {
    position: relative;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #b6b6b6;
    border-radius: 12px;
    padding: 5px 40px 11px 20px;
    -webkit-transition: 0.15s;
    transition: 0.15s;
}
.select2-container--default
    .select2-selection--multiple.select2-selectbox:hover {
    border-color: #ff0076;
    -webkit-box-shadow: 0 0 0 3px rgba(255, 0, 118, 0.2);
    box-shadow: 0 0 0 3px rgba(255, 0, 118, 0.2);
}
.select2-container--default
    .select2-selection--multiple.select2-selectbox
    ::-webkit-input-placeholder {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.select2-container--default
    .select2-selection--multiple.select2-selectbox
    ::-moz-placeholder {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.select2-container--default
    .select2-selection--multiple.select2-selectbox
    :-ms-input-placeholder {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.select2-container--default
    .select2-selection--multiple.select2-selectbox
    ::-ms-input-placeholder {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.select2-container--default
    .select2-selection--multiple.select2-selectbox
    ::placeholder {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.select2-container--default
    .select2-selection--multiple.select2-selectbox::after {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    width: 20px;
    height: 20px;
    color: #78757d;
    font-family: "Metatime";
    font-size: 20px;
    line-height: 1;
    border: none;
    margin: 0;
}
.select2-container.select2-container--focus .select2-selectbox,
.select2-container.select2-container--open .select2-selectbox {
    -webkit-box-shadow: 0 0 0 3px rgba(255, 0, 118, 0.2);
    box-shadow: 0 0 0 3px rgba(255, 0, 118, 0.2);
}
.select2-container--default
    .select2-selectbox
    .select2-search--inline
    .select2-search__field {
    margin: 19px 0 12px 5px;
}
.select2-container--default
    .select2-selection--multiple.select2-selectbox
    .select2-selection__choice {
    display: inline-block;
    color: #ff0076;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: -0.2px;
    border-radius: 32px;
    border: none;
    background-color: rgba(255, 0, 118, 0.1);
    padding: 12px 12px 12px 20px;
}
.select2-container--default
    .select2-selection--multiple.select2-selectbox
    .select2-selection__choice__remove {
    position: static;
    display: inline-block;
    color: #c50059;
    border-radius: 0;
    border: 0;
    padding: 0;
    margin-right: 5px;
}
.select2-container--default.select2-container--open.select2-container--below
    .select2-selectbox,
.select2-container--default.select2-container--open.select2-container--above
    .select2-selectbox {
    border-radius: 12px;
}
.select2-container--default .select2-selectbox-dropdown {
    border: 1px solid #9d9aa2;
    border-radius: 12px;
    padding: 12px;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.select2-container--default .select2-selectbox-dropdown:hover {
    -webkit-box-shadow: 0 0 0 3px rgba(255, 0, 118, 0.2);
    box-shadow: 0 0 0 3px rgba(255, 0, 118, 0.2);
}
.select2-container--default
    .select2-selectbox-dropdown.select2-dropdown--below {
    margin-top: 12px;
}
.select2-container--default
    .select2-selectbox-dropdown.select2-dropdown--above {
    margin-bottom: 12px;
}
.select2-container--default
    .select2-selectbox-dropdown
    .select2-results__option.select2-results__option--selectable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.4px;
    border-radius: 10px;
    padding: 12px;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
}
.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    color: #ff0076;
    background: rgba(255, 0, 118, 0.1);
}
.select2-container--default
    .select2-results__option.select2-results__option--selected {
    background-color: #fff;
}
.select2-container--default
    .select2-results__option.select2-results__option--selected::before {
    content: "";
    display: grid;
    place-items: center;
    width: 1.25rem;
    height: 1.25rem;
    color: #fff;
    font-family: "Metatime";
    font-size: 20px;
    line-height: 1;
    border-radius: 50%;
    background-color: #21d47e;
}
.select2-container--default
    .select2-results__option.select2-results__option--selected.select2-results__option--highlighted {
    color: #ff0076;
    background: rgba(255, 0, 118, 0.1);
}
.select2-container--default .select2-selectbox-dropdown ::-webkit-scrollbar {
    width: 8px;
}
.select2-container--default
    .select2-selectbox-dropdown
    ::-webkit-scrollbar-track {
    background: #f6f6f6;
}
.select2-container--default
    .select2-selectbox-dropdown
    ::-webkit-scrollbar-thumb {
    background: #a9a7ae;
}
.select2-container--default
    .select2-selectbox-dropdown
    ::-webkit-scrollbar-thumb:hover {
    background: #9d9aa2;
}
.select2-container--default .select2-selection--multiple.select2-tags {
    position: relative;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #dad9dd;
    border-radius: 12px;
    padding: 7px 35px 10px 4px;
    -webkit-transition: 0.15s;
    transition: 0.15s;
}
.select2-container--default .select2-selection--multiple.select2-tags:hover {
    border-color: #c2c0c6;
}
.select2-container--default .select2-selection--multiple.select2-tags:focus {
    border-color: #c2c0c6;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(133, 130, 138, 0.2);
    box-shadow: 0px 0px 0px 3px rgba(133, 130, 138, 0.2);
}
.select2-container--default
    .select2-selection--multiple.select2-tags
    ::-webkit-input-placeholder {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.select2-container--default
    .select2-selection--multiple.select2-tags
    ::-moz-placeholder {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.select2-container--default
    .select2-selection--multiple.select2-tags
    :-ms-input-placeholder {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.select2-container--default
    .select2-selection--multiple.select2-tags
    ::-ms-input-placeholder {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.select2-container--default
    .select2-selection--multiple.select2-tags
    ::placeholder {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.select2-container--default .select2-selection--multiple.select2-tags::after {
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    width: 24px;
    height: 24px;
    color: #000;
    font-family: "Metatime";
    font-size: 24px;
    line-height: 1;
    border: none;
    margin: 0;
}
.select2-container--default
    .select2-tags
    .select2-search--inline
    .select2-search__field {
    margin: 3px 0 4px 5px;
}
.select2-container--default
    .select2-selection--multiple.select2-tags
    .select2-selection__choice {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.2px;
    border-radius: 8px;
    border: none;
    background-color: #caadff;
    padding: 4px;
    margin-left: 8px;
}
.select2-container--default
    .select2-selection--multiple.select2-tags
    .select2-selection__choice__remove {
    position: static;
    display: inline-block;
    color: #000;
    border-radius: 0;
    border: 0;
    padding: 0;
    margin-right: 5px;
}
.select2-container--default
    .select2-selection--multiple.select2-tags
    .select2-selection__choice__remove:hover {
    background: rgba(0, 0, 0, 0);
}
.select2-container--default.select2-container--open.select2-container--below
    .select2-tags,
.select2-container--default.select2-container--open.select2-container--above
    .select2-tags {
    border-radius: 12px;
}
.select2-container--default .select2-tags-dropdown {
    border: 1px solid #9d9aa2;
    border-radius: 12px;
    padding: 12px;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.select2-container--default .select2-tags-dropdown:hover {
    -webkit-box-shadow: 0 0 0 3px rgba(107, 4, 255, 0.2);
    box-shadow: 0 0 0 3px rgba(107, 4, 255, 0.2);
}
.select2-container--default .select2-tags-dropdown.select2-dropdown--below {
    margin-top: 12px;
}
.select2-container--default .select2-tags-dropdown.select2-dropdown--above {
    margin-bottom: 12px;
}
.select2-container--default
    .select2-tags-dropdown
    .select2-results__option.select2-results__option--selectable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.4px;
    border-radius: 10px;
    padding: 12px;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
}
.select2-container--default
    .select2-dropdown.select2-tags-dropdown
    .select2-results__option.select2-results__option--selected.select2-results__option--highlighted {
    color: #6b04ff;
    background: rgba(107, 4, 255, 0.1);
}
.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    color: #6b04ff;
    background: rgba(107, 4, 255, 0.1);
}
.select2-container--default
    .select2-results__option.select2-results__option--selected {
    background-color: #fff;
}
.select2-container--default
    .select2-results__option.select2-results__option--selected::before {
    content: "";
    display: grid;
    place-items: center;
    width: 1.25rem;
    height: 1.25rem;
    color: #fff;
    font-family: "Metatime";
    font-size: 20px;
    line-height: 1;
    border-radius: 50%;
    background-color: #21d47e;
}
.select2-container--default
    .select2-results__option.select2-results__option--selected.select2-results__option--highlighted {
    color: #ff0076;
    background: rgba(255, 0, 118, 0.1);
}
.select2-container--default .select2-tags-dropdown ::-webkit-scrollbar {
    width: 8px;
}
.select2-container--default .select2-tags-dropdown ::-webkit-scrollbar-track {
    background: #f6f6f6;
}
.select2-container--default .select2-tags-dropdown ::-webkit-scrollbar-thumb {
    background: #a9a7ae;
}
.select2-container--default
    .select2-tags-dropdown
    ::-webkit-scrollbar-thumb:hover {
    background: #9d9aa2;
}
.select2-container--default
    .select2-selection--multiple.select2-tags.select2-tags-large {
    border-radius: 16px;
    padding: 11px 35px 13px 11px;
}
.select2-container--default
    .select2-selection--multiple.select2-tags.select2-tags-large
    .select2-selection__choice {
    padding: 8px 4px;
}
.select2-container--default
    .select2-tags.select2-tags-large
    .select2-search--inline
    .select2-search__field {
    margin: 3px 0 8px 5px;
}
.select2-container--default
    .select2-selection--multiple.select2-tags.select2-tags-small {
    border-radius: 8px;
    padding: 4px 35px 10px 8px;
}
.select2-container--default
    .select2-selection--multiple.select2-tags.select2-tags-small
    .select2-selection__choice {
    padding: 0 2px 0 4px;
}
.select2-container--default
    .select2-tags.select2-tags-small
    .select2-search--inline
    .select2-search__field {
    margin: 6px 0 0px 5px;
}
.iti.iti--allow-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #dad9dd;
    padding: 11px 20px;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.iti.iti--allow-dropdown:hover {
    border-color: #b6b3ba;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(133, 130, 138, 0.2);
    box-shadow: 0px 0px 0px 3px rgba(133, 130, 138, 0.2);
}
.iti__flag-container {
    position: static;
    padding: 0;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type="tel"],
.iti--allow-dropdown input[type="text"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="tel"],
.iti--separate-dial-code input[type="text"] {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 0.875;
    letter-spacing: -0.4px;
    background: #fff;
    border-radius: 0;
    border: none;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
    padding: 10px 0;
    outline: none;
}
.iti--allow-dropdown input::-webkit-input-placeholder,
.iti--allow-dropdown input[type="tel"]::-webkit-input-placeholder,
.iti--allow-dropdown input[type="text"]::-webkit-input-placeholder,
.iti--separate-dial-code input::-webkit-input-placeholder,
.iti--separate-dial-code input[type="tel"]::-webkit-input-placeholder,
.iti--separate-dial-code input[type="text"]::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}
.iti--allow-dropdown input::-moz-placeholder,
.iti--allow-dropdown input[type="tel"]::-moz-placeholder,
.iti--allow-dropdown input[type="text"]::-moz-placeholder,
.iti--separate-dial-code input::-moz-placeholder,
.iti--separate-dial-code input[type="tel"]::-moz-placeholder,
.iti--separate-dial-code input[type="text"]::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.iti--allow-dropdown input:-ms-input-placeholder,
.iti--allow-dropdown input[type="tel"]:-ms-input-placeholder,
.iti--allow-dropdown input[type="text"]:-ms-input-placeholder,
.iti--separate-dial-code input:-ms-input-placeholder,
.iti--separate-dial-code input[type="tel"]:-ms-input-placeholder,
.iti--separate-dial-code input[type="text"]:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
.iti--allow-dropdown input::-ms-input-placeholder,
.iti--allow-dropdown input[type="tel"]::-ms-input-placeholder,
.iti--allow-dropdown input[type="text"]::-ms-input-placeholder,
.iti--separate-dial-code input::-ms-input-placeholder,
.iti--separate-dial-code input[type="tel"]::-ms-input-placeholder,
.iti--separate-dial-code input[type="text"]::-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
.iti--allow-dropdown input::placeholder,
.iti--allow-dropdown input[type="tel"]::placeholder,
.iti--allow-dropdown input[type="text"]::placeholder,
.iti--separate-dial-code input::placeholder,
.iti--separate-dial-code input[type="tel"]::placeholder,
.iti--separate-dial-code input[type="text"]::placeholder {
    color: #fff;
    opacity: 1;
}
.iti__selected-flag {
    padding: 0;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background: none;
}
.iti__country-list {
    top: calc(100% + 16px);
    left: 0;
    width: 100%;
    font-size: 14px;
    white-space: normal;
    border-radius: 16px;
    padding: 10px 0;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
    z-index: 999;
}
.iti__country-list:hover {
    -webkit-box-shadow: 0 0 0 3px rgba(107, 4, 255, 0.2);
    box-shadow: 0 0 0 3px rgba(107, 4, 255, 0.2);
}
.iti__country {
    padding: 5px 20px;
}
.iti__country.iti__highlight {
    color: #6b04ff;
    background: rgba(107, 4, 255, 0.1);
}
.range-slider {
    --primary-color: #ff0076;
    --value-offset-y: 10px;
    --value-active-color: #ff0076;
    --value-background: transparent;
    --value-background-hover: #fff2f8;
    --value-font: 600 14px/1 Inter;
    --fill-color: var(--primary-color);
    --progress-background: #fff2f8;
    --progress-radius: 16px;
    --track-height: 4px;
    --min-max-font: 12px Arial;
    --min-max-opacity: 0.5;
    --min-max-x-offset: 10%;
    --thumb-size: 14px;
    --thumb-color: #fff2f8;
    --thumb-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
    --thumb-shadow-active: var(--thumb-shadow);
    --thumb-shadow-hover: var(--thumb-shadow);
    --ticks-thickness: 1px;
    --ticks-height: 5px;
    --ticks-gap: var(--ticks-height, 0);
    --ticks-color: silver;
    --step: 1;
    --ticks-count: (var(--max) - var(--min)) / var(--step);
    --maxTicksAllowed: 30;
    --too-many-ticks: Min(
        1,
        Max(var(--ticks-count) - var(--maxTicksAllowed), 0)
    );
    --x-step: Max(
        var(--step),
        var(--too-many-ticks) * (var(--max) - var(--min))
    );
    --tickIntervalPerc_1: Calc((var(--max) - var(--min)) / var(--x-step));
    --tickIntervalPerc: calc(
        (100% - var(--thumb-size)) / var(--tickIntervalPerc_1) *
            var(--tickEvery, 1)
    );
    --value-a: Clamp(var(--min), var(--value, 0), var(--max));
    --value-b: var(--value, 0);
    --text-value-a: var(--text-value, "");
    --completed-a: calc(
        (var(--value-a) - var(--min)) / (var(--max) - var(--min)) * 100
    );
    --completed-b: calc(
        (var(--value-b) - var(--min)) / (var(--max) - var(--min)) * 100
    );
    --ca: Min(var(--completed-a), var(--completed-b));
    --cb: Max(var(--completed-a), var(--completed-b));
    --thumbs-too-close: Clamp(
        -1,
        1000 * (Min(1, Max(var(--cb) - var(--ca) - 5, -1)) + 0.001),
        1
    );
    --thumb-close-to-min: Min(1, Max(var(--ca) - 5, 0));
    --thumb-close-to-max: Min(1, Max(95 - var(--cb), 0));
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    height: max(var(--track-height), var(--thumb-size));
    background: linear-gradient(
            to right,
            var(--ticks-color) var(--ticks-thickness),
            transparent 1px
        )
        repeat-x;
    background-size: var(--tickIntervalPerc) var(--ticks-height);
    background-position-x: calc(
        var(--thumb-size) / 2 - var(--ticks-thickness) / 2
    );
    background-position-y: var(--flip-y, bottom);
    padding-bottom: var(--flip-y, var(--ticks-gap));
    padding-top: calc(var(--flip-y) * var(--ticks-gap));
    position: relative;
    z-index: 1;
}
.range-slider[data-ticks-position="top"] {
    --flip-y: 1;
}
.range-slider::before,
.range-slider::after {
    --offset: calc(var(--thumb-size) / 2);
    content: counter(x);
    display: var(--show-min-max, block);
    font: var(--min-max-font);
    position: absolute;
    bottom: var(--flip-y, -2.5ch);
    top: calc(-2.5ch * var(--flip-y));
    opacity: clamp(0, var(--at-edge), var(--min-max-opacity));
    -webkit-transform: translateX(
            calc(var(--min-max-x-offset) * var(--before, -1) * -1)
        )
        scale(var(--at-edge));
    transform: translateX(
            calc(var(--min-max-x-offset) * var(--before, -1) * -1)
        )
        scale(var(--at-edge));
    pointer-events: none;
}
.range-slider::before {
    --before: 1;
    --at-edge: var(--thumb-close-to-min);
    counter-reset: x var(--min);
    left: var(--offset);
}
.range-slider::after {
    --at-edge: var(--thumb-close-to-max);
    counter-reset: x var(--max);
    right: var(--offset);
}
.range-slider__values {
    position: relative;
    top: 50%;
    line-height: 0;
    text-align: justify;
    width: 100%;
    pointer-events: none;
    margin: 0 auto;
    z-index: 5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}
.range-slider__values::after {
    content: "";
    width: 100%;
    display: inline-block;
    height: 0;
    background: red;
}
.range-slider__progress {
    --start-end: calc(var(--thumb-size) / 2);
    --clip-end: calc(100% - (var(--cb)) * 1%);
    --clip-start: calc(var(--ca) * 1%);
    --clip: inset(-20px var(--clip-end) -20px var(--clip-start));
    position: absolute;
    left: var(--start-end);
    right: var(--start-end);
    top: calc(
        var(--ticks-gap) * var(--flip-y, 0) + var(--thumb-size) / 2 -
            var(--track-height) / 2
    );
    height: calc(var(--track-height));
    background: var(--progress-background, #eee);
    pointer-events: none;
    z-index: -1;
    border-radius: var(--progress-radius);
}
.range-slider__progress::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    -webkit-clip-path: var(--clip);
    clip-path: var(--clip);
    top: 0;
    bottom: 0;
    background: var(--fill-color, black);
    -webkit-box-shadow: var(--progress-flll-shadow);
    box-shadow: var(--progress-flll-shadow);
    z-index: 1;
    border-radius: inherit;
}
.range-slider__progress::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: var(--progress-shadow);
    box-shadow: var(--progress-shadow);
    pointer-events: none;
    border-radius: inherit;
}
.range-slider > input {
    -webkit-appearance: none;
    width: 100%;
    height: var(--thumb-size);
    margin: 0;
    position: absolute;
    left: 0;
    top: calc(
        50% - max(var(--track-height), var(--thumb-size)) / 2 + var(--ticks-gap) /
            2 * var(--flip-y, -1)
    );
    cursor: -webkit-grab;
    cursor: grab;
    outline: none;
    background: none;
}
.range-slider > input:not(:only-of-type) {
    pointer-events: none;
}
.range-slider > input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    height: var(--thumb-size);
    width: var(--thumb-size);
    -webkit-transform: var(--thumb-transform);
    transform: var(--thumb-transform);
    border-radius: var(--thumb-radius, 50%);
    background: var(--thumb-color);
    -webkit-box-shadow: var(--thumb-shadow);
    box-shadow: var(--thumb-shadow);
    border: 2px solid #ff0076;
    pointer-events: auto;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}
.range-slider > input::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    border: none;
    height: var(--thumb-size);
    width: var(--thumb-size);
    transform: var(--thumb-transform);
    border-radius: var(--thumb-radius, 50%);
    background: var(--thumb-color);
    box-shadow: var(--thumb-shadow);
    border: 2px solid #ff0076;
    pointer-events: auto;
    -moz-transition: 0.1s;
    transition: 0.1s;
}
.range-slider > input::-ms-thumb {
    appearance: none;
    border: none;
    height: var(--thumb-size);
    width: var(--thumb-size);
    transform: var(--thumb-transform);
    border-radius: var(--thumb-radius, 50%);
    background: var(--thumb-color);
    box-shadow: var(--thumb-shadow);
    border: 2px solid #ff0076;
    pointer-events: auto;
    -ms-transition: 0.1s;
    transition: 0.1s;
}
.range-slider > input:hover {
    --thumb-shadow: var(--thumb-shadow-hover);
}
.range-slider > input:hover + output {
    --value-background: var(--value-background-hover);
    --y-offset: -5px;
    color: var(--value-active-color);
    border-color: #ff0076;
}
.range-slider > input:active {
    --thumb-shadow: var(--thumb-shadow-active);
    cursor: -webkit-grabbing;
    cursor: grabbing;
    z-index: 2;
}
.range-slider > input:active + output {
    -webkit-transition: 0s;
    transition: 0s;
}
.range-slider > input:nth-of-type(1) {
    --is-left-most: Clamp(0, (var(--value-a) - var(--value-b)) * 99999, 1);
}
.range-slider > input:nth-of-type(1) + output {
    --value: var(--value-a);
    --x-offset: calc(var(--completed-a) * -1%);
}
.range-slider > input:nth-of-type(1) + output:not(:only-of-type) {
    --flip: calc(var(--thumbs-too-close) * -1);
}
.range-slider > input:nth-of-type(1) + output::after {
    content: var(--prefix, "") var(--text-value-a) var(--suffix, "");
}
.range-slider > input:nth-of-type(2) {
    --is-left-most: Clamp(0, (var(--value-b) - var(--value-a)) * 99999, 1);
}
.range-slider > input:nth-of-type(2) + output {
    --value: var(--value-b);
}
.range-slider > input:only-of-type ~ .range-slider__progress {
    --clip-start: 0;
}
.range-slider > input + output {
    --flip: -1;
    --x-offset: calc(var(--completed-b) * -1%);
    --pos: calc(
        ((var(--value) - var(--min)) / (var(--max) - var(--min))) * 100%
    );
    pointer-events: none;
    position: absolute;
    z-index: 5;
    background: var(--value-background);
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 60px;
    padding: 2px 4px;
    left: var(--pos);
    -webkit-transform: translate(
        var(--x-offset),
        calc(
            150% * var(--flip) - (var(--y-offset, 0px) + var(--value-offset-y)) *
                var(--flip)
        )
    );
    transform: translate(
        var(--x-offset),
        calc(
            150% * var(--flip) - (var(--y-offset, 0px) + var(--value-offset-y)) *
                var(--flip)
        )
    );
    -webkit-transition: all 0.12s ease-out, left 0s;
    transition: all 0.12s ease-out, left 0s;
}
.range-slider > input + output::after {
    content: var(--prefix, "") var(--text-value-b) var(--suffix, "");
    font: var(--value-font);
}
.range-slider.disabled {
    opacity: 0.35;
}
.range-slider.disabled,
.range-slider.disabled > *,
.range-slider.disabled input + output {
    pointer-events: none;
}
.range-slider.disabled input + output {
    --y-offset: 0px;
    color: #000;
    border-color: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
}
.range-slider.simple {
    --primary-color: #ff0076;
    --fill-color: var(--primary-color);
    --progress-background: #f5f5f5;
    --progress-radius: 16px;
    --track-height: 2px;
    --ticks-height: 0px;
    --thumb-color: var(--primary-color);
    --thumb-shadow: none;
}
.range-slider.simple::before,
.range-slider.simple::after {
    display: none;
}
.range-slider.simple > input::-webkit-slider-thumb {
    width: 48px;
    height: 20px;
    border: none;
    border-radius: 12px;
}
.range-slider.simple > input::-moz-range-thumb {
    width: 48px;
    height: 20px;
    border: none;
    border-radius: 12px;
}
.range-slider.simple > input::-ms-thumb {
    width: 48px;
    height: 20px;
    border: none;
    border-radius: 12px;
}
.range-slider.simple > input + output {
    --y-offset: 0px;
    color: #fff;
    text-align: center;
    width: 48px;
    height: 20px;
    background: none;
    border: 0;
    border-radius: 0;
    padding: 0;
    -webkit-transform: translate(
        var(--x-offset),
        calc(
            73% * var(--flip) - (var(--y-offset, 0px) + var(--value-offset-y)) *
                var(--flip)
        )
    );
    transform: translate(
        var(--x-offset),
        calc(
            73% * var(--flip) - (var(--y-offset, 0px) + var(--value-offset-y)) *
                var(--flip)
        )
    );
}
.range-slider.simple.secondary {
    --primary-color: #6b04ff;
    --fill-color: #6b04ff;
    --progress-background: #caadff;
}
.range-slider.simple.danger {
    --primary-color: #cc0022;
    --fill-color: #ec183e;
    --progress-background: rgba(var(--fill-color), 0.5);
}
.file-upload {
    -webkit-box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.25);
}
.file-upload .btn-close {
    font-size: 1.5rem;
    line-height: 1;
    background: none;
    opacity: 1;
}
.file-upload-section {
    border: 2px dashed #fff;
    background: linear-gradient(#fff 0 0) padding-box,
        linear-gradient(
            97deg,
            #fcd1eb 1.81%,
            rgba(87, 215, 204, 0.28) 36.58%,
            rgba(254, 151, 205, 0.62) 68.41%,
            rgba(248, 143, 159, 0.46) 95.83%
        );
    min-height: 188px;
    cursor: pointer;
}
.file-upload:not(.file-upload-success) .file-upload-section:hover {
    background: linear-gradient(#fff2f8 0 0) padding-box,
        linear-gradient(
            97deg,
            #fcd1eb 1.81%,
            rgba(87, 215, 204, 0.28) 36.58%,
            rgba(254, 151, 205, 0.62) 68.41%,
            rgba(248, 143, 159, 0.46) 95.83%
        );
}
.file-upload-url .btn {
    font-size: 12px;
    border-radius: 32px;
}
.file-upload-icon {
    width: 64px;
    height: 64px;
    font-size: 30px;
    background: linear-gradient(
            0deg,
            rgba(255, 0, 118, 0.05),
            rgba(255, 0, 118, 0.05)
        ),
        linear-gradient(7.22deg, #ffffff 31.71%, rgba(255, 255, 255, 0) 58.85%),
        radial-gradient(
            53.37% 50.44% at 110.71% 54.83%,
            #ffffff 0%,
            rgba(255, 255, 255, 0) 100%
        ),
        radial-gradient(
            50.39% 56.1% at 52.38% 46.5%,
            #ffffff 0%,
            rgba(255, 255, 255, 0) 100%
        ),
        linear-gradient(
            196.27deg,
            rgba(107, 4, 255, 0.3) -24.28%,
            rgba(255, 255, 255, 0) 56.22%
        ),
        linear-gradient(176.46deg, #ff0076 -97.27%, #ffffff 60.66%);
}
.file-upload-icon-inner {
    width: 48px;
    height: 48px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    background: #fff2f8;
    -webkit-backdrop-filter: blur(0.1416rem);
    backdrop-filter: blur(0.1416rem);
    -webkit-box-shadow: 0px 6.02469px 9.03704px rgba(255, 0, 118, 0.17);
    box-shadow: 0px 6.02469px 9.03704px rgba(255, 0, 118, 0.17);
}
.file-upload-success .file-upload-icon {
    background: linear-gradient(
            0deg,
            rgba(4, 194, 155, 0.05),
            rgba(4, 194, 155, 0.05)
        ),
        linear-gradient(7.22deg, #ffffff 31.71%, rgba(255, 255, 255, 0) 58.85%),
        radial-gradient(
            53.37% 50.44% at 110.71% 54.83%,
            #ffffff 0%,
            rgba(255, 255, 255, 0) 100%
        ),
        radial-gradient(
            50.39% 56.1% at 52.38% 46.5%,
            #ffffff 0%,
            rgba(255, 255, 255, 0) 100%
        ),
        linear-gradient(
            196.27deg,
            rgba(107, 4, 255, 0.3) -24.28%,
            rgba(255, 255, 255, 0) 56.22%
        ),
        linear-gradient(176.46deg, #04c29b -97.27%, #ffffff 60.66%);
}
.file-upload-success .file-upload-icon-inner {
    background: #ccffe6;
    -webkit-box-shadow: 0px 6.02469px 9.03704px rgba(4, 194, 155, 0.17);
    box-shadow: 0px 6.02469px 9.03704px rgba(4, 194, 155, 0.17);
}
.counter-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 172px;
    gap: 8px;
    border: 1px solid #dad9dd;
    border-radius: 8px;
    padding: 12px 8px;
}
.counter-group-quantity {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.8px;
    background: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0;
}
.counter-group-btn {
    width: 24px;
    height: 24px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0);
    padding: 0;
}
.counter-group-btn.increment {
    color: #000;
}
.counter-group-btn.increment:hover {
    -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
}
.counter-group-btn.increment:focus {
    background: rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0px 3px 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 3px 1px 2px rgba(0, 0, 0, 0.05);
}
.counter-group-btn.decrement {
    color: #fff;
    background: #000;
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.counter-group-btn.decrement:hover {
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
}
.counter-group-btn.decrement:focus {
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0px 1px 0px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 1px 0px 1px rgba(0, 0, 0, 0.05);
}
.counter-group.counter-group-large {
    border-radius: 12px;
    padding: 12px;
}
.counter-group.counter-group-large .counter-group-btn {
    width: 40px;
    height: 40px;
    font-size: 24px;
}
.counter-group.counter-group-small {
    border-radius: 4px;
    padding: 8px 4px;
}
.counter-group.counter-group-xs {
    border-radius: 4px;
    padding: 4px;
}
.counter-group.counter-group-xs .counter-group-btn.increment,
.counter-group.counter-group-xs .counter-group-btn.decrement {
    color: #000;
    border: none;
    background: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.counter-group.counter-group-xs .counter-group-quantity {
    font-size: 13px;
}
.buy-sell-group {
    border: 1px solid #dad9dd;
    border-radius: 12px;
    padding: 12px;
}
.buy-sell-top {
    background: #fff;
    border-bottom: 1px solid #dad9dd;
    padding-bottom: 8px;
}
.buy-sell-title {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.4px;
}
.buy-sell-title i {
    font-size: 24px;
    margin-left: 4px;
}
.buy-sell-label {
    font-size: 14px;
    letter-spacing: -0.4px;
    background: rgba(255, 0, 118, 0.1);
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 8px;
    padding: 8px;
    margin-left: 8px;
}
.buy-sell-total {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.8px;
}
.buy-sell-text {
    color: rgba(0, 0, 0, 0.5);
}
.buy-sell-error-text i {
    font-size: 20px;
}
.token {
    width: 32px;
    height: 32px;
    background: #fff;
    border: 1.5px solid #dad9dd;
    -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    padding: 6px;
}
.token img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.token.token-big {
    width: 40px;
    height: 40px;
    padding: 8px;
}
.token.token-small {
    width: 24px;
    height: 24px;
    padding: 4px;
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.token.token-xs {
    width: 20px;
    height: 20px;
    padding: 4px;
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.token-group-angular {
    width: 64px;
}
.token-group-twin .token:last-of-type {
    position: relative;
    z-index: 1;
    margin-left: -16px;
}
.token-group-twin.token-group-twin-small .token:last-of-type {
    margin-left: -12px;
}
.chip-dropdown {
    display: inline-block;
}
.chip-dropdown .btn {
    gap: 8px;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.2px;
    border: 1px solid #dad9dd;
    border-radius: 8px;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
    padding: 8px;
}
.chip-dropdown .btn i {
    font-size: 24px;
}
.chip-dropdown .btn:hover,
.chip-dropdown .btn:focus {
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.chip-dropdown .btn:disabled {
    color: #dad9dd;
    border-color: #b6b3ba;
    background: #b6b3ba;
}
.chip-dropdown .btn-lg,
.chip-dropdown .btn-group-lg > .btn {
    gap: 12px;
    border-radius: 12px;
    padding: 12px;
}
.chip-dropdown .btn-sm,
.chip-dropdown .btn-group-sm > .btn {
    gap: 4px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}
.chip-dropdown .btn-sm:hover,
.chip-dropdown .btn-group-sm > .btn:hover,
.chip-dropdown .btn-sm:focus,
.chip-dropdown .btn-group-sm > .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.chip-dropdown .btn-sm:disabled,
.chip-dropdown .btn-group-sm > .btn:disabled {
    border-color: #fff;
    background: #fff;
}
.chip-dropdown .dropdown-toggle::after {
    content: "";
    width: 24px;
    height: 24px;
    font-family: "Metatime";
    font-size: 24px;
    line-height: 1;
    border: none;
    margin: 0;
}
.chip-dropdown .dropdown-menu {
    min-width: auto;
    border: 1px solid #dad9dd;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.chip-dropdown .dropdown-menu:hover {
    -webkit-box-shadow: 0 0 0 3px rgba(107, 4, 255, 0.2);
    box-shadow: 0 0 0 3px rgba(107, 4, 255, 0.2);
}
.chip-dropdown .dropdown-item {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.4px;
    border-radius: 12px;
    padding: 10px;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
}
.chip-dropdown .dropdown-item:hover,
.chip-dropdown .dropdown-item:focus {
    color: #6b04ff;
    background: rgba(107, 4, 255, 0.1);
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.text-bg-primary {
    color: #fff !important;
    background-color: RGBA(255, 0, 118, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-secondary {
    color: #fff !important;
    background-color: RGBA(107, 4, 255, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-success {
    color: #000 !important;
    background-color: RGBA(33, 212, 126, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-info {
    color: #fff !important;
    background-color: RGBA(9, 132, 227, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-warning {
    color: #000 !important;
    background-color: RGBA(249, 217, 55, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-danger {
    color: #fff !important;
    background-color: RGBA(236, 24, 62, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-light {
    color: #000 !important;
    background-color: RGBA(255, 255, 255, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-dark {
    color: #fff !important;
    background-color: RGBA(0, 0, 0, var(--bs-bg-opacity, 1)) !important;
}
.link-primary {
    color: #ff0076 !important;
}
.link-primary:hover,
.link-primary:focus {
    color: #cc005e !important;
}
.link-secondary {
    color: #6b04ff !important;
}
.link-secondary:hover,
.link-secondary:focus {
    color: #5603cc !important;
}
.link-success {
    color: #21d47e !important;
}
.link-success:hover,
.link-success:focus {
    color: #4ddd98 !important;
}
.link-info {
    color: #0984e3 !important;
}
.link-info:hover,
.link-info:focus {
    color: #076ab6 !important;
}
.link-warning {
    color: #f9d937 !important;
}
.link-warning:hover,
.link-warning:focus {
    color: #fae15f !important;
}
.link-danger {
    color: #ec183e !important;
}
.link-danger:hover,
.link-danger:focus {
    color: #bd1332 !important;
}
.link-light {
    color: #fff !important;
}
.link-light:hover,
.link-light:focus {
    color: #fff !important;
}
.link-dark {
    color: #000 !important;
}
.link-dark:hover,
.link-dark:focus {
    color: #000 !important;
}
.ratio {
    position: relative;
    width: 100%;
}
.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}
.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ratio-1x1 {
    --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
    --bs-aspect-ratio: 75%;
}
.ratio-16x9 {
    --bs-aspect-ratio: 56.25%;
}
.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
}
.sticky-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
}
@media (min-width: 576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    .sticky-sm-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}
@media (min-width: 768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    .sticky-md-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}
@media (min-width: 992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    .sticky-lg-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}
@media (min-width: 1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    .sticky-xl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}
@media (min-width: 1400px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    .sticky-xxl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}
.hstack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}
.vstack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.vr {
    display: inline-block;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentcolor;
    opacity: 0.25;
}
.theme-dark {
    --bs-body-color-rgb: 255, 255, 255;
    --bs-body-bg-rgb: 40, 38, 42;
    --bs-body-color: #fff;
    --bs-body-bg: #28262a;
    --bs-link-color: #fff;
}
.theme-dark h1,
.theme-dark h2,
.theme-dark h3,
.theme-dark h4,
.theme-dark h5,
.theme-dark h6,
.theme-dark .h1,
.theme-dark .h2,
.theme-dark .h3,
.theme-dark .h4,
.theme-dark .h5,
.theme-dark .h6,
.theme-dark .form-text,
.theme-dark .input-icon-over .input-icon {
    color: #fff;
}
.theme-dark .form-control,
.theme-dark .form-select {
    color: #fff;
    background-color: #28262a;
}
.theme-dark .form-control:not(.is-valid):not(.is-invalid),
.theme-dark .form-select:not(.is-valid):not(.is-invalid) {
    border-color: #504d54;
}
.theme-dark .form-control:not(.is-valid):not(.is-invalid):hover,
.theme-dark .form-select:not(.is-valid):not(.is-invalid):hover {
    border-color: #78757d;
}
.theme-dark .form-control:not(.is-valid):not(.is-invalid):focus,
.theme-dark .form-select:not(.is-valid):not(.is-invalid):focus {
    border-color: #6a676f;
    -webkit-box-shadow: rgba(133, 130, 138, 0.2);
    box-shadow: rgba(133, 130, 138, 0.2);
}
.theme-dark .form-control:not(.is-valid):not(.is-invalid):disabled,
.theme-dark .form-select:not(.is-valid):not(.is-invalid):disabled {
    color: rgba(255, 255, 255, 0.2);
    background-color: #353338;
    border: #424046;
}
.theme-dark
    .form-control:not(.is-valid):not(
        .is-invalid
    ):disabled::-webkit-input-placeholder,
.theme-dark
    .form-select:not(.is-valid):not(
        .is-invalid
    ):disabled::-webkit-input-placeholder {
    color: #85828a;
}
.theme-dark
    .form-control:not(.is-valid):not(.is-invalid):disabled::-moz-placeholder,
.theme-dark
    .form-select:not(.is-valid):not(.is-invalid):disabled::-moz-placeholder {
    color: #85828a;
}
.theme-dark
    .form-control:not(.is-valid):not(
        .is-invalid
    ):disabled:-ms-input-placeholder,
.theme-dark
    .form-select:not(.is-valid):not(
        .is-invalid
    ):disabled:-ms-input-placeholder {
    color: #85828a;
}
.theme-dark
    .form-control:not(.is-valid):not(
        .is-invalid
    ):disabled::-ms-input-placeholder,
.theme-dark
    .form-select:not(.is-valid):not(
        .is-invalid
    ):disabled::-ms-input-placeholder {
    color: #85828a;
}
.theme-dark .form-control:not(.is-valid):not(.is-invalid):disabled::placeholder,
.theme-dark .form-select:not(.is-valid):not(.is-invalid):disabled::placeholder {
    color: #85828a;
}
.theme-dark .form-control::-webkit-input-placeholder,
.theme-dark .form-select::-webkit-input-placeholder {
    color: #dad9dd;
}
.theme-dark .form-control::-moz-placeholder,
.theme-dark .form-select::-moz-placeholder {
    color: #dad9dd;
}
.theme-dark .form-control:-ms-input-placeholder,
.theme-dark .form-select:-ms-input-placeholder {
    color: #dad9dd;
}
.theme-dark .form-control::-ms-input-placeholder,
.theme-dark .form-select::-ms-input-placeholder {
    color: #dad9dd;
}
.theme-dark .form-control::placeholder,
.theme-dark .form-select::placeholder {
    color: #dad9dd;
}
.theme-dark .form-text.disabled,
.theme-dark .form-label.disabled {
    color: rgba(255, 255, 255, 0.2);
}
.theme-dark .input-search {
    border-color: #504d54;
}
.theme-dark .input-search:not(.input-search-xs) {
    background-color: #353338;
}
.theme-dark .input-search:hover {
    border-color: #c2c0c6;
}
.theme-dark .input-search:focus,
.theme-dark .input-search:focus-within {
    border-color: #c2c0c6;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(133, 130, 138, 0.2);
    box-shadow: 0px 0px 0px 3px rgba(133, 130, 138, 0.2);
}
.theme-dark .input-search.input-search-xs .form-control {
    background: none;
}
.theme-dark .input-search .search-icon {
    color: #fff;
}
.theme-dark .input-search .form-control {
    background-color: #353338;
}
.theme-dark .input-search .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.2);
}
.theme-dark .input-search .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.2);
}
.theme-dark .input-search .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.2);
}
.theme-dark .input-search .form-control::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.2);
}
.theme-dark .input-search .form-control::placeholder {
    color: rgba(255, 255, 255, 0.2);
}
.theme-dark .list-group-default,
.theme-dark .list-group-buttons,
.theme-dark .list-group-checks {
    background: #353338;
    border-color: #504d54;
}
.theme-dark .list-group-default .list-group-item,
.theme-dark .list-group-buttons .list-group-item,
.theme-dark .list-group-checks .list-group-item {
    color: #fff;
    background: #353338;
}
.theme-dark .list-group-default .list-group-item:hover,
.theme-dark .list-group-buttons .list-group-item:hover,
.theme-dark .list-group-checks .list-group-item:hover {
    background: rgba(255, 255, 255, 0.2);
}
.theme-dark .list-group-default .list-group-item.disabled,
.theme-dark .list-group-buttons .list-group-item.disabled,
.theme-dark .list-group-checks .list-group-item.disabled {
    color: #dad9dd;
}
.theme-dark .list-group-checks .list-group-item i {
    color: #fff;
}
.theme-dark .list-group-checks .list-group-item:hover i {
    color: #000;
}
.theme-dark .list-group-buttons .list-group-item:hover,
.theme-dark .list-group-buttons .list-group-item:focus {
    color: #ff0076;
    background: rgba(0, 0, 0, 0.1);
    border-color: #ff0076;
    -webkit-box-shadow: inset 0px 1px 0px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 1px 0px 1px rgba(0, 0, 0, 0.05);
}
.theme-dark .list-group-action-button {
    color: #9d9aa2;
}
.theme-dark .custom-dropdown .dropdown-toggle {
    color: #fff;
    background: #353338;
    border-color: #504d54;
}
.theme-dark .custom-dropdown .dropdown-toggle::after {
    color: #fff;
}
.theme-dark .custom-dropdown .dropdown-toggle:hover {
    border-color: #6b04ff;
    -webkit-box-shadow: 0 0 0 3px rgba(107, 4, 255, 0.2);
    box-shadow: 0 0 0 3px rgba(107, 4, 255, 0.2);
}
.theme-dark .custom-dropdown .dropdown-toggle:hover::after {
    color: #fff;
}
.theme-dark .custom-dropdown .dropdown-toggle:focus {
    border: 1px solid #9d9aa2;
    -webkit-box-shadow: 0 0 0 3px rgba(107, 4, 255, 0.2);
    box-shadow: 0 0 0 3px rgba(107, 4, 255, 0.2);
}
.theme-dark .custom-dropdown .dropdown-toggle:focus::after {
    color: #78757d;
}
.theme-dark .custom-dropdown .dropdown-menu {
    background: #353338;
    border-color: #504d54;
}
.theme-dark .custom-dropdown .dropdown-menu:hover {
    color: #fff;
    background: #353338;
    -webkit-box-shadow: 0 0 0 3px rgba(107, 4, 255, 0.2);
    box-shadow: 0 0 0 3px rgba(107, 4, 255, 0.2);
}
.theme-dark .custom-dropdown .dropdown-item {
    color: #fff;
}
.theme-dark .custom-dropdown .dropdown-item:hover,
.theme-dark .custom-dropdown .dropdown-item:focus {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}
.theme-dark .input-group-dropdown {
    background: #353338;
    border-color: #504d54;
}
.theme-dark .input-group-dropdown:hover {
    border-color: #c2c0c6;
}
.theme-dark .input-group-dropdown:focus,
.theme-dark .input-group-dropdown:focus-within {
    border-color: #c2c0c6;
}
.theme-dark .input-group-dropdown .form-control {
    background: rgba(0, 0, 0, 0);
}
.theme-dark .input-group-dropdown .dropdown-toggle {
    color: #fff;
}
.theme-dark .input-group-dropdown .dropdown-toggle::after {
    color: #fff;
}
.theme-dark .input-group-dropdown .dropdown-menu {
    background: #353338;
    border-color: #504d54;
}
.theme-dark .input-group-dropdown .dropdown-menu:hover {
    color: #fff;
    background: #353338;
    -webkit-box-shadow: 0 0 0 3px rgba(107, 4, 255, 0.2);
    box-shadow: 0 0 0 3px rgba(107, 4, 255, 0.2);
}
.theme-dark .input-group-dropdown .dropdown-item {
    color: #fff;
}
.theme-dark .input-group-dropdown .dropdown-item:hover,
.theme-dark .input-group-dropdown .dropdown-item:focus {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}
.theme-dark .iti.iti--allow-dropdown {
    background: #353338;
    border-color: #504d54;
}
.theme-dark .iti__arrow {
    border-top-color: #fff;
}
.theme-dark .iti--allow-dropdown input,
.theme-dark .iti--allow-dropdown input[type="tel"],
.theme-dark .iti--allow-dropdown input[type="text"],
.theme-dark .iti--separate-dial-code input,
.theme-dark .iti--separate-dial-code input[type="tel"],
.theme-dark .iti--separate-dial-code input[type="text"] {
    color: #fff;
    background: rgba(0, 0, 0, 0);
}
.theme-dark .iti--allow-dropdown input::-webkit-input-placeholder,
.theme-dark .iti--allow-dropdown input[type="tel"]::-webkit-input-placeholder,
.theme-dark .iti--allow-dropdown input[type="text"]::-webkit-input-placeholder,
.theme-dark .iti--separate-dial-code input::-webkit-input-placeholder,
.theme-dark
    .iti--separate-dial-code
    input[type="tel"]::-webkit-input-placeholder,
.theme-dark
    .iti--separate-dial-code
    input[type="text"]::-webkit-input-placeholder {
    color: #85828a;
}
.theme-dark .iti--allow-dropdown input::-moz-placeholder,
.theme-dark .iti--allow-dropdown input[type="tel"]::-moz-placeholder,
.theme-dark .iti--allow-dropdown input[type="text"]::-moz-placeholder,
.theme-dark .iti--separate-dial-code input::-moz-placeholder,
.theme-dark .iti--separate-dial-code input[type="tel"]::-moz-placeholder,
.theme-dark .iti--separate-dial-code input[type="text"]::-moz-placeholder {
    color: #85828a;
}
.theme-dark .iti--allow-dropdown input:-ms-input-placeholder,
.theme-dark .iti--allow-dropdown input[type="tel"]:-ms-input-placeholder,
.theme-dark .iti--allow-dropdown input[type="text"]:-ms-input-placeholder,
.theme-dark .iti--separate-dial-code input:-ms-input-placeholder,
.theme-dark .iti--separate-dial-code input[type="tel"]:-ms-input-placeholder,
.theme-dark .iti--separate-dial-code input[type="text"]:-ms-input-placeholder {
    color: #85828a;
}
.theme-dark .iti--allow-dropdown input::-ms-input-placeholder,
.theme-dark .iti--allow-dropdown input[type="tel"]::-ms-input-placeholder,
.theme-dark .iti--allow-dropdown input[type="text"]::-ms-input-placeholder,
.theme-dark .iti--separate-dial-code input::-ms-input-placeholder,
.theme-dark .iti--separate-dial-code input[type="tel"]::-ms-input-placeholder,
.theme-dark .iti--separate-dial-code input[type="text"]::-ms-input-placeholder {
    color: #85828a;
}
.theme-dark .iti--allow-dropdown input::placeholder,
.theme-dark .iti--allow-dropdown input[type="tel"]::placeholder,
.theme-dark .iti--allow-dropdown input[type="text"]::placeholder,
.theme-dark .iti--separate-dial-code input::placeholder,
.theme-dark .iti--separate-dial-code input[type="tel"]::placeholder,
.theme-dark .iti--separate-dial-code input[type="text"]::placeholder {
    color: #85828a;
}
.theme-dark .iti__country-list {
    background: #353338;
    border-color: #504d54;
}
.theme-dark .iti__country.iti__highlight {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}
.theme-dark .custom-group-dropdown-label {
    color: #fff;
    background-color: rgba(255, 0, 118, 0.1);
}
.theme-dark
    .custom-input-group.custom-form-input-medium
    .custom-group-dropdown-label {
    color: #8f45ff;
}
.theme-dark .custom-group-dropdown-clear {
    color: #fff;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0);
}
.theme-dark .custom-group-dropdown-clear i {
    color: #fff;
}
.theme-dark
    .select2-container--default
    .select2-selection--multiple.select2-tags {
    color: #fff;
    background: #353338;
    border-color: #504d54;
}
.theme-dark
    .select2-container--default
    .select2-selection--multiple.select2-tags
    .select2-selection__choice {
    color: #fff;
    background-color: rgba(107, 4, 255, 0.3);
}
.theme-dark
    .select2-container--default
    .select2-selection--multiple.select2-tags
    .select2-selection__choice__remove,
.theme-dark
    .select2-container--default
    .select2-selection--multiple.select2-tags::after,
.theme-dark
    .select2-container--default
    .select2-tags.select2-tags
    .select2-search--inline
    .select2-search__field {
    color: #fff !important;
}
.theme-dark .select2-container--default .select2-tags-dropdown {
    background: #353338;
    border-color: #504d54;
}
.theme-dark
    .select2-container--default
    .select2-tags-dropdown
    .select2-results__option.select2-results__option--selectable {
    color: #fff;
}
.theme-dark
    .select2-container--default
    .select2-results__option.select2-results__option--selected {
    background-color: rgba(0, 0, 0, 0);
}
.theme-dark
    .select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable,
.theme-dark
    .select2-container--default
    .select2-dropdown.select2-tags-dropdown
    .select2-results__option.select2-results__option--selected.select2-results__option--highlighted {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}
.theme-dark .custom-form-check label::before {
    background-color: #353338;
    border-color: #504d54;
}
.theme-dark .custom-form-check input[type="checkbox"]:checked + label::before {
    background-color: #6d0030;
}
.theme-dark .custom-form-check input[type="checkbox"]:disabled + label::before {
    border-color: #353338;
    background-color: #353338;
}
.theme-dark
    .custom-form-check
    input[type="checkbox"]:checked:disabled
    + label::after {
    -webkit-filter: invert(1) opacity(0.1);
    filter: invert(1) opacity(0.1);
}
.theme-dark .custom-form-radio label::before {
    background-color: #353338;
    border-color: #504d54;
}
.theme-dark .custom-form-radio label::after {
    background: #ff0076;
}
.theme-dark
    .custom-form-radio
    input[type="radio"]:not(:checked):not(:disabled)
    + label:hover::before {
    background-color: #353338;
    border-color: #504d54;
}
.theme-dark .custom-form-radio input[type="radio"]:disabled + label::before,
.theme-dark
    .custom-form-radio
    input[type="radio"]:checked:disabled
    + label::before {
    background: #353338;
    border: #353338;
}
.theme-dark .custom-form-radio input[type="radio"]:disabled + label::after,
.theme-dark
    .custom-form-radio
    input[type="radio"]:checked:disabled
    + label::after {
    background-color: #424046;
}
.theme-dark .custom-form-switch label {
    position: relative;
    display: inline-block;
    min-height: 24px;
    padding-left: 41px;
    cursor: pointer;
}
.theme-dark .custom-form-switch label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 24px;
    background-color: #ebedf3;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 20px;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    pointer-events: all;
}
.theme-dark .custom-form-switch label::after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
}
.theme-dark .custom-form-switch.small label {
    min-height: 20px;
    padding-left: 40px;
}
.theme-dark .custom-form-switch.small label::before {
    width: 32px;
    height: 20px;
}
.theme-dark .custom-form-switch.small label::after {
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
}
.theme-dark .custom-form-switch input[type="checkbox"] {
    position: absolute;
    pointer-events: none;
    opacity: 0;
}
.theme-dark .custom-form-switch input[type="checkbox"]:disabled + label {
    cursor: inherit;
    opacity: 1;
}
.theme-dark .custom-form-switch input[type="checkbox"]:checked + label::after {
    background-color: #0984e3;
    -webkit-transform: translateX(11px);
    transform: translateX(11px);
}
.theme-dark .custom-form-switch.solid label::before {
    border-color: #504d54;
    background-color: #353338;
}
.theme-dark .custom-form-switch.solid label::after {
    background-color: #fff;
}
.theme-dark .custom-form-switch.solid label:hover::before {
    border-color: #504d54;
    background-color: #28262a;
}
.theme-dark .custom-form-switch.solid label:hover::after {
    background-color: #fff;
}
.theme-dark
    .custom-form-switch.solid.primary
    input[type="checkbox"]:checked
    + label::before {
    background-color: #6d0030;
    border-color: #ff0076;
}
.theme-dark
    .custom-form-switch.solid.primary
    input[type="checkbox"]:checked
    + label::after {
    background-color: #fff;
}
.theme-dark
    .custom-form-switch.solid.primary
    input[type="checkbox"]:disabled
    + label::before {
    background-color: #353338;
    border-color: #353338;
}
.theme-dark
    .custom-form-switch.solid.primary
    input[type="checkbox"]:disabled
    + label::after {
    background-color: #424046;
}
.theme-dark .counter-group {
    border-color: #504d54;
    background: #353338;
}
.theme-dark .counter-group-btn.increment {
    color: #dad9dd;
    border-color: #dad9dd;
}
.theme-dark .counter-group-btn.decrement {
    color: #000;
    background: #fff;
}
.theme-dark .counter-group.counter-group-xs {
    border-radius: 4px;
    padding: 4px;
}
.theme-dark .counter-group.counter-group-xs .counter-group-btn.increment,
.theme-dark .counter-group.counter-group-xs .counter-group-btn.decrement {
    color: #dad9dd;
}
.theme-dark .buy-sell-group {
    background-color: #353338;
    border-color: #504d54;
}
.theme-dark .buy-sell-top {
    background-color: #353338;
}
.theme-dark .buy-sell-title {
    color: #fff;
}
.theme-dark .buy-sell-label {
    background: rgba(255, 0, 118, 0.1);
    border: 1px solid rgba(0, 0, 0, 0);
}
.theme-dark .buy-sell-total {
    color: #fff;
}
.theme-dark .buy-sell-text {
    color: rgba(255, 255, 255, 0.5);
}
.theme-dark .btn-secondary {
    background: #ff0076;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
.theme-dark .btn-outline-primary {
    color: #ff4599;
    border-color: #ff4599;
}
.theme-dark .btn-outline-primary:focus {
    color: #ff4599;
}
.theme-dark .btn-outline-secondary {
    color: #8f45ff;
}
.theme-dark .btn-outline-secondary:hover {
    color: #8f45ff;
    background: rgba(124, 35, 255, 0.1);
}
.theme-dark .btn-outline-secondary:focus {
    color: #8f45ff;
}
.theme-dark .btn-outline-success {
    color: #40f29c;
}
.theme-dark .btn-outline-success:hover {
    color: #40f29c;
    background: rgba(47, 228, 141, 0.1);
}
.theme-dark .btn-outline-success:focus {
    color: #40f29c;
}
.theme-dark .btn-outline-danger {
    color: #ff3a5b;
}
.theme-dark .btn-outline-danger:hover {
    color: #ff3a5b;
    background: rgba(252, 37, 76, 0.1);
}
.theme-dark .btn-outline-danger:focus {
    color: #ff3a5b;
}
.theme-dark .btn-outline-warning {
    color: #fff04f;
}
.theme-dark .btn-outline-warning:hover {
    color: #fff04f;
    background: rgba(255, 230, 66, 0.1);
}
.theme-dark .btn-outline-warning:focus {
    color: #fff04f;
    -webkit-box-shadow: inset 0px 1px 0px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 1px 0px 1px rgba(0, 0, 0, 0.05);
}
.theme-dark .btn-outline-light {
    color: #fff;
}
.theme-dark .btn-outline-dark {
    color: #fff;
}
.theme-dark .btn-outline-dark:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #504d54;
}
.theme-dark .btn-outline-dark:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
    border-color: #504d54;
}
.theme-dark .btn-social {
    color: #78757d;
    background: #353338;
}
.theme-dark .btn-social:hover,
.theme-dark .btn-social:focus {
    background: #424046;
}
.theme-dark .btn-social i:first-of-type,
.theme-dark .btn-social span:first-of-type {
    color: #fff;
}
.theme-dark .btn-social .border {
    border-color: #504d54 !important;
}
.theme-dark .btn.btn-link,
.theme-dark .btn.btn-link:hover {
    color: #fff;
}
.theme-dark .btn.btn-light {
    --bs-btn-color: #000;
}
.theme-dark .chip-dropdown .btn:not(:disabled) {
    color: #fff;
    background-color: #353338;
    border-color: #504d54;
}
.theme-dark .pagination .page-link {
    color: #fff;
    background-color: #353338;
    border-color: #504d54;
}
.theme-dark .pagination .page-link.active,
.theme-dark .pagination .active > .page-link {
    border-color: #6b04ff;
}
.theme-dark .pagination .page-link-more {
    color: #5d5a61;
}
.theme-dark .pagination .page-item:first-of-type .page-link,
.theme-dark .pagination .page-item:last-of-type .page-link {
    color: #fff;
}
.theme-dark .step-pagination {
    color: #fff;
}
.theme-dark .step-pagination-link {
    color: #fff;
}
.theme-dark .close-btn {
    color: #28262a;
    background-color: #fff;
}
.theme-dark .table-line tbody td,
.theme-dark .table-line thead th {
    background-color: #353338;
}
.theme-dark .accordion-primary {
    border: none;
    background: none;
}
.theme-dark .accordion-primary .accordion-item:last-of-type,
.theme-dark .accordion-primary .accordion-item:first-of-type {
    border-radius: 0;
}
.theme-dark .accordion-primary .accordion-item {
    border-color: #504d54;
    background-color: #353338;
}
.theme-dark .accordion-primary .accordion-item:first-of-type,
.theme-dark .accordion-primary .accordion-item:last-of-type {
    border-radius: 12px;
}
.theme-dark .accordion-primary .accordion-button {
    color: #fff;
}
.theme-dark .accordion-primary .accordion-button::after {
    color: #fff;
}
.theme-dark .accordion-primary .accordion-button:not(.collapsed) {
    color: #fff;
}
.theme-dark .accordion-primary .accordion-button:not(.collapsed)::after {
    color: #fff;
    background-color: #28262a;
}
.theme-dark .accordion-primary .accordion-body p {
    color: #dad9dd;
}
.theme-dark .accordion-link {
    color: #9d9aa2;
}
.theme-dark .breadcrumb {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.theme-dark .breadcrumb .breadcrumb-item {
    color: #85828a;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.4px;
}
.theme-dark .breadcrumb .breadcrumb-item::before {
    color: #fff;
}
.theme-dark .breadcrumb .breadcrumb-item:hover a,
.theme-dark .breadcrumb .breadcrumb-item.active {
    color: #ff8abe;
}
.theme-dark .breadcrumb .breadcrumb-item.go-back {
    color: #fff;
}
.theme-dark .breadcrumb .breadcrumb-item.go-back a {
    color: #fff;
}
.theme-dark .breadcrumb .breadcrumb-item.go-back a::after {
    background-color: rgba(255, 138, 190, 0.1);
}
.theme-dark .alert .btn-close::before {
    color: #fff;
}
.theme-dark .alert-heading span:first-of-type {
    color: #fff;
}
.theme-dark .alert-desc {
    color: #fff;
}
.theme-dark .alert-danger {
    border-color: #ec183e !important;
}
.theme-dark .alert-danger span:last-of-type {
    color: #fc254c;
}
.theme-dark .alert-secondary {
    border-color: #8f45ff !important;
}
.theme-dark .alert-secondary span:last-of-type {
    color: #8f45ff;
}
.theme-dark .alert-success {
    border-color: #21d47e !important;
}
.theme-dark .alert-success span:last-of-type {
    color: #21d47e;
}
.theme-dark .alert-warning {
    border-color: #f9d937 !important;
}
.theme-dark .alert-warning span:last-of-type {
    color: #f9d937;
}
.theme-dark .toast.toast-secondary {
    background-color: #353338;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(107, 4, 255, 0.15);
    box-shadow: 0px 0px 0px 3px rgba(107, 4, 255, 0.15);
}
.theme-dark .toast.toast-secondary .toast-header {
    color: #fff;
    background-color: #353338;
    border-color: #504d54;
}
.theme-dark .toast.toast-secondary .toast-body,
.theme-dark .toast.toast-secondary .btn-close {
    color: #fff;
}
.theme-dark .cs-popover {
    color: #fff !important;
    background-color: #353338;
    border-color: #504d54;
}
.theme-dark .cs-tooltip-inner {
    color: #fff;
    background-color: #504d54;
}
.theme-dark .cs-tooltip-arrow {
    color: #504d54;
}
.theme-dark .nav-tabs .nav-link {
    color: #fff;
    border-color: #504d54;
    background: rgba(0, 0, 0, 0);
}
.theme-dark .nav-tabs .nav-link:hover,
.theme-dark .nav-tabs .nav-link:focus {
    border-color: #ff0076;
}
.theme-dark .nav-tabs .nav-link.active,
.theme-dark .nav-tabs .nav-item.show .nav-link {
    color: #ff0076;
    border-color: #ff0076;
}
.theme-dark .nav-tabs .nav-link.active [class*="icon-"],
.theme-dark .nav-tabs .nav-item.show .nav-link [class*="icon-"] {
    color: #ff0076;
}
.theme-dark .nav-tabs .nav-link.active .nav-tab-badge,
.theme-dark .nav-tabs .nav-item.show .nav-link .nav-tab-badge {
    color: #fff;
    background-color: #ff0076;
}
.theme-dark .nav-tabs .nav-tab-badge {
    color: #504d54;
    background-color: #85828a;
}
.theme-dark .wallet-card-content .wallet-amount .crypto-name {
    color: #000;
}
.theme-dark .border-dark,
.theme-dark .wallet-card-content .icon-line-down.text-secondary {
    border-color: #fff !important;
}
.theme-dark .table tbody tr td,
.theme-dark .notification-list .notification-item,
.theme-dark .notification-list .notification-item-icon i,
.theme-dark .modal-inner .modal-title,
.theme-dark .modal-inner .modal-inner-content h2,
.theme-dark .modal-inner .modal-inner-content .h2,
.theme-dark .modal-inner .modal-close,
.theme-dark .flag-list .flag-item,
.theme-dark .dropdown-menu {
    color: #fff;
}
.theme-dark .wallet-card-content .wallet-amount,
.theme-dark .modal-inner {
    background: #353338;
    border-color: #504d54;
}
.theme-dark .side-nav-accordion-wrapper > .nav > li:after {
    border-color: #353338 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.theme-dark .side-nav-accordion-wrapper > .nav > li::before {
    border-color: #504d54 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.theme-dark .side-nav-accordion-wrapper > .nav > li.sub-nav-active:after {
    border-color: #353338 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.theme-dark .side-nav-accordion-wrapper > .nav > li.sub-nav-active::before {
    border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.theme-dark .side-nav-accordion-wrapper > .nav > li a:hover {
    color: #fff;
}
.theme-dark .side-nav-accordion-wrapper > .nav > li > ul.sub-nav > li > a {
    color: #b6b3ba;
}
.theme-dark
    .side-nav-accordion-wrapper
    > .nav
    > li
    > ul.sub-nav
    > li
    > a.active,
.theme-dark
    .side-nav-accordion-wrapper
    > .nav
    > li
    > ul.sub-nav
    > li
    > a:hover {
    color: #fff;
}
.theme-dark .card {
    background: var(--bs-body-bg) !important;
    border-color: var(--bs-gray--4);
}
.theme-light .filter-invert-1 {
    -webkit-filter: invert(1);
    filter: invert(1);
}
.theme-light .text-white {
    color: #000 !important;
}
.align-baseline {
    vertical-align: baseline !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.float-start {
    float: left !important;
}
.float-end {
    float: right !important;
}
.float-none {
    float: none !important;
}
.opacity-0 {
    opacity: 0 !important;
}
.opacity-10 {
    opacity: 0.1 !important;
}
.opacity-20 {
    opacity: 0.2 !important;
}
.opacity-25 {
    opacity: 0.25 !important;
}
.opacity-40 {
    opacity: 0.4 !important;
}
.opacity-30 {
    opacity: 0.3 !important;
}
.opacity-50 {
    opacity: 0.5 !important;
}
.opacity-70 {
    opacity: 0.7 !important;
}
.opacity-75 {
    opacity: 0.75 !important;
}
.opacity-100 {
    opacity: 1 !important;
}
.overflow-auto {
    overflow: auto !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.overflow-visible {
    overflow: visible !important;
}
.overflow-scroll {
    overflow: scroll !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-grid {
    display: grid !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
.d-none {
    display: none !important;
}
.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: sticky !important;
}
.top-0 {
    top: 0 !important;
}
.top-2 {
    top: 2px !important;
}
.top-3 {
    top: 3px !important;
}
.top-4 {
    top: 4px !important;
}
.top-5 {
    top: 5px !important;
}
.top-6 {
    top: 6px !important;
}
.top-7 {
    top: 7px !important;
}
.top-8 {
    top: 8px !important;
}
.top-9 {
    top: 9px !important;
}
.top-10 {
    top: 10px !important;
}
.top-11 {
    top: 11px !important;
}
.top-12 {
    top: 12px !important;
}
.top-13 {
    top: 13px !important;
}
.top-14 {
    top: 14px !important;
}
.top-15 {
    top: 15px !important;
}
.top-16 {
    top: 16px !important;
}
.top-50 {
    top: 50% !important;
}
.top-100 {
    top: 100% !important;
}
.bottom-0 {
    bottom: 0 !important;
}
.bottom-2 {
    bottom: 2px !important;
}
.bottom-3 {
    bottom: 3px !important;
}
.bottom-4 {
    bottom: 4px !important;
}
.bottom-5 {
    bottom: 5px !important;
}
.bottom-6 {
    bottom: 6px !important;
}
.bottom-7 {
    bottom: 7px !important;
}
.bottom-8 {
    bottom: 8px !important;
}
.bottom-9 {
    bottom: 9px !important;
}
.bottom-10 {
    bottom: 10px !important;
}
.bottom-11 {
    bottom: 11px !important;
}
.bottom-12 {
    bottom: 12px !important;
}
.bottom-13 {
    bottom: 13px !important;
}
.bottom-14 {
    bottom: 14px !important;
}
.bottom-15 {
    bottom: 15px !important;
}
.bottom-16 {
    bottom: 16px !important;
}
.bottom-50 {
    bottom: 50% !important;
}
.bottom-100 {
    bottom: 100% !important;
}
.start-0 {
    left: 0 !important;
}
.start-2 {
    left: 2px !important;
}
.start-3 {
    left: 3px !important;
}
.start-4 {
    left: 4px !important;
}
.start-5 {
    left: 5px !important;
}
.start-6 {
    left: 6px !important;
}
.start-7 {
    left: 7px !important;
}
.start-8 {
    left: 8px !important;
}
.start-9 {
    left: 9px !important;
}
.start-10 {
    left: 10px !important;
}
.start-11 {
    left: 11px !important;
}
.start-12 {
    left: 12px !important;
}
.start-13 {
    left: 13px !important;
}
.start-14 {
    left: 14px !important;
}
.start-15 {
    left: 15px !important;
}
.start-16 {
    left: 16px !important;
}
.start-50 {
    left: 50% !important;
}
.start-100 {
    left: 100% !important;
}
.end-0 {
    right: 0 !important;
}
.end-2 {
    right: 2px !important;
}
.end-3 {
    right: 3px !important;
}
.end-4 {
    right: 4px !important;
}
.end-5 {
    right: 5px !important;
}
.end-6 {
    right: 6px !important;
}
.end-7 {
    right: 7px !important;
}
.end-8 {
    right: 8px !important;
}
.end-9 {
    right: 9px !important;
}
.end-10 {
    right: 10px !important;
}
.end-11 {
    right: 11px !important;
}
.end-12 {
    right: 12px !important;
}
.end-13 {
    right: 13px !important;
}
.end-14 {
    right: 14px !important;
}
.end-15 {
    right: 15px !important;
}
.end-16 {
    right: 16px !important;
}
.end-50 {
    right: 50% !important;
}
.end-100 {
    right: 100% !important;
}
.translate-middle {
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
}
.translate-middle-y {
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
}
.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-0 {
    border: 0 !important;
}
.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style)
        var(--bs-border-color) !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style)
        var(--bs-border-color) !important;
}
.border-end-0 {
    border-right: 0 !important;
}
.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style)
        var(--bs-border-color) !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-start {
    border-left: var(--bs-border-width) var(--bs-border-style)
        var(--bs-border-color) !important;
}
.border-start-0 {
    border-left: 0 !important;
}
.border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(
        var(--bs-primary-rgb),
        var(--bs-border-opacity)
    ) !important;
}
.border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(
        var(--bs-secondary-rgb),
        var(--bs-border-opacity)
    ) !important;
}
.border-success {
    --bs-border-opacity: 1;
    border-color: rgba(
        var(--bs-success-rgb),
        var(--bs-border-opacity)
    ) !important;
}
.border-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.border-warning {
    --bs-border-opacity: 1;
    border-color: rgba(
        var(--bs-warning-rgb),
        var(--bs-border-opacity)
    ) !important;
}
.border-danger {
    --bs-border-opacity: 1;
    border-color: rgba(
        var(--bs-danger-rgb),
        var(--bs-border-opacity)
    ) !important;
}
.border-light {
    --bs-border-opacity: 1;
    border-color: rgba(
        var(--bs-light-rgb),
        var(--bs-border-opacity)
    ) !important;
}
.border-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.border-white {
    --bs-border-opacity: 1;
    border-color: rgba(
        var(--bs-white-rgb),
        var(--bs-border-opacity)
    ) !important;
}
.border-gray--9 {
    --bs-border-opacity: 1;
    border-color: #f3f2f4 !important;
}
.border-gray--8 {
    --bs-border-opacity: 1;
    border-color: #e6e5e8 !important;
}
.border-gray--7 {
    --bs-border-opacity: 1;
    border-color: #dad9dd !important;
}
.border-gray--6 {
    --bs-border-opacity: 1;
    border-color: #ceccd1 !important;
}
.border-gray--5 {
    --bs-border-opacity: 1;
    border-color: #c2c0c6 !important;
}
.border-gray--4 {
    --bs-border-opacity: 1;
    border-color: #b6b3ba !important;
}
.border-gray--3 {
    --bs-border-opacity: 1;
    border-color: #a9a7ae !important;
}
.border-gray--2 {
    --bs-border-opacity: 1;
    border-color: #9d9aa2 !important;
}
.border-gray--1 {
    --bs-border-opacity: 1;
    border-color: #918e96 !important;
}
.border-gray {
    --bs-border-opacity: 1;
    border-color: #85828a !important;
}
.border-gray-1 {
    --bs-border-opacity: 1;
    border-color: #78757d !important;
}
.border-gray-2 {
    --bs-border-opacity: 1;
    border-color: #6a676f !important;
}
.border-gray-3 {
    --bs-border-opacity: 1;
    border-color: #5d5a61 !important;
}
.border-gray-4 {
    --bs-border-opacity: 1;
    border-color: #504d54 !important;
}
.border-gray-5 {
    --bs-border-opacity: 1;
    border-color: #424046 !important;
}
.border-gray-6 {
    --bs-border-opacity: 1;
    border-color: #353338 !important;
}
.border-gray-7 {
    --bs-border-opacity: 1;
    border-color: #28262a !important;
}
.border-gray-8 {
    --bs-border-opacity: 1;
    border-color: #1a191c !important;
}
.border-gray-9 {
    --bs-border-opacity: 1;
    border-color: #0d0d0e !important;
}
.border-black {
    --bs-border-opacity: 1;
    border-color: #000 !important;
}
.border-primary--7 {
    --bs-border-opacity: 1;
    border-color: #fff2f8 !important;
}
.border-primary--6 {
    --bs-border-opacity: 1;
    border-color: #ffd0e4 !important;
}
.border-primary--5 {
    --bs-border-opacity: 1;
    border-color: #ffadd1 !important;
}
.border-primary--4 {
    --bs-border-opacity: 1;
    border-color: #ff8abe !important;
}
.border-primary--3 {
    --bs-border-opacity: 1;
    border-color: #ff68ab !important;
}
.border-primary--2 {
    --bs-border-opacity: 1;
    border-color: #ff4599 !important;
}
.border-primary--1 {
    --bs-border-opacity: 1;
    border-color: #ff2387 !important;
}
.border-primary-1 {
    --bs-border-opacity: 1;
    border-color: #e20067 !important;
}
.border-primary-2 {
    --bs-border-opacity: 1;
    border-color: #c50059 !important;
}
.border-primary-3 {
    --bs-border-opacity: 1;
    border-color: #a8004b !important;
}
.border-primary-4 {
    --bs-border-opacity: 1;
    border-color: #8a003d !important;
}
.border-primary-5 {
    --bs-border-opacity: 1;
    border-color: #6d0030 !important;
}
.border-primary-6 {
    --bs-border-opacity: 1;
    border-color: #500023 !important;
}
.border-primary-7 {
    --bs-border-opacity: 1;
    border-color: #330016 !important;
}
.border-secondary--7 {
    --bs-border-opacity: 1;
    border-color: #f7f2ff !important;
}
.border-secondary--6 {
    --bs-border-opacity: 1;
    border-color: #e0d0ff !important;
}
.border-secondary--5 {
    --bs-border-opacity: 1;
    border-color: #caadff !important;
}
.border-secondary--4 {
    --bs-border-opacity: 1;
    border-color: #b68aff !important;
}
.border-secondary--3 {
    --bs-border-opacity: 1;
    border-color: #a268ff !important;
}
.border-secondary--2 {
    --bs-border-opacity: 1;
    border-color: #8f45ff !important;
}
.border-secondary--1 {
    --bs-border-opacity: 1;
    border-color: #7c23ff !important;
}
.border-secondary-1 {
    --bs-border-opacity: 1;
    border-color: #5c00e2 !important;
}
.border-secondary-2 {
    --bs-border-opacity: 1;
    border-color: #4e00c5 !important;
}
.border-secondary-3 {
    --bs-border-opacity: 1;
    border-color: #4000a8 !important;
}
.border-secondary-4 {
    --bs-border-opacity: 1;
    border-color: #33008a !important;
}
.border-secondary-5 {
    --bs-border-opacity: 1;
    border-color: #27006d !important;
}
.border-secondary-6 {
    --bs-border-opacity: 1;
    border-color: #1c0050 !important;
}
.border-secondary-7 {
    --bs-border-opacity: 1;
    border-color: #103 !important;
}
.border-success--7 {
    --bs-border-opacity: 1;
    border-color: #ccffe6 !important;
}
.border-success--6 {
    --bs-border-opacity: 1;
    border-color: #afffd7 !important;
}
.border-success--5 {
    --bs-border-opacity: 1;
    border-color: #92ffc9 !important;
}
.border-success--4 {
    --bs-border-opacity: 1;
    border-color: #75ffba !important;
}
.border-success--3 {
    --bs-border-opacity: 1;
    border-color: #57fcab !important;
}
.border-success--2 {
    --bs-border-opacity: 1;
    border-color: #40f29c !important;
}
.border-success--1 {
    --bs-border-opacity: 1;
    border-color: #2fe48d !important;
}
.border-success-1 {
    --bs-border-opacity: 1;
    border-color: #12ca72 !important;
}
.border-success-2 {
    --bs-border-opacity: 1;
    border-color: #06be66 !important;
}
.border-success-3 {
    --bs-border-opacity: 1;
    border-color: #00af59 !important;
}
.border-success-4 {
    --bs-border-opacity: 1;
    border-color: #00994d !important;
}
.border-success-5 {
    --bs-border-opacity: 1;
    border-color: #008040 !important;
}
.border-success-6 {
    --bs-border-opacity: 1;
    border-color: #006634 !important;
}
.border-success-7 {
    --bs-border-opacity: 1;
    border-color: #004d27 !important;
}
.border-warning--7 {
    --bs-border-opacity: 1;
    border-color: #ffc !important;
}
.border-warning--6 {
    --bs-border-opacity: 1;
    border-color: #ffffaf !important;
}
.border-warning--5 {
    --bs-border-opacity: 1;
    border-color: #ffff92 !important;
}
.border-warning--4 {
    --bs-border-opacity: 1;
    border-color: #ffff75 !important;
}
.border-warning--3 {
    --bs-border-opacity: 1;
    border-color: #fff860 !important;
}
.border-warning--2 {
    --bs-border-opacity: 1;
    border-color: #fff04f !important;
}
.border-warning--1 {
    --bs-border-opacity: 1;
    border-color: #ffe642 !important;
}
.border-warning-1 {
    --bs-border-opacity: 1;
    border-color: #e6cc25 !important;
}
.border-warning-2 {
    --bs-border-opacity: 1;
    border-color: #ccbd16 !important;
}
.border-warning-3 {
    --bs-border-opacity: 1;
    border-color: #b3ab09 !important;
}
.border-warning-4 {
    --bs-border-opacity: 1;
    border-color: #990 !important;
}
.border-warning-5 {
    --bs-border-opacity: 1;
    border-color: olive !important;
}
.border-warning-6 {
    --bs-border-opacity: 1;
    border-color: #660 !important;
}
.border-warning-7 {
    --bs-border-opacity: 1;
    border-color: #4d4d00 !important;
}
.border-danger--7 {
    --bs-border-opacity: 1;
    border-color: #fcc !important;
}
.border-danger--6 {
    --bs-border-opacity: 1;
    border-color: #ffafb0 !important;
}
.border-danger--5 {
    --bs-border-opacity: 1;
    border-color: #ff9298 !important;
}
.border-danger--4 {
    --bs-border-opacity: 1;
    border-color: #ff7581 !important;
}
.border-danger--3 {
    --bs-border-opacity: 1;
    border-color: #ff576d !important;
}
.border-danger--2 {
    --bs-border-opacity: 1;
    border-color: #ff3a5b !important;
}
.border-danger--1 {
    --bs-border-opacity: 1;
    border-color: #fc254c !important;
}
.border-danger-1 {
    --bs-border-opacity: 1;
    border-color: #e2082f !important;
}
.border-danger-2 {
    --bs-border-opacity: 1;
    border-color: #c02 !important;
}
.border-danger-3 {
    --bs-border-opacity: 1;
    border-color: #b30017 !important;
}
.border-danger-4 {
    --bs-border-opacity: 1;
    border-color: #99000e !important;
}
.border-danger-5 {
    --bs-border-opacity: 1;
    border-color: #800007 !important;
}
.border-danger-6 {
    --bs-border-opacity: 1;
    border-color: #660002 !important;
}
.border-danger-7 {
    --bs-border-opacity: 1;
    border-color: #4d0000 !important;
}
.border-1 {
    --bs-border-width: 1px;
}
.border-2 {
    --bs-border-width: 2px;
}
.border-3 {
    --bs-border-width: 3px;
}
.border-4 {
    --bs-border-width: 4px;
}
.border-5 {
    --bs-border-width: 5px;
}
.border-opacity-10 {
    --bs-border-opacity: 0.1;
}
.border-opacity-25 {
    --bs-border-opacity: 0.25;
}
.border-opacity-50 {
    --bs-border-opacity: 0.5;
}
.border-opacity-75 {
    --bs-border-opacity: 0.75;
}
.border-opacity-100 {
    --bs-border-opacity: 1;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.vw-100 {
    width: 100vw !important;
}
.min-vw-100 {
    min-width: 100vw !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-1 {
    height: 1px !important;
}
.h-auto {
    height: auto !important;
}
.mh-100 {
    max-height: 100% !important;
}
.vh-100 {
    height: 100vh !important;
}
.min-vh-100 {
    min-height: 100vh !important;
}
.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}
.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.justify-content-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
}
.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}
.order-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
}
.order-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
}
.order-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
}
.order-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
}
.order-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
}
.order-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
}
.order-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
}
.order-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
}
.m-0 {
    margin: 0 !important;
}
.m-1 {
    margin: 0.125rem !important;
}
.m-2 {
    margin: 0.25rem !important;
}
.m-3 {
    margin: 0.5rem !important;
}
.m-4 {
    margin: 0.75rem !important;
}
.m-5 {
    margin: 1rem !important;
}
.m-6 {
    margin: 1.25rem !important;
}
.m-7 {
    margin: 1.5rem !important;
}
.m-8 {
    margin: 1.75rem !important;
}
.m-9 {
    margin: 2rem !important;
}
.m-10 {
    margin: 2.25rem !important;
}
.m-11 {
    margin: 2.5rem !important;
}
.m-12 {
    margin: 3rem !important;
}
.m-14 {
    margin: 3.5rem !important;
}
.m-16 {
    margin: 4rem !important;
}
.m-20 {
    margin: 5rem !important;
}
.m-auto {
    margin: auto !important;
}
.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.mx-1 {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important;
}
.mx-2 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}
.mx-3 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}
.mx-4 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
}
.mx-5 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}
.mx-6 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
}
.mx-7 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}
.mx-8 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
}
.mx-9 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
}
.mx-10 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
}
.mx-11 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
}
.mx-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}
.mx-14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
}
.mx-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
}
.mx-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.my-1 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
}
.my-2 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}
.my-3 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
.my-4 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
}
.my-5 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.my-6 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
}
.my-7 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.my-8 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
}
.my-9 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}
.my-10 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
}
.my-11 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
}
.my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
}
.my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}
.my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}
.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 0.125rem !important;
}
.mt-2 {
    margin-top: 0.25rem !important;
}
.mt-3 {
    margin-top: 0.5rem !important;
}
.mt-4 {
    margin-top: 0.75rem !important;
}
.mt-5 {
    margin-top: 1rem !important;
}
.mt-6 {
    margin-top: 1.25rem !important;
}
.mt-7 {
    margin-top: 1.5rem !important;
}
.mt-8 {
    margin-top: 1.75rem !important;
}
.mt-9 {
    margin-top: 2rem !important;
}
.mt-10 {
    margin-top: 2.25rem !important;
}
.mt-11 {
    margin-top: 2.5rem !important;
}
.mt-12 {
    margin-top: 3rem !important;
}
.mt-14 {
    margin-top: 3.5rem !important;
}
.mt-16 {
    margin-top: 4rem !important;
}
.mt-20 {
    margin-top: 5rem !important;
}
.mt-auto {
    margin-top: auto !important;
}
.me-0 {
    margin-right: 0 !important;
}
.me-1 {
    margin-right: 0.125rem !important;
}
.me-2 {
    margin-right: 0.25rem !important;
}
.me-3 {
    margin-right: 0.5rem !important;
}
.me-4 {
    margin-right: 0.75rem !important;
}
.me-5 {
    margin-right: 1rem !important;
}
.me-6 {
    margin-right: 1.25rem !important;
}
.me-7 {
    margin-right: 1.5rem !important;
}
.me-8 {
    margin-right: 1.75rem !important;
}
.me-9 {
    margin-right: 2rem !important;
}
.me-10 {
    margin-right: 2.25rem !important;
}
.me-11 {
    margin-right: 2.5rem !important;
}
.me-12 {
    margin-right: 3rem !important;
}
.me-14 {
    margin-right: 3.5rem !important;
}
.me-16 {
    margin-right: 4rem !important;
}
.me-20 {
    margin-right: 5rem !important;
}
.me-auto {
    margin-right: auto !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 0.125rem !important;
}
.mb-2 {
    margin-bottom: 0.25rem !important;
}
.mb-3 {
    margin-bottom: 0.5rem !important;
}
.mb-4 {
    margin-bottom: 0.75rem !important;
}
.mb-5 {
    margin-bottom: 1rem !important;
}
.mb-6 {
    margin-bottom: 1.25rem !important;
}
.mb-7 {
    margin-bottom: 1.5rem !important;
}
.mb-8 {
    margin-bottom: 1.75rem !important;
}
.mb-9 {
    margin-bottom: 2rem !important;
}
.mb-10 {
    margin-bottom: 2.25rem !important;
}
.mb-11 {
    margin-bottom: 2.5rem !important;
}
.mb-12 {
    margin-bottom: 3rem !important;
}
.mb-14 {
    margin-bottom: 3.5rem !important;
}
.mb-16 {
    margin-bottom: 4rem !important;
}
.mb-20 {
    margin-bottom: 5rem !important;
}
.mb-auto {
    margin-bottom: auto !important;
}
.ms-0 {
    margin-left: 0 !important;
}
.ms-1 {
    margin-left: 0.125rem !important;
}
.ms-2 {
    margin-left: 0.25rem !important;
}
.ms-3 {
    margin-left: 0.5rem !important;
}
.ms-4 {
    margin-left: 0.75rem !important;
}
.ms-5 {
    margin-left: 1rem !important;
}
.ms-6 {
    margin-left: 1.25rem !important;
}
.ms-7 {
    margin-left: 1.5rem !important;
}
.ms-8 {
    margin-left: 1.75rem !important;
}
.ms-9 {
    margin-left: 2rem !important;
}
.ms-10 {
    margin-left: 2.25rem !important;
}
.ms-11 {
    margin-left: 2.5rem !important;
}
.ms-12 {
    margin-left: 3rem !important;
}
.ms-14 {
    margin-left: 3.5rem !important;
}
.ms-16 {
    margin-left: 4rem !important;
}
.ms-20 {
    margin-left: 5rem !important;
}
.ms-auto {
    margin-left: auto !important;
}
.m-n1 {
    margin: -0.125rem !important;
}
.m-n2 {
    margin: -0.25rem !important;
}
.m-n3 {
    margin: -0.5rem !important;
}
.m-n4 {
    margin: -0.75rem !important;
}
.m-n5 {
    margin: -1rem !important;
}
.m-n6 {
    margin: -1.25rem !important;
}
.m-n7 {
    margin: -1.5rem !important;
}
.m-n8 {
    margin: -1.75rem !important;
}
.m-n9 {
    margin: -2rem !important;
}
.m-n10 {
    margin: -2.25rem !important;
}
.m-n11 {
    margin: -2.5rem !important;
}
.m-n12 {
    margin: -3rem !important;
}
.m-n14 {
    margin: -3.5rem !important;
}
.m-n16 {
    margin: -4rem !important;
}
.m-n20 {
    margin: -5rem !important;
}
.mx-n1 {
    margin-right: -0.125rem !important;
    margin-left: -0.125rem !important;
}
.mx-n2 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
}
.mx-n3 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
}
.mx-n4 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
}
.mx-n5 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
}
.mx-n6 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
}
.mx-n7 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
}
.mx-n8 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
}
.mx-n9 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
}
.mx-n10 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
}
.mx-n11 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
}
.mx-n12 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
}
.mx-n14 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
}
.mx-n16 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
}
.mx-n20 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
}
.my-n1 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
}
.my-n2 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
}
.my-n3 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
}
.my-n4 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
}
.my-n5 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
}
.my-n6 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
}
.my-n7 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
}
.my-n8 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
}
.my-n9 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
}
.my-n10 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
}
.my-n11 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
}
.my-n12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
}
.my-n14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
}
.my-n16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
}
.my-n20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
}
.mt-n1 {
    margin-top: -0.125rem !important;
}
.mt-n2 {
    margin-top: -0.25rem !important;
}
.mt-n3 {
    margin-top: -0.5rem !important;
}
.mt-n4 {
    margin-top: -0.75rem !important;
}
.mt-n5 {
    margin-top: -1rem !important;
}
.mt-n6 {
    margin-top: -1.25rem !important;
}
.mt-n7 {
    margin-top: -1.5rem !important;
}
.mt-n8 {
    margin-top: -1.75rem !important;
}
.mt-n9 {
    margin-top: -2rem !important;
}
.mt-n10 {
    margin-top: -2.25rem !important;
}
.mt-n11 {
    margin-top: -2.5rem !important;
}
.mt-n12 {
    margin-top: -3rem !important;
}
.mt-n14 {
    margin-top: -3.5rem !important;
}
.mt-n16 {
    margin-top: -4rem !important;
}
.mt-n20 {
    margin-top: -5rem !important;
}
.me-n1 {
    margin-right: -0.125rem !important;
}
.me-n2 {
    margin-right: -0.25rem !important;
}
.me-n3 {
    margin-right: -0.5rem !important;
}
.me-n4 {
    margin-right: -0.75rem !important;
}
.me-n5 {
    margin-right: -1rem !important;
}
.me-n6 {
    margin-right: -1.25rem !important;
}
.me-n7 {
    margin-right: -1.5rem !important;
}
.me-n8 {
    margin-right: -1.75rem !important;
}
.me-n9 {
    margin-right: -2rem !important;
}
.me-n10 {
    margin-right: -2.25rem !important;
}
.me-n11 {
    margin-right: -2.5rem !important;
}
.me-n12 {
    margin-right: -3rem !important;
}
.me-n14 {
    margin-right: -3.5rem !important;
}
.me-n16 {
    margin-right: -4rem !important;
}
.me-n20 {
    margin-right: -5rem !important;
}
.mb-n1 {
    margin-bottom: -0.125rem !important;
}
.mb-n2 {
    margin-bottom: -0.25rem !important;
}
.mb-n3 {
    margin-bottom: -0.5rem !important;
}
.mb-n4 {
    margin-bottom: -0.75rem !important;
}
.mb-n5 {
    margin-bottom: -1rem !important;
}
.mb-n6 {
    margin-bottom: -1.25rem !important;
}
.mb-n7 {
    margin-bottom: -1.5rem !important;
}
.mb-n8 {
    margin-bottom: -1.75rem !important;
}
.mb-n9 {
    margin-bottom: -2rem !important;
}
.mb-n10 {
    margin-bottom: -2.25rem !important;
}
.mb-n11 {
    margin-bottom: -2.5rem !important;
}
.mb-n12 {
    margin-bottom: -3rem !important;
}
.mb-n14 {
    margin-bottom: -3.5rem !important;
}
.mb-n16 {
    margin-bottom: -4rem !important;
}
.mb-n20 {
    margin-bottom: -5rem !important;
}
.ms-n1 {
    margin-left: -0.125rem !important;
}
.ms-n2 {
    margin-left: -0.25rem !important;
}
.ms-n3 {
    margin-left: -0.5rem !important;
}
.ms-n4 {
    margin-left: -0.75rem !important;
}
.ms-n5 {
    margin-left: -1rem !important;
}
.ms-n6 {
    margin-left: -1.25rem !important;
}
.ms-n7 {
    margin-left: -1.5rem !important;
}
.ms-n8 {
    margin-left: -1.75rem !important;
}
.ms-n9 {
    margin-left: -2rem !important;
}
.ms-n10 {
    margin-left: -2.25rem !important;
}
.ms-n11 {
    margin-left: -2.5rem !important;
}
.ms-n12 {
    margin-left: -3rem !important;
}
.ms-n14 {
    margin-left: -3.5rem !important;
}
.ms-n16 {
    margin-left: -4rem !important;
}
.ms-n20 {
    margin-left: -5rem !important;
}
.p-0 {
    padding: 0 !important;
}
.p-1 {
    padding: 0.125rem !important;
}
.p-2 {
    padding: 0.25rem !important;
}
.p-3 {
    padding: 0.5rem !important;
}
.p-4 {
    padding: 0.75rem !important;
}
.p-5 {
    padding: 1rem !important;
}
.p-6 {
    padding: 1.25rem !important;
}
.p-7 {
    padding: 1.5rem !important;
}
.p-8 {
    padding: 1.75rem !important;
}
.p-9 {
    padding: 2rem !important;
}
.p-10 {
    padding: 2.25rem !important;
}
.p-11 {
    padding: 2.5rem !important;
}
.p-12 {
    padding: 3rem !important;
}
.p-14 {
    padding: 3.5rem !important;
}
.p-16 {
    padding: 4rem !important;
}
.p-20 {
    padding: 5rem !important;
}
.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.px-1 {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important;
}
.px-2 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}
.px-3 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}
.px-4 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
}
.px-5 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.px-6 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
}
.px-7 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}
.px-8 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
}
.px-9 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}
.px-10 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
}
.px-11 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
}
.px-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}
.px-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
}
.px-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
}
.px-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
}
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.py-1 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
}
.py-2 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}
.py-3 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.py-4 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}
.py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.py-6 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
}
.py-7 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.py-8 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
}
.py-9 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.py-10 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
}
.py-11 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}
.py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
}
.py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}
.py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-1 {
    padding-top: 0.125rem !important;
}
.pt-2 {
    padding-top: 0.25rem !important;
}
.pt-3 {
    padding-top: 0.5rem !important;
}
.pt-4 {
    padding-top: 0.75rem !important;
}
.pt-5 {
    padding-top: 1rem !important;
}
.pt-6 {
    padding-top: 1.25rem !important;
}
.pt-7 {
    padding-top: 1.5rem !important;
}
.pt-8 {
    padding-top: 1.75rem !important;
}
.pt-9 {
    padding-top: 2rem !important;
}
.pt-10 {
    padding-top: 2.25rem !important;
}
.pt-11 {
    padding-top: 2.5rem !important;
}
.pt-12 {
    padding-top: 3rem !important;
}
.pt-14 {
    padding-top: 3.5rem !important;
}
.pt-16 {
    padding-top: 4rem !important;
}
.pt-20 {
    padding-top: 5rem !important;
}
.pe-0 {
    padding-right: 0 !important;
}
.pe-1 {
    padding-right: 0.125rem !important;
}
.pe-2 {
    padding-right: 0.25rem !important;
}
.pe-3 {
    padding-right: 0.5rem !important;
}
.pe-4 {
    padding-right: 0.75rem !important;
}
.pe-5 {
    padding-right: 1rem !important;
}
.pe-6 {
    padding-right: 1.25rem !important;
}
.pe-7 {
    padding-right: 1.5rem !important;
}
.pe-8 {
    padding-right: 1.75rem !important;
}
.pe-9 {
    padding-right: 2rem !important;
}
.pe-10 {
    padding-right: 2.25rem !important;
}
.pe-11 {
    padding-right: 2.5rem !important;
}
.pe-12 {
    padding-right: 3rem !important;
}
.pe-14 {
    padding-right: 3.5rem !important;
}
.pe-16 {
    padding-right: 4rem !important;
}
.pe-20 {
    padding-right: 5rem !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-1 {
    padding-bottom: 0.125rem !important;
}
.pb-2 {
    padding-bottom: 0.25rem !important;
}
.pb-3 {
    padding-bottom: 0.5rem !important;
}
.pb-4 {
    padding-bottom: 0.75rem !important;
}
.pb-5 {
    padding-bottom: 1rem !important;
}
.pb-6 {
    padding-bottom: 1.25rem !important;
}
.pb-7 {
    padding-bottom: 1.5rem !important;
}
.pb-8 {
    padding-bottom: 1.75rem !important;
}
.pb-9 {
    padding-bottom: 2rem !important;
}
.pb-10 {
    padding-bottom: 2.25rem !important;
}
.pb-11 {
    padding-bottom: 2.5rem !important;
}
.pb-12 {
    padding-bottom: 3rem !important;
}
.pb-14 {
    padding-bottom: 3.5rem !important;
}
.pb-16 {
    padding-bottom: 4rem !important;
}
.pb-20 {
    padding-bottom: 5rem !important;
}
.ps-0 {
    padding-left: 0 !important;
}
.ps-1 {
    padding-left: 0.125rem !important;
}
.ps-2 {
    padding-left: 0.25rem !important;
}
.ps-3 {
    padding-left: 0.5rem !important;
}
.ps-4 {
    padding-left: 0.75rem !important;
}
.ps-5 {
    padding-left: 1rem !important;
}
.ps-6 {
    padding-left: 1.25rem !important;
}
.ps-7 {
    padding-left: 1.5rem !important;
}
.ps-8 {
    padding-left: 1.75rem !important;
}
.ps-9 {
    padding-left: 2rem !important;
}
.ps-10 {
    padding-left: 2.25rem !important;
}
.ps-11 {
    padding-left: 2.5rem !important;
}
.ps-12 {
    padding-left: 3rem !important;
}
.ps-14 {
    padding-left: 3.5rem !important;
}
.ps-16 {
    padding-left: 4rem !important;
}
.ps-20 {
    padding-left: 5rem !important;
}
.gap-0 {
    gap: 0 !important;
}
.gap-1 {
    gap: 0.125rem !important;
}
.gap-2 {
    gap: 0.25rem !important;
}
.gap-3 {
    gap: 0.5rem !important;
}
.gap-4 {
    gap: 0.75rem !important;
}
.gap-5 {
    gap: 1rem !important;
}
.gap-6 {
    gap: 1.25rem !important;
}
.gap-7 {
    gap: 1.5rem !important;
}
.gap-8 {
    gap: 1.75rem !important;
}
.gap-9 {
    gap: 2rem !important;
}
.gap-10 {
    gap: 2.25rem !important;
}
.gap-11 {
    gap: 2.5rem !important;
}
.gap-12 {
    gap: 3rem !important;
}
.gap-14 {
    gap: 3.5rem !important;
}
.gap-16 {
    gap: 4rem !important;
}
.gap-20 {
    gap: 5rem !important;
}
.font-monospace {
    font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
    font-size: calc(1.575rem + 3.9vw) !important;
}
.fs-2 {
    font-size: calc(1.525rem + 3.3vw) !important;
}
.fs-3 {
    font-size: calc(1.475rem + 2.7vw) !important;
}
.fs-4 {
    font-size: calc(1.425rem + 2.1vw) !important;
}
.fs-5 {
    font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-6 {
    font-size: calc(1.325rem + 0.9vw) !important;
}
.fst-italic {
    font-style: italic !important;
}
.fst-normal {
    font-style: normal !important;
}
.fw-light {
    font-weight: 300 !important;
}
.fw-lighter {
    font-weight: lighter !important;
}
.fw-normal {
    font-weight: 400 !important;
}
.fw-medium {
    font-weight: 500 !important;
}
.fw-bold {
    font-weight: 700 !important;
}
.fw-semibold {
    font-weight: 600 !important;
}
.fw-bolder {
    font-weight: bolder !important;
}
.lh-1 {
    line-height: 1 !important;
}
.lh-sm {
    line-height: 1.25 !important;
}
.lh-base {
    line-height: 1.4 !important;
}
.lh-lg {
    line-height: 2 !important;
}
.text-start {
    text-align: left !important;
}
.text-end {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-decoration-underline {
    text-decoration: underline !important;
}
.text-decoration-line-through {
    text-decoration: line-through !important;
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.text-wrap {
    white-space: normal !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}
.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
    --bs-text-opacity: 1;
    color: #000 !important;
}
.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
    --bs-text-opacity: 1;
    color: #000 !important;
}
.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important;
}
.text-gray--9 {
    --bs-text-opacity: 1;
    color: #f3f2f4 !important;
}
.text-gray--8 {
    --bs-text-opacity: 1;
    color: #e6e5e8 !important;
}
.text-gray--7 {
    --bs-text-opacity: 1;
    color: #dad9dd !important;
}
.text-gray--6 {
    --bs-text-opacity: 1;
    color: #ceccd1 !important;
}
.text-gray--5 {
    --bs-text-opacity: 1;
    color: #c2c0c6 !important;
}
.text-gray--4 {
    --bs-text-opacity: 1;
    color: #b6b3ba !important;
}
.text-gray--3 {
    --bs-text-opacity: 1;
    color: #a9a7ae !important;
}
.text-gray--2 {
    --bs-text-opacity: 1;
    color: #9d9aa2 !important;
}
.text-gray--1 {
    --bs-text-opacity: 1;
    color: #918e96 !important;
}
.text-gray {
    --bs-text-opacity: 1;
    color: #85828a !important;
}
.text-gray-1 {
    --bs-text-opacity: 1;
    color: #78757d !important;
}
.text-gray-2 {
    --bs-text-opacity: 1;
    color: #6a676f !important;
}
.text-gray-3 {
    --bs-text-opacity: 1;
    color: #5d5a61 !important;
}
.text-gray-4 {
    --bs-text-opacity: 1;
    color: #504d54 !important;
}
.text-gray-5 {
    --bs-text-opacity: 1;
    color: #424046 !important;
}
.text-gray-6 {
    --bs-text-opacity: 1;
    color: #353338 !important;
}
.text-gray-7 {
    --bs-text-opacity: 1;
    color: #28262a !important;
}
.text-gray-8 {
    --bs-text-opacity: 1;
    color: #1a191c !important;
}
.text-gray-9 {
    --bs-text-opacity: 1;
    color: #0d0d0e !important;
}
.text-primary--7 {
    --bs-text-opacity: 1;
    color: #fff2f8 !important;
}
.text-primary--6 {
    --bs-text-opacity: 1;
    color: #ffd0e4 !important;
}
.text-primary--5 {
    --bs-text-opacity: 1;
    color: #ffadd1 !important;
}
.text-primary--4 {
    --bs-text-opacity: 1;
    color: #ff8abe !important;
}
.text-primary--3 {
    --bs-text-opacity: 1;
    color: #ff68ab !important;
}
.text-primary--2 {
    --bs-text-opacity: 1;
    color: #ff4599 !important;
}
.text-primary--1 {
    --bs-text-opacity: 1;
    color: #ff2387 !important;
}
.text-primary-1 {
    --bs-text-opacity: 1;
    color: #e20067 !important;
}
.text-primary-2 {
    --bs-text-opacity: 1;
    color: #c50059 !important;
}
.text-primary-3 {
    --bs-text-opacity: 1;
    color: #a8004b !important;
}
.text-primary-4 {
    --bs-text-opacity: 1;
    color: #8a003d !important;
}
.text-primary-5 {
    --bs-text-opacity: 1;
    color: #6d0030 !important;
}
.text-primary-6 {
    --bs-text-opacity: 1;
    color: #500023 !important;
}
.text-primary-7 {
    --bs-text-opacity: 1;
    color: #330016 !important;
}
.text-secondary--7 {
    --bs-text-opacity: 1;
    color: #f7f2ff !important;
}
.text-secondary--6 {
    --bs-text-opacity: 1;
    color: #e0d0ff !important;
}
.text-secondary--5 {
    --bs-text-opacity: 1;
    color: #caadff !important;
}
.text-secondary--4 {
    --bs-text-opacity: 1;
    color: #b68aff !important;
}
.text-secondary--3 {
    --bs-text-opacity: 1;
    color: #a268ff !important;
}
.text-secondary--2 {
    --bs-text-opacity: 1;
    color: #8f45ff !important;
}
.text-secondary--1 {
    --bs-text-opacity: 1;
    color: #7c23ff !important;
}
.text-secondary-1 {
    --bs-text-opacity: 1;
    color: #5c00e2 !important;
}
.text-secondary-2 {
    --bs-text-opacity: 1;
    color: #4e00c5 !important;
}
.text-secondary-3 {
    --bs-text-opacity: 1;
    color: #4000a8 !important;
}
.text-secondary-4 {
    --bs-text-opacity: 1;
    color: #33008a !important;
}
.text-secondary-5 {
    --bs-text-opacity: 1;
    color: #27006d !important;
}
.text-secondary-6 {
    --bs-text-opacity: 1;
    color: #1c0050 !important;
}
.text-secondary-7 {
    --bs-text-opacity: 1;
    color: #103 !important;
}
.text-success--7 {
    --bs-text-opacity: 1;
    color: #ccffe6 !important;
}
.text-success--6 {
    --bs-text-opacity: 1;
    color: #afffd7 !important;
}
.text-success--5 {
    --bs-text-opacity: 1;
    color: #92ffc9 !important;
}
.text-success--4 {
    --bs-text-opacity: 1;
    color: #75ffba !important;
}
.text-success--3 {
    --bs-text-opacity: 1;
    color: #57fcab !important;
}
.text-success--2 {
    --bs-text-opacity: 1;
    color: #40f29c !important;
}
.text-success--1 {
    --bs-text-opacity: 1;
    color: #2fe48d !important;
}
.text-success-1 {
    --bs-text-opacity: 1;
    color: #12ca72 !important;
}
.text-success-2 {
    --bs-text-opacity: 1;
    color: #06be66 !important;
}
.text-success-3 {
    --bs-text-opacity: 1;
    color: #00af59 !important;
}
.text-success-4 {
    --bs-text-opacity: 1;
    color: #00994d !important;
}
.text-success-5 {
    --bs-text-opacity: 1;
    color: #008040 !important;
}
.text-success-6 {
    --bs-text-opacity: 1;
    color: #006634 !important;
}
.text-success-7 {
    --bs-text-opacity: 1;
    color: #004d27 !important;
}
.text-warning--7 {
    --bs-text-opacity: 1;
    color: #ffc !important;
}
.text-warning--6 {
    --bs-text-opacity: 1;
    color: #ffffaf !important;
}
.text-warning--5 {
    --bs-text-opacity: 1;
    color: #ffff92 !important;
}
.text-warning--4 {
    --bs-text-opacity: 1;
    color: #ffff75 !important;
}
.text-warning--3 {
    --bs-text-opacity: 1;
    color: #fff860 !important;
}
.text-warning--2 {
    --bs-text-opacity: 1;
    color: #fff04f !important;
}
.text-warning--1 {
    --bs-text-opacity: 1;
    color: #ffe642 !important;
}
.text-warning-1 {
    --bs-text-opacity: 1;
    color: #e6cc25 !important;
}
.text-warning-2 {
    --bs-text-opacity: 1;
    color: #ccbd16 !important;
}
.text-warning-3 {
    --bs-text-opacity: 1;
    color: #b3ab09 !important;
}
.text-warning-4 {
    --bs-text-opacity: 1;
    color: #990 !important;
}
.text-warning-5 {
    --bs-text-opacity: 1;
    color: olive !important;
}
.text-warning-6 {
    --bs-text-opacity: 1;
    color: #660 !important;
}
.text-warning-7 {
    --bs-text-opacity: 1;
    color: #4d4d00 !important;
}
.text-danger--7 {
    --bs-text-opacity: 1;
    color: #fcc !important;
}
.text-danger--6 {
    --bs-text-opacity: 1;
    color: #ffafb0 !important;
}
.text-danger--5 {
    --bs-text-opacity: 1;
    color: #ff9298 !important;
}
.text-danger--4 {
    --bs-text-opacity: 1;
    color: #ff7581 !important;
}
.text-danger--3 {
    --bs-text-opacity: 1;
    color: #ff576d !important;
}
.text-danger--2 {
    --bs-text-opacity: 1;
    color: #ff3a5b !important;
}
.text-danger--1 {
    --bs-text-opacity: 1;
    color: #fc254c !important;
}
.text-danger-1 {
    --bs-text-opacity: 1;
    color: #e2082f !important;
}
.text-danger-2 {
    --bs-text-opacity: 1;
    color: #c02 !important;
}
.text-danger-3 {
    --bs-text-opacity: 1;
    color: #b30017 !important;
}
.text-danger-4 {
    --bs-text-opacity: 1;
    color: #99000e !important;
}
.text-danger-5 {
    --bs-text-opacity: 1;
    color: #800007 !important;
}
.text-danger-6 {
    --bs-text-opacity: 1;
    color: #660002 !important;
}
.text-danger-7 {
    --bs-text-opacity: 1;
    color: #4d0000 !important;
}
.text-opacity-25 {
    --bs-text-opacity: 0.25;
}
.text-opacity-50 {
    --bs-text-opacity: 0.5;
}
.text-opacity-75 {
    --bs-text-opacity: 0.75;
}
.text-opacity-100 {
    --bs-text-opacity: 1;
}
.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(
        var(--bs-primary-rgb),
        var(--bs-bg-opacity)
    ) !important;
}
.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(
        var(--bs-secondary-rgb),
        var(--bs-bg-opacity)
    ) !important;
}
.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(
        var(--bs-success-rgb),
        var(--bs-bg-opacity)
    ) !important;
}
.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(
        var(--bs-warning-rgb),
        var(--bs-bg-opacity)
    ) !important;
}
.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(
        var(--bs-danger-rgb),
        var(--bs-bg-opacity)
    ) !important;
}
.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(
        var(--bs-light-rgb),
        var(--bs-bg-opacity)
    ) !important;
}
.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
    --bs-bg-opacity: 1;
    background-color: #000 !important;
}
.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(
        var(--bs-white-rgb),
        var(--bs-bg-opacity)
    ) !important;
}
.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(
        var(--bs-body-bg-rgb),
        var(--bs-bg-opacity)
    ) !important;
}
.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 0) !important;
}
.bg-gray--9 {
    --bs-bg-opacity: 1;
    background-color: #f3f2f4 !important;
}
.bg-gray--8 {
    --bs-bg-opacity: 1;
    background-color: #e6e5e8 !important;
}
.bg-gray--7 {
    --bs-bg-opacity: 1;
    background-color: #dad9dd !important;
}
.bg-gray--6 {
    --bs-bg-opacity: 1;
    background-color: #ceccd1 !important;
}
.bg-gray--5 {
    --bs-bg-opacity: 1;
    background-color: #c2c0c6 !important;
}
.bg-gray--4 {
    --bs-bg-opacity: 1;
    background-color: #b6b3ba !important;
}
.bg-gray--3 {
    --bs-bg-opacity: 1;
    background-color: #a9a7ae !important;
}
.bg-gray--2 {
    --bs-bg-opacity: 1;
    background-color: #9d9aa2 !important;
}
.bg-gray--1 {
    --bs-bg-opacity: 1;
    background-color: #918e96 !important;
}
.bg-gray {
    --bs-bg-opacity: 1;
    background-color: #85828a !important;
}
.bg-gray-1 {
    --bs-bg-opacity: 1;
    background-color: #78757d !important;
}
.bg-gray-2 {
    --bs-bg-opacity: 1;
    background-color: #6a676f !important;
}
.bg-gray-3 {
    --bs-bg-opacity: 1;
    background-color: #5d5a61 !important;
}
.bg-gray-4 {
    --bs-bg-opacity: 1;
    background-color: #504d54 !important;
}
.bg-gray-5 {
    --bs-bg-opacity: 1;
    background-color: #424046 !important;
}
.bg-gray-6 {
    --bs-bg-opacity: 1;
    background-color: #353338 !important;
}
.bg-gray-7 {
    --bs-bg-opacity: 1;
    background-color: #28262a !important;
}
.bg-gray-8 {
    --bs-bg-opacity: 1;
    background-color: #1a191c !important;
}
.bg-gray-9 {
    --bs-bg-opacity: 1;
    background-color: #0d0d0e !important;
}
.bg-primary--7 {
    --bs-bg-opacity: 1;
    background-color: #fff2f8 !important;
}
.bg-primary--6 {
    --bs-bg-opacity: 1;
    background-color: #ffd0e4 !important;
}
.bg-primary--5 {
    --bs-bg-opacity: 1;
    background-color: #ffadd1 !important;
}
.bg-primary--4 {
    --bs-bg-opacity: 1;
    background-color: #ff8abe !important;
}
.bg-primary--3 {
    --bs-bg-opacity: 1;
    background-color: #ff68ab !important;
}
.bg-primary--2 {
    --bs-bg-opacity: 1;
    background-color: #ff4599 !important;
}
.bg-primary--1 {
    --bs-bg-opacity: 1;
    background-color: #ff2387 !important;
}
.bg-primary-1 {
    --bs-bg-opacity: 1;
    background-color: #e20067 !important;
}
.bg-primary-2 {
    --bs-bg-opacity: 1;
    background-color: #c50059 !important;
}
.bg-primary-3 {
    --bs-bg-opacity: 1;
    background-color: #a8004b !important;
}
.bg-primary-4 {
    --bs-bg-opacity: 1;
    background-color: #8a003d !important;
}
.bg-primary-5 {
    --bs-bg-opacity: 1;
    background-color: #6d0030 !important;
}
.bg-primary-6 {
    --bs-bg-opacity: 1;
    background-color: #500023 !important;
}
.bg-primary-7 {
    --bs-bg-opacity: 1;
    background-color: #330016 !important;
}
.bg-secondary--7 {
    --bs-bg-opacity: 1;
    background-color: #f7f2ff !important;
}
.bg-secondary--6 {
    --bs-bg-opacity: 1;
    background-color: #e0d0ff !important;
}
.bg-secondary--5 {
    --bs-bg-opacity: 1;
    background-color: #caadff !important;
}
.bg-secondary--4 {
    --bs-bg-opacity: 1;
    background-color: #b68aff !important;
}
.bg-secondary--3 {
    --bs-bg-opacity: 1;
    background-color: #a268ff !important;
}
.bg-secondary--2 {
    --bs-bg-opacity: 1;
    background-color: #8f45ff !important;
}
.bg-secondary--1 {
    --bs-bg-opacity: 1;
    background-color: #7c23ff !important;
}
.bg-secondary-1 {
    --bs-bg-opacity: 1;
    background-color: #5c00e2 !important;
}
.bg-secondary-2 {
    --bs-bg-opacity: 1;
    background-color: #4e00c5 !important;
}
.bg-secondary-3 {
    --bs-bg-opacity: 1;
    background-color: #4000a8 !important;
}
.bg-secondary-4 {
    --bs-bg-opacity: 1;
    background-color: #33008a !important;
}
.bg-secondary-5 {
    --bs-bg-opacity: 1;
    background-color: #27006d !important;
}
.bg-secondary-6 {
    --bs-bg-opacity: 1;
    background-color: #1c0050 !important;
}
.bg-secondary-7 {
    --bs-bg-opacity: 1;
    background-color: #103 !important;
}
.bg-success--7 {
    --bs-bg-opacity: 1;
    background-color: #ccffe6 !important;
}
.bg-success--6 {
    --bs-bg-opacity: 1;
    background-color: #afffd7 !important;
}
.bg-success--5 {
    --bs-bg-opacity: 1;
    background-color: #92ffc9 !important;
}
.bg-success--4 {
    --bs-bg-opacity: 1;
    background-color: #75ffba !important;
}
.bg-success--3 {
    --bs-bg-opacity: 1;
    background-color: #57fcab !important;
}
.bg-success--2 {
    --bs-bg-opacity: 1;
    background-color: #40f29c !important;
}
.bg-success--1 {
    --bs-bg-opacity: 1;
    background-color: #2fe48d !important;
}
.bg-success-1 {
    --bs-bg-opacity: 1;
    background-color: #12ca72 !important;
}
.bg-success-2 {
    --bs-bg-opacity: 1;
    background-color: #06be66 !important;
}
.bg-success-3 {
    --bs-bg-opacity: 1;
    background-color: #00af59 !important;
}
.bg-success-4 {
    --bs-bg-opacity: 1;
    background-color: #00994d !important;
}
.bg-success-5 {
    --bs-bg-opacity: 1;
    background-color: #008040 !important;
}
.bg-success-6 {
    --bs-bg-opacity: 1;
    background-color: #006634 !important;
}
.bg-success-7 {
    --bs-bg-opacity: 1;
    background-color: #004d27 !important;
}
.bg-warning--7 {
    --bs-bg-opacity: 1;
    background-color: #ffc !important;
}
.bg-warning--6 {
    --bs-bg-opacity: 1;
    background-color: #ffffaf !important;
}
.bg-warning--5 {
    --bs-bg-opacity: 1;
    background-color: #ffff92 !important;
}
.bg-warning--4 {
    --bs-bg-opacity: 1;
    background-color: #ffff75 !important;
}
.bg-warning--3 {
    --bs-bg-opacity: 1;
    background-color: #fff860 !important;
}
.bg-warning--2 {
    --bs-bg-opacity: 1;
    background-color: #fff04f !important;
}
.bg-warning--1 {
    --bs-bg-opacity: 1;
    background-color: #ffe642 !important;
}
.bg-warning-1 {
    --bs-bg-opacity: 1;
    background-color: #e6cc25 !important;
}
.bg-warning-2 {
    --bs-bg-opacity: 1;
    background-color: #ccbd16 !important;
}
.bg-warning-3 {
    --bs-bg-opacity: 1;
    background-color: #b3ab09 !important;
}
.bg-warning-4 {
    --bs-bg-opacity: 1;
    background-color: #990 !important;
}
.bg-warning-5 {
    --bs-bg-opacity: 1;
    background-color: olive !important;
}
.bg-warning-6 {
    --bs-bg-opacity: 1;
    background-color: #660 !important;
}
.bg-warning-7 {
    --bs-bg-opacity: 1;
    background-color: #4d4d00 !important;
}
.bg-danger--7 {
    --bs-bg-opacity: 1;
    background-color: #fcc !important;
}
.bg-danger--6 {
    --bs-bg-opacity: 1;
    background-color: #ffafb0 !important;
}
.bg-danger--5 {
    --bs-bg-opacity: 1;
    background-color: #ff9298 !important;
}
.bg-danger--4 {
    --bs-bg-opacity: 1;
    background-color: #ff7581 !important;
}
.bg-danger--3 {
    --bs-bg-opacity: 1;
    background-color: #ff576d !important;
}
.bg-danger--2 {
    --bs-bg-opacity: 1;
    background-color: #ff3a5b !important;
}
.bg-danger--1 {
    --bs-bg-opacity: 1;
    background-color: #fc254c !important;
}
.bg-danger-1 {
    --bs-bg-opacity: 1;
    background-color: #e2082f !important;
}
.bg-danger-2 {
    --bs-bg-opacity: 1;
    background-color: #c02 !important;
}
.bg-danger-3 {
    --bs-bg-opacity: 1;
    background-color: #b30017 !important;
}
.bg-danger-4 {
    --bs-bg-opacity: 1;
    background-color: #99000e !important;
}
.bg-danger-5 {
    --bs-bg-opacity: 1;
    background-color: #800007 !important;
}
.bg-danger-6 {
    --bs-bg-opacity: 1;
    background-color: #660002 !important;
}
.bg-danger-7 {
    --bs-bg-opacity: 1;
    background-color: #4d0000 !important;
}
.bg-opacity-10 {
    --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
    --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
    --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
    --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
    --bs-bg-opacity: 1;
}
.bg-gradient {
    background-image: var(--bs-gradient) !important;
}
.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important;
}
.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}
.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}
.pe-none {
    pointer-events: none !important;
}
.pe-auto {
    pointer-events: auto !important;
}
.rounded {
    border-radius: var(--bs-border-radius) !important;
}
.rounded-0 {
    border-radius: 0 !important;
}
.rounded-1 {
    border-radius: var(--bs-border-radius-sm) !important;
}
.rounded-2 {
    border-radius: var(--bs-border-radius) !important;
}
.rounded-3 {
    border-radius: var(--bs-border-radius-lg) !important;
}
.rounded-4 {
    border-radius: 12px !important;
}
.rounded-5 {
    border-radius: var(--bs-border-radius-xl) !important;
}
.rounded-6 {
    border-radius: 20px !important;
}
.rounded-7 {
    border-radius: 24px !important;
}
.rounded-8 {
    border-radius: 28px !important;
}
.rounded-9 {
    border-radius: var(--bs-border-radius-2xl) !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.rounded-pill {
    border-radius: var(--bs-border-radius-pill) !important;
}
.rounded-top {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-end {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-bottom {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-start {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
@media (min-width: 576px) {
    .float-sm-start {
        float: left !important;
    }
    .float-sm-end {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-grid {
        display: grid !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .d-sm-none {
        display: none !important;
    }
    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .justify-content-sm-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }
    .m-sm-0 {
        margin: 0 !important;
    }
    .m-sm-1 {
        margin: 0.125rem !important;
    }
    .m-sm-2 {
        margin: 0.25rem !important;
    }
    .m-sm-3 {
        margin: 0.5rem !important;
    }
    .m-sm-4 {
        margin: 0.75rem !important;
    }
    .m-sm-5 {
        margin: 1rem !important;
    }
    .m-sm-6 {
        margin: 1.25rem !important;
    }
    .m-sm-7 {
        margin: 1.5rem !important;
    }
    .m-sm-8 {
        margin: 1.75rem !important;
    }
    .m-sm-9 {
        margin: 2rem !important;
    }
    .m-sm-10 {
        margin: 2.25rem !important;
    }
    .m-sm-11 {
        margin: 2.5rem !important;
    }
    .m-sm-12 {
        margin: 3rem !important;
    }
    .m-sm-14 {
        margin: 3.5rem !important;
    }
    .m-sm-16 {
        margin: 4rem !important;
    }
    .m-sm-20 {
        margin: 5rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-sm-1 {
        margin-right: 0.125rem !important;
        margin-left: 0.125rem !important;
    }
    .mx-sm-2 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-sm-3 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-sm-4 {
        margin-right: 0.75rem !important;
        margin-left: 0.75rem !important;
    }
    .mx-sm-5 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-sm-6 {
        margin-right: 1.25rem !important;
        margin-left: 1.25rem !important;
    }
    .mx-sm-7 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-sm-8 {
        margin-right: 1.75rem !important;
        margin-left: 1.75rem !important;
    }
    .mx-sm-9 {
        margin-right: 2rem !important;
        margin-left: 2rem !important;
    }
    .mx-sm-10 {
        margin-right: 2.25rem !important;
        margin-left: 2.25rem !important;
    }
    .mx-sm-11 {
        margin-right: 2.5rem !important;
        margin-left: 2.5rem !important;
    }
    .mx-sm-12 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-sm-14 {
        margin-right: 3.5rem !important;
        margin-left: 3.5rem !important;
    }
    .mx-sm-16 {
        margin-right: 4rem !important;
        margin-left: 4rem !important;
    }
    .mx-sm-20 {
        margin-right: 5rem !important;
        margin-left: 5rem !important;
    }
    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-sm-1 {
        margin-top: 0.125rem !important;
        margin-bottom: 0.125rem !important;
    }
    .my-sm-2 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-sm-3 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-sm-4 {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }
    .my-sm-5 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-sm-6 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }
    .my-sm-7 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-sm-8 {
        margin-top: 1.75rem !important;
        margin-bottom: 1.75rem !important;
    }
    .my-sm-9 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
    .my-sm-10 {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important;
    }
    .my-sm-11 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }
    .my-sm-12 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-sm-14 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }
    .my-sm-16 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }
    .my-sm-20 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }
    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .mt-sm-1 {
        margin-top: 0.125rem !important;
    }
    .mt-sm-2 {
        margin-top: 0.25rem !important;
    }
    .mt-sm-3 {
        margin-top: 0.5rem !important;
    }
    .mt-sm-4 {
        margin-top: 0.75rem !important;
    }
    .mt-sm-5 {
        margin-top: 1rem !important;
    }
    .mt-sm-6 {
        margin-top: 1.25rem !important;
    }
    .mt-sm-7 {
        margin-top: 1.5rem !important;
    }
    .mt-sm-8 {
        margin-top: 1.75rem !important;
    }
    .mt-sm-9 {
        margin-top: 2rem !important;
    }
    .mt-sm-10 {
        margin-top: 2.25rem !important;
    }
    .mt-sm-11 {
        margin-top: 2.5rem !important;
    }
    .mt-sm-12 {
        margin-top: 3rem !important;
    }
    .mt-sm-14 {
        margin-top: 3.5rem !important;
    }
    .mt-sm-16 {
        margin-top: 4rem !important;
    }
    .mt-sm-20 {
        margin-top: 5rem !important;
    }
    .mt-sm-auto {
        margin-top: auto !important;
    }
    .me-sm-0 {
        margin-right: 0 !important;
    }
    .me-sm-1 {
        margin-right: 0.125rem !important;
    }
    .me-sm-2 {
        margin-right: 0.25rem !important;
    }
    .me-sm-3 {
        margin-right: 0.5rem !important;
    }
    .me-sm-4 {
        margin-right: 0.75rem !important;
    }
    .me-sm-5 {
        margin-right: 1rem !important;
    }
    .me-sm-6 {
        margin-right: 1.25rem !important;
    }
    .me-sm-7 {
        margin-right: 1.5rem !important;
    }
    .me-sm-8 {
        margin-right: 1.75rem !important;
    }
    .me-sm-9 {
        margin-right: 2rem !important;
    }
    .me-sm-10 {
        margin-right: 2.25rem !important;
    }
    .me-sm-11 {
        margin-right: 2.5rem !important;
    }
    .me-sm-12 {
        margin-right: 3rem !important;
    }
    .me-sm-14 {
        margin-right: 3.5rem !important;
    }
    .me-sm-16 {
        margin-right: 4rem !important;
    }
    .me-sm-20 {
        margin-right: 5rem !important;
    }
    .me-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .mb-sm-1 {
        margin-bottom: 0.125rem !important;
    }
    .mb-sm-2 {
        margin-bottom: 0.25rem !important;
    }
    .mb-sm-3 {
        margin-bottom: 0.5rem !important;
    }
    .mb-sm-4 {
        margin-bottom: 0.75rem !important;
    }
    .mb-sm-5 {
        margin-bottom: 1rem !important;
    }
    .mb-sm-6 {
        margin-bottom: 1.25rem !important;
    }
    .mb-sm-7 {
        margin-bottom: 1.5rem !important;
    }
    .mb-sm-8 {
        margin-bottom: 1.75rem !important;
    }
    .mb-sm-9 {
        margin-bottom: 2rem !important;
    }
    .mb-sm-10 {
        margin-bottom: 2.25rem !important;
    }
    .mb-sm-11 {
        margin-bottom: 2.5rem !important;
    }
    .mb-sm-12 {
        margin-bottom: 3rem !important;
    }
    .mb-sm-14 {
        margin-bottom: 3.5rem !important;
    }
    .mb-sm-16 {
        margin-bottom: 4rem !important;
    }
    .mb-sm-20 {
        margin-bottom: 5rem !important;
    }
    .mb-sm-auto {
        margin-bottom: auto !important;
    }
    .ms-sm-0 {
        margin-left: 0 !important;
    }
    .ms-sm-1 {
        margin-left: 0.125rem !important;
    }
    .ms-sm-2 {
        margin-left: 0.25rem !important;
    }
    .ms-sm-3 {
        margin-left: 0.5rem !important;
    }
    .ms-sm-4 {
        margin-left: 0.75rem !important;
    }
    .ms-sm-5 {
        margin-left: 1rem !important;
    }
    .ms-sm-6 {
        margin-left: 1.25rem !important;
    }
    .ms-sm-7 {
        margin-left: 1.5rem !important;
    }
    .ms-sm-8 {
        margin-left: 1.75rem !important;
    }
    .ms-sm-9 {
        margin-left: 2rem !important;
    }
    .ms-sm-10 {
        margin-left: 2.25rem !important;
    }
    .ms-sm-11 {
        margin-left: 2.5rem !important;
    }
    .ms-sm-12 {
        margin-left: 3rem !important;
    }
    .ms-sm-14 {
        margin-left: 3.5rem !important;
    }
    .ms-sm-16 {
        margin-left: 4rem !important;
    }
    .ms-sm-20 {
        margin-left: 5rem !important;
    }
    .ms-sm-auto {
        margin-left: auto !important;
    }
    .m-sm-n1 {
        margin: -0.125rem !important;
    }
    .m-sm-n2 {
        margin: -0.25rem !important;
    }
    .m-sm-n3 {
        margin: -0.5rem !important;
    }
    .m-sm-n4 {
        margin: -0.75rem !important;
    }
    .m-sm-n5 {
        margin: -1rem !important;
    }
    .m-sm-n6 {
        margin: -1.25rem !important;
    }
    .m-sm-n7 {
        margin: -1.5rem !important;
    }
    .m-sm-n8 {
        margin: -1.75rem !important;
    }
    .m-sm-n9 {
        margin: -2rem !important;
    }
    .m-sm-n10 {
        margin: -2.25rem !important;
    }
    .m-sm-n11 {
        margin: -2.5rem !important;
    }
    .m-sm-n12 {
        margin: -3rem !important;
    }
    .m-sm-n14 {
        margin: -3.5rem !important;
    }
    .m-sm-n16 {
        margin: -4rem !important;
    }
    .m-sm-n20 {
        margin: -5rem !important;
    }
    .mx-sm-n1 {
        margin-right: -0.125rem !important;
        margin-left: -0.125rem !important;
    }
    .mx-sm-n2 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }
    .mx-sm-n3 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }
    .mx-sm-n4 {
        margin-right: -0.75rem !important;
        margin-left: -0.75rem !important;
    }
    .mx-sm-n5 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }
    .mx-sm-n6 {
        margin-right: -1.25rem !important;
        margin-left: -1.25rem !important;
    }
    .mx-sm-n7 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }
    .mx-sm-n8 {
        margin-right: -1.75rem !important;
        margin-left: -1.75rem !important;
    }
    .mx-sm-n9 {
        margin-right: -2rem !important;
        margin-left: -2rem !important;
    }
    .mx-sm-n10 {
        margin-right: -2.25rem !important;
        margin-left: -2.25rem !important;
    }
    .mx-sm-n11 {
        margin-right: -2.5rem !important;
        margin-left: -2.5rem !important;
    }
    .mx-sm-n12 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }
    .mx-sm-n14 {
        margin-right: -3.5rem !important;
        margin-left: -3.5rem !important;
    }
    .mx-sm-n16 {
        margin-right: -4rem !important;
        margin-left: -4rem !important;
    }
    .mx-sm-n20 {
        margin-right: -5rem !important;
        margin-left: -5rem !important;
    }
    .my-sm-n1 {
        margin-top: -0.125rem !important;
        margin-bottom: -0.125rem !important;
    }
    .my-sm-n2 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }
    .my-sm-n3 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }
    .my-sm-n4 {
        margin-top: -0.75rem !important;
        margin-bottom: -0.75rem !important;
    }
    .my-sm-n5 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }
    .my-sm-n6 {
        margin-top: -1.25rem !important;
        margin-bottom: -1.25rem !important;
    }
    .my-sm-n7 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }
    .my-sm-n8 {
        margin-top: -1.75rem !important;
        margin-bottom: -1.75rem !important;
    }
    .my-sm-n9 {
        margin-top: -2rem !important;
        margin-bottom: -2rem !important;
    }
    .my-sm-n10 {
        margin-top: -2.25rem !important;
        margin-bottom: -2.25rem !important;
    }
    .my-sm-n11 {
        margin-top: -2.5rem !important;
        margin-bottom: -2.5rem !important;
    }
    .my-sm-n12 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }
    .my-sm-n14 {
        margin-top: -3.5rem !important;
        margin-bottom: -3.5rem !important;
    }
    .my-sm-n16 {
        margin-top: -4rem !important;
        margin-bottom: -4rem !important;
    }
    .my-sm-n20 {
        margin-top: -5rem !important;
        margin-bottom: -5rem !important;
    }
    .mt-sm-n1 {
        margin-top: -0.125rem !important;
    }
    .mt-sm-n2 {
        margin-top: -0.25rem !important;
    }
    .mt-sm-n3 {
        margin-top: -0.5rem !important;
    }
    .mt-sm-n4 {
        margin-top: -0.75rem !important;
    }
    .mt-sm-n5 {
        margin-top: -1rem !important;
    }
    .mt-sm-n6 {
        margin-top: -1.25rem !important;
    }
    .mt-sm-n7 {
        margin-top: -1.5rem !important;
    }
    .mt-sm-n8 {
        margin-top: -1.75rem !important;
    }
    .mt-sm-n9 {
        margin-top: -2rem !important;
    }
    .mt-sm-n10 {
        margin-top: -2.25rem !important;
    }
    .mt-sm-n11 {
        margin-top: -2.5rem !important;
    }
    .mt-sm-n12 {
        margin-top: -3rem !important;
    }
    .mt-sm-n14 {
        margin-top: -3.5rem !important;
    }
    .mt-sm-n16 {
        margin-top: -4rem !important;
    }
    .mt-sm-n20 {
        margin-top: -5rem !important;
    }
    .me-sm-n1 {
        margin-right: -0.125rem !important;
    }
    .me-sm-n2 {
        margin-right: -0.25rem !important;
    }
    .me-sm-n3 {
        margin-right: -0.5rem !important;
    }
    .me-sm-n4 {
        margin-right: -0.75rem !important;
    }
    .me-sm-n5 {
        margin-right: -1rem !important;
    }
    .me-sm-n6 {
        margin-right: -1.25rem !important;
    }
    .me-sm-n7 {
        margin-right: -1.5rem !important;
    }
    .me-sm-n8 {
        margin-right: -1.75rem !important;
    }
    .me-sm-n9 {
        margin-right: -2rem !important;
    }
    .me-sm-n10 {
        margin-right: -2.25rem !important;
    }
    .me-sm-n11 {
        margin-right: -2.5rem !important;
    }
    .me-sm-n12 {
        margin-right: -3rem !important;
    }
    .me-sm-n14 {
        margin-right: -3.5rem !important;
    }
    .me-sm-n16 {
        margin-right: -4rem !important;
    }
    .me-sm-n20 {
        margin-right: -5rem !important;
    }
    .mb-sm-n1 {
        margin-bottom: -0.125rem !important;
    }
    .mb-sm-n2 {
        margin-bottom: -0.25rem !important;
    }
    .mb-sm-n3 {
        margin-bottom: -0.5rem !important;
    }
    .mb-sm-n4 {
        margin-bottom: -0.75rem !important;
    }
    .mb-sm-n5 {
        margin-bottom: -1rem !important;
    }
    .mb-sm-n6 {
        margin-bottom: -1.25rem !important;
    }
    .mb-sm-n7 {
        margin-bottom: -1.5rem !important;
    }
    .mb-sm-n8 {
        margin-bottom: -1.75rem !important;
    }
    .mb-sm-n9 {
        margin-bottom: -2rem !important;
    }
    .mb-sm-n10 {
        margin-bottom: -2.25rem !important;
    }
    .mb-sm-n11 {
        margin-bottom: -2.5rem !important;
    }
    .mb-sm-n12 {
        margin-bottom: -3rem !important;
    }
    .mb-sm-n14 {
        margin-bottom: -3.5rem !important;
    }
    .mb-sm-n16 {
        margin-bottom: -4rem !important;
    }
    .mb-sm-n20 {
        margin-bottom: -5rem !important;
    }
    .ms-sm-n1 {
        margin-left: -0.125rem !important;
    }
    .ms-sm-n2 {
        margin-left: -0.25rem !important;
    }
    .ms-sm-n3 {
        margin-left: -0.5rem !important;
    }
    .ms-sm-n4 {
        margin-left: -0.75rem !important;
    }
    .ms-sm-n5 {
        margin-left: -1rem !important;
    }
    .ms-sm-n6 {
        margin-left: -1.25rem !important;
    }
    .ms-sm-n7 {
        margin-left: -1.5rem !important;
    }
    .ms-sm-n8 {
        margin-left: -1.75rem !important;
    }
    .ms-sm-n9 {
        margin-left: -2rem !important;
    }
    .ms-sm-n10 {
        margin-left: -2.25rem !important;
    }
    .ms-sm-n11 {
        margin-left: -2.5rem !important;
    }
    .ms-sm-n12 {
        margin-left: -3rem !important;
    }
    .ms-sm-n14 {
        margin-left: -3.5rem !important;
    }
    .ms-sm-n16 {
        margin-left: -4rem !important;
    }
    .ms-sm-n20 {
        margin-left: -5rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .p-sm-1 {
        padding: 0.125rem !important;
    }
    .p-sm-2 {
        padding: 0.25rem !important;
    }
    .p-sm-3 {
        padding: 0.5rem !important;
    }
    .p-sm-4 {
        padding: 0.75rem !important;
    }
    .p-sm-5 {
        padding: 1rem !important;
    }
    .p-sm-6 {
        padding: 1.25rem !important;
    }
    .p-sm-7 {
        padding: 1.5rem !important;
    }
    .p-sm-8 {
        padding: 1.75rem !important;
    }
    .p-sm-9 {
        padding: 2rem !important;
    }
    .p-sm-10 {
        padding: 2.25rem !important;
    }
    .p-sm-11 {
        padding: 2.5rem !important;
    }
    .p-sm-12 {
        padding: 3rem !important;
    }
    .p-sm-14 {
        padding: 3.5rem !important;
    }
    .p-sm-16 {
        padding: 4rem !important;
    }
    .p-sm-20 {
        padding: 5rem !important;
    }
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-sm-1 {
        padding-right: 0.125rem !important;
        padding-left: 0.125rem !important;
    }
    .px-sm-2 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-sm-3 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-sm-4 {
        padding-right: 0.75rem !important;
        padding-left: 0.75rem !important;
    }
    .px-sm-5 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-sm-6 {
        padding-right: 1.25rem !important;
        padding-left: 1.25rem !important;
    }
    .px-sm-7 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-sm-8 {
        padding-right: 1.75rem !important;
        padding-left: 1.75rem !important;
    }
    .px-sm-9 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }
    .px-sm-10 {
        padding-right: 2.25rem !important;
        padding-left: 2.25rem !important;
    }
    .px-sm-11 {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important;
    }
    .px-sm-12 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .px-sm-14 {
        padding-right: 3.5rem !important;
        padding-left: 3.5rem !important;
    }
    .px-sm-16 {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }
    .px-sm-20 {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-sm-1 {
        padding-top: 0.125rem !important;
        padding-bottom: 0.125rem !important;
    }
    .py-sm-2 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-sm-3 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-sm-4 {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }
    .py-sm-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-sm-6 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }
    .py-sm-7 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-sm-8 {
        padding-top: 1.75rem !important;
        padding-bottom: 1.75rem !important;
    }
    .py-sm-9 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .py-sm-10 {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important;
    }
    .py-sm-11 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
    .py-sm-12 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .py-sm-14 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }
    .py-sm-16 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }
    .py-sm-20 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .pt-sm-0 {
        padding-top: 0 !important;
    }
    .pt-sm-1 {
        padding-top: 0.125rem !important;
    }
    .pt-sm-2 {
        padding-top: 0.25rem !important;
    }
    .pt-sm-3 {
        padding-top: 0.5rem !important;
    }
    .pt-sm-4 {
        padding-top: 0.75rem !important;
    }
    .pt-sm-5 {
        padding-top: 1rem !important;
    }
    .pt-sm-6 {
        padding-top: 1.25rem !important;
    }
    .pt-sm-7 {
        padding-top: 1.5rem !important;
    }
    .pt-sm-8 {
        padding-top: 1.75rem !important;
    }
    .pt-sm-9 {
        padding-top: 2rem !important;
    }
    .pt-sm-10 {
        padding-top: 2.25rem !important;
    }
    .pt-sm-11 {
        padding-top: 2.5rem !important;
    }
    .pt-sm-12 {
        padding-top: 3rem !important;
    }
    .pt-sm-14 {
        padding-top: 3.5rem !important;
    }
    .pt-sm-16 {
        padding-top: 4rem !important;
    }
    .pt-sm-20 {
        padding-top: 5rem !important;
    }
    .pe-sm-0 {
        padding-right: 0 !important;
    }
    .pe-sm-1 {
        padding-right: 0.125rem !important;
    }
    .pe-sm-2 {
        padding-right: 0.25rem !important;
    }
    .pe-sm-3 {
        padding-right: 0.5rem !important;
    }
    .pe-sm-4 {
        padding-right: 0.75rem !important;
    }
    .pe-sm-5 {
        padding-right: 1rem !important;
    }
    .pe-sm-6 {
        padding-right: 1.25rem !important;
    }
    .pe-sm-7 {
        padding-right: 1.5rem !important;
    }
    .pe-sm-8 {
        padding-right: 1.75rem !important;
    }
    .pe-sm-9 {
        padding-right: 2rem !important;
    }
    .pe-sm-10 {
        padding-right: 2.25rem !important;
    }
    .pe-sm-11 {
        padding-right: 2.5rem !important;
    }
    .pe-sm-12 {
        padding-right: 3rem !important;
    }
    .pe-sm-14 {
        padding-right: 3.5rem !important;
    }
    .pe-sm-16 {
        padding-right: 4rem !important;
    }
    .pe-sm-20 {
        padding-right: 5rem !important;
    }
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .pb-sm-1 {
        padding-bottom: 0.125rem !important;
    }
    .pb-sm-2 {
        padding-bottom: 0.25rem !important;
    }
    .pb-sm-3 {
        padding-bottom: 0.5rem !important;
    }
    .pb-sm-4 {
        padding-bottom: 0.75rem !important;
    }
    .pb-sm-5 {
        padding-bottom: 1rem !important;
    }
    .pb-sm-6 {
        padding-bottom: 1.25rem !important;
    }
    .pb-sm-7 {
        padding-bottom: 1.5rem !important;
    }
    .pb-sm-8 {
        padding-bottom: 1.75rem !important;
    }
    .pb-sm-9 {
        padding-bottom: 2rem !important;
    }
    .pb-sm-10 {
        padding-bottom: 2.25rem !important;
    }
    .pb-sm-11 {
        padding-bottom: 2.5rem !important;
    }
    .pb-sm-12 {
        padding-bottom: 3rem !important;
    }
    .pb-sm-14 {
        padding-bottom: 3.5rem !important;
    }
    .pb-sm-16 {
        padding-bottom: 4rem !important;
    }
    .pb-sm-20 {
        padding-bottom: 5rem !important;
    }
    .ps-sm-0 {
        padding-left: 0 !important;
    }
    .ps-sm-1 {
        padding-left: 0.125rem !important;
    }
    .ps-sm-2 {
        padding-left: 0.25rem !important;
    }
    .ps-sm-3 {
        padding-left: 0.5rem !important;
    }
    .ps-sm-4 {
        padding-left: 0.75rem !important;
    }
    .ps-sm-5 {
        padding-left: 1rem !important;
    }
    .ps-sm-6 {
        padding-left: 1.25rem !important;
    }
    .ps-sm-7 {
        padding-left: 1.5rem !important;
    }
    .ps-sm-8 {
        padding-left: 1.75rem !important;
    }
    .ps-sm-9 {
        padding-left: 2rem !important;
    }
    .ps-sm-10 {
        padding-left: 2.25rem !important;
    }
    .ps-sm-11 {
        padding-left: 2.5rem !important;
    }
    .ps-sm-12 {
        padding-left: 3rem !important;
    }
    .ps-sm-14 {
        padding-left: 3.5rem !important;
    }
    .ps-sm-16 {
        padding-left: 4rem !important;
    }
    .ps-sm-20 {
        padding-left: 5rem !important;
    }
    .gap-sm-0 {
        gap: 0 !important;
    }
    .gap-sm-1 {
        gap: 0.125rem !important;
    }
    .gap-sm-2 {
        gap: 0.25rem !important;
    }
    .gap-sm-3 {
        gap: 0.5rem !important;
    }
    .gap-sm-4 {
        gap: 0.75rem !important;
    }
    .gap-sm-5 {
        gap: 1rem !important;
    }
    .gap-sm-6 {
        gap: 1.25rem !important;
    }
    .gap-sm-7 {
        gap: 1.5rem !important;
    }
    .gap-sm-8 {
        gap: 1.75rem !important;
    }
    .gap-sm-9 {
        gap: 2rem !important;
    }
    .gap-sm-10 {
        gap: 2.25rem !important;
    }
    .gap-sm-11 {
        gap: 2.5rem !important;
    }
    .gap-sm-12 {
        gap: 3rem !important;
    }
    .gap-sm-14 {
        gap: 3.5rem !important;
    }
    .gap-sm-16 {
        gap: 4rem !important;
    }
    .gap-sm-20 {
        gap: 5rem !important;
    }
    .text-sm-start {
        text-align: left !important;
    }
    .text-sm-end {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .float-md-start {
        float: left !important;
    }
    .float-md-end {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-grid {
        display: grid !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .d-md-none {
        display: none !important;
    }
    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .justify-content-md-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }
    .m-md-0 {
        margin: 0 !important;
    }
    .m-md-1 {
        margin: 0.125rem !important;
    }
    .m-md-2 {
        margin: 0.25rem !important;
    }
    .m-md-3 {
        margin: 0.5rem !important;
    }
    .m-md-4 {
        margin: 0.75rem !important;
    }
    .m-md-5 {
        margin: 1rem !important;
    }
    .m-md-6 {
        margin: 1.25rem !important;
    }
    .m-md-7 {
        margin: 1.5rem !important;
    }
    .m-md-8 {
        margin: 1.75rem !important;
    }
    .m-md-9 {
        margin: 2rem !important;
    }
    .m-md-10 {
        margin: 2.25rem !important;
    }
    .m-md-11 {
        margin: 2.5rem !important;
    }
    .m-md-12 {
        margin: 3rem !important;
    }
    .m-md-14 {
        margin: 3.5rem !important;
    }
    .m-md-16 {
        margin: 4rem !important;
    }
    .m-md-20 {
        margin: 5rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-md-1 {
        margin-right: 0.125rem !important;
        margin-left: 0.125rem !important;
    }
    .mx-md-2 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-md-3 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-md-4 {
        margin-right: 0.75rem !important;
        margin-left: 0.75rem !important;
    }
    .mx-md-5 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-md-6 {
        margin-right: 1.25rem !important;
        margin-left: 1.25rem !important;
    }
    .mx-md-7 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-md-8 {
        margin-right: 1.75rem !important;
        margin-left: 1.75rem !important;
    }
    .mx-md-9 {
        margin-right: 2rem !important;
        margin-left: 2rem !important;
    }
    .mx-md-10 {
        margin-right: 2.25rem !important;
        margin-left: 2.25rem !important;
    }
    .mx-md-11 {
        margin-right: 2.5rem !important;
        margin-left: 2.5rem !important;
    }
    .mx-md-12 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-md-14 {
        margin-right: 3.5rem !important;
        margin-left: 3.5rem !important;
    }
    .mx-md-16 {
        margin-right: 4rem !important;
        margin-left: 4rem !important;
    }
    .mx-md-20 {
        margin-right: 5rem !important;
        margin-left: 5rem !important;
    }
    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-md-1 {
        margin-top: 0.125rem !important;
        margin-bottom: 0.125rem !important;
    }
    .my-md-2 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-md-3 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-md-4 {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }
    .my-md-5 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-md-6 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }
    .my-md-7 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-md-8 {
        margin-top: 1.75rem !important;
        margin-bottom: 1.75rem !important;
    }
    .my-md-9 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
    .my-md-10 {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important;
    }
    .my-md-11 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }
    .my-md-12 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-md-14 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }
    .my-md-16 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }
    .my-md-20 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }
    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .mt-md-1 {
        margin-top: 0.125rem !important;
    }
    .mt-md-2 {
        margin-top: 0.25rem !important;
    }
    .mt-md-3 {
        margin-top: 0.5rem !important;
    }
    .mt-md-4 {
        margin-top: 0.75rem !important;
    }
    .mt-md-5 {
        margin-top: 1rem !important;
    }
    .mt-md-6 {
        margin-top: 1.25rem !important;
    }
    .mt-md-7 {
        margin-top: 1.5rem !important;
    }
    .mt-md-8 {
        margin-top: 1.75rem !important;
    }
    .mt-md-9 {
        margin-top: 2rem !important;
    }
    .mt-md-10 {
        margin-top: 2.25rem !important;
    }
    .mt-md-11 {
        margin-top: 2.5rem !important;
    }
    .mt-md-12 {
        margin-top: 3rem !important;
    }
    .mt-md-14 {
        margin-top: 3.5rem !important;
    }
    .mt-md-16 {
        margin-top: 4rem !important;
    }
    .mt-md-20 {
        margin-top: 5rem !important;
    }
    .mt-md-auto {
        margin-top: auto !important;
    }
    .me-md-0 {
        margin-right: 0 !important;
    }
    .me-md-1 {
        margin-right: 0.125rem !important;
    }
    .me-md-2 {
        margin-right: 0.25rem !important;
    }
    .me-md-3 {
        margin-right: 0.5rem !important;
    }
    .me-md-4 {
        margin-right: 0.75rem !important;
    }
    .me-md-5 {
        margin-right: 1rem !important;
    }
    .me-md-6 {
        margin-right: 1.25rem !important;
    }
    .me-md-7 {
        margin-right: 1.5rem !important;
    }
    .me-md-8 {
        margin-right: 1.75rem !important;
    }
    .me-md-9 {
        margin-right: 2rem !important;
    }
    .me-md-10 {
        margin-right: 2.25rem !important;
    }
    .me-md-11 {
        margin-right: 2.5rem !important;
    }
    .me-md-12 {
        margin-right: 3rem !important;
    }
    .me-md-14 {
        margin-right: 3.5rem !important;
    }
    .me-md-16 {
        margin-right: 4rem !important;
    }
    .me-md-20 {
        margin-right: 5rem !important;
    }
    .me-md-auto {
        margin-right: auto !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .mb-md-1 {
        margin-bottom: 0.125rem !important;
    }
    .mb-md-2 {
        margin-bottom: 0.25rem !important;
    }
    .mb-md-3 {
        margin-bottom: 0.5rem !important;
    }
    .mb-md-4 {
        margin-bottom: 0.75rem !important;
    }
    .mb-md-5 {
        margin-bottom: 1rem !important;
    }
    .mb-md-6 {
        margin-bottom: 1.25rem !important;
    }
    .mb-md-7 {
        margin-bottom: 1.5rem !important;
    }
    .mb-md-8 {
        margin-bottom: 1.75rem !important;
    }
    .mb-md-9 {
        margin-bottom: 2rem !important;
    }
    .mb-md-10 {
        margin-bottom: 2.25rem !important;
    }
    .mb-md-11 {
        margin-bottom: 2.5rem !important;
    }
    .mb-md-12 {
        margin-bottom: 3rem !important;
    }
    .mb-md-14 {
        margin-bottom: 3.5rem !important;
    }
    .mb-md-16 {
        margin-bottom: 4rem !important;
    }
    .mb-md-20 {
        margin-bottom: 5rem !important;
    }
    .mb-md-auto {
        margin-bottom: auto !important;
    }
    .ms-md-0 {
        margin-left: 0 !important;
    }
    .ms-md-1 {
        margin-left: 0.125rem !important;
    }
    .ms-md-2 {
        margin-left: 0.25rem !important;
    }
    .ms-md-3 {
        margin-left: 0.5rem !important;
    }
    .ms-md-4 {
        margin-left: 0.75rem !important;
    }
    .ms-md-5 {
        margin-left: 1rem !important;
    }
    .ms-md-6 {
        margin-left: 1.25rem !important;
    }
    .ms-md-7 {
        margin-left: 1.5rem !important;
    }
    .ms-md-8 {
        margin-left: 1.75rem !important;
    }
    .ms-md-9 {
        margin-left: 2rem !important;
    }
    .ms-md-10 {
        margin-left: 2.25rem !important;
    }
    .ms-md-11 {
        margin-left: 2.5rem !important;
    }
    .ms-md-12 {
        margin-left: 3rem !important;
    }
    .ms-md-14 {
        margin-left: 3.5rem !important;
    }
    .ms-md-16 {
        margin-left: 4rem !important;
    }
    .ms-md-20 {
        margin-left: 5rem !important;
    }
    .ms-md-auto {
        margin-left: auto !important;
    }
    .m-md-n1 {
        margin: -0.125rem !important;
    }
    .m-md-n2 {
        margin: -0.25rem !important;
    }
    .m-md-n3 {
        margin: -0.5rem !important;
    }
    .m-md-n4 {
        margin: -0.75rem !important;
    }
    .m-md-n5 {
        margin: -1rem !important;
    }
    .m-md-n6 {
        margin: -1.25rem !important;
    }
    .m-md-n7 {
        margin: -1.5rem !important;
    }
    .m-md-n8 {
        margin: -1.75rem !important;
    }
    .m-md-n9 {
        margin: -2rem !important;
    }
    .m-md-n10 {
        margin: -2.25rem !important;
    }
    .m-md-n11 {
        margin: -2.5rem !important;
    }
    .m-md-n12 {
        margin: -3rem !important;
    }
    .m-md-n14 {
        margin: -3.5rem !important;
    }
    .m-md-n16 {
        margin: -4rem !important;
    }
    .m-md-n20 {
        margin: -5rem !important;
    }
    .mx-md-n1 {
        margin-right: -0.125rem !important;
        margin-left: -0.125rem !important;
    }
    .mx-md-n2 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }
    .mx-md-n3 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }
    .mx-md-n4 {
        margin-right: -0.75rem !important;
        margin-left: -0.75rem !important;
    }
    .mx-md-n5 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }
    .mx-md-n6 {
        margin-right: -1.25rem !important;
        margin-left: -1.25rem !important;
    }
    .mx-md-n7 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }
    .mx-md-n8 {
        margin-right: -1.75rem !important;
        margin-left: -1.75rem !important;
    }
    .mx-md-n9 {
        margin-right: -2rem !important;
        margin-left: -2rem !important;
    }
    .mx-md-n10 {
        margin-right: -2.25rem !important;
        margin-left: -2.25rem !important;
    }
    .mx-md-n11 {
        margin-right: -2.5rem !important;
        margin-left: -2.5rem !important;
    }
    .mx-md-n12 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }
    .mx-md-n14 {
        margin-right: -3.5rem !important;
        margin-left: -3.5rem !important;
    }
    .mx-md-n16 {
        margin-right: -4rem !important;
        margin-left: -4rem !important;
    }
    .mx-md-n20 {
        margin-right: -5rem !important;
        margin-left: -5rem !important;
    }
    .my-md-n1 {
        margin-top: -0.125rem !important;
        margin-bottom: -0.125rem !important;
    }
    .my-md-n2 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }
    .my-md-n3 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }
    .my-md-n4 {
        margin-top: -0.75rem !important;
        margin-bottom: -0.75rem !important;
    }
    .my-md-n5 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }
    .my-md-n6 {
        margin-top: -1.25rem !important;
        margin-bottom: -1.25rem !important;
    }
    .my-md-n7 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }
    .my-md-n8 {
        margin-top: -1.75rem !important;
        margin-bottom: -1.75rem !important;
    }
    .my-md-n9 {
        margin-top: -2rem !important;
        margin-bottom: -2rem !important;
    }
    .my-md-n10 {
        margin-top: -2.25rem !important;
        margin-bottom: -2.25rem !important;
    }
    .my-md-n11 {
        margin-top: -2.5rem !important;
        margin-bottom: -2.5rem !important;
    }
    .my-md-n12 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }
    .my-md-n14 {
        margin-top: -3.5rem !important;
        margin-bottom: -3.5rem !important;
    }
    .my-md-n16 {
        margin-top: -4rem !important;
        margin-bottom: -4rem !important;
    }
    .my-md-n20 {
        margin-top: -5rem !important;
        margin-bottom: -5rem !important;
    }
    .mt-md-n1 {
        margin-top: -0.125rem !important;
    }
    .mt-md-n2 {
        margin-top: -0.25rem !important;
    }
    .mt-md-n3 {
        margin-top: -0.5rem !important;
    }
    .mt-md-n4 {
        margin-top: -0.75rem !important;
    }
    .mt-md-n5 {
        margin-top: -1rem !important;
    }
    .mt-md-n6 {
        margin-top: -1.25rem !important;
    }
    .mt-md-n7 {
        margin-top: -1.5rem !important;
    }
    .mt-md-n8 {
        margin-top: -1.75rem !important;
    }
    .mt-md-n9 {
        margin-top: -2rem !important;
    }
    .mt-md-n10 {
        margin-top: -2.25rem !important;
    }
    .mt-md-n11 {
        margin-top: -2.5rem !important;
    }
    .mt-md-n12 {
        margin-top: -3rem !important;
    }
    .mt-md-n14 {
        margin-top: -3.5rem !important;
    }
    .mt-md-n16 {
        margin-top: -4rem !important;
    }
    .mt-md-n20 {
        margin-top: -5rem !important;
    }
    .me-md-n1 {
        margin-right: -0.125rem !important;
    }
    .me-md-n2 {
        margin-right: -0.25rem !important;
    }
    .me-md-n3 {
        margin-right: -0.5rem !important;
    }
    .me-md-n4 {
        margin-right: -0.75rem !important;
    }
    .me-md-n5 {
        margin-right: -1rem !important;
    }
    .me-md-n6 {
        margin-right: -1.25rem !important;
    }
    .me-md-n7 {
        margin-right: -1.5rem !important;
    }
    .me-md-n8 {
        margin-right: -1.75rem !important;
    }
    .me-md-n9 {
        margin-right: -2rem !important;
    }
    .me-md-n10 {
        margin-right: -2.25rem !important;
    }
    .me-md-n11 {
        margin-right: -2.5rem !important;
    }
    .me-md-n12 {
        margin-right: -3rem !important;
    }
    .me-md-n14 {
        margin-right: -3.5rem !important;
    }
    .me-md-n16 {
        margin-right: -4rem !important;
    }
    .me-md-n20 {
        margin-right: -5rem !important;
    }
    .mb-md-n1 {
        margin-bottom: -0.125rem !important;
    }
    .mb-md-n2 {
        margin-bottom: -0.25rem !important;
    }
    .mb-md-n3 {
        margin-bottom: -0.5rem !important;
    }
    .mb-md-n4 {
        margin-bottom: -0.75rem !important;
    }
    .mb-md-n5 {
        margin-bottom: -1rem !important;
    }
    .mb-md-n6 {
        margin-bottom: -1.25rem !important;
    }
    .mb-md-n7 {
        margin-bottom: -1.5rem !important;
    }
    .mb-md-n8 {
        margin-bottom: -1.75rem !important;
    }
    .mb-md-n9 {
        margin-bottom: -2rem !important;
    }
    .mb-md-n10 {
        margin-bottom: -2.25rem !important;
    }
    .mb-md-n11 {
        margin-bottom: -2.5rem !important;
    }
    .mb-md-n12 {
        margin-bottom: -3rem !important;
    }
    .mb-md-n14 {
        margin-bottom: -3.5rem !important;
    }
    .mb-md-n16 {
        margin-bottom: -4rem !important;
    }
    .mb-md-n20 {
        margin-bottom: -5rem !important;
    }
    .ms-md-n1 {
        margin-left: -0.125rem !important;
    }
    .ms-md-n2 {
        margin-left: -0.25rem !important;
    }
    .ms-md-n3 {
        margin-left: -0.5rem !important;
    }
    .ms-md-n4 {
        margin-left: -0.75rem !important;
    }
    .ms-md-n5 {
        margin-left: -1rem !important;
    }
    .ms-md-n6 {
        margin-left: -1.25rem !important;
    }
    .ms-md-n7 {
        margin-left: -1.5rem !important;
    }
    .ms-md-n8 {
        margin-left: -1.75rem !important;
    }
    .ms-md-n9 {
        margin-left: -2rem !important;
    }
    .ms-md-n10 {
        margin-left: -2.25rem !important;
    }
    .ms-md-n11 {
        margin-left: -2.5rem !important;
    }
    .ms-md-n12 {
        margin-left: -3rem !important;
    }
    .ms-md-n14 {
        margin-left: -3.5rem !important;
    }
    .ms-md-n16 {
        margin-left: -4rem !important;
    }
    .ms-md-n20 {
        margin-left: -5rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .p-md-1 {
        padding: 0.125rem !important;
    }
    .p-md-2 {
        padding: 0.25rem !important;
    }
    .p-md-3 {
        padding: 0.5rem !important;
    }
    .p-md-4 {
        padding: 0.75rem !important;
    }
    .p-md-5 {
        padding: 1rem !important;
    }
    .p-md-6 {
        padding: 1.25rem !important;
    }
    .p-md-7 {
        padding: 1.5rem !important;
    }
    .p-md-8 {
        padding: 1.75rem !important;
    }
    .p-md-9 {
        padding: 2rem !important;
    }
    .p-md-10 {
        padding: 2.25rem !important;
    }
    .p-md-11 {
        padding: 2.5rem !important;
    }
    .p-md-12 {
        padding: 3rem !important;
    }
    .p-md-14 {
        padding: 3.5rem !important;
    }
    .p-md-16 {
        padding: 4rem !important;
    }
    .p-md-20 {
        padding: 5rem !important;
    }
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-md-1 {
        padding-right: 0.125rem !important;
        padding-left: 0.125rem !important;
    }
    .px-md-2 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-md-3 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-md-4 {
        padding-right: 0.75rem !important;
        padding-left: 0.75rem !important;
    }
    .px-md-5 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-md-6 {
        padding-right: 1.25rem !important;
        padding-left: 1.25rem !important;
    }
    .px-md-7 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-md-8 {
        padding-right: 1.75rem !important;
        padding-left: 1.75rem !important;
    }
    .px-md-9 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }
    .px-md-10 {
        padding-right: 2.25rem !important;
        padding-left: 2.25rem !important;
    }
    .px-md-11 {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important;
    }
    .px-md-12 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .px-md-14 {
        padding-right: 3.5rem !important;
        padding-left: 3.5rem !important;
    }
    .px-md-16 {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }
    .px-md-20 {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-md-1 {
        padding-top: 0.125rem !important;
        padding-bottom: 0.125rem !important;
    }
    .py-md-2 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-md-3 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-md-4 {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }
    .py-md-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-md-6 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }
    .py-md-7 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-md-8 {
        padding-top: 1.75rem !important;
        padding-bottom: 1.75rem !important;
    }
    .py-md-9 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .py-md-10 {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important;
    }
    .py-md-11 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
    .py-md-12 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .py-md-14 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }
    .py-md-16 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }
    .py-md-20 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .pt-md-0 {
        padding-top: 0 !important;
    }
    .pt-md-1 {
        padding-top: 0.125rem !important;
    }
    .pt-md-2 {
        padding-top: 0.25rem !important;
    }
    .pt-md-3 {
        padding-top: 0.5rem !important;
    }
    .pt-md-4 {
        padding-top: 0.75rem !important;
    }
    .pt-md-5 {
        padding-top: 1rem !important;
    }
    .pt-md-6 {
        padding-top: 1.25rem !important;
    }
    .pt-md-7 {
        padding-top: 1.5rem !important;
    }
    .pt-md-8 {
        padding-top: 1.75rem !important;
    }
    .pt-md-9 {
        padding-top: 2rem !important;
    }
    .pt-md-10 {
        padding-top: 2.25rem !important;
    }
    .pt-md-11 {
        padding-top: 2.5rem !important;
    }
    .pt-md-12 {
        padding-top: 3rem !important;
    }
    .pt-md-14 {
        padding-top: 3.5rem !important;
    }
    .pt-md-16 {
        padding-top: 4rem !important;
    }
    .pt-md-20 {
        padding-top: 5rem !important;
    }
    .pe-md-0 {
        padding-right: 0 !important;
    }
    .pe-md-1 {
        padding-right: 0.125rem !important;
    }
    .pe-md-2 {
        padding-right: 0.25rem !important;
    }
    .pe-md-3 {
        padding-right: 0.5rem !important;
    }
    .pe-md-4 {
        padding-right: 0.75rem !important;
    }
    .pe-md-5 {
        padding-right: 1rem !important;
    }
    .pe-md-6 {
        padding-right: 1.25rem !important;
    }
    .pe-md-7 {
        padding-right: 1.5rem !important;
    }
    .pe-md-8 {
        padding-right: 1.75rem !important;
    }
    .pe-md-9 {
        padding-right: 2rem !important;
    }
    .pe-md-10 {
        padding-right: 2.25rem !important;
    }
    .pe-md-11 {
        padding-right: 2.5rem !important;
    }
    .pe-md-12 {
        padding-right: 3rem !important;
    }
    .pe-md-14 {
        padding-right: 3.5rem !important;
    }
    .pe-md-16 {
        padding-right: 4rem !important;
    }
    .pe-md-20 {
        padding-right: 5rem !important;
    }
    .pb-md-0 {
        padding-bottom: 0 !important;
    }
    .pb-md-1 {
        padding-bottom: 0.125rem !important;
    }
    .pb-md-2 {
        padding-bottom: 0.25rem !important;
    }
    .pb-md-3 {
        padding-bottom: 0.5rem !important;
    }
    .pb-md-4 {
        padding-bottom: 0.75rem !important;
    }
    .pb-md-5 {
        padding-bottom: 1rem !important;
    }
    .pb-md-6 {
        padding-bottom: 1.25rem !important;
    }
    .pb-md-7 {
        padding-bottom: 1.5rem !important;
    }
    .pb-md-8 {
        padding-bottom: 1.75rem !important;
    }
    .pb-md-9 {
        padding-bottom: 2rem !important;
    }
    .pb-md-10 {
        padding-bottom: 2.25rem !important;
    }
    .pb-md-11 {
        padding-bottom: 2.5rem !important;
    }
    .pb-md-12 {
        padding-bottom: 3rem !important;
    }
    .pb-md-14 {
        padding-bottom: 3.5rem !important;
    }
    .pb-md-16 {
        padding-bottom: 4rem !important;
    }
    .pb-md-20 {
        padding-bottom: 5rem !important;
    }
    .ps-md-0 {
        padding-left: 0 !important;
    }
    .ps-md-1 {
        padding-left: 0.125rem !important;
    }
    .ps-md-2 {
        padding-left: 0.25rem !important;
    }
    .ps-md-3 {
        padding-left: 0.5rem !important;
    }
    .ps-md-4 {
        padding-left: 0.75rem !important;
    }
    .ps-md-5 {
        padding-left: 1rem !important;
    }
    .ps-md-6 {
        padding-left: 1.25rem !important;
    }
    .ps-md-7 {
        padding-left: 1.5rem !important;
    }
    .ps-md-8 {
        padding-left: 1.75rem !important;
    }
    .ps-md-9 {
        padding-left: 2rem !important;
    }
    .ps-md-10 {
        padding-left: 2.25rem !important;
    }
    .ps-md-11 {
        padding-left: 2.5rem !important;
    }
    .ps-md-12 {
        padding-left: 3rem !important;
    }
    .ps-md-14 {
        padding-left: 3.5rem !important;
    }
    .ps-md-16 {
        padding-left: 4rem !important;
    }
    .ps-md-20 {
        padding-left: 5rem !important;
    }
    .gap-md-0 {
        gap: 0 !important;
    }
    .gap-md-1 {
        gap: 0.125rem !important;
    }
    .gap-md-2 {
        gap: 0.25rem !important;
    }
    .gap-md-3 {
        gap: 0.5rem !important;
    }
    .gap-md-4 {
        gap: 0.75rem !important;
    }
    .gap-md-5 {
        gap: 1rem !important;
    }
    .gap-md-6 {
        gap: 1.25rem !important;
    }
    .gap-md-7 {
        gap: 1.5rem !important;
    }
    .gap-md-8 {
        gap: 1.75rem !important;
    }
    .gap-md-9 {
        gap: 2rem !important;
    }
    .gap-md-10 {
        gap: 2.25rem !important;
    }
    .gap-md-11 {
        gap: 2.5rem !important;
    }
    .gap-md-12 {
        gap: 3rem !important;
    }
    .gap-md-14 {
        gap: 3.5rem !important;
    }
    .gap-md-16 {
        gap: 4rem !important;
    }
    .gap-md-20 {
        gap: 5rem !important;
    }
    .text-md-start {
        text-align: left !important;
    }
    .text-md-end {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .float-lg-start {
        float: left !important;
    }
    .float-lg-end {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-grid {
        display: grid !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .justify-content-lg-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }
    .m-lg-0 {
        margin: 0 !important;
    }
    .m-lg-1 {
        margin: 0.125rem !important;
    }
    .m-lg-2 {
        margin: 0.25rem !important;
    }
    .m-lg-3 {
        margin: 0.5rem !important;
    }
    .m-lg-4 {
        margin: 0.75rem !important;
    }
    .m-lg-5 {
        margin: 1rem !important;
    }
    .m-lg-6 {
        margin: 1.25rem !important;
    }
    .m-lg-7 {
        margin: 1.5rem !important;
    }
    .m-lg-8 {
        margin: 1.75rem !important;
    }
    .m-lg-9 {
        margin: 2rem !important;
    }
    .m-lg-10 {
        margin: 2.25rem !important;
    }
    .m-lg-11 {
        margin: 2.5rem !important;
    }
    .m-lg-12 {
        margin: 3rem !important;
    }
    .m-lg-14 {
        margin: 3.5rem !important;
    }
    .m-lg-16 {
        margin: 4rem !important;
    }
    .m-lg-20 {
        margin: 5rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-lg-1 {
        margin-right: 0.125rem !important;
        margin-left: 0.125rem !important;
    }
    .mx-lg-2 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-lg-3 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-lg-4 {
        margin-right: 0.75rem !important;
        margin-left: 0.75rem !important;
    }
    .mx-lg-5 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-lg-6 {
        margin-right: 1.25rem !important;
        margin-left: 1.25rem !important;
    }
    .mx-lg-7 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-lg-8 {
        margin-right: 1.75rem !important;
        margin-left: 1.75rem !important;
    }
    .mx-lg-9 {
        margin-right: 2rem !important;
        margin-left: 2rem !important;
    }
    .mx-lg-10 {
        margin-right: 2.25rem !important;
        margin-left: 2.25rem !important;
    }
    .mx-lg-11 {
        margin-right: 2.5rem !important;
        margin-left: 2.5rem !important;
    }
    .mx-lg-12 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-lg-14 {
        margin-right: 3.5rem !important;
        margin-left: 3.5rem !important;
    }
    .mx-lg-16 {
        margin-right: 4rem !important;
        margin-left: 4rem !important;
    }
    .mx-lg-20 {
        margin-right: 5rem !important;
        margin-left: 5rem !important;
    }
    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-lg-1 {
        margin-top: 0.125rem !important;
        margin-bottom: 0.125rem !important;
    }
    .my-lg-2 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-lg-3 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-lg-4 {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }
    .my-lg-5 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-lg-6 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }
    .my-lg-7 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-lg-8 {
        margin-top: 1.75rem !important;
        margin-bottom: 1.75rem !important;
    }
    .my-lg-9 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
    .my-lg-10 {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important;
    }
    .my-lg-11 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }
    .my-lg-12 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-lg-14 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }
    .my-lg-16 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }
    .my-lg-20 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }
    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-lg-0 {
        margin-top: 0 !important;
    }
    .mt-lg-1 {
        margin-top: 0.125rem !important;
    }
    .mt-lg-2 {
        margin-top: 0.25rem !important;
    }
    .mt-lg-3 {
        margin-top: 0.5rem !important;
    }
    .mt-lg-4 {
        margin-top: 0.75rem !important;
    }
    .mt-lg-5 {
        margin-top: 1rem !important;
    }
    .mt-lg-6 {
        margin-top: 1.25rem !important;
    }
    .mt-lg-7 {
        margin-top: 1.5rem !important;
    }
    .mt-lg-8 {
        margin-top: 1.75rem !important;
    }
    .mt-lg-9 {
        margin-top: 2rem !important;
    }
    .mt-lg-10 {
        margin-top: 2.25rem !important;
    }
    .mt-lg-11 {
        margin-top: 2.5rem !important;
    }
    .mt-lg-12 {
        margin-top: 3rem !important;
    }
    .mt-lg-14 {
        margin-top: 3.5rem !important;
    }
    .mt-lg-16 {
        margin-top: 4rem !important;
    }
    .mt-lg-20 {
        margin-top: 5rem !important;
    }
    .mt-lg-auto {
        margin-top: auto !important;
    }
    .me-lg-0 {
        margin-right: 0 !important;
    }
    .me-lg-1 {
        margin-right: 0.125rem !important;
    }
    .me-lg-2 {
        margin-right: 0.25rem !important;
    }
    .me-lg-3 {
        margin-right: 0.5rem !important;
    }
    .me-lg-4 {
        margin-right: 0.75rem !important;
    }
    .me-lg-5 {
        margin-right: 1rem !important;
    }
    .me-lg-6 {
        margin-right: 1.25rem !important;
    }
    .me-lg-7 {
        margin-right: 1.5rem !important;
    }
    .me-lg-8 {
        margin-right: 1.75rem !important;
    }
    .me-lg-9 {
        margin-right: 2rem !important;
    }
    .me-lg-10 {
        margin-right: 2.25rem !important;
    }
    .me-lg-11 {
        margin-right: 2.5rem !important;
    }
    .me-lg-12 {
        margin-right: 3rem !important;
    }
    .me-lg-14 {
        margin-right: 3.5rem !important;
    }
    .me-lg-16 {
        margin-right: 4rem !important;
    }
    .me-lg-20 {
        margin-right: 5rem !important;
    }
    .me-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .mb-lg-1 {
        margin-bottom: 0.125rem !important;
    }
    .mb-lg-2 {
        margin-bottom: 0.25rem !important;
    }
    .mb-lg-3 {
        margin-bottom: 0.5rem !important;
    }
    .mb-lg-4 {
        margin-bottom: 0.75rem !important;
    }
    .mb-lg-5 {
        margin-bottom: 1rem !important;
    }
    .mb-lg-6 {
        margin-bottom: 1.25rem !important;
    }
    .mb-lg-7 {
        margin-bottom: 1.5rem !important;
    }
    .mb-lg-8 {
        margin-bottom: 1.75rem !important;
    }
    .mb-lg-9 {
        margin-bottom: 2rem !important;
    }
    .mb-lg-10 {
        margin-bottom: 2.25rem !important;
    }
    .mb-lg-11 {
        margin-bottom: 2.5rem !important;
    }
    .mb-lg-12 {
        margin-bottom: 3rem !important;
    }
    .mb-lg-14 {
        margin-bottom: 3.5rem !important;
    }
    .mb-lg-16 {
        margin-bottom: 4rem !important;
    }
    .mb-lg-20 {
        margin-bottom: 5rem !important;
    }
    .mb-lg-auto {
        margin-bottom: auto !important;
    }
    .ms-lg-0 {
        margin-left: 0 !important;
    }
    .ms-lg-1 {
        margin-left: 0.125rem !important;
    }
    .ms-lg-2 {
        margin-left: 0.25rem !important;
    }
    .ms-lg-3 {
        margin-left: 0.5rem !important;
    }
    .ms-lg-4 {
        margin-left: 0.75rem !important;
    }
    .ms-lg-5 {
        margin-left: 1rem !important;
    }
    .ms-lg-6 {
        margin-left: 1.25rem !important;
    }
    .ms-lg-7 {
        margin-left: 1.5rem !important;
    }
    .ms-lg-8 {
        margin-left: 1.75rem !important;
    }
    .ms-lg-9 {
        margin-left: 2rem !important;
    }
    .ms-lg-10 {
        margin-left: 2.25rem !important;
    }
    .ms-lg-11 {
        margin-left: 2.5rem !important;
    }
    .ms-lg-12 {
        margin-left: 3rem !important;
    }
    .ms-lg-14 {
        margin-left: 3.5rem !important;
    }
    .ms-lg-16 {
        margin-left: 4rem !important;
    }
    .ms-lg-20 {
        margin-left: 5rem !important;
    }
    .ms-lg-auto {
        margin-left: auto !important;
    }
    .m-lg-n1 {
        margin: -0.125rem !important;
    }
    .m-lg-n2 {
        margin: -0.25rem !important;
    }
    .m-lg-n3 {
        margin: -0.5rem !important;
    }
    .m-lg-n4 {
        margin: -0.75rem !important;
    }
    .m-lg-n5 {
        margin: -1rem !important;
    }
    .m-lg-n6 {
        margin: -1.25rem !important;
    }
    .m-lg-n7 {
        margin: -1.5rem !important;
    }
    .m-lg-n8 {
        margin: -1.75rem !important;
    }
    .m-lg-n9 {
        margin: -2rem !important;
    }
    .m-lg-n10 {
        margin: -2.25rem !important;
    }
    .m-lg-n11 {
        margin: -2.5rem !important;
    }
    .m-lg-n12 {
        margin: -3rem !important;
    }
    .m-lg-n14 {
        margin: -3.5rem !important;
    }
    .m-lg-n16 {
        margin: -4rem !important;
    }
    .m-lg-n20 {
        margin: -5rem !important;
    }
    .mx-lg-n1 {
        margin-right: -0.125rem !important;
        margin-left: -0.125rem !important;
    }
    .mx-lg-n2 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }
    .mx-lg-n3 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }
    .mx-lg-n4 {
        margin-right: -0.75rem !important;
        margin-left: -0.75rem !important;
    }
    .mx-lg-n5 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }
    .mx-lg-n6 {
        margin-right: -1.25rem !important;
        margin-left: -1.25rem !important;
    }
    .mx-lg-n7 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }
    .mx-lg-n8 {
        margin-right: -1.75rem !important;
        margin-left: -1.75rem !important;
    }
    .mx-lg-n9 {
        margin-right: -2rem !important;
        margin-left: -2rem !important;
    }
    .mx-lg-n10 {
        margin-right: -2.25rem !important;
        margin-left: -2.25rem !important;
    }
    .mx-lg-n11 {
        margin-right: -2.5rem !important;
        margin-left: -2.5rem !important;
    }
    .mx-lg-n12 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }
    .mx-lg-n14 {
        margin-right: -3.5rem !important;
        margin-left: -3.5rem !important;
    }
    .mx-lg-n16 {
        margin-right: -4rem !important;
        margin-left: -4rem !important;
    }
    .mx-lg-n20 {
        margin-right: -5rem !important;
        margin-left: -5rem !important;
    }
    .my-lg-n1 {
        margin-top: -0.125rem !important;
        margin-bottom: -0.125rem !important;
    }
    .my-lg-n2 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }
    .my-lg-n3 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }
    .my-lg-n4 {
        margin-top: -0.75rem !important;
        margin-bottom: -0.75rem !important;
    }
    .my-lg-n5 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }
    .my-lg-n6 {
        margin-top: -1.25rem !important;
        margin-bottom: -1.25rem !important;
    }
    .my-lg-n7 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }
    .my-lg-n8 {
        margin-top: -1.75rem !important;
        margin-bottom: -1.75rem !important;
    }
    .my-lg-n9 {
        margin-top: -2rem !important;
        margin-bottom: -2rem !important;
    }
    .my-lg-n10 {
        margin-top: -2.25rem !important;
        margin-bottom: -2.25rem !important;
    }
    .my-lg-n11 {
        margin-top: -2.5rem !important;
        margin-bottom: -2.5rem !important;
    }
    .my-lg-n12 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }
    .my-lg-n14 {
        margin-top: -3.5rem !important;
        margin-bottom: -3.5rem !important;
    }
    .my-lg-n16 {
        margin-top: -4rem !important;
        margin-bottom: -4rem !important;
    }
    .my-lg-n20 {
        margin-top: -5rem !important;
        margin-bottom: -5rem !important;
    }
    .mt-lg-n1 {
        margin-top: -0.125rem !important;
    }
    .mt-lg-n2 {
        margin-top: -0.25rem !important;
    }
    .mt-lg-n3 {
        margin-top: -0.5rem !important;
    }
    .mt-lg-n4 {
        margin-top: -0.75rem !important;
    }
    .mt-lg-n5 {
        margin-top: -1rem !important;
    }
    .mt-lg-n6 {
        margin-top: -1.25rem !important;
    }
    .mt-lg-n7 {
        margin-top: -1.5rem !important;
    }
    .mt-lg-n8 {
        margin-top: -1.75rem !important;
    }
    .mt-lg-n9 {
        margin-top: -2rem !important;
    }
    .mt-lg-n10 {
        margin-top: -2.25rem !important;
    }
    .mt-lg-n11 {
        margin-top: -2.5rem !important;
    }
    .mt-lg-n12 {
        margin-top: -3rem !important;
    }
    .mt-lg-n14 {
        margin-top: -3.5rem !important;
    }
    .mt-lg-n16 {
        margin-top: -4rem !important;
    }
    .mt-lg-n20 {
        margin-top: -5rem !important;
    }
    .me-lg-n1 {
        margin-right: -0.125rem !important;
    }
    .me-lg-n2 {
        margin-right: -0.25rem !important;
    }
    .me-lg-n3 {
        margin-right: -0.5rem !important;
    }
    .me-lg-n4 {
        margin-right: -0.75rem !important;
    }
    .me-lg-n5 {
        margin-right: -1rem !important;
    }
    .me-lg-n6 {
        margin-right: -1.25rem !important;
    }
    .me-lg-n7 {
        margin-right: -1.5rem !important;
    }
    .me-lg-n8 {
        margin-right: -1.75rem !important;
    }
    .me-lg-n9 {
        margin-right: -2rem !important;
    }
    .me-lg-n10 {
        margin-right: -2.25rem !important;
    }
    .me-lg-n11 {
        margin-right: -2.5rem !important;
    }
    .me-lg-n12 {
        margin-right: -3rem !important;
    }
    .me-lg-n14 {
        margin-right: -3.5rem !important;
    }
    .me-lg-n16 {
        margin-right: -4rem !important;
    }
    .me-lg-n20 {
        margin-right: -5rem !important;
    }
    .mb-lg-n1 {
        margin-bottom: -0.125rem !important;
    }
    .mb-lg-n2 {
        margin-bottom: -0.25rem !important;
    }
    .mb-lg-n3 {
        margin-bottom: -0.5rem !important;
    }
    .mb-lg-n4 {
        margin-bottom: -0.75rem !important;
    }
    .mb-lg-n5 {
        margin-bottom: -1rem !important;
    }
    .mb-lg-n6 {
        margin-bottom: -1.25rem !important;
    }
    .mb-lg-n7 {
        margin-bottom: -1.5rem !important;
    }
    .mb-lg-n8 {
        margin-bottom: -1.75rem !important;
    }
    .mb-lg-n9 {
        margin-bottom: -2rem !important;
    }
    .mb-lg-n10 {
        margin-bottom: -2.25rem !important;
    }
    .mb-lg-n11 {
        margin-bottom: -2.5rem !important;
    }
    .mb-lg-n12 {
        margin-bottom: -3rem !important;
    }
    .mb-lg-n14 {
        margin-bottom: -3.5rem !important;
    }
    .mb-lg-n16 {
        margin-bottom: -4rem !important;
    }
    .mb-lg-n20 {
        margin-bottom: -5rem !important;
    }
    .ms-lg-n1 {
        margin-left: -0.125rem !important;
    }
    .ms-lg-n2 {
        margin-left: -0.25rem !important;
    }
    .ms-lg-n3 {
        margin-left: -0.5rem !important;
    }
    .ms-lg-n4 {
        margin-left: -0.75rem !important;
    }
    .ms-lg-n5 {
        margin-left: -1rem !important;
    }
    .ms-lg-n6 {
        margin-left: -1.25rem !important;
    }
    .ms-lg-n7 {
        margin-left: -1.5rem !important;
    }
    .ms-lg-n8 {
        margin-left: -1.75rem !important;
    }
    .ms-lg-n9 {
        margin-left: -2rem !important;
    }
    .ms-lg-n10 {
        margin-left: -2.25rem !important;
    }
    .ms-lg-n11 {
        margin-left: -2.5rem !important;
    }
    .ms-lg-n12 {
        margin-left: -3rem !important;
    }
    .ms-lg-n14 {
        margin-left: -3.5rem !important;
    }
    .ms-lg-n16 {
        margin-left: -4rem !important;
    }
    .ms-lg-n20 {
        margin-left: -5rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .p-lg-1 {
        padding: 0.125rem !important;
    }
    .p-lg-2 {
        padding: 0.25rem !important;
    }
    .p-lg-3 {
        padding: 0.5rem !important;
    }
    .p-lg-4 {
        padding: 0.75rem !important;
    }
    .p-lg-5 {
        padding: 1rem !important;
    }
    .p-lg-6 {
        padding: 1.25rem !important;
    }
    .p-lg-7 {
        padding: 1.5rem !important;
    }
    .p-lg-8 {
        padding: 1.75rem !important;
    }
    .p-lg-9 {
        padding: 2rem !important;
    }
    .p-lg-10 {
        padding: 2.25rem !important;
    }
    .p-lg-11 {
        padding: 2.5rem !important;
    }
    .p-lg-12 {
        padding: 3rem !important;
    }
    .p-lg-14 {
        padding: 3.5rem !important;
    }
    .p-lg-16 {
        padding: 4rem !important;
    }
    .p-lg-20 {
        padding: 5rem !important;
    }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-lg-1 {
        padding-right: 0.125rem !important;
        padding-left: 0.125rem !important;
    }
    .px-lg-2 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-lg-3 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-lg-4 {
        padding-right: 0.75rem !important;
        padding-left: 0.75rem !important;
    }
    .px-lg-5 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-lg-6 {
        padding-right: 1.25rem !important;
        padding-left: 1.25rem !important;
    }
    .px-lg-7 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-lg-8 {
        padding-right: 1.75rem !important;
        padding-left: 1.75rem !important;
    }
    .px-lg-9 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }
    .px-lg-10 {
        padding-right: 2.25rem !important;
        padding-left: 2.25rem !important;
    }
    .px-lg-11 {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important;
    }
    .px-lg-12 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .px-lg-14 {
        padding-right: 3.5rem !important;
        padding-left: 3.5rem !important;
    }
    .px-lg-16 {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }
    .px-lg-20 {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-lg-1 {
        padding-top: 0.125rem !important;
        padding-bottom: 0.125rem !important;
    }
    .py-lg-2 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-lg-3 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-lg-4 {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }
    .py-lg-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-lg-6 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }
    .py-lg-7 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-lg-8 {
        padding-top: 1.75rem !important;
        padding-bottom: 1.75rem !important;
    }
    .py-lg-9 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .py-lg-10 {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important;
    }
    .py-lg-11 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
    .py-lg-12 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .py-lg-14 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }
    .py-lg-16 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }
    .py-lg-20 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .pt-lg-0 {
        padding-top: 0 !important;
    }
    .pt-lg-1 {
        padding-top: 0.125rem !important;
    }
    .pt-lg-2 {
        padding-top: 0.25rem !important;
    }
    .pt-lg-3 {
        padding-top: 0.5rem !important;
    }
    .pt-lg-4 {
        padding-top: 0.75rem !important;
    }
    .pt-lg-5 {
        padding-top: 1rem !important;
    }
    .pt-lg-6 {
        padding-top: 1.25rem !important;
    }
    .pt-lg-7 {
        padding-top: 1.5rem !important;
    }
    .pt-lg-8 {
        padding-top: 1.75rem !important;
    }
    .pt-lg-9 {
        padding-top: 2rem !important;
    }
    .pt-lg-10 {
        padding-top: 2.25rem !important;
    }
    .pt-lg-11 {
        padding-top: 2.5rem !important;
    }
    .pt-lg-12 {
        padding-top: 3rem !important;
    }
    .pt-lg-14 {
        padding-top: 3.5rem !important;
    }
    .pt-lg-16 {
        padding-top: 4rem !important;
    }
    .pt-lg-20 {
        padding-top: 5rem !important;
    }
    .pe-lg-0 {
        padding-right: 0 !important;
    }
    .pe-lg-1 {
        padding-right: 0.125rem !important;
    }
    .pe-lg-2 {
        padding-right: 0.25rem !important;
    }
    .pe-lg-3 {
        padding-right: 0.5rem !important;
    }
    .pe-lg-4 {
        padding-right: 0.75rem !important;
    }
    .pe-lg-5 {
        padding-right: 1rem !important;
    }
    .pe-lg-6 {
        padding-right: 1.25rem !important;
    }
    .pe-lg-7 {
        padding-right: 1.5rem !important;
    }
    .pe-lg-8 {
        padding-right: 1.75rem !important;
    }
    .pe-lg-9 {
        padding-right: 2rem !important;
    }
    .pe-lg-10 {
        padding-right: 2.25rem !important;
    }
    .pe-lg-11 {
        padding-right: 2.5rem !important;
    }
    .pe-lg-12 {
        padding-right: 3rem !important;
    }
    .pe-lg-14 {
        padding-right: 3.5rem !important;
    }
    .pe-lg-16 {
        padding-right: 4rem !important;
    }
    .pe-lg-20 {
        padding-right: 5rem !important;
    }
    .pb-lg-0 {
        padding-bottom: 0 !important;
    }
    .pb-lg-1 {
        padding-bottom: 0.125rem !important;
    }
    .pb-lg-2 {
        padding-bottom: 0.25rem !important;
    }
    .pb-lg-3 {
        padding-bottom: 0.5rem !important;
    }
    .pb-lg-4 {
        padding-bottom: 0.75rem !important;
    }
    .pb-lg-5 {
        padding-bottom: 1rem !important;
    }
    .pb-lg-6 {
        padding-bottom: 1.25rem !important;
    }
    .pb-lg-7 {
        padding-bottom: 1.5rem !important;
    }
    .pb-lg-8 {
        padding-bottom: 1.75rem !important;
    }
    .pb-lg-9 {
        padding-bottom: 2rem !important;
    }
    .pb-lg-10 {
        padding-bottom: 2.25rem !important;
    }
    .pb-lg-11 {
        padding-bottom: 2.5rem !important;
    }
    .pb-lg-12 {
        padding-bottom: 3rem !important;
    }
    .pb-lg-14 {
        padding-bottom: 3.5rem !important;
    }
    .pb-lg-16 {
        padding-bottom: 4rem !important;
    }
    .pb-lg-20 {
        padding-bottom: 5rem !important;
    }
    .ps-lg-0 {
        padding-left: 0 !important;
    }
    .ps-lg-1 {
        padding-left: 0.125rem !important;
    }
    .ps-lg-2 {
        padding-left: 0.25rem !important;
    }
    .ps-lg-3 {
        padding-left: 0.5rem !important;
    }
    .ps-lg-4 {
        padding-left: 0.75rem !important;
    }
    .ps-lg-5 {
        padding-left: 1rem !important;
    }
    .ps-lg-6 {
        padding-left: 1.25rem !important;
    }
    .ps-lg-7 {
        padding-left: 1.5rem !important;
    }
    .ps-lg-8 {
        padding-left: 1.75rem !important;
    }
    .ps-lg-9 {
        padding-left: 2rem !important;
    }
    .ps-lg-10 {
        padding-left: 2.25rem !important;
    }
    .ps-lg-11 {
        padding-left: 2.5rem !important;
    }
    .ps-lg-12 {
        padding-left: 3rem !important;
    }
    .ps-lg-14 {
        padding-left: 3.5rem !important;
    }
    .ps-lg-16 {
        padding-left: 4rem !important;
    }
    .ps-lg-20 {
        padding-left: 5rem !important;
    }
    .gap-lg-0 {
        gap: 0 !important;
    }
    .gap-lg-1 {
        gap: 0.125rem !important;
    }
    .gap-lg-2 {
        gap: 0.25rem !important;
    }
    .gap-lg-3 {
        gap: 0.5rem !important;
    }
    .gap-lg-4 {
        gap: 0.75rem !important;
    }
    .gap-lg-5 {
        gap: 1rem !important;
    }
    .gap-lg-6 {
        gap: 1.25rem !important;
    }
    .gap-lg-7 {
        gap: 1.5rem !important;
    }
    .gap-lg-8 {
        gap: 1.75rem !important;
    }
    .gap-lg-9 {
        gap: 2rem !important;
    }
    .gap-lg-10 {
        gap: 2.25rem !important;
    }
    .gap-lg-11 {
        gap: 2.5rem !important;
    }
    .gap-lg-12 {
        gap: 3rem !important;
    }
    .gap-lg-14 {
        gap: 3.5rem !important;
    }
    .gap-lg-16 {
        gap: 4rem !important;
    }
    .gap-lg-20 {
        gap: 5rem !important;
    }
    .text-lg-start {
        text-align: left !important;
    }
    .text-lg-end {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .float-xl-start {
        float: left !important;
    }
    .float-xl-end {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-grid {
        display: grid !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .d-xl-none {
        display: none !important;
    }
    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .justify-content-xl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }
    .m-xl-0 {
        margin: 0 !important;
    }
    .m-xl-1 {
        margin: 0.125rem !important;
    }
    .m-xl-2 {
        margin: 0.25rem !important;
    }
    .m-xl-3 {
        margin: 0.5rem !important;
    }
    .m-xl-4 {
        margin: 0.75rem !important;
    }
    .m-xl-5 {
        margin: 1rem !important;
    }
    .m-xl-6 {
        margin: 1.25rem !important;
    }
    .m-xl-7 {
        margin: 1.5rem !important;
    }
    .m-xl-8 {
        margin: 1.75rem !important;
    }
    .m-xl-9 {
        margin: 2rem !important;
    }
    .m-xl-10 {
        margin: 2.25rem !important;
    }
    .m-xl-11 {
        margin: 2.5rem !important;
    }
    .m-xl-12 {
        margin: 3rem !important;
    }
    .m-xl-14 {
        margin: 3.5rem !important;
    }
    .m-xl-16 {
        margin: 4rem !important;
    }
    .m-xl-20 {
        margin: 5rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xl-1 {
        margin-right: 0.125rem !important;
        margin-left: 0.125rem !important;
    }
    .mx-xl-2 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xl-3 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xl-4 {
        margin-right: 0.75rem !important;
        margin-left: 0.75rem !important;
    }
    .mx-xl-5 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xl-6 {
        margin-right: 1.25rem !important;
        margin-left: 1.25rem !important;
    }
    .mx-xl-7 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xl-8 {
        margin-right: 1.75rem !important;
        margin-left: 1.75rem !important;
    }
    .mx-xl-9 {
        margin-right: 2rem !important;
        margin-left: 2rem !important;
    }
    .mx-xl-10 {
        margin-right: 2.25rem !important;
        margin-left: 2.25rem !important;
    }
    .mx-xl-11 {
        margin-right: 2.5rem !important;
        margin-left: 2.5rem !important;
    }
    .mx-xl-12 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xl-14 {
        margin-right: 3.5rem !important;
        margin-left: 3.5rem !important;
    }
    .mx-xl-16 {
        margin-right: 4rem !important;
        margin-left: 4rem !important;
    }
    .mx-xl-20 {
        margin-right: 5rem !important;
        margin-left: 5rem !important;
    }
    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xl-1 {
        margin-top: 0.125rem !important;
        margin-bottom: 0.125rem !important;
    }
    .my-xl-2 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xl-3 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xl-4 {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }
    .my-xl-5 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xl-6 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }
    .my-xl-7 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xl-8 {
        margin-top: 1.75rem !important;
        margin-bottom: 1.75rem !important;
    }
    .my-xl-9 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
    .my-xl-10 {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important;
    }
    .my-xl-11 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }
    .my-xl-12 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xl-14 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }
    .my-xl-16 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }
    .my-xl-20 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }
    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xl-0 {
        margin-top: 0 !important;
    }
    .mt-xl-1 {
        margin-top: 0.125rem !important;
    }
    .mt-xl-2 {
        margin-top: 0.25rem !important;
    }
    .mt-xl-3 {
        margin-top: 0.5rem !important;
    }
    .mt-xl-4 {
        margin-top: 0.75rem !important;
    }
    .mt-xl-5 {
        margin-top: 1rem !important;
    }
    .mt-xl-6 {
        margin-top: 1.25rem !important;
    }
    .mt-xl-7 {
        margin-top: 1.5rem !important;
    }
    .mt-xl-8 {
        margin-top: 1.75rem !important;
    }
    .mt-xl-9 {
        margin-top: 2rem !important;
    }
    .mt-xl-10 {
        margin-top: 2.25rem !important;
    }
    .mt-xl-11 {
        margin-top: 2.5rem !important;
    }
    .mt-xl-12 {
        margin-top: 3rem !important;
    }
    .mt-xl-14 {
        margin-top: 3.5rem !important;
    }
    .mt-xl-16 {
        margin-top: 4rem !important;
    }
    .mt-xl-20 {
        margin-top: 5rem !important;
    }
    .mt-xl-auto {
        margin-top: auto !important;
    }
    .me-xl-0 {
        margin-right: 0 !important;
    }
    .me-xl-1 {
        margin-right: 0.125rem !important;
    }
    .me-xl-2 {
        margin-right: 0.25rem !important;
    }
    .me-xl-3 {
        margin-right: 0.5rem !important;
    }
    .me-xl-4 {
        margin-right: 0.75rem !important;
    }
    .me-xl-5 {
        margin-right: 1rem !important;
    }
    .me-xl-6 {
        margin-right: 1.25rem !important;
    }
    .me-xl-7 {
        margin-right: 1.5rem !important;
    }
    .me-xl-8 {
        margin-right: 1.75rem !important;
    }
    .me-xl-9 {
        margin-right: 2rem !important;
    }
    .me-xl-10 {
        margin-right: 2.25rem !important;
    }
    .me-xl-11 {
        margin-right: 2.5rem !important;
    }
    .me-xl-12 {
        margin-right: 3rem !important;
    }
    .me-xl-14 {
        margin-right: 3.5rem !important;
    }
    .me-xl-16 {
        margin-right: 4rem !important;
    }
    .me-xl-20 {
        margin-right: 5rem !important;
    }
    .me-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xl-1 {
        margin-bottom: 0.125rem !important;
    }
    .mb-xl-2 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xl-3 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xl-4 {
        margin-bottom: 0.75rem !important;
    }
    .mb-xl-5 {
        margin-bottom: 1rem !important;
    }
    .mb-xl-6 {
        margin-bottom: 1.25rem !important;
    }
    .mb-xl-7 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xl-8 {
        margin-bottom: 1.75rem !important;
    }
    .mb-xl-9 {
        margin-bottom: 2rem !important;
    }
    .mb-xl-10 {
        margin-bottom: 2.25rem !important;
    }
    .mb-xl-11 {
        margin-bottom: 2.5rem !important;
    }
    .mb-xl-12 {
        margin-bottom: 3rem !important;
    }
    .mb-xl-14 {
        margin-bottom: 3.5rem !important;
    }
    .mb-xl-16 {
        margin-bottom: 4rem !important;
    }
    .mb-xl-20 {
        margin-bottom: 5rem !important;
    }
    .mb-xl-auto {
        margin-bottom: auto !important;
    }
    .ms-xl-0 {
        margin-left: 0 !important;
    }
    .ms-xl-1 {
        margin-left: 0.125rem !important;
    }
    .ms-xl-2 {
        margin-left: 0.25rem !important;
    }
    .ms-xl-3 {
        margin-left: 0.5rem !important;
    }
    .ms-xl-4 {
        margin-left: 0.75rem !important;
    }
    .ms-xl-5 {
        margin-left: 1rem !important;
    }
    .ms-xl-6 {
        margin-left: 1.25rem !important;
    }
    .ms-xl-7 {
        margin-left: 1.5rem !important;
    }
    .ms-xl-8 {
        margin-left: 1.75rem !important;
    }
    .ms-xl-9 {
        margin-left: 2rem !important;
    }
    .ms-xl-10 {
        margin-left: 2.25rem !important;
    }
    .ms-xl-11 {
        margin-left: 2.5rem !important;
    }
    .ms-xl-12 {
        margin-left: 3rem !important;
    }
    .ms-xl-14 {
        margin-left: 3.5rem !important;
    }
    .ms-xl-16 {
        margin-left: 4rem !important;
    }
    .ms-xl-20 {
        margin-left: 5rem !important;
    }
    .ms-xl-auto {
        margin-left: auto !important;
    }
    .m-xl-n1 {
        margin: -0.125rem !important;
    }
    .m-xl-n2 {
        margin: -0.25rem !important;
    }
    .m-xl-n3 {
        margin: -0.5rem !important;
    }
    .m-xl-n4 {
        margin: -0.75rem !important;
    }
    .m-xl-n5 {
        margin: -1rem !important;
    }
    .m-xl-n6 {
        margin: -1.25rem !important;
    }
    .m-xl-n7 {
        margin: -1.5rem !important;
    }
    .m-xl-n8 {
        margin: -1.75rem !important;
    }
    .m-xl-n9 {
        margin: -2rem !important;
    }
    .m-xl-n10 {
        margin: -2.25rem !important;
    }
    .m-xl-n11 {
        margin: -2.5rem !important;
    }
    .m-xl-n12 {
        margin: -3rem !important;
    }
    .m-xl-n14 {
        margin: -3.5rem !important;
    }
    .m-xl-n16 {
        margin: -4rem !important;
    }
    .m-xl-n20 {
        margin: -5rem !important;
    }
    .mx-xl-n1 {
        margin-right: -0.125rem !important;
        margin-left: -0.125rem !important;
    }
    .mx-xl-n2 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }
    .mx-xl-n3 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }
    .mx-xl-n4 {
        margin-right: -0.75rem !important;
        margin-left: -0.75rem !important;
    }
    .mx-xl-n5 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }
    .mx-xl-n6 {
        margin-right: -1.25rem !important;
        margin-left: -1.25rem !important;
    }
    .mx-xl-n7 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }
    .mx-xl-n8 {
        margin-right: -1.75rem !important;
        margin-left: -1.75rem !important;
    }
    .mx-xl-n9 {
        margin-right: -2rem !important;
        margin-left: -2rem !important;
    }
    .mx-xl-n10 {
        margin-right: -2.25rem !important;
        margin-left: -2.25rem !important;
    }
    .mx-xl-n11 {
        margin-right: -2.5rem !important;
        margin-left: -2.5rem !important;
    }
    .mx-xl-n12 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }
    .mx-xl-n14 {
        margin-right: -3.5rem !important;
        margin-left: -3.5rem !important;
    }
    .mx-xl-n16 {
        margin-right: -4rem !important;
        margin-left: -4rem !important;
    }
    .mx-xl-n20 {
        margin-right: -5rem !important;
        margin-left: -5rem !important;
    }
    .my-xl-n1 {
        margin-top: -0.125rem !important;
        margin-bottom: -0.125rem !important;
    }
    .my-xl-n2 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }
    .my-xl-n3 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }
    .my-xl-n4 {
        margin-top: -0.75rem !important;
        margin-bottom: -0.75rem !important;
    }
    .my-xl-n5 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }
    .my-xl-n6 {
        margin-top: -1.25rem !important;
        margin-bottom: -1.25rem !important;
    }
    .my-xl-n7 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }
    .my-xl-n8 {
        margin-top: -1.75rem !important;
        margin-bottom: -1.75rem !important;
    }
    .my-xl-n9 {
        margin-top: -2rem !important;
        margin-bottom: -2rem !important;
    }
    .my-xl-n10 {
        margin-top: -2.25rem !important;
        margin-bottom: -2.25rem !important;
    }
    .my-xl-n11 {
        margin-top: -2.5rem !important;
        margin-bottom: -2.5rem !important;
    }
    .my-xl-n12 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }
    .my-xl-n14 {
        margin-top: -3.5rem !important;
        margin-bottom: -3.5rem !important;
    }
    .my-xl-n16 {
        margin-top: -4rem !important;
        margin-bottom: -4rem !important;
    }
    .my-xl-n20 {
        margin-top: -5rem !important;
        margin-bottom: -5rem !important;
    }
    .mt-xl-n1 {
        margin-top: -0.125rem !important;
    }
    .mt-xl-n2 {
        margin-top: -0.25rem !important;
    }
    .mt-xl-n3 {
        margin-top: -0.5rem !important;
    }
    .mt-xl-n4 {
        margin-top: -0.75rem !important;
    }
    .mt-xl-n5 {
        margin-top: -1rem !important;
    }
    .mt-xl-n6 {
        margin-top: -1.25rem !important;
    }
    .mt-xl-n7 {
        margin-top: -1.5rem !important;
    }
    .mt-xl-n8 {
        margin-top: -1.75rem !important;
    }
    .mt-xl-n9 {
        margin-top: -2rem !important;
    }
    .mt-xl-n10 {
        margin-top: -2.25rem !important;
    }
    .mt-xl-n11 {
        margin-top: -2.5rem !important;
    }
    .mt-xl-n12 {
        margin-top: -3rem !important;
    }
    .mt-xl-n14 {
        margin-top: -3.5rem !important;
    }
    .mt-xl-n16 {
        margin-top: -4rem !important;
    }
    .mt-xl-n20 {
        margin-top: -5rem !important;
    }
    .me-xl-n1 {
        margin-right: -0.125rem !important;
    }
    .me-xl-n2 {
        margin-right: -0.25rem !important;
    }
    .me-xl-n3 {
        margin-right: -0.5rem !important;
    }
    .me-xl-n4 {
        margin-right: -0.75rem !important;
    }
    .me-xl-n5 {
        margin-right: -1rem !important;
    }
    .me-xl-n6 {
        margin-right: -1.25rem !important;
    }
    .me-xl-n7 {
        margin-right: -1.5rem !important;
    }
    .me-xl-n8 {
        margin-right: -1.75rem !important;
    }
    .me-xl-n9 {
        margin-right: -2rem !important;
    }
    .me-xl-n10 {
        margin-right: -2.25rem !important;
    }
    .me-xl-n11 {
        margin-right: -2.5rem !important;
    }
    .me-xl-n12 {
        margin-right: -3rem !important;
    }
    .me-xl-n14 {
        margin-right: -3.5rem !important;
    }
    .me-xl-n16 {
        margin-right: -4rem !important;
    }
    .me-xl-n20 {
        margin-right: -5rem !important;
    }
    .mb-xl-n1 {
        margin-bottom: -0.125rem !important;
    }
    .mb-xl-n2 {
        margin-bottom: -0.25rem !important;
    }
    .mb-xl-n3 {
        margin-bottom: -0.5rem !important;
    }
    .mb-xl-n4 {
        margin-bottom: -0.75rem !important;
    }
    .mb-xl-n5 {
        margin-bottom: -1rem !important;
    }
    .mb-xl-n6 {
        margin-bottom: -1.25rem !important;
    }
    .mb-xl-n7 {
        margin-bottom: -1.5rem !important;
    }
    .mb-xl-n8 {
        margin-bottom: -1.75rem !important;
    }
    .mb-xl-n9 {
        margin-bottom: -2rem !important;
    }
    .mb-xl-n10 {
        margin-bottom: -2.25rem !important;
    }
    .mb-xl-n11 {
        margin-bottom: -2.5rem !important;
    }
    .mb-xl-n12 {
        margin-bottom: -3rem !important;
    }
    .mb-xl-n14 {
        margin-bottom: -3.5rem !important;
    }
    .mb-xl-n16 {
        margin-bottom: -4rem !important;
    }
    .mb-xl-n20 {
        margin-bottom: -5rem !important;
    }
    .ms-xl-n1 {
        margin-left: -0.125rem !important;
    }
    .ms-xl-n2 {
        margin-left: -0.25rem !important;
    }
    .ms-xl-n3 {
        margin-left: -0.5rem !important;
    }
    .ms-xl-n4 {
        margin-left: -0.75rem !important;
    }
    .ms-xl-n5 {
        margin-left: -1rem !important;
    }
    .ms-xl-n6 {
        margin-left: -1.25rem !important;
    }
    .ms-xl-n7 {
        margin-left: -1.5rem !important;
    }
    .ms-xl-n8 {
        margin-left: -1.75rem !important;
    }
    .ms-xl-n9 {
        margin-left: -2rem !important;
    }
    .ms-xl-n10 {
        margin-left: -2.25rem !important;
    }
    .ms-xl-n11 {
        margin-left: -2.5rem !important;
    }
    .ms-xl-n12 {
        margin-left: -3rem !important;
    }
    .ms-xl-n14 {
        margin-left: -3.5rem !important;
    }
    .ms-xl-n16 {
        margin-left: -4rem !important;
    }
    .ms-xl-n20 {
        margin-left: -5rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .p-xl-1 {
        padding: 0.125rem !important;
    }
    .p-xl-2 {
        padding: 0.25rem !important;
    }
    .p-xl-3 {
        padding: 0.5rem !important;
    }
    .p-xl-4 {
        padding: 0.75rem !important;
    }
    .p-xl-5 {
        padding: 1rem !important;
    }
    .p-xl-6 {
        padding: 1.25rem !important;
    }
    .p-xl-7 {
        padding: 1.5rem !important;
    }
    .p-xl-8 {
        padding: 1.75rem !important;
    }
    .p-xl-9 {
        padding: 2rem !important;
    }
    .p-xl-10 {
        padding: 2.25rem !important;
    }
    .p-xl-11 {
        padding: 2.5rem !important;
    }
    .p-xl-12 {
        padding: 3rem !important;
    }
    .p-xl-14 {
        padding: 3.5rem !important;
    }
    .p-xl-16 {
        padding: 4rem !important;
    }
    .p-xl-20 {
        padding: 5rem !important;
    }
    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xl-1 {
        padding-right: 0.125rem !important;
        padding-left: 0.125rem !important;
    }
    .px-xl-2 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xl-3 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xl-4 {
        padding-right: 0.75rem !important;
        padding-left: 0.75rem !important;
    }
    .px-xl-5 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xl-6 {
        padding-right: 1.25rem !important;
        padding-left: 1.25rem !important;
    }
    .px-xl-7 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xl-8 {
        padding-right: 1.75rem !important;
        padding-left: 1.75rem !important;
    }
    .px-xl-9 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }
    .px-xl-10 {
        padding-right: 2.25rem !important;
        padding-left: 2.25rem !important;
    }
    .px-xl-11 {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important;
    }
    .px-xl-12 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .px-xl-14 {
        padding-right: 3.5rem !important;
        padding-left: 3.5rem !important;
    }
    .px-xl-16 {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }
    .px-xl-20 {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }
    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xl-1 {
        padding-top: 0.125rem !important;
        padding-bottom: 0.125rem !important;
    }
    .py-xl-2 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xl-3 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xl-4 {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }
    .py-xl-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xl-6 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }
    .py-xl-7 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xl-8 {
        padding-top: 1.75rem !important;
        padding-bottom: 1.75rem !important;
    }
    .py-xl-9 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .py-xl-10 {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important;
    }
    .py-xl-11 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
    .py-xl-12 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .py-xl-14 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }
    .py-xl-16 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }
    .py-xl-20 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .pt-xl-0 {
        padding-top: 0 !important;
    }
    .pt-xl-1 {
        padding-top: 0.125rem !important;
    }
    .pt-xl-2 {
        padding-top: 0.25rem !important;
    }
    .pt-xl-3 {
        padding-top: 0.5rem !important;
    }
    .pt-xl-4 {
        padding-top: 0.75rem !important;
    }
    .pt-xl-5 {
        padding-top: 1rem !important;
    }
    .pt-xl-6 {
        padding-top: 1.25rem !important;
    }
    .pt-xl-7 {
        padding-top: 1.5rem !important;
    }
    .pt-xl-8 {
        padding-top: 1.75rem !important;
    }
    .pt-xl-9 {
        padding-top: 2rem !important;
    }
    .pt-xl-10 {
        padding-top: 2.25rem !important;
    }
    .pt-xl-11 {
        padding-top: 2.5rem !important;
    }
    .pt-xl-12 {
        padding-top: 3rem !important;
    }
    .pt-xl-14 {
        padding-top: 3.5rem !important;
    }
    .pt-xl-16 {
        padding-top: 4rem !important;
    }
    .pt-xl-20 {
        padding-top: 5rem !important;
    }
    .pe-xl-0 {
        padding-right: 0 !important;
    }
    .pe-xl-1 {
        padding-right: 0.125rem !important;
    }
    .pe-xl-2 {
        padding-right: 0.25rem !important;
    }
    .pe-xl-3 {
        padding-right: 0.5rem !important;
    }
    .pe-xl-4 {
        padding-right: 0.75rem !important;
    }
    .pe-xl-5 {
        padding-right: 1rem !important;
    }
    .pe-xl-6 {
        padding-right: 1.25rem !important;
    }
    .pe-xl-7 {
        padding-right: 1.5rem !important;
    }
    .pe-xl-8 {
        padding-right: 1.75rem !important;
    }
    .pe-xl-9 {
        padding-right: 2rem !important;
    }
    .pe-xl-10 {
        padding-right: 2.25rem !important;
    }
    .pe-xl-11 {
        padding-right: 2.5rem !important;
    }
    .pe-xl-12 {
        padding-right: 3rem !important;
    }
    .pe-xl-14 {
        padding-right: 3.5rem !important;
    }
    .pe-xl-16 {
        padding-right: 4rem !important;
    }
    .pe-xl-20 {
        padding-right: 5rem !important;
    }
    .pb-xl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xl-1 {
        padding-bottom: 0.125rem !important;
    }
    .pb-xl-2 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xl-3 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xl-4 {
        padding-bottom: 0.75rem !important;
    }
    .pb-xl-5 {
        padding-bottom: 1rem !important;
    }
    .pb-xl-6 {
        padding-bottom: 1.25rem !important;
    }
    .pb-xl-7 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xl-8 {
        padding-bottom: 1.75rem !important;
    }
    .pb-xl-9 {
        padding-bottom: 2rem !important;
    }
    .pb-xl-10 {
        padding-bottom: 2.25rem !important;
    }
    .pb-xl-11 {
        padding-bottom: 2.5rem !important;
    }
    .pb-xl-12 {
        padding-bottom: 3rem !important;
    }
    .pb-xl-14 {
        padding-bottom: 3.5rem !important;
    }
    .pb-xl-16 {
        padding-bottom: 4rem !important;
    }
    .pb-xl-20 {
        padding-bottom: 5rem !important;
    }
    .ps-xl-0 {
        padding-left: 0 !important;
    }
    .ps-xl-1 {
        padding-left: 0.125rem !important;
    }
    .ps-xl-2 {
        padding-left: 0.25rem !important;
    }
    .ps-xl-3 {
        padding-left: 0.5rem !important;
    }
    .ps-xl-4 {
        padding-left: 0.75rem !important;
    }
    .ps-xl-5 {
        padding-left: 1rem !important;
    }
    .ps-xl-6 {
        padding-left: 1.25rem !important;
    }
    .ps-xl-7 {
        padding-left: 1.5rem !important;
    }
    .ps-xl-8 {
        padding-left: 1.75rem !important;
    }
    .ps-xl-9 {
        padding-left: 2rem !important;
    }
    .ps-xl-10 {
        padding-left: 2.25rem !important;
    }
    .ps-xl-11 {
        padding-left: 2.5rem !important;
    }
    .ps-xl-12 {
        padding-left: 3rem !important;
    }
    .ps-xl-14 {
        padding-left: 3.5rem !important;
    }
    .ps-xl-16 {
        padding-left: 4rem !important;
    }
    .ps-xl-20 {
        padding-left: 5rem !important;
    }
    .gap-xl-0 {
        gap: 0 !important;
    }
    .gap-xl-1 {
        gap: 0.125rem !important;
    }
    .gap-xl-2 {
        gap: 0.25rem !important;
    }
    .gap-xl-3 {
        gap: 0.5rem !important;
    }
    .gap-xl-4 {
        gap: 0.75rem !important;
    }
    .gap-xl-5 {
        gap: 1rem !important;
    }
    .gap-xl-6 {
        gap: 1.25rem !important;
    }
    .gap-xl-7 {
        gap: 1.5rem !important;
    }
    .gap-xl-8 {
        gap: 1.75rem !important;
    }
    .gap-xl-9 {
        gap: 2rem !important;
    }
    .gap-xl-10 {
        gap: 2.25rem !important;
    }
    .gap-xl-11 {
        gap: 2.5rem !important;
    }
    .gap-xl-12 {
        gap: 3rem !important;
    }
    .gap-xl-14 {
        gap: 3.5rem !important;
    }
    .gap-xl-16 {
        gap: 4rem !important;
    }
    .gap-xl-20 {
        gap: 5rem !important;
    }
    .text-xl-start {
        text-align: left !important;
    }
    .text-xl-end {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
@media (min-width: 1400px) {
    .float-xxl-start {
        float: left !important;
    }
    .float-xxl-end {
        float: right !important;
    }
    .float-xxl-none {
        float: none !important;
    }
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-grid {
        display: grid !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .d-xxl-none {
        display: none !important;
    }
    .flex-xxl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xxl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xxl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xxl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .justify-content-xxl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }
    .align-items-xxl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
    .order-xxl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }
    .order-xxl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }
    .order-xxl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
    .order-xxl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }
    .order-xxl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }
    .order-xxl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }
    .order-xxl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }
    .order-xxl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }
    .m-xxl-0 {
        margin: 0 !important;
    }
    .m-xxl-1 {
        margin: 0.125rem !important;
    }
    .m-xxl-2 {
        margin: 0.25rem !important;
    }
    .m-xxl-3 {
        margin: 0.5rem !important;
    }
    .m-xxl-4 {
        margin: 0.75rem !important;
    }
    .m-xxl-5 {
        margin: 1rem !important;
    }
    .m-xxl-6 {
        margin: 1.25rem !important;
    }
    .m-xxl-7 {
        margin: 1.5rem !important;
    }
    .m-xxl-8 {
        margin: 1.75rem !important;
    }
    .m-xxl-9 {
        margin: 2rem !important;
    }
    .m-xxl-10 {
        margin: 2.25rem !important;
    }
    .m-xxl-11 {
        margin: 2.5rem !important;
    }
    .m-xxl-12 {
        margin: 3rem !important;
    }
    .m-xxl-14 {
        margin: 3.5rem !important;
    }
    .m-xxl-16 {
        margin: 4rem !important;
    }
    .m-xxl-20 {
        margin: 5rem !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xxl-1 {
        margin-right: 0.125rem !important;
        margin-left: 0.125rem !important;
    }
    .mx-xxl-2 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xxl-3 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xxl-4 {
        margin-right: 0.75rem !important;
        margin-left: 0.75rem !important;
    }
    .mx-xxl-5 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xxl-6 {
        margin-right: 1.25rem !important;
        margin-left: 1.25rem !important;
    }
    .mx-xxl-7 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xxl-8 {
        margin-right: 1.75rem !important;
        margin-left: 1.75rem !important;
    }
    .mx-xxl-9 {
        margin-right: 2rem !important;
        margin-left: 2rem !important;
    }
    .mx-xxl-10 {
        margin-right: 2.25rem !important;
        margin-left: 2.25rem !important;
    }
    .mx-xxl-11 {
        margin-right: 2.5rem !important;
        margin-left: 2.5rem !important;
    }
    .mx-xxl-12 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xxl-14 {
        margin-right: 3.5rem !important;
        margin-left: 3.5rem !important;
    }
    .mx-xxl-16 {
        margin-right: 4rem !important;
        margin-left: 4rem !important;
    }
    .mx-xxl-20 {
        margin-right: 5rem !important;
        margin-left: 5rem !important;
    }
    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xxl-1 {
        margin-top: 0.125rem !important;
        margin-bottom: 0.125rem !important;
    }
    .my-xxl-2 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xxl-3 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xxl-4 {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }
    .my-xxl-5 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xxl-6 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }
    .my-xxl-7 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xxl-8 {
        margin-top: 1.75rem !important;
        margin-bottom: 1.75rem !important;
    }
    .my-xxl-9 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
    .my-xxl-10 {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important;
    }
    .my-xxl-11 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }
    .my-xxl-12 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xxl-14 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }
    .my-xxl-16 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }
    .my-xxl-20 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }
    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xxl-0 {
        margin-top: 0 !important;
    }
    .mt-xxl-1 {
        margin-top: 0.125rem !important;
    }
    .mt-xxl-2 {
        margin-top: 0.25rem !important;
    }
    .mt-xxl-3 {
        margin-top: 0.5rem !important;
    }
    .mt-xxl-4 {
        margin-top: 0.75rem !important;
    }
    .mt-xxl-5 {
        margin-top: 1rem !important;
    }
    .mt-xxl-6 {
        margin-top: 1.25rem !important;
    }
    .mt-xxl-7 {
        margin-top: 1.5rem !important;
    }
    .mt-xxl-8 {
        margin-top: 1.75rem !important;
    }
    .mt-xxl-9 {
        margin-top: 2rem !important;
    }
    .mt-xxl-10 {
        margin-top: 2.25rem !important;
    }
    .mt-xxl-11 {
        margin-top: 2.5rem !important;
    }
    .mt-xxl-12 {
        margin-top: 3rem !important;
    }
    .mt-xxl-14 {
        margin-top: 3.5rem !important;
    }
    .mt-xxl-16 {
        margin-top: 4rem !important;
    }
    .mt-xxl-20 {
        margin-top: 5rem !important;
    }
    .mt-xxl-auto {
        margin-top: auto !important;
    }
    .me-xxl-0 {
        margin-right: 0 !important;
    }
    .me-xxl-1 {
        margin-right: 0.125rem !important;
    }
    .me-xxl-2 {
        margin-right: 0.25rem !important;
    }
    .me-xxl-3 {
        margin-right: 0.5rem !important;
    }
    .me-xxl-4 {
        margin-right: 0.75rem !important;
    }
    .me-xxl-5 {
        margin-right: 1rem !important;
    }
    .me-xxl-6 {
        margin-right: 1.25rem !important;
    }
    .me-xxl-7 {
        margin-right: 1.5rem !important;
    }
    .me-xxl-8 {
        margin-right: 1.75rem !important;
    }
    .me-xxl-9 {
        margin-right: 2rem !important;
    }
    .me-xxl-10 {
        margin-right: 2.25rem !important;
    }
    .me-xxl-11 {
        margin-right: 2.5rem !important;
    }
    .me-xxl-12 {
        margin-right: 3rem !important;
    }
    .me-xxl-14 {
        margin-right: 3.5rem !important;
    }
    .me-xxl-16 {
        margin-right: 4rem !important;
    }
    .me-xxl-20 {
        margin-right: 5rem !important;
    }
    .me-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xxl-1 {
        margin-bottom: 0.125rem !important;
    }
    .mb-xxl-2 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xxl-3 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xxl-4 {
        margin-bottom: 0.75rem !important;
    }
    .mb-xxl-5 {
        margin-bottom: 1rem !important;
    }
    .mb-xxl-6 {
        margin-bottom: 1.25rem !important;
    }
    .mb-xxl-7 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xxl-8 {
        margin-bottom: 1.75rem !important;
    }
    .mb-xxl-9 {
        margin-bottom: 2rem !important;
    }
    .mb-xxl-10 {
        margin-bottom: 2.25rem !important;
    }
    .mb-xxl-11 {
        margin-bottom: 2.5rem !important;
    }
    .mb-xxl-12 {
        margin-bottom: 3rem !important;
    }
    .mb-xxl-14 {
        margin-bottom: 3.5rem !important;
    }
    .mb-xxl-16 {
        margin-bottom: 4rem !important;
    }
    .mb-xxl-20 {
        margin-bottom: 5rem !important;
    }
    .mb-xxl-auto {
        margin-bottom: auto !important;
    }
    .ms-xxl-0 {
        margin-left: 0 !important;
    }
    .ms-xxl-1 {
        margin-left: 0.125rem !important;
    }
    .ms-xxl-2 {
        margin-left: 0.25rem !important;
    }
    .ms-xxl-3 {
        margin-left: 0.5rem !important;
    }
    .ms-xxl-4 {
        margin-left: 0.75rem !important;
    }
    .ms-xxl-5 {
        margin-left: 1rem !important;
    }
    .ms-xxl-6 {
        margin-left: 1.25rem !important;
    }
    .ms-xxl-7 {
        margin-left: 1.5rem !important;
    }
    .ms-xxl-8 {
        margin-left: 1.75rem !important;
    }
    .ms-xxl-9 {
        margin-left: 2rem !important;
    }
    .ms-xxl-10 {
        margin-left: 2.25rem !important;
    }
    .ms-xxl-11 {
        margin-left: 2.5rem !important;
    }
    .ms-xxl-12 {
        margin-left: 3rem !important;
    }
    .ms-xxl-14 {
        margin-left: 3.5rem !important;
    }
    .ms-xxl-16 {
        margin-left: 4rem !important;
    }
    .ms-xxl-20 {
        margin-left: 5rem !important;
    }
    .ms-xxl-auto {
        margin-left: auto !important;
    }
    .m-xxl-n1 {
        margin: -0.125rem !important;
    }
    .m-xxl-n2 {
        margin: -0.25rem !important;
    }
    .m-xxl-n3 {
        margin: -0.5rem !important;
    }
    .m-xxl-n4 {
        margin: -0.75rem !important;
    }
    .m-xxl-n5 {
        margin: -1rem !important;
    }
    .m-xxl-n6 {
        margin: -1.25rem !important;
    }
    .m-xxl-n7 {
        margin: -1.5rem !important;
    }
    .m-xxl-n8 {
        margin: -1.75rem !important;
    }
    .m-xxl-n9 {
        margin: -2rem !important;
    }
    .m-xxl-n10 {
        margin: -2.25rem !important;
    }
    .m-xxl-n11 {
        margin: -2.5rem !important;
    }
    .m-xxl-n12 {
        margin: -3rem !important;
    }
    .m-xxl-n14 {
        margin: -3.5rem !important;
    }
    .m-xxl-n16 {
        margin: -4rem !important;
    }
    .m-xxl-n20 {
        margin: -5rem !important;
    }
    .mx-xxl-n1 {
        margin-right: -0.125rem !important;
        margin-left: -0.125rem !important;
    }
    .mx-xxl-n2 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }
    .mx-xxl-n3 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }
    .mx-xxl-n4 {
        margin-right: -0.75rem !important;
        margin-left: -0.75rem !important;
    }
    .mx-xxl-n5 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }
    .mx-xxl-n6 {
        margin-right: -1.25rem !important;
        margin-left: -1.25rem !important;
    }
    .mx-xxl-n7 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }
    .mx-xxl-n8 {
        margin-right: -1.75rem !important;
        margin-left: -1.75rem !important;
    }
    .mx-xxl-n9 {
        margin-right: -2rem !important;
        margin-left: -2rem !important;
    }
    .mx-xxl-n10 {
        margin-right: -2.25rem !important;
        margin-left: -2.25rem !important;
    }
    .mx-xxl-n11 {
        margin-right: -2.5rem !important;
        margin-left: -2.5rem !important;
    }
    .mx-xxl-n12 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }
    .mx-xxl-n14 {
        margin-right: -3.5rem !important;
        margin-left: -3.5rem !important;
    }
    .mx-xxl-n16 {
        margin-right: -4rem !important;
        margin-left: -4rem !important;
    }
    .mx-xxl-n20 {
        margin-right: -5rem !important;
        margin-left: -5rem !important;
    }
    .my-xxl-n1 {
        margin-top: -0.125rem !important;
        margin-bottom: -0.125rem !important;
    }
    .my-xxl-n2 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }
    .my-xxl-n3 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }
    .my-xxl-n4 {
        margin-top: -0.75rem !important;
        margin-bottom: -0.75rem !important;
    }
    .my-xxl-n5 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }
    .my-xxl-n6 {
        margin-top: -1.25rem !important;
        margin-bottom: -1.25rem !important;
    }
    .my-xxl-n7 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }
    .my-xxl-n8 {
        margin-top: -1.75rem !important;
        margin-bottom: -1.75rem !important;
    }
    .my-xxl-n9 {
        margin-top: -2rem !important;
        margin-bottom: -2rem !important;
    }
    .my-xxl-n10 {
        margin-top: -2.25rem !important;
        margin-bottom: -2.25rem !important;
    }
    .my-xxl-n11 {
        margin-top: -2.5rem !important;
        margin-bottom: -2.5rem !important;
    }
    .my-xxl-n12 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }
    .my-xxl-n14 {
        margin-top: -3.5rem !important;
        margin-bottom: -3.5rem !important;
    }
    .my-xxl-n16 {
        margin-top: -4rem !important;
        margin-bottom: -4rem !important;
    }
    .my-xxl-n20 {
        margin-top: -5rem !important;
        margin-bottom: -5rem !important;
    }
    .mt-xxl-n1 {
        margin-top: -0.125rem !important;
    }
    .mt-xxl-n2 {
        margin-top: -0.25rem !important;
    }
    .mt-xxl-n3 {
        margin-top: -0.5rem !important;
    }
    .mt-xxl-n4 {
        margin-top: -0.75rem !important;
    }
    .mt-xxl-n5 {
        margin-top: -1rem !important;
    }
    .mt-xxl-n6 {
        margin-top: -1.25rem !important;
    }
    .mt-xxl-n7 {
        margin-top: -1.5rem !important;
    }
    .mt-xxl-n8 {
        margin-top: -1.75rem !important;
    }
    .mt-xxl-n9 {
        margin-top: -2rem !important;
    }
    .mt-xxl-n10 {
        margin-top: -2.25rem !important;
    }
    .mt-xxl-n11 {
        margin-top: -2.5rem !important;
    }
    .mt-xxl-n12 {
        margin-top: -3rem !important;
    }
    .mt-xxl-n14 {
        margin-top: -3.5rem !important;
    }
    .mt-xxl-n16 {
        margin-top: -4rem !important;
    }
    .mt-xxl-n20 {
        margin-top: -5rem !important;
    }
    .me-xxl-n1 {
        margin-right: -0.125rem !important;
    }
    .me-xxl-n2 {
        margin-right: -0.25rem !important;
    }
    .me-xxl-n3 {
        margin-right: -0.5rem !important;
    }
    .me-xxl-n4 {
        margin-right: -0.75rem !important;
    }
    .me-xxl-n5 {
        margin-right: -1rem !important;
    }
    .me-xxl-n6 {
        margin-right: -1.25rem !important;
    }
    .me-xxl-n7 {
        margin-right: -1.5rem !important;
    }
    .me-xxl-n8 {
        margin-right: -1.75rem !important;
    }
    .me-xxl-n9 {
        margin-right: -2rem !important;
    }
    .me-xxl-n10 {
        margin-right: -2.25rem !important;
    }
    .me-xxl-n11 {
        margin-right: -2.5rem !important;
    }
    .me-xxl-n12 {
        margin-right: -3rem !important;
    }
    .me-xxl-n14 {
        margin-right: -3.5rem !important;
    }
    .me-xxl-n16 {
        margin-right: -4rem !important;
    }
    .me-xxl-n20 {
        margin-right: -5rem !important;
    }
    .mb-xxl-n1 {
        margin-bottom: -0.125rem !important;
    }
    .mb-xxl-n2 {
        margin-bottom: -0.25rem !important;
    }
    .mb-xxl-n3 {
        margin-bottom: -0.5rem !important;
    }
    .mb-xxl-n4 {
        margin-bottom: -0.75rem !important;
    }
    .mb-xxl-n5 {
        margin-bottom: -1rem !important;
    }
    .mb-xxl-n6 {
        margin-bottom: -1.25rem !important;
    }
    .mb-xxl-n7 {
        margin-bottom: -1.5rem !important;
    }
    .mb-xxl-n8 {
        margin-bottom: -1.75rem !important;
    }
    .mb-xxl-n9 {
        margin-bottom: -2rem !important;
    }
    .mb-xxl-n10 {
        margin-bottom: -2.25rem !important;
    }
    .mb-xxl-n11 {
        margin-bottom: -2.5rem !important;
    }
    .mb-xxl-n12 {
        margin-bottom: -3rem !important;
    }
    .mb-xxl-n14 {
        margin-bottom: -3.5rem !important;
    }
    .mb-xxl-n16 {
        margin-bottom: -4rem !important;
    }
    .mb-xxl-n20 {
        margin-bottom: -5rem !important;
    }
    .ms-xxl-n1 {
        margin-left: -0.125rem !important;
    }
    .ms-xxl-n2 {
        margin-left: -0.25rem !important;
    }
    .ms-xxl-n3 {
        margin-left: -0.5rem !important;
    }
    .ms-xxl-n4 {
        margin-left: -0.75rem !important;
    }
    .ms-xxl-n5 {
        margin-left: -1rem !important;
    }
    .ms-xxl-n6 {
        margin-left: -1.25rem !important;
    }
    .ms-xxl-n7 {
        margin-left: -1.5rem !important;
    }
    .ms-xxl-n8 {
        margin-left: -1.75rem !important;
    }
    .ms-xxl-n9 {
        margin-left: -2rem !important;
    }
    .ms-xxl-n10 {
        margin-left: -2.25rem !important;
    }
    .ms-xxl-n11 {
        margin-left: -2.5rem !important;
    }
    .ms-xxl-n12 {
        margin-left: -3rem !important;
    }
    .ms-xxl-n14 {
        margin-left: -3.5rem !important;
    }
    .ms-xxl-n16 {
        margin-left: -4rem !important;
    }
    .ms-xxl-n20 {
        margin-left: -5rem !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .p-xxl-1 {
        padding: 0.125rem !important;
    }
    .p-xxl-2 {
        padding: 0.25rem !important;
    }
    .p-xxl-3 {
        padding: 0.5rem !important;
    }
    .p-xxl-4 {
        padding: 0.75rem !important;
    }
    .p-xxl-5 {
        padding: 1rem !important;
    }
    .p-xxl-6 {
        padding: 1.25rem !important;
    }
    .p-xxl-7 {
        padding: 1.5rem !important;
    }
    .p-xxl-8 {
        padding: 1.75rem !important;
    }
    .p-xxl-9 {
        padding: 2rem !important;
    }
    .p-xxl-10 {
        padding: 2.25rem !important;
    }
    .p-xxl-11 {
        padding: 2.5rem !important;
    }
    .p-xxl-12 {
        padding: 3rem !important;
    }
    .p-xxl-14 {
        padding: 3.5rem !important;
    }
    .p-xxl-16 {
        padding: 4rem !important;
    }
    .p-xxl-20 {
        padding: 5rem !important;
    }
    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xxl-1 {
        padding-right: 0.125rem !important;
        padding-left: 0.125rem !important;
    }
    .px-xxl-2 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xxl-3 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xxl-4 {
        padding-right: 0.75rem !important;
        padding-left: 0.75rem !important;
    }
    .px-xxl-5 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xxl-6 {
        padding-right: 1.25rem !important;
        padding-left: 1.25rem !important;
    }
    .px-xxl-7 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xxl-8 {
        padding-right: 1.75rem !important;
        padding-left: 1.75rem !important;
    }
    .px-xxl-9 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }
    .px-xxl-10 {
        padding-right: 2.25rem !important;
        padding-left: 2.25rem !important;
    }
    .px-xxl-11 {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important;
    }
    .px-xxl-12 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .px-xxl-14 {
        padding-right: 3.5rem !important;
        padding-left: 3.5rem !important;
    }
    .px-xxl-16 {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }
    .px-xxl-20 {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }
    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xxl-1 {
        padding-top: 0.125rem !important;
        padding-bottom: 0.125rem !important;
    }
    .py-xxl-2 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xxl-3 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xxl-4 {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }
    .py-xxl-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xxl-6 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }
    .py-xxl-7 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xxl-8 {
        padding-top: 1.75rem !important;
        padding-bottom: 1.75rem !important;
    }
    .py-xxl-9 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .py-xxl-10 {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important;
    }
    .py-xxl-11 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
    .py-xxl-12 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .py-xxl-14 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }
    .py-xxl-16 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }
    .py-xxl-20 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .pt-xxl-0 {
        padding-top: 0 !important;
    }
    .pt-xxl-1 {
        padding-top: 0.125rem !important;
    }
    .pt-xxl-2 {
        padding-top: 0.25rem !important;
    }
    .pt-xxl-3 {
        padding-top: 0.5rem !important;
    }
    .pt-xxl-4 {
        padding-top: 0.75rem !important;
    }
    .pt-xxl-5 {
        padding-top: 1rem !important;
    }
    .pt-xxl-6 {
        padding-top: 1.25rem !important;
    }
    .pt-xxl-7 {
        padding-top: 1.5rem !important;
    }
    .pt-xxl-8 {
        padding-top: 1.75rem !important;
    }
    .pt-xxl-9 {
        padding-top: 2rem !important;
    }
    .pt-xxl-10 {
        padding-top: 2.25rem !important;
    }
    .pt-xxl-11 {
        padding-top: 2.5rem !important;
    }
    .pt-xxl-12 {
        padding-top: 3rem !important;
    }
    .pt-xxl-14 {
        padding-top: 3.5rem !important;
    }
    .pt-xxl-16 {
        padding-top: 4rem !important;
    }
    .pt-xxl-20 {
        padding-top: 5rem !important;
    }
    .pe-xxl-0 {
        padding-right: 0 !important;
    }
    .pe-xxl-1 {
        padding-right: 0.125rem !important;
    }
    .pe-xxl-2 {
        padding-right: 0.25rem !important;
    }
    .pe-xxl-3 {
        padding-right: 0.5rem !important;
    }
    .pe-xxl-4 {
        padding-right: 0.75rem !important;
    }
    .pe-xxl-5 {
        padding-right: 1rem !important;
    }
    .pe-xxl-6 {
        padding-right: 1.25rem !important;
    }
    .pe-xxl-7 {
        padding-right: 1.5rem !important;
    }
    .pe-xxl-8 {
        padding-right: 1.75rem !important;
    }
    .pe-xxl-9 {
        padding-right: 2rem !important;
    }
    .pe-xxl-10 {
        padding-right: 2.25rem !important;
    }
    .pe-xxl-11 {
        padding-right: 2.5rem !important;
    }
    .pe-xxl-12 {
        padding-right: 3rem !important;
    }
    .pe-xxl-14 {
        padding-right: 3.5rem !important;
    }
    .pe-xxl-16 {
        padding-right: 4rem !important;
    }
    .pe-xxl-20 {
        padding-right: 5rem !important;
    }
    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xxl-1 {
        padding-bottom: 0.125rem !important;
    }
    .pb-xxl-2 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xxl-3 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xxl-4 {
        padding-bottom: 0.75rem !important;
    }
    .pb-xxl-5 {
        padding-bottom: 1rem !important;
    }
    .pb-xxl-6 {
        padding-bottom: 1.25rem !important;
    }
    .pb-xxl-7 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xxl-8 {
        padding-bottom: 1.75rem !important;
    }
    .pb-xxl-9 {
        padding-bottom: 2rem !important;
    }
    .pb-xxl-10 {
        padding-bottom: 2.25rem !important;
    }
    .pb-xxl-11 {
        padding-bottom: 2.5rem !important;
    }
    .pb-xxl-12 {
        padding-bottom: 3rem !important;
    }
    .pb-xxl-14 {
        padding-bottom: 3.5rem !important;
    }
    .pb-xxl-16 {
        padding-bottom: 4rem !important;
    }
    .pb-xxl-20 {
        padding-bottom: 5rem !important;
    }
    .ps-xxl-0 {
        padding-left: 0 !important;
    }
    .ps-xxl-1 {
        padding-left: 0.125rem !important;
    }
    .ps-xxl-2 {
        padding-left: 0.25rem !important;
    }
    .ps-xxl-3 {
        padding-left: 0.5rem !important;
    }
    .ps-xxl-4 {
        padding-left: 0.75rem !important;
    }
    .ps-xxl-5 {
        padding-left: 1rem !important;
    }
    .ps-xxl-6 {
        padding-left: 1.25rem !important;
    }
    .ps-xxl-7 {
        padding-left: 1.5rem !important;
    }
    .ps-xxl-8 {
        padding-left: 1.75rem !important;
    }
    .ps-xxl-9 {
        padding-left: 2rem !important;
    }
    .ps-xxl-10 {
        padding-left: 2.25rem !important;
    }
    .ps-xxl-11 {
        padding-left: 2.5rem !important;
    }
    .ps-xxl-12 {
        padding-left: 3rem !important;
    }
    .ps-xxl-14 {
        padding-left: 3.5rem !important;
    }
    .ps-xxl-16 {
        padding-left: 4rem !important;
    }
    .ps-xxl-20 {
        padding-left: 5rem !important;
    }
    .gap-xxl-0 {
        gap: 0 !important;
    }
    .gap-xxl-1 {
        gap: 0.125rem !important;
    }
    .gap-xxl-2 {
        gap: 0.25rem !important;
    }
    .gap-xxl-3 {
        gap: 0.5rem !important;
    }
    .gap-xxl-4 {
        gap: 0.75rem !important;
    }
    .gap-xxl-5 {
        gap: 1rem !important;
    }
    .gap-xxl-6 {
        gap: 1.25rem !important;
    }
    .gap-xxl-7 {
        gap: 1.5rem !important;
    }
    .gap-xxl-8 {
        gap: 1.75rem !important;
    }
    .gap-xxl-9 {
        gap: 2rem !important;
    }
    .gap-xxl-10 {
        gap: 2.25rem !important;
    }
    .gap-xxl-11 {
        gap: 2.5rem !important;
    }
    .gap-xxl-12 {
        gap: 3rem !important;
    }
    .gap-xxl-14 {
        gap: 3.5rem !important;
    }
    .gap-xxl-16 {
        gap: 4rem !important;
    }
    .gap-xxl-20 {
        gap: 5rem !important;
    }
    .text-xxl-start {
        text-align: left !important;
    }
    .text-xxl-end {
        text-align: right !important;
    }
    .text-xxl-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .fs-1 {
        font-size: 4.5rem !important;
    }
    .fs-2 {
        font-size: 4rem !important;
    }
    .fs-3 {
        font-size: 3.5rem !important;
    }
    .fs-4 {
        font-size: 3rem !important;
    }
    .fs-5 {
        font-size: 2.5rem !important;
    }
    .fs-6 {
        font-size: 2rem !important;
    }
}
@media print {
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-grid {
        display: grid !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .d-print-none {
        display: none !important;
    }
}
@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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}
.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}
.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    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 {
    -webkit-transform-style: preserve-3d;
    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, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(
        linear,
        right top,
        left top,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0))
    );
    background-image: linear-gradient(
        to left,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0))
    );
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}
.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0))
    );
    background-image: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0))
    );
    background-image: linear-gradient(
        to bottom,
        rgba(0, 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 {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    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;
    -webkit-transform: translateZ(0);
    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: 44px;
}
.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: 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: 0.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;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    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 {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    transform: scale(0.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, 0.2);
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    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%;
    -webkit-transform: translate3d(0px, -50%, 0);
    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%;
    -webkit-transform: translateY(-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;
    -webkit-transition: 0.2s transform, 0.2s top;
    transition: 0.2s transform, 0.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%;
    -webkit-transform: translateX(-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 {
    -webkit-transition: 0.2s transform, 0.2s left;
    transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl
    > .swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    -webkit-transition: 0.2s transform, 0.2s right;
    transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
    background: rgba(0, 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%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    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, 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, 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: 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;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: rgba(0, 0, 0, 0);
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        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 {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    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;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    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: 0.6;
    z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    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;
    -webkit-transition-property: opacity, height, -webkit-transform;
    transition-property: opacity, height, -webkit-transform;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform;
}
.swiper-cards {
    overflow: visible;
}
.swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}
html,
body {
    overflow-x: hidden;
}
html body {
    height: 100%;
    overflow-y: auto;
    background: #0c0c0f;
    color: #fff;
    font-family: "Inter", sans-serif;
}
ul,
ol {
    margin: 0;
    padding: 0;
}
.no-overflow,
.no-overflow body,
.no-overflow .wrapper {
    overflow-x: initial;
}
.wrapper {
    overflow-x: hidden;
}
.wrapper-mtc {
    overflow-y: hidden;
}
@media (max-width: 575.98px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1130px;
    }
}
.font-title {
    font-family: "Inter";
    letter-spacing: -1.2px;
}
.theme-light body {
    background: #fff;
    color: var(--bs-gray--9);
}
.mb-13 {
    margin-bottom: 3.5rem;
}
.mb-14 {
    margin-bottom: 3.75rem;
}
.mb-15 {
    margin-bottom: 4rem;
}
.mb-16 {
    margin-bottom: 4.25rem;
}
.mb-17 {
    margin-bottom: 4.5rem;
}
.mb-18 {
    margin-bottom: 4.75rem;
}
.mb-19 {
    margin-bottom: 5rem;
}
.mb-20 {
    margin-bottom: 5.25rem;
}
.mb-21 {
    margin-bottom: 5.5rem;
}
.mb-22 {
    margin-bottom: 5.75rem;
}
.mb-23 {
    margin-bottom: 6rem;
}
.ratio-auto {
    aspect-ratio: auto !important;
}
.mt-23 {
    margin-top: 6rem;
}
.p-15 {
    padding: 4rem;
}
.px-15 {
    padding-left: 4rem;
    padding-right: 4rem;
}
.minh-100 {
    min-height: 100%;
}
.mw-none {
    max-width: none !important;
}
.overflow-x-hidden {
    overflow-x: hidden;
}
.custom-dropdown-02 .dropdown-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.4px;
    color: #fff;
    height: 48px;
    background-color: rgba(0, 0, 0, 0.2) !important;
    border: 1px solid #353338;
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    -webkit-transition: background-color 0.25s, border 0.25s;
    transition: background-color 0.25s, border 0.25s;
    cursor: pointer;
}
.custom-dropdown-02 .dropdown-toggle svg {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 12px;
    margin: 0;
}
.custom-dropdown-02 .dropdown-toggle::after {
    display: none;
}
.custom-dropdown-02 .dropdown-menu {
    background: #1a191c;
    -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    padding: 12px 0 !important;
    border-radius: 12px !important;
}
.custom-dropdown-02 .dropdown-menu > li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    padding: 0 24px !important;
}
.custom-dropdown-02 .dropdown-menu > li.active {
    background: rgba(255, 0, 118, 0.1);
}
.custom-dropdown-02 .dropdown-menu > li .dropdown-item {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.4px;
    color: #fff;
    padding: 0;
}
.custom-dropdown-02.active .dropdown-toggle {
    background-color: rgba(255, 0, 118, 0.1) !important;
    border: 1px solid rgba(255, 0, 118, 0.3);
}
.custom-dropdown-03 .btn.dropdown-toggle {
    padding: 8px 8px 8px 12px;
    gap: 6px;
    border: 1.2px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.4px;
    color: #fff;
}
.custom-dropdown-03 .btn.dropdown-toggle:hover {
    border: 1.2px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}
.custom-dropdown-04 .dropdown-toggle::after {
    display: none;
}
.custom-dropdown-04 .dropdown-menu {
    padding: 12px;
    position: absolute;
    background: #0d0d0e;
    -webkit-box-shadow: 0px 4px 48px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 48px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    right: 0;
    left: auto;
    margin-top: 12px;
}
.custom-dropdown-04 .dropdown-menu li {
    position: relative;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
    border-radius: 6px;
}
.custom-dropdown-04 .dropdown-menu li.nav-item {
    padding: 0px !important;
}
.custom-dropdown-04 .dropdown-menu li:not(:last-child) {
    margin-bottom: 8px;
}
.custom-dropdown-04 .dropdown-menu li a {
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 24px;
    letter-spacing: -0.042px;
    color: #fff !important;
    padding: 8px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.custom-dropdown-04 .dropdown-menu li a:hover,
.custom-dropdown-04 .dropdown-menu li a:focus {
    color: #fff !important;
    background-color: rgba(0, 0, 0, 0);
}
.custom-dropdown-04 .dropdown-menu li .check-icon {
    display: none;
}
.custom-dropdown-04 .dropdown-menu li:hover,
.custom-dropdown-04 .dropdown-menu li:active {
    background: #22222a;
}
.custom-dropdown-04 .dropdown-menu li.active {
    background: #22222a;
}
.custom-dropdown-04 .dropdown-menu li.active .check-icon {
    display: block;
}
@media (max-width: 1199.98px) {
    .custom-dropdown-04 .dropdown-menu li img {
        width: 40px;
        height: 40px;
        -ms-flex-item-align: center;
        align-self: center;
    }
    .custom-dropdown-04 .dropdown-menu li:nth-of-type(5) {
        padding-bottom: 0;
    }
    .custom-dropdown-04 .dropdown-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .custom-dropdown-04 .dropdown-toggle::after {
        position: absolute;
        right: 0;
    }
    .custom-dropdown-04 .dropdown-toggle-icon {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }
    .custom-dropdown-04 .dropdown-toggle-icon.active {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@media (max-width: 767.98px) {
    .custom-dropdown-04 .dropdown-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .custom-dropdown-04 .dropdown-toggle::after {
        position: absolute;
        right: 0;
    }
    .custom-dropdown-04 .dropdown-toggle-icon {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}
@media (min-width: 768px) {
    .line-clamp-md-1 {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .line-clamp-md-2 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .line-clamp-md-3 {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .line-clamp-md-4 {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .line-clamp-md-5 {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .line-clamp-md-7 {
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .line-clamp-md-8 {
        display: -webkit-box;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .mb-md-25 {
        margin-bottom: 120px !important;
    }
    .mb-md-39 {
        margin-bottom: 10rem;
    }
}
@media (max-width: 767.98px) {
    .line-clamp-sm-1 {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .line-clamp-sm-2 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .line-clamp-sm-3 {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .line-clamp-sm-4 {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .line-clamp-sm-5 {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .line-clamp-sm-7 {
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .line-clamp-sm-8 {
        display: -webkit-box;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}
.cursor-pointer {
    cursor: pointer !important;
}
.bg-title {
    position: relative;
}
.bg-title .title-back {
    white-space: nowrap;
    font-size: 20vw;
    width: 116%;
    font-weight: 700;
    background: linear-gradient(
        179.54deg,
        rgba(186, 186, 186, 0.5) 0.4%,
        rgba(225, 204, 255, 0) 75.5%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    text-fill-color: rgba(0, 0, 0, 0);
    overflow: hidden;
    opacity: 0.2;
    letter-spacing: 9px;
    text-align: center;
    margin-left: -8%;
}
@media (max-width: 767.98px) {
    .bg-title .title-back {
        font-size: 16vw;
    }
}
@media screen and (min-width: 1600px) {
    .bg-title .title-back {
        font-size: 279px;
    }
}
.bg-title .title-front {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.rich-text-content {
    color: #c8c8d0;
}
.rich-text-content * {
    font-family: "Inter", sans-serif !important;
}
.rich-text-content a {
    color: #85828a;
    text-decoration: underline;
}
.rich-text-content a:hover {
    text-decoration: none;
}
.rich-text-content p {
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: -0.4px;
    margin-bottom: 2rem;
}
.rich-text-content h1,
.rich-text-content .h1,
.rich-text-content h2,
.rich-text-content .h2,
.rich-text-content h3,
.rich-text-content .h3,
.rich-text-content h4,
.rich-text-content .h4,
.rich-text-content h5,
.rich-text-content .h5,
.rich-text-content h6,
.rich-text-content .h6 {
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.8px;
    color: #fff;
    margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
    .rich-text-content h1,
    .rich-text-content .h1,
    .rich-text-content h2,
    .rich-text-content .h2,
    .rich-text-content h3,
    .rich-text-content .h3,
    .rich-text-content h4,
    .rich-text-content .h4,
    .rich-text-content h5,
    .rich-text-content .h5,
    .rich-text-content h6,
    .rich-text-content .h6 {
        text-align: initial !important;
    }
}
.rich-text-content h1,
.rich-text-content .h1 {
    font-size: 2.4rem;
}
.rich-text-content h2,
.rich-text-content .h2 {
    font-size: 2.1rem;
}
.rich-text-content h3,
.rich-text-content .h3 {
    font-size: 14pt;
}
.rich-text-content h4,
.rich-text-content .h4 {
    font-size: 1.7rem;
}
.rich-text-content h5,
.rich-text-content .h5 {
    font-size: 1.5rem;
}
.rich-text-content h6,
.rich-text-content .h6 {
    font-size: 1.2rem;
}
.rich-text-content ul,
.rich-text-content ol {
    margin-bottom: 2rem;
    padding-left: 20px;
}
.rich-text-content img {
    height: auto;
}
.rich-text-content.v2 {
    color: #acacb9;
}
.section-title .title {
    max-width: 800px;
    margin: 0 auto;
    font-size: 48px !important;
    line-height: 56px;
}
@media (max-width: 767.98px) {
    .section-title .title {
        font-size: 32px !important;
        line-height: 40px !important;
    }
}
.home-section-title .title {
    font-family: "Inter";
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1.2px;
}
@media (max-width: 767.98px) {
    .home-section-title .title {
        font-size: 32px;
        line-height: 40px;
    }
}
.custom-checkbox-list-01 {
    width: 232px;
    background: #353338;
    border: 1px solid #504d54;
    border-radius: 12px;
}
.custom-checkbox-list-01 .custom-form-check label::before {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #dad9dd;
    border-radius: 4px;
}
.custom-checkbox-list-01 .custom-form-check label::after {
    width: 31px;
    height: 32px;
    border-radius: 4px;
}
.custom-checkbox-list-01 input[type="checkbox"]:checked + label::before {
    background-color: #ff0076 !important;
    border: 1px solid #ff0076;
}
.custom-checkbox-list-01:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.cookie-container {
    border-radius: 24px;
    width: calc(100% - 64px);
    max-width: 1600px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    z-index: 999;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    bottom: 37.15px;
}
@media (max-width: 767.98px) {
    .cookie-container {
        width: calc(100% - 48px);
        bottom: 24px;
    }
}
.cookie-container:before,
.cookie-container:after {
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: calc(100% + 2px);
    height: 100%;
    border-radius: 24px;
}
@media (max-width: 767.98px) {
    .cookie-container:before,
    .cookie-container:after {
        display: none !important;
    }
}
.cookie-container:before {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgb(160, 116, 123)),
        to(rgb(84, 47, 116))
    );
    background: linear-gradient(
        90deg,
        rgb(160, 116, 123) 0%,
        rgb(84, 47, 116) 100%
    );
    z-index: -2;
}
.cookie-container:after {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(2, 0, 36, 0)),
        color-stop(50%, rgba(21, 19, 39, 0.5)),
        to(rgb(40, 38, 42))
    );
    background: linear-gradient(
        180deg,
        rgba(2, 0, 36, 0) 0%,
        rgba(21, 19, 39, 0.5) 50%,
        rgb(40, 38, 42) 100%
    );
    z-index: -1;
    top: auto;
    bottom: -1px;
}
.cookie-container .gradient-border {
    padding: 32px 48px;
    background: #1a191c;
    border-radius: 24px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.cookie-container .gradient-border .desc-container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media (max-width: 767.98px) {
    .cookie-container .gradient-border {
        padding: 16px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border: 1px solid #aa73fc !important;
        border-radius: 16px;
    }
    .cookie-container .gradient-border::after {
        display: none;
        border-radius: 0;
    }
    .cookie-container .gradient-border .buttons {
        margin-top: 16px;
        width: 100%;
    }
    .cookie-container .gradient-border .buttons .allow {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .cookie-container .gradient-border .desc-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: calc(100% - 108px);
        margin-right: 0 !important;
    }
}
.cookie-container .cookie-inner-item .switch-wrapper {
    position: absolute;
    right: 0;
    top: 32px;
}
@media (max-width: 991.98px) {
    .cookie-container .cookie-inner-item .switch-wrapper {
        position: static;
    }
}
@media (max-width: 767.98px) {
    .cookie-container .cookie-inner-item p {
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
    }
}
#cookie-inner {
    max-height: 75vh;
}
@media (max-width: 767.98px) {
    #cookie-inner {
        max-height: calc(100vh - 145px);
    }
}
.gradient-border-01 {
    position: relative;
    z-index: 1;
}
.gradient-border-01 .gradient-border-content {
    position: relative;
    background: #121216;
    height: 100%;
    width: 100%;
}
.gradient-border-01:before {
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    bottom: -1px;
    right: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    z-index: -2;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(-52%, #04c29b),
        color-stop(68%, #6b04ff),
        color-stop(98%, #04c29b),
        to(#28262a)
    );
    background: linear-gradient(
        90deg,
        #04c29b -52%,
        #6b04ff 68%,
        #04c29b 98%,
        #28262a 100%
    );
}
.theme-light .section-title .title {
    color: #0c0c0f;
}
.theme-light .section-title .hero-link span {
    color: #121216 !important;
}
.theme-light .bg-title .title-back {
    -webkit-background-clip: text !important;
    background: linear-gradient(
        179.54deg,
        rgb(162, 104, 255) 0.4%,
        rgba(225, 204, 255, 0) 75.5%
    );
}
.theme-light .bg-title .title-front h2,
.theme-light .bg-title .title-front .h2 {
    color: #000;
    text-shadow: 0px 2px 11px #d2d2d2;
}
.theme-light .custom-dropdown-03 .btn.dropdown-toggle {
    color: #000;
    border: 1.2px solid rgba(0, 0, 0, 0.2);
}
.theme-light .custom-dropdown-03 .btn.dropdown-toggle:hover {
    border: 1.2px solid rgba(0, 0, 0, 0.2);
    color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.theme-light .custom-dropdown-03 .btn.dropdown-toggle svg path {
    stroke: #000;
}
.theme-light .custom-dropdown-03 .dropdown-menu {
    background: #fff !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.theme-light .custom-dropdown-03 .dropdown-menu li a.dropdown-item {
    color: #000 !important;
}
.theme-light .custom-dropdown-03 .dropdown-menu li:hover,
.theme-light .custom-dropdown-03 .dropdown-menu li.active {
    background: #f4f4f6 !important;
}
.theme-light
    .header
    .navbar
    .dropdown.custom-dropdown-03
    .dropdown-menu
    li
    a.dropdown-item {
    color: #000 !important;
}
.theme-light
    .header
    .navbar
    .dropdown.custom-dropdown-03
    .dropdown-menu
    li:hover,
.theme-light
    .header
    .navbar
    .dropdown.custom-dropdown-03
    .dropdown-menu
    li.active {
    background: #f4f4f6 !important;
}
.grecaptcha-badge {
    visibility: hidden;
}
.custom-scroll-bar-01::-webkit-scrollbar {
    width: 6px;
    border-radius: 12px;
}
.custom-scroll-bar-01::-webkit-scrollbar-track {
    width: 6px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 12px;
}
.custom-scroll-bar-01::-webkit-scrollbar-thumb {
    background: #454554;
    border-radius: 12px;
}
.overflow-x-scroll {
    overflow-x: auto;
}
@media (max-width: 767.98px) {
    .tab-menu-wrapper .overflow-x-scroll {
        width: calc(100% + 40px) !important;
        margin-left: -20px;
        padding: 0 20px;
    }
}
.dont-ready-landing-page .modal-content {
    background: linear-gradient(121.69deg, #28262a 0%, #070707 69.08%);
    border: 1px solid #fff;
    overflow: hidden;
}
.dont-ready-landing-page .modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.dont-ready-landing-page .modal-body .close-btn {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    border: 1px solid #fff;
}
.dont-ready-landing-page .modal-body .content .coming-soon {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 16px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #fff;
    border-radius: 12px;
    color: #fff;
}
.dont-ready-landing-page .modal-body .content .title {
    color: #fff;
}
.dont-ready-landing-page .modal-body .content .desc {
    color: rgba(255, 255, 255, 0.5);
}
.dont-ready-landing-page .modal-body .cards-img {
    -o-object-fit: cover;
    object-fit: cover;
}
.dont-ready-landing-page .modal-xl .modal-content {
    border-radius: 32px;
}
.dont-ready-landing-page .modal-xl .modal-body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 48px;
}
.dont-ready-landing-page .modal-xl .modal-body .close-btn {
    top: 48px;
    right: 48px;
}
.dont-ready-landing-page .modal-xl .modal-body .content {
    margin-right: 32px;
}
.dont-ready-landing-page .modal-xl .modal-body .content .coming-soon {
    margin-bottom: 43px;
}
.dont-ready-landing-page .modal-xl .modal-body .content .title {
    width: 383px;
}
.dont-ready-landing-page .modal-xl .modal-body .content .desc {
    width: 556px;
}
.dont-ready-landing-page .modal-xl .modal-body .cards-img {
    width: calc(100% - 556px);
    height: auto;
    margin-bottom: -120px;
}
@media (max-width: 1199.98px) {
    .dont-ready-landing-page .modal-xl .modal-content {
        border-radius: 32px;
    }
    .dont-ready-landing-page .modal-xl .modal-body {
        padding: 32px;
    }
    .dont-ready-landing-page .modal-xl .modal-body .close-btn {
        top: 32px;
        right: 32px;
    }
    .dont-ready-landing-page .modal-xl .modal-body .content {
        margin-right: 32px;
    }
    .dont-ready-landing-page .modal-xl .modal-body .content .coming-soon {
        margin-bottom: 31px;
    }
    .dont-ready-landing-page .modal-xl .modal-body .content .title {
        width: 333px;
        font-size: 56px;
        line-height: 64px;
    }
    .dont-ready-landing-page .modal-xl .modal-body .content .desc {
        width: 339px;
    }
    .dont-ready-landing-page .modal-xl .modal-body .cards-img {
        width: calc(100% - 339px);
    }
}
@media (max-width: 991.98px) {
    .dont-ready-landing-page .modal-xl .modal-content {
        border-radius: 24px;
    }
    .dont-ready-landing-page .modal-xl .modal-body {
        padding: 32px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .dont-ready-landing-page .modal-xl .modal-body .close-btn {
        top: 24px;
        right: 32px;
    }
    .dont-ready-landing-page .modal-xl .modal-body .content .coming-soon {
        margin-bottom: 31px;
    }
    .dont-ready-landing-page .modal-xl .modal-body .content .title {
        width: 333px;
        font-size: 56px;
        line-height: 64px;
    }
    .dont-ready-landing-page .modal-xl .modal-body .content .desc {
        width: 436px;
    }
    .dont-ready-landing-page .modal-xl .modal-body .cards-img {
        width: 324.27px;
        margin: 24px auto -55px auto;
    }
}
@media (max-width: 767.98px) {
    .dont-ready-landing-page .modal-xl .modal-content {
        border-radius: 16px;
    }
    .dont-ready-landing-page .modal-xl .modal-body {
        padding: 24px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .dont-ready-landing-page .modal-xl .modal-body .close-btn {
        top: 24px;
        right: 24px;
    }
    .dont-ready-landing-page .modal-xl .modal-body .content .coming-soon {
        margin-bottom: 31px;
    }
    .dont-ready-landing-page .modal-xl .modal-body .content .title {
        width: 207px;
        font-size: 36px;
        line-height: 44px;
    }
    .dont-ready-landing-page .modal-xl .modal-body .content .desc {
        width: 265px;
    }
    .dont-ready-landing-page .modal-xl .modal-body .cards-img {
        width: 100%;
        margin: 24px 0 -55px 0;
    }
}
@media (max-width: 767.98px) {
    .dont-ready-landing-page {
        padding: 0 !important;
    }
}
.submission-success .modal-content {
    background: radial-gradient(
            156.98% 92.8% at -19.9% -26.23%,
            #00f7d9 0%,
            rgba(63, 0, 105, 0) 100%
        ),
        radial-gradient(
            151.04% 89.29% at -28.79% 106.03%,
            #ff8267 0%,
            rgba(58, 0, 97, 0) 100%
        ),
        radial-gradient(
            191.54% 117.61% at 126.46% -16.56%,
            #ff0076 0%,
            rgba(67, 4, 109, 0) 100%
        ),
        linear-gradient(177.7deg, #49007b -2.05%, #361f47 100.07%), #1a191c;
    border-radius: 24px;
    border: 1px solid #fff;
}
.submission-success .modal-content img.success,
.submission-success .modal-content img.error,
.submission-success .modal-content img.check-mail {
    display: none;
}
.submission-success .modal-content.error-modal {
    background: #1a191c;
    border: 1px solid #504d54;
}
.submission-success .modal-content.error-modal img.error {
    display: block;
}
.submission-success .modal-content.success-modal img.success {
    display: block;
}
.submission-success .modal-content.check-mail-modal {
    background: #1a191c;
    border: 1px solid #504d54;
}
.submission-success .modal-content.check-mail-modal img.check-mail {
    display: block;
}
.submission-success .modal-body {
    padding: 72px;
}
.submission-success .modal-body .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.notify-modal .modal-content {
    padding: 32px 48px;
    background: #1a191c;
    border: 1px solid #504d54;
    border-radius: 24px;
}
.notify-modal .modal-content .close-button {
    position: absolute;
    right: 10px;
    top: 10px;
}
@media (max-width: 767.98px) {
    .notify-modal .modal-content {
        padding: 20px;
    }
}
.header {
    z-index: 99;
    width: 100%;
    position: relative;
}
.header .header-container {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
}
.header .navbar {
    position: absolute;
    height: 88px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.header .navbar .navbar-header {
    padding: 0;
}
.header .navbar .navbar-toggler {
    color: #000;
    background: #fff !important;
    border-radius: 8px !important;
    width: 40px !important;
    height: 40px;
}
.header .navbar .navbar-toggler:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.header .navbar .navbar-toggler.collapsed {
    background: #1e1e1e !important;
}
.header .navbar .navbar-toggler:not(.collapsed) {
    background: #fff !important;
}
.header .navbar .navbar-toggler i {
    font-size: 24px;
}
.header .navbar .navbar-toggler .icon-close {
    display: none;
}
.header .navbar .navbar-toggler.collapsed {
    color: #fff;
}
.header .navbar .navbar-toggler.collapsed i {
    display: none;
}
.header .navbar .navbar-toggler.collapsed .icon-close {
    display: inline-block;
}
.header .navbar .navbar-logo img {
    width: 140px;
}
.header .navbar .navbar-nav {
    padding-left: 40px;
}
.header .navbar .navbar-nav li:hover > ul.dropdown-menu {
    display: none;
}
.header .navbar .navbar-nav li:hover > ul.dropdown-menu.show {
    display: block;
}
.header .navbar .nav-item {
    -ms-flex-item-align: center;
    align-self: center;
    white-space: nowrap;
}
.header .navbar .nav-item .subtitle {
    display: none;
}
.header .navbar .nav-item .nav-link {
    font-size: 13px;
    font-weight: 600;
}
.header .navbar .nav-item .nav-link.btn.btn-primary {
    padding: 8px;
}
.header .navbar .nav-item .nav-link-get {
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 10px;
}
.header .navbar .dropdown .dropdown-menu {
    padding: 12px;
    position: absolute;
    background: #0d0d0e;
    -webkit-box-shadow: 0px 4px 48px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 48px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    right: 0;
    left: auto;
    margin-top: 12px;
}
.header .navbar .dropdown .dropdown-menu.with-accordion {
    right: auto;
}
.header .navbar .dropdown .dropdown-menu li {
    position: relative;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
    border-radius: 6px;
}
.header .navbar .dropdown .dropdown-menu li:not(:last-child) {
    margin-bottom: 8px;
}
.header .navbar .dropdown .dropdown-menu li a {
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 24px;
    letter-spacing: -0.042px;
    color: #fff !important;
    padding: 8px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 40px;
}
.header .navbar .dropdown .dropdown-menu li a:hover,
.header .navbar .dropdown .dropdown-menu li a:focus {
    color: #fff !important;
    background-color: rgba(0, 0, 0, 0);
}
.header .navbar .dropdown .dropdown-menu li .check-icon {
    display: none;
}
.header .navbar .dropdown .dropdown-menu li:hover,
.header .navbar .dropdown .dropdown-menu li:active {
    background: #28262a;
}
.header .navbar .dropdown .dropdown-menu li.active {
    background: #28262a;
}
.header .navbar .dropdown .dropdown-menu li.active .check-icon {
    display: block;
}
.header .navbar .dropdown .dropdown-toggle::after {
    display: none;
}
.header .navbar .navbar-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .navbar .navbar-collapse > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.header .navbar .login-btn,
.header .navbar .register-btn {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 1199.98px) {
    .header .navbar .login-btn,
    .header .navbar .register-btn {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}
.header .navbar .login-btn {
    margin-right: 14px;
}
.header .navbar hr.divider {
    opacity: 1;
    border: none;
    width: 1px;
    height: 32px;
    background: rgba(255, 255, 255, 0.1);
    margin: 0 14px;
}
.header .navbar .navbar-app-toggler {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
    border: 1.5px solid #504d54;
    border-radius: 8px;
    padding: 8px;
}
.header .navbar .navbar-app-toggler span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .navbar .navbar-app-toggler.collapsed {
    background-color: #1a191c;
}
.header .navbar .navbar-app-toggler i {
    font-size: 20px;
}
.header .navbar .navbar-app-toggler .icon-close {
    display: none;
}
.header .navbar .navbar-app-toggler.collapsed {
    border-color: #fff;
}
.header .navbar .navbar-app-toggler.collapsed i {
    display: none;
}
.header .navbar .navbar-app-toggler.collapsed .icon-close {
    display: inline-block;
}
.header .navbar .navbar-app-toggler:hover {
    border-color: #fff;
}
.header .navbar .user-avatar-link {
    text-decoration: none;
}
.header .navbar .user-avatar-link span.user-avatar {
    width: 40px;
    height: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    background: rgba(255, 0, 118, 0.3);
    border: 1px solid #ff4599;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 50%;
}
.header .navbar .user-avatar-link span.user-name {
    white-space: nowrap;
}
.header .navbar .user-avatar-link:hover {
    color: #fff;
}
@media (max-width: 1199.98px) {
    .header .navbar .user-avatar-link {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}
.header .navbar .profile-wrapper {
    position: absolute !important;
    right: 30px !important;
    -ms-flex-item-align: center;
    align-self: center;
}
.header .navbar .profile-wrapper .login-buttons a {
    font-size: 14px;
    line-height: 14px;
    height: 40px;
}
.header .navbar .accordion-item .accordion-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .navbar .accordion-item .accordion-button::after {
    display: none;
}
.header .navbar .accordion-item .accordion-button .icon-line-down {
    -webkit-transition: color 0.25s, -webkit-transform 0.25s;
    transition: color 0.25s, -webkit-transform 0.25s;
    transition: transform 0.25s, color 0.25s;
    transition: transform 0.25s, color 0.25s, -webkit-transform 0.25s;
    font-size: 24px;
    color: #6a676f;
}
.header
    .navbar
    .accordion-item
    .accordion-button:not(.collapsed)
    .icon-line-down {
    color: #fff;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.header .navbar .accordion-item .accordion-body {
    list-style: none;
    margin-top: 16px;
}
.header .navbar .accordion-item .accordion-body li.nav-item {
    padding-left: 18px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.042px;
    color: #babac4;
    padding: 0 0 0 18px !important;
    position: relative;
}
.header .navbar .accordion-item .accordion-body li.nav-item a {
    color: #babac4 !important;
}
.header .navbar .accordion-item .accordion-body li.nav-item.active::before {
    content: "";
    width: 2px;
    height: 24px;
    background: #fb3792;
    position: absolute;
    left: 0;
    top: 0;
}
.header .navbar .accordion-item .accordion-body li.nav-item:not(:last-child) {
    margin-bottom: 8px;
}
.header .navbar-app-collapse {
    z-index: 2;
    position: absolute;
    top: 86px;
    left: 176px;
    background: #1a191c;
    -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1600px) {
    .header .navbar-app-collapse {
        width: calc(100% - 140px - 40px - 16px);
    }
}
@media screen and (max-width: 1599px) {
    .header .navbar-app-collapse {
        width: calc(100vw - 140px - 20px - 16px);
    }
}
.header .navbar-app-collapse .navbar-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 24px 24px 8px 24px;
    width: 100%;
}
.header .navbar-app-collapse .navbar-nav .app-item {
    width: calc(33.33% - 14px);
    height: 72px;
    padding: 16px;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
    text-decoration: none;
    margin-bottom: 16px;
    border-radius: 8px;
    position: relative;
}
.header .navbar-app-collapse .navbar-nav .app-item.disabled {
    pointer-events: none;
    opacity: 0.5;
}
.header .navbar-app-collapse .navbar-nav .app-item .icon-right {
    opacity: 0;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
    color: #fff;
    font-size: 24px;
}
.header .navbar-app-collapse .navbar-nav .app-item:hover {
    background-color: #28262a;
}
.header .navbar-app-collapse .navbar-nav .app-item:hover .icon-right {
    opacity: 1;
}
.header .navbar-app-collapse .navbar-nav .app-item .app-info {
    margin-left: 12px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.header .navbar-app-collapse .navbar-nav .app-item .app-info .app-title {
    margin-bottom: 4px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.4px;
    color: #fff;
}
.header .navbar-app-collapse .navbar-nav .app-item .app-info .app-desc {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.2px;
    color: #9d9aa2;
}
.header .navbar-app-collapse .navbar-nav .app-item > svg {
    width: 32px;
    height: 32px;
}
.header #navbar-overlay {
    position: fixed;
    top: 86px;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    z-index: 1;
    display: none;
}
.header #navbar-overlay.show {
    display: block;
}
@media (max-width: 575.98px) {
    .header #navbar-overlay {
        display: none !important;
    }
}
.header #navbar-overlay-2 {
    position: fixed;
    top: 86px;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    z-index: 1;
    display: none;
}
.header #navbar-overlay-2.show {
    display: block;
}
@media (max-width: 575.98px) {
    .header #navbar-overlay-2 {
        display: none !important;
    }
}
@media (max-width: 1199.98px) {
    .header .navbar {
        position: absolute;
        height: 88px;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        z-index: 111;
    }
    .header .navbar .navbar-header {
        padding-left: 24px;
        padding-right: 24px;
    }
    .header .navbar .navbar-header {
        height: 86px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .header .navbar .navbar-collapse {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-left: auto;
        z-index: 2;
        position: relative;
    }
    .header .navbar .navbar-collapse > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        background: #1a191c;
        padding: 20px 16px !important;
        width: 375px;
    }
    .header .navbar .navbar-toggler {
        border-radius: 8px !important;
    }
    .header .navbar .navbar-nav {
        border-radius: 0;
        padding: 0 !important;
        margin-top: 20px;
    }
    .header .navbar .navbar-nav a {
        padding: 0;
    }
    .header .navbar .nav-item {
        -ms-flex-item-align: start;
        align-self: flex-start;
        width: 100%;
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }
    .header .navbar .nav-item .subtitle {
        display: block;
    }
    .header .navbar .nav-item .nav-link {
        font-size: 14px;
        font-weight: 600;
    }
    .header .navbar .dropdown .dropdown-menu li img {
        width: 40px;
        height: 40px;
        -ms-flex-item-align: center;
        align-self: center;
    }
    .header .navbar .dropdown .dropdown-menu li:nth-of-type(5) {
        padding-bottom: 0;
    }
    .header .navbar .dropdown .dropdown-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header .navbar .dropdown .dropdown-toggle::after {
        position: absolute;
        right: 0;
    }
    .header .navbar .dropdown .dropdown-toggle-icon {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }
    .header .navbar .dropdown .dropdown-toggle-icon.active {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    .header .navbar .button-wrapper {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header .navbar .toggle-menu {
        height: 86px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header .navbar .toggle-menu button {
        -ms-flex-item-align: center;
        align-self: center;
    }
    .header .navbar .product-menu {
        height: 86px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 16px;
    }
    .header > .header-container {
        z-index: 111;
    }
    .header .navbar-app-collapse {
        width: 100%;
        top: 0;
        left: 0;
    }
    .header .navbar-app-collapse .header-container {
        margin-top: 88px;
    }
}
@media (max-width: 991.98px) {
    .header .navbar-app-collapse .navbar-nav .app-item {
        width: calc(50% - 8px);
    }
}
@media (max-width: 767.98px) {
    .header .navbar {
        height: auto;
    }
    .header .navbar .navbar-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 80px;
        padding: 0 20px;
        position: relative;
        z-index: 11;
        background-color: rgba(0, 0, 0, 0);
    }
    .header .navbar .navbar-collapse {
        background: #1a191c;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    .header .navbar .navbar-collapse > div {
        margin-top: 80px;
        width: 100%;
        padding: 20px 16px !important;
        position: relative;
    }
    .header .navbar .navbar-toggler {
        height: 40px;
        width: 40px !important;
    }
    .header .navbar .navbar-nav {
        height: calc(100vh - 160px);
        overflow-y: auto;
        background: #1a191c;
        z-index: 2;
        position: relative;
        padding: 0 !important;
        width: 100%;
    }
    .header .navbar .nav-item {
        -ms-flex-item-align: start;
        align-self: flex-start;
        width: 100%;
    }
    .header .navbar .nav-item .subtitle {
        display: none;
    }
    .header .navbar .dropdown .dropdown-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header .navbar .dropdown .dropdown-toggle::after {
        position: absolute;
        right: 0;
    }
    .header .navbar .dropdown .dropdown-toggle-icon {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    .header .navbar .button-wrapper {
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .header .navbar .toggle-menu {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 0;
    }
    .header .navbar .toggle-menu button {
        -ms-flex-item-align: center;
        align-self: center;
    }
    .header .navbar-app-collapse {
        width: 100%;
        top: 0;
        left: 0;
    }
    .header .navbar-app-collapse .header-container {
        margin-top: 80px;
        height: 100vh;
        overflow-y: auto;
    }
    .header .navbar-app-collapse .navbar-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        padding: 16px !important;
    }
    .header .navbar-app-collapse .navbar-nav .app-item {
        width: 100%;
        height: auto;
        padding: 14px;
        margin-bottom: 12px;
        background: #28262a;
        border-radius: 8px;
    }
    .header .navbar-app-collapse .navbar-nav .app-item .icon-right {
        opacity: 1;
    }
    .header .navbar-app-collapse .navbar-nav .app-item:last-child {
        margin-bottom: 0;
    }
}
.no-scroll,
.no-scroll-menu {
    overflow: hidden !important;
    height: 100vh;
}
.theme-light .header .navbar .navbar-toggler,
.theme-light .header .navbar .navbar-app-toggler {
    color: #000 !important;
    border-color: #504d54 !important;
}
.theme-light .header .navbar .navbar-toggler:focus,
.theme-light .header .navbar .navbar-app-toggler:focus {
    border-color: #504d54 !important;
}
.theme-light .header .navbar .navbar-toggler.collapsed,
.theme-light .header .navbar .navbar-app-toggler.collapsed {
    background-color: #fff !important;
}
@media (max-width: 767.98px) {
    .theme-light .header .navbar .navbar-collapse {
        background: #fff;
    }
    .theme-light .header .navbar .navbar-collapse > div {
        border-top: 1px solid #e3e3e8;
        background: #fff;
    }
    .theme-light .header .navbar .navbar-collapse > div .navbar-nav {
        background: #fff;
    }
}
.theme-light .header .navbar-app-collapse {
    background: #fff;
    -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #e3e3e8;
}
@media (max-width: 767.98px) {
    .theme-light .header .navbar-app-collapse .navbar-nav {
        border-top: 1px solid #e3e3e8;
    }
}
@media (max-width: 767.98px) {
    .theme-light .header .navbar-app-collapse .navbar-nav .app-item {
        background: #fff;
    }
}
.theme-light .header .navbar-app-collapse .navbar-nav .app-item:hover {
    background: rgba(0, 0, 0, 0.05);
}
.theme-light .header .navbar-app-collapse .navbar-nav .app-item .icon-right {
    color: #000;
}
.theme-light
    .header
    .navbar-app-collapse
    .navbar-nav
    .app-item
    .app-info
    .app-title {
    color: #000;
}
.theme-light
    .header
    .navbar-app-collapse
    .navbar-nav
    .app-item
    .app-info
    .app-desc {
    color: #504d54;
}
footer {
    margin-top: 100px;
}
footer a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
.footer-top img {
    -webkit-filter: invert(1);
    filter: invert(1);
}
.footer-links .nav a {
    display: block;
    color: #fff;
    opacity: 0.7;
    margin-bottom: 0.5rem;
}
.footer-links .nav a:hover {
    opacity: 1;
}
@media (max-width: 991.98px) {
    .footer-content .help-container {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 24px;
    }
}
@media (max-width: 767.98px) {
    .footer-content .help-container {
        margin-top: 36px;
    }
}
.footer-content .help-container .footer-help {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #383847;
    border-radius: 16px;
    width: 343px;
    height: 96px;
    position: relative;
}
@media (max-width: 575.98px) {
    .footer-content .help-container .footer-help {
        width: 100%;
    }
}
.footer-content
    .help-container
    .footer-help
    .help-text-container
    .help-text-01 {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.9px;
    color: #fff;
    margin-bottom: 4px;
}
.footer-content
    .help-container
    .footer-help
    .help-text-container
    .help-text-02 {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
}
.footer-content .help-container .footer-help .footer-help-img {
    position: absolute;
    right: 24px;
    bottom: 24px;
}
.footer-content .footer-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.4px;
}
.footer-content .footer-desc a,
.footer-content .footer-desc a:hover {
    color: #ff0076;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.4px;
}
.main-footer .lang-dropdown .dropdown-menu {
    padding: 12px;
    position: absolute;
    background: #0d0d0e;
    -webkit-box-shadow: 0px 4px 48px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 48px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    right: 0;
    left: auto;
    margin-top: 12px;
}
.main-footer .lang-dropdown .dropdown-menu.with-accordion {
    right: auto;
}
.main-footer .lang-dropdown .dropdown-menu li {
    position: relative;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
    border-radius: 6px;
}
.main-footer .lang-dropdown .dropdown-menu li:not(:last-child) {
    margin-bottom: 8px;
}
.main-footer .lang-dropdown .dropdown-menu li a {
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 24px;
    letter-spacing: -0.042px;
    color: #fff !important;
    padding: 8px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 40px;
}
.main-footer .lang-dropdown .dropdown-menu li a:hover,
.main-footer .lang-dropdown .dropdown-menu li a:focus {
    color: #fff !important;
    background-color: rgba(0, 0, 0, 0);
}
.main-footer .lang-dropdown .dropdown-menu li .check-icon {
    display: none;
}
.main-footer .lang-dropdown .dropdown-menu li:hover,
.main-footer .lang-dropdown .dropdown-menu li:active {
    background: #28262a;
}
.main-footer .lang-dropdown .dropdown-menu li.active {
    background: #28262a;
}
.main-footer .lang-dropdown .dropdown-menu li.active .check-icon {
    display: block;
}
.main-footer .lang-dropdown .dropdown-toggle::after {
    display: none;
}
@media (max-width: 1399.98px) {
    .main-footer .copyright .container {
        padding-right: 100px;
    }
}
@media (max-width: 1199.98px) {
    .main-footer .copyright .container {
        padding-right: 120px;
    }
}
@media (max-width: 991.98px) {
    .main-footer .copyright .container {
        padding-right: 120px;
    }
}
@media (max-width: 767.98px) {
    .main-footer .copyright .container {
        padding-right: 0;
    }
}
@media (max-width: 1199.98px) {
    .main-footer .lang-dropdown .dropdown-menu li img {
        width: 40px;
        height: 40px;
        -ms-flex-item-align: center;
        align-self: center;
    }
    .main-footer .lang-dropdown .dropdown-menu li:nth-of-type(5) {
        padding-bottom: 0;
    }
    .main-footer .lang-dropdown .dropdown-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .main-footer .lang-dropdown .dropdown-toggle::after {
        position: absolute;
        right: 0;
    }
    .main-footer .lang-dropdown .dropdown-toggle-icon {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }
    .main-footer .lang-dropdown .dropdown-toggle-icon.active {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@media (max-width: 767.98px) {
    footer {
        margin-top: 32px;
    }
}
@media (max-width: 575.98px) {
    .footer-content {
        margin-bottom: 32px;
    }
    .footer-links {
        margin-bottom: 16px;
    }
}
.theme-light .footer-top img {
    -webkit-filter: none;
    filter: none;
    opacity: 1 !important;
}
.theme-light .footer-top .icon-line-arrow-right {
    color: #1a191c !important;
}
.theme-light .footer-top .metatime-title {
    color: #515161 !important;
}
.theme-light .footer-content .footer-links .link-card a {
    color: #000 !important;
}
.theme-light .copyright {
    background-color: #fff !important;
}
.theme-light .copyright .title {
    color: #504d54 !important;
}
.footer-social [data-social] a {
    background: rgba(255, 255, 255, 0.1);
    border: 1.2px solid #383847;
}
.footer-social [data-social] a:hover {
    background: rgba(255, 255, 255, 0.2);
}
.gradient {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#af70ff),
        to(#ff54a6)
    );
    background: linear-gradient(to right, #af70ff 0%, #ff54a6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.gradient-2 {
    background: radial-gradient(
            60.19% 39.82% at 88.69% 43.54%,
            #ffffff 0%,
            rgba(255, 255, 255, 0) 100%
        ),
        radial-gradient(
            55.62% 70.39% at 50% 32.21%,
            #ffffff 0%,
            rgba(255, 255, 255, 0) 100%
        ),
        linear-gradient(
            179.07deg,
            #20dac3 -29.22%,
            rgba(255, 255, 255, 0) 128.21%
        ),
        linear-gradient(208.85deg, #ff0076 -78.59%, #ffffff 204.28%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.gradient-3 {
    background: linear-gradient(86.64deg, #af70ff 2.22%, #20dac3 98.88%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.gradient-4 {
    background: linear-gradient(239.83deg, #ffc9ff -28.75%, #ffffff 120.59%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.gradient-5 {
    background: linear-gradient(206.4deg, #ff0076 -36.02%, #ffb6d8 95.43%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.gradient-6 {
    background: radial-gradient(
            178.24% 733.61% at -84.97% -39.48%,
            #a846b8 0%,
            rgba(13, 65, 248, 0) 100%
        ),
        radial-gradient(
            91.31% 185.25% at 111.48% 167.63%,
            #ffbe82 0%,
            rgba(13, 38, 102, 0) 100%
        ),
        #0d0d0e;
}
.gradient-7 {
    background: radial-gradient(
            178.24% 733.61% at -84.97% -39.48%,
            #a846b8 0%,
            rgba(13, 65, 248, 0) 100%
        ),
        radial-gradient(
            91.31% 185.25% at 111.48% 167.63%,
            #ffbe82 0%,
            rgba(13, 38, 102, 0) 100%
        ),
        #0d0d0e;
}
.gradient-8 {
    background: radial-gradient(
            178.24% 733.61% at -84.97% -39.48%,
            #7fb846 0%,
            rgba(248, 13, 98, 0) 100%
        ),
        radial-gradient(
            91.31% 185.25% at 111.48% 167.63%,
            #ffffff 0%,
            rgba(75, 13, 102, 0) 100%
        ),
        #0d0d0e;
}
.gradient-9 {
    background: radial-gradient(
            757.09% 312.7% at 124.86% -62.62%,
            rgba(182, 70, 184, 0.83) 0%,
            rgba(121, 13, 248, 0) 100%
        ),
        radial-gradient(
            91.31% 185.25% at 111.48% 167.63%,
            #ffffff 0%,
            rgba(75, 13, 102, 0) 100%
        ),
        #0d0d0e;
}
.gradient-10 {
    background: radial-gradient(
            79.21% 160.7% at -18.71% -38.49%,
            #55b44d 0%,
            rgba(64, 221, 147, 0.33) 100%
        ),
        radial-gradient(
            57.58% 83.88% at 114.58% 124.19%,
            #ffffff 0%,
            #412b61 100%
        ),
        -webkit-gradient(linear, left bottom, left top, from(#0d0d0e), to(#0d0d0e)),
        #fff;
    background: radial-gradient(
            79.21% 160.7% at -18.71% -38.49%,
            #55b44d 0%,
            rgba(64, 221, 147, 0.33) 100%
        ),
        radial-gradient(
            57.58% 83.88% at 114.58% 124.19%,
            #ffffff 0%,
            #412b61 100%
        ),
        linear-gradient(0deg, #0d0d0e, #0d0d0e), #fff;
}
.gradient-11 {
    background: radial-gradient(
        132.83% 132.83% at 50% 0%,
        #ffffff 0%,
        rgba(255, 255, 255, 0) 100%
    );
}
.gradient-12 {
    background: radial-gradient(
            81.53% 71.94% at 51.16% 130.51%,
            rgba(50, 151, 121, 0.3) 0%,
            rgba(50, 151, 121, 0) 100%
        ),
        radial-gradient(
            90.69% 80.02% at 77.89% 0%,
            rgba(50, 151, 121, 0.4) 0%,
            rgba(50, 151, 121, 0) 100%
        ),
        #051010;
}
.gradient-13 {
    background: radial-gradient(
            60.28% 53.19% at 51.16% 42.89%,
            rgba(255, 109, 249, 0.3) 0%,
            rgba(255, 109, 249, 0) 100%
        ),
        radial-gradient(
            90.69% 80.02% at 77.89% 0%,
            rgba(113, 165, 255, 0.4) 0%,
            rgba(113, 165, 255, 0) 100%
        ),
        radial-gradient(
            104.6% 92.29% at 18.1% 135.06%,
            #3f2d36 0%,
            rgba(68, 49, 58, 0) 100%
        ),
        #010017;
}
.gradient-14 {
    background: radial-gradient(
            81.53% 71.94% at 51.16% 130.51%,
            rgba(248, 13, 13, 0.3) 0%,
            rgba(248, 13, 13, 0) 100%
        ),
        radial-gradient(
            90.69% 80.02% at 77.89% 0%,
            rgba(199, 152, 109, 0.4) 0%,
            rgba(199, 152, 109, 0) 100%
        ),
        #08001a;
}
.gradient-15 {
    background: radial-gradient(
            81.53% 71.94% at 51.16% 130.51%,
            rgba(26, 193, 133, 0.3) 0%,
            rgba(26, 193, 133, 0) 100%
        ),
        radial-gradient(
            90.69% 80.02% at 77.89% 0%,
            rgba(26, 113, 193, 0.4) 0%,
            rgba(26, 113, 193, 0) 100%
        ),
        #07041a;
}
.gradient-16 {
    background: radial-gradient(
            81.53% 71.94% at 51.16% 130.51%,
            rgba(248, 13, 13, 0.3) 0%,
            rgba(248, 13, 13, 0) 100%
        ),
        radial-gradient(
            90.69% 80.02% at 77.89% 0%,
            rgba(199, 152, 109, 0.4) 0%,
            rgba(199, 152, 109, 0) 100%
        ),
        #08001a;
}
.gradient-17 {
    background: radial-gradient(
            81.53% 71.94% at 51.16% 130.51%,
            rgba(193, 146, 26, 0.3) 0%,
            rgba(193, 146, 26, 0) 100%
        ),
        radial-gradient(
            90.69% 80.02% at 77.89% 0%,
            rgba(193, 26, 66, 0.4) 0%,
            rgba(193, 26, 66, 0) 100%
        ),
        #0d0d0e;
}
.gradient-18 {
    background: radial-gradient(
            53.37% 50.44% at 110.71% 54.83%,
            #1b1b22 0%,
            rgba(27, 27, 34, 0) 100%
        ),
        radial-gradient(
            60.29% 67.03% at 37.38% 35.57%,
            #1b1b22 0%,
            rgba(27, 27, 34, 0) 100%
        ),
        linear-gradient(152.66deg, #ffb2b5 -5%, rgba(40, 40, 40, 0) 53.64%),
        linear-gradient(206.3deg, #6b04ff -79.24%, #28262a 58.77%);
}
.gradient-19 {
    background: linear-gradient(
            7.22deg,
            #28262a 31.71%,
            rgba(40, 38, 42, 0) 58.85%
        ),
        radial-gradient(
            53.37% 50.44% at 110.71% 54.83%,
            #28262a 0%,
            rgba(40, 38, 42, 0) 100%
        ),
        radial-gradient(
            50.39% 56.1% at 52.38% 46.5%,
            #28262a 0%,
            rgba(40, 38, 42, 0) 100%
        ),
        linear-gradient(196.27deg, #04c29b -24.28%, rgba(40, 40, 40, 0) 56.22%),
        linear-gradient(176.46deg, #6b04ff -97.27%, #28262a 60.66%);
}
.gradient-20 {
    background: radial-gradient(
            66.75% 185.25% at 131.77% -73.14%,
            rgba(85, 20, 233, 0.6) 0%,
            rgba(85, 20, 233, 0) 100%
        ),
        radial-gradient(
            92.25% 183.66% at 40.91% 250.22%,
            rgba(70, 33, 182, 0.6) 0%,
            rgba(70, 33, 182, 0) 100%
        ),
        radial-gradient(
            101.21% 229.53% at 112.78% 144.52%,
            #11082c 0%,
            rgba(17, 8, 44, 0) 100%
        ),
        #121216;
}
.gradient-21 {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(63.53%, #ff0076),
        color-stop(96.39%, #790df8)
    );
    background: linear-gradient(90deg, #ff0076 63.53%, #790df8 96.39%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.bg-surface-1 {
    background: radial-gradient(
            60.19% 39.82% at 88.69% 43.54%,
            #28262a 0%,
            rgba(40, 38, 42, 0) 100%
        ),
        radial-gradient(
            55.62% 70.39% at 50% 32.21%,
            #28262a 0%,
            rgba(40, 38, 42, 0) 100%
        ),
        linear-gradient(152.85deg, #20dac3 -26.82%, rgba(40, 40, 40, 0) 53.66%),
        linear-gradient(206.3deg, #28262a -79.24%, #28262a 58.77%);
}
.theme-light .gradient-12 {
    background: radial-gradient(
            1135.69% 160.46% at 164.3% -67.09%,
            rgba(168, 70, 184, 0.4) 0%,
            rgba(13, 65, 248, 0) 100%
        ),
        radial-gradient(
            91.31% 185.25% at 111.48% 167.63%,
            rgba(255, 190, 130, 0.5) 0%,
            rgba(223, 231, 252, 0) 100%
        ),
        #fff;
}
.theme-light .gradient-13 {
    background: radial-gradient(
            757.09% 312.7% at 124.86% -62.62%,
            rgba(182, 70, 184, 0.249) 0%,
            rgba(121, 13, 248, 0) 100%
        ),
        radial-gradient(
            91.31% 185.25% at 111.48% 167.63%,
            rgba(255, 255, 255, 0.4) 0%,
            rgba(75, 13, 102, 0) 100%
        ),
        #fff;
}
.theme-light .gradient-14 {
    background: radial-gradient(
            178.24% 733.61% at -84.97% -39.48%,
            rgba(127, 184, 70, 0.4) 0%,
            rgba(244, 77, 138, 0) 100%
        ),
        radial-gradient(
            91.31% 185.25% at 111.48% 167.63%,
            rgba(255, 255, 255, 0.4) 0%,
            rgba(175, 117, 200, 0) 100%
        ),
        #fff;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: #000;
    display: grid;
    place-items: center;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.preloader.hide {
    pointer-events: none;
    opacity: 0;
}
.preloader img {
    width: 96px;
    height: 96px;
    -webkit-animation: loaderIn 1s infinite alternate;
    animation: loaderIn 1s infinite alternate;
}
@-webkit-keyframes loaderIn {
    from {
        -webkit-filter: invert(1) drop-shadow(0 0 0 white);
        filter: invert(1) drop-shadow(0 0 0 white);
    }
    to {
        -webkit-filter: invert(1) drop-shadow(0 0 6px white);
        filter: invert(1) drop-shadow(0 0 6px white);
    }
}
@keyframes loaderIn {
    from {
        -webkit-filter: invert(1) drop-shadow(0 0 0 white);
        filter: invert(1) drop-shadow(0 0 0 white);
    }
    to {
        -webkit-filter: invert(1) drop-shadow(0 0 6px white);
        filter: invert(1) drop-shadow(0 0 6px white);
    }
}
body.countdown-visible .private-notification {
    top: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
}
body.countdown-visible .private-notification-title,
body.countdown-visible .private-notification-countdown,
body.countdown-visible .private-notification-btn-group {
    opacity: 1;
}
.private-notification {
    position: relative;
    top: -112px;
    background: #1b1b22;
    border-bottom: 1px solid #383847;
    overflow: hidden;
}
.private-notification .btn-outline-primary:disabled {
    color: #383847;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.064px;
    border: 1.2px solid #383847;
    border-radius: 8px;
}
@media (max-width: 991.98px) {
    .private-notification .btn-outline-primary:disabled {
        border-radius: 6px;
        height: 40px;
        padding-block: 0;
    }
}
.private-notification .btn-icon.btn-outline-primary {
    width: 48px;
    border-radius: 8px;
    border-color: #fc5fa8;
    color: #fc5fa8;
}
@media (max-width: 991.98px) {
    .private-notification .btn-icon.btn-outline-primary {
        width: 50px;
        height: 50px;
        border-radius: 6px;
        padding: 0;
    }
}
.private-notification .btn-icon.btn-outline-primary i {
    font-size: 24px;
}
.private-notification .btn-outline-secondary {
    color: #9855fc;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.064px;
    border-color: #9855fc;
    border-radius: 8px;
}
@media (max-width: 991.98px) {
    .private-notification .btn-outline-secondary {
        border-radius: 6px;
        height: 40px;
        padding-block: 0;
    }
}
.private-notification:not([style]):not(.d-none) + .header #navbar-overlay-2 {
    top: 199px;
}
@media (max-width: 991.98px) {
    .private-notification:not([style]):not(.d-none)
        + .header
        #navbar-overlay-2 {
        top: 168px;
    }
}
@media (max-width: 767.98px) {
    .private-notification:not([style]):not(.d-none)
        + .header
        #navbar-overlay-2 {
        top: 191px;
    }
}
@media (max-width: 575.98px) {
    .private-notification:not([style]):not(.d-none)
        + .header
        #navbar-overlay-2 {
        top: 168px;
    }
}
.private-notification:not([style]):not(.d-none) + .header #navbar-overlay {
    top: 199px;
}
@media (max-width: 1199.98px) {
    .private-notification:not([style]):not(.d-none) + .header #navbar-overlay {
        top: 199px;
    }
}
@media (max-width: 991.98px) {
    .private-notification:not([style]):not(.d-none) + .header #navbar-overlay {
        top: 168px;
    }
}
@media (max-width: 767.98px) {
    .private-notification:not([style]):not(.d-none) + .header #navbar-overlay {
        top: 191px;
    }
}
.private-notification-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1600px;
    margin: 0 auto;
    gap: 24px;
    padding: 24px 20px 16px;
}
@media (max-width: 991.98px) {
    .private-notification-inner {
        padding: 16px;
        gap: 14px;
    }
}
.private-notification-title {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}
@media (max-width: 991.98px) {
    .private-notification-title {
        font-size: 20px;
        font-weight: 500;
        letter-spacing: -0.6px;
    }
}
.private-notification-countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 500px;
    gap: 12px;
    min-height: 72px;
}
@media (max-width: 991.98px) {
    .private-notification-countdown {
        min-height: 48px;
    }
}
.private-notification-title,
.private-notification-countdown,
.private-notification-btn-group {
    opacity: 0;
    -webkit-transition: opacity 1s ease 1s;
    transition: opacity 1s ease 1s;
}
.countdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Inter";
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    letter-spacing: -1px;
}
@media (max-width: 991.98px) {
    .countdown-item {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -0.6px;
    }
}
.countdown-item span {
    font-family: "Inter";
    color: #838391;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.042px;
}
@media (max-width: 991.98px) {
    .countdown-item span {
        font-size: 12px;
        line-height: 16px;
    }
}
.countdown-item-seperator {
    width: 1px;
    background-color: #838391;
    margin: 10px 0;
}
.private-notification-bar {
    top: -63px;
    z-index: 1;
    height: 126px;
    -webkit-transition: width 1s ease;
    transition: width 1s ease;
}
@media (max-width: 991.98px) {
    .private-notification-bar {
        top: -31px;
        height: 63px;
    }
}
.private-notification-bar-inner {
    width: 100%;
    height: 100%;
    background: url("/assets/img/countdown/neonbar.png") repeat-x left center;
    background-size: contain;
}
.private-notification-bar-head {
    position: absolute;
    right: -61px;
    top: 0;
    width: 126px;
    height: 126px;
    background: url("/assets/img/countdown/neonbar-head.png") repeat-x left
        center;
    background-size: cover;
}
@media (max-width: 991.98px) {
    .private-notification-bar-head {
        right: -30px;
        width: 63px;
        height: 63px;
    }
}
.wrapper-mtc .page-content {
    padding-top: 88px;
    margin: 0;
}
@media (max-width: 767.98px) {
    .wrapper-mtc .page-content {
        padding-top: 80px;
    }
}
.swiper-mtc-news {
    width: 100%;
    overflow: hidden;
    background: #1b1b22;
    -webkit-box-shadow: inset 0px -8px 8px rgba(0, 0, 0, 0.25),
        inset 0px 8px 8px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px -8px 8px rgba(0, 0, 0, 0.25),
        inset 0px 8px 8px rgba(0, 0, 0, 0.25);
    padding: 24px 0;
}
@media (max-width: 767.98px) {
    .swiper-mtc-news {
        padding: 12px 0 16px;
    }
}
.swiper-mtc-news .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    position: relative;
}
.swiper-mtc-news .swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-mtc-news .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    position: relative;
    overflow: hidden;
    padding: 0 12px;
}
.news-inner-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 291px;
    height: 48px;
    gap: 12px;
    padding: 6px;
    border-radius: 60px;
    background: #1b1b22;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767.98px) {
    .news-inner-item {
        width: auto;
        height: 44px;
        gap: 6px;
        padding: 4px 16px 4px 4px;
    }
}
.news-inner-item::after {
    background: linear-gradient(271.56deg, #fb3792 0.37%, #8537fb 100%);
}
.news-inner-item.filled {
    background: linear-gradient(271.56deg, #fb3792 0.37%, #8537fb 100%);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}
.news-inner-item.filled .news-number {
    color: #000;
    background: #fff;
}
.news-number {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.064px;
    background: #0c0c0f;
    padding: 6px 12px;
    border-radius: 40px;
}
@media (max-width: 767.98px) {
    .news-number {
        font-size: 14px;
        letter-spacing: -0.042px;
    }
}
.news-title {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.064px;
}
@media (max-width: 767.98px) {
    .news-title {
        font-size: 14px;
        letter-spacing: -0.042px;
    }
}
.gradient-border-bg {
    position: relative;
    z-index: 1;
    background: rgba(0, 0, 0, 0);
}
.gradient-border-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: inherit;
    -webkit-mask: -webkit-gradient(
                linear,
                left top,
                left bottom,
                color-stop(0, #fff)
            )
            content-box,
        -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff))
            content-box,
        -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}
.mtc-banner {
    margin: 72px 0;
}
@media (max-width: 767.98px) {
    .mtc-banner {
        margin: 20px 0;
    }
}
.mtc-banner-shadow {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.mtc-banner-text {
    margin-bottom: 24px;
}
@media (max-width: 767.98px) {
    .mtc-banner-text {
        text-align: center;
        margin-bottom: 10px;
    }
}
.mtc-banner-text-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767.98px) {
    .mtc-banner-text-top {
        display: block;
        font-size: 48px;
        line-height: 56px;
        letter-spacing: -1.2px;
    }
}
.mtc-banner-title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-family: "Inter";
    font-weight: 700;
    font-size: 80px;
    line-height: 100px;
    letter-spacing: -1px;
    margin-right: 24px;
}
@media (max-width: 767.98px) {
    .mtc-banner-title {
        font-size: 48px;
        line-height: 56px;
        letter-spacing: -1.2px;
        margin-right: 0;
    }
}
.mtc-banner-line {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        color-stop(-101.16%, #8537fb),
        to(#fb3792)
    );
    background: linear-gradient(270deg, #8537fb -101.16%, #fb3792 100%);
}
@media (max-width: 991.98px) {
    .mtc-banner-line {
        display: none;
    }
}
.mtc-banner-link {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.064px;
    border-radius: 4px;
    padding: 12px 24px;
}
@media (max-width: 991.98px) {
    .mtc-banner-link {
        display: none;
    }
}
.mtc-banner-link::after {
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        from(#8537fb),
        color-stop(200.34%, #fb3792)
    );
    background: linear-gradient(270deg, #8537fb 0%, #fb3792 200.34%);
}
.mtc-banner-link a {
    color: #aa73fc;
}
.mtc-banner-text-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767.98px) {
    .mtc-banner-text-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.mtc-banner-cent {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1.6px;
}
@media (max-width: 1199.98px) {
    .mtc-banner-cent {
        font-size: 30px;
    }
}
.mtc-banner-cent span {
    display: inline-block;
    vertical-align: sub;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -2.88px;
    margin: 0 4px;
}
@media (max-width: 991.98px) {
    .mtc-banner-cent span {
        font-size: 38px;
        line-height: 38px;
        vertical-align: text-bottom;
    }
}
.mtc-banner-subtitle {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-family: "Inter";
    font-weight: 700;
    font-size: 80px;
    line-height: 100px;
    letter-spacing: -1px;
    margin-right: 24px;
}
@media (max-width: 767.98px) {
    .mtc-banner-subtitle {
        font-size: 48px;
        line-height: 56px;
        letter-spacing: -1.2px;
        margin-right: 0;
    }
}
.mtc-banner-form {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 360px;
    padding: 24px;
    background: #121216;
    border: 1px solid #383847;
    border-radius: 24px;
    z-index: 5;
}
.mtc-banner-form input.form-control {
    margin-bottom: 24px;
}
.mtc-banner-form input.form-control:focus {
    border-color: #fc5fa8 !important;
}
@media (max-width: 991.98px) {
    .mtc-banner-form {
        display: none;
    }
}
.mtc-banner-mobile {
    display: block;
}
@media (min-width: 992px) {
    .mtc-banner-mobile {
        display: none;
    }
}
.mtc-banner-mobile .mtc-banner-form {
    position: static;
    width: 100%;
    max-width: none;
    display: block;
    margin: 50px 0;
}
.mtc-banner-form-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -1px;
    margin-bottom: 24px;
}
.mtc-banner-form-desc {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.042px;
    color: #acacb9;
    margin-bottom: 24px;
}
.mtc-banner-form-read {
    margin-bottom: 24px;
}
.mtc-banner-form-read a {
    color: #aa73fc;
    text-decoration: none;
}
.mtc-banner-center {
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 48px;
}
@media (max-width: 767.98px) {
    .mtc-banner-center {
        margin-bottom: 10px;
    }
}
.mtc-banner .btn-primary {
    width: 240px;
    border-radius: 12px;
}
.mtc-banner .btn-primary:not(:hover):not(:focus) {
    background: #fb3792;
    border-color: #fb3792;
}
.mtc-banner .btn-primary img {
    width: 16px;
    margin-right: 12px;
}
.mtc-banner-p {
    max-width: 566px;
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: -0.064px;
    color: #acacb9;
    margin-bottom: 24px;
}
@media (max-width: 767.98px) {
    .mtc-banner-p {
        text-align: center;
        margin-top: 5px;
    }
}
.mtc-banner-p2 {
    max-width: 513px;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.09px;
    margin-top: 75px;
}
@media (max-width: 991.98px) {
    .mtc-banner-p2 {
        font-size: 16px;
        line-height: 28px;
        margin-top: 40px;
    }
}
@media (max-width: 767.98px) {
    .mtc-banner-p2 {
        font-size: 18px;
        line-height: 32px;
        text-align: center;
        margin-top: 24px;
    }
}
@media (max-width: 767.98px) {
    .mtc-banner-left,
    .mtc-banner-right {
        text-align: center;
        width: 100%;
    }
}
@media (max-width: 991.98px) {
    .mtc-wallet-wrapper {
        width: auto;
        max-width: 335px;
    }
}
@media (max-width: 767.98px) {
    .mtc-wallet-wrapper {
        margin: 0 auto;
    }
}
.mtc-wallet-title {
    position: absolute;
    left: 27%;
    top: 10%;
}
@media (max-width: 991.98px) {
    .mtc-wallet-title {
        width: 75px;
    }
}
.mtc-banner-bar svg {
    display: block;
    width: 100%;
}
.mtc-wallet-amount {
    position: absolute;
    right: 11%;
    top: 10%;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.042px;
}
@media (max-width: 991.98px) {
    .mtc-wallet-amount {
        font-size: 12px;
        line-height: 18px;
    }
}
.mtc-banner-bar-values {
    margin-top: 10px;
}
@media (max-width: 991.98px) {
    .mtc-banner-bar-values {
        margin-top: 0;
    }
}
@media (max-width: 767.98px) {
    .mtc-banner-bar-values {
        margin: -25px -20px 0;
    }
}
.mtc-banner-bar-values span {
    width: 48px;
    font-family: "Inter";
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.6px;
    text-align: center;
}
@media (max-width: 991.98px) {
    .mtc-banner-bar-values span {
        width: 35px;
        font-size: 18px;
        line-height: 22px;
    }
}
@media (max-width: 767.98px) {
    .mtc-banner-bar-values span {
        width: 48px;
        font-weight: 500;
    }
    .mtc-banner-bar-values span:nth-of-type(even) {
        display: none;
    }
}
.mtc-banner-bar-progress {
    top: 0;
    left: 3.1%;
    height: 16px;
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        from(#fb3792),
        to(rgba(251, 55, 146, 0))
    );
    background: linear-gradient(270deg, #fb3792 0%, rgba(251, 55, 146, 0) 100%);
    border-radius: 0px 99px 99px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 13px;
    line-height: 16px;
    padding-right: 8px;
}
@media (max-width: 767.98px) {
    .mtc-banner-bar-progress {
        left: 2%;
        top: 21%;
        height: 8px;
    }
    .mtc-banner-bar-progress span {
        position: absolute;
        left: calc(100% + 6px);
        top: -4px;
    }
}
.mtc-banner-circle {
    position: absolute;
    width: 439px;
    aspect-ratio: 1/1;
    left: 224px;
    top: 160px;
    z-index: -1;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: rotate 5s linear infinite;
    animation: rotate 5s linear infinite;
    z-index: 1;
}
@media (max-width: 1199.98px) {
    .mtc-banner-circle {
        width: 319px;
        top: 110px;
        left: 160px;
    }
}
@media (max-width: 767.98px) {
    .mtc-banner-circle {
        width: 219px;
        top: 60px;
        left: 160px;
    }
}
@-webkit-keyframes rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.mtc-banner-percentage {
    z-index: 3;
}
.mtc-banner-percentage-svg {
    width: 100%;
    position: absolute;
    top: 8px;
    left: 1px;
    z-index: 3;
}
@media (max-width: 1199.98px) {
    .mtc-banner-percentage-svg {
        top: -61px;
    }
}
@media (max-width: 767.98px) {
    .mtc-banner-percentage-svg {
        width: 98%;
        top: 3px;
        left: 5px;
    }
}
.mtc-banner-percentage-svg svg {
    display: block;
    width: 100%;
}
@media (max-width: 767.98px) {
    .mtc-banner-percentage-svg svg {
        height: auto;
    }
}
.buy-mtx-testing {
    margin: 24px 0 72px;
}
@media (max-width: 767.98px) {
    .buy-mtx-testing {
        margin: 20px 0;
    }
}
.swiper-vesting {
    background: rgba(255, 255, 255, 0.1);
    padding: 36px 0;
}
@media (max-width: 767.98px) {
    .swiper-vesting {
        padding: 16px 0;
    }
}
.swiper-vesting .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    position: relative;
}
.swiper-vesting .swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-vesting .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    position: relative;
    overflow: hidden;
    padding: 0 12px;
}
.vesting-title {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    gap: 24px;
    font-family: "Bebas Neue", cursive;
    font-size: 80px;
    line-height: 80px;
}
@media (max-width: 767.98px) {
    .vesting-title {
        font-size: 36px;
        line-height: 36px;
        letter-spacing: 0.05em;
    }
}
.mtc-banner-info {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.064px;
    z-index: 3;
}
.mtc-banner-info a {
    color: #aa73fc;
}
@media (max-width: 767.98px) {
    .mtc-banner-countdown {
        margin-bottom: 40px;
    }
}
.flipdown.flipdown__theme-dark {
    font-family: sans-serif;
    font-weight: bold;
}
.flipdown.flipdown__theme-dark .rotor-group-heading:before {
    color: #000;
}
.flipdown.flipdown__theme-dark
    .rotor-group:nth-child(n + 2):nth-child(-n + 3):before,
.flipdown.flipdown__theme-dark
    .rotor-group:nth-child(n + 2):nth-child(-n + 3):after {
    background-color: #151515;
}
.flipdown.flipdown__theme-dark .rotor,
.flipdown.flipdown__theme-dark .rotor-top,
.flipdown.flipdown__theme-dark .rotor-leaf-front {
    color: #fff;
    background-color: #151515;
}
.flipdown.flipdown__theme-dark .rotor-bottom,
.flipdown.flipdown__theme-dark .rotor-leaf-rear {
    color: #efefef;
    background-color: #202020;
}
.flipdown.flipdown__theme-dark .rotor:after {
    border-top: solid 1px #151515;
}
.flipdown.flipdown__theme-light {
    font-weight: bold;
}
.flipdown.flipdown__theme-light .rotor-group-heading:before {
    color: #acacb9;
}
.flipdown.flipdown__theme-light
    .rotor-group:nth-child(n + 2):nth-child(-n + 3):before,
.flipdown.flipdown__theme-light
    .rotor-group:nth-child(n + 2):nth-child(-n + 3):after {
    background-color: #fff;
}
.flipdown.flipdown__theme-light .rotor,
.flipdown.flipdown__theme-light .rotor-top,
.flipdown.flipdown__theme-light .rotor-leaf-front {
    color: #000;
    background-color: #fff;
}
.flipdown.flipdown__theme-light .rotor-bottom,
.flipdown.flipdown__theme-light .rotor-leaf-rear {
    color: #000;
    background-color: #fff;
}
.flipdown.flipdown__theme-light .rotor:after {
    border-top: solid 1px #000;
}
.flipdown {
    position: relative;
    overflow: visible;
    width: 100%;
    height: 272px;
    -webkit-transform: scale(2.4) translate(342px, 60px);
    transform: scale(2.4) translate(342px, 60px);
    z-index: 2;
}
@media (max-width: 1199.98px) {
    .flipdown {
        -webkit-transform: scale(2) translate(252px, 100px);
        transform: scale(2) translate(252px, 100px);
    }
}
@media (max-width: 991.98px) {
    .flipdown {
        -webkit-transform: scale(1.5) translate(127px, 100px);
        transform: scale(1.5) translate(127px, 100px);
    }
}
@media (max-width: 767.98px) {
    .flipdown {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transform: translate(0, -5px) scale(1.3);
        transform: translate(0, -5px) scale(1.3);
        height: 100px;
    }
}
.flipdown .rotor-group {
    position: relative;
    float: left;
    padding-right: 63px;
}
.flipdown .rotor-group:last-child {
    display: none;
}
.flipdown .rotor-group:nth-child(3):before,
.flipdown .rotor-group:nth-child(3):after {
    display: none;
}
@media (max-width: 767.98px) {
    .flipdown {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
    }
    .flipdown .rotor-group:nth-child(3) {
        display: none;
    }
    .flipdown .rotor-group:nth-child(2):before,
    .flipdown .rotor-group:nth-child(2):after {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .flipdown .rotor-group:nth-child(1) {
        padding-right: 32px;
    }
    .flipdown .rotor-group:nth-child(4) {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .flipdown .rotor-group:nth-child(1) .rotor-group-heading {
        padding-right: 32px;
    }
}
.rotor-group-heading {
    position: absolute;
    left: 0;
    right: 0;
    padding-right: 63px;
    bottom: -62px;
}
@media (max-width: 767.98px) {
    .rotor-group-heading {
        bottom: -39px;
    }
}
.flipdown .rotor-group-heading:before {
    display: block;
    height: 48px;
    color: #acacb9;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
}
.flipdown .rotor-group:nth-child(1) .rotor-group-heading:before {
    content: attr(data-before);
}
.flipdown .rotor-group:nth-child(2) .rotor-group-heading:before {
    content: attr(data-before);
}
.flipdown .rotor-group:nth-child(3) .rotor-group-heading:before {
    content: attr(data-before);
}
.flipdown .rotor-group:nth-child(4) .rotor-group-heading:before {
    content: attr(data-before);
}
.flipdown .rotor-group:nth-child(n + 2):nth-child(-n + 3):before {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 135px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
@media (max-width: 767.98px) {
    .flipdown .rotor-group-heading:before {
        font-size: 11px;
    }
    .flipdown .rotor-group:nth-child(3) {
        padding-right: 0;
    }
    .flipdown .rotor-group:nth-child(3) .rotor-group-heading {
        padding: 0;
    }
}
.flipdown .rotor-group:nth-child(n + 2):nth-child(-n + 3):after {
    content: "";
    position: absolute;
    bottom: 50px;
    left: 135px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
@media (max-width: 767.98px) {
    .flipdown .rotor-group:nth-child(3):before,
    .flipdown .rotor-group:nth-child(3):after {
        display: none;
    }
}
.flipdown .rotor-group:nth-child(1):after {
    content: "";
    position: absolute;
    bottom: 50px;
    left: 135px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 767.98px) {
    .flipdown .rotor-group:nth-child(1):after {
        left: 117px;
        bottom: 64px;
    }
}
.flipdown .rotor-group:nth-child(1):before {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 135px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 767.98px) {
    .flipdown .rotor-group:nth-child(1):before {
        left: 117px;
        bottom: 44px;
    }
}
.flipdown .rotor {
    position: relative;
    float: left;
    width: 50px;
    height: 80px;
    margin: 0px 5px 0px 0px;
    border-radius: 24px;
    font-size: 4rem;
    text-align: center;
    -webkit-perspective: 200px;
    perspective: 200px;
}
.flipdown .rotor:last-child {
    margin-right: 0;
}
.flipdown .rotor-top,
.flipdown .rotor-bottom {
    overflow: hidden;
    position: absolute;
    width: 50px;
    height: 40px;
}
.flipdown .rotor-leaf {
    z-index: 1;
    position: absolute;
    width: 50px;
    height: 80px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 0s;
    transition: -webkit-transform 0s;
    transition: transform 0s;
    transition: transform 0s, -webkit-transform 0s;
}
.flipdown .rotor-leaf.flipped {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.flipdown .rotor-leaf-front,
.flipdown .rotor-leaf-rear {
    overflow: hidden;
    position: absolute;
    width: 50px;
    height: 40px;
    margin: 0;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.flipdown .rotor-leaf-front {
    line-height: 80px;
    border-radius: 24px 24px 0px 0px;
}
.flipdown .rotor-leaf-rear {
    line-height: 0px;
    border-radius: 0px 0px 24px 24px;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
.flipdown .rotor-top {
    line-height: 80px;
    border-radius: 10px 10px 0px 0px;
}
.flipdown .rotor-bottom {
    bottom: 0;
    line-height: 0px;
    border-radius: 0px 0px 10px 10px;
}
.flipdown .rotor:after {
    content: "";
    z-index: 2;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 50px;
    height: 40px;
    border-radius: 0px 0px 4px 4px;
}
@media (max-width: 767.98px) {
    .flipdown .rotor-group:nth-child(2)::after {
        left: 135px !important;
        bottom: 64px !important;
    }
    .flipdown .rotor-group:nth-child(2)::before {
        left: 135px !important;
        bottom: 44px !important;
    }
}
.wrapper-mtc .swiper-container {
    overflow: hidden;
}
.wrapper-mtc .swiper_wrap {
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
    text-align: left;
}
.wrapper-mtc .swiper_wrap.insurance {
    padding: 24px 0;
}
.wrapper-mtc .swiper_wrap.insurance .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrapper-mtc .swiper_wrap .swiper-button-next:after,
.wrapper-mtc .swiper_wrap .swiper-rtl .swiper-button-prev:after,
.wrapper-mtc .swiper_wrap .swiper-button-prev:after,
.wrapper-mtc .swiper_wrap .swiper-rtl .swiper-button-next:after {
    content: "" !important;
}
.wrapper-mtc .swiper_wrap .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    padding: 0 74px;
}
@media (max-width: 991.98px) {
    .wrapper-mtc .swiper_wrap .swiper-slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
}
@media (max-width: 767.98px) {
    .wrapper-mtc .swiper_wrap .swiper-slide {
        gap: 0;
    }
}
@media (max-width: 575.98px) {
    .wrapper-mtc .swiper_wrap .swiper-slide {
        padding: 0 40px;
    }
}
.wrapper-mtc .swiper_wrap .swiper-slide h3,
.wrapper-mtc .swiper_wrap .swiper-slide .h3 {
    font-family: "Inter";
    font-weight: 700;
    font-size: 44px;
    letter-spacing: -1.8px;
    color: #fff;
    margin: 0;
}
@media (max-width: 767.98px) {
    .wrapper-mtc .swiper_wrap .swiper-slide h3,
    .wrapper-mtc .swiper_wrap .swiper-slide .h3 {
        font-size: 48px;
    }
}
@media (max-width: 575.98px) {
    .wrapper-mtc .swiper_wrap .swiper-slide h3,
    .wrapper-mtc .swiper_wrap .swiper-slide .h3 {
        font-size: 20px;
        letter-spacing: -0.6px;
        line-height: 32px;
    }
}
.wrapper-mtc .swiper_wrap .swiper-slide p {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -1px;
    color: #acacb9;
    margin: 0;
    padding-top: 12px;
}
@media (max-width: 767.98px) {
    .wrapper-mtc .swiper_wrap .swiper-slide p {
        font-size: 16px;
        line-height: 24px;
        padding-top: 8px;
    }
}
@media (max-width: 575.98px) {
    .wrapper-mtc .swiper_wrap .swiper-slide p {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: -0.042px;
    }
}
.wrapper-mtc .swiper-button-next {
    margin-top: 0px;
    position: absolute;
    top: 50%;
    right: -40px;
    width: 45px;
    height: 45px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 110px;
}
@media (max-width: 991.98px) {
    .wrapper-mtc .swiper-button-next {
        font-size: 90px;
    }
}
@media (max-width: 575.98px) {
    .wrapper-mtc .swiper-button-next {
        right: -10px;
        font-size: 28px;
    }
}
.wrapper-mtc .swiper-button-prev {
    position: absolute;
    top: 50%;
    left: -40px;
    width: 45px;
    height: 45px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    margin-top: 0px;
    color: #fff;
    font-size: 110px;
}
@media (max-width: 991.98px) {
    .wrapper-mtc .swiper-button-prev {
        font-size: 90px;
    }
}
@media (max-width: 575.98px) {
    .wrapper-mtc .swiper-button-prev {
        left: -10px;
        font-size: 28px;
    }
}
.wrapper-mtc .last-buy {
    padding: 72px 0;
}
@media (max-width: 575.98px) {
    .wrapper-mtc .last-buy {
        padding: 0;
    }
}
.wrapper-mtc .last-buy-title {
    text-align: center;
    margin-bottom: 24px;
}
.wrapper-mtc .last-buy-title h3,
.wrapper-mtc .last-buy-title .h3 {
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -2.88px;
    margin-bottom: 24px;
}
@media (max-width: 575.98px) {
    .wrapper-mtc .last-buy-title h3,
    .wrapper-mtc .last-buy-title .h3 {
        font-weight: 500;
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -2.24px;
    }
}
.wrapper-mtc .last-buy-title h3 span,
.wrapper-mtc .last-buy-title .h3 span {
    background: linear-gradient(271.56deg, #fb3792 0.37%, #8537fb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0);
}
.wrapper-mtc .last-buy-title p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    letter-spacing: -0.09px;
    color: #acacb9;
}
@media (max-width: 575.98px) {
    .wrapper-mtc .last-buy-title p {
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
    }
}
@media (max-width: 767.98px) {
    .wrapper-mtc .last-buy-table {
        overflow-x: auto;
    }
}
.wrapper-mtc .last-buy-table table {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}
@media (max-width: 767.98px) {
    .wrapper-mtc .last-buy-table table {
        width: 1100px;
    }
}
.wrapper-mtc .last-buy-table table thead {
    background: #f4f4f6;
}
.wrapper-mtc .last-buy-table table thead th {
    padding: 24px 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    letter-spacing: -0.042px;
}
@media (max-width: 575.98px) {
    .wrapper-mtc .last-buy-table table thead th {
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
    }
}
.wrapper-mtc .last-buy-table table thead th:first-child {
    border-top-left-radius: 24px;
}
.wrapper-mtc .last-buy-table table thead th:last-child {
    border-top-right-radius: 24px;
}
.wrapper-mtc .last-buy-table table tbody tr {
    background: #1b1b22;
}
.wrapper-mtc .last-buy-table table tbody tr:nth-child(odd) {
    background: #0c0c0f;
}
.wrapper-mtc .last-buy-table table tbody tr:nth-last-child(2) {
    opacity: 0.5;
}
.wrapper-mtc .last-buy-table table tbody tr:last-child {
    background: #1b1b22 !important;
    opacity: 0.25;
}
.wrapper-mtc .last-buy-table table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 24px;
}
.wrapper-mtc .last-buy-table table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 24px;
}
.wrapper-mtc .last-buy-table table tbody tr td {
    padding: 24px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    letter-spacing: -0.064px;
}
.wrapper-mtc .features {
    padding: 72px 0;
}
@media (max-width: 575.98px) {
    .wrapper-mtc .features {
        padding: 48px 0;
    }
}
.wrapper-mtc .features-shadow {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.wrapper-mtc .features-title {
    text-align: center;
    margin-bottom: 24px;
}
@media (max-width: 991.98px) {
    .wrapper-mtc .features-title {
        margin-bottom: 48px;
    }
}
.wrapper-mtc .features-title h3,
.wrapper-mtc .features-title .h3 {
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -2.88px;
    margin-bottom: 24px;
}
@media (max-width: 575.98px) {
    .wrapper-mtc .features-title h3,
    .wrapper-mtc .features-title .h3 {
        font-weight: 500;
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -2.24px;
    }
}
.wrapper-mtc .features-title h3 span,
.wrapper-mtc .features-title .h3 span {
    background: linear-gradient(271.56deg, #fb3792 0.37%, #8537fb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0);
}
@media (max-width: 575.98px) {
    .wrapper-mtc .features-title h3 span,
    .wrapper-mtc .features-title .h3 span {
        display: block;
    }
}
.wrapper-mtc .features-title p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    letter-spacing: -0.09px;
    color: #acacb9;
}
.wrapper-mtc .features-body-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrapper-mtc .features-body-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
@media (max-width: 991.98px) {
    .wrapper-mtc .features-body-item:nth-child(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
.wrapper-mtc .features-body-item * {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
@media (max-width: 991.98px) {
    .wrapper-mtc .features-body-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .wrapper-mtc .features-body-item:not(:last-child) {
        margin-bottom: 48px;
    }
}
@media (max-width: 991.98px) {
    .wrapper-mtc .features-body-item-text {
        margin-top: 24px;
    }
}
.wrapper-mtc .features-body-item-text h4,
.wrapper-mtc .features-body-item-text .h4 {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1.6px;
    color: #fff;
    margin-bottom: 24px;
}
@media (max-width: 575.98px) {
    .wrapper-mtc .features-body-item-text h4,
    .wrapper-mtc .features-body-item-text .h4 {
        font-weight: 500;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -1.44px;
    }
}
.wrapper-mtc .features-body-item-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.064px;
    color: #acacb9;
}
@media (max-width: 575.98px) {
    .wrapper-mtc .features-body-item-text p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.064px;
    }
}
.wrapper-mtc .features-body-item-image {
    text-align: center;
}
@media (max-width: 991.98px) {
    .wrapper-mtc .features-body-item-image {
        width: 100%;
    }
}
@media (max-width: 575.98px) {
    .wrapper-mtc .features-body-item-image img {
        width: 100%;
        aspect-ratio: 1;
        -o-object-fit: contain;
        object-fit: contain;
    }
}
.wrapper-mtc .amount-shadow {
    position: absolute;
    top: -720px;
    right: 0;
    z-index: -1;
}
.wrapper-mtc .amount-shadow.left {
    left: 0;
    top: -680px;
    right: auto;
}
.wrapper-mtc .amount-shadow.mobile {
    top: -13%;
    left: 0;
}
.wrapper-mtc .amount .gradient-border-bg {
    z-index: 1;
    -webkit-mask: -webkit-gradient(
                linear,
                left top,
                left bottom,
                color-stop(0, #fff)
            )
            padding-box,
        -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.wrapper-mtc .amount .gradient-border-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0);
    -webkit-mask: -webkit-gradient(
                linear,
                left top,
                left bottom,
                color-stop(0, #fff)
            )
            padding-box,
        -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0.94%, #fb3792),
        to(#8537fb)
    );
    background: linear-gradient(90deg, #fb3792 0.94%, #8537fb 100%);
}
.wrapper-mtc .amount-title {
    text-align: center;
    margin-bottom: 68px;
}
@media (max-width: 767.98px) {
    .wrapper-mtc .amount-title {
        margin-bottom: 34px;
    }
}
.wrapper-mtc .amount-title h3,
.wrapper-mtc .amount-title .h3 {
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -2.88px;
    margin-bottom: 24px;
}
@media (max-width: 575.98px) {
    .wrapper-mtc .amount-title h3,
    .wrapper-mtc .amount-title .h3 {
        font-weight: 500;
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -2.24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 12px;
    }
}
.wrapper-mtc .amount-title h3 span,
.wrapper-mtc .amount-title .h3 span {
    background: linear-gradient(271.56deg, #fb3792 0.37%, #8537fb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0);
}
@media (max-width: 575.98px) {
    .wrapper-mtc .amount-title h3 span,
    .wrapper-mtc .amount-title .h3 span {
        display: block;
    }
}
.wrapper-mtc .amount-title p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    letter-spacing: -0.09px;
    color: #acacb9;
}
.wrapper-mtc .amount-circle {
    position: relative;
}
.wrapper-mtc .amount-circle img {
    position: relative;
    z-index: 1;
    width: 480px;
    height: 480px;
}
@media (max-width: 575.98px) {
    .wrapper-mtc .amount-circle img {
        width: 240px;
        height: 240px;
    }
}
.wrapper-mtc .amount-circle .total-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 340px;
    aspect-ratio: 1;
    border: 2px solid #f237fb;
    border-radius: 50%;
}
@media (max-width: 575.98px) {
    .wrapper-mtc .amount-circle .total-wrapper {
        width: 194px;
        height: 194px;
    }
}
.wrapper-mtc .amount-circle .total-wrapper .lines {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.wrapper-mtc .amount-circle .total-wrapper .lines::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 50vw;
    height: 2px;
    background: #f237fb;
    -webkit-transition: -webkit-transform 2s;
    transition: -webkit-transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.wrapper-mtc .amount-circle .total-wrapper .lines::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    width: 50vw;
    height: 2px;
    background: #f237fb;
    -webkit-transition: -webkit-transform 2s;
    transition: -webkit-transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.wrapper-mtc .amount-circle .total-wrapper h3,
.wrapper-mtc .amount-circle .total-wrapper .h3 {
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    font-family: "Inter";
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    letter-spacing: -1px;
}
@media (max-width: 575.98px) {
    .wrapper-mtc .amount-circle .total-wrapper h3,
    .wrapper-mtc .amount-circle .total-wrapper .h3 {
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -0.5px;
    }
}
.wrapper-mtc .amount-circle.animate-lines .total-wrapper .lines::before,
.wrapper-mtc .amount-circle.animate-lines .total-wrapper .lines::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.wrapper-mtc .amount-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 48px;
    padding-top: 60px;
}
@media (max-width: 991.98px) {
    .wrapper-mtc .amount-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 24px;
    }
}
@media (max-width: 575.98px) {
    .wrapper-mtc .amount-cards {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 24px;
    }
}
.wrapper-mtc .amount-cards-item {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    border-bottom: none;
    padding: 24px;
}
@media (max-width: 575.98px) {
    .wrapper-mtc .amount-cards-item {
        padding: 30px;
    }
}
@media screen and (max-width: 576px) and (min-width: 413px) {
    .wrapper-mtc .amount-cards-item {
        background-size: cover;
    }
}
.wrapper-mtc .amount-cards-item:nth-child(1) {
    background-image: url(/assets/img/buy-mtc/border-pink.svg);
}
.wrapper-mtc .amount-cards-item:nth-child(2) {
    background-image: url(/assets/img/buy-mtc/border-purple.svg);
}
.wrapper-mtc .amount-cards-item:nth-child(3) {
    background-image: url(/assets/img/buy-mtc/border-green.svg);
}
.wrapper-mtc .amount-cards-item:nth-child(4) {
    background-image: url(/assets/img/buy-mtc/border-yellow.svg);
}
.wrapper-mtc .amount-cards-item:nth-child(5) {
    background-image: url(/assets/img/buy-mtc/border-red.svg);
}
.wrapper-mtc .amount-cards-item:nth-child(6) {
    background-image: url(/assets/img/buy-mtc/border-blue.svg);
}
.wrapper-mtc .amount-cards-item h5,
.wrapper-mtc .amount-cards-item .h5 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -1.2px;
    margin-bottom: 24px;
}
@media (max-width: 575.98px) {
    .wrapper-mtc .amount-cards-item h5,
    .wrapper-mtc .amount-cards-item .h5 {
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -1.08px;
    }
}
.wrapper-mtc .amount-cards-item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.064px;
    min-height: 76px;
}
@media (max-width: 575.98px) {
    .wrapper-mtc .amount-cards-item p {
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: -0.042px;
    }
}
@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.ziya-wrapper .roadmap {
    margin-top: 40px;
}
.ziya-wrapper .roadmap-title {
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    letter-spacing: -2.88px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767.98px) {
    .ziya-wrapper .roadmap-title {
        font-size: 32px;
        line-height: 40px !important;
        letter-spacing: -2.24px !important;
    }
}
.ziya-wrapper .roadmap-paragraph {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    letter-spacing: -0.09px;
    color: #acacb9;
    margin-top: 24px;
}
.ziya-wrapper .desktop-timeline {
    margin-bottom: 120px;
}
@media (max-width: 1199.98px) {
    .ziya-wrapper .desktop-timeline {
        display: none;
    }
}
.ziya-wrapper .desktop-timeline ul {
    list-style-type: none;
}
.ziya-wrapper .desktop-timeline ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.064px;
    color: #fff;
}
.ziya-wrapper .desktop-timeline ul li p {
    margin-bottom: 8px;
}
.ziya-wrapper .desktop-timeline .title {
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: 24px;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.6px;
    color: #fff;
    margin-bottom: 0;
}
.ziya-wrapper .desktop-timeline .step-one {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 310px;
    top: 70px;
}
.ziya-wrapper .desktop-timeline .step-one p {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-right: 60px;
}
@media (max-width: 1199.98px) {
    .ziya-wrapper .desktop-timeline .step-one {
        margin-bottom: -35px;
    }
}
.ziya-wrapper .desktop-timeline .step-two {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 130px;
    top: 372px;
    height: 240px;
}
.ziya-wrapper .desktop-timeline .step-two > ul {
    width: 100%;
}
.ziya-wrapper .desktop-timeline .step-two > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.ziya-wrapper .desktop-timeline .step-two > ul > li > ul > li:last-child {
    margin-bottom: 0;
}
.ziya-wrapper .desktop-timeline .step-two > ul > li > ul > li:last-child p {
    margin-bottom: 0;
}
.ziya-wrapper .desktop-timeline .step-two p {
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: 60px;
    white-space: normal !important;
    text-align: end;
}
@media (max-width: 1199.98px) {
    .ziya-wrapper .desktop-timeline .step-two {
        margin-top: 170px;
        margin-bottom: 135px;
    }
}
.ziya-wrapper .desktop-timeline .step-three {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    position: absolute;
    left: 310px;
    bottom: 70px;
}
.ziya-wrapper .desktop-timeline .step-three > ul > li > ul > li:last-child p {
    margin-bottom: 0;
}
.ziya-wrapper .desktop-timeline .step-three p {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-right: 60px;
}
.ziya-wrapper .desktop-timeline .and-more {
    font-weight: 600;
    font-size: 26px;
    margin-top: -12px;
}
@media (min-width: 1200px) {
    .ziya-wrapper .mobile-timeline {
        display: none;
    }
}
@media (max-width: 1199.98px) {
    .ziya-wrapper .mobile-timeline {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: grid;
        margin-left: 0;
    }
}
.ziya-wrapper .mobile-timeline .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -1.2px;
    color: #fff;
    margin-top: 36px;
    margin-bottom: 24px;
}
.ziya-wrapper .mobile-timeline .title:first-child {
    margin-top: 0;
}
.ziya-wrapper .mobile-timeline ul {
    list-style-type: none;
    position: relative;
    padding: 0;
    margin: 0;
}
.ziya-wrapper .mobile-timeline li {
    list-style-type: none;
}
.ziya-wrapper .mobile-timeline li p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.042px;
    color: #fff;
}
.ziya-wrapper .mobile-timeline li p:last-child {
    margin-bottom: 0 !important;
}
.ziya-wrapper .mobile-timeline ul.timeline {
    list-style-type: none;
    list-style: none;
    position: relative;
    margin-bottom: 0 !important;
    margin-left: 0;
}
.ziya-wrapper .mobile-timeline ul.timeline-content:last-child {
    margin-bottom: 24px !important;
}
.ziya-wrapper .mobile-timeline ul.timeline:before {
    content: " ";
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#743ad5),
        to(#d53a9d)
    );
    background: linear-gradient(to right, #743ad5 0%, #d53a9d 100%);
}
.ziya-wrapper .mobile-timeline ul.timeline > li {
    padding-left: 50px;
}
.ziya-wrapper .mobile-timeline ul.timeline > li:before {
    content: " ";
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#743ad5),
        to(#d53a9d)
    );
    background: linear-gradient(to right, #743ad5 0%, #d53a9d 100%);
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}
.ziya-wrapper .mobile-timeline .timeline-last::before {
    margin-top: -20px !important;
}
.ziya-wrapper .mobile-timeline .and-more {
    margin-top: 32px;
}
.ziya-wrapper .move-forward-shadow {
    position: absolute;
    left: 0;
    right: 0;
    top: -700px;
    z-index: -1;
}
@media (max-width: 1199.98px) {
    .ziya-wrapper .move-forward-shadow {
        top: -400px;
    }
}
.ziya-wrapper .move-forward-title {
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -2.88px;
    color: #fff;
}
@media (max-width: 767.98px) {
    .ziya-wrapper .move-forward-title {
        font-size: 32px;
        line-height: 40px !important;
        letter-spacing: -2.24px !important;
    }
}
.ziya-wrapper .move-forward-title-grade {
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -2.88px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0);
    margin-bottom: 0;
}
@media (max-width: 767.98px) {
    .ziya-wrapper .move-forward-title-grade {
        font-size: 32px;
        line-height: 40px !important;
        letter-spacing: -2.24px !important;
    }
}
.ziya-wrapper .move-forward-paragraph {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.09px;
    color: #acacb9;
}
.ziya-wrapper .move-forward-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    margin-top: 48px;
    margin-bottom: 48px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ziya-wrapper .move-forward-buttons-right {
    gap: 12px;
    background: #fb3792;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    letter-spacing: -0.064px;
    color: #fff;
}
.ziya-wrapper .move-forward-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767.98px) {
    .ziya-wrapper .move-forward-brand {
        gap: 14px;
    }
}
.ziya-wrapper .move-forward-brand-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 0px;
    width: 160px;
    height: 93.35px;
    background: #121216;
    border: 1px solid #383847;
    border-radius: 24px;
}
.ziya-wrapper .mtc-posts-title {
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -2.88px;
    color: #fff;
}
@media (max-width: 767.98px) {
    .ziya-wrapper .mtc-posts-title {
        font-size: 32px;
        line-height: 40px !important;
        letter-spacing: -2.24px !important;
        margin-bottom: 4px;
    }
}
.ziya-wrapper .mtc-posts-title-grade {
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -2.88px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767.98px) {
    .ziya-wrapper .mtc-posts-title-grade {
        font-size: 32px;
        line-height: 40px !important;
        letter-spacing: -2.24px !important;
    }
}
.ziya-wrapper .mtc-posts-paragraph {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.09px;
    color: #acacb9;
    margin-top: 24px;
}
.ziya-wrapper .news {
    margin-bottom: 48px;
}
@media (max-width: 767.98px) {
    .ziya-wrapper .news {
        font-size: 24px;
    }
}
.ziya-wrapper .news-title {
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -2.88px;
    color: #fff;
}
@media (max-width: 767.98px) {
    .ziya-wrapper .news-title {
        font-size: 32px;
        line-height: 40px !important;
        letter-spacing: -2.24px !important;
    }
}
.ziya-wrapper .news-title-grade {
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -2.88px;
}
@media (max-width: 767.98px) {
    .ziya-wrapper .news-title-grade {
        font-size: 32px;
        line-height: 40px !important;
        letter-spacing: -2.24px !important;
    }
}
.ziya-wrapper .news-subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -1px;
}
@media (max-width: 767.98px) {
    .ziya-wrapper .news-subtitle {
        font-size: 16px;
    }
}
.ziya-wrapper .news-paragraph {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.09px;
    color: #acacb9;
}
.ziya-wrapper .news-cards-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    place-items: center;
}
@media (max-width: 991.98px) {
    .ziya-wrapper .news-cards-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 575.98px) {
    .ziya-wrapper .news-cards-wrapper {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
.ziya-wrapper .news-card {
    max-width: 360px;
    background: #121216 !important;
    height: 100%;
}
.ziya-wrapper .news-card-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.6px;
    color: #fff;
}
.ziya-wrapper .news-card-title a {
    text-decoration: none !important;
}
.ziya-wrapper .news-card-title a:hover {
    color: #fff;
}
.ziya-wrapper .news-card-title-description {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.042px;
    color: #838391;
}
.ziya-wrapper .news-card-dates {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #e3e3e8;
}
.ziya-wrapper .news-card-info {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}
.ziya-wrapper .news-card img {
    height: 260px;
    -o-object-fit: cover !important;
    object-fit: cover !important;
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
}
.ziya-wrapper .news-card:first-child {
    place-content: space-between;
    display: grid;
    place-content: center;
}
.ziya-wrapper .news-card-wrapper input {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #fc5fa8 !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.064px;
    color: #fff;
}
.ziya-wrapper .news-card-content {
    padding: 32px 24px;
}
@media (max-width: 767.98px) {
    .ziya-wrapper .tweets {
        padding-left: 20px;
    }
}
.ziya-wrapper .tweets-card {
    width: 456px;
    height: 260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 24px;
    gap: 12px;
    background: linear-gradient(
        253.28deg,
        #121216 0.03%,
        rgba(18, 18, 22, 0) 100.04%
    );
    -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.3);
    border: 1px solid #383847;
    border-radius: 24px;
    margin-bottom: 144px;
}
@media (max-width: 767.98px) {
    .ziya-wrapper .tweets-card {
        margin-bottom: 64px;
        width: 315px;
        height: 273.84px;
    }
}
.ziya-wrapper .tweets-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
@media (max-width: 767.98px) {
    .ziya-wrapper .tweets-description {
        font-size: 16px;
    }
}
.ziya-wrapper .tweets-hashtags {
    color: #1da1f2;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
@media (max-width: 767.98px) {
    .ziya-wrapper .tweets-hashtags {
        font-size: 16px;
    }
}
.ziya-wrapper .tweets-dates {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    margin-top: 12px;
}
.ziya-wrapper .tweets-dates p {
    color: #acacb9;
    font-size: 12px;
    font-weight: 500;
}
.ziya-wrapper .tweets-dates-phone {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #2aa3ef !important;
}
.ziya-wrapper .tweets-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
}
.ziya-wrapper .tweets-info p {
    color: #acacb9;
    font-size: 12px;
    font-weight: 500;
}
.ziya-wrapper .tweets-info p strong {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
}
@media (max-width: 767.98px) {
    .ziya-wrapper .tweets-info p {
        font-size: 10px;
    }
}
.ziya-wrapper .tweets .swiper-slide {
    width: auto !important;
}
.ziya-wrapper .news-slide .swiper-mtc-news {
    width: 100%;
    overflow: hidden;
    background: #1b1b22;
    -webkit-box-shadow: inset 0px -8px 8px rgba(0, 0, 0, 0.25),
        inset 0px 8px 8px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px -8px 8px rgba(0, 0, 0, 0.25),
        inset 0px 8px 8px rgba(0, 0, 0, 0.25);
    padding: 24px 0;
}
@media (max-width: 767.98px) {
    .ziya-wrapper .news-slide .swiper-mtc-news {
        padding: 12px 0 16px;
    }
}
.ziya-wrapper .news-slide .swiper-mtc-news .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    position: relative;
}
.ziya-wrapper .news-slide .swiper-mtc-news .swiper-container {
    width: 100%;
    height: 100%;
}
.ziya-wrapper .news-slide .swiper-mtc-news .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    position: relative;
    overflow: hidden;
    padding: 0 12px;
}
.ziya-wrapper .news-slide .news-inner-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 48px;
    gap: 12px;
    padding: 6px;
    border-radius: 60px;
    background: #1b1b22;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767.98px) {
    .ziya-wrapper .news-slide .news-inner-item {
        width: auto;
        height: 44px;
        gap: 6px;
        padding: 4px 16px 4px 4px;
    }
}
.ziya-wrapper .news-slide .news-inner-item::after {
    background: linear-gradient(271.56deg, #fb3792 0.37%, #8537fb 100%);
}
.ziya-wrapper .news-slide .news-inner-item.filled {
    background: linear-gradient(271.56deg, #fb3792 0.37%, #8537fb 100%);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}
.ziya-wrapper .news-slide .news-inner-item.filled .news-number {
    color: #000;
    background: #fff;
}
.ziya-wrapper .news-slide .news-number {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.064px;
    background: #0c0c0f;
    padding: 6px 12px;
    border-radius: 40px;
}
@media (max-width: 767.98px) {
    .ziya-wrapper .news-slide .news-number {
        font-size: 14px;
        letter-spacing: -0.042px;
    }
}
.ziya-wrapper .news-slide .news-title {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.064px !important;
    padding-right: 12px;
}
@media (max-width: 767.98px) {
    .ziya-wrapper .news-slide .news-title {
        font-size: 14px;
        letter-spacing: -0.042px;
    }
}
.swiper-history {
    margin: 48px 0;
    padding: 0 48px;
}
@media (max-width: 767.98px) {
    .swiper-history {
        padding: 0 20px;
    }
}
.swiper-history .swiper-slide {
    width: auto;
}
@media (max-width: 767.98px) {
    .swiper-history .swiper-slide {
        height: auto !important;
    }
}
.swiper-history .swiper-slide:last-child .history-item-arrow {
    display: none;
}
.swiper-history .history-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
@media (max-width: 767.98px) {
    .swiper-history .history-item {
        height: 100%;
    }
}
.swiper-history .history-item .history-item-box {
    position: relative;
    width: 440px;
    min-height: 232px;
    background: #1b1b22;
    border: 1px solid #383847;
    border-radius: 24px;
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767.98px) {
    .swiper-history .history-item .history-item-box {
        width: 100%;
        border-radius: 16px;
        padding: 16px;
        gap: 16px;
    }
}
.swiper-history .history-item .history-item-icon {
    position: absolute;
    top: 24px;
    right: 24px;
}
.swiper-history .history-item .history-item-icon img {
    max-width: 100%;
}
@media (max-width: 767.98px) {
    .swiper-history .history-item .history-item-icon {
        top: 16px;
        right: 16px;
        width: 24px;
    }
}
.swiper-history .history-item .history-item-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: -2px;
    margin-bottom: 24px;
}
@media (max-width: 767.98px) {
    .swiper-history .history-item .history-item-title {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -1px;
        margin-bottom: 16px;
    }
}
.swiper-history .history-item .history-item-text ul li {
    gap: 24px;
    margin-bottom: 3px;
    color: #babac4;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -1px;
    list-style: none;
}
.swiper-history .history-item .history-item-text ul li span {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #fff;
    width: 100%;
    display: block;
}
.swiper-history .history-item .history-item-arrow {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 767.98px) {
    .swiper-history .history-item .history-item-arrow {
        width: 30px;
    }
}
.swiper-history .history-item .history-item-arrow img {
    max-width: 100%;
}
.swiper-history .history-item.current .history-item-box {
    background: #121216;
    border: 1px solid #ff8ac0;
}
.swiper-history .history-item.current .history-item-title {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -2.88px;
}
@media (max-width: 767.98px) {
    .swiper-history .history-item.current .history-item-title {
        font-size: 40px;
        line-height: 48px;
    }
}
.deposit-desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.09px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
    .deposit-desc {
        border: none;
    }
}
.deposit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
}
@media screen and (max-width: 767px) {
    .deposit {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
    }
}
.deposit-qr > div {
    display: grid;
    place-items: center;
    width: 122px;
    height: 122px;
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(-59.26%, #ff006d),
            color-stop(52.23%, rgba(12, 12, 15, 0))
        ),
        -webkit-gradient(linear, right top, left top, color-stop(-98.99%, #ff0096), color-stop(111.15%, rgba(12, 12, 15, 0)));
    background: linear-gradient(
            180deg,
            #ff006d -59.26%,
            rgba(12, 12, 15, 0) 52.23%
        ),
        linear-gradient(270deg, #ff0096 -98.99%, rgba(12, 12, 15, 0) 111.15%);
    -webkit-box-shadow: 0px 0px 0px 4.06674px rgba(251, 55, 146, 0.1);
    box-shadow: 0px 0px 0px 4.06674px rgba(251, 55, 146, 0.1);
    -webkit-filter: drop-shadow(
        0px 11.3869px 27.6538px rgba(251, 55, 146, 0.12)
    );
    filter: drop-shadow(0px 11.3869px 27.6538px rgba(251, 55, 146, 0.12));
    border-radius: 9.89208px;
}
@media screen and (max-width: 767px) {
    .deposit-qr > div {
        margin: 0 auto;
    }
}
.deposit-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.deposit-content-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}
.deposit-content-tabs-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px;
    cursor: pointer;
    background: #1b1b22;
    border: 1px solid #383847;
    border-radius: 4px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #838391;
}
.deposit-content-tabs-item.active {
    border: 1px solid #fb3792;
    color: #fff;
}
.deposit-content-address {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -1px;
    color: #fff;
    margin: 0;
    display: none;
}
.deposit-content-address.active {
    display: block;
}
@media screen and (max-width: 767px) {
    .deposit-content-address {
        padding: 16px 0;
    }
}
.deposit-content-events {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    width: 100%;
}
.deposit-content-events button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px;
    gap: 6px;
    width: 100%;
    height: 40px;
    border: 1.2px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.064px;
    cursor: pointer;
}
.deposit-alert {
    padding: 8px 12px 12px;
    background: rgba(251, 55, 146, 0.1);
    border: 1px solid #fc5fa8;
    border-radius: 8px;
    margin: 16px 0;
}
.deposit-alert-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 4px;
}
.deposit-alert-title > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}
.deposit-alert-title > div p {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.042px;
}
.deposit-alert-title .deposit-alert-close {
    line-height: 0;
    cursor: pointer;
}
.deposit-alert p {
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}
.deposit-btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}
@media screen and (max-width: 575px) {
    .deposit-btn-group {
        gap: 12px;
    }
}
.deposit-btn-group button {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.064px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    padding: 20px;
    border-radius: 12px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    border: none;
    cursor: pointer;
}
@media screen and (max-width: 575px) {
    .deposit-btn-group button {
        padding: 12px;
    }
}
.deposit-btn-group button span:first-child {
    width: 100%;
    white-space: nowrap;
}
.deposit-btn-group .deposit-btn-group-how {
    border: 1.2px solid #9855fc;
    background-color: rgba(0, 0, 0, 0);
    color: #9855fc;
}
.deposit-btn-group .deposit-btn-group-next {
    background: #fb3792;
    color: #fff;
}
.buy-mtc-card {
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(60px);
    backdrop-filter: blur(60px);
    border-radius: 16px;
    padding: 24px;
    height: 100%;
}
@media screen and (max-width: 575px) {
    .buy-mtc-card {
        padding: 16px;
    }
}
.buy-mtc-card .input-search,
.buy-mtc-card .input-search .form-control {
    background-color: rgba(0, 0, 0, 0) !important;
}
.buy-mtc-card .input-search .form-control::-webkit-input-placeholder {
    color: #838391;
}
.buy-mtc-card .input-search .form-control::-moz-placeholder {
    color: #838391;
}
.buy-mtc-card .input-search .form-control:-ms-input-placeholder {
    color: #838391;
}
.buy-mtc-card .input-search .form-control::-ms-input-placeholder {
    color: #838391;
}
.buy-mtc-card .input-search .form-control::placeholder {
    color: #838391;
}
.buy-mtc-card .input-group-dropdown {
    background: rgba(0, 0, 0, 0);
}
.buy-mtc-card
    .input-group-dropdown.custom-form-input-medium
    .custom-group-dropdown-label {
    color: #fff;
    background: rgba(251, 55, 146, 0.3);
    border: 1.2px solid #fc5fa8;
    border-radius: 6px;
}
.buy-mtc-result-number {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.064px;
}
.btn.buy-mtx-approve {
    background: #8537fb;
}
.buy-mtc-card-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -1px;
    margin-bottom: 0;
}
.buy-mtc-card-desc p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.042px;
    margin-bottom: 0;
}
.buy-mtc-card-desc.big p {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.09px;
}
.buy-mtc-card-list {
    gap: 12px;
}
.buy-mtc-card-item {
    padding: 0 12px 12px;
}
.buy-mtc-card-item:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.buy-mtc-card-item-icon {
    position: relative;
    width: 40px;
    height: 40px;
    padding: 8px;
    border: 1.5px solid #383847;
    -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
}
.buy-mtc-card-item-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.buy-mtc-card-item-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.042px;
    margin-bottom: 4px;
}
.buy-mtc-card-item-subtitle {
    color: #babac4;
    font-size: 12px;
    line-height: 16px;
}
.buy-mtc-card-item-number span {
    display: block;
}
.buy-mtc-card-item-number span:first-of-type {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.042px;
}
.buy-mtc-card-item-number span:last-of-type {
    font-size: 12px;
    line-height: 16px;
    color: #babac4;
}
.buy-mtc-card-info {
    font-size: 12px;
    line-height: 16px;
    background: rgba(251, 55, 146, 0.1);
    border: 1px solid #fc5fa8;
    border-radius: 6px;
    padding: 12px;
}
.btn.buy-mtc-card-btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.064px;
}
.btn.buy-mtc-card-btn i {
    font-size: 24px;
}
.btn.btn-buy-mtc-back {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0);
    border: 1.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
}
.btn.btn-buy-mtc-back:hover {
    background: rgba(255, 255, 255, 0.1);
    border: 1.2px solid rgba(255, 255, 255, 0.1);
}
.buy-mtc-stepper span {
    width: 30px;
    height: 5px;
    background: #ffe0ef;
    border-radius: 8px;
}
.buy-mtc-stepper span.current {
    width: 60px;
}
.buy-mtc-stepper span.active {
    background: #8537fb;
}
@media (max-width: 575px) {
    .buy-mtc-stepper {
        width: 100%;
    }
}
.buy-mtc-card-list-wrapper {
    max-height: 404px;
    overflow-y: scroll;
    padding-right: 16px;
}
.buy-mtc-card-list-wrapper .buy-mtc-card-list {
    gap: 16px;
}
.buy-mtc-card-list-wrapper .buy-mtc-card-item {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid #383847;
    border-radius: 12px;
    padding: 12px;
}
.buy-mtc-card-list-wrapper .buy-mtc-card-item-icon {
    font-size: 24px;
}
.buy-mtc-card-list-wrapper::-webkit-scrollbar {
    width: 6px;
    border-radius: 12px;
}
.buy-mtc-card-list-wrapper::-webkit-scrollbar-track {
    width: 6px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 12px;
}
.buy-mtc-card-list-wrapper::-webkit-scrollbar-thumb {
    background: #454554;
    border-radius: 12px;
}
.buy-mtc-success-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -1px;
}
.buy-mtc-success-desc {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.064px;
}
.buy-mtc-success-link {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.064px;
    text-decoration: none;
    border: 1.2px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 20px;
}
.buy-mtc-success-link:hover {
    color: #fff;
    background: #22222a;
}
.wrapper-mtc-deposit .nav-pills {
    padding: 8px;
    background-color: #f3f2f4;
    border: 1px solid #dad9dd;
    border-radius: 999px;
}
.wrapper-mtc-deposit .nav-pills .nav-item {
    width: 100%;
}
.wrapper-mtc-deposit .nav-pills .nav-item .nav-link {
    background: none;
    border: 0;
    border-radius: 999px;
    color: #85828a;
    font-weight: 500;
    font-size: 14px;
    padding: 4px 12px;
    height: 32px;
    width: 100%;
}
.wrapper-mtc-deposit .nav-pills .nav-item .nav-link:disabled {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
}
.wrapper-mtc-deposit .nav-pills .nav-link.active,
.wrapper-mtc-deposit .nav-pills .show > .nav-link {
    color: #000;
    background-color: #fff;
}
.wrapper-mtc-deposit .nav-pills {
    background-color: #1a191c;
    border: 1px solid #504d54;
}
.wrapper-mtc-deposit .nav-pills .nav-link {
    color: #85828a;
}
.wrapper-mtc-deposit .nav-pills .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
}
.wrapper-mtc-deposit .nav-pills .nav-link.active,
.wrapper-mtc-deposit .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #504d54;
}
.wrapper-roadmap {
    padding: 154px 0 120px;
}
@media (max-width: 767.98px) {
    .wrapper-roadmap {
        padding: 92px 0 60px;
    }
}
.roadmap-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "Inter";
    font-weight: 700;
    font-size: 64px;
    line-height: 72px;
    color: #fff;
    letter-spacing: -1.8px;
    margin-bottom: 110px;
}
@media (max-width: 767.98px) {
    .roadmap-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 40px;
        line-height: 48px;
        letter-spacing: -1px;
        margin-bottom: 38px;
    }
}
.roadmap-nav {
    position: sticky;
    top: 0;
    z-index: 5;
    background: #0d0d0e;
    padding: 16px 0;
}
@media (max-width: 767.98px) {
    .roadmap-nav {
        padding: 10px 0 0;
    }
}
.rmb-item {
    border-radius: 12px;
    height: 48px;
    padding: 12px;
}
.roadmap-main-title {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.064px;
}
.bg-test-net {
    background: rgba(251, 55, 146, 0.3);
}
.bg-main-net {
    background: rgba(133, 55, 251, 0.1);
}
.bg-beta-net {
    background: #1b1b22;
}
.roadmap-grid-wrap {
    margin-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #383847;
}
.roadmap-grid-wrap:first-child {
    margin-top: 48px;
}
@media (max-width: 767.98px) {
    .roadmap-grid-wrap {
        margin-top: 16px;
        padding-bottom: 16px;
    }
}
.roadmap-grid {
    margin-top: 24px;
}
@media (max-width: 767.98px) {
    .roadmap-grid {
        margin-top: 16px;
    }
}
@media (max-width: 1199.98px) {
    .roadmap-grid .row {
        --bs-gutter-y: 1rem;
    }
}
.rg-title {
    color: #fff;
    font-family: "Inter";
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    letter-spacing: -0.6px;
}
@media (max-width: 767.98px) {
    .rg-title {
        position: sticky;
        top: 58px;
        z-index: 1;
        background: #0d0d0e;
    }
}
.rg-quarter-title {
    color: #acacb9;
    font-family: "Inter";
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.6px;
    margin-bottom: 24px;
}
@media (max-width: 767.98px) {
    .rg-quarter-title {
        margin-bottom: 16px;
    }
}
.rg-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    border-radius: 24px;
    padding: 24px;
}
@media (max-width: 767.98px) {
    .rg-box {
        border-radius: 16px;
        padding: 16px;
    }
}
.rg-box-check {
    width: 32px;
}
.rg-box-title {
    color: #fff;
    font-family: "Inter";
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.6px;
}
@media (max-width: 767.98px) {
    .rg-box-title {
        font-size: 20px;
        line-height: 32px;
    }
}
.rg-box-desc {
    color: #acacb9;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.064px;
}
@media (max-width: 767.98px) {
    .rg-box-desc {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: -0.042px;
    }
}
.landing-hero-section {
    min-height: calc(100vh - 48px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    overflow-x: hidden;
    padding-bottom: 48px;
}
@media (max-width: 767.98px) {
    .landing-hero-section {
        min-height: auto;
        padding-bottom: 0;
    }
}
.landing-hero-section::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(
            linear,
            left bottom,
            left top,
            from(#0c0c0f),
            color-stop(43.57%, rgba(12, 12, 15, 0))
        ),
        -webkit-gradient(linear, left top, left bottom, color-stop(-11.92%, #0c0c0f), color-stop(91.7%, rgba(12, 12, 15, 0)));
    background: linear-gradient(0deg, #0c0c0f 0%, rgba(12, 12, 15, 0) 43.57%),
        linear-gradient(180deg, #0c0c0f -11.92%, rgba(12, 12, 15, 0) 91.7%);
}
@media (max-width: 767.98px) {
    .landing-hero-section::after {
        height: 569px;
    }
}
.landing-hero-section .hero-product-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
}
@media (max-width: 767.98px) {
    .landing-hero-section .hero-product-img {
        height: 569px;
    }
}
.landing-hero-section .container {
    position: relative;
    z-index: 5;
    margin-top: 176px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767.98px) {
    .landing-hero-section .container {
        margin-bottom: 100px;
    }
}
.landing-hero-section .container > h1,
.landing-hero-section .container > .h1 {
    font-weight: 700;
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -1px;
    color: #fff;
    max-width: 673px;
}
@media (max-width: 767.98px) {
    .landing-hero-section .container > h1,
    .landing-hero-section .container > .h1 {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -1.2px;
    }
}
.landing-hero-section .container > p {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.8px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 72px;
}
@media (max-width: 767.98px) {
    .landing-hero-section .container > p {
        margin-bottom: 24px;
        font-size: 16px;
        line-height: 24px;
    }
}
@media screen and (max-width: 340px) {
    .landing-hero-section .container > p {
        font-size: 18px;
        line-height: 28px;
    }
}
.landing-hero-section .container > img.coming-soon-text {
    width: 392px;
    height: auto;
    margin-bottom: 20px;
}
@media (max-width: 767.98px) {
    .landing-hero-section .container > img.coming-soon-text {
        height: 120px;
        margin-bottom: 28px;
        width: auto;
    }
}
.landing-hero-section .container > form {
    margin-top: -24px;
    margin-bottom: 72px;
}
@media (max-width: 767.98px) {
    .landing-hero-section .container > form {
        margin-bottom: 24px;
        width: 100%;
    }
}
.landing-hero-section .container > form .form-group {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
@media (max-width: 767.98px) {
    .landing-hero-section .container > form .form-group {
        width: 100%;
    }
}
.landing-hero-section .container > form .form-group .form-control {
    width: 392px;
    height: 64px;
    max-width: 100%;
    background: #0c0c0f;
    border: 2px solid #383847;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    border-radius: 12px;
    padding: 24px 20px;
    letter-spacing: -0.4px;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
}
.landing-hero-section
    .container
    > form
    .form-group
    .form-control::-webkit-input-placeholder {
    color: #838391;
}
.landing-hero-section
    .container
    > form
    .form-group
    .form-control::-moz-placeholder {
    color: #838391;
}
.landing-hero-section
    .container
    > form
    .form-group
    .form-control:-ms-input-placeholder {
    color: #838391;
}
.landing-hero-section
    .container
    > form
    .form-group
    .form-control::-ms-input-placeholder {
    color: #838391;
}
.landing-hero-section .container > form .form-group .form-control::placeholder {
    color: #838391;
}
@media (max-width: 767.98px) {
    .landing-hero-section .container > form .form-group .form-control {
        width: 100%;
    }
}
.landing-hero-section .container > form .form-group .btn {
    background: rgba(255, 0, 118, 0.4);
    -webkit-box-shadow: inset 0px -0.75px 1.5px rgba(255, 0, 184, 0.35);
    box-shadow: inset 0px -0.75px 1.5px rgba(255, 0, 184, 0.35);
    -webkit-backdrop-filter: blur(4.5px);
    backdrop-filter: blur(4.5px);
    border-radius: 6px;
    width: 36px;
    height: 36px;
    padding: 0;
    color: #fff;
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.landing-hero-section .container > .props {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
}
@media (max-width: 991.98px) {
    .landing-hero-section .container > .props {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 16px;
    }
}
.landing-hero-section .container > .props .c-item-01 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    padding: 24px;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    border-radius: 16px;
}
@media (max-width: 991.98px) {
    .landing-hero-section .container > .props .c-item-01 {
        width: 100%;
        padding: 16px;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
}
.landing-hero-section .container > .props .c-item-01 .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.6px;
    color: #fff;
    margin-bottom: 12px;
}
@media (max-width: 767.98px) {
    .landing-hero-section .container > .props .c-item-01 .title {
        font-weight: 500;
        font-size: 20px;
    }
}
.landing-hero-section .container > .props .c-item-01 .desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -1px;
    color: #acacb9;
}
@media (max-width: 767.98px) {
    .landing-hero-section .container > .props .c-item-01 .desc {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.064px;
    }
}
.landing-bottom-section {
    width: 100%;
    height: 48px;
    padding: 16px 48px;
    background: #0c0c0f;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
}
.landing-wrapper {
    margin-top: 88px;
}
.landing-wrapper .landing-section-01 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 80px;
}
@media (min-width: 992px) {
    .landing-wrapper .landing-section-01 .container.landing-section-01-music {
        gap: 0;
    }
}
@media (max-width: 991.98px) {
    .landing-wrapper .landing-section-01 .container {
        gap: 24px;
    }
}
@media (max-width: 767.98px) {
    .landing-wrapper .landing-section-01 .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 12px;
    }
}
.landing-wrapper .landing-section-01 .container .c-item-01 .c-item-01-A {
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -1.8px;
}
@media (max-width: 991.98px) {
    .landing-wrapper .landing-section-01 .container .c-item-01 .c-item-01-A {
        font-size: 40px;
        line-height: 48px;
        letter-spacing: -1px;
    }
}
.landing-wrapper .landing-section-01 .container .c-item-01 .c-item-01-B {
    width: 421px;
    margin: 24px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.064px;
    color: #838391;
}
@media (max-width: 991.98px) {
    .landing-wrapper .landing-section-01 .container .c-item-01 .c-item-01-B {
        width: 312px;
    }
}
@media (max-width: 767.98px) {
    .landing-wrapper .landing-section-01 .container .c-item-01 .c-item-01-B {
        width: 100%;
        margin: 16px 0;
    }
}
.landing-wrapper .landing-section-01 .container .c-item-01 .c-item-01-C {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
}
.landing-wrapper .landing-section-01 .container .c-item-01 .c-item-01-C .buy {
    height: 48px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 12px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.064px;
    color: #fff;
    text-decoration: none;
}
@media (max-width: 767.98px) {
    .landing-wrapper
        .landing-section-01
        .container
        .c-item-01
        .c-item-01-C
        .buy {
        height: 40px;
        padding: 8px;
    }
}
.landing-wrapper .landing-section-01 .container .c-item-01 .c-item-01-C .more {
    height: 48px;
    border-radius: 8px;
    padding: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.064px;
    text-decoration: none;
}
@media (max-width: 767.98px) {
    .landing-wrapper
        .landing-section-01
        .container
        .c-item-01
        .c-item-01-C
        .more {
        height: 40px;
        padding: 8px;
    }
}
.landing-wrapper .landing-section-01 .container .c-item-02 {
    width: 100%;
}
.landing-wrapper .landing-section-01 .container .c-item-02.c-item-02-launchpad {
    max-width: 600px;
}
@media (max-width: 767.98px) {
    .landing-wrapper
        .landing-section-01
        .container
        .c-item-02.c-item-02-launchpad {
        max-width: 300px;
    }
}
.landing-wrapper .landing-section-01 .container .c-item-02.c-item-02-nft {
    max-width: 567px;
}
@media (max-width: 767.98px) {
    .landing-wrapper .landing-section-01 .container .c-item-02.c-item-02-nft {
        max-width: 280px;
    }
}
.landing-wrapper .landing-section-01 .container .c-item-02.c-item-02-movie {
    max-width: 517px;
}
@media (max-width: 767.98px) {
    .landing-wrapper .landing-section-01 .container .c-item-02.c-item-02-movie {
        max-width: 260px;
    }
}
.landing-wrapper .landing-section-01 .container .c-item-02.c-item-02-music {
    max-width: 600px;
}
@media (max-width: 767.98px) {
    .landing-wrapper .landing-section-01 .container .c-item-02.c-item-02-music {
        max-width: 309px;
    }
}
.landing-wrapper .landing-section-01 .container .c-item-02.c-item-02-payment {
    max-width: 522px;
}
@media (max-width: 767.98px) {
    .landing-wrapper
        .landing-section-01
        .container
        .c-item-02.c-item-02-payment {
        max-width: 260px;
    }
}
.landing-wrapper .landing-section-01 .container .c-item-02.c-item-02-mlm {
    max-width: 551px;
}
@media (max-width: 767.98px) {
    .landing-wrapper .landing-section-01 .container .c-item-02.c-item-02-mlm {
        max-width: 270px;
    }
}
.landing-wrapper .landing-section-01 .container .c-item-02 img {
    width: 100%;
    height: auto;
}
@media (min-width: 1200px) {
    .landing-wrapper .landing-section-01.coin .c-item-01 {
        min-width: 560px;
    }
}
@media (min-width: 1200px) {
    .landing-wrapper .landing-section-01.coin .c-item-02 {
        margin-left: -80px;
    }
}
@media (min-width: 1200px) {
    .landing-wrapper .landing-section-01.coin .c-item-02 img {
        width: auto;
    }
}
.landing-wrapper .landing-section-02 .container .c-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #121216;
    border-radius: 24px;
}
@media (max-width: 767.98px) {
    .landing-wrapper .landing-section-02 .container .c-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 12px;
    }
}
.landing-wrapper .landing-section-02 .container .c-item .c-item-01 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.landing-wrapper .landing-section-02 .container .c-item .c-item-01 img {
    width: 100%;
    height: auto;
}
@media (min-width: 992px) {
    .landing-wrapper
        .landing-section-02
        .container
        .c-item
        .c-item-01.c-item-01-movie {
        -webkit-transform: translate(-35px, 65px);
        transform: translate(-35px, 65px);
    }
}
@media (max-width: 767.98px) {
    .landing-wrapper
        .landing-section-02
        .container
        .c-item
        .c-item-01.c-item-01-movie {
        max-width: 275px;
        margin-top: 16px;
    }
}
.landing-wrapper .landing-section-02 .container .c-item .c-item-02 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 24px;
}
@media (max-width: 767.98px) {
    .landing-wrapper .landing-section-02 .container .c-item .c-item-02 {
        width: 100%;
        padding: 16px;
    }
}
.landing-wrapper
    .landing-section-02
    .container
    .c-item
    .c-item-02
    .c-item-02-A {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1px;
    color: #fff;
    margin: 0;
}
@media (max-width: 767.98px) {
    .landing-wrapper
        .landing-section-02
        .container
        .c-item
        .c-item-02
        .c-item-02-A {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -0.6px;
    }
}
.landing-wrapper
    .landing-section-02
    .container
    .c-item
    .c-item-02
    .c-item-02-B {
    margin: 24px 0;
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -1.8px;
    text-shadow: 2px 2px 0px #fb3792;
    -webkit-text-stroke: 1px #fff;
    color: #121216;
}
@media (max-width: 767.98px) {
    .landing-wrapper
        .landing-section-02
        .container
        .c-item
        .c-item-02
        .c-item-02-B {
        margin: 16px 0;
        font-size: 48px;
        line-height: 56px;
        letter-spacing: -1.2px;
    }
}
.landing-wrapper
    .landing-section-02
    .container
    .c-item
    .c-item-02
    .c-item-02-C {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
}
.landing-wrapper
    .landing-section-02
    .container
    .c-item
    .c-item-02
    .c-item-02-C
    .form-control {
    background: rgba(0, 0, 0, 0);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media (max-width: 767.98px) {
    .landing-wrapper
        .landing-section-02
        .container
        .c-item
        .c-item-02
        .c-item-02-C
        .form-control {
        height: 40px;
    }
}
.landing-wrapper
    .landing-section-02
    .container
    .c-item
    .c-item-02
    .c-item-02-C
    .submit-button {
    width: 64px;
    border-radius: 12px;
}
@media (max-width: 767.98px) {
    .landing-wrapper
        .landing-section-02
        .container
        .c-item
        .c-item-02
        .c-item-02-C
        .submit-button {
        width: 40px;
        height: 40px;
        border-radius: 6px;
        padding: 0;
    }
}
.landing-wrapper .landing-section-02 .container .c-item .c-item-03 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 24px;
    padding-left: 96px;
}
@media (max-width: 991.98px) {
    .landing-wrapper .landing-section-02 .container .c-item .c-item-03 {
        padding-left: 48px;
    }
}
@media (max-width: 767.98px) {
    .landing-wrapper .landing-section-02 .container .c-item .c-item-03 {
        width: 100%;
        padding: 16px;
    }
}
.landing-wrapper .landing-section-02 .container .c-item .c-item-03 p {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -1px;
    color: #acacb9;
}
@media (max-width: 767.98px) {
    .landing-wrapper .landing-section-02 .container .c-item .c-item-03 p {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.064px;
    }
}
.landing-wrapper
    .landing-section-02
    .container
    .c-item
    .c-item-03
    .c-item-03-A {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.6px;
    color: #fff;
    margin-bottom: 24px;
}
@media (max-width: 767.98px) {
    .landing-wrapper
        .landing-section-02
        .container
        .c-item
        .c-item-03
        .c-item-03-A {
        margin-bottom: 12px;
        font-size: 24px;
        line-height: 32px;
    }
}
.landing-wrapper
    .landing-section-02
    .container
    .c-item
    .c-item-03
    .c-item-03-B {
    list-style: none;
}
.landing-wrapper
    .landing-section-02
    .container
    .c-item
    .c-item-03
    .c-item-03-B
    li {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -1px;
    color: #acacb9;
    padding-left: 16px;
    position: relative;
}
.landing-wrapper
    .landing-section-02
    .container
    .c-item
    .c-item-03
    .c-item-03-B
    li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #acacb9;
    border-radius: 50%;
}
@media (max-width: 767.98px) {
    .landing-wrapper
        .landing-section-02
        .container
        .c-item
        .c-item-03
        .c-item-03-B
        li {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.064px;
    }
}
.landing-wrapper .landing-section-03 .ls-3-title {
    font-weight: 700;
    font-size: 56px;
    line-height: 64px;
    margin-bottom: 48px;
}
@media (max-width: 767.98px) {
    .landing-wrapper .landing-section-03 .ls-3-title {
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 24px;
    }
}
.landing-wrapper .landing-section-03 .ls-3-desc {
    max-width: 850px;
    color: #acacb9;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    letter-spacing: -0.09px;
    margin: 0 auto 48px;
}
@media (max-width: 767.98px) {
    .landing-wrapper .landing-section-03 .ls-3-desc {
        font-size: 16px;
        margin-bottom: 24px;
    }
}
.landing-wrapper .landing-section-03 .ls-3-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
}
@media (max-width: 767.98px) {
    .landing-wrapper .landing-section-03 .ls-3-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
    }
}
.landing-wrapper .landing-section-03 .ls-3-img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 1199.98px) {
    .landing-wrapper .landing-section-03 .ls-3-img img {
        max-width: 450px;
    }
}
@media (max-width: 991.98px) {
    .landing-wrapper .landing-section-03 .ls-3-img img {
        max-width: 200px;
    }
}
.landing-wrapper .landing-section-03 .ls-3-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.landing-wrapper .landing-section-03 .ls-3-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    background: #1b1b22;
    border-radius: 16px;
    padding: 24px;
    opacity: 0.5;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.landing-wrapper .landing-section-03 .ls-3-list-item:hover {
    opacity: 1;
}
@media (max-width: 767.98px) {
    .landing-wrapper .landing-section-03 .ls-3-list-item {
        opacity: 1;
    }
}
.landing-wrapper .landing-section-03 .ls-3-list-item .ls-3-list-circle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -webkit-backdrop-filter: blur(4.15219px);
    backdrop-filter: blur(4.15219px);
}
.landing-wrapper .landing-section-03 .ls-3-list-item .ls-3-list-circle.grad-1 {
    background: #fb3792;
}
.landing-wrapper .landing-section-03 .ls-3-list-item .ls-3-list-circle.grad-2 {
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(34.73%, #5936f0),
            color-stop(83.37%, #a025e7)
        ),
        -webkit-gradient(linear, left bottom, left top, from(rgba(25, 25, 31, 0.65)), to(rgba(25, 25, 31, 0.65))),
        -webkit-gradient(linear, left top, left bottom, color-stop(17.15%, rgba(0, 0, 0, 0.45)), color-stop(49.5%, rgba(0, 0, 0, 0.396)), color-stop(64.12%, rgba(12, 12, 15, 0.684)), color-stop(87.23%, rgba(12, 12, 15, 0.9)));
    background: linear-gradient(180deg, #5936f0 34.73%, #a025e7 83.37%),
        linear-gradient(0deg, rgba(25, 25, 31, 0.65), rgba(25, 25, 31, 0.65)),
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.45) 17.15%,
            rgba(0, 0, 0, 0.396) 49.5%,
            rgba(12, 12, 15, 0.684) 64.12%,
            rgba(12, 12, 15, 0.9) 87.23%
        );
}
.landing-wrapper .landing-section-03 .ls-3-list-item .ls-3-list-circle.grad-3 {
    background: -webkit-gradient(
            linear,
            right top,
            left top,
            color-stop(-50%, #20dac3),
            color-stop(75%, #ff4ea3)
        ),
        -webkit-gradient(linear, left bottom, left top, from(rgba(25, 25, 31, 0.65)), to(rgba(25, 25, 31, 0.65))),
        -webkit-gradient(linear, left top, left bottom, color-stop(17.15%, rgba(0, 0, 0, 0.45)), color-stop(49.5%, rgba(0, 0, 0, 0.396)), color-stop(64.12%, rgba(12, 12, 15, 0.684)), color-stop(87.23%, rgba(12, 12, 15, 0.9)));
    background: linear-gradient(270deg, #20dac3 -50%, #ff4ea3 75%),
        linear-gradient(0deg, rgba(25, 25, 31, 0.65), rgba(25, 25, 31, 0.65)),
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.45) 17.15%,
            rgba(0, 0, 0, 0.396) 49.5%,
            rgba(12, 12, 15, 0.684) 64.12%,
            rgba(12, 12, 15, 0.9) 87.23%
        );
}
.landing-wrapper .landing-section-03 .ls-3-list-item .ls-3-list-circle.grad-4 {
    background: -webkit-gradient(
            linear,
            left bottom,
            left top,
            from(#fbc151),
            to(#fbc151)
        ),
        -webkit-gradient(linear, left bottom, left top, from(rgba(25, 25, 31, 0.65)), to(rgba(25, 25, 31, 0.65))),
        -webkit-gradient(linear, left top, left bottom, color-stop(17.15%, rgba(0, 0, 0, 0.45)), color-stop(49.5%, rgba(0, 0, 0, 0.396)), color-stop(64.12%, rgba(12, 12, 15, 0.684)), color-stop(87.23%, rgba(12, 12, 15, 0.9)));
    background: linear-gradient(0deg, #fbc151, #fbc151),
        linear-gradient(0deg, rgba(25, 25, 31, 0.65), rgba(25, 25, 31, 0.65)),
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.45) 17.15%,
            rgba(0, 0, 0, 0.396) 49.5%,
            rgba(12, 12, 15, 0.684) 64.12%,
            rgba(12, 12, 15, 0.9) 87.23%
        );
    -webkit-box-shadow: inset 0px 3.76963px 3.76963px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0px 3.76963px 3.76963px rgba(255, 255, 255, 0.3);
}
.landing-wrapper .landing-section-03 .ls-3-list-item .ls-3-list-circle.grad-5 {
    background: linear-gradient(170.54deg, #206ada -3.57%, #2ffa80 238.69%),
        linear-gradient(0deg, rgba(25, 25, 31, 0.65), rgba(25, 25, 31, 0.65)),
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.45) 17.15%,
            rgba(0, 0, 0, 0.396) 49.5%,
            rgba(12, 12, 15, 0.684) 64.12%,
            rgba(12, 12, 15, 0.9) 87.23%
        );
    -webkit-box-shadow: inset 0px 1.25654px 3.76963px #fff2f2,
        inset 0px 1.40496px 0.26087px rgba(255, 255, 255, 0.5),
        inset 0px 3.76963px 3.76963px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0px 1.25654px 3.76963px #fff2f2,
        inset 0px 1.40496px 0.26087px rgba(255, 255, 255, 0.5),
        inset 0px 3.76963px 3.76963px rgba(255, 255, 255, 0.3);
}
.landing-wrapper .landing-section-03 .ls-3-list-item .ls-3-list-circle.grad-6 {
    background: linear-gradient(164.59deg, #dac720 49.99%, #2ffa80 139.05%),
        linear-gradient(0deg, rgba(25, 25, 31, 0.65), rgba(25, 25, 31, 0.65)),
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.45) 17.15%,
            rgba(0, 0, 0, 0.396) 49.5%,
            rgba(12, 12, 15, 0.684) 64.12%,
            rgba(12, 12, 15, 0.9) 87.23%
        );
    -webkit-box-shadow: inset 0px 1.25654px 3.76963px #fff2f2,
        inset 0px 1.40496px 0.26087px rgba(255, 255, 255, 0.5),
        inset 0px 3.76963px 3.76963px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0px 1.25654px 3.76963px #fff2f2,
        inset 0px 1.40496px 0.26087px rgba(255, 255, 255, 0.5),
        inset 0px 3.76963px 3.76963px rgba(255, 255, 255, 0.3);
}
.landing-wrapper .landing-section-03 .ls-3-list-item .ls-3-list-circle.grad-7 {
    background: -webkit-gradient(
            linear,
            left bottom,
            left top,
            from(#2ffa80),
            to(#2ffa80)
        ),
        -webkit-gradient(linear, left bottom, left top, from(rgba(25, 25, 31, 0.65)), to(rgba(25, 25, 31, 0.65))),
        -webkit-gradient(linear, left top, left bottom, color-stop(17.15%, rgba(0, 0, 0, 0.45)), color-stop(49.5%, rgba(0, 0, 0, 0.396)), color-stop(64.12%, rgba(12, 12, 15, 0.684)), color-stop(87.23%, rgba(12, 12, 15, 0.9)));
    background: linear-gradient(0deg, #2ffa80, #2ffa80),
        linear-gradient(0deg, rgba(25, 25, 31, 0.65), rgba(25, 25, 31, 0.65)),
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.45) 17.15%,
            rgba(0, 0, 0, 0.396) 49.5%,
            rgba(12, 12, 15, 0.684) 64.12%,
            rgba(12, 12, 15, 0.9) 87.23%
        );
    -webkit-box-shadow: inset 0px 1.25654px 3.76963px #fff2f2,
        inset 0px 1.40496px 0.26087px rgba(255, 255, 255, 0.5),
        inset 0px 3.76963px 3.76963px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0px 1.25654px 3.76963px #fff2f2,
        inset 0px 1.40496px 0.26087px rgba(255, 255, 255, 0.5),
        inset 0px 3.76963px 3.76963px rgba(255, 255, 255, 0.3);
}
.landing-wrapper .landing-section-03 .ls-3-list-item .ls-3-list-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -1px;
}
.landing-wrapper .landing-section-03 .ls-3-list-item .ls-3-list-desc {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.042px;
    color: #a0a0ac;
}
.landing-wrapper .landing-section-03 .ls-3-link {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    letter-spacing: -0.064px;
    background: #8537fb;
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 12px;
    margin-top: 48px;
}
@media (max-width: 767.98px) {
    .landing-wrapper .landing-section-03 .ls-3-link {
        margin-top: 32px;
    }
}
@media (max-width: 767.98px) {
    .landing-wrapper .landing-section-04 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.landing-wrapper .landing-section-04 .ls-4-title {
    font-weight: 700;
    font-size: 56px;
    line-height: 64px;
    margin-bottom: 24px;
}
@media (max-width: 767.98px) {
    .landing-wrapper .landing-section-04 .ls-4-title {
        font-size: 36px;
        line-height: 46px;
    }
}
.landing-wrapper .landing-section-04 .ls-4-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}
@media (max-width: 767.98px) {
    .landing-wrapper .landing-section-04 .ls-4-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.landing-wrapper .landing-section-04 .ls-4-content .ls-4-img {
    width: 100%;
    max-width: 435px;
}
@media (max-width: 1199.98px) {
    .landing-wrapper .landing-section-04 .ls-4-content .ls-4-img {
        max-width: 300px;
    }
}
@media (max-width: 767.98px) {
    .landing-wrapper .landing-section-04 .ls-4-content .ls-4-img {
        margin: 0 auto;
    }
}
.landing-wrapper .landing-section-04 .ls-4-content .ls-4-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.landing-wrapper .landing-section-04 .ls-4-content .ls-4-logo {
    max-width: 100%;
    margin-bottom: 24px;
}
@media (max-width: 767.98px) {
    .landing-wrapper .landing-section-04 .ls-4-content .ls-4-logo {
        max-width: 200px;
    }
}
.landing-wrapper .landing-section-04 .ls-4-content .ls-4-text-title {
    font-family: "Inter";
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1px;
    margin-bottom: 24px;
}
@media (max-width: 767.98px) {
    .landing-wrapper .landing-section-04 .ls-4-content .ls-4-text-title {
        font-size: 29px;
        line-height: 36px;
    }
}
.landing-wrapper .landing-section-04 .ls-4-content .ls-4-text-title span {
    background: linear-gradient(
        76.64deg,
        #6b4eea 19.76%,
        #ff9d9d 54.7%,
        #ffffff 73.66%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0);
}
.landing-wrapper .landing-section-04 .ls-4-content .ls-4-desc {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.064px;
    color: #acacb9;
    margin-bottom: 48px;
}
@media (max-width: 767.98px) {
    .landing-wrapper .landing-section-04 .ls-4-content .ls-4-desc {
        font-size: 14px;
        margin-bottom: 32px;
    }
}
.landing-wrapper .landing-section-04 .ls-4-content .ls-4-link {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.064px;
    background: #fb3792;
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 12px;
}
.landing-wrapper .landing-section-04 .ls-4-content .ls-4-link i {
    margin-left: 8px;
}
.landing-wrapper .landing-section-05 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    background: radial-gradient(
            66.75% 185.25% at 131.77% -73.14%,
            rgba(85, 20, 233, 0.6) 0%,
            rgba(85, 20, 233, 0) 100%
        ),
        radial-gradient(
            92.25% 183.66% at 40.91% 250.22%,
            rgba(70, 33, 182, 0.6) 0%,
            rgba(70, 33, 182, 0) 100%
        ),
        radial-gradient(
            101.21% 229.53% at 112.78% 144.52%,
            #11082c 0%,
            rgba(17, 8, 44, 0) 100%
        ),
        #121216;
    border-radius: 24px;
    padding: 57px 64px;
}
@media (max-width: 767.98px) {
    .landing-wrapper .landing-section-05 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 24px;
    }
}
@media (max-width: 991.98px) {
    .landing-wrapper .landing-section-05 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.landing-wrapper .landing-section-05 .ls-5-img {
    width: 100%;
    max-width: 488px;
}
@media (max-width: 1199.98px) {
    .landing-wrapper .landing-section-05 .ls-5-img {
        max-width: 350px;
    }
}
.landing-wrapper .landing-section-05 .ls-5-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.landing-wrapper .landing-section-05 .ls-5-text .ls-5-logo {
    max-width: 100%;
    margin-bottom: 24px;
}
@media (max-width: 767.98px) {
    .landing-wrapper .landing-section-05 .ls-5-text .ls-5-logo {
        max-width: 200px;
    }
}
.landing-wrapper .landing-section-05 .ls-5-text .ls-5-title {
    font-family: "Inter";
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1px;
    margin-bottom: 24px;
}
@media (max-width: 767.98px) {
    .landing-wrapper .landing-section-05 .ls-5-text .ls-5-title {
        font-size: 29px;
        line-height: 36px;
    }
}
.landing-wrapper .landing-section-05 .ls-5-text .ls-5-desc {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.064px;
    color: #acacb9;
    margin-bottom: 24px;
}
@media (max-width: 767.98px) {
    .landing-wrapper .landing-section-05 .ls-5-text .ls-5-desc {
        font-size: 14px;
    }
}
.landing-wrapper .landing-section-05 .ls-5-text .ls-5-link {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.064px;
    background: #fb3792;
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 12px;
}
.landing-wrapper .landing-section-05 .ls-5-text .ls-5-link i {
    margin-left: 8px;
}
.landing-wrapper .landing-section-06 {
    margin-block: 192px;
}
.landing-wrapper .landing-section-06 .e-desc-color {
    color: #acacb9;
}
.landing-wrapper .landing-section-06 .e-key-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
}
.landing-wrapper .landing-section-06 .e-key-list .e-key-list-item {
    background: radial-gradient(
            66.75% 185.25% at 131.77% -73.14%,
            rgba(85, 20, 233, 0.6) 0%,
            rgba(85, 20, 233, 0) 100%
        ),
        radial-gradient(
            92.25% 183.66% at 40.91% 250.22%,
            rgba(70, 33, 182, 0.6) 0%,
            rgba(70, 33, 182, 0) 100%
        ),
        radial-gradient(
            101.21% 229.53% at 112.78% 144.52%,
            #11082c 0%,
            rgba(17, 8, 44, 0) 100%
        ),
        #121216;
    border-radius: 24px;
    padding: 32px;
    gap: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (max-width: 991.98px) {
    .landing-wrapper .landing-section-06 .e-key-list {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 991.98px) {
    .landing-wrapper .landing-section-06 {
        margin-block: 48px;
    }
}
.landing-wrapper .landing-section-07 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 80px;
}
@media (max-width: 991.98px) {
    .landing-wrapper .landing-section-07 .container {
        gap: 24px;
    }
}
@media (max-width: 767.98px) {
    .landing-wrapper .landing-section-07 .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 12px;
    }
}
.landing-wrapper
    .landing-section-07
    .container
    .e-item-01
    .e-item-01-A
    .e-gradient-01 {
    background: linear-gradient(
        76.64deg,
        #6b4eea 19.76%,
        #ff9d9d 54.7%,
        #ffffff 73.66%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0);
}
.landing-wrapper .landing-section-07 .container .e-item-01 .e-item-01-C {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-top: 48px;
}
@media (max-width: 991.98px) {
    .landing-wrapper .landing-section-07 .container .e-item-01 .e-item-01-C {
        margin-top: 20px;
    }
}
.landing-wrapper .landing-section-07 .container .e-item-01 .e-item-01-C .visit {
    height: 48px;
    border-radius: 8px;
    padding: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.064px;
    background-color: #fb3792;
    color: #fff;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}
.landing-wrapper
    .landing-section-07
    .container
    .e-item-01
    .e-item-01-C
    .visit
    i {
    font-size: 24px;
}
@media (max-width: 767.98px) {
    .landing-wrapper
        .landing-section-07
        .container
        .e-item-01
        .e-item-01-C
        .visit {
        height: 40px;
        padding: 8px;
    }
}
.landing-wrapper .landing-section-07 .container .e-item-02 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media (max-width: 767.98px) {
    .landing-wrapper .landing-section-07 .container .e-item-02 {
        max-width: 300px;
    }
}
.landing-wrapper .landing-section-07 .container .e-item-02 img {
    width: 100%;
    height: auto;
}
.landing-wrapper .landing-section-08 .e-desc-color {
    color: #acacb9;
}
.landing-wrapper .landing-section-08 .e-key-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
}
@media (max-width: 767.98px) {
    .landing-wrapper
        .landing-section-08
        .e-key-list.e-key-list-movie
        .e-key-list-item
        > img {
        max-height: 195px;
    }
}
@media (max-width: 767.98px) {
    .landing-wrapper
        .landing-section-08
        .e-key-list.e-key-list-payment
        .e-key-list-side
        .e-key-list-item
        img {
        aspect-ratio: auto;
        max-height: 160px;
    }
}
.landing-wrapper .landing-section-08 .e-key-list .e-key-list-item {
    background: radial-gradient(
            66.75% 185.25% at 131.77% -73.14%,
            rgba(85, 20, 233, 0.6) 0%,
            rgba(85, 20, 233, 0) 100%
        ),
        radial-gradient(
            92.25% 183.66% at 40.91% 250.22%,
            rgba(70, 33, 182, 0.6) 0%,
            rgba(70, 33, 182, 0) 100%
        ),
        radial-gradient(
            101.21% 229.53% at 112.78% 144.52%,
            #11082c 0%,
            rgba(17, 8, 44, 0) 100%
        ),
        #121216;
    border-radius: 24px;
    padding: 32px;
    gap: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.landing-wrapper
    .landing-section-08
    .e-key-list
    .e-key-list-item.aside-first-item {
    padding: 32px 0 0 0;
}
.landing-wrapper
    .landing-section-08
    .e-key-list
    .e-key-list-item.aside-first-item
    > div {
    padding: 0 32px 32px 32px;
    margin-top: -120px;
}
@media (max-width: 991.98px) {
    .landing-wrapper
        .landing-section-08
        .e-key-list
        .e-key-list-item.aside-first-item
        > div {
        margin-top: -70px;
    }
}
@media (max-width: 991.98px) {
    .landing-wrapper .landing-section-08 .e-key-list .e-key-list-item {
        margin-bottom: 24px;
    }
    .landing-wrapper .landing-section-08 .e-key-list .e-key-list-item.custom-2 {
        margin-bottom: 0;
    }
}
.landing-wrapper
    .landing-section-08
    .e-key-list
    .e-key-list-item.e-key-list-item-with-confetti {
    z-index: 1;
}
.landing-wrapper
    .landing-section-08
    .e-key-list
    .e-key-list-item.e-key-list-item-with-confetti
    .confetti {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    top: -40px;
    left: 0;
    right: 0;
    z-index: -1;
    margin: 0 auto;
}
@media (max-width: 767.98px) {
    .landing-wrapper
        .landing-section-08
        .e-key-list
        .e-key-list-item.e-key-list-item-with-confetti
        .confetti {
        top: 0;
    }
}
@media (max-width: 767.98px) {
    .landing-wrapper
        .landing-section-08
        .e-key-list
        .e-key-list-item.e-key-list-item-with-confetti
        .confetti
        ~ img {
        width: 221px;
    }
}
.landing-wrapper .landing-section-08 .e-key-list .e-key-list-side {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 24px;
}
.landing-wrapper
    .landing-section-08
    .e-key-list
    .e-key-list-side
    .e-key-list-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
@media (min-width: 992px) {
    .landing-wrapper
        .landing-section-08
        .e-key-list
        .e-key-list-side
        .e-key-list-item.custom-1 {
        padding: 0 0 18px 32px;
        overflow: hidden;
    }
}
.landing-wrapper
    .landing-section-08
    .e-key-list
    .e-key-list-side
    .e-key-list-item.custom-1
    img {
    aspect-ratio: auto;
}
@media (min-width: 992px) {
    .landing-wrapper
        .landing-section-08
        .e-key-list
        .e-key-list-side
        .e-key-list-item.custom-1
        img {
        margin-right: -130px;
    }
}
@media (min-width: 992px) {
    .landing-wrapper
        .landing-section-08
        .e-key-list
        .e-key-list-side
        .e-key-list-item.custom-2 {
        padding-right: 0;
        overflow: hidden;
    }
}
.landing-wrapper
    .landing-section-08
    .e-key-list
    .e-key-list-side
    .e-key-list-item.custom-2
    img {
    aspect-ratio: auto;
}
@media (min-width: 992px) {
    .landing-wrapper
        .landing-section-08
        .e-key-list
        .e-key-list-side
        .e-key-list-item.custom-2
        img {
        margin-right: -50px;
    }
}
@media (min-width: 992px) {
    .landing-wrapper
        .landing-section-08
        .e-key-list
        .e-key-list-side
        .e-key-list-item.pad-1 {
        padding: 0 0 0 32px;
    }
}
.landing-wrapper
    .landing-section-08
    .e-key-list
    .e-key-list-side
    .e-key-list-item
    img {
    aspect-ratio: 1/1;
}
@media (max-width: 767.98px) {
    .landing-wrapper
        .landing-section-08
        .e-key-list
        .e-key-list-side
        .e-key-list-item
        img.md-h-200 {
        max-height: 200px !important;
    }
}
@media (max-width: 767.98px) {
    .landing-wrapper
        .landing-section-08
        .e-key-list
        .e-key-list-side
        .e-key-list-item
        img.md-h-173 {
        max-height: 173px !important;
    }
}
@media (max-width: 991.98px) {
    .landing-wrapper
        .landing-section-08
        .e-key-list
        .e-key-list-side
        .e-key-list-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (max-width: 991.98px) {
    .landing-wrapper .landing-section-08 .e-key-list .e-key-list-side {
        display: block;
    }
}
@media (max-width: 991.98px) {
    .landing-wrapper .landing-section-08 .e-key-list {
        display: block;
    }
}
.landing-wrapper .landing-section-08 h6,
.landing-wrapper .landing-section-08 .h6 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}
@media (max-width: 991.98px) {
    .landing-wrapper .landing-section-08 h6,
    .landing-wrapper .landing-section-08 .h6 {
        font-weight: 500;
        font-size: 20px;
        line-height: 32px;
    }
}
.landing-wrapper .landing-section-08 h3,
.landing-wrapper .landing-section-08 .h3 {
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
}
@media (max-width: 991.98px) {
    .landing-wrapper .landing-section-08 h3,
    .landing-wrapper .landing-section-08 .h3 {
        font-weight: 700;
        font-size: 32px;
        line-height: 40px;
    }
}
@media (min-width: 1200px) {
    .landing-wrapper .landing-section-09 {
        margin: -77px 0;
        z-index: -1;
        position: relative;
    }
}
.landing-wrapper .landing-section-09 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
}
@media (max-width: 991.98px) {
    .landing-wrapper .landing-section-09 .container {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.landing-wrapper .landing-section-09 .container .c-item {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.landing-wrapper .landing-section-09 .container .c-item .c-item-01 {
    margin-bottom: 48px;
    font-weight: 700;
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -1.4px;
    color: #fff;
}
@media (max-width: 767.98px) {
    .landing-wrapper .landing-section-09 .container .c-item .c-item-01 {
        margin-bottom: 16px;
        font-size: 40px;
        line-height: 48px;
        letter-spacing: -1px;
        color: #fff;
    }
}
.landing-wrapper .landing-section-09 .container .c-item .c-item-02 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 48px;
}
@media (max-width: 767.98px) {
    .landing-wrapper .landing-section-09 .container .c-item .c-item-02 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 16px;
    }
}
.landing-wrapper
    .landing-section-09
    .container
    .c-item
    .c-item-02
    .c-unit
    .c-unit-01 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.064px;
    color: #acacb9;
    margin-bottom: 4px;
}
.landing-wrapper
    .landing-section-09
    .container
    .c-item
    .c-item-02
    .c-unit
    .c-unit-02 {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -1px;
    color: #fff;
}
@media (max-width: 767.98px) {
    .landing-wrapper
        .landing-section-09
        .container
        .c-item
        .c-item-02
        .c-unit
        .c-unit-02 {
        font-size: 18px;
        line-height: 32px;
        letter-spacing: -0.09px;
    }
}
.landing-wrapper
    .landing-section-09
    .container
    .c-item
    .c-item-02
    .c-unit
    .c-unit-02
    a {
    text-decoration: none;
}
.landing-wrapper
    .landing-section-09
    .container
    .c-item
    .c-item-02
    .c-unit
    .c-unit-02
    a:hover {
    color: #fff;
}
@media (max-width: 991.98px) {
    .landing-wrapper .landing-section-09 .container .c-item {
        margin: 48px 0;
        position: static;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.landing-wrapper .landing-section-09 .container > .img {
    height: 608px;
    margin-right: -55px;
}
@media (max-width: 1199.98px) {
    .landing-wrapper .landing-section-09 .container > .img {
        height: 400px;
    }
}
@media (max-width: 991.98px) {
    .landing-wrapper .landing-section-09 .container > .img {
        display: none;
    }
}
.landing-wrapper .landing-section-10 .container .c-item-01 {
    margin-bottom: 48px;
    font-weight: 700;
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -1.4px;
    color: #fff;
}
@media (max-width: 767.98px) {
    .landing-wrapper .landing-section-10 .container .c-item-01 {
        margin-bottom: 24px;
        font-size: 40px;
        line-height: 48px;
        letter-spacing: -1px;
        color: #fff;
    }
}
.landing-wrapper .landing-section-10 .container .c-item-01.c-item-01-music {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.6px;
}
@media (max-width: 767.98px) {
    .landing-wrapper .landing-section-10 .container .c-item-01.c-item-01-music {
        font-size: 20px;
        line-height: 32px;
        text-align: center;
        letter-spacing: -0.6px;
    }
}
.landing-wrapper .landing-section-10 .container .c-item-02 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}
@media (max-width: 1199.98px) {
    .landing-wrapper .landing-section-10 .container .c-item-02 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 767.98px) {
    .landing-wrapper .landing-section-10 .container .c-item-02 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
.landing-wrapper .landing-section-10 .container .c-item-02 .c-unit {
    padding: 32px 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #121216;
    border-radius: 24px;
}
.landing-wrapper .landing-section-10 .container .c-item-02 .c-unit .c-unit-01 {
    margin-bottom: 24px;
    text-align: center;
    height: 250px;
}
@media (min-width: 768px) {
    .landing-wrapper
        .landing-section-10
        .container
        .c-item-02
        .c-unit
        .c-unit-01.c-unit-01-payment {
        height: 200px;
    }
}
.landing-wrapper
    .landing-section-10
    .container
    .c-item-02
    .c-unit
    .c-unit-01
    img {
    max-height: 100%;
}
.landing-wrapper
    .landing-section-10
    .container
    .c-item-02
    .c-unit
    .c-unit-01.full-width {
    margin-left: -48px;
    margin-right: -48px;
}
.landing-wrapper
    .landing-section-10
    .container
    .c-item-02
    .c-unit
    .c-unit-01.def-h-200 {
    height: 200px;
}
@media (max-width: 767.98px) {
    .landing-wrapper
        .landing-section-10
        .container
        .c-item-02
        .c-unit
        .c-unit-01.def-h-200 {
        height: 150px;
    }
}
@media (max-width: 767.98px) {
    .landing-wrapper
        .landing-section-10
        .container
        .c-item-02
        .c-unit
        .c-unit-01.sm-smaller {
        max-width: 180px;
    }
}
@media (max-width: 767.98px) {
    .landing-wrapper
        .landing-section-10
        .container
        .c-item-02
        .c-unit
        .c-unit-01 {
        height: 180px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (min-width: 768px) {
    .landing-wrapper
        .landing-section-10
        .container
        .c-item-02
        .c-unit
        .c-unit-01.nft-last-box {
        -webkit-transform: scale(1.35);
        transform: scale(1.35);
    }
}
.landing-wrapper .landing-section-10 .container .c-item-02 .c-unit .c-unit-02 {
    margin-bottom: 8px;
    padding: 4px;
    height: 24px;
    background: rgba(251, 55, 146, 0.1);
    border: 1.2px solid #fc5fa8;
    border-radius: 4px;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #fc78b5;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.landing-wrapper .landing-section-10 .container .c-item-02 .c-unit .c-unit-03 {
    margin-bottom: 8px;
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.6px;
    color: #fff;
}
.landing-wrapper .landing-section-10 .container .c-item-02 .c-unit .c-unit-04 {
    margin-bottom: 0;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.064px;
    color: #acacb9;
}
.landing-wrapper .landing-section-11 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    padding: 64px;
    background: #121216;
    border-radius: 24px;
}
@media (max-width: 767.98px) {
    .landing-wrapper .landing-section-11 .container {
        gap: 16px;
        padding: 16px;
        border-radius: 16px;
        width: calc(100% - 40px);
    }
}
.landing-wrapper .landing-section-11 .container .c-item-01 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1px;
    color: #fff;
    margin-bottom: 0;
}
@media (max-width: 767.98px) {
    .landing-wrapper .landing-section-11 .container .c-item-01 {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -0.6px;
    }
}
.landing-wrapper .landing-section-11 .container .c-item-02 {
    height: auto;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .landing-wrapper .landing-section-11 .container .c-item-02 {
        max-width: 100%;
    }
}
@media (max-width: 767.98px) {
    .landing-wrapper .landing-section-11 .container .c-item-02 {
        width: calc(100% + 72px);
        margin: 0 -36px;
    }
}
.landing-wrapper .landing-section-11 .container .c-item-03 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.064px;
    color: #acacb9;
    margin-bottom: 0;
}
.landing-wrapper .landing-section-12 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}
@media (max-width: 767.98px) {
    .landing-wrapper .landing-section-12 .container {
        gap: 16px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.landing-wrapper .landing-section-12 .container .c-item-01 {
    width: 456px;
}
@media (max-width: 767.98px) {
    .landing-wrapper .landing-section-12 .container .c-item-01 {
        width: 100%;
    }
}
.landing-wrapper .landing-section-12 .container .c-item-02 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.landing-wrapper .landing-section-12 .container .c-item-02 .c-item-02-A {
    font-weight: 700;
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -1.4px;
    color: #fff;
    margin-bottom: 24px;
}
@media (max-width: 767.98px) {
    .landing-wrapper .landing-section-12 .container .c-item-02 .c-item-02-A {
        margin-bottom: 16px;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -0.6px;
    }
}
.landing-wrapper .landing-section-12 .container .c-item-02 .c-item-02-B {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -1px;
    color: #acacb9;
    margin-bottom: 0;
}
@media (max-width: 767.98px) {
    .landing-wrapper .landing-section-12 .container .c-item-02 .c-item-02-B {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.064px;
    }
}
.landing-wrapper .landing-section-13 .container .c-item-01 {
    margin-bottom: 48px;
    font-weight: 700;
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -1.4px;
    color: #fff;
}
@media (max-width: 767.98px) {
    .landing-wrapper .landing-section-13 .container .c-item-01 {
        margin-bottom: 24px;
        font-size: 40px;
        line-height: 48px;
        letter-spacing: -1px;
        color: #fff;
    }
}
.landing-wrapper .landing-section-13 .container .c-item-02 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}
@media (max-width: 991.98px) {
    .landing-wrapper .landing-section-13 .container .c-item-02 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 767.98px) {
    .landing-wrapper .landing-section-13 .container .c-item-02 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
.landing-wrapper .landing-section-13 .container .c-item-02 .c-unit {
    padding: 32px 48px;
    background: #0c0c0f;
    border-radius: 24px;
    border: 1px solid #383847;
}
@media (max-width: 767.98px) {
    .landing-wrapper .landing-section-13 .container .c-item-02 .c-unit {
        padding: 24px;
    }
}
.landing-wrapper .landing-section-13 .container .c-item-02 .c-unit .c-unit-01 {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.6px;
    color: #fff;
    height: 80px;
}
@media (max-width: 767.98px) {
    .landing-wrapper
        .landing-section-13
        .container
        .c-item-02
        .c-unit
        .c-unit-01 {
        font-size: 20px;
        line-height: 32px;
        height: auto;
    }
}
.landing-wrapper .landing-section-13 .container .c-item-02 .c-unit .c-unit-02 {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.064px;
    color: #acacb9;
    height: 72px;
}
@media (max-width: 767.98px) {
    .landing-wrapper
        .landing-section-13
        .container
        .c-item-02
        .c-unit
        .c-unit-02 {
        height: auto;
    }
}
.landing-wrapper .landing-section-14 .c-item-01 {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1.2px;
}
@media (max-width: 767.98px) {
    .landing-wrapper .landing-section-14 .c-item-01 {
        font-size: 32px;
        line-height: 40px;
        text-align: center;
        letter-spacing: -0.6px;
    }
}
.landing-wrapper .landing-section-14 .ls-14-list {
    gap: 48px;
}
@media (max-width: 991.98px) {
    .landing-wrapper
        .landing-section-14
        .ls-14-list.ls-14-list-payment
        .ls-14-list-item
        .ls-14-list-img {
        max-width: 300px;
    }
}
@media (max-width: 767.98px) {
    .landing-wrapper
        .landing-section-14
        .ls-14-list.ls-14-list-payment
        .ls-14-list-item
        .ls-14-list-img {
        height: auto;
        margin-bottom: 20px;
    }
}
@media (max-width: 767.98px) {
    .landing-wrapper
        .landing-section-14
        .ls-14-list.ls-14-list-payment
        .ls-14-list-item:first-child
        .ls-14-list-img {
        max-width: 180px;
    }
}
@media (max-width: 767.98px) {
    .landing-wrapper
        .landing-section-14
        .ls-14-list.ls-14-list-payment
        .ls-14-list-item:nth-child(2)
        .ls-14-list-img {
        max-width: 288px;
    }
}
@media (max-width: 767.98px) {
    .landing-wrapper
        .landing-section-14
        .ls-14-list.ls-14-list-payment
        .ls-14-list-item:last-child
        .ls-14-list-img {
        max-width: 250px;
    }
}
@media (max-width: 767.98px) {
    .landing-wrapper .landing-section-14 .ls-14-list .ls-14-list-img {
        height: 250px;
    }
}
@media (max-width: 767.98px) {
    .landing-wrapper
        .landing-section-14
        .ls-14-list
        .ls-14-list-img.ls-14-list-img-payment {
        height: auto;
        max-width: 250px;
        margin-bottom: 30px;
    }
}
@media (max-width: 991.98px) {
    .landing-wrapper
        .landing-section-14
        .ls-14-list
        .ls-14-list-img.ls-14-list-img-payment {
        max-width: 300px;
    }
}
@media (max-width: 767.98px) {
    .landing-wrapper
        .landing-section-14
        .ls-14-list
        .ls-14-list-item:last-child
        .ls-14-list-img {
        height: 160px !important;
    }
}
.landing-wrapper .landing-section-14 .ls-14-list .ls-14-list-title {
    font-family: "Inter";
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.6px;
}
@media (max-width: 767.98px) {
    .landing-wrapper .landing-section-14 .ls-14-list .ls-14-list-title {
        text-align: center !important;
    }
}
.landing-wrapper .landing-section-14 .ls-14-list .ls-14-list-desc {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.09px;
    color: #acacb9;
}
@media (max-width: 767.98px) {
    .landing-wrapper .landing-section-14 .ls-14-list .ls-14-list-desc {
        text-align: center !important;
    }
}
.landing-wrapper .landing-section-15 .ls-15-main-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1.2px;
    margin-bottom: 100px;
}
@media (max-width: 767.98px) {
    .landing-wrapper .landing-section-15 .ls-15-main-title {
        margin-bottom: 80px;
    }
}
@media (max-width: 767.98px) {
    .landing-wrapper .landing-section-15 .ls-15-img {
        max-width: 180px;
    }
}
@media (max-width: 991.98px) {
    .landing-wrapper .landing-section-15 .ls-15-img.ls-15-img-payment {
        max-width: 300px;
    }
}
@media (max-width: 767.98px) {
    .landing-wrapper .landing-section-15 .ls-15-img.ls-15-img-payment {
        max-width: 265px;
    }
}
.landing-wrapper .landing-section-15 .ls-15-title {
    font-family: "Inter";
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.6px;
}
@media (max-width: 767.98px) {
    .landing-wrapper .landing-section-15 .ls-15-title {
        font-size: 32px;
        line-height: 40px;
        text-align: center;
        letter-spacing: -0.6px;
    }
}
.landing-wrapper .landing-section-15 .ls-15-desc {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.09px;
    color: #acacb9;
}
@media (max-width: 767.98px) {
    .landing-wrapper .landing-section-15 .ls-15-desc {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.064px;
    }
}
.home-banner {
    padding-top: 160px;
}
@media (max-width: 767.98px) {
    .home-banner {
        padding-top: 120px;
    }
}
.home-banner .font-title {
    font-family: "Inter";
    font-weight: 700;
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -1.8px;
}
@media (max-width: 991.98px) {
    .home-banner .font-title {
        font-size: 44px;
        line-height: 62px;
    }
}
@media (max-width: 767.98px) {
    .home-banner .font-title {
        font-size: 36px;
        line-height: 46px;
    }
}
.home-banner .btn {
    min-width: 167px;
}
@media (max-width: 767.98px) {
    .home-banner .btn {
        min-width: initial;
        padding: 8px;
    }
}
.home-banner .btn-outline-dark {
    border-color: rgba(255, 255, 255, 0.2);
}
.home-banner .home-banner-video {
    max-width: 1340px;
    padding: 0 20px;
}
@media (max-width: 767.98px) {
    .home-banner .home-banner-video {
        margin-top: 16px;
    }
}
.home-banner .home-banner-video video {
    width: 100%;
}
.hero-form .invalid-feedback {
    position: absolute;
    bottom: -25px;
    left: 10px;
}
#notify_form .form-group {
    width: 500px;
    margin: 0 auto;
}
@media (max-width: 575.98px) {
    #notify_form .form-group {
        width: calc(100vw - 40px);
    }
}
#notify_form input.form-control {
    background: #0d0d0e;
    border: 2px solid #504d54;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    border-radius: 16px;
    height: 72px;
    padding: 24px 20px;
}
#notify_form .invalid-feedback {
    position: absolute;
    bottom: -25px;
    left: 10px;
}
#notify_form .btn {
    -webkit-box-shadow: inset 0px -0.75px 1.5px rgba(255, 0, 184, 0.35);
    box-shadow: inset 0px -0.75px 1.5px rgba(255, 0, 184, 0.35);
    -webkit-backdrop-filter: blur(4.5px);
    backdrop-filter: blur(4.5px);
    border-radius: 12px;
    height: 48px;
    padding: 0;
    color: #fff;
    font-size: 12px;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 575.98px) {
    #notify_form .btn {
        font-size: 0;
    }
    #notify_form .btn svg {
        margin-right: 0 !important;
    }
}
#video-modal .modal-content {
    background: rgba(0, 0, 0, 0);
}
#video-modal iframe {
    width: 100%;
    height: 50vh;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 24px;
}
.open-video-button {
    position: fixed;
    left: 20px;
    bottom: 20px;
    opacity: 0;
    z-index: 999;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
.open-video-button.show {
    opacity: 1;
}
#video-modal .modal-content a {
    position: absolute;
    right: -40px;
    top: -60px;
}
#video-modal .modal-content a svg {
    width: 50px;
    height: 50px;
}
@media (max-width: 767.98px) {
    #video-modal .modal-content a {
        position: absolute;
        right: -10px;
        top: -50px;
    }
    #video-modal iframe {
        height: 360px;
    }
}
.home-benefits {
    padding: 150px 0;
}
@media (max-width: 767.98px) {
    .home-benefits {
        padding: 70px 0;
    }
}
.home-benefits .hb-card {
    min-height: 210px;
    overflow: hidden;
    border-radius: 24px;
    padding: 32px;
}
.home-benefits .hb-card.hb-card-1 {
    min-height: 444px;
}
@media (max-width: 991.98px) {
    .home-benefits .hb-card.hb-card-1 {
        min-height: 520px;
    }
}
@media (max-width: 767.98px) {
    .home-benefits .hb-card.hb-card-1 {
        min-height: 440px;
    }
}
.home-benefits .hb-card.hb-card-1 .hb-card-img {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
}
.home-benefits .hb-card .hb-card-title {
    font-family: "Inter";
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.6px;
    margin-bottom: 24px;
}
.home-benefits .hb-card .hb-card-desc {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.064px;
    color: #acacb9;
}
.home-benefits .hb-card .hb-card-img img {
    width: 100%;
}
.home-future {
    padding: 150px 0;
}
@media (max-width: 767.98px) {
    .home-future {
        padding: 70px 0;
    }
}
.home-future .hf-card {
    padding: 40px;
    min-height: 328px;
    background: #121216;
    border-radius: 24px;
    overflow: hidden;
}
@media (max-width: 991.98px) {
    .home-future .hf-card {
        min-height: initial;
        gap: 24px;
    }
}
.home-future .hf-card .hf-card-title {
    font-family: "Inter";
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.6px;
}
.home-future .hf-card .hf-card-desc {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.064px;
}
.home-future .hf-card.hf-card-2 .hf-card-text {
    width: 294px;
}
@media (max-width: 767.98px) {
    .home-future .hf-card.hf-card-2 .hf-card-text {
        width: auto;
    }
}
.home-future .hf-card.hf-card-3 .hf-card-img {
    margin: 0 -115px -90px 0;
}
@media (max-width: 767.98px) {
    .home-future .hf-card.hf-card-3 .hf-card-img {
        margin: 0;
    }
}
.home-forward {
    background: radial-gradient(
        108.19% 299.13% at 8.11% -13.96%,
        #151517 0%,
        #0c0c0f 100%
    );
    padding: 70px 0;
}
.home-forward.bm-forward {
    padding: 80px 0;
}
@media (max-width: 767.98px) {
    .home-forward {
        padding-bottom: 20px;
    }
    .home-forward.bm-forward {
        padding: 80px 0;
    }
}
.home-forward p {
    max-width: 890px;
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    letter-spacing: -0.09px;
}
.home-forward-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #383847;
    border-radius: 24px;
    height: 100%;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}
@media (max-width: 767.98px) {
    .home-forward-card {
        border-radius: 12px;
    }
}
.home-forward-card img {
    max-width: 100%;
    max-height: 36px;
    -webkit-transition: -webkit-filter 0.3s;
    transition: -webkit-filter 0.3s;
    transition: filter 0.3s;
    transition: filter 0.3s, -webkit-filter 0.3s;
    -webkit-filter: grayscale(30%) brightness(0.5);
    filter: grayscale(30%) brightness(0.5);
}
.home-forward-card:hover {
    background: #1b1b22;
}
.home-forward-card:hover img {
    -webkit-filter: none;
    filter: none;
}
.airdrop-cta {
    min-height: 905px;
}
.airdrop-cta .container {
    z-index: 99;
}
.airdrop-cta-bg-wrapper {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.airdrop-cta-bg {
    left: -250%;
    bottom: -250%;
    width: 500%;
    height: 500%;
    background-repeat: repeat;
    background-size: 11%;
}
.airdrop-cta-title {
    max-width: 771px;
}
.airdrop-cta-desc {
    max-width: 700px;
    font-family: "Inter";
    font-weight: 700;
    font-size: 56px;
    line-height: 64px;
    text-align: center;
    letter-spacing: -1.4px;
}
.airdrop-cta .btn-lg,
.airdrop-cta .btn-group-lg > .btn {
    padding: 0 12px !important;
}
.countdown h1,
.countdown .h1 {
    color: #d9d9d9;
}
.coin {
    z-index: 5;
}
.coin.coin-top {
    right: 310px;
    top: -5px;
}
.coin.coin-left {
    left: -60px;
    top: -40px;
}
.coin.coin-right {
    width: 800px;
    right: -24%;
    bottom: -90%;
    z-index: 7;
}
.airdrop-cta-new {
    height: 1060px;
    background-position: 50% 65%;
    background-repeat: no-repeat;
    z-index: 1;
    margin-top: -220px;
    margin-bottom: -60px;
}
@media (max-width: 767.98px) {
    .airdrop-cta-new {
        background-size: 150%;
        height: 800px;
    }
}
@media (max-width: 575.98px) {
    .airdrop-cta-new {
        height: 600px;
        margin-top: -120px;
        margin-bottom: -60px;
    }
}
.airdrop-cta-new::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    z-index: -1;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#0c0c0f),
        to(rgba(12, 12, 15, 0))
    );
    background: linear-gradient(180deg, #0c0c0f 0%, rgba(12, 12, 15, 0) 100%);
}
.airdrop-cta-new .airdrop-cta-desc {
    max-width: 790px;
}
@media screen and (min-width: 1920px) {
    .coin.coin-right {
        right: -120px;
    }
}
@media screen and (max-width: 1499px) {
    .coin.coin-right {
        right: -40%;
    }
}
@media (max-width: 1199.98px) {
    .coin.coin-right {
        right: -65%;
    }
}
@media (max-width: 991.98px) {
    .coin.coin-right {
        right: -700px;
    }
}
@media (max-width: 767.98px) {
    .coin.coin-right {
        width: 250px;
        right: -40%;
        bottom: -30%;
    }
}
@media (max-width: 575.98px) {
    .airdrop-cta {
        min-height: auto;
        padding: 100px 0 50px;
    }
    .airdrop-cta .title {
        margin-bottom: 112px !important;
    }
    .airdrop-cta .countdown {
        font-size: 48px;
        line-height: 56px;
        letter-spacing: 2px;
    }
    .airdrop-cta-title {
        max-width: 335px;
        font-size: 32px;
        line-height: 32px;
        letter-spacing: -0.6px;
        margin-bottom: 32px;
    }
    .airdrop-cta-desc {
        max-width: 295px;
        font-size: 26px !important;
        line-height: 35px;
        letter-spacing: -0.4px;
        margin-bottom: 20px !important;
    }
    .countdown h1,
    .countdown .h1 {
        font-size: 48px;
        line-height: 56px;
        letter-spacing: -2px;
    }
    .coin.coin-top {
        width: 200px;
        right: -65px;
        top: -40px;
        display: none;
    }
    .coin.coin.coin-left {
        left: -160px;
        top: -100px;
        width: 180px;
    }
    .coin.coin.coin-left img {
        -webkit-transform: rotate(-50deg);
        transform: rotate(-50deg);
    }
}
.theme-light .airdrop-cta-title {
    color: #0c0c0f;
}
.theme-light .airdrop-cta-desc {
    color: #2e2e38;
}
.qr-section {
    margin-bottom: 150px;
}
@media (max-width: 767.98px) {
    .qr-section {
        margin-bottom: 70px;
    }
}
.qr-section .qr-section-inner {
    background: #121216;
    border-radius: 24px;
    padding: 48px;
}
@media (max-width: 767.98px) {
    .qr-section .qr-section-inner {
        padding: 24px;
    }
}
.qr-section .mobile-qr-icon {
    width: 148px;
    height: 148px;
    background: #0c0c0f;
    -webkit-box-shadow: 2px 4px 32px 4px rgba(13, 12, 15, 0.3),
        inset 0px 3px 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 4px 32px 4px rgba(13, 12, 15, 0.3),
        inset 0px 3px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 24px;
    padding: 24px;
}
.qr-section .mobile-qr-subtitle {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    letter-spacing: -1.2px;
}
.qr-section .qrs-metatime-icon {
    width: 33px;
}
.qr-section .qrs-metatime-icon img {
    -webkit-filter: invert(1);
    filter: invert(1);
}
.faq-title {
    font-family: "Inter";
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    letter-spacing: -1.2px;
    margin-bottom: 48px;
}
@media (max-width: 767.98px) {
    .faq-title {
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 32px;
    }
}
.faq-inner {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
}
.faq-inner .g-col-7 {
    grid-column: auto/span 7;
}
@media (max-width: 991.98px) {
    .faq-inner .g-col-7 {
        grid-column: 1/-1;
    }
}
.faq-inner .g-col-5 {
    grid-column: auto/span 5;
}
@media (max-width: 991.98px) {
    .faq-inner .g-col-5 {
        grid-column: auto/span 6;
    }
}
@media (max-width: 767.98px) {
    .faq-inner .g-col-5 {
        grid-column: 1/-1;
    }
}
.faq-inner .row-span-2 {
    grid-row: span 2;
}
.faq-cta-chat,
.faq-cta-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #383847;
    padding: 20px 64px;
    border-radius: 24px;
}
.faq-cta-chat p,
.faq-cta-blog p {
    max-width: 328px;
}
.faq-cta-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    letter-spacing: -1.6px;
    margin-bottom: 16px;
}
.faq-cta-desc {
    color: #a0a0ac;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.064px;
    margin-bottom: 24px;
}
.faq-cta-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 8px;
}
.faq-cta-link:hover {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0);
}
.faq-list {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #383847;
    border-radius: 24px;
    padding: 64px;
}
.faq-list .faq-content .accordion-item .accordion-button {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}
.faq-list
    .faq-content
    .accordion-item
    .accordion-button:not(.collapsed)::after {
    content: "";
    background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767.98px) {
    .faq-list .faq-content .accordion-item .accordion-button {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.2;
    }
}
.faq-list .faq-content .accordion-item .accordion-body p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.064px;
}
.wrapper-faq .section-questions {
    margin-top: 96px;
}
.wrapper-faq .section-questions > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.wrapper-faq .section-questions > .container .left-side {
    position: relative;
    width: 264px;
    margin-right: 96px;
}
.wrapper-faq .section-questions > .container .left-side .container-01 {
    width: 100%;
}
.wrapper-faq
    .section-questions
    > .container
    .left-side
    .container-01
    .toggle-menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    margin-bottom: 32px;
    color: #a9a7ae;
}
.wrapper-faq
    .section-questions
    > .container
    .left-side
    .container-01
    .toggle-menu:hover {
    color: #a9a7ae;
}
.wrapper-faq
    .section-questions
    > .container
    .left-side
    .container-01
    > ul
    > li {
    list-style: none;
}
.wrapper-faq
    .section-questions
    > .container
    .left-side
    .container-01
    > ul
    > li
    > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    padding: 12px;
    width: 100%;
    height: auto;
    border-radius: 8px;
    text-decoration: none;
    color: #78757d;
    line-height: 24px;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}
.wrapper-faq
    .section-questions
    > .container
    .left-side
    .container-01
    > ul
    > li
    > a:hover {
    color: #fff;
}
.wrapper-faq
    .section-questions
    > .container
    .left-side
    .container-01
    > ul
    > li.active
    > a {
    background: #6b04ff;
    color: #fff;
    text-decoration: none;
}
.wrapper-faq
    .section-questions
    > .container
    .left-side
    .container-01
    > ul
    > li.active
    > a:hover {
    color: #fff;
}
.wrapper-faq
    .section-questions
    > .container
    .left-side
    .container-01:not(:last-child)
    > ul {
    margin-bottom: 32px;
}
.wrapper-faq .section-questions > .container .left-side .container-02 {
    display: none;
}
.wrapper-faq .section-questions > .container .right-side {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.wrapper-faq
    .section-questions
    > .container
    .right-side
    .question-answer-container
    .question {
    margin-bottom: 24px;
    line-height: 24px;
}
.wrapper-faq
    .section-questions
    > .container
    .right-side
    .question-answer-container
    .answer {
    color: #85828a;
    margin-bottom: 0;
}
.wrapper-faq
    .section-questions
    > .container
    .right-side
    .question-answer-container:not(:last-child) {
    margin-bottom: 32px;
}
@media (max-width: 991.98px) {
    .section-faq .faq-cta-title {
        height: auto;
    }
}
@media (max-width: 575.98px) {
    .faq-cta-chat,
    .faq-cta-blog,
    .faq-list {
        padding: 24px !important;
    }
    .faq-cta-chat img,
    .faq-cta-blog img,
    .faq-list img {
        width: 48px;
    }
    .section-faq .title {
        margin-bottom: 24px !important;
    }
    .section-faq .title h2,
    .section-faq .title .h2 {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -0.6px;
    }
    .section-faq .input-search {
        margin-bottom: 32px;
    }
    .section-faq .input-search.input-search-lg {
        gap: 8px;
        border-radius: 12px;
        padding: 6px 16px;
    }
    .section-faq .input-search.input-search-lg .form-control {
        font-size: 18px;
    }
    .section-faq .input-search.input-search-lg .search-icon {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .wrapper-faq .section-questions {
        margin-top: 36px;
    }
    .wrapper-faq .section-questions > .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .wrapper-faq .section-questions > .container .left-side {
        width: 100%;
        margin-right: 0;
        margin-bottom: 36px;
    }
    .wrapper-faq .section-questions > .container .left-side .container-01 {
        display: none;
    }
    .wrapper-faq .section-questions > .container .left-side .container-02 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .wrapper-faq .section-questions > .container .right-side {
        width: 100%;
    }
}
.theme-dark .accordion-primary .accordion-item:last-of-type,
.theme-dark .accordion-primary .accordion-item:first-of-type {
    border-radius: 0;
}
.theme-dark .accordion-primary .accordion-item {
    background: none;
    border: none;
    border-bottom: 1px solid #28262a;
    border-radius: 0;
}
.theme-dark .accordion-primary .accordion-button {
    color: #fff;
}
.theme-dark .accordion-primary .accordion-button::after {
    color: #fff;
}
.theme-dark .accordion-primary .accordion-button:not(.collapsed) {
    color: #fff;
}
.theme-dark .accordion-primary .accordion-button:not(.collapsed)::after {
    content: "";
}
.theme-dark .accordion-primary .accordion-body p {
    color: #85828a;
}
.btn-social {
    font-size: 16px;
}
.page-search {
    z-index: 1;
    padding: 0 20px;
    margin-top: -100px;
}
.page-search .input-search {
    position: relative;
    background: #121216 !important;
    border: 1px solid #383847 !important;
}
.page-search .input-search .form-control::-webkit-input-placeholder {
    color: #838391 !important;
    opacity: 1 !important;
}
.page-search .input-search .form-control::-moz-placeholder {
    color: #838391 !important;
    opacity: 1 !important;
}
.page-search .input-search .form-control:-ms-input-placeholder {
    color: #838391 !important;
    opacity: 1 !important;
}
.page-search .input-search .form-control::-ms-input-placeholder {
    color: #838391 !important;
    opacity: 1 !important;
}
.page-search .input-search .form-control::placeholder {
    color: #838391 !important;
    opacity: 1 !important;
}
.page-search .input-search .clear-search-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.4px;
    color: #fff;
    padding: 4px 6px 4px 4px;
    height: 24px;
    border: 1px solid #a9a7ae;
    border-radius: 4px;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}
.page-search .input-search input {
    background-color: #121216 !important;
}
.page-search .input-search input:not([value=""]) ~ .clear-search-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.page-search-inner {
    max-width: 740px;
    background-color: #121216;
}
@media (max-width: 767.98px) {
    .page-search {
        margin-top: -50px;
    }
    .page-search-inner::before,
    .page-search-inner::after {
        display: none;
    }
}
.theme-light .page-search .input-search .clear-search-button {
    color: #000;
}
.theme-light .page-search .input-search .clear-search-button svg path {
    stroke: #000;
}
.scroll-top {
    position: fixed;
    bottom: 25px;
    z-index: 299;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.scroll-top:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
@media (max-width: 767.98px) {
    .scroll-top {
        display: none !important;
    }
}
.modal-investment .modal-dialog {
    max-width: 720px;
}
.modal-investment .modal-content {
    background: #000;
    border: 1px solid #383847;
    border-radius: 24px;
    max-height: 85vh;
}
.modal-investment .modal-header {
    position: relative;
    z-index: 10;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: none;
    padding: 48px 48px 0;
}
@media (max-width: 767.98px) {
    .modal-investment .modal-header {
        padding: 36px 36px 0;
    }
}
@media (max-width: 575.98px) {
    .modal-investment .modal-header {
        padding: 24px 24px 0;
    }
}
.modal-investment .modal-investment-title {
    font-size: 180px;
    line-height: 190px;
    font-weight: 800;
    letter-spacing: -16px;
    background: linear-gradient(105.87deg, #ffffff 0%, #ff61be 96.05%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0);
    -webkit-filter: drop-shadow(0px 6.45017px 6.45017px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0px 6.45017px 6.45017px rgba(0, 0, 0, 0.5));
    -webkit-backdrop-filter: blur(21.5006px);
    backdrop-filter: blur(21.5006px);
}
@media (max-width: 991.98px) {
    .modal-investment .modal-investment-title {
        font-size: 167px;
        line-height: 167px;
        letter-spacing: -16.8757px;
        -webkit-filter: drop-shadow(0px 3.71027px 3.71027px rgba(0, 0, 0, 0.5));
        filter: drop-shadow(0px 3.71027px 3.71027px rgba(0, 0, 0, 0.5));
        -webkit-backdrop-filter: blur(12.3676px);
        backdrop-filter: blur(12.3676px);
    }
}
@media (max-width: 767.98px) {
    .modal-investment .modal-investment-title {
        font-size: 80px;
        line-height: 100px;
        letter-spacing: -12px;
        -webkit-filter: drop-shadow(0px 2.56865px 2.56865px rgba(0, 0, 0, 0.5));
        filter: drop-shadow(0px 2.56865px 2.56865px rgba(0, 0, 0, 0.5));
        -webkit-backdrop-filter: blur(8.56217px);
        backdrop-filter: blur(8.56217px);
    }
}
.modal-investment .modal-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.6px;
    margin-bottom: 4px;
}
@media (max-width: 767.98px) {
    .modal-investment .modal-title {
        font-size: 20px;
    }
}
.modal-investment .modal-investment-subtitle {
    font-family: "Inter";
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    letter-spacing: -0.6px;
    padding-top: 32px;
    margin-bottom: 32px;
}
@media (max-width: 991.98px) {
    .modal-investment .modal-investment-subtitle {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 16px;
    }
}
@media (max-width: 767.98px) {
    .modal-investment .modal-investment-subtitle {
        padding-top: 16px;
        margin-bottom: 16px;
    }
}
@media (max-width: 575.98px) {
    .modal-investment .modal-investment-subtitle {
        padding-top: 12px;
        margin-bottom: 12px;
    }
}
.modal-investment .desc {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #acacb9;
}
@media (max-width: 767.98px) {
    .modal-investment .desc {
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
    }
}
@media (max-width: 575.98px) {
    .modal-investment .desc {
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
    }
}
.modal-investment .modal-body {
    padding: 0 24px 24px;
    min-height: 300px;
}
.modal-investment .modal-body p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.064px;
    color: #acacb9;
    margin-bottom: 5px;
}
@media (max-width: 991.98px) {
    .modal-investment .modal-body p {
        font-size: 14px;
        line-height: 24px;
    }
}
@media (max-width: 767.98px) {
    .modal-investment .modal-body p {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: normal;
    }
}
.modal-investment .modal-img-wrapper {
    width: 100%;
    position: relative;
    z-index: 1;
    padding-bottom: 1px;
}
@media (max-width: 767.98px) {
    .modal-investment .modal-img-wrapper {
        padding-left: 24px;
        padding-right: 24px;
    }
}
.modal-investment .modal-img-wrapper img {
    width: 244px;
    height: auto;
}
@media (max-width: 767.98px) {
    .modal-investment .modal-img-wrapper img {
        width: 100%;
    }
}
.modal-investment .modal-img {
    display: block;
    max-width: 207px;
    min-height: 207px;
    margin: 0 auto;
}
.modal-investment .btn-close {
    -webkit-filter: invert(1);
    filter: invert(1);
    opacity: 1;
}
@media (max-width: 767.98px) {
    .modal-investment .btn-close {
        width: 12px;
        height: 12px;
    }
}
.investment-card-list {
    margin: 32px 0 0 0;
    border: 1px solid #383847;
    border-radius: 12px;
    padding: 16px;
}
@media (max-width: 767.98px) {
    .investment-card-list {
        margin-top: 16px;
    }
}
@media (max-width: 575.98px) {
    .investment-card-list {
        margin-top: 12px;
    }
}
.investment-card-list > img {
    margin-bottom: 16px;
}
@media (max-width: 767.98px) {
    .investment-card-list > img {
        margin-bottom: 12px;
    }
}
.investment-card-list .modal-forward-card {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #acacb9;
}
@media (min-width: 768px) {
    .investment-card-list .modal-forward-card:not(:last-child) {
        border-right: 1px solid #383847;
    }
}
@media (max-width: 767.98px) {
    .investment-card-list .modal-forward-card {
        border-top: 1px solid #383847;
    }
}
.mtc-pricebar {
    background: #f4f4f6;
    padding: 12px 24px;
}
@media (max-width: 767.98px) {
    .mtc-pricebar {
        padding: 6px 12px;
    }
}
.mtc-pricebar-title,
.mtc-price-bar-value {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.064px;
}
@media (max-width: 767.98px) {
    .mtc-pricebar-title {
        display: none;
    }
}
.mtc-price-seperator {
    border-left: 1px solid #454554;
    height: 20px;
}
@media (max-width: 767.98px) {
    .mtc-price-seperator {
        display: none;
    }
}
.mtc-pricebar-logo img {
    height: 20px;
}
@media (max-width: 767.98px) {
    .mtc-pricebar-logo img {
        height: 16px;
    }
}
.promotion-item-img img {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}
@media (max-width: 767.98px) {
    .promotion-item-img img {
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
    }
}
.promotion-list .custom-dropdown {
    top: 24px;
    right: 24px;
}
@media (max-width: 767.98px) {
    .promotion-list .custom-dropdown {
        top: 16px;
        right: 16px;
    }
}
.promotion-list .custom-dropdown button {
    width: 40px;
    height: 40px;
    color: #000;
    font-size: 24px;
    background: #fff;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}
.promotion-list .custom-dropdown button::after {
    display: none;
}
.promotion-item-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    background: #1b1b22;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    padding: 32px;
}
@media (max-width: 767.98px) {
    .promotion-item-text {
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
        padding: 20px;
    }
}
.promotion-item-title {
    font-size: 24px;
    font-family: Inter;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.6px;
}
@media (max-width: 767.98px) {
    .promotion-item-title {
        font-size: 20px;
        font-weight: 500;
    }
}
.promotion-item-desc {
    color: #838391;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.042px;
}
@media (max-width: 767.98px) {
    .promotion-item-desc {
        font-size: 12px;
        line-height: 16px;
    }
}
.wrapper-blog-inside a {
    text-decoration: none;
}
.wrapper-blog-inside a:hover {
    color: #fff;
}
.wrapper-blog-inside .blog-page-right {
    width: 72px !important;
}
.wrapper-blog-inside .blog-others {
    padding-top: 176px;
}
@media (max-width: 767.98px) {
    .wrapper-blog-inside .blog-others {
        padding-top: 104px;
    }
}
.wrapper-blog-inside .blog-btn {
    border: 1px solid rgba(0, 0, 0, 0);
    background: -webkit-gradient(
            linear,
            left top,
            right top,
            from(#1a191c),
            to(#1a191c)
        ),
        -webkit-gradient(linear, left top, right top, from(#ff54a6), to(#be6cf0));
    background: linear-gradient(to right, #1a191c, #1a191c),
        linear-gradient(to right, #ff54a6, #be6cf0);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
}
.wrapper-blog-inside .blog-bottom .btn-xs.btn-icon i {
    font-size: 12px;
}
.wrapper-blog-inside .blog-inside-card {
    position: relative;
    z-index: 1;
    margin-top: -115px;
}
.wrapper-blog-inside .blog-inside-card .avatar {
    width: 40px;
    height: 40px;
}
.wrapper-blog-inside .blog-inside-card-share .btn i {
    font-size: 12px;
}
.wrapper-blog-inside .blog-inside-card-share .btn:hover {
    background-color: var(--bs-gray--6) !important;
}
.wrapper-blog-inside .page-banner {
    z-index: 1;
    position: relative;
    height: 650px;
}
.wrapper-blog-inside .page-banner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0))
    );
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0) 100%
    );
    z-index: -1;
}
@media (max-width: 767.98px) {
    .wrapper-blog-inside .page-banner {
        height: 480px;
    }
}
.wrapper-blog-inside .blog-inside-head {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: #000;
    width: 100%;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(13, 13, 14, 0)),
        to(#0d0d0e)
    );
    background: linear-gradient(180deg, rgba(13, 13, 14, 0) 0%, #0d0d0e 100%);
}
.wrapper-pages-inside .page-banner {
    height: 380px;
}
.wrapper-pages-inside .page-banner .page-top {
    padding-top: 60px;
}
@media (max-width: 767.98px) {
    .wrapper-pages-inside .page-banner {
        height: auto;
        min-height: 300px;
    }
}
.wrapper-guide-inside a {
    text-decoration: none;
}
.wrapper-guide-inside a:hover {
    color: #fff;
}
.wrapper-guide-inside .page-banner {
    height: 380px;
}
.wrapper-guide-inside .guide-inside-card .avatar {
    width: 40px;
    height: 40px;
}
.wrapper-guide-inside .guide-others {
    padding-top: 176px;
}
.wrapper-guide-inside .guide-btn {
    border: 1px solid rgba(0, 0, 0, 0);
    background: -webkit-gradient(
            linear,
            left top,
            right top,
            from(#1a191c),
            to(#1a191c)
        ),
        -webkit-gradient(linear, left top, right top, from(#ff54a6), to(#be6cf0));
    background: linear-gradient(to right, #1a191c, #1a191c),
        linear-gradient(to right, #ff54a6, #be6cf0);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
}
.wrapper-guide-inside .guide-scroll ul {
    padding-left: 35px !important;
}
.wrapper-guide-inside .guide-breadcrumb li {
    color: #ff8abe !important;
}
.wrapper-guide-inside .guide-page-right {
    width: 72px !important;
}
.wrapper-guide-inside .dropdown-toggle span,
.wrapper-guide-inside .dropdown-item {
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 767.98px) {
    .wrapper-guide-inside .page-banner {
        height: auto;
        min-height: 300px;
        padding-bottom: 24px !important;
    }
    .wrapper-guide-inside .guide-inside-card-title {
        font-size: 24px;
    }
    .wrapper-guide-inside .guide-inside-card p {
        font-size: 14px;
    }
    .wrapper-guide-inside .guide-others {
        padding-top: 104px;
    }
}
.theme-light .wrapper-blog-inside .page-save,
.theme-light .wrapper-blog-inside .page-share,
.theme-light .wrapper-guide-inside .page-save,
.theme-light .wrapper-guide-inside .page-share {
    background-color: #fff !important;
}
.theme-light .wrapper-blog-inside .page-save a,
.theme-light .wrapper-blog-inside .page-share a,
.theme-light .wrapper-guide-inside .page-save a,
.theme-light .wrapper-guide-inside .page-share a {
    background-color: #fff !important;
    border: 1px solid #e3e3e8 !important;
    border-radius: 8px;
}
.theme-light .wrapper-blog-inside .page-save a:hover,
.theme-light .wrapper-blog-inside .page-share a:hover,
.theme-light .wrapper-guide-inside .page-save a:hover,
.theme-light .wrapper-guide-inside .page-share a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.theme-light .wrapper-blog-inside .page-save button,
.theme-light .wrapper-blog-inside .page-share button,
.theme-light .wrapper-guide-inside .page-save button,
.theme-light .wrapper-guide-inside .page-share button {
    border: 1px solid #e3e3e8 !important;
}
.theme-light .wrapper-blog-inside .blog-inside-card-share a,
.theme-light .wrapper-guide-inside .blog-inside-card-share a {
    background-color: #fff !important;
    border: 1px solid #e3e3e8 !important;
    border-radius: 8px;
}
.theme-light .wrapper-blog-inside .blog-inside-card-share a:hover,
.theme-light .wrapper-guide-inside .blog-inside-card-share a:hover {
    background-color: #fff !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wrapper-guide a {
    text-decoration: none;
}
.wrapper-guide a:hover {
    color: #fff;
}
.wrapper-guide .btn.dropdown-toggle,
.wrapper-guide .guide-topic-header-container .dropdown .dropdown-menu,
.wrapper-guide .guide-topic-header-container .dropdown .dropdown-menu:hover,
.wrapper-guide .guide-topic-header-container .dropdown .list-group,
.wrapper-guide
    .guide-topic-header-container
    .list-group-checks
    .list-group-item,
.wrapper-guide
    .guide-topic-header-container
    .list-group-checks
    .list-group-item:hover {
    background: #1b1b22;
    border-color: #383847;
}
.wrapper-guide .guide-trend {
    margin-right: 30px;
    margin-bottom: 0px;
}
.wrapper-guide .guide-trend img {
    height: 558px;
}
@media (max-width: 767.98px) {
    .wrapper-guide .guide-trend .grid-card {
        height: 400px;
        border-radius: 16px !important;
        padding: 32px 24px !important;
    }
}
.wrapper-guide .guide-topic-header {
    overflow-x: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.wrapper-guide .guide-topic-boxes-card:hover {
    background-color: #000 !important;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}
.wrapper-guide
    .guide-topic-boxes-card:hover
    .guide-topic-boxes-card-title:hover {
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#ffffff),
        color-stop(#20dac3),
        color-stop(#ff0076),
        to(#ffffff)
    );
    background-image: linear-gradient(
        to right,
        #ffffff,
        #20dac3,
        #ff0076,
        #ffffff
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.wrapper-guide .guide-help {
    width: 1128px;
    margin: auto;
}
@media (max-width: 767.98px) {
    .wrapper-guide .guide-help {
        width: 100%;
    }
}
.wrapper-guide .guide-news-trends .guide-card {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media (max-width: 767.98px) {
    .wrapper-guide .guide-trend {
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .wrapper-guide .guide-trend img {
        height: 558px;
    }
    .wrapper-guide .page-content {
        margin-top: 72px;
    }
    .wrapper-guide .page-content .tab-content .ecosystem-content {
        margin-top: 24px !important;
    }
    .wrapper-guide .page-content .tab-content .ecosystem-content.mt-0 {
        margin-top: 0 !important;
    }
    .wrapper-guide .page-content .tab-content .show-all-button {
        margin-top: 24px !important;
        margin-bottom: 0 !important;
    }
    .wrapper-guide
        .page-content
        .guide-topic-wrapper
        .guide-topic-header-container {
        padding-top: 64px !important;
    }
    .wrapper-guide .page-content .guide-news-trends {
        margin-top: 64px !important;
    }
}
@media (max-width: 767.98px) {
    .ecosystem-content .guide-topic-boxes-item {
        width: 100%;
    }
}
.theme-light .wrapper-guide .page-top h1,
.theme-light .wrapper-guide .page-top .h1 {
    background: linear-gradient(242.98deg, #4e001b 15.56%, #8d0031 137.03%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0);
}
.theme-light .wrapper-guide .page-top p {
    color: #121216 !important;
}
.wrapper-guide.documents .tab-menu-wrapper .deposit-tabs,
.wrapper.news-v2 .tab-menu-wrapper .deposit-tabs {
    min-width: 420px;
}
@media only screen and (max-width: 768px) {
    .wrapper-guide.documents .tab-menu-wrapper .deposit-tabs,
    .wrapper.news-v2 .tab-menu-wrapper .deposit-tabs {
        min-width: initial;
    }
    .wrapper-guide.documents
        .tab-menu-wrapper
        .deposit-tabs.nav-pills
        .nav-item
        .nav-link,
    .wrapper.news-v2
        .tab-menu-wrapper
        .deposit-tabs.nav-pills
        .nav-item
        .nav-link {
        height: auto;
    }
}
.wrapper-guide.documents .document-card-item-border,
.wrapper.news-v2 .document-card-item-border {
    background: #0c0c0f;
    border: 1px solid #383847;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.wrapper-guide.documents .document-card-item-border:hover,
.wrapper.news-v2 .document-card-item-border:hover {
    background: #121216;
    border: 1px solid #383847;
}
.wrapper-guide.documents
    .document-card-item-border:hover:not(:has(.highlight))
    .guide-topic-boxes-item-title,
.wrapper.news-v2
    .document-card-item-border:hover:not(:has(.highlight))
    .guide-topic-boxes-item-title {
    background: #121216;
    background: linear-gradient(65.96deg, #af70ff 13.8%, #ff54a6 69.54%),
        linear-gradient(206.4deg, #ff0076 -36.02%, #ffb6d8 95.43%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0);
}
.wrapper-guide.documents .ecosystem-card-container,
.wrapper.news-v2 .ecosystem-card-container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}
@media (max-width: 767.98px) {
    .wrapper-guide.documents .ecosystem-card-container,
    .wrapper.news-v2 .ecosystem-card-container {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 16px;
    }
}
.wrapper-guide.documents .ecosystem-card-container .guide-topic-boxes-item,
.wrapper.news-v2 .ecosystem-card-container .guide-topic-boxes-item {
    width: auto !important;
    margin-bottom: 0 !important;
}
.ecosystem-content-v2 .ecosystem-content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}
@media (max-width: 767.98px) {
    .ecosystem-content-v2 .ecosystem-content {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 16px;
    }
}
.ecosystem-content-v2 .ecosystem-content .guide-topic-boxes-item {
    width: auto !important;
    margin-bottom: 0 !important;
}
.guide-topic-boxes-item-desc-v2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.064px;
    color: #838391;
    margin-bottom: 28px;
    height: 48px;
}
@media (max-width: 767.98px) {
    .guide-topic-boxes-item-desc-v2 {
        height: auto;
        margin-bottom: 16px;
        font-size: 14px;
        letter-spacing: -0.042px;
    }
}
.wrapper-blog a {
    text-decoration: none;
}
.wrapper-blog a:hover {
    color: #fff;
}
.wrapper-blog.blog-index .page-banner {
    height: 0;
}
@media (max-width: 767.98px) {
    .wrapper-blog.blog-index .page-banner {
        min-height: 0;
        padding-bottom: 0;
    }
}
.wrapper-blog .blog-banner .page-top {
    margin-bottom: 96px;
}
@media (max-width: 767.98px) {
    .wrapper-blog .blog-banner .page-top {
        margin-bottom: 48px;
    }
}
.wrapper-blog .avatar {
    width: 40px;
    height: 40px;
}
.wrapper-blog .blog-topic-boxes-item:hover {
    background-color: #000 !important;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}
.wrapper-blog .blog-topic-boxes-item:hover .blog-topic-boxes-item-title {
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#ffffff),
        color-stop(#20dac3),
        color-stop(#ff0076),
        to(#ffffff)
    );
    background-image: linear-gradient(
        to right,
        #ffffff,
        #20dac3,
        #ff0076,
        #ffffff
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.wrapper-blog .blog-explore {
    height: 540px;
    width: 100%;
}
.wrapper-blog .blog-banner-card {
    background-image: url("/assets/img/blog/blog-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
@media (max-width: 767.98px) {
    .wrapper-blog .blog-banner-card {
        text-align: center;
    }
}
.wrapper-blog .blog-banner-card .scaled-avatars img {
    max-width: 100%;
}
.wrapper-blog .blog-topic-boxes-card {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    overflow: hidden;
    width: calc(50% - 12px);
}
@media (max-width: 767.98px) {
    .wrapper-blog .blog-topic-boxes-card {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .wrapper-blog .blog-topic-boxes-card .blog-topic-boxes-item-desc {
        height: 78.38px;
    }
    .wrapper-blog .blog-topic-boxes-card .blog-topic-boxes-item-img {
        height: 262.34px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
@media (max-width: 767.98px) {
    .wrapper-blog .blog-explore {
        height: 317px;
        width: 100%;
    }
}
.wrapper-blog .blog-swiper-container {
    position: relative;
}
.wrapper-blog .blog-swiper-container .blog-swiper-bg {
    position: absolute;
    left: -50%;
    top: -50%;
    width: 200%;
    z-index: -1;
    height: 200%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.wrapper-blog .blog-swiper-container .blog-swiper {
    padding-top: 105px;
    height: 661px;
    overflow: hidden;
}
.wrapper-blog .blog-swiper-container .blog-swiper .blog-slide-item {
    position: relative;
    height: 556px;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
}
.wrapper-blog .blog-swiper-container .blog-swiper .blog-slide-item::after {
    content: "";
    position: absolute;
    background: radial-gradient(
            58.42% 240.46% at 75.75% 47.57%,
            rgba(0, 0, 0, 0) 0%,
            rgba(13, 13, 14, 0.8) 100%
        ),
        -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
    background: radial-gradient(
            58.42% 240.46% at 75.75% 47.57%,
            rgba(0, 0, 0, 0) 0%,
            rgba(13, 13, 14, 0.8) 100%
        ),
        linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.wrapper-blog
    .blog-swiper-container
    .blog-swiper
    .blog-slide-item
    .slide-content {
    z-index: 1;
}
.wrapper-blog
    .blog-swiper-container
    .blog-swiper
    .blog-slide-item
    .slide-content
    .desc
    .title,
.wrapper-blog
    .blog-swiper-container
    .blog-swiper
    .blog-slide-item
    .slide-content
    .desc
    p {
    max-width: 360px;
}
@media (max-width: 767.98px) {
    .wrapper-blog
        .blog-swiper-container
        .blog-swiper
        .blog-slide-item
        .slide-content
        .desc
        p {
        display: none;
    }
}
.wrapper-blog
    .blog-swiper-container
    .blog-swiper
    .blog-slide-item
    .slide-content
    .desc
    .date {
    color: #dad9dd;
}
.wrapper-blog .blog-swiper-container .blog-swiper .blog-slide-item .slide-img {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.wrapper-blog
    .blog-swiper-container
    .blog-swiper
    .blog-slide-item
    .slide-img.with-blur {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}
.wrapper-blog .blog-swiper-container .swiper-pagination {
    right: auto;
    bottom: 40px;
    top: auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: calc(50% - 29px);
    background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767.98px) {
    .wrapper-blog .blog-swiper-container .swiper-pagination {
        display: none;
    }
}
.wrapper-blog
    .blog-swiper-container
    .swiper-pagination
    .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 8px;
    margin: 0;
    opacity: 1;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.wrapper-blog
    .blog-swiper-container
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 26px;
    background: radial-gradient(
                53.37% 50.44% at 110.71% 54.83%,
                #ffffff 0%,
                rgba(255, 255, 255, 0) 100%
            )
            radial-gradient(
                50.39% 56.1% at 52.38% 46.5%,
                #ffffff 0%,
                rgba(255, 255, 255, 0) 100%
            ),
        linear-gradient(152.66deg, #ffb2b5 -5%, rgba(255, 255, 255, 0) 53.64%),
        linear-gradient(206.3deg, #6b04ff -79.24%, #ffffff 58.77%);
}
.wrapper-blog
    .blog-swiper-container
    .swiper-pagination
    .swiper-pagination-bullet:not(:last-child) {
    margin-right: 8px;
}
@media (max-width: 767.98px) {
    .wrapper-blog .blog-swiper-container {
        margin-top: 32px;
    }
    .wrapper-blog .blog-swiper-container .blog-swiper {
        padding-top: 53px;
        height: 333px;
    }
    .wrapper-blog .blog-swiper-container .blog-swiper .blog-slide-item {
        height: 280px;
        border-radius: 16px;
    }
    .wrapper-blog
        .blog-swiper-container
        .blog-swiper
        .blog-slide-item
        .slide-content {
        padding: 24px 20px !important;
        height: 100%;
        opacity: 1;
        -webkit-transition: opacity 0.1s;
        transition: opacity 0.1s;
    }
    .wrapper-blog
        .blog-swiper-container
        .blog-swiper
        .blog-slide-item
        .slide-content
        > .desc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
    }
    .wrapper-blog
        .blog-swiper-container
        .blog-swiper
        .blog-slide-item
        .slide-content
        > .desc
        .date {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .wrapper-blog
        .blog-swiper-container
        .blog-swiper
        .blog-slide-item
        .slide-content
        > .desc
        .title {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-bottom: 12px !important;
    }
    .wrapper-blog .blog-swiper-container .blog-swiper .blog-slide-item::after {
        content: "";
        position: absolute;
        background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0)),
            to(rgba(0, 0, 0, 0.7))
        );
        background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.7) 100%
        );
        bottom: 0;
        left: 0;
        right: 0;
        height: 157px;
    }
    .wrapper-blog
        .blog-swiper-container
        .blog-swiper:not(.swiper-slide-active)
        .slide-content {
        opacity: 0;
    }
    .wrapper-blog
        .blog-swiper-container
        .blog-swiper
        .swiper-slide-active
        .slide-content {
        opacity: 1;
    }
}
.wrapper-blog .blog-swiper-bg {
    -webkit-filter: blur(118px);
    filter: blur(118px);
    opacity: 0.3;
}
.theme-light .wrapper-blog .blog-banner .page-top p {
    color: #383847 !important;
}
.theme-light .wrapper-blog .blog-swiper-container .slide-content .tag {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.theme-light .wrapper-blog .blog-swiper-container .slide-content .tag a {
    color: #fff;
}
.theme-light .wrapper-blog .blog-swiper-container .slide-content .date {
    color: #e3e3e8;
}
.theme-light .wrapper-blog .blog-swiper-container .slide-content .title a {
    color: #fff;
}
.theme-light .wrapper-blog .blog-swiper-container .slide-content .desc {
    color: #fff;
}
.theme-light .wrapper-blog .blog-swiper-container .slide-content .see-more-btn {
    border: 1px solid #6b04ff;
    background: #6b04ff;
    -webkit-box-shadow: 0px 0.945055px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0.945055px 0px rgba(0, 0, 0, 0.1);
}
.theme-light
    .wrapper-blog
    .blog-swiper-container
    .slide-content
    .see-more-btn:hover {
    border: 1px solid #fff;
}
.theme-light .wrapper-blog .blog-explore .title {
    color: #fff;
}
.theme-light .wrapper-blog .blog-explore .desc {
    color: #fff;
}
.wrapper-blog-see-more .container {
    max-width: 1128px;
}
.wrapper-blog-see-more .page-banner {
    height: auto;
    min-height: auto;
}
.wrapper-blog-see-more .avatar {
    width: 40px;
    height: 40px;
}
.wrapper-blog-see-more .input-search {
    width: 50%;
}
.wrapper-blog-see-more .blog-topic-boxes-item {
    width: 49%;
    margin-bottom: 10px;
}
.wrapper-blog-see-more .blog-topic-boxes-item:hover {
    background-color: #000 !important;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}
.wrapper-blog-see-more
    .blog-topic-boxes-item:hover
    .blog-topic-boxes-item-title {
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#ffffff),
        color-stop(#20dac3),
        color-stop(#ff0076),
        to(#ffffff)
    );
    background-image: linear-gradient(
        to right,
        #ffffff,
        #20dac3,
        #ff0076,
        #ffffff
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767.98px) {
    .wrapper-blog-see-more .input-search {
        width: 100%;
        --bs-bg-opacity: 1;
        background-color: #28262a !important;
    }
    .wrapper-blog-see-more .input-search input {
        --bs-bg-opacity: 1;
        background-color: #28262a !important;
    }
    .wrapper-blog-see-more .page-banner .container {
        padding-bottom: 0 !important;
    }
    .wrapper-blog-see-more .blog-topic-boxes-item {
        width: 100%;
        margin-bottom: 15px;
    }
}
.wrapper-blog-see-more a {
    text-decoration: none;
}
.wrapper-blog-see-more a:hover {
    color: #fff;
}
.wrapper-blog-see-more .container {
    max-width: 1128px;
}
.wrapper-blog-see-more .page-banner {
    height: auto;
    min-height: auto;
}
.wrapper-blog-see-more .avatar {
    width: 40px;
    height: 40px;
}
.wrapper-blog-see-more .input-search {
    width: 50%;
}
.wrapper-blog-see-more .blog-topic-boxes-item {
    width: 49%;
    margin-bottom: 10px;
}
.wrapper-blog-see-more .blog-topic-boxes-item:hover {
    background-color: #000 !important;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}
.wrapper-blog-see-more
    .blog-topic-boxes-item:hover
    .blog-topic-boxes-item-title {
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#ffffff),
        color-stop(#20dac3),
        color-stop(#ff0076),
        to(#ffffff)
    );
    background-image: linear-gradient(
        to right,
        #ffffff,
        #20dac3,
        #ff0076,
        #ffffff
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.wrapper-blog-see-more .blog-editor-card {
    -webkit-box-shadow: 2px 15px 48px rgba(0, 0, 0, 0.8);
    box-shadow: 2px 15px 48px rgba(0, 0, 0, 0.8);
    padding: 1px;
    margin-bottom: 48px;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#28262a),
        color-stop(#28262a),
        color-stop(#664b4c),
        to(#28262a)
    );
    background: linear-gradient(to right, #28262a, #28262a, #664b4c, #28262a);
}
.wrapper-blog-see-more .blog-editor-card-content {
    background: #0d0d0e;
}
.wrapper-blog-see-more .blog-editor-card-content .avatar {
    width: 72px;
    height: 72px;
}
@media (max-width: 767.98px) {
    .wrapper-blog-see-more .input-search {
        width: 100% !important;
        --bs-bg-opacity: 1;
        background-color: #28262a !important;
    }
    .wrapper-blog-see-more .input-search input {
        --bs-bg-opacity: 1;
        background-color: #28262a !important;
    }
    .wrapper-blog-see-more .page-banner .container,
    .wrapper-blog-see-more .has-search {
        padding-bottom: 0 !important;
    }
    .wrapper-blog-see-more .blog-editor-card {
        margin-bottom: 32px;
    }
    .wrapper-blog-see-more .blog-topic-boxes-item {
        width: 100%;
        margin-bottom: 15px;
    }
    .wrapper-blog-see-more .blog-topic-boxes-item-title {
        font-size: 24px;
    }
}
.wrapper-advanced a {
    text-decoration: none;
}
.wrapper-advanced a:hover {
    color: #fff;
}
.wrapper-advanced .page-banner {
    height: 350px !important;
}
.wrapper-advanced .avatar img {
    width: 40px;
    height: 40px;
}
.wrapper-advanced .card-page-share a {
    width: 24px !important;
    height: 24px;
    border-radius: 4px !important;
}
.wrapper-advanced .card-page-share a i {
    font-size: 12px;
}
.wrapper-advanced .advanced-btn {
    border: 1px solid rgba(0, 0, 0, 0);
    background: -webkit-gradient(
            linear,
            left top,
            right top,
            from(#1a191c),
            to(#1a191c)
        ),
        -webkit-gradient(linear, left top, right top, from(#ff54a6), to(#be6cf0));
    background: linear-gradient(to right, #1a191c, #1a191c),
        linear-gradient(to right, #ff54a6, #be6cf0);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
}
@media (max-width: 767.98px) {
    .wrapper-advanced .advanced-card-title {
        font-size: 24px;
    }
}
.wrapper-exchange .page-banner {
    padding: 0;
    min-height: 1150px;
    background-size: 85% auto;
    background-position: right;
}
@media (max-width: 991.98px) {
    .wrapper-exchange .page-banner {
        min-height: 850px;
    }
}
@media (max-width: 767.98px) {
    .wrapper-exchange .page-banner {
        background-size: 120%;
        background-position: left;
        min-height: 600px;
    }
    .wrapper-exchange .page-banner.has-search {
        padding-bottom: 0;
    }
}
.wrapper-exchange .page-banner .banner {
    padding-bottom: 500px;
}
@media (max-width: 767.98px) {
    .wrapper-exchange .page-banner .banner {
        margin-top: 40px;
        padding-bottom: 0;
    }
}
.wrapper-exchange .page-content {
    margin-top: 0;
}
@media (max-width: 767.98px) {
    .wrapper-exchange .page-content {
        padding-bottom: 0;
        padding-top: 0;
        margin-top: 0;
    }
}
.wrapper-exchange .ex-percent {
    position: absolute;
    left: 57%;
    right: 0;
    width: 150px;
    top: 31% !important;
    z-index: 1;
}
@media (max-width: 767.98px) {
    .wrapper-exchange .ex-percent {
        width: 100px;
        top: 33% !important;
        left: 67%;
    }
}
@media screen and (max-width: 375px) {
    .wrapper-exchange .ex-percent {
        width: 100px;
        top: 44% !important;
        left: 67%;
    }
}
.wrapper-exchange .exchange-banner {
    right: 0;
    padding-top: 150px;
}
.wrapper-exchange .exchange-animation {
    position: relative;
    width: 100%;
    max-width: 1106px;
    font-size: 16px;
    margin: 0 auto;
}
@media (max-width: 1199.98px) {
    .wrapper-exchange .exchange-animation {
        font-size: 0.94vw;
    }
}
.wrapper-exchange .exchange-animation .label {
    position: absolute;
}
.wrapper-exchange .exchange-animation .label img {
    width: 100%;
}
.wrapper-exchange .exchange-animation .label.label-1 {
    width: 17.875em;
    left: 0;
    top: 50%;
}
.wrapper-exchange .exchange-animation .label.label-2 {
    width: 13.6875em;
    right: 0;
    top: 30%;
}
.wrapper-exchange .exchange-animation .label.label-3 {
    width: 20.0625em;
    left: 30%;
    top: 70%;
}
@media (max-width: 767.98px) {
    .wrapper-exchange .coming {
        overflow: hidden;
        position: relative;
    }
}
.wrapper-exchange .coming-title {
    padding-top: 190px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (max-width: 1399.98px) {
    .wrapper-exchange .coming-title {
        padding-top: 135px;
    }
}
@media (max-width: 1199.98px) {
    .wrapper-exchange .coming-title {
        padding-top: 115px;
    }
}
@media (max-width: 767.98px) {
    .wrapper-exchange .coming-title {
        padding-top: 48px;
    }
}
.wrapper-exchange .coming-bg {
    position: absolute;
    text-align: justify;
    font-size: 13vw;
    width: 104%;
    font-weight: 700;
    background: -webkit-linear-gradient(
        -86deg,
        #959393 5%,
        #2e2e2e 53%,
        #959393 91%
    );
    -webkit-background-clip: text;
    -webkit-text-stroke: 6px rgba(0, 0, 0, 0);
    color: #0a0b0b;
    opacity: 0.2;
    margin-left: -30px;
    overflow: hidden;
}
.wrapper-exchange .coming-bg:after {
    content: "";
    display: inline-block;
    width: 100%;
}
@media (max-width: 767.98px) {
    .wrapper-exchange .coming-bg {
        -webkit-text-stroke: 3px rgba(0, 0, 0, 0);
        margin-left: 0;
    }
}
.wrapper-exchange .develop {
    position: relative;
    margin-bottom: 100px;
}
@media (max-width: 767.98px) {
    .wrapper-exchange .develop {
        margin-bottom: 80px;
    }
}
.wrapper-exchange .develop-card {
    padding: 60px 100px;
    position: relative;
    z-index: 1;
}
@media (max-width: 767.98px) {
    .wrapper-exchange .develop-card {
        padding: 32px 32px;
        overflow: hidden;
    }
}
@media (max-width: 767.98px) {
    .wrapper-exchange .develop-card-title {
        font-size: 20px;
    }
}
@media (max-width: 767.98px) {
    .wrapper-exchange .develop-card button {
        font-size: 13px;
        border-radius: 8px;
    }
}
.wrapper-exchange .develop-card img {
    position: relative;
    width: 100%;
}
@media (max-width: 767.98px) {
    .wrapper-exchange .develop-card img {
        width: 140%;
        margin-left: -20%;
    }
}
.wrapper-exchange .develop-shadow {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.wrapper-exchange .signin {
    position: relative;
    margin-bottom: 100px;
}
@media (max-width: 767.98px) {
    .wrapper-exchange .signin {
        margin-bottom: 80px;
    }
}
.wrapper-exchange .signin-card {
    padding: 160px 0 167px 131px;
    position: relative;
    z-index: 1;
}
@media (max-width: 767.98px) {
    .wrapper-exchange .signin-card {
        padding: 44px 24px;
        background-position: 40% center;
    }
}
.wrapper-exchange .signin-card-text {
    max-width: 300px;
}
@media (max-width: 767.98px) {
    .wrapper-exchange .signin-card p {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.5);
    }
}
@media (max-width: 767.98px) {
    .wrapper-exchange .signin-card button {
        font-size: 13px;
        height: 40px;
        padding: 12px 8px;
        border-radius: 8px;
    }
}
.wrapper-exchange .signin-card .border-gradient {
    background: -moz-linear-gradient(
        center bottom,
        rgb(14, 173, 173) 33%,
        rgb(0, 255, 255) 67%
    );
    padding: 2px;
}
.wrapper-exchange .meta-cards-item {
    height: 588px;
}
@media (max-width: 767.98px) {
    .wrapper-exchange .meta-cards-item {
        height: 300px;
        background-position: center !important;
    }
    .wrapper-exchange .meta-cards-item-description {
        color: #85828a;
        font-size: 14px;
    }
}
.wrapper-exchange .meta-tools-item {
    overflow: hidden;
}
@media (max-width: 767.98px) {
    .wrapper-exchange .meta-tools-item {
        background-position: center !important;
    }
}
.wrapper-exchange .meta-tools-item img {
    width: 95% !important;
}
.wrapper-exchange .meta-tools-item .meta-cards-item-description {
    color: rgba(255, 255, 255, 0.4);
    height: 75.56px;
}
@media (max-width: 767.98px) {
    .wrapper-exchange .meta-tools-item .meta-cards-item-description {
        height: 58.78px;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.4px;
        color: #85828a;
    }
}
.wrapper-exchange .exchange-tools {
    margin-bottom: 100px;
}
@media (max-width: 767.98px) {
    .wrapper-exchange .exchange-tools {
        margin-bottom: 24px;
    }
}
.wrapper-exchange .exchange-tools-content {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
@media (max-width: 767.98px) {
    .wrapper-exchange .exchange-tools-content {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}
.wrapper-exchange .exchange-tools-title {
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    text-shadow: 0px 5px 11px rgba(0, 0, 0, 0.4);
}
.wrapper-exchange .exchange-btn {
    border: 1px solid rgba(0, 0, 0, 0);
    background: -webkit-gradient(
            linear,
            left top,
            right top,
            from(#1a191c),
            to(#1a191c)
        ),
        -webkit-gradient(linear, left top, right top, from(#ff54a6), to(#be6cf0));
    background: linear-gradient(to right, #1a191c, #1a191c),
        linear-gradient(to right, #ff54a6, #be6cf0);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
}
.wrapper-404 .page-banner {
    width: 100%;
    height: 100vh;
    padding: 0 !important;
}
.not-found {
    height: 100%;
}
.not-found .img-01,
.not-found .img-02 {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 30vh;
}
@media (max-width: 767.98px) {
    .not-found .img-01,
    .not-found .img-02 {
        height: 20vh;
    }
}
.page-content {
    padding-top: 96px;
    margin-top: 100px;
}
.page-top h1,
.page-top .h1 {
    font-size: 56px;
    line-height: 1.325;
    letter-spacing: -1.4px;
}
.page-banner {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 480px;
    padding: 128px 20px 0;
}
.page-banner.has-search {
    padding-bottom: 96px;
}
.page-banner.page-banner-bg-01 {
    background: radial-gradient(
            25.74% 89.73% at 72.32% 108.61%,
            rgba(255, 144, 109, 0.3) 0%,
            rgba(0, 0, 0, 0) 100%
        ),
        radial-gradient(
            38.6% 134.54% at 77.89% 8.4%,
            rgba(33, 172, 174, 0.5) 0%,
            rgba(33, 172, 174, 0) 100%
        ),
        radial-gradient(
            25.89% 90.25% at 18.1% 135.06%,
            #3f2d36 0%,
            rgba(68, 49, 58, 0) 100%
        ),
        #110a0d;
}
.page-banner.page-banner-bg-02 {
    background: radial-gradient(
            25.74% 89.73% at 72.32% 108.61%,
            rgba(255, 109, 249, 0.3) 0%,
            rgba(255, 109, 249, 0) 100%
        ),
        radial-gradient(
            38.6% 134.54% at 77.89% 8.4%,
            rgba(113, 165, 255, 0.5) 0%,
            rgba(113, 165, 255, 0) 100%
        ),
        radial-gradient(
            25.89% 90.25% at 18.1% 135.06%,
            #3f2d36 0%,
            rgba(68, 49, 58, 0) 100%
        ),
        #010017;
}
.page-banner.page-banner-bg-03 {
    background: radial-gradient(
            25.74% 89.73% at 72.32% 108.61%,
            rgba(125, 84, 214, 0.3) 0%,
            rgba(125, 84, 214, 0) 100%
        ),
        radial-gradient(
            25.89% 90.25% at 18.1% 135.06%,
            rgba(125, 84, 214, 0.5) 0%,
            rgba(125, 84, 214, 0) 100%
        ),
        #0b090d;
}
.page-banner.page-banner-bg-04 {
    background: radial-gradient(
            34.17% 119.9% at 77.89% 0%,
            rgba(109, 255, 211, 0.3) 0%,
            rgba(109, 255, 211, 0) 100%
        ),
        radial-gradient(
            46.18% 161.62% at 18.1% 135.06%,
            rgba(193, 26, 66, 0.4) 0%,
            rgba(138, 22, 57, 0) 100%
        ),
        #010017;
}
.page-banner.page-banner-bg-05 {
    background: radial-gradient(
            38.6% 134.54% at 77.89% 8.4%,
            rgba(109, 255, 211, 0.3) 0%,
            rgba(109, 255, 211, 0) 100%
        ),
        radial-gradient(
            25.89% 90.25% at 18.1% 135.06%,
            rgba(109, 255, 211, 0.2) 0%,
            rgba(109, 255, 211, 0) 100%
        ),
        #010017;
}
.page-banner.page-banner-bg-06 {
    background: radial-gradient(
            38.96% 139.21% at 103.3% 134.08%,
            #7d3c7e 0%,
            rgba(125, 60, 126, 0) 100%
        ),
        radial-gradient(
            115.82% 281.13% at 23.57% 191.13%,
            rgba(255, 0, 118, 0.5) 0%,
            rgba(0, 0, 0, 0) 100%
        ),
        radial-gradient(
            35.12% 117.18% at 45.51% 113.31%,
            rgba(255, 141, 114, 0.5) 0%,
            rgba(0, 0, 0, 0) 100%
        ),
        radial-gradient(
            258.78% 642.31% at -135.83% -173.74%,
            rgba(39, 196, 200, 0.5) 0%,
            rgba(0, 0, 0, 0) 100%
        ),
        #000;
}
.page-menu {
    width: 168px;
}
.page-menu ul {
    list-style: disc;
    padding-left: 32px;
}
.page-menu ul li {
    margin-bottom: 8px;
}
.page-menu ul li::marker {
    color: #85828a;
}
.page-menu ul li a {
    display: block;
    color: #85828a;
    font-size: 16px;
    line-height: 1.25;
    text-decoration: none;
}
.page-menu ul li.active a {
    color: #ff68ab;
}
.page-menu ul li.active::marker {
    color: #ff68ab;
}
.page-menu ul li:hover::marker {
    color: #fff;
}
.page-menu ul li:hover a {
    color: #fff;
}
.page-menu ~ .page-center {
    max-width: 744px;
}
.page-text img {
    max-width: 100%;
    border-radius: 24px;
    margin-bottom: 44px;
}
.page-text .row {
    margin: 0 -8px;
}
.page-text .row .col {
    padding: 0 8px;
}
.page-text .row .col img {
    border-radius: 8px;
    margin-bottom: 16px;
}
.page-text .row .col:last-child img {
    margin-bottom: 44px;
}
.page-text .it-is-all-about {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.8px;
}
.page-right {
    width: 72px;
}
.page-share a {
    width: 40px !important;
    height: 40px;
}
.page-share a i {
    font-size: 16px;
}
.page-share a:hover {
    background-color: var(--bs-gray--6) !important;
}
.page-save .btn {
    width: 40px !important;
}
.page-save .btn i {
    font-size: 16px;
}
@media (max-width: 767.98px) {
    .page-banner {
        height: auto;
        min-height: 300px;
        padding-left: 0;
        padding-right: 0;
    }
    .page-top h1,
    .page-top .h1 {
        font-size: 32px;
        letter-spacing: -0.6px;
    }
    .page-banner .breadcrumb {
        position: static !important;
    }
    .page-content {
        margin-top: 50px;
    }
}
.page-content-02 {
    padding-top: 248px;
}
@media (max-width: 767.98px) {
    .page-content-02 {
        padding-top: 144px;
    }
}
.page-content-02 .page-title-desc {
    height: 400px;
}
.page-content-02 .page-title-desc h1,
.page-content-02 .page-title-desc .h1 {
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -1.8px;
}
.page-content-02 .page-title-desc p {
    width: 720px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 48px;
}
@media (max-width: 767.98px) {
    .page-content-02 .page-title-desc {
        height: auto;
        margin-bottom: 48px;
    }
    .page-content-02 .page-title-desc h1,
    .page-content-02 .page-title-desc .h1 {
        font-size: 40px;
        line-height: 48px;
        letter-spacing: -1px;
    }
}
.page-content-02 .careers-boxes > .col > .gradient-border {
    position: relative;
    z-index: 1;
    border-radius: 24px;
    height: 100%;
}
.page-content-02 .careers-boxes > .col > .gradient-border > div {
    background: #1a191c;
    border-radius: 24px;
    height: 100%;
    padding: 72px 40px;
}
@media (max-width: 991.98px) {
    .page-content-02 .careers-boxes > .col > .gradient-border > div {
        padding: 48px 20px;
    }
}
@media (max-width: 767.98px) {
    .page-content-02 .careers-boxes > .col > .gradient-border > div {
        padding: 16px;
    }
}
.page-content-02
    .careers-boxes
    > .col
    > .gradient-border
    > div
    .career-box-icon
    img {
    width: 140px;
    height: 140px;
}
@media (max-width: 767.98px) {
    .page-content-02
        .careers-boxes
        > .col
        > .gradient-border
        > div
        .career-box-icon
        img {
        width: 100px;
        height: 100px;
    }
}
.page-content-02
    .careers-boxes
    > .col
    > .gradient-border
    > div
    .title.contact-title {
    height: auto;
}
@media (min-width: 768px) {
    .page-content-02 .careers-boxes > .col > .gradient-border > div .desc {
        height: 67.17px;
    }
}
.page-content-02 .careers-boxes > .col > .gradient-border:before,
.page-content-02 .careers-boxes > .col > .gradient-border:after {
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: calc(100% + 2px);
    height: 100%;
    border-radius: 24px;
}
.page-content-02 .careers-boxes > .col > .gradient-border:before {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgb(160, 116, 123)),
        to(rgb(84, 47, 116))
    );
    background: linear-gradient(
        90deg,
        rgb(160, 116, 123) 0%,
        rgb(84, 47, 116) 100%
    );
    z-index: -2;
}
.page-content-02 .careers-boxes > .col > .gradient-border:after {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(2, 0, 36, 0)),
        color-stop(50%, rgba(21, 19, 39, 0.5)),
        to(rgb(40, 38, 42))
    );
    background: linear-gradient(
        180deg,
        rgba(2, 0, 36, 0) 0%,
        rgba(21, 19, 39, 0.5) 50%,
        rgb(40, 38, 42) 100%
    );
    z-index: -1;
    top: auto;
    bottom: -1px;
}
.page-content-02 .info-boxes.v2 {
    position: relative;
}
.page-content-02 .info-boxes.v2 .banner-bg-right-top {
    position: absolute;
    right: -400px;
    top: -824px;
    z-index: -99;
    width: 1100px;
    height: auto;
    max-width: 100%;
}
.page-content-02 .info-boxes.v2 .banner-bg-right-top.contact {
    right: -600px;
}
@media screen and (max-width: 1599px) {
    .page-content-02 .info-boxes.v2 .banner-bg-right-top {
        right: auto;
        left: 64%;
    }
}
@media (max-width: 1199.98px) {
    .page-content-02 .info-boxes.v2 .banner-bg-right-top {
        top: -100px;
    }
}
@media (max-width: 991.98px) {
    .page-content-02 .info-boxes.v2 .banner-bg-right-top {
        top: -200px;
    }
}
@media (max-width: 767.98px) {
    .page-content-02 .info-boxes.v2 .banner-bg-right-top {
        top: -160px;
        right: auto;
        left: 60%;
    }
}
.page-content-03 {
    padding-top: 136px;
}
.guide-topic-boxes-item {
    margin-bottom: 0 !important;
    cursor: pointer;
    height: auto;
}
.guide-topic-boxes-item-desc {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.064px;
    color: #acacb9;
}
@media (max-width: 767.98px) {
    .guide-topic-boxes-item-desc {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: -0.042px;
    }
}
.guide-topic-boxes-item .tag {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    padding: 4px 6px;
}
@media (min-width: 768px) {
    .guide-topic-boxes-item-title {
        height: 80px;
    }
    .guide-topic-boxes-item-title.c-h-64 {
        height: 64px;
    }
    .guide-topic-boxes-item-desc {
        height: 48px;
    }
}
@media (max-width: 991.98px) {
    .guide-topic-boxes-item {
        width: calc(50% - 12px);
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
    .guide-topic-boxes-item.swiper-slide {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
}
@media (max-width: 767.98px) {
    .guide-topic-boxes-item {
        width: 100%;
        margin-bottom: 16px !important;
    }
    .guide-topic-boxes-item.swiper-slide {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 80%;
        flex: 1 0 80%;
    }
}
.guide-topic-boxes-item .guide-topic-boxes-item-title {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.6px;
}
@media (min-width: 768px) {
    .guide-topic-boxes-item .guide-topic-boxes-item-title {
        height: 64px;
    }
}
@media (max-width: 767.98px) {
    .guide-topic-boxes-item .guide-topic-boxes-item-title {
        font-weight: 500;
        font-size: 20px;
    }
}
.bg-quide-topic .guide-topic-boxes-item {
    background: #0c0c0f;
    border: 1px solid #383847;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
    width: calc(33.33% - 16px);
}
@media (max-width: 991.98px) {
    .bg-quide-topic .guide-topic-boxes-item {
        width: calc(50% - 12px);
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
}
@media (max-width: 767.98px) {
    .bg-quide-topic .guide-topic-boxes-item {
        width: 100%;
        margin-bottom: 16px !important;
    }
}
.bg-quide-topic
    .guide-topic-boxes-item:hover:not(:has(.highlight))
    .guide-topic-boxes-item-title {
    background: #121216;
    background: linear-gradient(65.96deg, #af70ff 13.8%, #ff54a6 69.54%),
        linear-gradient(206.4deg, #ff0076 -36.02%, #ffb6d8 95.43%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0);
}
.highlight {
    background-color: #ff0076;
}
.input-search-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
@media (max-width: 767.98px) {
    .input-search-02 {
        width: 100%;
    }
}
.input-search-02 .search-icon {
    position: absolute;
    left: 12px;
    font-size: 24px;
}
.input-search-02 input {
    padding-left: 40px;
}
.input-search-02 input::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.4px;
    color: #78757d;
}
.input-search-02 input::-moz-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.4px;
    color: #78757d;
}
.input-search-02 input:-ms-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.4px;
    color: #78757d;
}
.input-search-02 input::-ms-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.4px;
    color: #78757d;
}
.input-search-02 input::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.4px;
    color: #78757d;
}
.input-search-02 button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.custom-form-01 label {
    font-size: 1rem;
}
.custom-form-01 .input-group-dropdown {
    background-color: #28262a;
    border-color: #504d54;
}
.custom-form-01 .input-group-dropdown:hover {
    border-color: #78757d;
}
.team-member .team-member-body {
    width: 360px;
    height: 360px;
    background: radial-gradient(
            67.72% 67.72% at 19.83% -2.5%,
            rgba(255, 255, 255, 0.1) 0%,
            rgba(0, 0, 0, 0) 100%,
            rgba(255, 255, 255, 0) 100%
        ),
        radial-gradient(
            101.65% 63.3% at 121.49% 83.91%,
            rgba(255, 90, 208, 0.1) 0%,
            rgba(0, 0, 0, 0) 100%
        ),
        #0d0d0e;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
}
@media (max-width: 575.98px) {
    .team-member .team-member-body {
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
    }
}
.team-member .team-member-body::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 205px;
    z-index: 2;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0)),
        color-stop(100.98%, #000000)
    );
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100.98%);
}
.team-member .team-member-body .team-member-description {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.064px;
    color: #babac4;
    z-index: -1;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    padding: 0 32px;
}
@media (max-width: 575.98px) {
    .team-member .team-member-body .team-member-description {
        display: none;
    }
}
.team-member .team-member-body .team-member-photo {
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.team-member .team-member-body .team-member-photo img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
}
.team-member .team-member-body:hover .team-member-description {
    z-index: 6;
    opacity: 1;
}
.team-member .name {
    z-index: 3;
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: -0.6px;
    color: #fff;
    padding: 0 40px;
}
.team-member .position {
    z-index: 3;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.6px;
    color: #a0a0ac;
    margin-bottom: 40px;
    padding: 0 50px;
}
.team-member .team-member-socials {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
}
@media (max-width: 767.98px) {
    .team-member .team-member-socials {
        margin-top: 16px;
    }
}
.team-member .team-member-socials a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px;
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #383847;
    border-radius: 8px;
}
.theme-light .page-content-02 .page-title-desc h1,
.theme-light .page-content-02 .page-title-desc .h1 {
    color: #0c0c0f !important;
}
.theme-light .page-content-02 .page-title-desc p {
    color: #838391 !important;
}
.theme-light .page-content-02 .page-title-desc a.text-white {
    color: #fff !important;
}
.theme-light .page-content-02 .careers-boxes > .col > .gradient-border::after,
.theme-light .page-content-02 .careers-boxes > .col > .gradient-border::before {
    display: none;
}
.theme-light .page-content-02 .careers-boxes > .col > .gradient-border > div {
    background: #fff;
    border: 1px solid #e3e3e8;
}
.theme-light
    .page-content-02
    .careers-boxes
    > .col
    > .gradient-border
    > div
    .title.contact-title {
    height: auto;
}
.theme-light .guide-topic-boxes-item {
    border: 1px solid #fff;
}
.theme-light .guide-topic-boxes-item a:hover {
    color: #000;
}
.theme-light .guide-topic-boxes-item .tag {
    color: #000;
    background-color: rgba(133, 55, 251, 0.1) !important;
    border: 1px solid rgba(133, 55, 251, 0.3);
    -webkit-box-shadow: 0px 2px 8px rgba(215, 215, 215, 0.25);
    box-shadow: 0px 2px 8px rgba(215, 215, 215, 0.25);
}
.theme-light .guide-topic-boxes-item .guide-topic-boxes-item-title a {
    color: #0c0c0f !important;
}
.theme-light .guide-topic-boxes-item .guide-topic-boxes-item-desc {
    color: #0c0c0f !important;
}
.theme-light .page-banner.page-banner-bg-01 {
    background: radial-gradient(
            142.26% 142.26% at 100% 100%,
            rgba(79, 105, 255, 0.2) 0%,
            rgba(255, 255, 255, 0) 100%
        ),
        radial-gradient(
            115.82% 281.13% at 23.57% 191.13%,
            rgba(255, 0, 118, 0.4) 0%,
            rgba(255, 237, 245, 0.4) 100%
        ),
        radial-gradient(
            35.12% 117.18% at 45.51% 113.31%,
            rgba(255, 141, 114, 0.4) 0%,
            rgba(255, 142, 115, 0.4) 0.01%,
            rgba(255, 255, 255, 0.4) 100%
        ),
        radial-gradient(
            258.78% 642.31% at -135.83% -173.74%,
            rgba(39, 196, 200, 0.3) 0%,
            rgba(255, 255, 255, 0.3) 100%
        );
}
.theme-light .page-banner.page-banner-bg-02 {
    background: radial-gradient(
            145.34% 145.34% at 85.89% -24.74%,
            rgba(97, 255, 141, 0.7) 0%,
            rgba(224, 227, 245, 0) 100%
        ),
        radial-gradient(
            200.45% 326.33% at 79.91% 222.63%,
            rgba(221, 194, 255, 0.3) 0%,
            rgba(241, 230, 255, 0.3) 100%
        ),
        radial-gradient(
            78.12% 256.24% at 86.96% 133.38%,
            rgba(255, 192, 236, 0.6) 0%,
            rgba(255, 220, 244, 0) 100%
        ),
        radial-gradient(
            258.78% 642.31% at -135.83% -173.74%,
            rgba(255, 137, 236, 0.5) 0%,
            rgba(255, 255, 255, 0) 100%
        ),
        linear-gradient(
            264.56deg,
            #dbc7ff 53.85%,
            rgba(202, 173, 255, 0.2) 175.6%
        );
}
.theme-light .page-search .page-search-inner {
    background-color: #fff !important;
    background: radial-gradient(
            550% 404.08% at 433.89% 132.5%,
            rgba(222, 76, 204, 0.6) 0%,
            rgba(215, 218, 238, 0) 100%
        ),
        #fff;
}
.theme-light .page-search .page-search-inner::after {
    background: radial-gradient(
            550% 404.08% at 433.89% 132.5%,
            rgba(121, 13, 248, 0.6) 0%,
            rgba(215, 218, 238, 0) 100%
        ),
        #f3e6f8;
    -webkit-box-shadow: 0px 11.7929px 3.93097px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 11.7929px 3.93097px rgba(0, 0, 0, 0.1);
}
.theme-light .page-search .page-search-inner::before {
    background: radial-gradient(
            550% 404.08% at 433.89% 132.5%,
            rgba(121, 13, 248, 0.6) 0%,
            rgba(215, 218, 238, 0) 100%
        ),
        #f9f3fb;
    -webkit-box-shadow: 0px 13.1897px 4.39655px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 13.1897px 4.39655px rgba(0, 0, 0, 0.1);
}
.theme-light .page-search .page-search-inner h2,
.theme-light .page-search .page-search-inner .h2 {
    color: #1b1b22 !important;
}
.theme-light .page-search .page-search-inner p {
    color: #383847;
}
.theme-light .bg-quide-topic .guide-topic-boxes-item {
    background-color: #fff;
    border: 1px solid #e3e3e8;
}
.theme-light .bg-quide-topic .guide-topic-boxes-item:hover {
    background-color: #fff !important;
}
.theme-light
    .bg-quide-topic
    .guide-topic-boxes-item:hover
    .guide-topic-boxes-item-title {
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#20dac3),
        color-stop(#20dac3),
        color-stop(#ff0076),
        to(#ff0076)
    );
    background-image: linear-gradient(
        to right,
        #20dac3,
        #20dac3,
        #ff0076,
        #ff0076
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.theme-light .custom-form-01 .submit-btn {
    color: #fff !important;
}
.theme-light .phone-dropdown-container .input-group-dropdown {
    background-color: rgba(255, 255, 255, 0.5) !important;
    border-color: 1px solid #e3e3e8 !important;
    border: 1px solid #e3e3e8;
}
.theme-light .phone-dropdown-container .input-group-dropdown:hover {
    border-color: #c2c0c6 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.theme-light
    .phone-dropdown-container
    .input-group-dropdown
    .dropdown-menu
    .input-search {
    background-color: #fff !important;
}
.info-boxes-v3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}
@media (max-width: 767.98px) {
    .info-boxes-v3 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 16px;
    }
}
.info-boxes-v3 .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    padding: 72px 0;
    height: 464px;
    background: radial-gradient(
            66.75% 185.25% at 131.77% -73.14%,
            rgba(85, 20, 233, 0.6) 0%,
            rgba(85, 20, 233, 0) 100%
        ),
        radial-gradient(
            92.25% 183.66% at 40.91% 250.22%,
            rgba(70, 33, 182, 0.6) 0%,
            rgba(70, 33, 182, 0) 100%
        ),
        radial-gradient(
            101.21% 229.53% at 112.78% 144.52%,
            #11082c 0%,
            rgba(17, 8, 44, 0) 100%
        ),
        #121216;
    border-radius: 24px;
}
@media (max-width: 991.98px) {
    .info-boxes-v3 .info-box {
        padding: 36px 0;
        height: 376px;
    }
}
@media (max-width: 767.98px) {
    .info-boxes-v3 .info-box {
        padding-top: 224px;
        height: auto;
    }
}
.info-boxes-v3 .info-box .img-container {
    position: absolute;
    top: 72px;
    text-align: center;
    width: 100%;
}
.info-boxes-v3 .info-box .img-container img {
    max-width: 100%;
    height: auto;
}
@media (max-width: 991.98px) {
    .info-boxes-v3 .info-box .img-container {
        top: 36px;
    }
}
@media (max-width: 767.98px) {
    .info-boxes-v3 .info-box .img-container {
        margin-bottom: 16px;
    }
}
.info-boxes-v3 .info-box .title {
    padding: 0 48px;
    height: 64px;
    z-index: 1;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.6px;
    text-align: start;
    color: #fff;
}
@media (max-width: 991.98px) {
    .info-boxes-v3 .info-box .title {
        padding: 0 32px;
    }
}
@media (max-width: 767.98px) {
    .info-boxes-v3 .info-box .title {
        height: auto;
        font-weight: 500;
        font-size: 20px;
        line-height: 32px;
        letter-spacing: -0.6px;
    }
}
.info-boxes-v3 .info-box .desc {
    padding: 0 48px;
    height: 72px;
    z-index: 1;
    text-align: start;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.064px;
    color: #acacb9;
}
@media (max-width: 991.98px) {
    .info-boxes-v3 .info-box .desc {
        padding: 0 32px;
    }
}
@media (max-width: 767.98px) {
    .info-boxes-v3 .info-box .desc {
        height: auto;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: -0.042px;
    }
}
.info-boxes-v3 .video-area {
    grid-column: 1/-1;
    padding: 16px;
    border: 1px solid #383847;
    border-radius: 24px;
}
@media (max-width: 767.98px) {
    .info-boxes-v3 .video-area {
        border-radius: 16px;
    }
}
.info-boxes-v3.contact .info-box {
    padding: 40px 0;
}
@media (max-width: 991.98px) {
    .info-boxes-v3.contact .info-box {
        height: auto;
        padding: 224px 0 32px 0;
    }
}
.info-boxes-v3.contact .info-box .img-container {
    top: 40px;
}
@media (max-width: 991.98px) {
    .info-boxes-v3.contact .info-box .img-container {
        top: 32px;
    }
}
.info-boxes-v3.contact .info-box .btn-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.064px;
    color: #fc78b5;
}
.team-container-v2 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}
@media (max-width: 991.98px) {
    .team-container-v2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 767.98px) {
    .team-container-v2 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 16px;
    }
}
.team-container-v2 .team-member-v2 {
    padding: 32px;
    height: 460px;
    border: 1px solid #383847;
    border-radius: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    overflow: hidden;
}
.team-container-v2 .team-member-v2::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(50%, rgba(12, 12, 15, 0)),
        to(#0c0c0f)
    );
    background: linear-gradient(180deg, rgba(12, 12, 15, 0) 50%, #0c0c0f 100%);
}
.team-container-v2 .team-member-v2 .team-member-photo-container {
    z-index: 0;
    top: 0;
    left: 0;
}
.team-container-v2
    .team-member-v2
    .team-member-photo-container
    .team-member-photo {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 24px;
    height: 100%;
    max-width: 100%;
}
.team-container-v2 .team-member-v2 .name {
    z-index: 2;
    margin-bottom: 4px;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.6px;
    color: #fff;
}
.team-container-v2 .team-member-v2 .position {
    z-index: 2;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.09px;
    color: #c8c8d0;
    margin-bottom: 4px;
}
.team-container-v2 .team-member-v2 .team-member-socials {
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
}
.team-container-v2 .team-member-v2 .team-member-socials .social-link {
    width: 40px;
    height: 40px;
    padding: 0;
    background: rgba(255, 255, 255, 0.3);
    border: 1.2px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.our-offices-v2 .location-container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}
@media (max-width: 767.98px) {
    .our-offices-v2 .location-container {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
.our-offices-v2 .location-container .world-v2 {
    padding: 48px;
    background: #0c0c0f;
    border: 1px solid #383847;
    border-radius: 24px;
    position: relative;
}
@media (min-width: 768px) {
    .our-offices-v2 .location-container .world-v2 {
        grid-row: span 2;
        min-height: 600px;
    }
}
@media (max-width: 767.98px) {
    .our-offices-v2 .location-container .world-v2 {
        padding: 24px 20px;
    }
}
.our-offices-v2 .location-container .world-v2 .title {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.6px;
    color: #fff;
}
@media (max-width: 767.98px) {
    .our-offices-v2 .location-container .world-v2 .title {
        font-size: 20px;
        line-height: 32px;
        letter-spacing: -0.6px;
    }
}
.our-offices-v2 .location-container .world-v2 .pin-image-container {
    position: absolute;
    right: 0;
    bottom: 0;
}
@media (max-width: 767.98px) {
    .our-offices-v2 .location-container .world-v2 .pin-image-container {
        position: relative;
        margin: 20px -20px -20px -20px;
    }
}
.our-offices-v2
    .location-container
    .world-v2
    .pin-image-container
    .world-pin-v2 {
    cursor: pointer;
    position: absolute;
    right: 113px;
    bottom: 240px;
    z-index: 1;
}
.our-offices-v2
    .location-container
    .world-v2
    .pin-image-container
    .world-pin-v2.world-pin-v2-3 {
    right: 396px;
    bottom: 240px;
}
.our-offices-v2
    .location-container
    .world-v2
    .pin-image-container
    .world-pin-v2.world-pin-v2-4 {
    right: 196px;
    bottom: 270px;
}
.our-offices-v2
    .location-container
    .world-v2
    .pin-image-container
    .world-pin-v2.world-pin-v2-5 {
    right: 130px;
    bottom: 282px;
}
@media (max-width: 1199.98px) {
    .our-offices-v2
        .location-container
        .world-v2
        .pin-image-container
        .world-pin-v2 {
        bottom: 200px;
    }
    .our-offices-v2
        .location-container
        .world-v2
        .pin-image-container
        .world-pin-v2.world-pin-v2-3 {
        right: 328px;
        bottom: 209px;
    }
    .our-offices-v2
        .location-container
        .world-v2
        .pin-image-container
        .world-pin-v2.world-pin-v2-4 {
        bottom: 230px;
    }
    .our-offices-v2
        .location-container
        .world-v2
        .pin-image-container
        .world-pin-v2.world-pin-v2-5 {
        bottom: 242px;
    }
}
@media (max-width: 991.98px) {
    .our-offices-v2
        .location-container
        .world-v2
        .pin-image-container
        .world-pin-v2 {
        right: 60px;
        bottom: 130px;
    }
    .our-offices-v2
        .location-container
        .world-v2
        .pin-image-container
        .world-pin-v2.world-pin-v2-3 {
        right: 220px;
        bottom: 130px;
    }
    .our-offices-v2
        .location-container
        .world-v2
        .pin-image-container
        .world-pin-v2.world-pin-v2-4 {
        right: 100px;
        bottom: 150px;
    }
    .our-offices-v2
        .location-container
        .world-v2
        .pin-image-container
        .world-pin-v2.world-pin-v2-5 {
        right: 80px;
        bottom: 160px;
    }
}
.our-offices-v2
    .location-container
    .world-v2
    .pin-image-container
    .world-pin-v2
    .pin-v2
    g
    > * {
    -webkit-transition: fill 0.25s;
    transition: fill 0.25s;
}
.our-offices-v2
    .location-container
    .world-v2
    .pin-image-container
    .world-pin-v2
    .world-pin-tooltip-v2 {
    visibility: hidden;
    opacity: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid #383847;
    border-radius: 8px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 50px;
    padding: 12px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    -webkit-transition: opacity 0.25s, visibility 0s 0.25s;
    transition: opacity 0.25s, visibility 0s 0.25s;
}
@media (max-width: 767.98px) {
    .our-offices-v2
        .location-container
        .world-v2
        .pin-image-container
        .world-pin-v2
        .world-pin-tooltip-v2 {
        gap: 8px;
        padding: 8px 12px;
    }
}
.our-offices-v2
    .location-container
    .world-v2
    .pin-image-container
    .world-pin-v2
    .world-pin-tooltip-v2
    .flag {
    width: 32px;
    height: 32px;
}
@media (max-width: 767.98px) {
    .our-offices-v2
        .location-container
        .world-v2
        .pin-image-container
        .world-pin-v2
        .world-pin-tooltip-v2
        .flag {
        width: 20px;
        height: 20px;
    }
}
.our-offices-v2
    .location-container
    .world-v2
    .pin-image-container
    .world-pin-v2
    .world-pin-tooltip-v2
    .city-country
    .city {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -1.2px;
    color: #fff;
    margin-bottom: 4px;
}
@media (max-width: 767.98px) {
    .our-offices-v2
        .location-container
        .world-v2
        .pin-image-container
        .world-pin-v2
        .world-pin-tooltip-v2
        .city-country
        .city {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -0.725076px;
    }
}
.our-offices-v2
    .location-container
    .world-v2
    .pin-image-container
    .world-pin-v2
    .world-pin-tooltip-v2
    .city-country
    .country {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.064px;
    color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767.98px) {
    .our-offices-v2
        .location-container
        .world-v2
        .pin-image-container
        .world-pin-v2
        .world-pin-tooltip-v2
        .city-country
        .country {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: -0.0386707px;
    }
}
.our-offices-v2
    .location-container
    .world-v2
    .pin-image-container
    .world-pin-v2:hover
    .world-pin-tooltip-v2 {
    visibility: visible;
    opacity: 1;
    position: absolute;
    -webkit-transition: opacity 0.35s, visibility 0s;
    transition: opacity 0.35s, visibility 0s;
}
.our-offices-v2
    .location-container
    .world-v2
    .pin-image-container
    .world-pin-v2:hover
    .pin-v2
    g
    > * {
    fill: #fb3792;
}
.our-offices-v2 .location-container .location {
    padding: 48px;
    background: #0c0c0f;
    border: 1px solid #383847;
    border-radius: 24px;
}
@media (max-width: 767.98px) {
    .our-offices-v2 .location-container .location {
        padding: 24px 20px;
    }
}
.our-offices-v2 .location-container .location .city {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.6px;
    color: #fff;
    margin-bottom: 4px;
}
@media (max-width: 767.98px) {
    .our-offices-v2 .location-container .location .city {
        font-weight: 500;
        font-size: 20px;
        line-height: 32px;
    }
}
.our-offices-v2 .location-container .location .address {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -1px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 16px;
}
@media (max-width: 767.98px) {
    .our-offices-v2 .location-container .location .address {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.064px;
    }
}
.our-offices-v2 .location-container .location .email {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.042px;
    color: #fb3792;
}
.showcase-01 {
    margin: 248px 0 160px 0;
}
@media (max-width: 767.98px) {
    .showcase-01 {
        margin: 120px 0 80px 0;
    }
}
.showcase-01 .title {
    font-weight: 700;
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -1.4px;
    color: #fff;
    text-align: center;
}
@media (max-width: 767.98px) {
    .showcase-01 .title {
        font-size: 40px;
        line-height: 48px;
        letter-spacing: -1px;
    }
}
.showcase-01 .desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -1px;
    color: #acacb9;
    text-align: center;
}
@media (max-width: 767.98px) {
    .showcase-01 .desc {
        font-size: 18px;
        line-height: 32px;
        letter-spacing: -0.09px;
    }
}
.showcase-01 .date {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #e3e3e8;
    margin-top: 24px;
}
.showcase-01 .banner-img {
    max-height: 406px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: 130px;
}
@media (max-width: 767.98px) {
    .showcase-01 .banner-img {
        margin-top: 16px;
    }
}
.whitespace-nowrap {
    white-space: nowrap !important;
}
.break-all {
    word-break: break-all;
}
.discover-page-content {
    overflow: hidden;
    padding-top: 160px;
    margin-top: 0;
}
@media (max-width: 767.98px) {
    .discover-page-content {
        padding-top: 100px;
    }
}
.discover-page-content .banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    margin-bottom: 72px;
}
@media (max-width: 991.98px) {
    .discover-page-content .banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 16px;
        margin-bottom: 16px;
    }
}
.discover-page-content .banner > img {
    width: 420px;
}
@media (max-width: 1199.98px) {
    .discover-page-content .banner > img {
        width: 340px;
    }
}
@media (max-width: 767.98px) {
    .discover-page-content .banner > img {
        width: 240px;
    }
}
.discover-page-content .banner .title-desc {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.discover-page-content .banner .title-desc h1,
.discover-page-content .banner .title-desc .h1 {
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -1.8px;
}
@media (max-width: 991.98px) {
    .discover-page-content .banner .title-desc h1,
    .discover-page-content .banner .title-desc .h1 {
        text-align: center;
    }
}
@media (max-width: 767.98px) {
    .discover-page-content .banner .title-desc h1,
    .discover-page-content .banner .title-desc .h1 {
        margin-bottom: 16px;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -0.6px;
    }
}
.discover-page-content .banner .title-desc p {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -1px;
    color: #acacb9;
}
@media (max-width: 991.98px) {
    .discover-page-content .banner .title-desc p {
        text-align: center;
    }
}
@media (max-width: 767.98px) {
    .discover-page-content .banner .title-desc p {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.064px;
    }
}
.discover-page-content .cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
@media (max-width: 991.98px) {
    .discover-page-content .cards {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width: 767.98px) {
    .discover-page-content .cards {
        gap: 16px;
    }
}
.discover-page-content .cards .c-item {
    height: 528px;
    background: #121216;
    border: 1px solid #383847;
    border-radius: 24px;
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 991.98px) {
    .discover-page-content .cards .c-item {
        height: auto;
    }
}
@media (max-width: 767.98px) {
    .discover-page-content .cards .c-item {
        padding: 16px;
    }
}
.discover-page-content .cards .c-item .c-item-01 .c-item-01-A {
    margin-bottom: 24px;
}
.discover-page-content .cards .c-item .c-item-01 .c-item-01-A img {
    width: auto;
    height: 36px;
    margin-bottom: 24px;
}
@media (max-width: 991.98px) {
    .discover-page-content .cards .c-item .c-item-01 .c-item-01-A img {
        margin-bottom: 12px;
    }
}
.discover-page-content .cards .c-item .c-item-01 .c-item-01-A .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.6px;
    color: #fff;
    height: 32px;
    margin-bottom: 24px;
}
@media (max-width: 991.98px) {
    .discover-page-content .cards .c-item .c-item-01 .c-item-01-A .title {
        height: auto;
        font-weight: 500;
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 12px;
    }
}
.discover-page-content .cards .c-item .c-item-01 .c-item-01-A .desc {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.9px;
    color: #acacb9;
    margin-bottom: 0;
    height: 48px;
}
@media (max-width: 991.98px) {
    .discover-page-content .cards .c-item .c-item-01 .c-item-01-A .desc {
        height: auto;
    }
}
@media (max-width: 991.98px) {
    .discover-page-content .cards .c-item .c-item-01 .c-item-01-A {
        margin-bottom: 12px;
    }
}
.discover-page-content .cards .c-item .c-item-01 .c-item-01-B {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 48px;
    background: #8537fb;
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    -webkit-transition: color 0.25s, border 0.25s;
    transition: color 0.25s, border 0.25s;
}
.discover-page-content .cards .c-item .c-item-01 .c-item-01-B:hover {
    color: #fff;
}
.discover-page-content .cards .c-item .c-item-02 {
    position: relative;
    text-align: center;
    margin-bottom: 16px;
    height: 220px;
}
@media (max-width: 991.98px) {
    .discover-page-content .cards .c-item .c-item-02 {
        height: auto;
    }
}
.discover-page-content .cards .c-item .c-item-02 img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 991.98px) {
    .discover-page-content .cards .c-item .c-item-02 img {
        max-height: 160px;
    }
}
.discover-page-content .cards .c-item:first-child {
    height: 400px;
    grid-column: 1/-1;
}
@media (max-width: 991.98px) {
    .discover-page-content .cards .c-item:first-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        height: auto;
    }
}
.discover-page-content .cards .c-item:first-child .c-item-01 {
    width: 380px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 991.98px) {
    .discover-page-content .cards .c-item:first-child .c-item-01 {
        width: 100%;
    }
}
.discover-page-content .cards .c-item:first-child .c-item-02 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
    height: 100%;
}
@media (max-width: 991.98px) {
    .discover-page-content .cards .c-item:first-child .c-item-02 {
        height: auto;
        max-height: 160px;
    }
}
@media (max-width: 767.98px) {
    .discover-page-content .cards .c-item:first-child .c-item-02 {
        margin-bottom: 16px;
    }
}
.discover-page-content .cards .c-item:not(:first-child) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.discover-page-content
    .cards
    .c-item:not(:first-child)
    .c-item-01
    .c-item-01-B {
    margin: 0 auto;
}
.discover-page-content .cards .c-item:not(:first-child) .c-item-02 {
    width: 100%;
}
.wrapper-how-to-join .section-banner {
    padding-top: 240px;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
}
.wrapper-how-to-join .section-banner > .container {
    margin-top: -132px;
}
@media (max-width: 767.98px) {
    .wrapper-how-to-join .section-banner .btn {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding-inline: 9px;
    }
}
@media (max-width: 767.98px) {
    .wrapper-how-to-join .section-banner {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 112px;
    }
    .wrapper-how-to-join .section-banner > .container {
        margin-top: 0;
    }
}
.wrapper-how-to-join .section-banner .desc {
    max-width: 456px;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.05em;
    color: #838391;
}
@media (max-width: 991.98px) {
    .wrapper-how-to-join .section-banner .desc {
        max-width: 350px;
    }
}
@media (max-width: 767.98px) {
    .wrapper-how-to-join .section-banner .desc {
        max-width: 100%;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.004em;
    }
}
.wrapper-how-to-join .section-banner .banner-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    max-height: 100%;
}
@media (max-width: 1399.98px) {
    .wrapper-how-to-join .section-banner .banner-bg {
        right: -100px;
    }
}
@media (max-width: 1199.98px) {
    .wrapper-how-to-join .section-banner .banner-bg {
        right: -150px;
    }
}
@media (max-width: 991.98px) {
    .wrapper-how-to-join .section-banner .banner-bg {
        right: 0;
        bottom: 0;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}
@media (max-width: 767.98px) {
    .wrapper-how-to-join .section-banner .banner-bg {
        right: 0;
        bottom: 0;
        -webkit-transform: scale(0.65);
        transform: scale(0.65);
    }
}
@media (max-width: 575.98px) {
    .wrapper-how-to-join .section-banner .banner-bg {
        -webkit-transform: scale(0.55);
        transform: scale(0.55);
        right: -100px;
    }
}
.wrapper-how-to-join .section-process {
    margin-bottom: 160px;
}
@media (max-width: 767.98px) {
    .wrapper-how-to-join .section-process {
        margin-bottom: 48px;
    }
}
.wrapper-how-to-join .section-process .sticky-mobile {
    position: sticky;
    top: 0;
    background: #0d0d0e;
    padding-top: 15px;
    z-index: 1;
}
@media (min-width: 768px) {
    .wrapper-how-to-join .section-process .sticky-mobile {
        position: initial;
        background: rgba(0, 0, 0, 0);
        padding-top: 0;
    }
}
@media (min-width: 768px) {
    .wrapper-how-to-join .section-process .sticky-el {
        position: sticky;
        top: 16px;
    }
}
.wrapper-how-to-join .section-process .sticky-el .search-container {
    position: relative;
    margin-bottom: 46px;
}
@media (max-width: 767.98px) {
    .wrapper-how-to-join .section-process .sticky-el .search-container {
        margin-bottom: 12px;
    }
}
.wrapper-how-to-join .section-process .sticky-el .search-container label {
    position: absolute;
    top: 50%;
    left: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 24px;
}
.wrapper-how-to-join .section-process .sticky-el .search-container input {
    padding-left: 44px;
    height: 48px;
    background: #1b1b22;
    border: 1px solid #383847;
    border-radius: 12px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.05em;
}
@media (max-width: 575.98px) {
    .wrapper-how-to-join .section-process .sticky-el .search-container input {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrapper-how-to-join
    .section-process
    .sticky-el
    .search-container
    input::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.05em;
    color: rgba(255, 255, 255, 0.2);
}
.wrapper-how-to-join
    .section-process
    .sticky-el
    .search-container
    input::-moz-placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.05em;
    color: rgba(255, 255, 255, 0.2);
}
.wrapper-how-to-join
    .section-process
    .sticky-el
    .search-container
    input:-ms-input-placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.05em;
    color: rgba(255, 255, 255, 0.2);
}
.wrapper-how-to-join
    .section-process
    .sticky-el
    .search-container
    input::-ms-input-placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.05em;
    color: rgba(255, 255, 255, 0.2);
}
.wrapper-how-to-join
    .section-process
    .sticky-el
    .search-container
    input::placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.05em;
    color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 575.98px) {
    .wrapper-how-to-join
        .section-process
        .sticky-el
        .search-container
        input::-webkit-input-placeholder {
        font-size: 14px;
        line-height: 24px;
    }
    .wrapper-how-to-join
        .section-process
        .sticky-el
        .search-container
        input::-moz-placeholder {
        font-size: 14px;
        line-height: 24px;
    }
    .wrapper-how-to-join
        .section-process
        .sticky-el
        .search-container
        input:-ms-input-placeholder {
        font-size: 14px;
        line-height: 24px;
    }
    .wrapper-how-to-join
        .section-process
        .sticky-el
        .search-container
        input::-ms-input-placeholder {
        font-size: 14px;
        line-height: 24px;
    }
    .wrapper-how-to-join
        .section-process
        .sticky-el
        .search-container
        input::placeholder {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrapper-how-to-join
    .section-process
    .sticky-el
    #accordionMenu
    .accordion-item {
    border-bottom: none;
    margin-bottom: 32px;
}
@media (max-width: 767.98px) {
    .wrapper-how-to-join
        .section-process
        .sticky-el
        #accordionMenu
        .accordion-item {
        margin-bottom: 13px;
    }
}
.wrapper-how-to-join
    .section-process
    .sticky-el
    #accordionMenu
    .accordion-item
    .accordion-button {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.6px;
    color: #acacb9;
}
.wrapper-how-to-join
    .section-process
    .sticky-el
    #accordionMenu
    .accordion-item
    .accordion-body {
    width: 100%;
    background: #0d0d0e;
    padding: 32px 0 0 0;
    max-height: 600px;
    overflow-y: scroll;
}
@media (max-width: 575.98px) {
    .wrapper-how-to-join
        .section-process
        .sticky-el
        #accordionMenu
        .accordion-item
        .accordion-body {
        position: absolute;
    }
}
@media (max-width: 575.98px) {
    .wrapper-how-to-join
        .section-process
        .sticky-el
        #accordionMenu
        .accordion-item
        .accordion-body {
        max-height: 300px;
    }
}
.wrapper-how-to-join
    .section-process
    .sticky-el
    #accordionMenu
    .accordion-item
    .accordion-body
    .sub-menu {
    margin-top: -10px;
}
.wrapper-how-to-join
    .section-process
    .sticky-el
    #accordionMenu
    .accordion-item
    .accordion-body
    ul {
    list-style: none;
}
.wrapper-how-to-join
    .section-process
    .sticky-el
    #accordionMenu
    .accordion-item
    .accordion-body
    ul
    li
    a {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.005em;
    color: #5f5f6d;
    margin-bottom: 16px;
    padding: 0 12px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.wrapper-how-to-join
    .section-process
    .sticky-el
    #accordionMenu
    .accordion-item
    .accordion-body
    ul
    li
    a.active {
    color: #fff;
    background: #8537fb;
}
.wrapper-how-to-join
    .section-process
    .sticky-el
    #accordionMenu
    .accordion-item
    .accordion-body
    ul
    li
    a.active
    + .sub-menu {
    display: block;
}
.wrapper-how-to-join
    .section-process
    .sticky-el
    #accordionMenu
    .accordion-item
    .accordion-body
    ul
    > li
    > ul {
    padding-left: 25px;
}
.wrapper-how-to-join
    .section-process
    .sticky-el
    #accordionMenu
    .accordion-item
    .accordion-body
    ul
    > li
    > ul
    li
    a {
    font-size: 15px;
    line-height: 18px;
    padding: 0 6px;
    margin-bottom: 12px;
}
.wrapper-how-to-join
    .section-process
    .sticky-el
    #accordionMenu
    .accordion-item
    .accordion-body
    ul
    > li
    > ul
    li
    a.active {
    color: #fff;
    background: #8537fb;
    padding: 6px;
}
.wrapper-how-to-join
    .section-process
    .sticky-el
    #accordionMenu
    .accordion-item
    .accordion-body
    ul
    > li
    > ul
    > li
    > ul
    li
    a {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
}
.wrapper-how-to-join .section-process .sticky-el .dropdown {
    margin-bottom: 32px;
}
.wrapper-how-to-join .section-process .process-content {
    color: #838391;
    overflow-x: hidden;
}
.wrapper-how-to-join .section-process .process-content h1,
.wrapper-how-to-join .section-process .process-content .h1,
.wrapper-how-to-join .section-process .process-content h2,
.wrapper-how-to-join .section-process .process-content .h2 {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1px;
    font-family: "Inter";
    margin-bottom: 0.4em;
}
@media (max-width: 575.98px) {
    .wrapper-how-to-join .section-process .process-content h1,
    .wrapper-how-to-join .section-process .process-content .h1,
    .wrapper-how-to-join .section-process .process-content h2,
    .wrapper-how-to-join .section-process .process-content .h2 {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -0.6px;
    }
}
.wrapper-how-to-join .section-process .process-content h3,
.wrapper-how-to-join .section-process .process-content .h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 32px;
    letter-spacing: -0.6px;
    color: #fff;
    margin-bottom: 0.8em;
}
@media (max-width: 575.98px) {
    .wrapper-how-to-join .section-process .process-content h3,
    .wrapper-how-to-join .section-process .process-content .h3 {
        font-size: 24px;
        line-height: 32px;
    }
}
.wrapper-how-to-join .section-process .process-content h4,
.wrapper-how-to-join .section-process .process-content .h4 {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.6px;
    margin-bottom: 0.8em;
}
@media (max-width: 575.98px) {
    .wrapper-how-to-join .section-process .process-content h4,
    .wrapper-how-to-join .section-process .process-content .h4 {
        font-size: 22px;
        line-height: 30px;
    }
}
.wrapper-how-to-join .section-process .process-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.4px;
}
.wrapper-how-to-join .section-process .process-content .clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.wrapper-how-to-join .section-process .process-content img {
    -webkit-filter: brightness(100%) invert(1);
    filter: brightness(100%) invert(1);
    max-width: 100%;
    margin-bottom: 20px;
}
@media (max-width: 575.98px) {
    .wrapper-how-to-join .section-process .process-content img {
        width: auto !important;
        float: none !important;
        max-width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}
.wrapper-how-to-join .section-process .process-content hr {
    margin: 48px 0;
    border-top: 1px solid #383847;
    opacity: 1;
}
@media (max-width: 575.98px) {
    .wrapper-how-to-join .section-process .process-content hr {
        margin: 32px 0;
    }
}
.wrapper-how-to-join .section-process .process-content ul,
.wrapper-how-to-join .section-process .process-content ol {
    padding-left: 24px;
    margin-bottom: 20px;
}
.wrapper-how-to-join .section-process .process-content ul li::marker,
.wrapper-how-to-join .section-process .process-content ol li::marker {
    color: #838391;
}
.wrapper-how-to-join .section-process .process-content .table-wrapper {
    overflow: hidden;
    overflow-x: auto;
}
.wrapper-how-to-join .section-process .process-content table {
    width: 100%;
    border: none;
    color: #838391;
}
.wrapper-how-to-join .section-process .process-content table tr {
    border: 1px solid #838391;
}
.wrapper-how-to-join .section-process .process-content table tr td {
    border: 1px solid #838391;
    padding: 5px;
}
.wrapper-how-to-join
    .section-process
    .process-content
    .mlb-table
    table
    tr
    td:nth-child(1),
.wrapper-how-to-join
    .section-process
    .process-content
    .mlb-table
    table
    tr
    td:nth-child(3),
.wrapper-how-to-join
    .section-process
    .process-content
    .mlb-table
    table
    tr
    td:nth-child(4) {
    text-align: right !important;
}
@media screen and (max-width: 500px) {
    .wrapper-how-to-join .section-process .process-content table {
        width: 140vw;
    }
}
.wrapper-agreement .nav {
    padding-left: 193px;
    padding-top: 81px;
    padding-bottom: 32px;
}
@media (max-width: 767.98px) {
    .wrapper-agreement .nav {
        padding-left: 0;
        padding-top: 32px;
    }
}
@media screen and (min-width: 1600px) {
    .wrapper-contact-help {
        max-width: 1600px;
        margin: 0 auto;
        overflow-x: visible;
    }
}
.wrapper-contact-help .phone:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.wrapper-contact-help .page-title-desc {
    height: 200px;
}
@media (max-width: 767.98px) {
    .wrapper-contact-help .page-title-desc {
        height: auto;
    }
}
.contact-form-wrapper {
    margin: 40px 0 120px;
    padding: 48px;
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767.98px) {
    .contact-form-wrapper {
        margin: 32px 0 64px;
        padding: 32px;
        border-radius: 12px !important;
    }
    .contact-form-wrapper .submit-btn {
        width: 100%;
    }
}
.theme-light .contact-form-wrapper {
    background: #fff;
    border: 1px solid #e3e3e8;
}
.safari .team-member-description {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    -webkit-transition: none !important;
    transition: none !important;
    opacity: 1 !important;
    background: rgba(0, 0, 0, 0.8) !important;
}
.wrapper-about {
    background-position: top right;
    background-repeat: no-repeat;
    position: relative;
    overflow: visible;
}
.wrapper-about .banner-bg-left {
    position: absolute;
    left: -400px;
    top: 450px;
    z-index: -99;
    max-width: 100%;
}
@media (max-width: 991.98px) {
    .wrapper-about .banner-bg-left {
        top: auto;
        bottom: -300px;
    }
}
@media (max-width: 767.98px) {
    .wrapper-about .banner-bg-left {
        left: -190px;
        bottom: -150px;
    }
}
.wrapper-about .banner-bg-right {
    position: absolute;
    right: -700px;
    top: -100px;
    z-index: -99;
    width: 1100px;
    height: auto;
    max-width: 100%;
}
@media (max-width: 1199.98px) {
    .wrapper-about .banner-bg-right {
        top: -100px;
    }
}
@media (max-width: 991.98px) {
    .wrapper-about .banner-bg-right {
        top: -200px;
    }
}
@media (max-width: 767.98px) {
    .wrapper-about .banner-bg-right {
        top: -160px;
    }
}
@media screen and (min-width: 1600px) {
    .wrapper-about {
        max-width: 1600px;
        margin: 0 auto;
        overflow-x: visible;
    }
}
@media screen and (max-width: 1599px) {
    .wrapper-about .banner-bg-right {
        right: auto;
        left: 64%;
    }
    .wrapper-about .banner-bg-left {
        left: auto;
        right: 80%;
    }
}
@media (max-width: 767.98px) {
    .wrapper-about .banner-bg-right {
        right: auto;
        left: 60%;
    }
    .wrapper-about .banner-bg-left {
        left: auto;
        right: 70%;
    }
}
.wrapper-about .our-vision {
    margin: 160px 0;
}
@media (max-width: 767.98px) {
    .wrapper-about .our-vision {
        margin: 80px 0;
    }
}
.wrapper-about .our-vision .title {
    text-align: center;
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1.2px;
    color: #fff;
    text-shadow: 0px 5px 11px rgba(0, 0, 0, 0.8);
}
@media (max-width: 767.98px) {
    .wrapper-about .our-vision .title {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -0.6px;
    }
}
.wrapper-about .our-vision .desc {
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -1px;
    color: #838391;
}
@media (max-width: 767.98px) {
    .wrapper-about .our-vision .desc {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.064px;
    }
}
.dark-wrapper .missions {
    margin-bottom: 50px;
}
.dark-wrapper .missions-title h2,
.dark-wrapper .missions-title .h2 {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}
@media (max-width: 767.98px) {
    .dark-wrapper .missions-title h2,
    .dark-wrapper .missions-title .h2 {
        -webkit-transform: translate(-50%, -5%);
        transform: translate(-50%, -5%);
    }
}
.dark-wrapper .missions-subtitle {
    position: absolute;
    margin-top: -150px;
    width: 100%;
    text-align: center;
}
@media (max-width: 767.98px) {
    .dark-wrapper .missions-subtitle {
        margin-top: -72px;
    }
}
.dark-wrapper .missions-content-img {
    position: absolute;
    left: 6rem;
    top: 0;
    width: calc(50% - 8rem);
    height: 100%;
}
.dark-wrapper .missions-content-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 991.98px) {
    .dark-wrapper .missions-content-img {
        position: static;
        width: 100%;
        height: auto;
        margin-bottom: 48px;
    }
    .dark-wrapper .missions-content-img img {
        height: 264px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
}
.dark-wrapper .missions-content .missions-content-text {
    width: calc(50% - 24px);
}
@media (max-width: 991.98px) {
    .dark-wrapper .missions-content .missions-content-text {
        width: 100%;
    }
}
@media screen and (min-width: 1280px) {
    .dark-wrapper .missions > .container {
        margin-top: -100px;
    }
}
.dark-wrapper .ecosystem {
    margin-bottom: 100px;
    z-index: 1;
}
.dark-wrapper .ecosystem-boxes-item .contact-box-icon {
    width: 120px;
    height: 120px;
}
.dark-wrapper .ecosystem-boxes-item .contact-box-icon .small-square-icon {
    width: 120px;
    height: 120px;
}
.dark-wrapper .ecosystem-boxes-item .contact-box-icon .small-square-icon img {
    width: auto;
    height: auto;
}
.dark-wrapper .ecosystem-title {
    z-index: -1;
}
.dark-wrapper .ecosystem-title h2,
.dark-wrapper .ecosystem-title .h2 {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 60%);
    transform: translate(-50%, 60%);
}
@media (max-width: 767.98px) {
    .dark-wrapper .ecosystem-title h2,
    .dark-wrapper .ecosystem-title .h2 {
        -webkit-transform: translate(-50%, -10%);
        transform: translate(-50%, -10%);
    }
}
.dark-wrapper .ecosystem-content {
    margin-top: 160px;
}
.dark-wrapper .ecosystem .contact-box-icon {
    width: 120px;
    height: 120px;
}
.dark-wrapper .ecosystem .contact-box-icon .small-square-icon svg {
    width: 48px;
    height: 48px;
}
.dark-wrapper .team {
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-bottom: 90px;
}
@media (max-width: 767.98px) {
    .dark-wrapper .team {
        width: 100%;
        margin-left: 0;
        margin-bottom: 100px;
    }
}
.dark-wrapper .team .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px 24px;
}
@media (max-width: 767.98px) {
    .dark-wrapper .team .swiper-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 991.98px) {
    .dark-wrapper .team .swiper-wrapper {
        -ms-flex-flow: nowrap;
        flex-flow: nowrap;
        gap: 0;
    }
}
.dark-wrapper .team .swiper-wrapper .swiper-slide {
    width: 360px;
}
@media (max-width: 575.98px) {
    .dark-wrapper .team .swiper-wrapper .swiper-slide {
        width: 283px;
    }
}
@media (max-width: 767.98px) {
    .dark-wrapper .team .swiper-wrapper .swiper-slide:last-child {
        margin-right: 48px;
    }
}
.dark-wrapper .team .professional-team {
    gap: 24px 0;
}
.dark-wrapper .team .professional-team .person {
    border: 1px solid #383847;
    border-radius: 12px;
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.dark-wrapper .team .professional-team .person .name {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
}
@media (max-width: 767.98px) {
    .dark-wrapper .team .professional-team .person .name {
        font-size: 1.2rem;
    }
}
.dark-wrapper .team .professional-team .person .title {
    color: #515161;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
}
@media (max-width: 767.98px) {
    .dark-wrapper .team .professional-team .person .title {
        font-size: 0.9rem;
    }
}
.dark-wrapper .team .hr-A {
    margin-top: 40px;
    border-color: #383847;
}
.dark-wrapper .our-offices .location-container .location-card img {
    width: 48px;
}
.dark-wrapper .our-offices .location-container .location-card::before {
    border-radius: 24px;
}
.dark-wrapper
    .our-offices
    .location-container
    .location-card
    .gradient-border-content {
    border-radius: 24px;
    padding: 24px;
}
@media (max-width: 767.98px) {
    .dark-wrapper
        .our-offices
        .location-container
        .location-card
        .gradient-border-content {
        padding: 18px;
    }
}
.dark-wrapper .our-offices .location-container .location-card.v1 {
    width: calc(50% - 12px);
}
@media (max-width: 991.98px) {
    .dark-wrapper .our-offices .location-container .location-card.v1 {
        width: 100%;
    }
}
.dark-wrapper .our-offices .location-container .location-card.v2 {
    width: calc(33.33% - 16px);
}
@media (max-width: 991.98px) {
    .dark-wrapper .our-offices .location-container .location-card.v2 {
        width: 100%;
    }
}
.dark-wrapper .our-offices .location-container .location-card .email {
    color: #a164fc;
}
.dark-wrapper .our-offices .location-container .location-card .country,
.dark-wrapper .our-offices .location-container .location-card .address {
    color: #838391;
}
.dark-wrapper .join-our-team {
    position: relative;
    width: 100%;
    height: 475px;
    padding: 72px 48px 48px 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-radius: 12px;
}
@media (max-width: 991.98px) {
    .dark-wrapper .join-our-team {
        margin-bottom: 126px;
        height: 360px;
        padding: 20px;
    }
}
@media screen and (max-width: 340px) {
    .dark-wrapper .join-our-team {
        margin-bottom: 166px;
    }
}
.dark-wrapper .join-our-team .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background-position: center;
    border-radius: 12px;
}
.dark-wrapper .join-our-team .desc-container {
    z-index: 3;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 382px;
    padding-bottom: 32px;
}
@media (max-width: 991.98px) {
    .dark-wrapper .join-our-team .desc-container {
        height: auto;
        width: 100%;
        padding-bottom: 0;
    }
}
.dark-wrapper .join-our-team .desc-container .title {
    color: #f4f4f6;
}
.dark-wrapper .join-our-team .desc-container .desc {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 16px;
    color: #f4f4f6;
}
@media (max-width: 991.98px) {
    .dark-wrapper .join-our-team .desc-container .desc {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
    }
}
.dark-wrapper .join-our-team .desc-container .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.dark-wrapper .join-our-team .socials-container {
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
}
@media (max-width: 991.98px) {
    .dark-wrapper .join-our-team .socials-container {
        position: absolute;
        top: calc(100% + 12px);
        left: 0;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.dark-wrapper .join-our-team .socials-container a {
    width: 64px;
    height: 64px;
    background: #0c0c0f;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}
@media (max-width: 991.98px) {
    .dark-wrapper .join-our-team .socials-container a {
        width: 48px;
        height: 48px;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid #383847;
        border-radius: 8px;
    }
}
.dark-wrapper .join-our-team::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
        linear-gradient(
            81.96deg,
            rgba(104, 56, 93, 0.7) 9.14%,
            rgba(162, 184, 183, 0) 53.99%
        ),
        radial-gradient(
            91.51% 84.11% at 75.13% 30%,
            rgba(255, 255, 255, 0) 54.17%,
            rgba(0, 0, 0, 0.4) 100%
        ),
        linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.1),
            rgba(255, 255, 255, 0.1)
        );
    border-radius: 12px;
}
@media (max-width: 767.98px) {
    .dark-wrapper .join-team-bg {
        width: 200%;
        -webkit-transform: translateX(-25%);
        transform: translateX(-25%);
    }
}
.dark-wrapper .join-team-body {
    top: 48%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 500px;
    width: 100%;
}
.dark-wrapper .join-team-body .avatars {
    margin: 0 auto;
}
@media (max-width: 991.98px) {
    .dark-wrapper .join-team-body .avatars {
        width: 240px;
    }
    .dark-wrapper .join-team-body .join-body-title {
        margin-bottom: 24px !important;
    }
    .dark-wrapper .join-team-body .number-title {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -1.2px;
    }
    .dark-wrapper .join-team-body .number-desc {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: -0.2px;
    }
    .dark-wrapper .join-team-body .desc {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -0.4px;
    }
}
@media (max-width: 767.98px) {
    .dark-wrapper .join-team-body {
        top: 46%;
    }
    .dark-wrapper .join-team-body .avatars {
        width: 200px;
    }
}
@media (max-width: 575.98px) {
    .dark-wrapper .join-team-body {
        top: 51%;
    }
}
.dark-wrapper .guide-btn {
    border: 1px solid rgba(0, 0, 0, 0);
    background: -webkit-gradient(
            linear,
            left top,
            right top,
            from(#1a191c),
            to(#1a191c)
        ),
        -webkit-gradient(linear, left top, right top, from(#ff54a6), to(#be6cf0));
    background: linear-gradient(to right, #1a191c, #1a191c),
        linear-gradient(to right, #ff54a6, #be6cf0);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
}
@media (max-width: 575.98px) {
    .dark-wrapper .ts-medium {
        font-size: 16px;
    }
}
.wrapper-about .info-boxes,
.dark-wrapper .info-boxes {
    margin-bottom: 100px;
}
.wrapper-about .info-boxes-item.v1 .title,
.dark-wrapper .info-boxes-item.v1 .title {
    height: 57px;
    text-align: center;
}
.wrapper-about .info-boxes-item.v1 .desc,
.dark-wrapper .info-boxes-item.v1 .desc {
    height: 75.56px;
}
.wrapper-about .info-boxes-item.v2 .title,
.dark-wrapper .info-boxes-item.v2 .title {
    text-align: center;
}
.wrapper-about .info-boxes-item.v2 .desc,
.dark-wrapper .info-boxes-item.v2 .desc {
    height: 44.78px;
}
@media (max-width: 991.98px) {
    .wrapper-about .info-boxes,
    .dark-wrapper .info-boxes {
        position: relative;
    }
}
.wrapper-about .info-boxes .col:first-child .info-boxes-item,
.dark-wrapper .info-boxes .col:first-child .info-boxes-item {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}
@media (max-width: 991.98px) {
    .wrapper-about .info-boxes .col:first-child .info-boxes-item,
    .dark-wrapper .info-boxes .col:first-child .info-boxes-item {
        border-top-left-radius: 24px;
        border-top-right-radius: 24px;
        border-bottom-left-radius: 0;
    }
}
.wrapper-about .info-boxes .col:last-child .info-boxes-item,
.dark-wrapper .info-boxes .col:last-child .info-boxes-item {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}
@media (max-width: 991.98px) {
    .wrapper-about .info-boxes .col:last-child .info-boxes-item,
    .dark-wrapper .info-boxes .col:last-child .info-boxes-item {
        border-top-right-radius: 0;
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
    }
}
.wrapper-about .info-boxes .col:not(:last-child) .info-boxes-item,
.dark-wrapper .info-boxes .col:not(:last-child) .info-boxes-item {
    position: relative;
}
.wrapper-about .info-boxes .col:not(:last-child) .info-boxes-item::after,
.dark-wrapper .info-boxes .col:not(:last-child) .info-boxes-item::after {
    content: "";
    position: absolute;
    left: 99%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 60%;
    width: 1px;
    background-color: rgba(80, 77, 84, 0.9294117647);
}
@media (max-width: 991.98px) {
    .wrapper-about .info-boxes .col:not(:last-child) .info-boxes-item::after,
    .dark-wrapper .info-boxes .col:not(:last-child) .info-boxes-item::after {
        left: 50%;
        top: 99%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 1px;
        width: 40%;
    }
}
.wrapper-about .page-content-02 .page-title-desc,
.dark-wrapper .page-content-02 .page-title-desc {
    height: auto !important;
}
.wrapper-about .page-content-02 .page-title-desc p,
.dark-wrapper .page-content-02 .page-title-desc p {
    color: #838391 !important;
}
.wrapper-team.wrapper-about .banner-bg-left {
    top: 250px;
}
.wrapper-team.wrapper-about .page-content-02 .page-title-desc {
    height: auto !important;
}
@media (max-width: 991.98px) {
    .wrapper-team.dark-wrapper .team .swiper-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 24px;
        width: calc(100% + 24px);
        margin-left: -12px;
    }
}
@media (max-width: 767.98px) {
    .wrapper-team.dark-wrapper .team .swiper-wrapper {
        padding: 0;
        width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 767.98px) {
    .wrapper-team.dark-wrapper .team .swiper-wrapper .swiper-slide {
        margin: 0 auto 24px auto;
    }
}
@media screen and (max-width: 992px) {
    .wrapper-about .info-boxes {
        margin-bottom: 80px;
    }
    .wrapper-about .info-boxes-item.v1 .title,
    .wrapper-about .info-boxes-item.v2 .title {
        height: auto;
    }
    .wrapper-about .info-boxes-item.v1 .desc,
    .wrapper-about .info-boxes-item.v2 .desc {
        height: auto;
    }
}
.modal-team .modal-content {
    background: radial-gradient(
            50% 50% at 50% 50%,
            rgba(222, 76, 204, 0.2) 0%,
            rgba(222, 76, 204, 0) 100%
        ),
        #1b1b22;
    border: 1px solid #383847;
}
.modal-team .modal-header {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: none;
    padding: 24px 24px 0;
}
@media (max-width: 767.98px) {
    .modal-team .modal-header {
        margin: 16px 16px 0;
    }
}
.modal-team .modal-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.6px;
    margin-bottom: 4px;
}
@media (max-width: 767.98px) {
    .modal-team .modal-title {
        font-size: 20px;
    }
}
.modal-team .modal-subtitle {
    width: 100%;
    color: #c8c8d0;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.064px;
    border-bottom: 1px solid #383847;
    padding-bottom: 12px;
}
@media (max-width: 767.98px) {
    .modal-team .modal-subtitle {
        font-size: 12px;
        line-height: 16px;
    }
}
.modal-team .modal-body {
    padding: 20px 24px 24px;
    min-height: 300px;
}
.modal-team .modal-body p {
    position: relative;
    z-index: 2;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    letter-spacing: -0.064px;
    color: #acacb9;
    margin-bottom: 30px;
}
@media (max-width: 767.98px) {
    .modal-team .modal-body p {
        font-size: 14px;
        letter-spacing: -0.042px;
    }
}
.modal-team .modal-body p:last-child {
    margin-bottom: 0;
}
.modal-team .modal-img-wrapper {
    width: 100%;
    position: relative;
    z-index: 1;
    padding-bottom: 1px;
}
.modal-team .modal-img-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: radial-gradient(
        45.33% 600.34% at 50% 0%,
        #f53694 0%,
        rgba(245, 54, 148, 0) 100%
    );
}
.modal-team .modal-img {
    display: block;
    max-width: 207px;
    min-height: 207px;
    margin: 0 auto;
}
.modal-team .modal-social {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 0;
}
.modal-team .modal-social svg {
    width: 24px;
}
.modal-team .btn-close {
    position: absolute;
    right: 24px;
    top: 24px;
    -webkit-filter: invert(1);
    filter: invert(1);
    opacity: 1;
}
.world {
    width: 558px;
    height: 558px;
}
@media (max-width: 767.98px) {
    .world {
        width: 100%;
        height: auto;
    }
}
.world-image {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media (max-width: 767.98px) {
    .world-image {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: none;
        transform: none;
    }
}
.world-image img {
    width: 100%;
    max-height: 100%;
}
.world-pin {
    z-index: 1;
    left: 54%;
    top: 34%;
}
.world-pin:hover {
    z-index: 2;
}
.world-pin img {
    width: 100%;
    height: auto;
}
.world-pin.world-pin-2 {
    left: 45.5%;
    top: 26%;
}
.world-pin.world-pin-3 {
    left: 23%;
    top: 43.5%;
}
.world-pin.world-pin-4 {
    left: 52.3%;
    top: 24%;
}
.world-pin.world-pin-5 {
    left: 55.5%;
    top: 34.8%;
}
.world-pin.world-pin-6 {
    left: 61%;
    top: 26%;
}
.world-pin.world-pin-7 {
    left: 83%;
    top: 75%;
}
.world-pin-tooltip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 173px;
    min-height: 94px;
    position: absolute;
    left: 8px;
    bottom: calc(100% + 2px);
    background: #1b1b22;
    border: 1px solid #383847;
    border-radius: 16px 16px 16px 0px;
    padding: 16px;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.world-pin:hover .world-pin-tooltip {
    visibility: visible;
    opacity: 1;
}
.world-pin-tooltip span {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.6px;
    margin-bottom: 6px;
}
.world-pin-tooltip p {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.2px;
}
.theme-light .dark-wrapper .missions-content .missions-content-text {
    color: #838391 !important;
}
.theme-light .dark-wrapper .ecosystem-content .title {
    color: #000;
    text-shadow: 0px 2px 11px #d2d2d2;
}
.theme-light .dark-wrapper .ecosystem-content .desc {
    color: #838391 !important;
}
.theme-light .dark-wrapper .ecosystem .info-boxes-item {
    background-color: #fff !important;
    border: 1px solid #e3e3e8;
}
.theme-light .dark-wrapper .ecosystem .info-boxes-item .btn {
    color: #fc78b5 !important;
}
.theme-light .dark-wrapper .ecosystem .desc {
    color: #838391 !important;
}
.theme-light .dark-wrapper .ecosystem .view-all-p-btn {
    border-color: #000 !important;
}
.theme-light .small-square-icon {
    background: linear-gradient(
            235.03deg,
            rgba(121, 13, 248, 0.6) -2.1%,
            rgba(255, 255, 255, 0) 67.48%
        ),
        linear-gradient(39.77deg, #ff0076 -48.75%, #ffffff 29.19%);
    -webkit-box-shadow: 0px 3px 1px rgba(187, 187, 187, 0.18),
        inset 0px 2px 0px rgba(255, 255, 255, 0.06);
    box-shadow: 0px 3px 1px rgba(187, 187, 187, 0.18),
        inset 0px 2px 0px rgba(255, 255, 255, 0.06);
}
.theme-light .small-square-icon svg {
    width: 40px;
    height: 40px;
}
.theme-light .small-square-icon svg path {
    stroke: #ff0076 !important;
}
.theme-light .small-square-icon svg path.fill-bg-white {
    fill: #ff0076;
}
.team-detail-main-title {
    display: block;
    max-width: 480px;
    margin: 0 auto;
    font-size: 56px;
    font-family: "Inter";
    font-weight: 700;
    line-height: 64px;
    letter-spacing: -1.4px;
}
@media (max-width: 767.98px) {
    .team-detail-main-title {
        font-size: 38px;
        line-height: 48px;
        letter-spacing: -1px;
    }
}
.team-detail-img {
    width: 456px;
}
@media (max-width: 1199.98px) {
    .team-detail-img {
        width: 356px;
    }
}
@media (max-width: 991.98px) {
    .team-detail-img {
        width: 200px;
    }
}
@media (max-width: 767.98px) {
    .team-detail-img {
        width: 100%;
    }
}
.team-detail-img img {
    border-radius: 32px;
}
@media (max-width: 991.98px) {
    .team-detail-img img {
        border-radius: 16px;
    }
}
.team-detail-title {
    font-size: 56px;
    font-family: "Inter";
    font-weight: 700;
    line-height: 64px;
    letter-spacing: -1.4px;
}
@media (max-width: 767.98px) {
    .team-detail-title {
        font-size: 40px;
        font-weight: 700;
        line-height: 48px;
        letter-spacing: -1px;
    }
}
.team-detail-position {
    font-size: 32px;
    font-family: "Inter";
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.6px;
}
@media (max-width: 767.98px) {
    .team-detail-position {
        font-size: 20px;
        font-weight: 700;
        line-height: 32px;
        letter-spacing: -0.6px;
    }
}
.team-detail-quote {
    color: #838391;
    position: relative;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -1.2px;
    text-align: justify;
    padding-inline: 35px;
}
.team-detail-quote::before,
.team-detail-quote::after {
    content: "";
    width: 16px;
    height: 13px;
    position: absolute;
    background: url("/assets/img/about/quote.svg");
    background-size: 16px 13px;
}
.team-detail-quote::before {
    left: 0;
    top: 0;
}
.team-detail-quote::after {
    right: 0;
    bottom: 0;
    -webkit-transform: scale(-1);
    transform: scale(-1);
}
@media (max-width: 767.98px) {
    .team-detail-quote {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -1.08px;
        text-align: left;
    }
}
.team-detail-info {
    gap: 6px;
}
.team-detail-info span {
    color: #acacb9;
    font-size: 20px;
    font-family: "Inter";
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.6px;
}
.team-detail-social-title {
    font-size: 40px;
    font-family: "Inter";
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -1px;
}
@media (max-width: 767.98px) {
    .team-detail-social-title {
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        letter-spacing: -0.6px;
    }
}
.team-detail-social-desc {
    color: #acacb9;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -1px;
}
@media (max-width: 767.98px) {
    .team-detail-social-desc {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.064px;
    }
}
.team-detail-social-links a {
    width: 64px;
    height: 64px;
    color: #000;
    border-radius: 12px;
    background-color: #fff;
}
.team-detail-social-links a:hover {
    background-color: #e3e3e8;
}
@media (max-width: 767.98px) {
    .team-detail-social-links a {
        width: 48px;
        height: 48px;
        border-radius: 8px;
    }
}
.team-detail-bio h2,
.team-detail-bio .h2 {
    font-size: 56px;
    font-family: "Inter";
    font-weight: 700;
    line-height: 64px;
    letter-spacing: -1.4px;
    margin-bottom: 24px;
}
@media (max-width: 767.98px) {
    .team-detail-bio h2,
    .team-detail-bio .h2 {
        font-size: 40px;
        font-family: "Inter";
        font-weight: 700;
        line-height: 48px;
        letter-spacing: -1px;
    }
}
.team-detail-bio p {
    color: #838391;
    font-size: 18px;
    font-family: Inter;
    line-height: 32px;
    letter-spacing: -0.09px;
}
@media (max-width: 767.98px) {
    .team-detail-bio p {
        font-size: 18px;
        font-family: Inter;
        line-height: 32px;
        letter-spacing: -0.09px;
    }
}
.wrapper-updates .blog-card {
    -webkit-box-shadow: 0px 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: 300ms ease-out background-color;
    transition: 300ms ease-out background-color;
    cursor: pointer;
}
.wrapper-updates .blog-card-badge > div {
    font-size: 12px;
    width: 76px;
    height: 32px;
}
.wrapper-updates .blog-card p {
    line-height: 16px;
}
.wrapper-updates .blog-card .title-link:hover {
    color: #fff !important;
}
.wrapper-updates .blog-card:hover {
    background-color: #000 !important;
}
.wrapper-updates-inside .page-banner {
    height: 350px;
}
.wrapper-careers a {
    text-decoration: none;
}
.wrapper-careers a:hover {
    color: #fff;
}
@media screen and (min-width: 1600px) {
    .wrapper-careers {
        max-width: 1600px;
        margin: 0 auto;
        overflow-x: visible;
    }
}
.wrapper-careers .careers-banner-card {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
@media (max-width: 767.98px) {
    .wrapper-careers .careers-banner-card {
        text-align: center;
    }
}
.wrapper-careers .careers-banner-card .scaled-avatars img {
    max-width: 100%;
}
@media (max-width: 767.98px) {
    .wrapper-careers .careers-banner-card .scaled-avatars img {
        height: 72px;
    }
}
@media (max-width: 767.98px) {
    .wrapper-careers .careers-banner-card {
        background-size: 100% 100%;
    }
    .wrapper-careers .careers-banner-card .title {
        font-size: 32px;
        line-height: 40px;
    }
    .wrapper-careers .careers-banner-card .desc {
        font-size: 16px;
        line-height: 20px;
    }
}
.wrapper-careers .process-head p {
    width: 75%;
}
@media (max-width: 991.98px) {
    .wrapper-careers .process-head p {
        width: 100%;
    }
}
@media (max-width: 991.98px) {
    .wrapper-careers .process-stepper {
        border: 1px solid #28262a;
        background: rgba(0, 0, 0, 0.1);
        padding: 32px;
        border-radius: 16px;
    }
}
.wrapper-careers .process-stepper-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    position: relative;
    padding-right: 138px;
}
@media (max-width: 991.98px) {
    .wrapper-careers .process-stepper-item {
        max-width: 100%;
        border-left: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: none;
        margin-left: 20px;
        height: 100px;
        padding-right: 0;
    }
}
.wrapper-careers .process-stepper-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    background: #fff;
    -webkit-box-shadow: 0px 0px 34px rgba(255, 0, 118, 0.44);
    box-shadow: 0px 0px 34px rgba(255, 0, 118, 0.44);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    z-index: 2;
}
@media (max-width: 991.98px) {
    .wrapper-careers .process-stepper-item::before {
        top: 0;
        -webkit-transform: translate(-50%, 100%);
        transform: translate(-50%, 100%);
    }
}
.wrapper-careers .process-stepper-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    background: #ff0076;
    -webkit-box-shadow: 0px 0px 34px rgba(255, 0, 118, 0.44);
    box-shadow: 0px 0px 34px rgba(255, 0, 118, 0.44);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    z-index: 1;
}
@media (max-width: 991.98px) {
    .wrapper-careers .process-stepper-item::after {
        top: 0;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}
@media (max-width: 991.98px) {
    .wrapper-careers .process-stepper-item-text {
        padding: 0 0 0 20px !important;
        margin-top: -10px;
    }
}
.wrapper-careers .process-stepper-item-text-title {
    font-size: 14px;
}
.wrapper-careers .process-stepper-item-text-subtitle {
    font-size: 18px;
}
@media (max-width: 991.98px) {
    .wrapper-careers .process-stepper-item:last-child {
        border-left: none;
        height: auto;
    }
}
.wrapper-careers .section-faq .faq-list {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.wrapper-careers .section-faq .accordion-button {
    color: #fff;
    font-size: 24px;
    padding: 16px;
}
.wrapper-careers .section-faq .accordion-button:not(.collapsed) {
    color: #6b04ff;
}
@media (max-width: 767.98px) {
    .wrapper-careers .section-faq .accordion-button {
        padding: 0 52px 40px 0 !important;
        font-size: 18px !important;
    }
}
.wrapper-careers .section-faq .accordion-button .badge {
    margin-right: 8px;
}
@media (max-width: 767.98px) {
    .wrapper-careers .section-faq .accordion-button .badge {
        position: absolute;
        bottom: 0;
        left: 0;
        margin-left: 0 !important;
        font-size: 12px !important;
    }
}
.wrapper-careers .section-faq .accordion-button::after {
    border: 1px solid #504d54;
    border-radius: 10px;
    padding: 20px;
}
@media (max-width: 767.98px) {
    .wrapper-careers .section-faq .accordion-button::after {
        position: absolute;
        right: 0;
        top: calc(50% - 21px);
    }
}
.wrapper-careers .section-faq .accordion-button:not(.collapsed)::after {
    color: #6b04ff !important;
    border-color: #6b04ff;
}
.wrapper-careers .section-faq .accordion-body {
    padding: 0 16px 16px;
}
.wrapper-careers .section-faq .accordion-body ul {
    list-style-type: none;
}
.wrapper-careers .section-faq .accordion-body ul li:not(:last-child) {
    margin-bottom: 32px;
    border-bottom: 1px solid #24202b;
}
.wrapper-careers .section-faq .accordion-body ul li:last-child p {
    margin-bottom: 0 !important;
}
@media (max-width: 767.98px) {
    .wrapper-careers .section-faq .accordion-body {
        padding: 0;
    }
}
.theme-light .wrapper-careers .careers-banner-card .main-desc {
    color: #0c0c0f !important;
}
.theme-light .wrapper-careers .careers-banner-card .desc {
    color: #0c0c0f !important;
}
.wrapper-job-detail .page-banner {
    height: 380px;
}
@media (max-width: 767.98px) {
    .wrapper-job-detail .page-banner {
        height: auto;
        min-height: 300px;
        padding-bottom: 30px;
    }
}
.wrapper-job-detail .banner-text button {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}
.wrapper-job-detail .job-heads {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
@media (min-width: 992px) {
    .wrapper-job-detail .job-heads {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
@media (max-width: 991.98px) {
    .wrapper-job-detail .job-heads {
        width: 50%;
        margin-top: -60px;
        padding: 16px !important;
    }
}
@media (max-width: 767.98px) {
    .wrapper-job-detail .job-heads {
        width: 540px;
    }
}
@media (max-width: 575.98px) {
    .wrapper-job-detail .job-heads {
        width: calc(100% - 40px);
    }
}
.wrapper-job-detail .job-heads-item {
    position: relative;
}
.wrapper-job-detail .job-heads-item:not(:last-child):after {
    content: "";
    position: absolute;
    left: 99%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 60%;
    width: 1px;
    background-color: rgba(80, 77, 84, 0.9294117647);
}
@media (max-width: 991.98px) {
    .wrapper-job-detail .job-heads-item:not(:last-child) {
        margin-bottom: 32px;
    }
    .wrapper-job-detail .job-heads-item:not(:last-child):after {
        left: 0;
        top: auto;
        bottom: -16px;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        height: 1px;
        width: 100%;
    }
}
.wrapper-job-detail .apply-form-wrapper {
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.wrapper-job-detail .apply-form label {
    font-size: 1rem;
}
@media (max-width: 767.98px) {
    .wrapper-job-detail .apply-form label {
        font-size: 14px;
    }
}
.wrapper-job-detail .apply-form .input-group-dropdown {
    background-color: #28262a;
    border-color: #504d54;
}
.wrapper-job-detail .apply-form .input-group-dropdown:hover {
    border-color: #78757d;
}
.wrapper-job-detail .drag-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.wrapper-job-detail .drag-image.active {
    border: 2px solid #fff;
}
.wrapper-job-detail .drag-image button {
    border: none;
    outline: none;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    cursor: pointer;
    text-decoration: underline;
}
.wrapper-job-detail .drag-image img {
    height: 48px;
    margin-bottom: 10px;
}
.wrapper-job-detail .phone:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.wrapper-job-detail #application-form .submit-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 440px;
    max-width: 100%;
}
.theme-light .wrapper-job-detail .apply-form-wrapper {
    background: #f4f4f6;
    border: 1px solid rgba(198, 197, 223, 0.8);
    border-radius: 24px;
}
.theme-light
    .wrapper-job-detail
    .apply-form-wrapper
    .apply-form
    .input-group-dropdown {
    background-color: rgba(255, 255, 255, 0.5) !important;
    border: 1px solid #e3e3e8 !important;
    -webkit-transition: border-color 0.25s;
    transition: border-color 0.25s;
}
.theme-light
    .wrapper-job-detail
    .apply-form-wrapper
    .apply-form
    .input-group-dropdown:hover {
    border-color: #b6b3ba !important;
}
.theme-light
    .wrapper-job-detail
    .apply-form-wrapper
    .apply-form
    .input-group-dropdown
    .form-control {
    background-color: rgba(255, 255, 255, 0) !important;
}
.wrapper-dictionary .letters {
    text-align: center;
}
.wrapper-dictionary .letters ul {
    list-style-type: none;
}
.wrapper-dictionary .letters ul li {
    color: #85828a;
    position: relative;
}
.wrapper-dictionary .letters ul li.active {
    color: #ff68ab;
}
.wrapper-dictionary .letters ul li.active::before {
    background-color: #ff68ab;
}
.wrapper-dictionary .letters ul li.active a {
    color: #ff68ab;
}
.wrapper-dictionary .letters ul li:not(:last-child) {
    margin-bottom: 6px;
}
.wrapper-dictionary .letters ul li a {
    text-decoration: none;
    color: #85828a;
    position: relative;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
    font-size: 14px;
    line-height: 18px;
}
.wrapper-dictionary .letters ul li a::before {
    content: "";
    position: absolute;
    left: calc(50% - 16px);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    width: 4px;
    height: 4px;
    background-color: #85828a;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
}
.wrapper-dictionary .letters ul li a.active {
    color: #ff68ab !important;
}
.wrapper-dictionary .letters ul li a.active::before {
    background-color: #ff68ab;
}
.wrapper-dictionary .is-hidden {
    display: none;
}
.wrapper-dictionary .input-search .close-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: none;
    right: 10px;
    position: absolute;
    color: #fff;
    font-size: 23px;
    z-index: 9;
}
.overflow-initial body,
.overflow-initial .wrapper {
    overflow: initial;
}
.overflow-initial .letters {
    top: 32px;
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    position: sticky;
}
.theme-light .wrapper-dictionary .page-top h1,
.theme-light .wrapper-dictionary .page-top .h1 {
    background: linear-gradient(250.15deg, #1a191c 28.3%, #8607d0 137.97%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0);
}
.theme-light .wrapper-dictionary .page-top p {
    color: #383847 !important;
}
.wrapper-meta-chain .page-content {
    margin-top: 0;
}
@media (max-width: 1199.98px) {
    .wrapper-meta-chain .page-content {
        margin-top: 13vw;
    }
}
@media (max-width: 991.98px) {
    .wrapper-meta-chain .page-content {
        margin-top: 20vw;
    }
}
@media (max-width: 767.98px) {
    .wrapper-meta-chain .page-content {
        margin-top: 20vw;
    }
}
@media (max-width: 575.98px) {
    .wrapper-meta-chain .page-content {
        margin-top: 25vw;
    }
}
.wrapper-meta-chain .coming {
    margin-bottom: 252px;
    position: relative;
    min-height: 327px;
}
.wrapper-meta-chain .coming .badges {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -220px;
}
@media (max-width: 1199.98px) {
    .wrapper-meta-chain .coming .badges {
        top: 50px;
    }
}
@media (max-width: 767.98px) {
    .wrapper-meta-chain .coming .badges {
        top: 0;
    }
}
.wrapper-meta-chain .coming-bg {
    white-space: nowrap;
    margin-top: -400px;
    position: absolute;
    font-size: 28vw;
    width: 106%;
    font-weight: 700;
    background: -webkit-linear-gradient(
        -86deg,
        #959393 5%,
        #2e2e2e 53%,
        #959393 91%
    );
    -webkit-background-clip: text;
    -webkit-text-stroke: 6px rgba(0, 0, 0, 0);
    color: #0a0b0b;
    opacity: 0.2;
    margin-left: -50px;
    overflow: hidden;
    text-align: center;
}
@media (max-width: 1600px) {
    .wrapper-meta-chain .coming-bg {
        margin-top: -340px;
    }
}
@media (max-width: 767.98px) {
    .wrapper-meta-chain .coming-bg {
        -webkit-text-stroke: 3px rgba(0, 0, 0, 0);
        margin-left: -15px;
        margin-top: -25vw;
    }
}
@media screen and (min-width: 1600px) {
    .wrapper-meta-chain .coming-bg {
        font-size: 279px;
        margin-top: -230px;
    }
}
.wrapper-meta-chain .coming > .container {
    margin-top: 100px;
}
@media (max-width: 1399.98px) {
    .wrapper-meta-chain .coming-bg {
        margin-top: -300px;
    }
    .wrapper-meta-chain .coming > .container {
        margin-top: 0;
    }
}
@media (max-width: 1199.98px) {
    .wrapper-meta-chain .coming {
        margin-bottom: 160px;
    }
    .wrapper-meta-chain .coming-bg {
        margin-top: -255px;
    }
    .wrapper-meta-chain .coming > .container {
        margin-top: 0;
    }
}
@media (max-width: 991.98px) {
    .wrapper-meta-chain .coming-bg {
        margin-top: -200px;
    }
    .wrapper-meta-chain .coming > .container {
        margin-top: -75px;
    }
}
@media (max-width: 767.98px) {
    .wrapper-meta-chain .coming {
        margin-bottom: 65px;
    }
    .wrapper-meta-chain .coming-bg {
        margin-top: -170px;
    }
}
@media (max-width: 575.98px) {
    .wrapper-meta-chain .coming-bg {
        margin-top: -126px;
    }
    .wrapper-meta-chain .coming > .container {
        margin-top: -50px;
    }
}
@media (max-width: 480px) {
    .wrapper-meta-chain .coming-bg {
        margin-top: -110px;
    }
    .wrapper-meta-chain .coming > .container {
        margin-top: -105px;
    }
}
@media (max-width: 438px) {
    .wrapper-meta-chain .coming-bg {
        margin-top: -95px;
    }
    .wrapper-meta-chain .coming > .container {
        margin-top: -150px;
    }
}
@media (max-width: 390px) {
    .wrapper-meta-chain .coming-bg {
        margin-top: -75px;
    }
    .wrapper-meta-chain .coming > .container {
        margin-top: -100px;
    }
}
.wrapper-meta-chain .coming-card {
    background: radial-gradient(
            137.27% 221.4% at 83.69% -37.27%,
            #101b43 0%,
            rgba(16, 27, 67, 0) 100%
        ),
        radial-gradient(
            33.83% 78.36% at 8.28% 50%,
            rgba(121, 13, 248, 0.2) 0%,
            rgba(0, 0, 0, 0) 100%
        ),
        #0d0d0e;
}
@media (max-width: 575.98px) {
    .wrapper-meta-chain .coming-card {
        margin-top: 75px;
    }
}
.wrapper-meta-chain .coming-card-img {
    position: relative;
    height: 440px;
    overflow: hidden;
}
@media (max-width: 991.98px) {
    .wrapper-meta-chain .coming-card-img {
        height: 100%;
    }
}
.wrapper-meta-chain .coming-card-img img {
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 24px;
    max-width: 100%;
}
@media (max-width: 991.98px) {
    .wrapper-meta-chain .coming-card-img img {
        position: static;
    }
}
.wrapper-meta-chain .coming-card-content {
    padding: 78px 64px 78px 0;
}
@media (max-width: 991.98px) {
    .wrapper-meta-chain .coming-card-content {
        padding: 48px 32px;
    }
}
.wrapper-meta-chain .coming-card-content .time {
    white-space: nowrap;
}
.wrapper-meta-chain .coming-card-content .time .days {
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: -0.04em;
}
@media (max-width: 1199.98px) {
    .wrapper-meta-chain .coming-card-content .time .days {
        font-size: 50px;
    }
}
@media (max-width: 767.98px) {
    .wrapper-meta-chain .coming-card-content .time .days {
        font-size: 40px;
    }
}
@media (max-width: 575.98px) {
    .wrapper-meta-chain .coming-card-content .time .days {
        font-size: 32px;
    }
}
.wrapper-meta-chain .coming-card-content .time .days .days-main-title {
    display: inline-block;
    position: relative;
    z-index: 1;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.wrapper-meta-chain .coming-card-content .time .days .days-main-title::before {
    display: inline-block;
    content: attr(title);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #f0d;
}
.wrapper-meta-chain .coming-card-content .time .days .days-main-title::after {
    display: inline-block;
    content: attr(title);
    position: absolute;
    top: 0;
    left: 2px;
    z-index: 3;
    background: rgba(23, 10, 40, 0.94);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.wrapper-meta-chain .coming-card-content .time .days .days-stroke-title {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    color: rgba(0, 0, 0, 0);
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 1px #f0d;
}
.wrapper-meta-chain
    .coming-card-content
    .time
    .days
    .days-stroke-title::before {
    display: inline-block;
    content: attr(title);
    position: absolute;
    top: -6px;
    left: 0;
    z-index: 2;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 1px #fff;
}
.wrapper-meta-chain .coming-card-content h3,
.wrapper-meta-chain .coming-card-content .h3 {
    background: linear-gradient(81.3deg, #caa0ff 44.61%, #af70ff 57.64%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0);
}
.wrapper-meta-chain .coming-card-content .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.wrapper-meta-chain .coming-card-content .form input {
    background: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(4.875px);
    backdrop-filter: blur(4.875px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(4.875px);
    border-radius: 12px;
    padding: 24px;
    color: #fff;
    width: 100%;
}
@media (max-width: 575.98px) {
    .wrapper-meta-chain .coming-card-content .form input {
        height: 40px;
        border-radius: 12px;
        padding: 12px;
        font-size: 14px;
        font-weight: 500;
    }
}
.wrapper-meta-chain .coming-card-content .form button {
    min-width: 72px;
    height: 72px;
}
@media (max-width: 575.98px) {
    .wrapper-meta-chain .coming-card-content .form button {
        width: 40px;
        height: 40px;
        min-width: 40px;
        border-radius: 8px;
        font-size: 14px;
    }
}
.wrapper-meta-chain .meta-cards {
    margin-bottom: 174px;
    position: relative;
    z-index: 2;
}
@media (max-width: 767.98px) {
    .wrapper-meta-chain .meta-cards {
        margin-bottom: 75px;
    }
}
.wrapper-meta-chain .meta-cards .row > div:nth-child(1) .meta-cards-item {
    background: linear-gradient(
            121.31deg,
            rgba(255, 194, 248, 0.1) 10.95%,
            rgba(146, 24, 123, 0.1) 89.87%
        ),
        rgba(0, 0, 0, 0.4);
}
.wrapper-meta-chain .meta-cards .row > div:nth-child(1) .meta-cards-item h5,
.wrapper-meta-chain .meta-cards .row > div:nth-child(1) .meta-cards-item .h5 {
    background: linear-gradient(99.29deg, #ffc2f8 18.59%, #92187b 91.86%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0);
}
.wrapper-meta-chain .meta-cards .row > div:nth-child(2) .meta-cards-item {
    background: linear-gradient(
            121.31deg,
            rgba(82, 224, 207, 0.1) 10.95%,
            rgba(18, 128, 114, 0.1) 89.87%
        ),
        rgba(0, 0, 0, 0.4);
}
.wrapper-meta-chain .meta-cards .row > div:nth-child(2) .meta-cards-item h5,
.wrapper-meta-chain .meta-cards .row > div:nth-child(2) .meta-cards-item .h5 {
    background: linear-gradient(114.69deg, #52e0cf 11.72%, #128072 94.09%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0);
}
.wrapper-meta-chain .meta-cards .row > div:nth-child(3) .meta-cards-item {
    background: linear-gradient(
            121.31deg,
            rgba(208, 160, 255, 0.1) 10.95%,
            rgba(107, 4, 255, 0.1) 89.87%
        ),
        rgba(0, 0, 0, 0.4);
}
.wrapper-meta-chain .meta-cards .row > div:nth-child(3) .meta-cards-item h5,
.wrapper-meta-chain .meta-cards .row > div:nth-child(3) .meta-cards-item .h5 {
    background: linear-gradient(99.29deg, #d0a0ff 18.59%, #6b04ff 91.86%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) {
    .wrapper-meta-chain .meta-cards .row .meta-cards-item .title {
        height: 144px;
    }
    .wrapper-meta-chain .meta-cards .row .meta-cards-item .desc {
        height: 78.38px;
    }
}
.wrapper-meta-chain .statistics {
    background-image: url(/assets/img/meta-chain/circle-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 220px;
}
@media (max-width: 1199.98px) {
    .wrapper-meta-chain .statistics {
        margin-bottom: 85px;
    }
}
.wrapper-meta-chain .statistics .job-heads {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 14px;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
@media (max-width: 1199.98px) {
    .wrapper-meta-chain .statistics .job-heads {
        width: 100%;
        background: none;
    }
}
.wrapper-meta-chain .statistics .job-heads-item {
    position: relative;
}
@media (max-width: 1199.98px) {
    .wrapper-meta-chain .statistics .job-heads-item {
        background: rgba(255, 255, 255, 0.05);
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(3px);
        border-radius: 12px;
        margin-bottom: 12px;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 16px 0;
    }
}
.wrapper-meta-chain .statistics .job-heads-item:not(:last-child):after {
    content: "";
    position: absolute;
    left: 99%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 70%;
    width: 1px;
    background-color: #918e96;
}
@media (max-width: 1199.98px) {
    .wrapper-meta-chain .statistics .job-heads-item:not(:last-child):after {
        left: 50%;
        top: 99%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
        height: 0;
    }
}
.wrapper-meta-chain .proof {
    margin-bottom: 186px;
    position: relative;
    z-index: 2;
}
@media (max-width: 767.98px) {
    .wrapper-meta-chain .proof {
        margin-bottom: 80px;
    }
}
.wrapper-meta-chain .proof-item {
    background: radial-gradient(
        136.85% 216.24% at 50% -35.54%,
        rgba(252, 112, 255, 0.1) 0%,
        rgba(0, 0, 0, 0) 100%
    );
}
.wrapper-meta-chain .proof-item > p {
    height: 39.19px;
}
@media (max-width: 767.98px) {
    .wrapper-meta-chain .proof-item > p {
        height: auto;
    }
}
.wrapper-meta-chain .explorer {
    position: relative;
    margin-bottom: 220px;
}
@media (max-width: 767.98px) {
    .wrapper-meta-chain .explorer {
        margin-bottom: 80px;
    }
}
.wrapper-meta-chain .explorer-card {
    padding: 69px 0;
    background-image: url(/assets/img/meta-chain/explorer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}
@media (max-width: 767.98px) {
    .wrapper-meta-chain .explorer-card {
        padding: 64px 59px;
    }
}
@media (max-width: 767.98px) {
    .wrapper-meta-chain .explorer-card h3,
    .wrapper-meta-chain .explorer-card .h3 {
        font-size: 20px;
    }
}
@media (max-width: 767.98px) {
    .wrapper-meta-chain .explorer-card button {
        font-size: 13px;
        border-radius: 8px;
    }
}
.wrapper-meta-chain .explorer-shadow {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.wrapper-meta-chain .signin {
    position: relative;
    margin-bottom: 155px;
}
@media (max-width: 767.98px) {
    .wrapper-meta-chain .signin {
        margin-bottom: 80px;
    }
}
.wrapper-meta-chain .signin .signin-card-text {
    max-width: 400px;
}
.wrapper-meta-chain .signin-card {
    padding: 72px;
    position: relative;
    z-index: 1;
}
@media (max-width: 767.98px) {
    .wrapper-meta-chain .signin-card {
        padding: 44px 24px;
        background-position: 70% center;
    }
}
@media (max-width: 767.98px) {
    .wrapper-meta-chain .signin-card p {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.5);
    }
}
@media (max-width: 767.98px) {
    .wrapper-meta-chain .signin-card button {
        font-size: 13px;
        height: 40px;
        padding: 12px 8px;
        border-radius: 8px;
    }
}
.wrapper-meta-chain .signin-card .border-gradient {
    background: -moz-linear-gradient(
        center bottom,
        rgb(14, 173, 173) 33%,
        rgb(0, 255, 255) 67%
    );
    padding: 2px;
}
.wrapper-meta-chain .universe {
    position: relative;
    margin-bottom: 180px;
}
@media (max-width: 767.98px) {
    .wrapper-meta-chain .universe {
        margin-bottom: 80px;
    }
}
.wrapper-meta-chain .universe .shadow-slider {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 250px !important;
}
.wrapper-meta-chain .universe .swiper {
    padding: 160px 0;
    position: relative;
}
.wrapper-meta-chain .universe .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrapper-meta-chain .universe .swiper-slide .circle {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    margin: 0 auto;
    background: #19191a;
    opacity: 0.7;
}
.wrapper-meta-chain .universe .swiper-slide .circle img {
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}
.wrapper-meta-chain .universe .swiper-slide-active {
    position: relative;
}
.wrapper-meta-chain .universe .swiper-slide-active .circle {
    position: relative;
    background-image: url(/assets/img/meta-chain/circle-gradient.png);
    opacity: 1;
}
.wrapper-meta-chain .universe .swiper-slide-active .circle img {
    -webkit-transform: scale(2);
    transform: scale(2);
}
.wrapper-meta-chain .universe .swiper-slide-active::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: radial-gradient(
            72.75% 72.75% at 86% 91.87%,
            rgba(0, 0, 0, 0.2) 0%,
            rgba(0, 0, 0, 0) 100%
        ),
        radial-gradient(
            62.62% 62.62% at 8.75% 10.19%,
            rgba(240, 230, 255, 0.7) 0%,
            rgba(240, 230, 255, 0) 100%
        ),
        #220266;
    opacity: 0.3;
    -webkit-filter: blur(61.9636px);
    filter: blur(61.9636px);
    border-radius: 35499.6px;
    width: 320px;
    height: 320px;
}
.wrapper-meta-chain .universe-content {
    margin-top: -100px;
}
.wrapper-meta-chain .universe-content .tiny-title {
    background: linear-gradient(91.42deg, #9269df 19.23%, #dfc7ff 114.72%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0);
}
.wrapper-meta-chain .universe-content .ts-medium {
    width: 70%;
    text-align: center;
    margin: 0 auto;
}
@media (max-width: 767.98px) {
    .wrapper-meta-chain .universe-content .ts-medium {
        width: 100%;
    }
}
.wrapper-meta-chain .universe-content button {
    background: rgba(255, 0, 118, 0.1);
    position: relative;
    border-radius: 16px;
}
.wrapper-meta-chain .universe-content button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    border: 2px solid rgba(0, 0, 0, 0);
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#ff54a6),
            to(#be6cf0)
        )
        border-box;
    background: linear-gradient(180deg, #ff54a6 0%, #be6cf0 100%) border-box;
    -webkit-mask: -webkit-gradient(
                linear,
                left top,
                left bottom,
                color-stop(0, #fff)
            )
            padding-box,
        -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.wrapper-meta-chain .news {
    margin-bottom: 300px;
}
@media (max-width: 767.98px) {
    .wrapper-meta-chain .news {
        margin-bottom: 80px;
    }
}
.wrapper-meta-chain .news .news-body-wrapper {
    position: relative;
    z-index: 1;
}
.wrapper-meta-chain .news .news-body-wrapper-bg {
    background: linear-gradient(
        107.71deg,
        rgba(89, 54, 240, 0.2) 9.28%,
        rgba(255, 0, 118, 0.2) 40.42%,
        rgba(255, 122, 122, 0.2) 55.01%,
        rgba(39, 196, 200, 0.2) 86.28%
    );
    -webkit-filter: blur(150px);
    filter: blur(150px);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.wrapper-meta-chain .news-body-item {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.wrapper-meta-chain .news-body-item:first-child {
    background: radial-gradient(
        136.85% 216.24% at 50% -35.54%,
        rgba(188, 131, 255, 0.2) 0%,
        rgba(0, 0, 0, 0) 100%
    );
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.wrapper-meta-chain .community {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 670px;
    position: relative;
}
.wrapper-meta-chain .community-content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 15px;
}
.wrapper-meta-chain .community picture {
    min-width: 100%;
}
.wrapper-meta-chain .community picture img {
    max-width: 100%;
}
@media (max-width: 767.98px) {
    .wrapper-meta-chain .community picture img {
        max-width: none;
        width: 100%;
    }
}
.meta-chain-animation-wrapper {
    position: relative;
    max-width: 1680px;
    font-size: 16px;
    background-color: #0d0d0e;
    margin: 0 auto;
    overflow: hidden;
}
@media (max-width: 1700px) {
    .meta-chain-animation-wrapper {
        font-size: 0.9445vw;
    }
}
@media (max-width: 1600px) {
    .meta-chain-animation-wrapper {
        margin: 0 auto 140px auto;
    }
}
@media (max-width: 991.98px) {
    .meta-chain-animation-wrapper {
        min-height: 600px;
    }
}
@media (max-width: 767.98px) {
    .meta-chain-animation-wrapper {
        min-height: 700px;
    }
}
@media (max-width: 575.98px) {
    .meta-chain-animation-wrapper {
        min-height: 575px;
    }
}
.meta-chain-animation-wrapper svg {
    position: relative;
}
.meta-chain-animation-wrapper .cube {
    position: absolute;
}
.meta-chain-animation-wrapper .cube img {
    width: 100%;
}
.meta-chain-animation-wrapper .cube.cube-1 {
    z-index: 1;
    top: 23.75em;
    left: -5.625em;
    width: 33.1875em;
}
.meta-chain-animation-wrapper .cube.cube-2 {
    z-index: 1;
    top: 21.875em;
    left: 47.5em;
    width: 13.125em;
}
.meta-chain-animation-wrapper .cube.cube-3 {
    z-index: 1;
    top: 14.375em;
    left: 51.875em;
    width: 5.75em;
}
.meta-chain-animation-wrapper .cube.cube-4 {
    z-index: 1;
    top: 24.1875em;
    left: 63.625em;
    width: 5.75em;
}
.meta-chain-animation-wrapper .cube.cube-5 {
    z-index: 1;
    top: 12.875em;
    left: 68.125em;
    width: 5.75em;
}
.meta-chain-animation-wrapper .cube.cube-6 {
    z-index: 1;
    top: 19.1875em;
    left: 86.3125em;
    width: 11.3125em;
}
.gateway-shadow {
    position: absolute;
    right: 21.375em;
    top: -6.0625em;
    width: 9.3125em;
    height: 30.4375em;
    -webkit-transform: skewY(29deg);
    transform: skewY(29deg);
    -webkit-box-shadow: 0px 0px 25.909em #ca51cc, 0px 0px 25.909em #cc518a;
    box-shadow: 0px 0px 25.909em #ca51cc, 0px 0px 25.909em #cc518a;
}
.meta-chain-animation-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    height: auto;
    padding-top: 16em;
}
@media (max-width: 1199.98px) {
    .meta-chain-animation-text {
        padding-top: 152px;
    }
}
@media (max-width: 575.98px) {
    .meta-chain-animation-text {
        padding-top: 90px;
    }
}
.meta-chain-animation-text .banner-text {
    width: 745px;
}
@media (max-width: 1199.98px) {
    .meta-chain-animation-text .banner-text {
        width: 645px;
    }
}
@media (max-width: 991.98px) {
    .meta-chain-animation-text .banner-text {
        width: 466px;
    }
}
@media (max-width: 767.98px) {
    .meta-chain-animation-text .banner-text {
        width: 80%;
    }
}
@media (max-width: 575.98px) {
    .meta-chain-animation-text .banner-text {
        width: 85%;
    }
}
.meta-chain-animation-text .banner-text h1,
.meta-chain-animation-text .banner-text .h1 {
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -2.6px;
    margin-bottom: 24px;
}
@media (max-width: 1199.98px) {
    .meta-chain-animation-text .banner-text h1,
    .meta-chain-animation-text .banner-text .h1 {
        font-size: 56px;
        line-height: 64px;
        margin-bottom: 16px;
    }
}
@media (max-width: 767.98px) {
    .meta-chain-animation-text .banner-text h1,
    .meta-chain-animation-text .banner-text .h1 {
        font-size: 40px;
        line-height: 48px;
        letter-spacing: -1px;
        margin-bottom: 8px;
    }
}
.meta-chain-animation-text .banner-text p {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.8px;
    color: #85828a;
    margin: 0;
}
@media (max-width: 1199.98px) {
    .meta-chain-animation-text .banner-text p {
        font-size: 18px;
        line-height: 28px;
    }
}
@media (max-width: 767.98px) {
    .meta-chain-animation-text .banner-text p {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: -0.4px;
    }
}
@media (max-width: 767.98px) {
    .meta-chain-animation-wrapper {
        padding-top: 130px;
    }
    .meta-chain-animation-wrapper svg {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
    }
    .gateway-shadow {
        right: 1em;
        -webkit-transform: skewY(29deg) scale(1.75);
        transform: skewY(29deg) scale(1.75);
    }
    .meta-chain-animation-text .breadcrumb {
        position: static !important;
    }
}
@media (max-width: 575.98px) {
    .meta-chain-animation-wrapper svg {
        -webkit-transform: scale(1.55);
        transform: scale(1.55);
    }
    .gateway-shadow {
        right: 7em;
        top: 34em;
        -webkit-transform: skewY(29deg) scale(1.55);
        transform: skewY(29deg) scale(1.55);
    }
}
@media (min-width: 1680px) {
    .meta-chain-animation-wrapper .cube.cube-1 {
        left: -4em;
    }
}
.wrapper-meta-coin {
    background-color: #0d0d0e;
}
.wrapper-meta-coin .page-content {
    background-color: #0d0d0e;
    margin-top: -110px;
}
@media (max-width: 991.98px) {
    .wrapper-meta-coin .page-content {
        margin-top: -50px;
    }
}
@media (max-width: 991.98px) {
    .wrapper-meta-coin .page-content {
        margin-top: 0;
    }
}
@media (max-width: 575.98px) {
    .wrapper-meta-coin .page-content {
        margin-top: 20vw;
    }
}
@media (max-width: 767.98px) {
    .wrapper-meta-coin .meta-cards {
        margin-bottom: 80px;
    }
}
.wrapper-meta-coin .meta-cards .row > div:nth-child(1) .meta-cards-item {
    background: linear-gradient(
            121.31deg,
            rgba(255, 194, 248, 0.1) 10.95%,
            rgba(146, 24, 123, 0.1) 89.87%
        ),
        rgba(0, 0, 0, 0.4);
}
.wrapper-meta-coin .meta-cards .row > div:nth-child(1) .meta-cards-item h5,
.wrapper-meta-coin .meta-cards .row > div:nth-child(1) .meta-cards-item .h5 {
    background: linear-gradient(99.29deg, #ffc2f8 18.59%, #92187b 91.86%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0);
}
.wrapper-meta-coin .meta-cards .row > div:nth-child(2) .meta-cards-item {
    background: linear-gradient(
            121.31deg,
            rgba(82, 224, 207, 0.1) 10.95%,
            rgba(18, 128, 114, 0.1) 89.87%
        ),
        rgba(0, 0, 0, 0.4);
}
.wrapper-meta-coin .meta-cards .row > div:nth-child(2) .meta-cards-item h5,
.wrapper-meta-coin .meta-cards .row > div:nth-child(2) .meta-cards-item .h5 {
    background: linear-gradient(114.69deg, #52e0cf 11.72%, #128072 94.09%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0);
}
.wrapper-meta-coin .meta-cards .row > div:nth-child(3) .meta-cards-item {
    background: linear-gradient(
            121.31deg,
            rgba(208, 160, 255, 0.1) 10.95%,
            rgba(107, 4, 255, 0.1) 89.87%
        ),
        rgba(0, 0, 0, 0.4);
}
.wrapper-meta-coin .meta-cards .row > div:nth-child(3) .meta-cards-item h5,
.wrapper-meta-coin .meta-cards .row > div:nth-child(3) .meta-cards-item .h5 {
    background: linear-gradient(99.29deg, #d0a0ff 18.59%, #6b04ff 91.86%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0);
}
.wrapper-meta-coin .statistics {
    padding: 120px 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 220px;
}
@media (max-width: 767.98px) {
    .wrapper-meta-coin .statistics {
        margin-bottom: 44px;
        padding: 10px 0;
    }
}
.wrapper-meta-coin .statistics .job-heads {
    width: 100%;
    background: none;
}
.wrapper-meta-coin .statistics .job-heads-item {
    background: rgba(255, 255, 255, 0.05);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    border-radius: 16px;
    margin-bottom: 12px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.wrapper-meta-coin
    .statistics
    .job-heads
    .col-lg-3:nth-child(even)
    .job-heads-item {
    background: rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
@media (max-width: 767.98px) {
    .wrapper-meta-coin
        .statistics
        .job-heads
        .col-lg-3:nth-child(3)
        .job-heads-item {
        background: rgba(0, 0, 0, 0.1);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }
}
@media (max-width: 767.98px) {
    .wrapper-meta-coin
        .statistics
        .job-heads
        .col-lg-3:nth-child(4)
        .job-heads-item {
        background: rgba(255, 255, 255, 0.05);
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(3px);
    }
}
@media (max-width: 767.98px) {
    .wrapper-meta-coin
        .statistics
        .job-heads
        .col-lg-3:nth-child(5)
        .job-heads-item {
        background: rgba(255, 255, 255, 0.05);
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(3px);
    }
}
@media (max-width: 767.98px) {
    .wrapper-meta-coin
        .statistics
        .job-heads
        .col-lg-3:nth-child(6)
        .job-heads-item {
        background: rgba(0, 0, 0, 0.1);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }
}
@media (max-width: 767.98px) {
    .wrapper-meta-coin
        .statistics
        .job-heads
        .col-lg-3:nth-child(7)
        .job-heads-item {
        background: rgba(0, 0, 0, 0.1);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }
}
@media (max-width: 767.98px) {
    .wrapper-meta-coin
        .statistics
        .job-heads
        .col-lg-3:nth-child(8)
        .job-heads-item {
        background: rgba(255, 255, 255, 0.05);
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(3px);
    }
}
@media (max-width: 767.98px) {
    .wrapper-meta-coin .statistics .job-heads {
        margin-bottom: 80px;
    }
}
.wrapper-meta-coin .buy {
    margin-bottom: 220px;
}
@media (max-width: 767.98px) {
    .wrapper-meta-coin .buy {
        margin-bottom: 64px;
    }
}
.wrapper-meta-coin .buy .col-12:first-child .proof-item {
    background: radial-gradient(
            136.85% 216.24% at 50% -35.54%,
            rgba(188, 131, 255, 0.2) 0%,
            rgba(0, 0, 0, 0) 100%
        ),
        rgba(0, 0, 0, 0.4);
}
.wrapper-meta-coin .buy .col-12:last-child .proof-item {
    background: radial-gradient(
            136.85% 216.24% at 50% -35.54%,
            rgba(255, 131, 220, 0.2) 0%,
            rgba(0, 0, 0, 0) 100%
        ),
        -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))),
        rgba(0, 0, 0, 0.4);
    background: radial-gradient(
            136.85% 216.24% at 50% -35.54%,
            rgba(255, 131, 220, 0.2) 0%,
            rgba(0, 0, 0, 0) 100%
        ),
        linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
        rgba(0, 0, 0, 0.4);
}
.wrapper-meta-coin .buy .img-wrapper {
    height: 280px;
    display: grid;
    place-items: center;
}
.wrapper-meta-coin .buy img {
    max-width: 100%;
}
.wrapper-meta-coin .proof {
    margin-bottom: 137px;
}
@media (max-width: 767.98px) {
    .wrapper-meta-coin .proof {
        margin-bottom: 80px;
    }
}
.wrapper-meta-coin .proof-item {
    background: radial-gradient(
        136.85% 216.24% at 50% -35.54%,
        rgba(204, 181, 255, 0.1) 0%,
        rgba(0, 0, 0, 0) 100%
    );
}
.wrapper-meta-coin .proof-item > div {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.wrapper-meta-coin .proof-item .badge {
    padding: 12px 16px;
    border-radius: 12px;
}
@media (max-width: 767.98px) {
    .wrapper-meta-coin .proof-item .badge {
        font-size: 12px;
        border: none !important;
        background: none !important;
        padding: 0;
    }
}
@media (max-width: 767.98px) {
    .wrapper-meta-coin .proof-item h6,
    .wrapper-meta-coin .proof-item .h6 {
        font-size: 24px;
    }
}
@media (max-width: 767.98px) {
    .wrapper-meta-coin .proof-item p {
        font-size: 14px;
        margin-bottom: 16px;
    }
}
@media (min-width: 768px) {
    .wrapper-meta-coin .proof-item p {
        min-height: 67.19px;
    }
}
@media (max-width: 767.98px) {
    .wrapper-meta-coin .proof-item button {
        padding: 4px;
        font-size: 13px;
        border-radius: 4px;
    }
}
.wrapper-meta-coin .signin {
    position: relative;
    margin-bottom: 282px;
}
@media (max-width: 991.98px) {
    .wrapper-meta-coin .signin {
        margin-bottom: 80px;
    }
}
.wrapper-meta-coin .signin .air-drop-bg {
    background: linear-gradient(
        107.71deg,
        rgba(89, 54, 240, 0.2) 9.28%,
        rgba(255, 0, 118, 0.2) 40.42%,
        rgba(255, 122, 122, 0.2) 55.01%,
        rgba(39, 196, 200, 0.2) 86.28%
    );
    -webkit-filter: blur(150px);
    filter: blur(150px);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.wrapper-meta-coin .signin-card {
    padding: 116px 87px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: radial-gradient(
            88.83% 285.06% at 25.8% -31.16%,
            rgba(131, 173, 255, 0.2) 0%,
            rgba(0, 0, 0, 0) 100%
        ),
        #000;
}
.wrapper-meta-coin .signin-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    border: 3px solid rgba(0, 0, 0, 0);
    background: linear-gradient(
            107.71deg,
            #5936f0 9.28%,
            #ff0076 40.42%,
            #ff7a7a 55.01%,
            #27c4c8 86.28%
        )
        border-box;
    -webkit-mask: -webkit-gradient(
                linear,
                left top,
                left bottom,
                color-stop(0, #fff)
            )
            padding-box,
        -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}
@media (max-width: 991.98px) {
    .wrapper-meta-coin .signin-card {
        padding: 36px;
    }
}
@media (max-width: 767.98px) {
    .wrapper-meta-coin .signin-card {
        padding: 24px;
    }
}
.wrapper-meta-coin .signin-card .h5 {
    max-width: 550px;
}
@media (max-width: 575.98px) {
    .wrapper-meta-coin .signin-card .h5 {
        font-size: 20px;
    }
}
.wrapper-meta-coin .signin-card .air-drop {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
@media (max-width: 767.98px) {
    .wrapper-meta-coin .signin-card .air-drop-head {
        margin-bottom: 132px !important;
    }
}
@media (max-width: 767.98px) {
    .wrapper-meta-coin .signin-card {
        padding: 44px 24px;
        background-position: 70% center;
    }
}
@media (max-width: 575.98px) {
    .wrapper-meta-coin .signin-card p {
        font-size: 14px;
    }
}
@media (max-width: 767.98px) {
    .wrapper-meta-coin .signin-card button {
        font-size: 13px;
        height: 40px;
        padding: 12px 8px;
        border-radius: 8px;
    }
}
.wrapper-meta-coin .signin-card .border-gradient {
    background: -moz-linear-gradient(
        center bottom,
        rgb(14, 173, 173) 33%,
        rgb(0, 255, 255) 67%
    );
    padding: 2px;
}
.wrapper-meta-coin .community {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 670px;
    position: relative;
}
.wrapper-meta-coin .community-content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 15px;
}
.wrapper-meta-coin .community picture {
    min-width: 100%;
}
.wrapper-meta-coin .community picture img {
    max-width: 100%;
}
@media (max-width: 767.98px) {
    .wrapper-meta-coin .community picture img {
        max-width: none;
        width: 100%;
    }
}
.wrapper-meta-coin .section-tokenomics2 {
    position: relative;
    -webkit-transition: background-position-y 3s;
    transition: background-position-y 3s;
    height: 900px;
    margin-bottom: 250px;
}
@media (max-width: 767.98px) {
    .wrapper-meta-coin .section-tokenomics2 {
        height: 400px !important;
        min-height: 400px !important;
        background-position: 0;
        background-repeat: no-repeat;
        background-size: cover;
    }
}
@media (max-width: 575.98px) {
    .wrapper-meta-coin .section-tokenomics2 {
        height: 320px !important;
        min-height: 320px !important;
        background-position: 0;
        background-repeat: no-repeat;
    }
}
@media (max-width: 575.98px) {
    .wrapper-meta-coin .section-tokenomics2 .img-fluid {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
    }
}
.wrapper-meta-coin .section-tokenomics2 .container {
    position: relative;
    z-index: 2;
}
.wrapper-meta-coin .section-tokenomics2 .wave {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
}
@media (max-width: 767.98px) {
    .wrapper-meta-coin .section-tokenomics2 .wave {
        bottom: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.wrapper-meta-coin .section-tokenomics2 .wave img {
    width: 100%;
}
@media (max-width: 767.98px) {
    .wrapper-meta-coin .section-tokenomics2 .wave img {
        bottom: 0;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
.wrapper-meta-coin .section-tokenomics2 .wave.wave-1 {
    top: 0;
    -webkit-transform: scale(-1);
    transform: scale(-1);
}
.wrapper-meta-coin #rain-container2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    overflow: hidden;
}
.wrapper-meta-coin .chart {
    z-index: 3;
    position: relative;
}
.wrapper-meta-coin .droplet-purple {
    position: absolute;
    top: -50px;
    height: 40px;
    width: 1px;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(19.99%, rgba(0, 0, 0, 0)),
        color-stop(95.33%, #5936f0)
    );
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 19.99%, #5936f0 95.33%);
}
@media (max-width: 991.98px) {
    .wrapper-meta-coin .section-tokenomics2 {
        margin-bottom: 160px;
    }
}
@media (max-width: 767.98px) {
    .wrapper-meta-coin .section-tokenomics2 {
        min-height: 593px;
    }
}
@media (max-width: 575.98px) {
    .wrapper-meta-coin .section-tokenomics2 .wave.wave-1,
    .wrapper-meta-coin #rain-container2 {
        top: 140px;
    }
}
.meta-coin-animation-wrapper {
    position: relative;
    max-width: 1680px;
    min-height: 515px;
    margin: 0 auto;
}
@media (max-width: 575.98px) {
    .meta-coin-animation-wrapper svg {
        -webkit-transform: scale(1.5) translate(0, 95px);
        transform: scale(1.5) translate(0, 95px);
    }
}
.meta-coin-animation-wrapper .page-banner {
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding-top: 130px;
}
.meta-coin-animation-wrapper .banner-text {
    margin-top: 8.5vw;
    position: relative;
    z-index: 3;
}
@media (max-width: 767.98px) {
    .meta-coin-animation-wrapper .banner-text {
        margin-top: 0;
    }
}
@media (max-width: 767.98px) {
    .meta-coin-animation-wrapper .banner-text h1,
    .meta-coin-animation-wrapper .banner-text .h1 {
        font-size: 40px;
        line-height: 48px;
    }
}
@media (max-width: 767.98px) {
    .meta-coin-animation-wrapper .banner-text p {
        font-size: 14px;
    }
}
.wrapper-nft .nft-hand-animation {
    position: relative;
    font-size: 16px;
    padding-top: 24em;
    overflow: hidden;
}
.wrapper-nft .nft-hand-animation::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
    height: 37.6875em;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(2.24%, rgba(0, 0, 0, 0)),
        color-stop(100%, #0d0d0e),
        color-stop(100%, #0d0d0e),
        to(#000000)
    );
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 2.24%,
        #0d0d0e 100%,
        #0d0d0e 100%,
        #000000 100%
    );
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.wrapper-nft .nft-hand-animation .nft-hand {
    width: 58.6875em;
    margin: 0 auto;
}
.wrapper-nft .nft-hand-animation .nft-hand img {
    width: 100%;
}
.wrapper-nft .nft-hand-animation .bg-all {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}
.wrapper-nft .nft-hand-animation .nft-hand-inner {
    position: relative;
    max-width: 1680px;
    margin: 0 auto;
    min-height: 700px;
}
@media (max-width: 991.98px) {
    .wrapper-nft .nft-hand-animation .nft-hand-inner {
        min-height: 400px;
    }
}
@media (max-width: 767.98px) {
    .wrapper-nft .nft-hand-animation .nft-hand-inner {
        min-height: 234px;
    }
}
.wrapper-nft .nft-hand-animation .nft-hand-inner .nft {
    position: absolute;
    z-index: 3;
}
.wrapper-nft .nft-hand-animation .nft-hand-inner .nft img {
    width: 100%;
}
.wrapper-nft .nft-hand-animation .nft-hand-inner .nft.nft-1 {
    width: 23.6875em;
    left: 13.125em;
    top: 11.25em;
}
.wrapper-nft .nft-hand-animation .nft-hand-inner .nft.nft-2 {
    width: 28.625em;
    left: 40em;
    top: 30em;
}
.wrapper-nft .nft-hand-animation .nft-hand-inner .nft.nft-3 {
    width: 36.0625em;
    right: 0.625em;
    top: 9.375em;
}
.wrapper-nft .nft-hand-animation .nft-hand-header {
    position: absolute;
    top: 12em;
    z-index: 7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
.wrapper-nft .nft-hand-animation .nft-hand-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrapper-nft .nft-hand-animation .nft-hand-header .container > .title {
    width: 737px;
    text-align: center;
    margin: 0;
}
.wrapper-nft .nft-hand-animation .nft-hand-header .container > .desc {
    margin: 16px 0 32px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
}
.wrapper-nft .nft-hand-animation .nft-hand-header .container > .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.wrapper-nft .nft-hand-animation .nft-hand-header .container > .buttons > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.6px;
    width: 131px;
    height: 48px;
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    text-decoration: none;
}
.wrapper-nft
    .nft-hand-animation
    .nft-hand-header
    .container
    > .buttons
    > a.discover {
    margin-right: 12px;
    background: #ff0076;
    color: #fff;
}
.wrapper-nft
    .nft-hand-animation
    .nft-hand-header
    .container
    > .buttons
    > a.create {
    background: #fff;
    color: #000;
}
.wrapper-nft .section-how-to-create {
    position: relative;
    margin: 32px 0 160px;
    z-index: 1;
}
.wrapper-nft .section-how-to-create > .container {
    position: relative;
}
.wrapper-nft .section-how-to-create > .container .nft-card-01 {
    position: relative;
    padding: 32px;
    width: calc(50% - 12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
}
.wrapper-nft .section-how-to-create > .container .nft-card-01 .animation-area {
    height: 334px;
    margin-bottom: 24px;
    border-radius: 12px;
    overflow: hidden;
    background: #000;
}
.wrapper-nft
    .section-how-to-create
    > .container
    .nft-card-01
    .animation-area
    > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 767.98px) {
    .wrapper-nft
        .section-how-to-create
        > .container
        .nft-card-01
        .animation-area {
        height: 232px;
    }
}
.wrapper-nft .section-how-to-create > .container .nft-card-01 .card-title {
    color: #fff;
    margin-bottom: 12px;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.wrapper-nft .section-how-to-create > .container .nft-card-01 .card-desc {
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 24px;
    height: 75.56px;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.wrapper-nft .section-how-to-create > .container .nft-card-01 .card-button {
    color: #000;
    height: 48px;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}
.wrapper-nft .section-how-to-create::before {
    content: "";
    top: -200px;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(2.24%, rgba(0, 0, 0, 0)),
        color-stop(18.66%, #0d0d0e),
        color-stop(18.66%, #0d0d0e),
        color-stop(18.66%, #0d0d0e)
    );
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 2.24%,
        #0d0d0e 18.66%,
        #0d0d0e 18.66%,
        #0d0d0e 18.66%
    );
}
.wrapper-nft .section-chain-cards {
    background: #0d0d0e;
    margin-bottom: 160px;
    padding-bottom: 0;
}
.wrapper-nft .section-nft-guides {
    margin-bottom: 160px;
}
.wrapper-nft .section-nft-guides .guides-card {
    padding: 32px;
    background: #1a191c;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
}
.wrapper-nft .section-nft-guides .guides-card .card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
}
.wrapper-nft .section-nft-guides .guides-card .card-header .title {
    margin-left: 12px;
}
.wrapper-nft .section-nft-guides .guides-card .card-body {
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 0;
    height: 75.56px;
}
@media (max-width: 767.98px) {
    .wrapper-nft .section-nft-guides .guides-card .card-body {
        height: auto;
        font-size: 14px;
    }
}
.wrapper-nft .section-create-your-own > .container {
    height: 529px;
    border-radius: 16px;
    background-size: cover;
}
.wrapper-nft .section-create-your-own > .container .left-side .left-card {
    width: 373px;
}
.wrapper-nft
    .section-create-your-own
    > .container
    .left-side
    .left-card
    .left-header {
    position: relative;
}
.wrapper-nft
    .section-create-your-own
    > .container
    .left-side
    .left-card
    .left-header
    .nft-text {
    color: #ff0076;
    padding: 3.53564px 14.1426px;
    position: absolute;
    right: -31.55px;
    top: 0;
    background: rgba(255, 0, 118, 0.1);
    border: 0.88391px solid #ff2387;
    border-radius: 10.6069px;
}
.wrapper-nft
    .section-create-your-own
    > .container
    .left-side
    .left-card
    .left-desc {
    margin: 32px 0;
    color: rgba(255, 255, 255, 0.4);
}
.wrapper-nft
    .section-create-your-own
    > .container
    .left-side
    .left-card
    .left-button {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 48px;
    padding: 0 12px;
    background: #fff;
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    text-decoration: none;
}
.wrapper-nft .section-create-your-own > .container .right-side {
    overflow: hidden;
    padding-left: 43px !important;
}
@media screen and (max-width: 1680px) {
    .wrapper-nft .nft-hand-animation {
        font-size: 0.955vw;
    }
}
@media screen and (max-width: 1199px) {
    .section-create-your-own > .container .right-side > img {
        width: 500px;
    }
}
@media screen and (max-width: 992px) {
    .wrapper-nft .section-how-to-create {
        margin-bottom: 90px;
    }
    .wrapper-nft .section-how-to-create > .container .nft-card-01 {
        margin-bottom: 24px;
        padding: 20px;
    }
    .wrapper-nft .section-how-to-create > .container .nft-card-01 .card-title {
        color: #fff;
        margin-bottom: 12px;
        -webkit-line-clamp: 2;
        overflow: hidden;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        height: 71.81px;
    }
    .wrapper-nft .section-how-to-create > .container .nft-card-01 .card-desc {
        color: rgba(255, 255, 255, 0.4);
        margin-bottom: 24px;
        height: 100.75px;
        -webkit-line-clamp: 4;
        overflow: hidden;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
    .wrapper-nft .section-how-to-create > .container .nft-card-01 .card-button {
        color: #000;
        height: 48px;
        width: 100%;
        background: #fff;
        -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
        border-radius: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-decoration: none;
    }
    .wrapper-nft .section-create-your-own > .container {
        height: 400px;
    }
    .wrapper-nft .section-create-your-own > .container .left-side .left-card {
        width: 100%;
        padding-left: 20px;
    }
    .wrapper-nft
        .section-create-your-own
        > .container
        .left-side
        .left-card
        .left-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .wrapper-nft
        .section-create-your-own
        > .container
        .left-side
        .left-card
        .left-header
        .nft-title {
        white-space: nowrap;
    }
    .wrapper-nft
        .section-create-your-own
        > .container
        .left-side
        .left-card
        .left-header
        .nft-text {
        position: static;
        right: auto;
        top: auto;
        margin: 0 0 0 6px;
    }
    .wrapper-nft .section-create-your-own > .container .right-side {
        padding-left: 48px !important;
    }
    .wrapper-nft .section-create-your-own > .container .right-side > img {
        width: 350px;
    }
    .wrapper-nft .nft-hand-animation .nft-hand-header {
        top: 14em;
    }
    .wrapper-nft .nft-hand-animation .nft-hand-header .container > .title {
        width: 100%;
    }
    .wrapper-nft .section-how-to-create,
    .wrapper-nft .section-chain-cards,
    .wrapper-nft .section-nft-guides {
        margin-bottom: 64px;
    }
}
@media screen and (max-width: 767px) {
    .wrapper-nft .nft-hand-animation {
        padding-top: 130px;
    }
    .wrapper-nft .nft-hand-animation .nft-hand-header {
        top: 25em;
    }
    .wrapper-nft .nft-hand-animation .nft-hand-header .container > .title {
        width: 100%;
        font-size: 26px;
        letter-spacing: -1px;
    }
    .wrapper-nft .nft-hand-animation .nft-hand-header .container > .desc {
        font-size: 1rem;
        margin: 10px 0 22px;
    }
    .wrapper-nft .nft-hand-animation .nft-hand-inner {
        margin-top: 120px;
    }
    .wrapper-nft .section-how-to-create > .container {
        display: block !important;
    }
    .wrapper-nft .section-how-to-create > .container .nft-card-01 {
        width: 100%;
        padding: 16px;
    }
    .wrapper-nft .section-how-to-create > .container .nft-card-01 .card-title {
        -webkit-line-clamp: initial;
        height: auto;
    }
    .wrapper-nft .section-how-to-create > .container .nft-card-01 .card-desc {
        height: auto;
        -webkit-line-clamp: initial;
        font-size: 14px;
    }
    .wrapper-nft .section-how-to-create::before {
        top: -70px;
        height: 224px;
    }
    .wrapper-nft .section-nft-guides .guides-card {
        padding: 24px;
    }
    .wrapper-nft .section-nft-guides .guides-card .card-header {
        margin-bottom: 12px;
    }
    .wrapper-nft .section-create-your-own > .container {
        height: auto;
        border-radius: 16px;
        padding: 24px 20px !important;
    }
    .wrapper-nft .section-create-your-own > .container > .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .wrapper-nft .section-create-your-own > .container .left-side .left-card {
        padding-left: 0;
    }
    .wrapper-nft .section-create-your-own > .container .right-side {
        padding-left: 0 !important;
        margin-bottom: 32px;
    }
    .wrapper-nft .section-create-your-own > .container .right-side > img {
        width: 100%;
    }
}
.wrapper-orientation .page-title-desc {
    height: 460px;
}
@media (max-width: 991.98px) {
    .wrapper-orientation .page-title-desc {
        height: 430px;
    }
}
@media (max-width: 575.98px) {
    .wrapper-orientation .page-title-desc {
        height: 400px;
    }
}
.wrapper-orientation .page-title-desc h1,
.wrapper-orientation .page-title-desc .h1 {
    margin-top: 167px;
}
@media (max-width: 991.98px) {
    .wrapper-orientation .page-title-desc h1,
    .wrapper-orientation .page-title-desc .h1 {
        margin-top: 112px;
    }
}
.wrapper-orientation .page-title-desc .confeti {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -120px;
    z-index: -1;
    width: 952px;
    max-width: 100%;
}
@media (max-width: 767.98px) {
    .wrapper-orientation .page-title-desc .confeti {
        top: -60px;
    }
}
.wrapper-orientation .orientation-form {
    margin-bottom: 50px;
}
.wrapper-orientation .orientation-form .form-content {
    padding-bottom: 56px;
    border-bottom: 1px solid #383847;
}
.wrapper-orientation .orientation-form .form-content .custom-form-radio {
    background: #121216;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.wrapper-orientation .orientation-form .form-content .custom-form-radio label {
    background: #1b1b22;
    border-radius: 12px;
    border: 1px solid #383847;
    border-radius: 12px !important;
    padding: 16px 12px 16px 40px;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.4px;
    -webkit-transition: border 0.25s;
    transition: border 0.25s;
}
.wrapper-orientation
    .orientation-form
    .form-content
    .custom-form-radio
    label::before {
    left: 12px;
}
.wrapper-orientation
    .orientation-form
    .form-content
    .custom-form-radio
    label::after {
    left: 16px;
}
.wrapper-orientation
    .orientation-form
    .form-content
    .custom-form-radio
    input[type="radio"]:checked
    + label {
    border: 1px solid #fb3792;
}
.wrapper-orientation .orientation-form .form-content .orientation-choose-love {
    padding-top: 96px;
}
@media (max-width: 767.98px) {
    .wrapper-orientation
        .orientation-form
        .form-content
        .orientation-choose-love {
        padding-top: 56px;
    }
}
.wrapper-orientation
    .orientation-form
    .form-content
    .orientation-choose-love
    .orientation-choose-love-selects {
    background: #121216;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 24px;
}
.wrapper-orientation
    .orientation-form
    .form-content
    .orientation-choose-love
    > img {
    width: 184px;
    top: 15px;
    z-index: -1;
}
.wrapper-orientation
    .orientation-form
    .form-content
    .orientation-choose-love
    > img.pos-left {
    left: 64px;
}
.wrapper-orientation
    .orientation-form
    .form-content
    .orientation-choose-love
    > img.pos-right {
    right: 64px;
}
@media (max-width: 991.98px) {
    .wrapper-orientation
        .orientation-form
        .form-content
        .orientation-choose-love
        > img {
        width: 160px;
    }
    .wrapper-orientation
        .orientation-form
        .form-content
        .orientation-choose-love
        > img.pos-left {
        left: 32px;
    }
    .wrapper-orientation
        .orientation-form
        .form-content
        .orientation-choose-love
        > img.pos-right {
        right: 32px;
    }
}
@media (max-width: 767.98px) {
    .wrapper-orientation
        .orientation-form
        .form-content
        .orientation-choose-love
        > img {
        width: 110px;
    }
    .wrapper-orientation
        .orientation-form
        .form-content
        .orientation-choose-love
        > img.pos-left {
        left: 16px;
    }
    .wrapper-orientation
        .orientation-form
        .form-content
        .orientation-choose-love
        > img.pos-right {
        right: 16px;
    }
}
.wrapper-orientation .orientation-boxes .orientation-box {
    background: #1b1b22;
    width: calc(50% - 12px);
}
@media (max-width: 575.98px) {
    .wrapper-orientation .orientation-boxes .orientation-box {
        width: 100%;
    }
    .wrapper-orientation .orientation-boxes .orientation-box:not(:last-child) {
        margin-bottom: 24px;
    }
}
.wrapper-orientation .orientation-boxes .orientation-box .desc {
    width: 264px;
    max-width: 100%;
}
.wrapper-orientation .meet-metatime-container .left-side {
    width: 456px;
}
@media (max-width: 1199.98px) {
    .wrapper-orientation .meet-metatime-container .left-side {
        width: 390px;
    }
}
@media (max-width: 991.98px) {
    .wrapper-orientation .meet-metatime-container .left-side {
        width: calc(50% - 12px);
    }
}
@media (max-width: 767.98px) {
    .wrapper-orientation .meet-metatime-container .left-side {
        width: 100%;
        margin-bottom: 24px;
    }
}
.wrapper-orientation .meet-metatime-container .left-side .video-container {
    width: 100%;
    height: 768px;
    background: #121216;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
}
.wrapper-orientation
    .meet-metatime-container
    .left-side
    .video-container
    video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 1199.98px) {
    .wrapper-orientation .meet-metatime-container .left-side .video-container {
        height: 550px;
    }
}
.wrapper-orientation .meet-metatime-container .left-side > img {
    left: 320px;
    width: 320px;
    top: 132px;
}
@media (max-width: 1199.98px) {
    .wrapper-orientation .meet-metatime-container .left-side > img {
        width: 240px;
        top: 50px;
        left: 290px;
    }
}
@media (max-width: 991.98px) {
    .wrapper-orientation .meet-metatime-container .left-side > img {
        display: none;
    }
}
.wrapper-orientation .meet-metatime-container .right-side {
    width: 456px;
}
@media (max-width: 1199.98px) {
    .wrapper-orientation .meet-metatime-container .right-side {
        width: 390px;
    }
}
@media (max-width: 991.98px) {
    .wrapper-orientation .meet-metatime-container .right-side {
        width: calc(50% - 12px);
    }
}
@media (max-width: 767.98px) {
    .wrapper-orientation .meet-metatime-container .right-side {
        width: 100%;
    }
}
.wrapper-orientation .meet-metatime-container .right-side .video-container {
    width: 100%;
    height: 768px;
    background: #121216;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
}
.wrapper-orientation
    .meet-metatime-container
    .right-side
    .video-container
    video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 1199.98px) {
    .wrapper-orientation .meet-metatime-container .right-side .video-container {
        height: 550px;
    }
}
.wrapper-orientation .meet-metatime-container .right-side > img {
    right: 320px;
    width: 320px;
    top: 132px;
}
@media (max-width: 1199.98px) {
    .wrapper-orientation .meet-metatime-container .right-side > img {
        width: 240px;
        top: 50px;
        right: 270px;
    }
}
@media (max-width: 991.98px) {
    .wrapper-orientation .meet-metatime-container .right-side > img {
        display: none;
    }
}
.wrapper-orientation .map-container .map {
    background: #121216;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
#map {
    height: 492px;
    width: 100%;
}
#map a {
    outline: none;
    border: none;
}
#map .gm-style-iw-c {
    padding: 16px;
    background: #1b1b22;
    border: 1px solid #383847;
    border-radius: 16px 16px 16px 0px;
    width: 264px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translate3d(0%, -95%, 0);
    transform: translate3d(0%, -95%, 0);
}
#map .gm-style-iw-c:before {
    display: none;
}
#map .gm-style-iw-c .gm-style-iw-d {
    overflow: auto !important;
}
#map .gm-ui-hover-effect,
#map .gm-style-iw-tc {
    display: none !important;
}
#map .gmnoprint a,
#map .gmnoprint span,
#map .gm-style-cc {
    display: none;
}
#map .gmnoprint div {
    background: none !important;
}
#map img[alt="Google"] {
    display: none;
}
#map .infoWindow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 12px;
    position: relative;
    padding: 0 16px 16px 0;
}
#map .infoWindow .info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
#map .infoWindow .info h3,
#map .infoWindow .info .h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.6px;
    color: #fff;
    margin-bottom: 12px;
}
#map .infoWindow .info p {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.2px;
    color: #fff;
    margin-bottom: 0 !important;
}
.wrapper-launchpad {
    overflow: hidden;
}
.wrapper-launchpad .page-banner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
}
@media (max-width: 575.98px) {
    .wrapper-launchpad .page-banner {
        padding-left: 0;
        padding-right: 0;
    }
}
.wrapper-launchpad .page-banner .bg-image {
    position: absolute;
    right: 0;
    top: 128px;
    max-width: 100%;
    height: 861px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 575.98px) {
    .wrapper-launchpad .page-banner .bg-image {
        top: -10px;
    }
}
@media (min-width: 1980px) {
    .wrapper-launchpad .page-banner .bg-image {
        right: auto;
        left: 50%;
    }
}
.wrapper-launchpad .banner {
    min-height: 992px;
    padding-top: 282px;
}
.wrapper-launchpad .banner-text {
    position: relative;
    z-index: 3;
}
.wrapper-launchpad .banner-desc {
    padding: 0 50px;
    text-align: center;
    background: radial-gradient(
        132.83% 132.83% at 50% 0%,
        #ffffff 0%,
        rgba(255, 255, 255, 0) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
}
.wrapper-launchpad .tabs-wrapper .nav-tabs {
    gap: 0;
    overflow: hidden;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 2;
    padding: 12px;
    background: radial-gradient(
        164.43% 164.43% at -35.8% -57.67%,
        #000000 0%,
        rgba(15, 14, 16, 0.47) 100%
    );
    -webkit-box-shadow: 0px 1.76358px 2px #232324,
        inset 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1.76358px 2px #232324, inset 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    margin: 0 auto;
}
.wrapper-launchpad .tabs-wrapper .nav-tabs .nav-item {
    z-index: 2;
}
.wrapper-launchpad .tabs-wrapper .nav-tabs .nav-item button {
    width: 142px;
    height: 64px;
    background: linear-gradient(261.46deg, #1a191c 7.03%, #434245 195.14%);
    -webkit-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.25),
        inset 0px 3.3px 10.7491px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.25),
        inset 0px 3.3px 10.7491px rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(5.64196px);
    backdrop-filter: blur(5.64196px);
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    border: none;
    opacity: 0.5;
}
.wrapper-launchpad .tabs-wrapper .nav-tabs .nav-item.active {
    z-index: 1;
}
.wrapper-launchpad .tabs-wrapper .nav-tabs .nav-item.active button {
    opacity: 1;
    background: radial-gradient(
            108.62% 152.85% at -18.48% 36.47%,
            rgba(208, 66, 172, 0.3) 0%,
            rgba(141, 42, 116, 0) 100%
        ),
        linear-gradient(261.46deg, #1a191c 7.03%, #434245 195.14%);
    -webkit-box-shadow: -10px -16px 54px #fb4ddf, 0px 24px 64px #a24dfb,
        inset 0px -3px 0px rgba(0, 0, 0, 0.25),
        inset 0px 3.3px 10.7491px rgba(255, 255, 255, 0.5);
    box-shadow: -10px -16px 54px #fb4ddf, 0px 24px 64px #a24dfb,
        inset 0px -3px 0px rgba(0, 0, 0, 0.25),
        inset 0px 3.3px 10.7491px rgba(255, 255, 255, 0.5);
}
.wrapper-launchpad .tabs-wrapper .nav-tabs .nav-item:not(:last-child) {
    margin-right: 12px;
}
.wrapper-launchpad .tabs-wrapper .tab-content {
    position: relative;
    z-index: 1;
    margin-top: 100px;
    min-height: 665px;
}
.wrapper-launchpad .network-benefit {
    position: relative;
    padding-bottom: 265px;
    z-index: 2;
}
.wrapper-launchpad .network-benefit .network-benefit-desc {
    position: relative;
    padding: 0 88px;
    text-align: center;
    margin-bottom: 34px;
}
.wrapper-launchpad
    .network-benefit
    .network-benefit-desc
    .network-benefit-badge {
    position: absolute;
    top: -135px;
    right: 320px;
}
.wrapper-launchpad .network-benefit .network-benefit-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    margin: 0 auto;
    text-decoration: none;
    border-radius: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: 1px solid rgba(0, 0, 0, 0);
    background: -webkit-gradient(
            linear,
            left top,
            right top,
            from(#1a191c),
            to(#1a191c)
        ),
        -webkit-gradient(linear, left top, right top, from(#ff54a6), to(#be6cf0));
    background: linear-gradient(to right, #1a191c, #1a191c),
        linear-gradient(to right, #ff54a6, #be6cf0);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
}
.wrapper-launchpad .network-benefit .network-benefit-button span {
    margin-right: 12px;
}
.wrapper-launchpad .launchpad-projects-container {
    position: relative;
    min-height: 900px;
    background: radial-gradient(
        101.69% 133.08% at -14.51% 77.61%,
        rgba(208, 66, 172, 0.2) 0%,
        rgba(141, 42, 116, 0) 100%
    );
    -webkit-backdrop-filter: blur(5.64196px);
    backdrop-filter: blur(5.64196px);
    z-index: 1;
    overflow: hidden;
    margin-bottom: 189px;
}
.wrapper-launchpad .launchpad-projects-container .item {
    position: absolute;
    bottom: 0;
    width: 20%;
}
.wrapper-launchpad .launchpad-projects-container .item img {
    width: 100%;
}
.wrapper-launchpad .launchpad-projects-container .item.item-1 {
    left: 0;
}
.wrapper-launchpad .launchpad-projects-container .item.item-2 {
    left: 20%;
}
.wrapper-launchpad .launchpad-projects-container .item.item-3 {
    left: 40%;
}
.wrapper-launchpad .launchpad-projects-container .item.item-4 {
    left: 60%;
}
.wrapper-launchpad .launchpad-projects-container .item.item-5 {
    left: 80%;
}
.wrapper-launchpad .launchpad-projects-container .text {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.wrapper-launchpad .and-more {
    padding-bottom: 80px;
}
.wrapper-launchpad .and-more-topic-boxes-item {
    text-decoration: none;
    display: block;
    background: #1a191c;
    opacity: 0.5;
    border: 1px solid #353338;
    -webkit-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    padding: 64px 40px;
}
.wrapper-launchpad .and-more-topic-boxes-item:hover {
    background-color: #28262a !important;
    opacity: 1;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}
.wrapper-launchpad
    .and-more-topic-boxes-item:hover
    .and-more-topic-boxes-item-title {
    background: radial-gradient(
            60.19% 39.82% at 88.69% 43.54%,
            #ffffff 0%,
            rgba(255, 255, 255, 0) 100%
        ),
        radial-gradient(
            55.62% 70.39% at 50% 32.21%,
            #ffffff 0%,
            rgba(255, 255, 255, 0) 100%
        ),
        linear-gradient(
            179.07deg,
            #20dac3 -29.22%,
            rgba(255, 255, 255, 0) 128.21%
        ),
        linear-gradient(208.85deg, #ff0076 -78.59%, #ffffff 204.28%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
}
.wrapper-launchpad .and-more-topic-boxes-item .see-more {
    text-decoration: underline;
    margin-right: 4px;
}
.wrapper-launchpad .and-more-topic-boxes-card:hover {
    background-color: #000 !important;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}
.wrapper-launchpad
    .and-more-topic-boxes-card:hover
    .and-more-topic-boxes-card-title:hover {
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#ffffff),
        color-stop(#20dac3),
        color-stop(#ff0076),
        to(#ffffff)
    );
    background-image: linear-gradient(
        to right,
        #ffffff,
        #20dac3,
        #ff0076,
        #ffffff
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.wrapper-launchpad .and-more-header {
    margin-bottom: 80px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
@media (max-width: 1399.98px) {
    .wrapper-launchpad .tabs-wrapper .tab-content .howto {
        margin: 0 -30px 340px -30px;
    }
}
@media (max-width: 1199.98px) {
    .wrapper-launchpad .network-benefit .network-benefit-desc {
        font-size: 2.5rem;
    }
    .wrapper-launchpad
        .network-benefit
        .network-benefit-desc
        .network-benefit-badge {
        right: 265px;
    }
}
@media (max-width: 991.98px) {
    .wrapper-launchpad
        .network-benefit
        .network-benefit-desc
        .network-benefit-badge {
        width: 92px;
        right: calc(50% - 46px);
        top: -105px;
        -webkit-transform: rotate(27.16deg);
        transform: rotate(27.16deg);
    }
}
@media (max-width: 767.98px) {
    .wrapper-launchpad .page-banner {
        padding: 80px 0 0;
    }
    .wrapper-launchpad .page-banner .banner {
        min-height: auto;
        padding-top: 32px;
        padding-bottom: 317px;
    }
    .wrapper-launchpad .page-banner .banner .banner-text .banner-title {
        font-size: 34px;
        line-height: 46px;
        letter-spacing: 0px;
    }
    .wrapper-launchpad .page-banner .banner .banner-text .short-desc {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: -1.2px;
    }
    .wrapper-launchpad .banner-desc {
        padding: 0;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -0.8px;
    }
    .wrapper-launchpad .tabs-wrapper {
        min-height: 500px;
    }
    .wrapper-launchpad .tabs-wrapper .nav-tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 32px;
        width: calc(100% - 64px);
    }
    .wrapper-launchpad .tabs-wrapper .nav-tabs .nav-item {
        margin-right: 0;
        width: calc(33.33% - 8px);
    }
    .wrapper-launchpad .tabs-wrapper .nav-tabs .nav-item button {
        height: 48px;
        width: 100%;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.6px;
    }
    .wrapper-launchpad .tabs-wrapper .tab-content {
        min-height: 412px;
    }
    .wrapper-launchpad .network-benefit {
        padding-bottom: 88px;
    }
    .wrapper-launchpad .network-benefit .network-benefit-desc {
        padding: 0;
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -1.2px;
    }
    .wrapper-launchpad .and-more-header {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 32px;
    }
    .wrapper-launchpad .and-more-trend {
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .wrapper-launchpad .and-more-trend img {
        height: 558px;
    }
    .wrapper-launchpad .and-more-topic-boxes-item {
        padding: 24px;
        border-radius: 16px;
        opacity: 0.5;
    }
    .wrapper-launchpad .swiper-slide-active .and-more-topic-boxes-item {
        opacity: 1;
        background-color: #28262a !important;
    }
    .wrapper-launchpad
        .swiper-slide-active
        .and-more-topic-boxes-item
        .and-more-topic-boxes-item-title {
        background: radial-gradient(
                60.19% 39.82% at 88.69% 43.54%,
                #ffffff 0%,
                rgba(255, 255, 255, 0) 100%
            ),
            radial-gradient(
                55.62% 70.39% at 50% 32.21%,
                #ffffff 0%,
                rgba(255, 255, 255, 0) 100%
            ),
            linear-gradient(
                179.07deg,
                #20dac3 -29.22%,
                rgba(255, 255, 255, 0) 128.21%
            ),
            linear-gradient(208.85deg, #ff0076 -78.59%, #ffffff 204.28%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0);
        background-clip: text;
    }
    .wrapper-launchpad .launchpad-projects-container {
        min-height: 570px;
        background: none;
        margin-bottom: 64px;
    }
}
@media (min-width: 1400px) {
    .wrapper-launchpad
        .launchpad-projects-container
        .animation-wrapper.launchpad-projects {
        max-width: 1400px;
        position: absolute;
        width: 100%;
        height: 100%;
        left: calc(50% - 700px);
    }
}
.section-roadmap {
    position: relative;
    z-index: 1;
    padding-top: 180px;
}
.section-roadmap .title-img {
    z-index: -1;
}
.howto {
    margin-bottom: 220px;
    position: relative;
}
.howto-bg {
    margin-top: -400px;
    position: absolute;
    font-size: 28vw;
    width: 100%;
    font-weight: 700;
    background: radial-gradient(
        173.56% 218.12% at 50% -21.25%,
        #ffffff 0%,
        rgba(255, 255, 255, 0) 100%
    );
    letter-spacing: -2.6px;
    background: radial-gradient(
        173.56% 218.12% at 50% -21.25%,
        #ffffff 0%,
        rgba(255, 255, 255, 0) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0);
    opacity: 0.1;
    margin-left: 50px;
    overflow: hidden;
}
.howto-bg:after {
    content: "";
    display: inline-block;
    width: 100%;
}
@media (max-width: 767.98px) {
    .howto-bg {
        -webkit-text-stroke: 3px rgba(0, 0, 0, 0);
        margin-left: 15px;
        margin-top: -25vw;
    }
}
.howto-bg span::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.roadmap-content {
    margin-top: -378px;
    padding-left: calc(50% - 565px);
}
.roadmap-gradient-text {
    background: radial-gradient(
        126.02% 126.02% at 50% 11.11%,
        #ffffff 0%,
        rgba(255, 255, 255, 0) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.roadmap-slide-date {
    padding-left: 27px;
}
.roadmap-slide-title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    padding-left: 27px;
    max-width: 198px;
    height: 100.78px;
}
.roadmap-slide-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    height: 59px;
    border-right: 1px solid #d9d9d9;
}
.roadmap-lines {
    width: 129px;
    height: 22px;
    margin-top: 8px;
}
.roadmap-lines::before,
.roadmap-lines::after {
    content: "";
}
.roadmap-lines::before,
.roadmap-lines::after,
.roadmap-lines span {
    border-right: 1px solid #d9d9d9;
}
.roadmap-desc {
    max-width: 364px;
}
@media (max-width: 1399.98px) {
    .roadmap-content {
        margin-top: -497px;
    }
}
@media (max-width: 1199.98px) {
    .roadmap-content {
        margin-top: -494px;
        padding-left: calc(50% - 480px);
    }
}
@media (max-width: 991.98px) {
    .roadmap-content {
        margin-top: -494px;
        padding-left: calc(50% - 360px);
    }
    .howto {
        margin-bottom: 220px;
        position: relative;
    }
    .howto-bg {
        margin-top: -332px;
    }
}
@media (max-width: 767.98px) {
    .section-roadmap {
        padding-top: 17vw;
        margin-bottom: 150px;
        padding-left: 20px;
    }
    .roadmap-content {
        margin-top: -420px;
    }
    .howto {
        position: relative;
        margin: 0 -30px 110px -30px;
    }
    .howto-bg {
        white-space: nowrap;
        margin-top: -37vw;
    }
    .roadmap-slide-date,
    .roadmap-slide-title {
        padding-left: 17px;
    }
    .roadmap-slide-date {
        font-size: 22px;
    }
    .roadmap-slide-title {
        font-size: 20px;
        max-width: 172px;
        height: 84px;
    }
    .roadmap-desc {
        padding-right: 20px;
    }
}
.wrapper-authors .author-section-01 {
    margin-top: 126px;
    margin-bottom: 72px;
}
@media (max-width: 767.98px) {
    .wrapper-authors .author-section-01 {
        margin-top: 96px;
        margin-bottom: 24px;
    }
}
.wrapper-authors .author-section-01 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
}
@media (max-width: 991.98px) {
    .wrapper-authors .author-section-01 .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
    }
}
.wrapper-authors .author-section-01 .c-item-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}
@media (max-width: 767.98px) {
    .wrapper-authors .author-section-01 .c-item-01 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
    }
}
.wrapper-authors .author-section-01 .c-item-01 .c-item-01-A {
    width: 264px;
    height: 264px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}
@media (max-width: 767.98px) {
    .wrapper-authors .author-section-01 .c-item-01 .c-item-01-A {
        width: 160px;
        height: 160px;
    }
}
.wrapper-authors .author-section-01 .c-item-01 .c-item-01-B .c-unit-01 {
    font-weight: 700;
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -1.4px;
    color: #fff;
}
@media (max-width: 767.98px) {
    .wrapper-authors .author-section-01 .c-item-01 .c-item-01-B .c-unit-01 {
        font-size: 40px;
        line-height: 48px;
        letter-spacing: -1px;
        text-align: center;
    }
}
.wrapper-authors .author-section-01 .c-item-01 .c-item-01-B .c-unit-02 {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -1px;
    color: #acacb9;
    margin-bottom: 24px;
}
@media (max-width: 767.98px) {
    .wrapper-authors .author-section-01 .c-item-01 .c-item-01-B .c-unit-02 {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.064px;
        text-align: center;
        margin-bottom: 16px;
    }
}
.wrapper-authors .author-section-01 .c-item-01 .c-item-01-B .c-unit-03 {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.042px;
    color: #838391;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}
@media (max-width: 767.98px) {
    .wrapper-authors .author-section-01 .c-item-01 .c-item-01-B .c-unit-03 {
        text-align: center;
        gap: 8px;
    }
}
.wrapper-authors
    .author-section-01
    .c-item-01
    .c-item-01-B
    .c-unit-03
    .c-unit-03-A {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}
.wrapper-authors .author-section-01 .c-item-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}
.wrapper-authors .author-section-01 .c-item-02 .c-item-02-A {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 64px;
    height: 64px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 0;
}
@media (max-width: 767.98px) {
    .wrapper-authors .author-section-01 .c-item-02 .c-item-02-A {
        width: 40px;
        height: 40px;
        border-radius: 6px;
    }
}
.wrapper-authors .author-section-01 .c-item-02 .c-item-02-B {
    gap: 12px;
    height: 64px;
    border: 1px solid #9855fc;
    border-radius: 12px;
    padding: 0 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: -0.064px;
    color: #9855fc;
}
.wrapper-authors .author-section-01 .c-item-02 .c-item-02-B:hover {
    border-color: rgba(152, 85, 252, 0.5);
}
@media (max-width: 767.98px) {
    .wrapper-authors .author-section-01 .c-item-02 .c-item-02-B {
        height: 40px;
        border-radius: 6px;
        padding: 0 8px;
    }
}
.wrapper-authors .author-section-01 .c-item-02 .c-item-02-B:after {
    display: none;
}
.wrapper-authors .author-section-01 .c-item-02 .list-group-item .social-link {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}
.wrapper-authors
    .author-section-01
    .c-item-02
    .list-group-item
    .social-link
    span {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.09px;
}
.wrapper-authors
    .author-section-01
    .c-item-02
    .list-group-item
    .social-link:hover
    span {
    color: #fff;
}
.wrapper-authors .author-section-01 .c-item-03 {
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.09px;
    color: #acacb9;
}
.wrapper-authors .author-section-01 .c-item-03 p {
    margin-bottom: 24px;
    text-align: center;
}
@media (max-width: 575.98px) {
    .wrapper-authors .author-section-01 .c-item-03 {
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 24px;
    }
    .wrapper-authors .author-section-01 .c-item-03 p {
        margin-bottom: 16px;
    }
}
.wrapper-authors .author-section-02 {
    margin-bottom: 72px;
}
@media (max-width: 767.98px) {
    .wrapper-authors .author-section-02 {
        margin-bottom: 24px;
    }
}
.wrapper-authors .author-section-02 .c-item-01 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1px;
    margin-bottom: 24px;
}
@media (max-width: 767.98px) {
    .wrapper-authors .author-section-02 .c-item-01 {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -0.6px;
    }
}
.wrapper-authors .author-section-02 .c-item-02 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}
@media (max-width: 767.98px) {
    .wrapper-authors .author-section-02 .c-item-02 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
.wrapper-authors .author-section-02 .c-item-02 .c-unit {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background: #121216;
    -webkit-box-shadow: 0px 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 1px rgba(0, 0, 0, 0.1);
}
.wrapper-authors .author-section-02 .c-item-02 .c-unit .c-unit-01 {
    width: 100%;
    height: 260px;
    -o-object-fit: cover;
    object-fit: cover;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
@media (max-width: 767.98px) {
    .wrapper-authors .author-section-02 .c-item-02 .c-unit .c-unit-01 {
        height: 196px;
        margin-bottom: 8px;
    }
}
.wrapper-authors .author-section-02 .c-item-02 .c-unit .c-unit-02-wrapper {
    position: absolute;
    left: 24px;
    top: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}
.wrapper-authors .author-section-02 .c-item-02 .c-unit .c-unit-02 {
    padding: 8px;
    background: #383847;
    border-radius: 4px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
}
.wrapper-authors .author-section-02 .c-item-02 .c-unit .c-unit-03 {
    padding: 32px;
}
@media (max-width: 767.98px) {
    .wrapper-authors .author-section-02 .c-item-02 .c-unit .c-unit-03 {
        padding: 16px 42px 16px 16px;
    }
}
.wrapper-authors .author-section-02 .c-item-02 .c-unit .c-unit-03 .c-unit-03-A {
    height: 64px;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.6px;
    color: #fff;
    margin-bottom: 8px;
    padding-right: 60px;
}
@media (max-width: 991.98px) {
    .wrapper-authors
        .author-section-02
        .c-item-02
        .c-unit
        .c-unit-03
        .c-unit-03-A {
        padding-right: 0;
    }
}
@media (max-width: 767.98px) {
    .wrapper-authors
        .author-section-02
        .c-item-02
        .c-unit
        .c-unit-03
        .c-unit-03-A {
        height: auto;
        padding-right: 0;
    }
}
.wrapper-authors .author-section-02 .c-item-02 .c-unit .c-unit-03 .c-unit-03-B {
    height: 48px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.042px;
    color: #838391;
    margin-bottom: 20px;
}
@media (max-width: 767.98px) {
    .wrapper-authors
        .author-section-02
        .c-item-02
        .c-unit
        .c-unit-03
        .c-unit-03-B {
        height: auto;
        margin-bottom: 16px;
    }
}
.wrapper-authors .author-section-02 .c-item-02 .c-unit .c-unit-03 .c-unit-03-C {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
}
@media (max-width: 767.98px) {
    .wrapper-authors
        .author-section-02
        .c-item-02
        .c-unit
        .c-unit-03
        .c-unit-03-C {
        margin-bottom: 16px;
    }
}
.wrapper-authors
    .author-section-02
    .c-item-02
    .c-unit
    .c-unit-03
    .c-unit-03-C
    .c-unit-03-C-A {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}
.wrapper-authors
    .author-section-02
    .c-item-02
    .c-unit
    .c-unit-03
    .c-unit-03-C
    .c-unit-03-C-B {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.064px;
    color: #e3e3e8;
    margin-bottom: 0;
}
.wrapper-authors .author-section-02 .c-item-02 .c-unit .c-unit-03 .c-unit-03-D {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrapper-authors
    .author-section-02
    .c-item-02
    .c-unit
    .c-unit-03
    .c-unit-03-D
    .c-unit-03-D-A {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #e3e3e8;
}
.wrapper-authors
    .author-section-02
    .c-item-02
    .c-unit
    .c-unit-03
    .c-unit-03-D
    .c-unit-03-D-B {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    color: #fff;
}
.wrapper-authors
    .author-section-02
    .c-item-02
    .c-unit
    .c-unit-03
    .c-unit-03-D
    .c-unit-03-D-B
    span {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrapper-authors
    .author-section-02
    .c-item-02
    .c-unit
    .c-unit-03
    .c-unit-03-D
    .c-unit-03-D-B
    svg {
    margin-left: 4px;
}
.wrapper-authors .author-section-02 .c-item-02 .c-unit a {
    text-decoration: none;
}
.wrapper-authors .author-section-02 .c-item-03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 24px;
}
.wrapper-authors .author-section-02 .c-item-03 .c-item-03-A {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: -0.064px;
    color: #fc5fa8;
    padding: 12px;
    border: 1px solid #fc5fa8;
}
.wrapper-authors .author-section-02 .c-item-03 .c-item-03-A:hover {
    border-color: rgba(252, 95, 168, 0.5);
}
.home-community {
    padding: 150px 0 0 0;
}
.home-community.pb-150 {
    padding-bottom: 150px;
}
@media (max-width: 767.98px) {
    .home-community.pb-150 {
        padding-bottom: 70px;
    }
}
@media (max-width: 767.98px) {
    .home-community {
        padding: 70px 0 0 0;
    }
}
.home-community .hc-shadow {
    z-index: 1;
}
@media (max-width: 767.98px) {
    .home-community .hc-shadow {
        max-width: 350px;
    }
}
.home-community .hc-img {
    z-index: 2;
}
.home-community .hc-text {
    max-width: 714px;
}
.home-community .hc-desc {
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    letter-spacing: -0.09px;
}
@media (max-width: 767.98px) {
    .home-community .hc-desc {
        font-size: 16px;
    }
}
.home-community .registered-member {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.9px;
}
.home-community .hc-count {
    font-family: "Inter";
    font-weight: 700;
    font-size: 56px;
    line-height: 64px;
    text-align: center;
    letter-spacing: -1.4px;
}
@media (max-width: 767.98px) {
    .home-community .hc-count {
        font-size: 46px;
    }
} /*# sourceMappingURL=main.min.css.map */
