@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

:root {
    --bg-opacity: 0.8;
}

/* Sections
       ========================================================================== */

/**
     * Remove the margin in all browsers.
     */

body {
    margin: 0;
    background-color: #0A0A0A;
    color: #fff;
    font-family: "Arial", sans-serif;
    margin: 0;
    padding: 0;
}

/**
     * Render the `main` element consistently in IE.
     */

main {
    display: block;
}

/* Grouping content
       ========================================================================== */

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
       ========================================================================== */

/**
     * Remove the gray background on active links in IE 10.
     */

a {
    background-color: transparent;
}

/**
     * 1. Remove the bottom border in Chrome 57-
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

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

b,
strong {
    font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

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

small {
    font-size: 80%;
}

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
       ========================================================================== */

/**
     * Remove the border on images inside links in IE 10.
     */

img {
    border-style: none;
}

/* Forms
       ========================================================================== */

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

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
     * Show the overflow in IE.
     * 1. Show the overflow in Edge.
     */

button,
input {
    /* 1 */
    overflow: visible;
}

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

button,
select {
    /* 1 */
    text-transform: none;
}

/**
     * Correct the inability to style clickable types in iOS and Safari.
     */

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
    border: none;
}

/**
     * Remove the inner border and padding in Firefox.
     */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
     * Restore the focus styles unset by the previous rule.
     */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
     * Correct the padding in Firefox.
     */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

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

progress {
    vertical-align: baseline;
}

/**
     * Remove the default vertical scrollbar in IE 10+.
     */

textarea {
    overflow: auto;
}

/**
     * 1. Add the correct box sizing in IE 10.
     * 2. Remove the padding in IE 10.
     */

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

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

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

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

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

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

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

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

/* Interactive
       ========================================================================== */

/*
     * Add the correct display in Edge, IE 10+, and Firefox.
     */

details {
    display: block;
}

/*
     * Add the correct display in all browsers.
     */

summary {
    display: list-item;
}

/* Misc
       ========================================================================== */

/**
     * Add the correct display in IE 10+.
     */

template {
    display: none;
}

/**
     * Add the correct display in IE 10.
     */

[hidden] {
    display: none;
}

.flexCenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navBlur {
    background: rgba(10, 10, 10, 0.4);
    /* Make the background slightly more transparent */
    backdrop-filter: blur(25px);
    /* Increase blur intensity */
    -webkit-filter: blur(25px);
    /* Increase blur intensity */
    filter: blur(25px) !important;
    /* Increase blur intensity */
    will-change: filter;
    transition: filter 0.3s ease-in-out;
}

.main-content {
    position: relative;
    z-index: 1;
}

.main-content.blur,
.footerContainer.blur {
    -webkit-filter: blur(15px);
    filter: blur(5px) !important;
    will-change: filter;
    transition: filter 0.3s ease-in-out;
}

.undraggable {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    pointer-events: none;
}

/* Apply hidden styles only when JavaScript is enabled */

.js-enabled .animate-on-scroll,
.js-enabled .animate-on-scroll-right {
    opacity: 0;
    filter: blur(5px);
    transition: opacity 1s ease, transform 1s ease, filter 1s ease;
}

/* Specific transformations */

.js-enabled .animate-on-scroll {
    transform: translateX(20%);
}

.js-enabled .animate-on-scroll-right {
    transform: translateX(100px);
    transition-delay: 0.5s;
    /* Delay for right animations */
}

/* Visible state */

.js-enabled .animate-on-scroll.visible,
.js-enabled .animate-on-scroll-right.visible {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
}

body {
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    display: none;
}

body img {
    object-fit: contain;
    width: 100%;
}

body video {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.25;
}

p {
    line-height: 1.75;
}

a {
    text-decoration: none;
}

@media (min-width: 280px) {
    .containerWidth {
        width: 327px;
        max-width: 327px;
    }
    .headerWidth {
        width: 351px;
        max-width: 351px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    header {
        position: sticky;
        top: 0px;
        height: 4.5rem;
        padding: 10px 10px 0 10px;
        display: flex;
        align-items: center;
        display: flex;
        padding: 0.75rem;
        justify-content: center;
        align-items: center;
        z-index: 1000;
    }
    header .headerContainer {
        width: 100%;
        margin: 0px auto;
        position: sticky;
        height: auto;
        z-index: 1000;
        display: flex;
        padding: 0.5rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
        border-radius: 0.75rem;
        border: 1px solid rgba(255, 255, 255, 0.05);
        -webkit-backdrop-filter: blur(30px);
        backdrop-filter: blur(30px);
    }
    header .headerContainer .containerTop {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    header .headerContainer .containerTop .headerToggleBtnsWrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
    }
    header .headerContainer .containerTop .headerToggleBtnsWrapper .btn {
        border-radius: 0.3125rem;
        background: #B1FC03;
        display: flex;
        height: 2rem;
        padding: 0.375rem 1.25rem;
        justify-content: center;
        align-items: center;
        gap: 0.25rem;
        color: #121212;
        text-align: center;
        font-family: "DM Sans";
        font-size: 0.75rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.125rem;
        letter-spacing: -0.0075rem;
        border: 1px solid #B1FC03;
    }
    header .headerContainer .containerTop .headerToggleBtnsWrapper .btn:hover {
        border: 1px solid #B1FC03;
        background: black;
        color: #B1FC03;
    }
    header .headerContainer .containerTop .headerToggleBtnsWrapper #openNavBtn {
        display: block;
        width: 1.75rem;
        flex-shrink: 0;
    }
    header .headerContainer .containerTop .brand {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding-left: 0.5rem;
        height: 1rem;
    }
    header .headerContainer .containerTop .brand #lottie-container {
        height: 100%;
    }
    header .headerContainer .containerTop .brand img {
        width: 140px;
        position: relative;
        left: 0.5rem;
    }
    header .backdrop {
        width: 100vw;
        height: 6.5rem;
        position: absolute;
        z-index: 1;
        top: -6px;
        opacity: 1;
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(30px);
        background: rgba(225, 225, 225, 0);
        mask-image: linear-gradient(rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0) 100%);
        -webkit-mask-image: linear-gradient(rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 70%, rgba(0, 0, 0, 0) 100%);
        inset: -1rem 0;
        left: 0px;
        left: 0;
    }
    .nav-menu {
        display: none;
    }
    .sidenav {
        max-height: calc(100% - 24px);
        height: max-content;
        width: 0%;
        position: fixed;
        z-index: 1001;
        top: 12px;
        overflow-x: hidden;
        padding-top: 0;
        transition: 0.5s;
        margin-left: 16px;
        right: unset;
        border-radius: 14px;
        background: rgba(13, 13, 13, 0.85);
        backdrop-filter: blur(24px);
        margin-left: 16px;
        padding: 0px;
    }
    .sidenav .sidebarNavContainer {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin: 0 auto;
        margin-left: auto;
        width: 100%;
        margin-left: 8px;
        gap: 24px;
        height: 2.32rem;
    }
    .sidenav .sidebarNavContainer .navSelected {
        color: #eee;
    }
    .sidenav .contentContainer {
        width: 100%;
        margin: 0 auto;
        transition: all 0.5s ease-in-out;
        margin-left: 8px;
    }
    .sidenav .contentContainer .dAppList,
    .sidenav .contentContainer .learnList,
    .sidenav .contentContainer .communityList,
    .sidenav .contentContainer .developersList {
        width: 100%;
        height: 100%;
        display: none;
        margin-top: 0rem;
        transition: all 0.5s ease-in-out;
    }
    .sidenav .contentContainer .dAppList .item,
    .sidenav .contentContainer .learnList .item,
    .sidenav .contentContainer .communityList .item,
    .sidenav .contentContainer .developersList .item {
        display: flex;
        padding: 1rem 0.5rem 1rem 0rem;
        align-items: flex-start;
        gap: 0.5rem;
        align-self: stretch;
        transition: all 0.5s ease-in-out;
        cursor: pointer;
    }
    .sidenav .contentContainer .dAppList .item img,
    .sidenav .contentContainer .learnList .item img,
    .sidenav .contentContainer .communityList .item img,
    .sidenav .contentContainer .developersList .item img {
        width: 20px;
        margin: 1px;
        position: relative;
        top: 3px;
    }
    .sidenav .contentContainer .dAppList .item .item-right h4,
    .sidenav .contentContainer .learnList .item .item-right h4,
    .sidenav .contentContainer .communityList .item .item-right h4,
    .sidenav .contentContainer .developersList .item .item-right h4 {
        color: var(--Text-text-primary, #eee);
        font-family: Outfit;
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5rem;
    }
    .sidenav .contentContainer .dAppList .item .item-right p,
    .sidenav .contentContainer .learnList .item .item-right p,
    .sidenav .contentContainer .communityList .item .item-right p,
    .sidenav .contentContainer .developersList .item .item-right p {
        color: var(--Grey-6, #878787);
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.3125rem;
        letter-spacing: -0.0175rem;
    }
    /* The navigation menu links */
    .sidenav a {
        text-decoration: none;
        font-size: 16px;
        color: #818181;
        display: block;
        transition: 0.3s;
        color: var(--Text-text-secondary, #aaa);
        text-align: center;
        font-family: Outfit;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 1.3125rem;
        letter-spacing: -0.01313rem;
    }
    .sidenav a:active,
    .sidenav a:hover {
        color: var(--Text-text-secondary, #eee);
    }
    /* Position and style the close button (top right corner) */
    .sidenav .closebtn {
        width: 16px;
        height: 16px;
        position: absolute;
        top: 1rem;
        right: 8px;
        font-size: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sidebarHeader {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 30px;
        padding: 8px;
        width: 100%;
        padding-left: 8px;
        padding-right: 28px;
    }
    .sidebarHeader .sidebar-brand {
        padding-right: 0.001px;
        justify-content: center;
        align-items: flex-start;
        display: flex;
        width: 126.996px;
        height: 16px;
    }
    .sidebarHeader .sidebar-brand img {
        width: 140px;
        position: relative;
        left: 0.8rem;
    }
    .sidebarHeader .headerToggleBtnsWrapper {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sidebarHeader .headerToggleBtnsWrapper .btn {
        display: flex;
        padding: 6px 20px;
        justify-content: center;
        align-items: center;
        gap: 4px;
        border-radius: 5px;
        background: #B1FC03;
        color: #121212;
        text-align: center;
        font-family: "DM Sans";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
        letter-spacing: -0.12px;
        height: 30px;
        transition: 0.3s;
        text-decoration: none;
    }
    .sidebarHeader .headerToggleBtnsWrapper .btn svg {
        display: none;
    }
    .sidebarHeader .headerToggleBtnsWrapper #openNavBtn {
        display: none;
    }
}

@media (min-width: 768px) {
    .containerWidth {
        width: 704px;
        max-width: 704px;
    }
    .headerWidth {
        width: 736px;
        max-width: 736px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    header {
        position: sticky;
        top: 0px;
        height: 4.5rem;
        padding: 10px 10px 0 10px;
        display: flex;
        align-items: center;
        display: flex;
        padding: 0.75rem 1rem;
        justify-content: center;
        align-items: center;
    }
    header .headerContainer {
        width: 100%;
        margin: 0px auto;
        position: sticky;
        height: auto;
        z-index: 10;
        display: flex;
        padding: 0.5rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
        border-radius: 0.875rem;
        border: 1px solid rgba(255, 255, 255, 0.05);
        -webkit-backdrop-filter: blur(30px);
        backdrop-filter: blur(30px);
    }
    header .headerContainer .containerTop {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    header .headerContainer .containerTop .headerToggleBtnsWrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
    }
    header .headerContainer .containerTop .headerToggleBtnsWrapper .btn {
        border-radius: 0.375rem;
        background: #B1FC03;
        display: flex;
        height: 2rem;
        padding: 0.5rem 1.5rem;
        justify-content: center;
        align-items: center;
        gap: 0.25rem;
        color: #121212;
        text-align: center;
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3125rem;
        /* 150% */
        letter-spacing: -0.0175rem;
    }
    header .headerContainer .containerTop .headerToggleBtnsWrapper #openNavBtn {
        display: block;
        width: 1.75rem;
        flex-shrink: 0;
    }
    header .headerContainer .containerTop .brand {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding-left: 0.5rem;
    }
    header .headerContainer .containerTop .brand img {
        width: 140px;
        position: relative;
        left: 0.5rem;
    }
    header .backdrop {
        width: 100vw;
        height: 6.5rem;
        position: absolute;
        z-index: 1;
        top: -6px;
        opacity: 1;
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(30px);
        background: rgba(225, 225, 225, 0);
        mask-image: linear-gradient(rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0) 100%);
        -webkit-mask-image: linear-gradient(rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 70%, rgba(0, 0, 0, 0) 100%);
        inset: -1rem 0;
        left: 0px;
        left: 0;
    }
    .navbar {
        display: flex;
        justify-content: space-between;
        padding: 20px;
        background-color: #121212;
    }
    .nav-menu {
        display: none;
    }
    .sidenav {
        height: max-content;
        width: 0%;
        position: fixed;
        z-index: 1001;
        top: 12px;
        overflow-x: hidden;
        padding-top: 0;
        transition: 0.5s;
        margin: 12px 16px;
        margin-left: 16px;
        right: unset;
        border-radius: 14px;
        background: rgba(13, 13, 13, 0.85);
        backdrop-filter: blur(24px);
        margin-left: 16px;
        padding: 0px;
    }
    .sidenav .sidebarNavContainer {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin: 0 auto;
        margin-left: auto;
        width: 100%;
        margin-left: 8px;
        gap: 40px;
        height: 2.32rem;
    }
    .sidenav .sidebarNavContainer .navSelected {
        color: #eee;
    }
    .sidenav .contentContainer {
        width: 100%;
        margin: 0 auto;
        transition: all 0.5s ease-in-out;
        margin-left: 8px;
    }
    .sidenav .contentContainer .dAppList,
    .sidenav .contentContainer .learnList,
    .sidenav .contentContainer .communityList,
    .sidenav .contentContainer .developersList {
        width: 100%;
        height: 100%;
        display: none;
        margin-top: 0rem;
        transition: all 0.5s ease-in-out;
    }
    .sidenav .contentContainer .dAppList .item,
    .sidenav .contentContainer .learnList .item,
    .sidenav .contentContainer .communityList .item,
    .sidenav .contentContainer .developersList .item {
        display: flex;
        padding: 1rem 0.1rem;
        align-items: flex-start;
        gap: 0.5rem;
        align-self: stretch;
        transition: all 0.5s ease-in-out;
        cursor: pointer;
    }
    .sidenav .contentContainer .dAppList .item img,
    .sidenav .contentContainer .learnList .item img,
    .sidenav .contentContainer .communityList .item img,
    .sidenav .contentContainer .developersList .item img {
        width: 20px;
        margin: 1px;
        position: relative;
        top: 3px;
    }
    .sidenav .contentContainer .dAppList .item .item-right h4,
    .sidenav .contentContainer .learnList .item .item-right h4,
    .sidenav .contentContainer .communityList .item .item-right h4,
    .sidenav .contentContainer .developersList .item .item-right h4 {
        color: var(--Text-text-primary, #eee);
        font-family: Outfit;
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5rem;
    }
    .sidenav .contentContainer .dAppList .item .item-right p,
    .sidenav .contentContainer .learnList .item .item-right p,
    .sidenav .contentContainer .communityList .item .item-right p,
    .sidenav .contentContainer .developersList .item .item-right p {
        color: var(--Grey-6, #878787);
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.3125rem;
        letter-spacing: -0.0175rem;
    }
    /* The navigation menu links */
    .sidenav a {
        text-decoration: none;
        font-size: 16px;
        color: #818181;
        display: block;
        transition: 0.3s;
        color: var(--Text-text-secondary, #aaa);
        text-align: center;
        font-family: Outfit;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 1.3125rem;
        letter-spacing: -0.01313rem;
    }
    .sidenav a:active,
    .sidenav a:hover {
        color: var(--Text-text-secondary, #eee);
    }
    /* Position and style the close button (top right corner) */
    .sidenav .closebtn {
        width: 16px;
        height: 16px;
        position: absolute;
        top: 1rem;
        right: 8px;
        font-size: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sidebarHeader {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 30px;
        padding: 8px;
        width: 100%;
        padding-left: 8px;
        padding-right: 28px;
    }
    .sidebarHeader .sidebar-brand {
        padding-right: 0.001px;
        justify-content: center;
        align-items: flex-start;
        display: flex;
        width: 126.996px;
        height: 16px;
    }
    .sidebarHeader .sidebar-brand img {
        width: 140px;
        position: relative;
        left: 0.8rem;
    }
    .sidebarHeader .headerToggleBtnsWrapper {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sidebarHeader .headerToggleBtnsWrapper .btn {
        display: flex;
        padding: 6px 20px;
        justify-content: center;
        align-items: center;
        gap: 4px;
        border-radius: 5px;
        background: #B1FC03;
        color: #121212;
        text-align: center;
        font-family: "DM Sans";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
        letter-spacing: -0.12px;
        height: 30px;
        transition: 0.3s;
        text-decoration: none;
    }
    .sidebarHeader .headerToggleBtnsWrapper .btn svg {
        display: none;
    }
    .sidebarHeader .headerToggleBtnsWrapper #openNavBtn {
        display: none;
    }
}

@media (min-width: 1024px) {
    .containerWidth {
        width: 960px;
        max-width: 960px;
        margin: 0px auto 0px auto;
    }
    .headerWidth {
        max-width: 976px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    header {
        position: relative;
        position: sticky;
        top: 0px;
        height: auto;
        padding: 10px 10px 0 10px;
    }
    header .headerContainer {
        width: 100%;
        margin: 0px auto;
        padding: 0.5rem 0.5rem 0.5rem 0rem;
        border: 1px solid #171717;
        border-radius: 14px;
        position: sticky;
        top: 15px;
        height: 55px;
        z-index: 10;
        -webkit-backdrop-filter: blur(30px);
        backdrop-filter: blur(30px);
    }
    header .headerContainer .containerTop {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    header .headerContainer .containerTop .brand {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding-left: 1rem;
    }
    header .headerContainer .containerTop .brand img {
        width: 140px;
        position: relative;
        left: 0.8rem;
    }
    header .headerContainer .containerTop .headerToggleBtnsWrapper {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    header .headerContainer .containerTop .headerToggleBtnsWrapper .btn {
        border-radius: 0.375rem;
        background: #B1FC03;
        display: flex;
        height: 2rem;
        padding: 0.5rem 1.5rem;
        justify-content: center;
        align-items: center;
        gap: 0.25rem;
        color: #121212;
        text-align: center;
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3125rem;
        /* 150% */
        letter-spacing: -0.0175rem;
    }
    header .headerContainer .containerTop .headerToggleBtnsWrapper .btn svg {
        display: none;
    }
    header .headerContainer .containerTop .headerToggleBtnsWrapper #openNavBtn {
        display: none;
    }
    header .backdrop {
        width: 100vw;
        height: 6.5rem;
        position: absolute;
        z-index: 1;
        top: -6px;
        opacity: 1;
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(30px);
        background: rgba(225, 225, 225, 0);
        mask-image: linear-gradient(rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0) 100%);
        -webkit-mask-image: linear-gradient(rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 70%, rgba(0, 0, 0, 0) 100%);
        inset: -1rem 0;
        left: 0px;
        left: 0;
    }
    .nav-menu {
        display: flex;
        align-items: center;
        gap: 3rem;
        list-style: none;
        height: 100%;
    }
    .nav-menu li {
        text-align: center;
        font-family: Outfit;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 1.3125rem;
        letter-spacing: -0.01313rem;
        height: 100%;
        display: flex;
        align-items: center;
    }
    .nav-menu li .dropdown {
        float: left;
        overflow: hidden;
        height: 100%;
        display: flex;
        align-items: center;
    }
    .nav-menu li .dropdown .dropbtn {
        color: var(--Text-text-secondary, #aaa);
        text-align: center;
        font-family: Outfit;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 21px;
        /* 150% */
        letter-spacing: -0.21px;
    }
    .nav-menu li .dropdown-content {
        display: flex;
        position: absolute;
        color: var(--Text-white-remain, #eee);
        width: 100.2%;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        right: -1px;
        top: 2.6rem;
        border-bottom-left-radius: 0.875rem;
        border-bottom-right-radius: 0.875rem;
        border: 0px solid #171717;
        border-width: 0px 1px 1px 1px;
        background: rgba(13, 13, 13, var(--bg-opacity));
        backdrop-filter: blur(24px);
        flex-wrap: wrap;
        padding: 1rem;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        opacity: 0;
        visibility: hidden;
    }
    .nav-menu li .dropdown-content a {
        width: 33.33%;
    }
    .nav-menu li .dropdown-content a .dropdown-item {
        display: flex;
        align-items: flex-start;
        gap: 0.5rem;
        border-radius: 0.5rem;
    }
    .nav-menu li .dropdown-content a .dropdown-item .dropdown-item-left {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .nav-menu li .dropdown-content a .dropdown-item .dropdown-item-left svg {
        margin-top: 0.2rem;
    }
    .nav-menu li .dropdown-content a .dropdown-item .dropdown-item-right {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }
    .nav-menu li .dropdown-content a .dropdown-item .dropdown-item-right .titleWrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .nav-menu li .dropdown-content a .dropdown-item .dropdown-item-right .titleWrapper h4 {
        color: var(--Text-text-primary, #eee);
        font-family: Outfit;
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 1.5rem;
    }
    .nav-menu li .dropdown-content a .dropdown-item .dropdown-item-right p {
        color: var(--Grey-6, #878787);
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 1.3125rem;
        letter-spacing: -0.0175rem;
    }
    .nav-menu li .dropdown-content::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(13, 13, 13, 0.8);
        /* Keep your intended opacity */
        z-index: -1;
        pointer-events: none;
    }
    .nav-menu li .dropdown-content a {
        float: none;
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }
    .nav-menu li .dropdown-content a:hover {
        border-radius: 0.5rem;
        background: var(--Background-bg-highlight, #222);
    }
    .nav-menu li .dropbtn:hover {
        color: var(--Text-text-primary, #eee);
        text-align: center;
        font-family: Outfit;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px;
        /* 150% */
        letter-spacing: -0.21px;
        transition: all 0.2s ease-in-out;
    }
    .nav-menu li .dropdown:hover .dropdown-content {
        opacity: 1;
        visibility: visible;
    }
    .nav-menu li .dropdown:hover header {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
}

@media (min-width: 1281px) {
    .containerWidth {
        width: 1120px;
        max-width: 1120px;
        margin: 0px auto 0px auto;
    }
    .headerWidth {
        width: 1152px;
        max-width: 1152px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    header {
        position: relative;
        position: sticky;
        top: 0px;
        height: auto;
        padding: 10px 10px 0 10px;
    }
    header .headerContainer {
        width: 100%;
        margin: 0px auto;
        padding: 0.5rem 0.5rem 0.5rem 0rem;
        border: 1px solid #171717;
        border-radius: 14px;
        position: sticky;
        top: 15px;
        height: 55px;
        z-index: 10;
        -webkit-backdrop-filter: blur(30px);
        backdrop-filter: blur(30px);
    }
    header .backdrop {
        width: 100vw;
        height: 6.5rem;
        position: absolute;
        z-index: 1;
        top: -6px;
        opacity: 1;
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(30px);
        background: rgba(225, 225, 225, 0);
        mask-image: linear-gradient(rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0) 100%);
        -webkit-mask-image: linear-gradient(rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 70%, rgba(0, 0, 0, 0) 100%);
        inset: -1rem 0;
        left: 0px;
        left: 0;
    }
    .containerTop {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    .containerTop .headerToggleBtnsWrapper {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .containerTop .headerToggleBtnsWrapper #openNavBtn {
        display: none;
    }
    .brand img {
        width: 140px;
        position: relative;
        left: 1rem;
    }
    .nav-menu {
        display: flex;
        align-items: center;
        gap: 3rem;
        list-style: none;
        height: 100%;
    }
    .nav-menu li {
        text-align: center;
        font-family: Outfit;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 1.3125rem;
        letter-spacing: -0.01313rem;
        height: 100%;
        display: flex;
        align-items: center;
    }
    .nav-menu li .dropdown {
        float: left;
        overflow: hidden;
        height: 100%;
        display: flex;
        align-items: center;
    }
    .nav-menu li .dropdown .dropbtn {
        color: var(--Text-text-secondary, #aaa);
        text-align: center;
        font-family: Outfit;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 21px;
        /* 150% */
        letter-spacing: -0.21px;
    }
    .nav-menu li .dropdown-content {
        display: flex;
        position: absolute;
        color: var(--Text-white-remain, #eee);
        width: 100.15%;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        right: -1px;
        top: 2.7rem;
        border-bottom-left-radius: 0.875rem;
        border-bottom-right-radius: 0.875rem;
        border: 0px solid #171717;
        border-width: 0px 1px 1px 1px;
        background: rgba(13, 13, 13, var(--bg-opacity));
        backdrop-filter: blur(24px);
        flex-wrap: wrap;
        padding: 1rem;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        opacity: 0;
        visibility: hidden;
    }
    .nav-menu li .dropdown-content a {
        width: 33.33%;
    }
    .nav-menu li .dropdown-content a .dropdown-item {
        display: flex;
        align-items: flex-start;
        gap: 0.5rem;
        border-radius: 0.5rem;
    }
    .nav-menu li .dropdown-content a .dropdown-item .dropdown-item-left {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .nav-menu li .dropdown-content a .dropdown-item .dropdown-item-left svg {
        margin-top: 0.2rem;
    }
    .nav-menu li .dropdown-content a .dropdown-item .dropdown-item-right {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }
    .nav-menu li .dropdown-content a .dropdown-item .dropdown-item-right .titleWrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .nav-menu li .dropdown-content a .dropdown-item .dropdown-item-right .titleWrapper h4 {
        color: var(--Text-text-primary, #eee);
        font-family: Outfit;
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 1.5rem;
    }
    .nav-menu li .dropdown-content a .dropdown-item .dropdown-item-right p {
        color: var(--Grey-6, #878787);
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.3125rem;
        letter-spacing: -0.0175rem;
    }
    .nav-menu li .dropdown-content::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(13, 13, 13, 0.8);
        /* Keep your intended opacity */
        z-index: -1;
        pointer-events: none;
    }
    .nav-menu li .dropdown-content a {
        float: none;
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }
    .nav-menu li .dropdown-content a:hover {
        border-radius: 0.5rem;
        background: var(--Background-bg-highlight, #222);
    }
    .nav-menu li .dropbtn:hover {
        color: var(--Text-text-primary, #eee);
        text-align: center;
        font-family: Outfit;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px;
        /* 150% */
        letter-spacing: -0.21px;
        transition: all 0.2s ease-in-out;
    }
    .nav-menu li .dropdown:hover .dropdown-content {
        opacity: 1;
        visibility: visible;
    }
    .nav-menu li .dropdown:hover header {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .btn {
        border-radius: 0.375rem;
        background: #B1FC03;
        display: flex;
        height: 2rem;
        padding: 0.5rem 1.5rem;
        justify-content: center;
        align-items: center;
        gap: 0.25rem;
        color: #121212;
        text-align: center;
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3125rem;
        /* 150% */
        letter-spacing: -0.0175rem;
    }
}

@media (min-width: 280px) {
    .containerWidth {
        width: 327px;
        max-width: 327px;
    }
    .headerWidth {
        width: 351px;
        max-width: 351px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .containerWidth {
        width: 70%;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .flexCenter {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footerContainer {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
        align-self: stretch;
        position: relative;
        z-index: 100;
    }
    .footerContainer .contentContainer {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 1rem;
        margin-top: 80px;
    }
    .footerContainer .contentContainer .subscriptionContainer {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        align-self: stretch;
        border-radius: 16px;
    }
    .footerContainer .contentContainer .subscriptionContainer .SubscribeTextContainer {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }
    .footerContainer .contentContainer .subscriptionContainer .SubscribeTextContainer .text {
        /* Title/X-Small */
        font-family: Outfit;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 22px */
        letter-spacing: -0.4px;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #fff 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .footerContainer .contentContainer .subscriptionContainer .SubscribeTextContainer .content {
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/X-Small */
        font-family: "DM Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 21px */
        letter-spacing: -0.28px;
    }
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper {
        position: relative;
        border: 1px solid #141414;
        border-radius: 0.875rem;
    }
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper .inputContainer {
        border-radius: 0.875rem;
        background: var(--Background-bg-pitch, #141414);
        display: flex;
        max-width: 25rem;
        width: 327px;
        padding: 0.5rem 0.5rem 0.5rem 0.75rem;
        align-items: center;
        gap: 0.5rem;
        flex: 1 0 0;
        transition: all 0.5s ease-in-out;
    }
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper .inputContainer .signUp-desktop {
        display: none;
        white-space: nowrap;
    }
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper .inputContainer .signUp-notDesktop {
        display: block;
        width: 36px;
        height: 36px;
    }
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper .inputContainer input {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        flex: 1 0 0;
        overflow: hidden;
        color: var(--Text-text-grey, #666);
        text-overflow: ellipsis;
        font-family: "DM Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5rem;
        /* 150% */
        letter-spacing: -0.015rem;
        background: var(--Background-bg-pitch, #141414);
        border: none;
        outline: none;
        transition: all 0.5s ease-in-out;
    }
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper .inputContainer input::placeholder {
        color: var(--Text-text-grey, #666);
        font-size: 14px;
    }
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper .inputContainer button {
        display: flex;
        height: 32px;
        padding: 8px 24px;
        justify-content: center;
        align-items: center;
        gap: 4px;
        border-radius: 6px;
        background: #B1FC03;
        color: #121212;
        text-align: center;
        font-family: "DM Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 0px;
        /* 150% */
        letter-spacing: -0.28px;
    }
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper #newsletter-error,
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper #newsletter-success {
        display: none;
    }
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper .popup {
        align-items: center;
        justify-content: flex-start;
        gap: 0.5rem;
        margin-left: auto;
        position: absolute;
        right: 0;
        top: 3.3rem;
        width: 100%;
    }
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper .popup p {
        color: var(--White, var(--Pure-White, #fff));
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 24px */
        letter-spacing: -0.32px;
    }
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper .popup img {
        width: 20px;
        height: 20px;
    }
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper:hover {
        border-radius: 14px;
        border: 1px solid var(--Border-border-highlight, #454545);
        background: var(--Background-bg-pitch, #141414);
    }
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper:focus-within {
        border-radius: 14px;
        border: 1px solid var(--Border-border-highlight, #454545);
        background: #141414;
    }
    .footerContainer .contentContainer .dividerWrapper {
        display: flex;
        padding: 3rem 0rem;
        justify-content: center;
        align-items: center;
        gap: 0.625rem;
        align-self: stretch;
    }
    .footerContainer .contentContainer .dividerWrapper .divider {
        width: 70rem;
        height: 0.0625rem;
        background: linear-gradient(90deg, rgba(26, 26, 26, 0) 0%, #333 49.99%, rgba(26, 26, 26, 0) 100%);
    }
    .footerContainer .contentContainer .sologenicContainer {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: space-between;
    }
    .footerContainer .contentContainer .sologenicContainer .imgWrapper {
        order: 2;
        height: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .footerContainer .contentContainer .sologenicContainer .imgWrapper img {
        display: flex;
        width: 8.92938rem;
    }
    .footerContainer .contentContainer .sologenicContainer .footerJumpingLinksContainer {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
        gap: 0px;
        width: 70%;
        grid-row-gap: 3rem;
        grid-column-gap: 1.5rem;
        margin-bottom: 5rem;
    }
    .footerContainer .contentContainer .sologenicContainer .footerJumpingLinksContainer .linksCategory {
        list-style: none;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        flex: 1 0 0;
        align-self: stretch;
    }
    .footerContainer .contentContainer .sologenicContainer .footerJumpingLinksContainer .linksCategory .category {
        color: var(--Text-text-grey, #666);
        font-family: "DM Sans";
        font-size: 0.75rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.125rem;
        /* 150% */
        letter-spacing: -0.0075rem;
        text-transform: uppercase;
    }
    .footerContainer .contentContainer .sologenicContainer .footerJumpingLinksContainer .linksCategory .titleWrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .footerContainer .contentContainer .sologenicContainer .footerJumpingLinksContainer .linksCategory .titleWrapper .footerLink {
        display: flex;
        align-items: center;
        white-space: nowrap;
        gap: 4px;
    }
    .footerContainer .contentContainer .sologenicContainer .footerJumpingLinksContainer .linksCategory .titleWrapper .footerLink img {
        width: 24px;
        height: 24px;
        padding: 4px;
    }
    .footerContainer .contentContainer .sologenicContainer .footerJumpingLinksContainer .linksCategory li {
        font-style: normal;
    }
    .footerContainer .contentContainer .sologenicContainer .footerJumpingLinksContainer .linksCategory li a {
        color: var(--Text-text-secondary, #aaa);
        font-family: Outfit;
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 1.5rem;
        /* 150% */
        letter-spacing: -0.01rem;
        position: relative;
    }
    .footerContainer .contentContainer .sologenicContainer .footerJumpingLinksContainer .linksCategory li a svg {
        position: relative;
        top: 5px;
    }
    .footerContainer .contentContainer .contactCopyRight {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
        gap: 1rem;
    }
    .footerContainer .contentContainer .contactCopyRight .icons {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        gap: 1.5rem;
    }
    .footerContainer .contentContainer .contactCopyRight .icons .icon {
        width: 1.5rem;
        height: 1.5rem;
    }
    .footerContainer .contentContainer .contactCopyRight .icons .icon a {
        width: 100%;
        height: 100%;
    }
    .footerContainer .contentContainer .contactCopyRight .icons .icon a svg:first-child {
        display: inline-block;
        width: 100%;
        height: 100%;
    }
    .footerContainer .contentContainer .contactCopyRight .icons .icon a svg:nth-child(2) {
        display: none;
    }
    .footerContainer .contentContainer .contactCopyRight .icons .icon a:hover svg:first-child {
        display: none;
    }
    .footerContainer .contentContainer .contactCopyRight .icons .icon a:hover svg:nth-child(2) {
        display: inline-block;
    }
    .footerContainer .contentContainer .contactCopyRight .copyRightText {
        color: #666;
        font-family: "DM Sans";
        font-size: 0.75rem;
        font-style: italic;
        font-weight: 300;
        line-height: 1.125rem;
        margin-bottom: 1rem;
        width: auto;
        /* 150% */
    }
}

@media (min-width: 768px) {
    .containerWidth {
        width: 704px;
        max-width: 704px;
    }
    .headerWidth {
        width: 736px;
        max-width: 736px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .containerWidth {
        width: 70%;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .flexCenter {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footerContainer {
        display: flex;
        padding: 5rem 2rem 2.5rem 2rem;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        position: relative;
        z-index: 100;
    }
    .footerContainer .contentContainer {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 3rem;
        margin-top: 0rem;
    }
    .footerContainer .contentContainer .subscriptionContainer {
        display: flex;
        align-items: center;
        gap: 40px;
        align-self: stretch;
        justify-content: space-between;
        flex-direction: row;
        border-radius: 16px;
    }
    .footerContainer .contentContainer .subscriptionContainer .SubscribeTextContainer .text {
        /* Title/X-Small */
        font-family: Outfit;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 22px */
        letter-spacing: -0.4px;
        /* 1.375rem */
        letter-spacing: -0.025rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #fff 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        width: 100%;
        white-space: nowrap;
    }
    .footerContainer .contentContainer .subscriptionContainer .SubscribeTextContainer .content {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/X-Small */
        font-family: "DM Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 21px */
        letter-spacing: -0.28px;
    }
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper {
        position: relative;
    }
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper .inputContainer {
        border-radius: 0.875rem;
        background: var(--Background-bg-pitch, #141414);
        display: flex;
        max-width: 25rem;
        padding: 0.5rem 0.5rem 0.5rem 0.75rem;
        align-items: center;
        gap: 0.5rem;
        flex: 1 0 0;
        width: 332px;
    }
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper .inputContainer .signUp-desktop {
        display: block;
        white-space: nowrap;
    }
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper .inputContainer .signUp-notDesktop {
        display: none;
    }
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper .inputContainer input {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        flex: 1 0 0;
        overflow: hidden;
        color: var(--Text-text-grey, #666);
        text-overflow: ellipsis;
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5rem;
        /* 150% */
        letter-spacing: -0.015rem;
        background: var(--Background-bg-pitch, #141414);
        border: none;
        outline: none;
        width: 199px;
    }
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper .inputContainer input::placeholder {
        color: var(--Text-text-grey, #666);
    }
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper .inputContainer button {
        display: flex;
        height: 32px;
        padding: 8px 24px;
        justify-content: center;
        align-items: center;
        gap: 4px;
        border-radius: 6px;
        background: #B1FC03;
        color: #121212;
        text-align: center;
        font-family: "DM Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 0px;
        /* 150% */
        letter-spacing: -0.28px;
    }
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper #newsletter-error,
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper #newsletter-success {
        display: none;
    }
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper .popup {
        align-items: center;
        justify-content: flex-start;
        gap: 0.5rem;
        margin-left: auto;
        position: absolute;
        right: 0;
        top: 3.3rem;
        width: 100%;
    }
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper .popup p {
        color: var(--White, var(--Pure-White, #fff));
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 24px */
        letter-spacing: -0.32px;
    }
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper .popup img {
        width: 20px;
        height: 20px;
    }
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper:hover {
        border-radius: 14px;
        border: 1px solid var(--Border-border-highlight, #454545);
        background: var(--Background-bg-pitch, #141414);
    }
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper:focus-within {
        border-radius: 14px;
        border: 1px solid var(--Border-border-highlight, #454545);
        background: #141414;
    }
    .footerContainer .contentContainer .dividerWrapper {
        display: flex;
        padding: 0.25rem 0rem;
        justify-content: center;
        align-items: center;
        gap: 0.625rem;
        align-self: stretch;
    }
    .footerContainer .contentContainer .dividerWrapper .divider {
        width: 70rem;
        height: 0.0625rem;
        background: linear-gradient(90deg, rgba(26, 26, 26, 0) 0%, #333 49.99%, rgba(26, 26, 26, 0) 100%);
    }
    .footerContainer .contentContainer .sologenicContainer {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: space-between;
    }
    .footerContainer .contentContainer .sologenicContainer .imgWrapper {
        order: 2;
        height: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .footerContainer .contentContainer .sologenicContainer .imgWrapper img {
        display: flex;
        width: 8.92938rem;
    }
    .footerContainer .contentContainer .sologenicContainer .footerJumpingLinksContainer {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 10px;
        width: 100%;
        grid-row-gap: 3rem;
        grid-column-gap: 1.5rem;
        margin-bottom: 0;
    }
    .footerContainer .contentContainer .sologenicContainer .footerJumpingLinksContainer .linksCategory {
        list-style: none;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        flex: 1 0 0;
        align-self: stretch;
    }
    .footerContainer .contentContainer .sologenicContainer .footerJumpingLinksContainer .linksCategory .category {
        color: var(--Text-text-grey, #666);
        font-family: "DM Sans";
        font-size: 0.75rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.125rem;
        /* 150% */
        letter-spacing: -0.0075rem;
        text-transform: uppercase;
    }
    .footerContainer .contentContainer .sologenicContainer .footerJumpingLinksContainer .linksCategory li {
        font-style: normal;
    }
    .footerContainer .contentContainer .sologenicContainer .footerJumpingLinksContainer .linksCategory li a {
        color: var(--Text-text-secondary, #aaa);
        font-family: Outfit;
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 1.5rem;
        /* 150% */
        letter-spacing: -0.01rem;
    }
    .footerContainer .contentContainer .sologenicContainer .footerJumpingLinksContainer .linksCategory li a:hover {
        color: var(--Text-text-primary, #eee);
    }
    .footerContainer .contentContainer .contactCopyRight {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
        gap: 1rem;
        margin-top: -3rem;
    }
    .footerContainer .contentContainer .contactCopyRight .icons {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 1.5rem;
        width: 30%;
    }
    .footerContainer .contentContainer .contactCopyRight .icons .icon {
        width: 1.5rem;
        height: 1.5rem;
    }
    .footerContainer .contentContainer .contactCopyRight .icons .icon a {
        width: 100%;
        height: 100%;
    }
    .footerContainer .contentContainer .contactCopyRight .icons .icon a svg:first-child {
        display: inline-block;
        width: 100%;
        height: 100%;
    }
    .footerContainer .contentContainer .contactCopyRight .icons .icon a svg:nth-child(2) {
        display: none;
    }
    .footerContainer .contentContainer .contactCopyRight .icons .icon a:hover svg:first-child {
        display: none;
    }
    .footerContainer .contentContainer .contactCopyRight .icons .icon a:hover svg:nth-child(2) {
        display: inline-block;
    }
    .footerContainer .contentContainer .contactCopyRight .copyRightText {
        color: #666;
        font-family: "DM Sans";
        font-size: 0.65rem;
        font-style: italic;
        font-weight: 300;
        line-height: 1.125rem;
        text-align: right;
        width: 54%;
        /* 150% */
    }
}

@media (min-width: 1024px) {
    .containerWidth {
        width: 960px;
        max-width: 960px;
        margin: 0px auto 0px auto;
    }
    .headerWidth {
        max-width: 976px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .containerWidth {
        width: 70%;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .flexCenter {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footerContainer {
        display: flex;
        padding: 5rem 2rem 2.5rem 2rem;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        position: relative;
        z-index: 100;
    }
    .footerContainer .contentContainer {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 3rem;
        margin-top: 0rem;
    }
    .footerContainer .contentContainer .subscriptionContainer {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
        align-self: stretch;
        border-radius: 1rem;
        gap: 1rem;
    }
    .footerContainer .contentContainer .subscriptionContainer .SubscribeTextContainer {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }
    .footerContainer .contentContainer .subscriptionContainer .SubscribeTextContainer .text {
        /* Title/X-Small */
        font-family: Outfit;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 22px */
        letter-spacing: -0.4px;
        /* 1.375rem */
        letter-spacing: -0.025rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #fff 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .footerContainer .contentContainer .subscriptionContainer .SubscribeTextContainer .content {
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/X-Small */
        font-family: "DM Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 21px */
        letter-spacing: -0.28px;
        align-self: stretch;
    }
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper {
        position: relative;
    }
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper .inputContainer {
        border-radius: 0.875rem;
        background: var(--Background-bg-pitch, #141414);
        display: flex;
        max-width: 25rem;
        padding: 0.5rem 0.5rem 0.5rem 0.75rem;
        align-items: center;
        gap: 0.5rem;
        flex: 1 0 0;
        width: 400px;
    }
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper .inputContainer .signUp-desktop {
        display: block;
        white-space: nowrap;
        display: flex;
        height: 2rem;
        padding: 0.5rem 1.5rem;
        justify-content: center;
        align-items: center;
        gap: 0.25rem;
        border-radius: 0.375rem;
        background: #B1FC03;
    }
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper .inputContainer .signUp-notDesktop {
        display: none;
    }
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper .inputContainer input {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        flex: 1 0 0;
        overflow: hidden;
        color: var(--Text-text-grey, #666);
        text-overflow: ellipsis;
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5rem;
        /* 150% */
        letter-spacing: -0.015rem;
        background: var(--Background-bg-pitch, #141414);
        border: none;
        outline: none;
    }
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper .inputContainer input::placeholder {
        color: var(--Text-text-grey, #666);
    }
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper .inputContainer button {
        display: flex;
        height: 2rem;
        padding: 0.5rem 1.5rem;
        justify-content: center;
        align-items: center;
        gap: 0.25rem;
        border-radius: 0.375rem;
        background: #B1FC03;
        color: #121212;
        text-align: center;
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3125rem;
        /* 150% */
        letter-spacing: -0.0175rem;
    }
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper #newsletter-error,
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper #newsletter-success {
        display: none;
    }
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper .popup {
        align-items: center;
        justify-content: flex-start;
        gap: 0.5rem;
        margin-left: auto;
        position: absolute;
        right: 0;
        top: 3.3rem;
        width: 100%;
    }
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper .popup p {
        color: var(--White, var(--Pure-White, #fff));
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 24px */
        letter-spacing: -0.32px;
    }
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper .popup img {
        width: 20px;
        height: 20px;
    }
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper:hover {
        border-radius: 14px;
        border: 1px solid var(--Border-border-highlight, #454545);
        background: var(--Background-bg-pitch, #141414);
    }
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper:focus-within {
        border-radius: 14px;
        border: 1px solid var(--Border-border-highlight, #454545);
        background: #141414;
    }
    .footerContainer .contentContainer .dividerWrapper {
        display: flex;
        padding: 0.25rem 0rem;
        justify-content: center;
        align-items: center;
        gap: 0.625rem;
        align-self: stretch;
    }
    .footerContainer .contentContainer .dividerWrapper .divider {
        width: 70rem;
        height: 0.0625rem;
        background: linear-gradient(90deg, rgba(26, 26, 26, 0) 0%, #333 49.99%, rgba(26, 26, 26, 0) 100%);
    }
    .footerContainer .contentContainer .sologenicContainer {
        display: flex;
        width: 100%;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    .footerContainer .contentContainer .sologenicContainer .imgWrapper {
        height: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .footerContainer .contentContainer .sologenicContainer .imgWrapper img {
        display: flex;
        width: 8.92938rem;
    }
    .footerContainer .contentContainer .sologenicContainer .footerJumpingLinksContainer {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 10px;
        width: 70%;
        grid-row-gap: 3rem;
        grid-column-gap: 1.5rem;
        margin-bottom: 0;
    }
    .footerContainer .contentContainer .sologenicContainer .footerJumpingLinksContainer .linksCategory {
        list-style: none;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        flex: 1 0 0;
        align-self: stretch;
    }
    .footerContainer .contentContainer .sologenicContainer .footerJumpingLinksContainer .linksCategory .category {
        color: var(--Text-text-grey, #666);
        font-family: "DM Sans";
        font-size: 0.75rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.125rem;
        /* 150% */
        letter-spacing: -0.0075rem;
        text-transform: uppercase;
    }
    .footerContainer .contentContainer .sologenicContainer .footerJumpingLinksContainer .linksCategory li {
        font-style: normal;
    }
    .footerContainer .contentContainer .sologenicContainer .footerJumpingLinksContainer .linksCategory li a {
        color: var(--Text-text-secondary, #aaa);
        font-family: Outfit;
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 1.5rem;
        /* 150% */
        letter-spacing: -0.01rem;
    }
    .footerContainer .contentContainer .sologenicContainer .footerJumpingLinksContainer .linksCategory li a:hover {
        color: var(--Text-text-primary, #eee);
    }
    .footerContainer .contentContainer .contactCopyRight {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
    }
    .footerContainer .contentContainer .contactCopyRight .icons {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 1.5rem;
        width: 30%;
    }
    .footerContainer .contentContainer .contactCopyRight .icons .icon {
        width: 1.5rem;
        height: 1.5rem;
    }
    .footerContainer .contentContainer .contactCopyRight .icons .icon a {
        width: 100%;
        height: 100%;
    }
    .footerContainer .contentContainer .contactCopyRight .icons .icon a svg:first-child {
        display: inline-block;
        width: 100%;
        height: 100%;
    }
    .footerContainer .contentContainer .contactCopyRight .icons .icon a svg:nth-child(2) {
        display: none;
    }
    .footerContainer .contentContainer .contactCopyRight .icons .icon a:hover svg:first-child {
        display: none;
    }
    .footerContainer .contentContainer .contactCopyRight .icons .icon a:hover svg:nth-child(2) {
        display: inline-block;
    }
    .footerContainer .contentContainer .contactCopyRight .copyRightText {
        color: #666;
        font-family: "DM Sans";
        font-size: 0.75rem;
        font-style: italic;
        font-weight: 300;
        line-height: 1.125rem;
        width: auto;
        margin-bottom: 0rem;
        /* 150% */
    }
}

@media (min-width: 1281px) {
    .containerWidth {
        width: 1120px;
        max-width: 1120px;
        margin: 0px auto 0px auto;
    }
    .headerWidth {
        width: 1152px;
        max-width: 1152px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .containerWidth {
        width: 70%;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .flexCenter {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footerContainer {
        display: flex;
        padding: 5rem 2rem 2.5rem 2rem;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        position: relative;
        z-index: 100;
    }
    .footerContainer .contentContainer {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 3rem;
        margin-top: 0rem;
    }
    .footerContainer .contentContainer .subscriptionContainer {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
        align-self: stretch;
        border-radius: 1rem;
        gap: 5rem;
        backdrop-filter: blur(44px);
    }
    .footerContainer .contentContainer .subscriptionContainer .SubscribeTextContainer {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }
    .footerContainer .contentContainer .subscriptionContainer .SubscribeTextContainer .text {
        /* Title/X-Small */
        font-family: Outfit;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 1.375rem */
        letter-spacing: -0.025rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #fff 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .footerContainer .contentContainer .subscriptionContainer .SubscribeTextContainer .content {
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper {
        position: relative;
    }
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper .inputContainer {
        border-radius: 0.875rem;
        background: var(--Background-bg-pitch, #141414);
        display: flex;
        max-width: 25rem;
        padding: 0.5rem 0.5rem 0.5rem 0.75rem;
        align-items: center;
        gap: 0.5rem;
        flex: 1 0 0;
        width: 400px;
    }
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper .inputContainer .signUp-desktop {
        display: block;
        white-space: nowrap;
        display: flex;
        height: 2rem;
        padding: 0.5rem 1.5rem;
        justify-content: center;
        align-items: center;
        gap: 0.25rem;
        border-radius: 0.375rem;
        background: #B1FC03;
    }
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper .inputContainer .signUp-tablet {
        display: none;
    }
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper .inputContainer input {
        overflow: hidden;
        color: var(--White, var(--Pure-White, #fff));
        text-overflow: ellipsis;
        font-family: "DM Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: -0.32px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        flex: 1 0 0;
    }
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper .inputContainer input::placeholder {
        color: var(--Text-text-grey, #666);
    }
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper .inputContainer button {
        display: flex;
        height: 2rem;
        padding: 0.5rem 1.5rem;
        justify-content: center;
        align-items: center;
        gap: 0.25rem;
        border-radius: 0.375rem;
        background: #B1FC03;
        color: #121212;
        text-align: center;
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3125rem;
        /* 150% */
        letter-spacing: -0.0175rem;
    }
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper #newsletter-error,
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper #newsletter-success {
        display: none;
    }
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper .popup {
        align-items: center;
        justify-content: flex-start;
        gap: 0.5rem;
        margin-left: auto;
        position: absolute;
        right: 0;
        top: 3.3rem;
        width: 100%;
    }
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper .popup p {
        color: var(--White, var(--Pure-White, #fff));
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 24px */
        letter-spacing: -0.32px;
    }
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper .popup img {
        width: 20px;
        height: 20px;
    }
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper:hover {
        border-radius: 14px;
        border: 1px solid var(--Border-border-highlight, #454545);
        background: var(--Background-bg-pitch, #141414);
    }
    .footerContainer .contentContainer .subscriptionContainer .inputContainerWrapper:focus-within {
        border-radius: 14px;
        border: 1px solid var(--Border-border-highlight, #454545);
        background: #141414;
    }
    .footerContainer .contentContainer .dividerWrapper {
        display: flex;
        padding: 0.25rem 0rem;
        justify-content: center;
        align-items: center;
        gap: 0.625rem;
        align-self: stretch;
    }
    .footerContainer .contentContainer .dividerWrapper .divider {
        width: 70rem;
        height: 0.0625rem;
        background: linear-gradient(90deg, rgba(26, 26, 26, 0) 0%, #333 49.99%, rgba(26, 26, 26, 0) 100%);
    }
    .footerContainer .contentContainer .sologenicContainer {
        display: flex;
        width: 100%;
        justify-content: space-between;
        flex-direction: row-reverse;
        height: 600px;
    }
    .footerContainer .contentContainer .sologenicContainer .imgWrapper {
        height: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .footerContainer .contentContainer .sologenicContainer .imgWrapper img {
        display: flex;
        width: 8.92938rem;
    }
    .footerContainer .contentContainer .sologenicContainer .footerJumpingLinksContainer {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 10px;
        width: 70%;
        grid-row-gap: 3rem;
        grid-column-gap: 1.5rem;
        margin-bottom: 0;
    }
    .footerContainer .contentContainer .sologenicContainer .footerJumpingLinksContainer .linksCategory {
        list-style: none;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        flex: 1 0 0;
        align-self: stretch;
    }
    .footerContainer .contentContainer .sologenicContainer .footerJumpingLinksContainer .linksCategory .category {
        color: var(--Text-text-grey, #666);
        font-family: "DM Sans";
        font-size: 0.75rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.125rem;
        /* 150% */
        letter-spacing: -0.0075rem;
        text-transform: uppercase;
    }
    .footerContainer .contentContainer .sologenicContainer .footerJumpingLinksContainer .linksCategory li {
        font-style: normal;
    }
    .footerContainer .contentContainer .sologenicContainer .footerJumpingLinksContainer .linksCategory li a {
        color: var(--Text-text-secondary, #aaa);
        font-family: Outfit;
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 1.5rem;
        /* 150% */
        letter-spacing: -0.01rem;
        transition: all 0.2s ease-in-out;
    }
    .footerContainer .contentContainer .sologenicContainer .footerJumpingLinksContainer .linksCategory li a:hover {
        color: var(--Text-text-primary, #eee);
    }
    .footerContainer .contentContainer .contactCopyRight {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
    }
    .footerContainer .contentContainer .contactCopyRight .icons {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 1.5rem;
        width: 30%;
    }
    .footerContainer .contentContainer .contactCopyRight .icons .icon {
        width: 1.5rem;
        height: 1.5rem;
    }
    .footerContainer .contentContainer .contactCopyRight .icons .icon a {
        width: 100%;
        height: 100%;
    }
    .footerContainer .contentContainer .contactCopyRight .icons .icon a svg:first-child {
        display: inline-block;
        width: 100%;
        height: 100%;
    }
    .footerContainer .contentContainer .contactCopyRight .icons .icon a svg:nth-child(2) {
        display: none;
    }
    .footerContainer .contentContainer .contactCopyRight .icons .icon a:hover svg:first-child {
        display: none;
    }
    .footerContainer .contentContainer .contactCopyRight .icons .icon a:hover svg:nth-child(2) {
        display: inline-block;
    }
    .footerContainer .contentContainer .contactCopyRight .copyRightText {
        color: #666;
        font-family: "DM Sans";
        font-size: 0.75rem;
        font-style: italic;
        font-weight: 300;
        line-height: 1.125rem;
        width: auto;
        /* 150% */
    }
}

@font-face {
    font-family: "Avenir";
    src: url("/assets/fonts/AvenirLTProHeavy.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

.homePage {
    padding-bottom: 160px;
}

.homePage .hero-section,
.homePage .heroSection {
    padding: 80px 24px 0px;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .homePage .hero-section,
    .homePage .heroSection {
        padding: 100px 54px 0px;
    }
    .homePage .hero-section .containerWidth,
    .homePage .heroSection .containerWidth {
        width: 704px;
        max-width: 704px;
    }
    .homePage .hero-section .headerWidth,
    .homePage .heroSection .headerWidth {
        width: 736px;
        max-width: 736px;
        margin: 0px auto 0px auto;
    }
    .homePage .hero-section .containerHeight,
    .homePage .heroSection .containerHeight {
        height: calc(100vh - 60px);
    }
}

@media (min-width: 1024px) {
    .homePage .hero-section,
    .homePage .heroSection {
        padding: 120px 80px 0px;
    }
    .homePage .hero-section .containerWidth,
    .homePage .heroSection .containerWidth {
        width: 960px;
        max-width: 960px;
        margin: 0px auto 0px auto;
    }
    .homePage .hero-section .headerWidth,
    .homePage .heroSection .headerWidth {
        max-width: 976px;
        margin: 0px auto 0px auto;
    }
    .homePage .hero-section .containerHeight,
    .homePage .heroSection .containerHeight {
        height: calc(100vh - 60px);
    }
}

@media (min-width: 1281px) {
    .homePage .hero-section,
    .homePage .heroSection {
        padding: 160px 108px 0px;
    }
    .homePage .hero-section .containerWidth,
    .homePage .heroSection .containerWidth {
        width: 1120px;
        max-width: 1120px;
        margin: 0px auto 0px auto;
    }
    .homePage .hero-section .headerWidth,
    .homePage .heroSection .headerWidth {
        width: 1152px;
        max-width: 1152px;
        margin: 0px auto 0px auto;
    }
    .homePage .hero-section .containerHeight,
    .homePage .heroSection .containerHeight {
        height: calc(100vh - 60px);
    }
}

.homePage .hero-section .hero-title-wrapper,
.homePage .heroSection .hero-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 10px;
    margin-bottom: 24px;
}

.homePage .hero-section .hero-logo,
.homePage .heroSection .hero-logo {
    width: 42px;
    height: 35px;
    flex-shrink: 0;
    display: inline-block;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .homePage .hero-section .hero-logo,
    .homePage .heroSection .hero-logo {
        width: 63px;
        height: 52.5px;
    }
    .homePage .hero-section .hero-logo .containerWidth,
    .homePage .heroSection .hero-logo .containerWidth {
        width: 704px;
        max-width: 704px;
    }
    .homePage .hero-section .hero-logo .headerWidth,
    .homePage .heroSection .hero-logo .headerWidth {
        width: 736px;
        max-width: 736px;
        margin: 0px auto 0px auto;
    }
    .homePage .hero-section .hero-logo .containerHeight,
    .homePage .heroSection .hero-logo .containerHeight {
        height: calc(100vh - 60px);
    }
}

@media (min-width: 1024px) {
    .homePage .hero-section .hero-logo,
    .homePage .heroSection .hero-logo {
        width: 73.5px;
        height: 61.25px;
    }
    .homePage .hero-section .hero-logo .containerWidth,
    .homePage .heroSection .hero-logo .containerWidth {
        width: 960px;
        max-width: 960px;
        margin: 0px auto 0px auto;
    }
    .homePage .hero-section .hero-logo .headerWidth,
    .homePage .heroSection .hero-logo .headerWidth {
        max-width: 976px;
        margin: 0px auto 0px auto;
    }
    .homePage .hero-section .hero-logo .containerHeight,
    .homePage .heroSection .hero-logo .containerHeight {
        height: calc(100vh - 60px);
    }
}

@media (min-width: 1281px) {
    .homePage .hero-section .hero-logo,
    .homePage .heroSection .hero-logo {
        width: 84px;
        height: 70px;
    }
    .homePage .hero-section .hero-logo .containerWidth,
    .homePage .heroSection .hero-logo .containerWidth {
        width: 1120px;
        max-width: 1120px;
        margin: 0px auto 0px auto;
    }
    .homePage .hero-section .hero-logo .headerWidth,
    .homePage .heroSection .hero-logo .headerWidth {
        width: 1152px;
        max-width: 1152px;
        margin: 0px auto 0px auto;
    }
    .homePage .hero-section .hero-logo .containerHeight,
    .homePage .heroSection .hero-logo .containerHeight {
        height: calc(100vh - 60px);
    }
}

.homePage .hero-section .hero-title,
.homePage .heroSection .hero-title {
    text-align: center;
    font-family: Outfit;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -1.28px;
    background: linear-gradient(180deg, #fff 0%, #878787 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.homePage .hero-section .hero-subtitle,
.homePage .heroSection .hero-subtitle {
    color: #aaa;
    text-align: center;
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 165%;
    letter-spacing: -0.4px;
    margin-bottom: 48px;
    max-width: 800px;
}

.homePage .hero-section .hero-buttons-wrapper,
.homePage .heroSection .hero-buttons-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.homePage .hero-section .btn-lime,
.homePage .heroSection .btn-lime {
    display: flex;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 6px;
    background: #b1fc03;
    border: 1px solid transparent;
    color: #121212;
    text-align: center;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.28px;
    text-decoration: none;
}

.homePage .hero-section .btn-lime:hover,
.homePage .heroSection .btn-lime:hover {
    background: #121212;
    color: #b1fc03;
    border-color: #b1fc03;
}

.homePage .hero-section .btn-simple,
.homePage .heroSection .btn-simple {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.28px;
    background: linear-gradient(180deg, #fff 0%, #878787 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
}

.homePage .hero-section .btn-simple img,
.homePage .heroSection .btn-simple img {
    width: 15px;
    height: 15px;
    transition: filter 0.2s ease;
}

.homePage .hero-section .btn-simple:hover,
.homePage .heroSection .btn-simple:hover {
    background: none;
    color: #b1fc03;
    -webkit-text-fill-color: #b1fc03;
}

.homePage .hero-section .btn-simple:hover img,
.homePage .heroSection .btn-simple:hover img {
    filter: brightness(0) saturate(100%) invert(84%) sepia(29%) saturate(1151%) hue-rotate(31deg) brightness(104%) contrast(103%);
}

.homePage .graphic-section {
    padding: 48px 24px;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.homePage .graphic-section img {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
}

.homePage .homeInfoBlock {
    padding: 48px 24px;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    gap: 48px;
    align-self: stretch;
}

.homePage .homeInfoBlock .homeInfoBlockLeft {
    display: flex;
    padding: 12px 48px 12px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex: 0 0 50%;
}

.homePage .homeInfoBlock .homeInfoBlockRight {
    flex: 0 0 50%;
}

.homePage .homeInfoBlock .homeInfoBlockTitleWrapper {
    display: flex;
    padding: 0 2px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.homePage .homeInfoBlock .homeInfoBlockTitle {
    color: #eee;
    font-family: Outfit;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.4px;
}

.homePage .homeInfoBlock .homeInfoBlockContent {
    color: #eee;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: -0.32px;
    margin-bottom: 16px;
}

.homePage .homeInfoBlock .btn-grey {
    display: flex;
    padding: 6px 10px 6px 16px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 6px;
    background: #222;
    color: #aaa;
    text-align: center;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.28px;
    text-decoration: none;
}

.homePage .homeInfoBlock .btn-grey img {
    width: 15px;
    height: 15px;
}

.homePage .homeInfoBlock .btn-grey:hover {
    background: #1b1b1b;
}

.homePage .homeInfoBlock+.homeInfoBlock {
    margin-top: 80px;
}

@media (max-width: 1023px) and (min-width: 768px) {
    .homePage .hero-section,
    .homePage .heroSection {
        padding: 100px 54px 0px;
    }
    .homePage .homeInfoBlock {
        padding: 48px 24px;
        gap: 32px;
    }
}

@media (max-width: 767px) {
    .homePage .hero-section,
    .homePage .heroSection {
        padding: 64px 16px 0px;
    }
    .homePage .hero-section .hero-title-wrapper,
    .homePage .heroSection .hero-title-wrapper {
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 20px;
    }
    .homePage .hero-section .hero-title,
    .homePage .heroSection .hero-title {
        font-size: 36px;
        letter-spacing: -0.72px;
    }
    .homePage .hero-section .hero-subtitle,
    .homePage .heroSection .hero-subtitle {
        font-size: 16px;
        line-height: 150%;
        margin-bottom: 32px;
    }
    .homePage .hero-section .hero-buttons-wrapper,
    .homePage .heroSection .hero-buttons-wrapper {
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }
    .homePage .hero-section .btn-lime,
    .homePage .hero-section .btn-simple,
    .homePage .heroSection .btn-lime,
    .homePage .heroSection .btn-simple {
        width: 100%;
    }
    .homePage .graphic-section {
        padding: 32px 16px;
    }
    .homePage .homeInfoBlock {
        padding: 32px 16px;
        flex-direction: column;
        gap: 24px;
    }
    .homePage .homeInfoBlockLeft,
    .homePage .homeInfoBlockRight {
        flex: 0 0 100%;
        padding: 0;
        width: 100%;
    }
    .homePage .homeInfoBlockRight img {
        width: 100%;
        height: auto;
        display: block;
    }
    .homePage .homeInfoBlock+.homeInfoBlock {
        margin-top: 48px;
    }
}

@media (min-width: 280px) {
    .containerWidth {
        width: 327px;
        max-width: 327px;
    }
    .headerWidth {
        width: 351px;
        max-width: 351px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .desktopBreaker,
    .tableBreaker,
    .laptopBreaker {
        display: none;
    }
    .flexCenter {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .heroContentContainer {
        flex-direction: column;
    }
    .heroContentContainer .content {
        text-align: left;
        flex-direction: column;
        gap: 12px;
        display: flex;
        padding-top: 65px;
        padding-bottom: 48px;
        align-items: center;
    }
    .heroContentContainer .content .contentTitle {
        flex: 1 0 0;
        /* Header/Medium */
        font-family: Outfit;
        font-size: 56px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.85rem */
        letter-spacing: -0.07rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #FFF 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .heroContentContainer .content .contentSubtitle {
        flex: 1 0 0;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 1.85625rem */
        letter-spacing: -0.0225rem;
    }
    .heroContentContainer .content .imgContainer {
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 100vw;
        overflow: hidden;
        position: relative;
        height: 22.5rem;
    }
    .heroContentContainer .content .imgContainer img {
        width: 100vw;
        overflow: hidden;
        transform: scale(1);
        position: relative;
        height: 22.5rem;
        object-fit: cover;
    }
    .heroContentContainer .content img {
        width: 100%;
        flex-shrink: 0;
    }
    .nonFungibleContainer .nonFungibleContentContainer .contentElementts {
        margin: 80px 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 48px;
        flex: 1 0 0;
    }
    .nonFungibleContainer .nonFungibleContentContainer .contentElementts .contentTitleContainer {
        align-self: stretch;
        /* Title/Large */
        font-family: Outfit;
        font-size: 2.5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 2.75rem */
        letter-spacing: -0.05rem;
        background: linear-gradient(180deg, #FFF 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .nonFungibleContainer .nonFungibleContentContainer .contentElementts .contentTitleContainer .contentTitle {
        align-self: stretch;
        /* Title/Large */
        font-family: Outfit;
        font-size: 2.5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 2.75rem */
        letter-spacing: -0.05rem;
        background: linear-gradient(180deg, #FFF 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .nonFungibleContainer .nonFungibleContentContainer .contentElementts .contentTitleContainer .contetnSubtitle {
        margin-top: 0.75rem;
        align-self: stretch;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        width: 20.4rem;
    }
    .nonFungibleContainer .nonFungibleContentContainer .contentElementts .nonFunImg {
        height: 22.5rem;
        width: 100vw;
        overflow: hidden;
        position: relative;
    }
    .nonFungibleContainer .nonFungibleContentContainer .contentElementts .nonFunImg img {
        transform: scale(1);
        height: 100%;
        object-fit: cover;
    }
    .keyTermsContentContainer {
        display: flex;
        padding: 80px 32px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 18.98%);
    }
    .keyTermsContentContainer .keyTermsTitleContainer {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(5, auto);
        gap: 48px 80px;
        text-align: left;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .keyTerms {
        flex: 1 0 0;
        /* Title/Large */
        font-family: Outfit;
        font-size: 2.5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 2.75rem */
        letter-spacing: -0.05rem;
        background: linear-gradient(180deg, #FFF 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .ladger {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        flex: 1 0 0;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .ladger .title {
        align-self: stretch;
        color: var(--Text-text-primary, #eee);
        /* Title/X-Small */
        font-family: Outfit;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 22px */
        letter-spacing: -0.4px;
        padding-top: 16px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .ladger .ladgerContent {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 24px */
        letter-spacing: -0.32px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .ladger img {
        width: 40px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .cryptoWallet {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        flex: 1 0 0;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .cryptoWallet .cryptoWalletTitle {
        align-self: stretch;
        color: var(--Text-text-primary, #eee);
        /* Title/X-Small */
        font-family: Outfit;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 22px */
        letter-spacing: -0.4px;
        padding-top: 24px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .cryptoWallet .walletText {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 24px */
        letter-spacing: -0.32px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .cryptoWallet img {
        width: 40px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .minting {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        flex: 1 0 0;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .minting .mintingTitle {
        align-self: stretch;
        color: var(--Text-text-primary, #eee);
        /* Title/X-Small */
        font-family: Outfit;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 22px */
        letter-spacing: -0.4px;
        padding-top: 24px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .minting .mintingText {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 24px */
        letter-spacing: -0.32px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .minting img {
        width: 40px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .walletAddress {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        flex: 1 0 0;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .walletAddress .walletAddTitle {
        align-self: stretch;
        color: var(--Text-text-primary, #eee);
        /* Title/X-Small */
        font-family: Outfit;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 22px */
        letter-spacing: -0.4px;
        padding-top: 24px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .walletAddress .walletAddParagraph {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 24px */
        letter-spacing: -0.32px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .walletAddress img {
        width: 40px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .transaction {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        flex: 1 0 0;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .transaction .transactionTitle {
        align-self: stretch;
        color: var(--Text-text-primary, #eee);
        /* Title/X-Small */
        font-family: Outfit;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 22px */
        letter-spacing: -0.4px;
        padding-top: 24px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .transaction .transactionParagraph {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 24px */
        letter-spacing: -0.32px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .transaction img {
        width: 40px;
    }
    .mintContentContainerWrapper {
        display: flex;
        padding: 80px 32px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 80px;
        align-self: stretch;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 14.42%);
    }
    .mintContentContainerWrapper .mintContentContainer {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 48px;
        align-self: stretch;
    }
    .mintContentContainerWrapper .mintContentContainer .contentTitleContainer {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
        gap: 12px;
        text-align: left;
    }
    .mintContentContainerWrapper .mintContentContainer .contentTitleContainer .contentTitle {
        align-self: stretch;
        /* Title/Large */
        font-family: Outfit;
        font-size: 2.5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 2.75rem */
        letter-spacing: -0.05rem;
        background: linear-gradient(180deg, #FFF 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .mintContentContainerWrapper .mintContentContainer .contentTitleContainer .contetnSubtitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        text-align: left;
    }
    .mintContentContainerWrapper .mintContentContainer .imgWrapper {
        display: flex;
        height: 196px;
        max-width: 960px;
        padding: 8px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        align-self: stretch;
        border-radius: 16px;
        border: 1px solid #191919;
    }
    .mintContentContainerWrapper .mintContentContainer .imgWrapper .mingting-desktop {
        width: 100%;
        height: 100%;
    }
    .faqContainerNFT {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 79.64%, rgba(255, 255, 255, 0.02) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 20.43%) !important;
    }
}

@media (min-width: 768px) {
    .containerWidth {
        width: 704px;
        max-width: 704px;
    }
    .headerWidth {
        width: 736px;
        max-width: 736px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .tableBreaker {
        display: block;
    }
    .flexCenter {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .heroContentContainer {
        flex-direction: column;
    }
    .heroContentContainer .content {
        text-align: center;
        flex-direction: column;
        width: 100%;
        gap: 12px;
        display: flex;
        padding-top: 85px;
        padding-bottom: 160px;
        align-items: center;
    }
    .heroContentContainer .content .contentTitle {
        flex: 1 0 0;
        text-align: center;
        /* Header/X-Large */
        font-family: Outfit;
        font-size: 80px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 88px */
        letter-spacing: -1.6px;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #fff 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .heroContentContainer .content .contentSubtitle {
        color: var(--Text-text-secondary, #AAA);
        text-align: center;
        font-family: "DM Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        letter-spacing: -0.4px;
        width: 544px;
    }
    .heroContentContainer .content .imgContainer {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 100vw;
        overflow: hidden;
        position: relative;
        height: 480px;
        margin-top: -12px;
    }
    .heroContentContainer .content .imgContainer img {
        width: 100vw;
        overflow: hidden;
        transform: scale(1);
        position: relative;
        height: 100%;
        object-fit: cover;
    }
    .nonFungibleContainer {
        display: flex;
        padding: 10rem 2rem;
        justify-content: center;
        align-items: center;
        align-self: stretch;
    }
    .nonFungibleContainer .nonFungibleContentContainer .contentElementts {
        margin: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 48px;
        flex: 1 0 0;
    }
    .nonFungibleContainer .nonFungibleContentContainer .contentElementts .contentTitleContainer {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
        gap: 12px;
        text-align: left;
    }
    .nonFungibleContainer .nonFungibleContentContainer .contentElementts .contentTitleContainer .contentTitle {
        align-self: stretch;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 48px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 52.8px */
        letter-spacing: -0.96px;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        width: 544px;
    }
    .nonFungibleContainer .nonFungibleContentContainer .contentElementts .contentTitleContainer .contetnSubtitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 29.7px */
        letter-spacing: -0.36px;
        width: 100%;
        text-align: left;
        padding-right: 160px;
        margin-top: 0;
    }
    .nonFungibleContainer .nonFungibleContentContainer .contentElementts .nonFungible-desktop {
        width: 1120px;
        align-self: center;
    }
    .nonFungibleContainer .nonFungibleContentContainer .contentElementts .nonFunImg {
        height: 39rem;
        width: 100vw;
        overflow: hidden;
        position: relative;
        display: flex;
        align-content: center;
        justify-content: center;
    }
    .nonFungibleContainer .nonFungibleContentContainer .contentElementts .nonFunImg img {
        transform: scale(1);
        height: 100%;
        object-fit: cover;
    }
    .keyTermsContentContainer {
        padding: 160px 32px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, auto);
        gap: 48px 50px;
        text-align: left;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .keyTerms {
        flex: 1 0 0;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 48px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 52.8px */
        letter-spacing: -0.96px;
        text-align: left;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        height: max-content;
        width: 19.25rem;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .ladger {
        display: flex;
        padding-top: 40px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        flex: 1 0 0;
        width: 312px;
        padding: 20px;
        padding-top: 40px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .ladger .title {
        align-self: stretch;
        color: var(--Text-text-primary, #eee);
        /* Title/X-Small */
        font-family: Outfit;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 22px */
        letter-spacing: -0.4px;
        padding-top: 24px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .ladger .ladgerContent {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 24px */
        letter-spacing: -0.32px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .ladger img {
        width: 40px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .cryptoWallet {
        display: flex;
        padding-top: 40px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        flex: 1 0 0;
        width: 312px;
        padding: 20px;
        padding-top: 40px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .cryptoWallet .cryptoWalletTitle {
        align-self: stretch;
        color: var(--Text-text-primary, #eee);
        /* Title/X-Small */
        font-family: Outfit;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 22px */
        letter-spacing: -0.4px;
        padding-top: 24px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .cryptoWallet .walletText {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 24px */
        letter-spacing: -0.32px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .cryptoWallet img {
        width: 40px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .minting {
        display: flex;
        padding-top: 80px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        flex: 1 0 0;
        width: 340px;
        padding: 20px;
        padding-top: 80px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .minting .mintingTitle {
        align-self: stretch;
        color: var(--Text-text-primary, #eee);
        /* Title/X-Small */
        font-family: Outfit;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 22px */
        letter-spacing: -0.4px;
        padding-top: 24px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .minting .mintingText {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 24px */
        letter-spacing: -0.32px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .minting img {
        width: 40px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .walletAddress {
        display: flex;
        padding-top: 40px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        flex: 1 0 0;
        width: 340px;
        padding: 20px;
        padding-top: 40px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .walletAddress .walletAddTitle {
        align-self: stretch;
        color: var(--Text-text-primary, #eee);
        /* Title/X-Small */
        font-family: Outfit;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 22px */
        letter-spacing: -0.4px;
        padding-top: 24px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .walletAddress .walletAddParagraph {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 24px */
        letter-spacing: -0.32px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .walletAddress img {
        width: 40px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .transaction {
        display: flex;
        padding-top: 80px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        flex: 1 0 0;
        width: 312px;
        width: 312px;
        padding: 20px;
        padding-top: 80px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .transaction .transactionTitle {
        align-self: stretch;
        color: var(--Text-text-primary, #eee);
        /* Title/X-Small */
        font-family: Outfit;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 22px */
        letter-spacing: -0.4px;
        padding-top: 24px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .transaction .transactionParagraph {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 24px */
        letter-spacing: -0.32px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .transaction img {
        width: 40px;
    }
    .mintContentContainerWrapper {
        padding: 160px 32px;
    }
    .mintContentContainerWrapper .mintContentContainer {
        display: flex;
        max-width: 1120px;
        flex-direction: column;
        align-items: center;
        gap: 48px;
        align-self: stretch;
    }
    .mintContentContainerWrapper .mintContentContainer .contentTitleContainer {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
        gap: 0.75rem;
        text-align: left;
    }
    .mintContentContainerWrapper .mintContentContainer .contentTitleContainer .contentTitle {
        color: var(--Text-text-secondary, #aaa);
        align-self: stretch;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 48px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 52.8px */
        letter-spacing: -0.96px;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .mintContentContainerWrapper .mintContentContainer .contentTitleContainer .contetnSubtitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 29.7px */
        letter-spacing: -0.36px;
        text-align: left;
        width: 542px;
    }
    .mintContentContainerWrapper .mintContentContainer .imgWrapper {
        display: flex;
        max-width: 960px;
        padding: 8px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        flex: 1 0 0;
        align-self: stretch;
        width: 704px;
        height: 416px;
        justify-content: center;
        border-radius: 16px;
        border: 1px solid #191919;
    }
    .mintContentContainerWrapper .mintContentContainer .imgWrapper .mingting-desktop {
        border-radius: 12px;
        display: block;
        width: 100%;
        height: 370px;
    }
}

@media (min-width: 1024px) {
    .containerWidth {
        width: 960px;
        max-width: 960px;
        margin: 0px auto 0px auto;
    }
    .headerWidth {
        max-width: 976px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .tableBreaker {
        display: none;
    }
    .laptopBreaker {
        display: block;
    }
    .flexCenter {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .heroContentContainer {
        flex-direction: column;
        display: flex;
        padding: 82px 0px 160px 0px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch;
    }
    .heroContentContainer .content {
        text-align: center;
        flex-direction: column;
        width: 100%;
        padding: 0px;
        gap: 12px;
    }
    .heroContentContainer .content .contentTitle {
        flex: 1 0 0;
        text-align: center;
        /* Header/X-Large */
        font-family: Outfit;
        font-size: 80px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 88px */
        letter-spacing: -1.6px;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #fff 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .heroContentContainer .content .contentSubtitle {
        flex: 1 0 0;
        color: var(--Text-text-secondary, #aaa);
        text-align: center;
        /* Text/Regular/Large */
        font-family: "DM Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 33px */
        letter-spacing: -0.4px;
        width: 640px;
    }
    .heroContentContainer .content .imgContainer {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 100vw;
        position: relative;
        height: 30rem;
    }
    .heroContentContainer .content .imgContainer img {
        width: 100vw;
        transform: scale(1);
        position: relative;
        top: 0px;
        height: 100%;
        object-fit: cover;
    }
    .nonFungibleContainer {
        display: flex;
        padding: 10rem 2rem;
        justify-content: center;
        align-items: center;
        align-self: stretch;
    }
    .nonFungibleContainer .nonFungibleContentContainer .contentElementts {
        margin: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 48px;
        flex: 1 0 0;
    }
    .nonFungibleContainer .nonFungibleContentContainer .contentElementts .contentTitleContainer {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 80px;
        align-self: stretch;
    }
    .nonFungibleContainer .nonFungibleContentContainer .contentElementts .contentTitleContainer .contentTitle {
        align-self: stretch;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 48px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 52.8px */
        letter-spacing: -0.96px;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        width: 27.5rem;
    }
    .nonFungibleContainer .nonFungibleContentContainer .contentElementts .contentTitleContainer .contetnSubtitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        letter-spacing: -0.36px;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 0rem;
        padding: 48px 0px 0px 48px;
        width: 27.6rem;
    }
    .nonFungibleContainer .nonFungibleContentContainer .contentElementts .nonFungible-desktop {
        display: flex;
        margin-top: 0px;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        align-self: stretch;
        width: 100%;
    }
    .nonFungibleContainer .nonFungibleContentContainer .contentElementts .nonFunImg {
        height: 40rem;
        width: 100vw;
        overflow: hidden;
        position: relative;
        display: flex;
        align-content: center;
        justify-content: center;
    }
    .nonFungibleContainer .nonFungibleContentContainer .contentElementts .nonFunImg img {
        transform: scale(1);
        height: 100%;
    }
    .keyTermsContentContainer .keyTermsTitleContainer {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(3, auto);
        gap: 48px 35px;
        text-align: left;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .keyTerms {
        flex: 1 0 0;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 48px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 52.8px */
        letter-spacing: -0.96px;
        text-align: left;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .ladger {
        display: flex;
        padding-top: 40px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        flex: 1 0 0;
        width: 286px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .ladger .title {
        align-self: stretch;
        color: var(--Text-text-primary, #eee);
        /* Title/X-Small */
        font-family: Outfit;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 22px */
        letter-spacing: -0.4px;
        padding-top: 24px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .ladger .ladgerContent {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 24px */
        letter-spacing: -0.32px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .ladger img {
        width: 40px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .cryptoWallet {
        display: flex;
        padding-top: 80px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        flex: 1 0 0;
        width: 312px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .cryptoWallet .cryptoWalletTitle {
        align-self: stretch;
        color: var(--Text-text-primary, #eee);
        /* Title/X-Small */
        font-family: Outfit;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 22px */
        letter-spacing: -0.4px;
        padding-top: 24px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .cryptoWallet .walletText {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 24px */
        letter-spacing: -0.32px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .cryptoWallet img {
        width: 40px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .minting {
        display: flex;
        padding-top: 40px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        flex: 1 0 0;
        width: 286px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .minting .mintingTitle {
        align-self: stretch;
        color: var(--Text-text-primary, #eee);
        /* Title/X-Small */
        font-family: Outfit;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 22px */
        letter-spacing: -0.4px;
        padding-top: 24px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .minting .mintingText {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 24px */
        letter-spacing: -0.32px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .minting img {
        width: 40px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .walletAddress {
        display: flex;
        padding-top: 80px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        flex: 1 0 0;
        width: 290px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .walletAddress .walletAddTitle {
        align-self: stretch;
        color: var(--Text-text-primary, #eee);
        /* Title/X-Small */
        font-family: Outfit;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 22px */
        letter-spacing: -0.4px;
        padding-top: 24px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .walletAddress .walletAddParagraph {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 24px */
        letter-spacing: -0.32px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .walletAddress img {
        width: 40px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .transaction {
        display: flex;
        padding-top: 120px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        flex: 1 0 0;
        width: 286px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .transaction .transactionTitle {
        align-self: stretch;
        color: var(--Text-text-primary, #eee);
        /* Title/X-Small */
        font-family: Outfit;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 22px */
        letter-spacing: -0.4px;
        padding-top: 24px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .transaction .transactionParagraph {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 24px */
        letter-spacing: -0.32px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .transaction img {
        width: 40px;
    }
    .mintContentContainerWrapper .mintContentContainer {
        display: flex;
        max-width: 1120px;
        flex-direction: column;
        align-items: center;
        gap: 48px;
        align-self: stretch;
    }
    .mintContentContainerWrapper .mintContentContainer .contentTitleContainer {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        align-self: stretch;
        gap: 48px;
        text-align: left;
        justify-content: space-between;
    }
    .mintContentContainerWrapper .mintContentContainer .contentTitleContainer .contentTitle {
        color: var(--Text-text-secondary, #aaa);
        align-self: stretch;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 48px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 52.8px */
        letter-spacing: -0.96px;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        width: 432px;
    }
    .mintContentContainerWrapper .mintContentContainer .contentTitleContainer .contetnSubtitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 29.7px */
        letter-spacing: -0.36px;
        padding: 48px 0px 0px 0px;
        width: 432px;
    }
    .mintContentContainerWrapper .mintContentContainer .contentTitleContainer .mingting-desktop {
        width: 40px;
    }
    .mintContentContainerWrapper .mintContentContainer .imgWrapper {
        display: flex;
        max-width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        align-self: center;
        justify-content: center;
        border-radius: 16px;
        border: 1px solid #191919;
        width: 943px;
    }
    .mintContentContainerWrapper .mintContentContainer .imgWrapper .mingting-desktop {
        border-radius: 12px;
        display: block;
        width: 100%;
        height: 544px;
        border-radius: 12px;
    }
    .fAQContentContainer {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .fAQContentContainer .faqTitleContainer {
        display: flex;
        max-width: 1120px;
        flex-direction: column;
        align-items: flex-start;
        gap: 48px;
        align-self: stretch;
        padding: 160px 32px;
    }
    .fAQContentContainer .contentTitle {
        align-self: stretch;
        font-family: Outfit;
        font-size: 48px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        letter-spacing: -0.96px;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: left;
    }
    .fAQContentContainer .subTitleWrapper {
        display: flex;
        padding: 32px;
        flex-direction: column;
        gap: 16px;
        align-self: stretch;
        text-align: left;
        border-radius: 16px;
        background: #040404;
    }
    .fAQContentContainer .subTitleWrapper .paragraphWrapper {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
    }
    .fAQContentContainer .subTitleWrapper .paragraphWrapper .faqArrow-desktop {
        width: 18px;
    }
    .fAQContentContainer .subTitleWrapper .contetnSubtitleone {
        align-self: stretch;
        color: var(--Text-text-primary, #eee);
        /* Text/Medium/Large */
        font-family: "DM Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 165%;
        /* 33px */
        letter-spacing: -0.4px;
    }
    .fAQContentContainer .subTitleWrapper .contetnSubtitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 24px */
        letter-spacing: -0.32px;
    }
    .fAQContentContainer .xrplAddress {
        display: flex;
        flex-direction: row;
        width: 100%;
        align-self: stretch;
        color: var(--Text-text-grey, #666);
        font-family: "DM Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 165%;
        letter-spacing: -0.4px;
        display: flex;
        padding: 32px;
        align-items: flex-start;
        gap: 16px;
        align-self: stretch;
        border-radius: 16px;
        background: #040404;
    }
    .fAQContentContainer .xrplAddress .saveMore {
        align-self: stretch;
        color: var(--Text-text-grey, #666);
        /* Text/Medium/Large */
        font-family: "DM Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 165%;
        /* 33px */
        letter-spacing: -0.4px;
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
    }
    .fAQContentContainer .xrplAddress img {
        width: 18px;
    }
    .fAQContentContainer .supported {
        display: flex;
        flex-direction: row;
        padding: 32px;
        align-items: flex-start;
        gap: 16px;
        align-self: stretch;
        border-radius: 16px;
        background: #040404;
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
    }
    .fAQContentContainer .supported img {
        width: 18px;
    }
    .fAQContentContainer .supported .supportedTitle {
        align-self: stretch;
        color: var(--Text-text-grey, #666);
        /* Text/Medium/Large */
        font-family: "DM Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 165%;
        /* 33px */
        letter-spacing: -0.4px;
    }
    .fAQContentContainer .supported .supportedTitle img {
        width: 18px;
    }
}

@media (min-width: 1281px) {
    .containerWidth {
        width: 1120px;
        max-width: 1120px;
        margin: 0px auto 0px auto;
    }
    .headerWidth {
        width: 1152px;
        max-width: 1152px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .laptopBreaker {
        display: none;
    }
    .desktopBreaker {
        display: block;
    }
    .flexCenter {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .heroContentContainer {
        display: flex;
        padding: 82px 0px 160px 0px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch;
    }
    .heroContentContainer .content {
        text-align: center;
        flex-direction: column;
        width: 100%;
        gap: 12px;
        padding-top: 0;
    }
    .heroContentContainer .content .contentTitle {
        flex: 1 0 0;
        text-align: center;
        /* Header/X-Large */
        font-family: Outfit;
        font-size: 80px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 88px */
        letter-spacing: -1.6px;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #fff 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        width: 60rem;
    }
    .heroContentContainer .content .contentSubtitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        text-align: center;
        /* Text/Regular/X-Large */
        font-family: "DM Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 165%;
        /* 39.6px */
        letter-spacing: -0.48px;
        margin: 0 auto;
        width: 50rem;
    }
    .heroContentContainer .content .imgContainer {
        position: relative;
        width: 100%;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    .heroContentContainer .content .imgContainer img {
        position: relative;
        display: block;
        width: 100%;
        overflow: auto;
        transform: scale(1);
        top: 0px;
    }
    .nonFungibleContainer {
        display: flex;
        padding: 10rem 2rem;
        justify-content: center;
        align-items: center;
        align-self: stretch;
    }
    .nonFungibleContainer .nonFungibleContentContainer .contentElementts {
        margin: 0px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 48px;
        flex: 1 0 0;
    }
    .nonFungibleContainer .nonFungibleContentContainer .contentElementts .contentTitleContainer {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        align-self: stretch;
        gap: 80px;
        text-align: left;
    }
    .nonFungibleContainer .nonFungibleContentContainer .contentElementts .contentTitleContainer .contentTitle {
        align-self: stretch;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 48px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 52.8px */
        letter-spacing: -0.96px;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        width: 520px;
        height: max-content;
    }
    .nonFungibleContainer .nonFungibleContentContainer .contentElementts .contentTitleContainer .contetnSubtitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 165%;
        letter-spacing: -0.36px;
        padding: 48px 0px 0px 48px;
        width: 512px;
    }
    .nonFungibleContainer .nonFungibleContentContainer .contentElementts .nonFunImg {
        width: 100%;
    }
    .nonFungibleContainer .nonFungibleContentContainer .contentElementts .nonFunImg img {
        transform: scale(1);
    }
    .nonFungibleContainer .nonFungibleContentContainer .contentElementts .nonFunImg .nonFungible-desktop {
        width: 1120px;
        align-self: center;
    }
    .keyTermsContentContainer {
        display: flex;
        padding: 160px 32px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 18.98%);
    }
    .keyTermsContentContainer .keyTermsTitleContainer {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, auto);
        gap: 48px 50px;
        text-align: left;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .keyTerms {
        flex: 1 0 0;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 48px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 52.8px */
        letter-spacing: -0.96px;
        text-align: left;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .ladger {
        display: flex;
        padding-top: 40px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        flex: 1 0 0;
        width: 300px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .ladger .title {
        align-self: stretch;
        color: var(--Text-text-primary, #eee);
        /* Title/X-Small */
        font-family: Outfit;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 22px */
        letter-spacing: -0.4px;
        padding-top: 24px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .ladger .ladgerContent {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 24px */
        letter-spacing: -0.32px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .ladger img {
        width: 40px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .cryptoWallet {
        display: flex;
        padding-top: 80px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        flex: 1 0 0;
        width: 360px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .cryptoWallet .cryptoWalletTitle {
        align-self: stretch;
        color: var(--Text-text-primary, #eee);
        /* Title/X-Small */
        font-family: Outfit;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 22px */
        letter-spacing: -0.4px;
        padding-top: 24px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .cryptoWallet .walletText {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 24px */
        letter-spacing: -0.32px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .cryptoWallet img {
        width: 40px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .minting {
        display: flex;
        padding-top: 40px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        flex: 1 0 0;
        width: 340px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .minting .mintingTitle {
        align-self: stretch;
        color: var(--Text-text-primary, #eee);
        /* Title/X-Small */
        font-family: Outfit;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 22px */
        letter-spacing: -0.4px;
        padding-top: 24px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .minting .mintingText {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 24px */
        letter-spacing: -0.32px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .minting img {
        width: 40px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .walletAddress {
        display: flex;
        padding-top: 80px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        flex: 1 0 0;
        width: 340px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .walletAddress .walletAddTitle {
        align-self: stretch;
        color: var(--Text-text-primary, #eee);
        /* Title/X-Small */
        font-family: Outfit;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 22px */
        letter-spacing: -0.4px;
        padding-top: 24px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .walletAddress .walletAddParagraph {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 24px */
        letter-spacing: -0.32px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .walletAddress img {
        width: 40px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .transaction {
        display: flex;
        padding-top: 120px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        flex: 1 0 0;
        width: 310px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .transaction .transactionTitle {
        align-self: stretch;
        color: var(--Text-text-primary, #eee);
        /* Title/X-Small */
        font-family: Outfit;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 22px */
        letter-spacing: -0.4px;
        padding-top: 24px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .transaction .transactionParagraph {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 24px */
        letter-spacing: -0.32px;
    }
    .keyTermsContentContainer .keyTermsTitleContainer .transaction img {
        width: 40px;
    }
    .mintContentContainerWrapper {
        display: flex;
        padding: 160px 32px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 80px;
        align-self: stretch;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 14.42%);
    }
    .mintContentContainerWrapper .mintContentContainer {
        display: flex;
        max-width: 1120px;
        flex-direction: column;
        align-items: center;
        gap: 48px;
        align-self: stretch;
    }
    .mintContentContainerWrapper .mintContentContainer .contentTitleContainer {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        align-self: stretch;
        gap: 80px;
        text-align: left;
    }
    .mintContentContainerWrapper .mintContentContainer .contentTitleContainer .contentTitle {
        color: var(--Text-text-secondary, #aaa);
        align-self: stretch;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 48px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 52.8px */
        letter-spacing: -0.96px;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        width: 512px;
    }
    .mintContentContainerWrapper .mintContentContainer .contentTitleContainer .contetnSubtitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 165%;
        /* 29.7px */
        letter-spacing: -0.36px;
        padding: 48px 0px 0px 0px;
        width: 512px;
    }
    .mintContentContainerWrapper .mintContentContainer .imgWrapper {
        display: flex;
        max-width: 100%;
        height: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        align-self: center;
        justify-content: center;
        border-radius: 16px;
        border: 1px solid #191919;
        width: 960px;
    }
    .mintContentContainerWrapper .mintContentContainer .imgWrapper .mingting-desktop {
        display: block;
        width: 100%;
        height: 510px;
        border-radius: 12px;
    }
}

.xlsPage {
    overflow: hidden;
}

@media (min-width: 280px) {
    .containerWidth {
        width: 327px;
        max-width: 327px;
    }
    .headerWidth {
        width: 351px;
        max-width: 351px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .automatedHeroContainer {
        width: 100%;
        margin: 0 auto;
    }
    .ammContainer {
        padding: 50px 24px 48px 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
        align-self: stretch;
        position: relative;
        overflow: hidden;
    }
    .ammContainer img {
        height: 35rem;
    }
    .ammContainer .rightImg,
    .ammContainer .leftImg {
        display: none;
    }
    .ammContainer .heroImg {
        display: block;
        width: 100vw;
        height: auto;
    }
    .ammContainer .ammContentMain {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        width: 327px;
    }
    .ammContainer .ammContentMain .ammTitle {
        text-align: left;
        font-family: Outfit;
        font-size: 56px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        letter-spacing: -1.12px;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #fff 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        position: relative;
    }
    .ammContainer .ammContentMain .ammSubtitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        text-align: left;
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        letter-spacing: -0.025rem;
        position: relative;
        width: 80%;
    }
    .ammContainer .ammContentMain .btn {
        display: flex;
        padding: 8px 24px;
        justify-content: center;
        align-items: center;
        gap: 4px;
        border-radius: 6px;
        background: #B1FC03;
        margin-top: 36px;
        color: #121212;
        text-align: center;
        font-family: "DM Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 21px;
        letter-spacing: -0.28px;
        border: 1px solid #B1FC03;
    }
    .ammContainer .ammContentMain .btn:hover {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        gap: 0.25rem;
        border-radius: 0.375rem;
        color: #B1FC03;
        border: 1px solid #B1FC03;
        background: black;
    }
    .ammContainer .XlsDotBgContainer {
        position: absolute;
        height: 39rem;
        width: 18rem;
        top: 5rem;
        object-fit: cover;
        opacity: 0.8;
        object-position: center;
    }
    .desktopBreaker {
        display: none;
    }
    .nfdWrapper {
        padding: 80px 24px;
        display: flex;
        flex-direction: column;
        gap: 48px;
    }
    .nfdWrapper .nfdContainer {
        display: flex;
        flex-direction: column;
        width: 327px;
        overflow: hidden;
    }
    .nfdWrapper .nfdContainer .nfdContent {
        position: relative;
        left: 0%;
        display: flex;
        padding-right: 0rem;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 3rem;
    }
    .nfdWrapper .nfdContainer .nfdContent .nfdTitleContainer {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    .nfdWrapper .nfdContainer .nfdContent .nfdTitleContainer .nfdTitle {
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 40px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .nfdWrapper .nfdContainer .nfdContent .nfdTitleContainer .nfdSubtitle {
        color: var(--Text-text-secondary, #aaa);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        letter-spacing: -0.32px;
    }
    .nfdWrapper .nfdContainer .nfdContent .nfdTitleContainer .nfdSubtitle span {
        color: var(--Text-text-primary, #eee);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        letter-spacing: -0.32px;
    }
    .nfdWrapper .nfdContainer .nfdContent .ammContentMainNfdWrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        align-self: stretch;
        padding-bottom: 0px;
    }
    .nfdWrapper .nfdContainer .nfdContent .ammContentMainNfdWrapper .liquidityWrapper {
        display: flex;
        align-items: center;
        gap: 1rem;
        align-self: stretch;
    }
    .nfdWrapper .nfdContainer .nfdContent .ammContentMainNfdWrapper .liquidityWrapper p {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        letter-spacing: -0.32px;
    }
    .nfdWrapper .nfdContainer .nfdContent .ammContentMainNfdWrapper .liquidityWrapper img {
        width: 24px;
        height: 24px;
    }
    .nfdWrapper .ndfVector {
        width: 636px;
        flex-shrink: 0;
        position: relative;
        object-fit: cover;
        object-position: left;
        top: 0%;
    }
    .decentralizedContainer {
        display: flex;
        padding: 5rem 0px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 18.52%);
    }
    .decentralizedContainer .decentralizedAmm {
        align-items: flex-start;
        align-self: stretch;
        gap: 48px;
    }
    .decentralizedContainer .decentralizedAmm .decentralizedTitleContainer {
        display: flex;
        flex-direction: column;
        padding-bottom: 48px;
        gap: 12px;
    }
    .decentralizedContainer .decentralizedAmm .decentralizedTitleContainer .title {
        align-self: stretch;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 40px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 44px */
        letter-spacing: -0.8px;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .decentralizedContainer .decentralizedAmm .decentralizedTitleContainer .subtTitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 24px */
        letter-spacing: -0.32px;
        padding-top: 0rem;
        gap: 8px;
        flex: 1 0 0;
        text-align: left;
    }
    .decentralizedContainer .decentralizedAmm .decentralizedTitleContainer .subtTitle span {
        color: var(--Text-text-primary, #eee);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 24px */
        letter-spacing: -0.32px;
    }
    .decentralizedContainer .content {
        width: 100%;
        height: max-content;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .decentralizedContainer .content .tokenLogo-desktop,
    .decentralizedContainer .content .tokenLogo-tablet {
        display: none;
    }
    .decentralizedContainer .content .tokenLogo-mobile {
        width: 100vw;
        height: 740px;
        object-fit: contain;
    }
    .featuresContainer {
        display: flex;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        padding: 5rem 24px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0) 14.41%);
    }
    .featuresContainer .features {
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }
    .featuresContainer .features .featuresTitle {
        align-self: stretch;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 40px;
        font-style: normal;
        font-weight: 500;
        line-height: 116%;
        /* 44px */
        letter-spacing: -0.8px;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: left;
    }
    .featuresContainer .features .featuresTitle .desktopBreaker {
        display: none;
    }
    .featuresContainer .features .features-desktop {
        display: none;
    }
    .featuresContainer .features .featuresTabletContainer {
        overflow: hidden;
        width: 100vw;
        height: 100%;
    }
    .featuresContainer .features .features-tablet {
        height: 410px;
        position: relative;
        object-fit: cover;
        object-position: left;
        width: 100vw;
    }
    .featuresContainer .features .featuresListContainer {
        display: flex;
        padding-top: 48px;
        align-items: flex-start;
        gap: 3rem;
        align-self: stretch;
        border-top: 1px solid #121212;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 48px;
    }
    .featuresContainer .features .featuresListContainer .featureItem {
        display: flex;
        padding: 0px 2px;
        flex-direction: column;
        align-items: flex-start;
        gap: 0px;
        align-self: stretch;
        text-align: left;
    }
    .featuresContainer .features .featuresListContainer .featureItem img {
        width: 32px;
        margin-bottom: 24px;
    }
    .featuresContainer .features .featuresListContainer .featureItem .title {
        align-self: stretch;
        margin-bottom: 8px;
        color: var(--Text-text-primary, #eee);
        /* Title/XX-Small */
        font-family: Outfit;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 17.6px */
        letter-spacing: -0.32px;
        white-space: normal;
    }
    .featuresContainer .features .featuresListContainer .featureItem .subtitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/X-Small */
        font-family: "DM Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 21px */
        letter-spacing: -0.28px;
    }
    .featureRulesContainer {
        display: flex;
        padding: 5rem 24px;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 12.64%);
    }
    .featureRulesContainer .featuresRule {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 48px;
    }
    .featureRulesContainer .featuresRule .titleContainer {
        display: flex;
        flex-direction: column;
        text-align: left;
    }
    .featureRulesContainer .featuresRule .titleContainer .ruleTitle {
        display: none;
    }
    .featureRulesContainer .featuresRule .titleContainer .ruleTitleTablet {
        align-self: stretch;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 40px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 44px */
        letter-spacing: -0.8px;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        white-space: normal;
    }
    .featureRulesContainer .featuresRule .titleContainer .ruleSubtitle {
        flex: 1 0 0;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 24px */
        letter-spacing: -0.32px;
        padding-top: 12px;
        text-align: left;
        width: 326px;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        /* Creates four equal columns */
        grid-template-rows: repeat(2, auto);
        gap: 0.5rem;
        text-align: left;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItem {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex: 1 0 0;
        align-self: stretch;
        border-radius: 1rem;
        background: #040404;
        gap: 0rem;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItem:hover {
        background: #121212;
        transition: background 0.3s ease, transform 0.3s ease;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItem .img {
        height: 12.5rem;
        align-self: stretch;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItem .contentWrapper {
        padding: 2rem 2rem 2rem 2rem;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItem .contentWrapper .ruleItemTitle {
        align-self: stretch;
        color: var(--Text-text-primary, #eee);
        /* Title/XX-Small */
        font-family: Outfit;
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 1.1rem */
        letter-spacing: -0.02rem;
        margin-bottom: 0.5rem;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItem .contentWrapper .ruleItemContent {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItemBtn {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex: 1 0 0;
        align-self: stretch;
        border-radius: 1rem;
        background: #040404;
        gap: 0rem;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItemBtn .img {
        height: 12.5rem;
        align-self: stretch;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItemBtn .contentWrapper {
        padding: 2rem 2rem 2rem 2rem;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItemBtn .contentWrapper .ruleItemTitle {
        align-self: stretch;
        color: var(--Text-text-primary, #eee);
        /* Title/XX-Small */
        font-family: Outfit;
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 1.1rem */
        letter-spacing: -0.02rem;
        margin-bottom: 0.5rem;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItemBtn .contentWrapper .ruleItemContent {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItemBtn .contentWrapper .btn {
        display: none;
        padding: 0.375rem 0.625rem 0.375rem 1rem;
        justify-content: center;
        align-items: center;
        gap: 0.375rem;
        white-space: nowrap;
        border-radius: 0.375rem;
        background: var(--Background-bg-highlight, #222);
        color: var(--Text-text-secondary, #aaa);
        text-align: center;
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3125rem;
        /* 150% */
        letter-spacing: -0.0175rem;
        position: relative;
        margin-top: 1.5rem;
        cursor: pointer;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItemBtn .contentWrapper .btn:hover {
        background: var(--Background-bg-tonal, #333);
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItemBtn .contentWrapper .btn img {
        width: 0.9375rem;
        height: 0.9375rem;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItemBtn:hover {
        background: #121212;
        transition: background 0.3s ease, transform 0.3s ease;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItemBtn:hover .btn {
        width: 132px;
        display: flex;
        /* Show the button on hover */
        opacity: 1;
        /* Ensure it's visible */
        transition: opacity 0.3s ease;
        /* Smooth transition */
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItemBtn:hover .ruleItemContent {
        display: none;
        /* Hide the description text */
        transition: opacity 0.3s ease;
        /* Smooth transition */
    }
    .faqContainer {
        padding: 5rem 0rem;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 16.23%);
    }
    .faqContainer .faqWrapper {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 3rem;
        align-self: stretch;
    }
    .faqContainer .faqWrapper h1 {
        align-self: stretch;
        /* Title/Large */
        font-family: Outfit;
        font-size: 2.5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 2.75rem */
        letter-spacing: -0.05rem;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .faqContainer .faqWrapper .accordion-container {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        max-width: 327px;
        width: 327px;
        /** Apply white color when collapsed */
        /** Rotate Icon */
    }
    .faqContainer .faqWrapper .accordion-container details {
        display: flex;
        padding: 1.5rem;
        align-items: flex-start;
        gap: 1rem !important;
        align-self: stretch;
        border-radius: 1rem;
        background: #040404;
        transition: all 0.3s ease-in-out;
        flex-direction: column;
    }
    .faqContainer .faqWrapper .accordion-container details:hover {
        background: #121212;
        transition: background 0.3s ease, transform 0.3s ease;
    }
    .faqContainer .faqWrapper .accordion-container details summary {
        /* Removes the marker */
        list-style: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        user-select: none;
    }
    .faqContainer .faqWrapper .accordion-container details summary:hover {
        text-decoration: none;
    }
    .faqContainer .faqWrapper .accordion-container details summary:hover .title {
        opacity: 1;
    }
    .faqContainer .faqWrapper .accordion-container details summary:hover .accordion-icon {
        opacity: 1;
    }
    .faqContainer .faqWrapper .accordion-container details summary .accordion-title {
        color: var(--Text-text-primary, #666);
        font-family: "DM Sans";
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110% !important;
        letter-spacing: -0.025rem;
        transition: color 250ms ease-in-out;
    }
    .faqContainer .faqWrapper .accordion-container details summary .accordion-icon {
        pointer-events: none;
        transition: all 150ms ease-out;
    }
    .faqContainer .faqWrapper .accordion-container details summary .accordion-icon svg {
        width: 1.5rem;
        height: 1.5rem;
        transition: transform 0.3s ease-in-out;
    }
    .faqContainer .faqWrapper .accordion-container details summary::-webkit-details-marker {
        display: none;
        /* Removes the marker for WebKit browsers */
    }
    .faqContainer .faqWrapper .accordion-container details .accordion-content {
        color: var(--Text-text-secondary, #aaa);
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        letter-spacing: -0.02rem;
        align-self: stretch;
        margin-top: 0.5rem;
        width: 15rem;
    }
    .faqContainer .faqWrapper .accordion-container details:is([open]) .accordion-title {
        color: white;
        color: var(--Text-text-primary, #eee);
        font-family: "DM Sans";
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        letter-spacing: -0.025rem;
    }
    .faqContainer .faqWrapper .accordion-container details[open] .accordion-icon svg {
        transform: rotate(-90deg);
    }
    .xrplContainer {
        display: flex;
        padding: 5rem 0rem;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 84.2%, rgba(255, 255, 255, 0.02) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 15.75%);
    }
    .xrplContainer .xrplWrapper {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .xrplContainer .xrplWrapper .decentralizedTitleContainer {
        display: flex;
        flex-direction: column;
        padding-bottom: 48px;
        gap: 8px;
    }
    .xrplContainer .xrplWrapper .decentralizedTitleContainer .title {
        align-self: stretch;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 40px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 44px */
        letter-spacing: -0.8px;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .xrplContainer .xrplWrapper .decentralizedTitleContainer .subtTitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 24px */
        letter-spacing: -0.32px;
        text-align: left;
    }
    .xrplContainer .xrplWrapper .decentralizedTitleContainer .subtTitle span {
        color: var(--Text-text-primary, #eee);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 400;
        line-height: 165%;
        letter-spacing: -0.0225rem;
    }
    .xrplContainer .xrplWrapper img {
        width: 100vw;
        height: 360px;
        flex-shrink: 0;
        object-fit: cover;
        background: none;
        align-self: center;
    }
}

@media (min-width: 768px) {
    .containerWidth {
        width: 704px;
        max-width: 704px;
    }
    .headerWidth {
        width: 736px;
        max-width: 736px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .automatedHeroContainer {
        width: 100%;
        margin: 0 auto;
    }
    .ammContainer {
        padding: 90px 2rem 160px 2rem;
        display: flex;
        flex-direction: row;
        align-items: center;
        align-self: stretch;
        justify-content: center;
        margin: 0;
    }
    .ammContainer img {
        height: 35rem;
    }
    .ammContainer .leftImg {
        position: absolute;
        left: -57%;
        display: block;
    }
    .ammContainer .rightImg {
        position: absolute;
        right: -57%;
        display: block;
    }
    .ammContainer .heroImg {
        display: none;
    }
    .ammContainer .ammContentMain {
        display: flex;
        min-width: 35rem;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        width: 588px;
        height: 560px;
        justify-content: center;
    }
    .ammContainer .ammContentMain .ammTitle {
        text-align: center;
        /* Header/X-Large */
        font-family: Outfit;
        font-size: 80px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 5.5rem */
        letter-spacing: -0.1rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #fff 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .ammContainer .ammContentMain .ammSubtitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        text-align: center;
        /* Text/Regular/Large */
        font-family: "DM Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        letter-spacing: -0.025rem;
        width: 100%;
    }
    .ammContainer .ammContentMain .btn {
        display: flex;
        padding: 0.5rem 1.5rem;
        justify-content: center;
        align-items: center;
        gap: 0.25rem;
        border-radius: 0.375rem;
        background: #B1FC03;
        margin: 0 auto;
        margin-top: 36px;
    }
    .ammContainer .XlsDotBgContainer {
        position: absolute;
        height: 35rem;
        width: 25rem;
        top: 6rem;
        object-fit: cover;
        opacity: 1;
        object-position: center;
    }
    .desktopBreaker {
        display: none;
    }
    .nfdWrapper {
        padding: 160px 32px;
        display: flex;
        flex-direction: row;
        gap: 48px;
        position: relative;
    }
    .nfdWrapper .nfdContainer {
        display: flex;
        flex-direction: row;
        width: 100%;
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 640px;
    }
    .nfdWrapper .nfdContainer .nfdContent {
        position: relative;
        left: 0%;
        display: flex;
        padding-right: 3rem;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 3rem;
        width: 33rem;
    }
    .nfdWrapper .nfdContainer .nfdContent .nfdTitleContainer {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }
    .nfdWrapper .nfdContainer .nfdContent .nfdTitleContainer .nfdTitle {
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .nfdWrapper .nfdContainer .nfdContent .nfdTitleContainer .nfdSubtitle {
        color: var(--Text-text-secondary, #aaa);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 400;
        line-height: 165%;
        /* 1.85625rem */
        letter-spacing: -0.0225rem;
    }
    .nfdWrapper .nfdContainer .nfdContent .nfdTitleContainer .nfdSubtitle span {
        color: var(--Text-text-primary, #eee);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 400;
        line-height: 165%;
        letter-spacing: -0.0225rem;
    }
    .nfdWrapper .nfdContainer .nfdContent .ammContentMainNfdWrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        align-self: stretch;
        padding-bottom: 0px;
    }
    .nfdWrapper .nfdContainer .nfdContent .ammContentMainNfdWrapper .liquidityWrapper {
        display: flex;
        align-items: center;
        gap: 1.5rem;
        align-self: stretch;
    }
    .nfdWrapper .nfdContainer .nfdContent .ammContentMainNfdWrapper .liquidityWrapper p {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 400;
        line-height: 165%;
        /* 1.85625rem */
        letter-spacing: -0.0225rem;
    }
    .nfdWrapper .nfdContainer .nfdContent .ammContentMainNfdWrapper .liquidityWrapper img {
        width: 1.875rem;
        height: 1.875rem;
    }
    .nfdWrapper .ndfVector {
        width: auto;
        height: 675px;
        flex-shrink: 0;
        position: absolute;
        left: 65%;
        top: 16%;
        overflow: hidden;
    }
    .decentralizedContainer {
        display: flex;
        padding: 10rem 2rem;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 18.52%);
    }
    .decentralizedContainer .decentralizedAmm {
        align-items: flex-start;
        align-self: stretch;
        gap: 48px;
    }
    .decentralizedContainer .decentralizedAmm .decentralizedTitleContainer {
        display: flex;
        flex-direction: column;
        padding-bottom: 48px;
        width: 544px;
    }
    .decentralizedContainer .decentralizedAmm .decentralizedTitleContainer .title {
        align-self: stretch;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 48px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 52.8px */
        letter-spacing: -0.96px;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        flex: 1 0 0;
    }
    .decentralizedContainer .decentralizedAmm .decentralizedTitleContainer .subtTitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        letter-spacing: -0.36px;
        gap: 8px;
        flex: 1 0 0;
        text-align: left;
    }
    .decentralizedContainer .decentralizedAmm .decentralizedTitleContainer .subtTitle span {
        color: var(--Text-text-primary, #eee);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 400;
        line-height: 165%;
        letter-spacing: -0.0225rem;
    }
    .decentralizedContainer .content {
        width: 100%;
        height: max-content;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .decentralizedContainer .content .tokenLogo-desktop,
    .decentralizedContainer .content .tokenLogo-mobile {
        display: none;
    }
    .decentralizedContainer .content .tokenLogo-tablet {
        display: block;
        width: 704px;
        height: 737px;
        object-fit: contain;
        object-position: left;
    }
    .featuresContainer {
        display: flex;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        padding: 10rem 2rem;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0) 14.41%);
    }
    .featuresContainer .features {
        display: flex;
        flex-direction: column;
        gap: 0rem;
    }
    .featuresContainer .features .featuresTitle {
        align-self: stretch;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 48px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 52.8px */
        letter-spacing: -0.96px;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: left;
        width: 544px;
    }
    .featuresContainer .features .features-desktop {
        display: none;
    }
    .featuresContainer .features .featuresTabletContainer {
        width: 100vw;
        height: 100%;
    }
    .featuresContainer .features .features-tablet {
        display: flex;
        height: 27rem;
        /* transform: scale(1.5); */
        /* flex-direction: column; */
        /* align-items: flex-start; */
        margin: 3rem 0rem;
        position: relative;
        /* left: 25%; */
        object-fit: cover;
        object-position: left;
    }
    .featuresContainer .features .featuresListContainer {
        display: flex;
        padding-top: 48px;
        align-items: flex-start;
        gap: 3rem;
        align-self: stretch;
        border-top: 1px solid #121212;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 48px;
    }
    .featuresContainer .features .featuresListContainer .featureItem {
        display: flex;
        padding: 0px 2px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        align-self: stretch;
        text-align: left;
    }
    .featuresContainer .features .featuresListContainer .featureItem img {
        width: 32px;
        margin-bottom: 24px;
    }
    .featuresContainer .features .featuresListContainer .featureItem .title {
        align-self: stretch;
        margin-bottom: 8px;
        color: var(--Text-text-primary, #eee);
        /* Title/XX-Small */
        font-family: Outfit;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 17.6px */
        letter-spacing: -0.32px;
        white-space: nowrap;
    }
    .featuresContainer .features .featuresListContainer .featureItem .subtitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/X-Small */
        font-family: "DM Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 21px */
        letter-spacing: -0.28px;
    }
    .featureRulesContainer {
        display: flex;
        padding: 10rem 2rem;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 12.64%);
    }
    .featureRulesContainer .featuresRule {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 48px;
    }
    .featureRulesContainer .featuresRule .titleContainer {
        display: flex;
        flex-direction: column;
        text-align: left;
    }
    .featureRulesContainer .featuresRule .titleContainer .ruleTitle {
        display: none;
    }
    .featureRulesContainer .featuresRule .titleContainer .ruleTitleTablet {
        align-self: stretch;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        white-space: nowrap;
    }
    .featureRulesContainer .featuresRule .titleContainer .ruleSubtitle {
        flex: 1 0 0;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 400;
        line-height: 165%;
        /* 29.7px */
        letter-spacing: -0.0225rem;
        padding-top: 12px;
        text-align: left;
        width: 544px;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /* Creates four equal columns */
        grid-template-rows: repeat(2, auto);
        gap: 0.5rem;
        text-align: left;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItem {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex: 1 0 0;
        align-self: stretch;
        border-radius: 1rem;
        background: #040404;
        gap: 0rem;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItem:hover {
        background: #121212;
        transition: background 0.3s ease, transform 0.3s ease;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItem .img {
        height: 12.5rem;
        align-self: stretch;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItem .contentWrapper {
        padding: 2rem 2rem 2rem 2rem;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItem .contentWrapper .ruleItemTitle {
        align-self: stretch;
        color: var(--Text-text-primary, #eee);
        /* Title/XX-Small */
        font-family: Outfit;
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 1.1rem */
        letter-spacing: -0.02rem;
        margin-bottom: 0.5rem;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItem .contentWrapper .ruleItemContent {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItemBtn {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex: 1 0 0;
        align-self: stretch;
        border-radius: 1rem;
        background: #040404;
        gap: 0rem;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItemBtn .img {
        height: 12.5rem;
        align-self: stretch;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItemBtn .contentWrapper {
        padding: 2rem 2rem 2rem 2rem;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItemBtn .contentWrapper .ruleItemTitle {
        align-self: stretch;
        color: var(--Text-text-primary, #eee);
        /* Title/XX-Small */
        font-family: Outfit;
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 1.1rem */
        letter-spacing: -0.02rem;
        margin-bottom: 0.5rem;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItemBtn .contentWrapper .ruleItemContent {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItemBtn .contentWrapper .btn {
        display: none;
        padding: 0.375rem 0.625rem 0.375rem 1rem;
        justify-content: center;
        align-items: center;
        gap: 0.375rem;
        white-space: nowrap;
        border-radius: 0.375rem;
        background: var(--Background-bg-highlight, #222);
        color: var(--Text-text-secondary, #aaa);
        text-align: center;
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3125rem;
        /* 150% */
        letter-spacing: -0.0175rem;
        position: relative;
        margin-top: 1.5rem;
        cursor: pointer;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItemBtn .contentWrapper .btn:hover {
        background: var(--Background-bg-tonal, #333);
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItemBtn .contentWrapper .btn img {
        width: 0.9375rem;
        height: 0.9375rem;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItemBtn:hover {
        background: #121212;
        transition: background 0.3s ease, transform 0.3s ease;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItemBtn:hover .btn {
        width: 132px;
        display: flex;
        /* Show the button on hover */
        opacity: 1;
        /* Ensure it's visible */
        transition: opacity 0.3s ease;
        /* Smooth transition */
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItemBtn:hover .ruleItemContent {
        display: none;
        /* Hide the description text */
        transition: opacity 0.3s ease;
        /* Smooth transition */
    }
    .faqContainer {
        padding: 10rem 2rem;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 16.23%);
    }
    .faqContainer .faqWrapper {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 3rem;
        align-self: stretch;
    }
    .faqContainer .faqWrapper h1 {
        align-self: stretch;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .faqContainer .faqWrapper .accordion-container {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        max-width: 704px;
        width: 704px;
        /** Rotate Icon */
    }
    .faqContainer .faqWrapper .accordion-container details {
        display: flex;
        padding: 2rem;
        align-items: flex-start;
        gap: 1rem;
        align-self: stretch;
        border-radius: 1rem;
        background: #040404;
        transition: all 0.3s ease-in-out;
        flex-direction: column;
    }
    .faqContainer .faqWrapper .accordion-container details:hover {
        opacity: 1;
    }
    .faqContainer .faqWrapper .accordion-container details summary {
        /* Removes the marker */
        list-style: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        user-select: none;
    }
    .faqContainer .faqWrapper .accordion-container details summary:hover {
        text-decoration: none;
    }
    .faqContainer .faqWrapper .accordion-container details summary:hover .title {
        opacity: 1;
    }
    .faqContainer .faqWrapper .accordion-container details summary:hover .accordion-icon {
        opacity: 1;
    }
    .faqContainer .faqWrapper .accordion-container details summary .accordion-title {
        color: var(--Text-text-primary, #666);
        /* Text/Medium/Large */
        font-family: "DM Sans";
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 500;
        line-height: 165%;
        /* 2.0625rem */
        letter-spacing: -0.025rem;
        transition: all 250ms ease-in-out;
    }
    .faqContainer .faqWrapper .accordion-container details summary .accordion-icon {
        pointer-events: none;
        transition: all 150ms ease-out;
    }
    .faqContainer .faqWrapper .accordion-container details summary .accordion-icon svg {
        width: 1.5rem;
        height: 1.5rem;
        transition: transform 0.3s ease-in-out;
    }
    .faqContainer .faqWrapper .accordion-container details summary::-webkit-details-marker {
        display: none;
        /* Removes the marker for WebKit browsers */
    }
    .faqContainer .faqWrapper .accordion-container details .accordion-content {
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        align-self: stretch;
        width: 37.6rem;
    }
    .faqContainer .faqWrapper .accordion-container details[open] .accordion-icon svg {
        transform: rotate(-90deg);
    }
    .xrplContainer {
        display: flex;
        padding: 10rem 2rem;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 84.2%, rgba(255, 255, 255, 0.02) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 15.75%);
    }
    .xrplContainer .xrplWrapper {
        display: flex;
        flex-direction: column;
        gap: 0rem;
    }
    .xrplContainer .xrplWrapper .decentralizedTitleContainer {
        display: flex;
        flex-direction: column;
        padding-bottom: 48px;
        width: 544px;
    }
    .xrplContainer .xrplWrapper .decentralizedTitleContainer .title {
        align-self: stretch;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 48px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 52.8px */
        letter-spacing: -0.96px;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        flex: 1 0 0;
    }
    .xrplContainer .xrplWrapper .decentralizedTitleContainer .subtTitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        letter-spacing: -0.36px;
        padding: 1rem 0rem;
        gap: 8px;
        flex: 1 0 0;
        text-align: left;
    }
    .xrplContainer .xrplWrapper .decentralizedTitleContainer .subtTitle span {
        color: var(--Text-text-primary, #eee);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 400;
        line-height: 165%;
        letter-spacing: -0.0225rem;
    }
    .xrplContainer .xrplWrapper img {
        width: 100vw;
        flex-shrink: 0;
        height: 30rem;
    }
}

@media (min-width: 1024px) {
    .containerWidth {
        width: 960px;
        max-width: 960px;
        margin: 0px auto 0px auto;
    }
    .headerWidth {
        max-width: 976px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .automatedHeroContainer {
        width: 100%;
        margin: 0 auto;
    }
    .ammContainer {
        display: flex;
        align-items: center;
        align-self: stretch;
        flex-direction: row;
        padding: 82px 2rem 160px 2rem;
    }
    .ammContainer img {
        height: 35rem;
    }
    .ammContainer .leftImg {
        position: absolute;
        left: -11%;
        height: 560px;
        width: auto;
    }
    .ammContainer .rightImg {
        position: absolute;
        right: -11%;
        height: 560px;
        width: auto;
    }
    .ammContainer .ammContentMain {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        width: 588px;
        height: 560px;
        justify-content: center;
    }
    .ammContainer .ammContentMain .ammTitle {
        text-align: center;
        font-family: Outfit;
        font-size: 80px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        letter-spacing: -1.6px;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #fff 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: flex;
        align-items: center;
        flex: 0 0 0;
    }
    .ammContainer .ammContentMain .ammSubtitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        text-align: center;
        /* Text/Regular/Large */
        font-family: "DM Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 33px */
        letter-spacing: -0.4px;
    }
    .ammContainer .ammContentMain .btn {
        display: flex;
        padding: 0.5rem 1.5rem;
        justify-content: center;
        align-items: center;
        gap: 0rem;
        margin-top: 36px;
        border-radius: 0.375rem;
        background: #B1FC03;
    }
    .ammContainer .XlsDotBgContainer {
        position: absolute;
        height: 49rem;
        width: 37rem;
        top: -3rem;
        object-fit: contain;
        opacity: 1;
        object-position: center;
    }
    .nfdWrapper {
        padding: 160px 0px;
        display: flex;
        flex-direction: row;
    }
    .nfdWrapper .nfdContainer {
        display: flex;
        flex-direction: row;
        width: 100%;
        position: relative;
        overflow: hidden;
        height: 640px;
        padding: 0px;
    }
    .nfdWrapper .nfdContainer .nfdContent {
        position: relative;
        left: 0%;
        display: flex;
        padding-right: 0rem;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 3rem;
        width: 480px;
    }
    .nfdWrapper .nfdContainer .nfdContent .nfdTitleContainer {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
        width: 432px;
    }
    .nfdWrapper .nfdContainer .nfdContent .nfdTitleContainer .nfdTitle {
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .nfdWrapper .nfdContainer .nfdContent .nfdTitleContainer .nfdSubtitle {
        color: var(--Text-text-secondary, #aaa);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 1.85625rem */
        letter-spacing: -0.0225rem;
    }
    .nfdWrapper .nfdContainer .nfdContent .nfdTitleContainer .nfdSubtitle span {
        color: var(--Text-text-primary, #eee);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        letter-spacing: -0.0225rem;
    }
    .nfdWrapper .nfdContainer .nfdContent .ammContentMainNfdWrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        align-self: stretch;
        padding-bottom: 0px;
    }
    .nfdWrapper .nfdContainer .nfdContent .ammContentMainNfdWrapper .liquidityWrapper {
        display: flex;
        align-items: center;
        gap: 1.5rem;
        align-self: stretch;
    }
    .nfdWrapper .nfdContainer .nfdContent .ammContentMainNfdWrapper .liquidityWrapper p {
        display: flex;
        padding: 0rem 0.125rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
        flex: 1 0 0;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 1.85625rem */
        letter-spacing: -0.0225rem;
    }
    .nfdWrapper .nfdContainer .nfdContent .ammContentMainNfdWrapper .liquidityWrapper img {
        width: 1.875rem;
        height: 1.875rem;
    }
    .nfdWrapper .ndfVector {
        position: absolute;
        width: 39rem;
        height: 40rem;
        flex-shrink: 0;
        right: -9%;
        left: auto;
        top: 17%;
    }
    .decentralizedContainer {
        display: flex;
        padding: 10rem 2rem;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 18.52%);
    }
    .decentralizedContainer .decentralizedAmm {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
        gap: 48px;
    }
    .decentralizedContainer .decentralizedAmm .decentralizedTitleContainer {
        display: flex;
        flex-direction: row;
        padding-bottom: 48px;
        gap: 48px;
        width: 100%;
    }
    .decentralizedContainer .decentralizedAmm .decentralizedTitleContainer .title {
        align-self: stretch;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 48px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 52.8px */
        letter-spacing: -0.96px;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        flex: 1 0 0;
        height: max-content;
    }
    .decentralizedContainer .decentralizedAmm .decentralizedTitleContainer .subtTitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        letter-spacing: -0.0225rem;
        padding: 48px 0px 0px 48px;
        gap: 8px;
        flex: 1 0 0;
        text-align: left;
    }
    .decentralizedContainer .decentralizedAmm .decentralizedTitleContainer .subtTitle span {
        color: var(--Text-text-primary, #eee);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 400;
        line-height: 165%;
        letter-spacing: -0.0225rem;
    }
    .decentralizedContainer .content {
        width: 960px;
        height: max-content;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .decentralizedContainer .content .tokenLogo-tablet,
    .decentralizedContainer .content .tokenLogo-mobile {
        display: none;
    }
    .decentralizedContainer .content .tokenLogo-desktop {
        display: block;
    }
    .featuresContainer {
        display: flex;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        padding: 10rem 2rem;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0) 14.41%);
    }
    .featuresContainer .features {
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }
    .featuresContainer .features .featuresTitle {
        align-self: stretch;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 48px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 52.8px */
        letter-spacing: -0.96px;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: left;
        width: 480px;
    }
    .featuresContainer .features .features-desktop {
        display: block;
        width: 100vw;
        height: 400px;
        object-fit: contain;
        object-position: left;
        position: relative;
    }
    .featuresContainer .features .featuresTabletContainer {
        display: none;
    }
    .featuresContainer .features .features-tablet {
        display: none;
    }
    .featuresContainer .features .featuresListContainer {
        display: flex;
        padding-top: 48px;
        align-items: flex-start;
        gap: 3rem;
        align-self: stretch;
        border-top: 1px solid #121212;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 48px;
        margin-top: 0;
    }
    .featuresContainer .features .featuresListContainer .featureItem {
        display: flex;
        padding: 0px 2px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        align-self: stretch;
        text-align: left;
        width: 204px;
    }
    .featuresContainer .features .featuresListContainer .featureItem img {
        width: 32px;
        margin-bottom: 24px;
    }
    .featuresContainer .features .featuresListContainer .featureItem .title {
        align-self: stretch;
        margin-bottom: 8px;
        color: var(--Text-text-primary, #eee);
        /* Title/XX-Small */
        font-family: Outfit;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 17.6px */
        letter-spacing: -0.32px;
        white-space: normal;
    }
    .featuresContainer .features .featuresListContainer .featureItem .subtitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/X-Small */
        font-family: "DM Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 21px */
        letter-spacing: -0.28px;
    }
    .featureRulesContainer {
        display: flex;
        padding: 10rem 2rem;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 12.64%);
    }
    .featureRulesContainer .featuresRule {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 48px;
    }
    .featureRulesContainer .featuresRule .titleContainer {
        width: 100%;
        display: flex;
        flex-direction: row;
        gap: 48px;
    }
    .featureRulesContainer .featuresRule .titleContainer .ruleTitle {
        align-self: stretch;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 52.8px */
        letter-spacing: -0.96px;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: left;
        display: flex;
        width: 432px;
    }
    .featureRulesContainer .featuresRule .titleContainer .ruleTitleTablet {
        display: none;
    }
    .featureRulesContainer .featuresRule .titleContainer .ruleSubtitle {
        flex: 1 0 0;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 29.7px */
        letter-spacing: -0.0225rem;
        padding-top: 48px;
        padding-left: 48px;
        text-align: left;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        /* Creates four equal columns */
        grid-template-rows: repeat(2, auto);
        gap: 0.5rem;
        text-align: left;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItem {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex: 1 0 0;
        align-self: stretch;
        border-radius: 1rem;
        background: #040404;
        gap: 0rem;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItem:hover {
        background: #121212;
        transition: background 0.3s ease, transform 0.3s ease;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItem .img {
        height: 12.5rem;
        align-self: stretch;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItem .contentWrapper {
        padding: 2rem 2rem 2rem 2rem;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItem .contentWrapper .ruleItemTitle {
        align-self: stretch;
        color: var(--Text-text-primary, #eee);
        /* Title/XX-Small */
        font-family: Outfit;
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 1.1rem */
        letter-spacing: -0.02rem;
        margin-bottom: 0.5rem;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItem .contentWrapper .ruleItemContent {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItemBtn {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex: 1 0 0;
        align-self: stretch;
        border-radius: 1rem;
        background: #040404;
        gap: 0rem;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItemBtn .img {
        height: 12.5rem;
        align-self: stretch;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItemBtn .contentWrapper {
        padding: 2rem 2rem 2rem 2rem;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItemBtn .contentWrapper .ruleItemTitle {
        align-self: stretch;
        color: var(--Text-text-primary, #eee);
        /* Title/XX-Small */
        font-family: Outfit;
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 1.1rem */
        letter-spacing: -0.02rem;
        margin-bottom: 0.5rem;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItemBtn .contentWrapper .ruleItemContent {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItemBtn .contentWrapper .btn {
        display: none;
        padding: 0.375rem 0.625rem 0.375rem 1rem;
        justify-content: center;
        align-items: center;
        gap: 0.375rem;
        white-space: nowrap;
        border-radius: 0.375rem;
        background: var(--Background-bg-highlight, #222);
        color: var(--Text-text-secondary, #aaa);
        text-align: center;
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3125rem;
        /* 150% */
        letter-spacing: -0.0175rem;
        position: relative;
        margin-top: 1.5rem;
        cursor: pointer;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItemBtn .contentWrapper .btn:hover {
        background: var(--Background-bg-tonal, #333);
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItemBtn .contentWrapper .btn img {
        width: 0.9375rem;
        height: 0.9375rem;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItemBtn:hover {
        background: #121212;
        transition: background 0.3s ease, transform 0.3s ease;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItemBtn:hover .btn {
        width: 132px;
        display: flex;
        /* Show the button on hover */
        opacity: 1;
        /* Ensure it's visible */
        transition: opacity 0.3s ease;
        /* Smooth transition */
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItemBtn:hover .ruleItemContent {
        display: none;
        /* Hide the description text */
        transition: opacity 0.3s ease;
        /* Smooth transition */
    }
    .faqContainer {
        padding: 10rem 2rem;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 16.23%);
    }
    .faqContainer .faqWrapper {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 3rem;
        align-self: stretch;
    }
    .faqContainer .faqWrapper h1 {
        align-self: stretch;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .faqContainer .faqWrapper .accordion-container {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        max-width: 960px;
        width: 960px;
        padding: 0rem;
        /** Rotate Icon */
        /** Change title color to white when open */
    }
    .faqContainer .faqWrapper .accordion-container details {
        display: flex;
        padding: 2rem;
        align-items: flex-start;
        gap: 1rem;
        align-self: stretch;
        border-radius: 1rem;
        background: #040404;
        transition: all 0.3s ease-in-out;
        flex-direction: column;
    }
    .faqContainer .faqWrapper .accordion-container details:hover {
        opacity: 1;
    }
    .faqContainer .faqWrapper .accordion-container details summary {
        /* Removes the marker */
        list-style: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        user-select: none;
    }
    .faqContainer .faqWrapper .accordion-container details summary:hover {
        text-decoration: none;
    }
    .faqContainer .faqWrapper .accordion-container details summary:hover .title {
        opacity: 1;
    }
    .faqContainer .faqWrapper .accordion-container details summary:hover .accordion-icon {
        opacity: 1;
    }
    .faqContainer .faqWrapper .accordion-container details summary .accordion-title {
        color: var(--Text-text-grey, #666);
        /* Text/Medium/Large */
        font-family: "DM Sans";
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 500;
        line-height: 165%;
        /* 2.0625rem */
        letter-spacing: -0.025rem;
        transition: all 250ms ease-in-out;
    }
    .faqContainer .faqWrapper .accordion-container details summary .accordion-icon {
        pointer-events: none;
        transition: all 150ms ease-out;
    }
    .faqContainer .faqWrapper .accordion-container details summary .accordion-icon svg {
        width: 1.5rem;
        height: 1.5rem;
        transition: transform 0.3s ease-in-out;
    }
    .faqContainer .faqWrapper .accordion-container details summary::-webkit-details-marker {
        display: none;
        /* Removes the marker for WebKit browsers */
    }
    .faqContainer .faqWrapper .accordion-container details .accordion-content {
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        align-self: stretch;
        width: 53.6rem;
    }
    .faqContainer .faqWrapper .accordion-container details[open] .accordion-icon svg {
        transform: rotate(-90deg);
    }
    .faqContainer .faqWrapper .accordion-container details[open] summary .accordion-title {
        color: rgb(20, 19, 19) important;
    }
    .xrplContainer {
        display: flex;
        padding: 10rem 2rem;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 84.2%, rgba(255, 255, 255, 0.02) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 15.75%);
    }
    .xrplContainer .xrplWrapper {
        display: flex;
        flex-direction: column;
        gap: 0rem;
    }
    .xrplContainer .xrplWrapper img {
        background: none;
        height: 480px;
    }
    .xrplContainer .xrplWrapper .decentralizedTitleContainer {
        display: flex;
        flex-direction: row;
        padding-bottom: 48px;
        gap: 48px;
        width: 100%;
    }
    .xrplContainer .xrplWrapper .decentralizedTitleContainer .title {
        align-self: stretch;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 48px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 52.8px */
        letter-spacing: -0.96px;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        flex: 1 0 0;
        width: 432px;
    }
    .xrplContainer .xrplWrapper .decentralizedTitleContainer .subtTitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        letter-spacing: -0.36px;
        padding: 48px 0px 0px 48px;
        gap: 8px;
        flex: 1 0 0;
        text-align: left;
    }
    .xrplContainer .xrplWrapper .decentralizedTitleContainer .subtTitle span {
        color: var(--Text-text-primary, #eee);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 400;
        line-height: 165%;
        letter-spacing: -0.0225rem;
    }
}

@media (min-width: 1281px) {
    .containerWidth {
        width: 1120px;
        max-width: 1120px;
        margin: 0px auto 0px auto;
    }
    .headerWidth {
        width: 1152px;
        max-width: 1152px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .desktopBreaker {
        display: block;
    }
    .automatedHeroContainer {
        width: 100%;
        margin: 0 auto;
    }
    .ammContainer {
        padding: 82px 2rem 160px 2rem;
        display: flex;
        flex-direction: row;
        max-width: 2200px;
    }
    .ammContainer img {
        height: 80%;
    }
    .ammContainer .leftImg {
        position: absolute;
        left: 0%;
        height: 560px;
        width: 400px;
    }
    .ammContainer .rightImg {
        position: absolute;
        right: 0%;
        height: 560px;
        width: 400px;
    }
    .ammContainer .XlsDotBgContainer {
        position: absolute;
        height: 58rem;
        width: 43rem;
        top: -6rem;
        object-fit: contain;
        opacity: 1;
        object-position: center;
    }
    .ammContainer .ammContentMain {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        width: 588px;
        height: 560px;
        justify-content: center;
    }
    .ammContainer .ammContentMain .ammTitle {
        text-align: center;
        /* Header/X-Large */
        font-family: Outfit;
        font-size: 80px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        letter-spacing: -1.6px;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #fff 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: flex;
        align-items: center;
        flex: 0 0 0;
    }
    .ammContainer .ammContentMain .ammSubtitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        text-align: center;
        /* Text/Regular/Large */
        font-family: "DM Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 33px */
        letter-spacing: -0.4px;
    }
    .ammContainer .ammContentMain .btn {
        display: flex;
        padding: 0.5rem 1.5rem;
        justify-content: center;
        align-items: center;
        gap: 0rem;
        margin-top: 36px;
        border-radius: 0.375rem;
        background: #B1FC03;
    }
    .nfdWrapper {
        padding: 160px 0px;
        display: flex;
        flex-direction: row;
    }
    .nfdWrapper .nfdContainer {
        display: flex;
        flex-direction: row;
        padding: 0px;
        height: 640px;
    }
    .nfdWrapper .nfdContainer .nfdContent {
        position: relative;
        left: 0%;
        display: flex;
        min-width: 33rem;
        padding-right: 0rem;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 3rem;
    }
    .nfdWrapper .nfdContainer .nfdContent .nfdTitleContainer {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
        width: 512px;
    }
    .nfdWrapper .nfdContainer .nfdContent .nfdTitleContainer .nfdTitle {
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .nfdWrapper .nfdContainer .nfdContent .nfdTitleContainer .nfdSubtitle {
        color: var(--Text-text-secondary, #aaa);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 1.85625rem */
        letter-spacing: -0.0225rem;
    }
    .nfdWrapper .nfdContainer .nfdContent .nfdTitleContainer .nfdSubtitle span {
        color: var(--Text-text-primary, #eee);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        letter-spacing: -0.0225rem;
    }
    .nfdWrapper .nfdContainer .nfdContent .ammContentMainNfdWrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        align-self: stretch;
        padding-bottom: 0px;
    }
    .nfdWrapper .nfdContainer .nfdContent .ammContentMainNfdWrapper .liquidityWrapper {
        display: flex;
        align-items: center;
        gap: 1.5rem;
        align-self: stretch;
    }
    .nfdWrapper .nfdContainer .nfdContent .ammContentMainNfdWrapper .liquidityWrapper p {
        display: flex;
        padding: 0rem 0.125rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
        flex: 1 0 0;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 1.85625rem */
        letter-spacing: -0.0225rem;
    }
    .nfdWrapper .nfdContainer .nfdContent .ammContentMainNfdWrapper .liquidityWrapper img {
        width: 1.875rem;
        height: 1.875rem;
    }
    .nfdWrapper .ndfVector {
        position: absolute;
        width: 49rem;
        height: 42rem;
        flex-shrink: 0;
        right: 0%;
        top: 17.5%;
    }
    .decentralizedContainer {
        display: flex;
        padding: 10rem 2rem;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 18.52%);
    }
    .decentralizedContainer .decentralizedAmm {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
        gap: 48px;
    }
    .decentralizedContainer .decentralizedAmm .decentralizedTitleContainer {
        display: flex;
        flex-direction: row;
        padding-bottom: 48px;
    }
    .decentralizedContainer .decentralizedAmm .decentralizedTitleContainer .title {
        align-self: stretch;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 48px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 52.8px */
        letter-spacing: -0.96px;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        flex: 1 0 0;
        height: max-content;
    }
    .decentralizedContainer .decentralizedAmm .decentralizedTitleContainer .subtTitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        letter-spacing: -0.36px;
        padding: 48px 0px 0px 48px;
        gap: 8px;
        flex: 1 0 0;
        text-align: left;
    }
    .decentralizedContainer .decentralizedAmm .decentralizedTitleContainer .subtTitle span {
        color: var(--Text-text-primary, #eee);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 400;
        line-height: 165%;
        letter-spacing: -0.0225rem;
    }
    .decentralizedContainer .content .tokenLogo-tablet,
    .decentralizedContainer .content .tokenLogo-mobile {
        display: none;
    }
    .decentralizedContainer .content .tokenLogo-desktop {
        display: block;
        width: 1120px;
    }
    .featuresContainer {
        display: flex;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        padding: 10rem 2rem;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0) 14.41%);
    }
    .featuresContainer .features {
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }
    .featuresContainer .features .featuresTitle {
        align-self: stretch;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 48px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 52.8px */
        letter-spacing: -0.96px;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: left;
    }
    .featuresContainer .features .features-desktop {
        width: 100vw;
        height: 400px;
        flex-shrink: 0;
    }
    .featuresContainer .features .features-tablet {
        display: none;
    }
    .featuresContainer .features .featuresListContainer {
        display: flex;
        padding-top: 48px;
        align-items: flex-start;
        gap: 48px;
        align-self: stretch;
        border-top: 1px solid #121212;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 48px;
    }
    .featuresContainer .features .featuresListContainer .featureItem {
        display: flex;
        padding: 0px 2px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        align-self: stretch;
        text-align: left;
        width: 244px;
    }
    .featuresContainer .features .featuresListContainer .featureItem img {
        width: 32px;
        margin-bottom: 24px;
    }
    .featuresContainer .features .featuresListContainer .featureItem .title {
        align-self: stretch;
        margin-bottom: 8px;
        color: var(--Text-text-primary, #eee);
        /* Title/XX-Small */
        font-family: Outfit;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 17.6px */
        letter-spacing: -0.32px;
        white-space: nowrap;
    }
    .featuresContainer .features .featuresListContainer .featureItem .subtitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/X-Small */
        font-family: "DM Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 21px */
        letter-spacing: -0.28px;
    }
    .featureRulesContainer {
        display: flex;
        padding: 10rem 2rem;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 12.64%);
    }
    .featureRulesContainer .featuresRule {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 48px;
    }
    .featureRulesContainer .featuresRule .titleContainer {
        display: flex;
        flex-direction: row;
        gap: 48px;
    }
    .featureRulesContainer .featuresRule .titleContainer .ruleTitle {
        display: block;
        align-self: stretch;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 48px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 52.8px */
        letter-spacing: -0.96px;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: left;
        height: max-content;
        width: 510px;
    }
    .featureRulesContainer .featuresRule .titleContainer .ruleTitleTablet {
        display: none;
    }
    .featureRulesContainer .featuresRule .titleContainer .ruleSubtitle {
        flex: 1 0 0;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 29.7px */
        letter-spacing: -0.36px;
        padding-top: 48px;
        padding-left: 48px;
        text-align: left;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        /* Creates four equal columns */
        grid-template-rows: repeat(2, auto);
        gap: 0.5rem;
        text-align: left;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItem {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex: 1 0 0;
        align-self: stretch;
        border-radius: 1rem;
        background: #040404;
        gap: 0rem;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItem:hover {
        background: #121212;
        transition: background 0.3s ease, transform 0.3s ease;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItem .img {
        height: 12.5rem;
        align-self: stretch;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItem .contentWrapper {
        padding: 2rem 2rem 2rem 2rem;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItem .contentWrapper .ruleItemTitle {
        align-self: stretch;
        color: var(--Text-text-primary, #eee);
        /* Title/XX-Small */
        font-family: Outfit;
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 1.1rem */
        letter-spacing: -0.02rem;
        margin-bottom: 0.5rem;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItem .contentWrapper .ruleItemContent {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItemBtn {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex: 1 0 0;
        align-self: stretch;
        border-radius: 1rem;
        background: #040404;
        gap: 0rem;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItemBtn .img {
        height: 12.5rem;
        align-self: stretch;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItemBtn .contentWrapper {
        padding: 2rem 2rem 2rem 2rem;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItemBtn .contentWrapper .ruleItemTitle {
        align-self: stretch;
        color: var(--Text-text-primary, #eee);
        /* Title/XX-Small */
        font-family: Outfit;
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 1.1rem */
        letter-spacing: -0.02rem;
        margin-bottom: 0.5rem;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItemBtn .contentWrapper .ruleItemContent {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItemBtn .contentWrapper .btn {
        display: none;
        padding: 0.375rem 0.625rem 0.375rem 1rem;
        justify-content: center;
        align-items: center;
        gap: 0.375rem;
        border-radius: 0.375rem;
        background: var(--Background-bg-highlight, #222);
        display: none;
        /* Ensure text and image are in the same row */
        cursor: pointer;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItemBtn:hover {
        background: #121212;
        transition: background 0.3s ease, transform 0.3s ease;
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItemBtn:hover .btn {
        width: 132px;
        display: flex;
        /* Show the button on hover */
        opacity: 1;
        /* Ensure it's visible */
        transition: opacity 0.3s ease;
        /* Smooth transition */
    }
    .featureRulesContainer .featuresRule .rulesContentsContainer .ruleItemBtn:hover .ruleItemContent {
        display: none;
        /* Hide the description text */
        transition: opacity 0.3s ease;
        /* Smooth transition */
    }
    .faqContainer {
        padding: 10rem 2rem;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 16.23%);
    }
    .faqContainer .faqWrapper {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 3rem;
        align-self: stretch;
    }
    .faqContainer .faqWrapper h1 {
        align-self: stretch;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .faqContainer .faqWrapper .accordion-container {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        max-width: 960px;
        width: 960px;
        padding: 0rem;
        /** Rotate Icon */
        /** Change title color to white when open */
    }
    .faqContainer .faqWrapper .accordion-container details {
        display: flex;
        padding: 2rem;
        align-items: flex-start;
        gap: 1rem;
        align-self: stretch;
        border-radius: 1rem;
        background: #040404;
        transition: all 0.3s ease-in-out;
        flex-direction: column;
    }
    .faqContainer .faqWrapper .accordion-container details:hover {
        opacity: 1;
    }
    .faqContainer .faqWrapper .accordion-container details summary {
        /* Removes the marker */
        list-style: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        user-select: none;
    }
    .faqContainer .faqWrapper .accordion-container details summary:hover {
        text-decoration: none;
    }
    .faqContainer .faqWrapper .accordion-container details summary:hover .title {
        opacity: 1;
    }
    .faqContainer .faqWrapper .accordion-container details summary:hover .accordion-icon {
        opacity: 1;
    }
    .faqContainer .faqWrapper .accordion-container details summary .accordion-title {
        color: var(--Text-text-grey, #666);
        /* Text/Medium/Large */
        font-family: "DM Sans";
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 500;
        line-height: 165%;
        /* 2.0625rem */
        letter-spacing: -0.025rem;
        transition: all 250ms ease-in-out;
    }
    .faqContainer .faqWrapper .accordion-container details summary .accordion-icon {
        pointer-events: none;
        transition: all 150ms ease-out;
    }
    .faqContainer .faqWrapper .accordion-container details summary .accordion-icon svg {
        width: 1.5rem;
        height: 1.5rem;
        transition: transform 0.3s ease-in-out;
    }
    .faqContainer .faqWrapper .accordion-container details summary::-webkit-details-marker {
        display: none;
        /* Removes the marker for WebKit browsers */
    }
    .faqContainer .faqWrapper .accordion-container details .accordion-content {
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        align-self: stretch;
    }
    .faqContainer .faqWrapper .accordion-container details[open] .accordion-icon svg {
        transform: rotate(-90deg);
    }
    .faqContainer .faqWrapper .accordion-container details[open] summary .accordion-title {
        color: rgb(20, 19, 19) important;
    }
    .xrplContainer {
        display: flex;
        padding: 10rem 2rem;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 84.2%, rgba(255, 255, 255, 0.02) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 15.75%);
    }
    .xrplContainer .xrplWrapper {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .xrplContainer .xrplWrapper img {
        background: none;
        height: 480px;
    }
    .xrplContainer .xrplWrapper .decentralizedTitleContainer {
        display: flex;
        flex-direction: row;
        padding-bottom: 48px;
        gap: 48px;
    }
    .xrplContainer .xrplWrapper .decentralizedTitleContainer .title {
        align-self: stretch;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 48px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 52.8px */
        letter-spacing: -0.96px;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        flex: 1 0 0;
        width: 510px;
    }
    .xrplContainer .xrplWrapper .decentralizedTitleContainer .subtTitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        letter-spacing: -0.36px;
        padding: 48px 0px 0px 48px;
        gap: 8px;
        flex: 1 0 0;
        text-align: left;
    }
    .xrplContainer .xrplWrapper .decentralizedTitleContainer .subtTitle span {
        color: var(--Text-text-primary, #eee);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 400;
        line-height: 165%;
        letter-spacing: -0.0225rem;
    }
}

@media (min-width: 280px) {
    .containerWidth {
        width: 327px;
        max-width: 327px;
    }
    .headerWidth {
        width: 351px;
        max-width: 351px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .aboutUs-heroContainer {
        display: flex;
        padding: 10rem 0rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        position: relative;
        height: 100%;
        padding: 0;
        margin: 0;
        z-index: -1;
        top: -13rem;
    }
    .aboutUs-heroContainer .lightRayContainer {
        position: absolute;
        right: -4rem;
        width: 45rem;
        height: 32rem;
        top: 7rem;
    }
    .aboutUs-heroContainer .heroWrapper {
        margin-top: 15rem;
        display: flex;
        max-width: 70rem;
        flex-direction: column;
        align-items: center;
        gap: 3rem;
        align-self: stretch;
    }
    .aboutUs-heroContainer .heroWrapper .heroTexts {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }
    .aboutUs-heroContainer .heroWrapper .heroTexts .subtitleWrapper {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 0.75rem;
        text-align: left;
    }
    .aboutUs-heroContainer .heroWrapper .heroTexts .subtitleWrapper .bulletRect {
        width: 1.125rem;
        height: 0.375rem;
        border-radius: 0.25rem;
        background: var(--Text-text-muted, #454545);
    }
    .aboutUs-heroContainer .heroWrapper .heroTexts .subtitleWrapper p {
        color: #e5e5e5;
        text-align: left;
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        letter-spacing: -0.32px;
    }
    .aboutUs-heroContainer .heroWrapper .heroTexts .heroTitle {
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #fff 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: left;
        /* Header/Large */
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 4.4rem */
        letter-spacing: -0.08rem;
        flex: 1 0 0;
    }
    .aboutUs-heroContainer .heroWrapper .heroTexts .heroContent {
        align-self: stretch;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 1.85625rem */
        letter-spacing: -0.0225rem;
        padding: 0rem 0rem;
    }
    .aboutUs-heroContainer .heroWrapper .heroTexts .heroContent .laptopSmallBr {
        display: none;
    }
    .aboutUs-heroContainer .heroWrapper .heroTexts .heroContent .desktopBr {
        display: block;
    }
    .mapContainer {
        margin-top: -13rem;
        overflow: hidden;
        position: relative;
        height: 360px;
        margin-bottom: 3rem;
    }
    .mapContainer img {
        width: 100vw;
        overflow: hidden;
        z-index: -1;
        object-fit: cover;
        height: 100%;
    }
    .foundationContainer {
        display: flex;
        padding: 5rem 0rem;
        justify-content: center;
        align-items: center;
        align-self: stretch;
    }
    .foundationContainer .foundationWrapper {
        flex-direction: column;
        gap: 3rem;
    }
    .foundationContainer .foundationWrapper .foundationContent {
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/Large */
        font-family: "DM Sans";
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 2.0625rem */
        letter-spacing: -0.025rem;
        text-align: left;
    }
    .foundationContainer .foundationWrapper .foundationContent span {
        color: var(--Text-text-primary, #EEE);
        /* Text/Light/Large */
        font-family: "DM Sans";
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        letter-spacing: -0.025rem;
    }
    .foundationContainer .foundationWrapper .foundationStats {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        border-top: 1px solid #121212;
        gap: 0rem;
        border-bottom: 1px solid #121212;
        padding: 3rem 0rem 1.5rem 0rem;
    }
    .foundationContainer .foundationWrapper .foundationStats .statsItem {
        display: flex;
        padding: 0rem 0.125rem 1.5rem 0.125rem;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: flex-start;
        gap: 0rem;
    }
    .foundationContainer .foundationWrapper .foundationStats .statsItem p {
        color: var(--Text-text-primary, #eee);
        /* Title/Large */
        font-family: Outfit;
        font-size: 2rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 2.75rem */
        letter-spacing: -0.05rem;
        width: 100%;
        text-align: right;
    }
    .foundationContainer .foundationWrapper .foundationStats .statsItem span {
        width: 100%;
        color: var(--Text-text-grey, #666);
        /* Text/Light/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
        text-align: left;
        margin-top: auto;
    }
    .foundationContainer .foundationWrapper .foundationStats .divider {
        display: none;
        align-items: center;
        align-self: stretch;
    }
    .foundationContainer .foundationWrapper .foundationStats .divider img {
        width: 0.0625rem;
        height: 5.25rem;
    }
    .foundationContainer .foundationWrapper .stateImgWrapper {
        overflow: hidden;
        position: relative;
        height: 15rem;
    }
    .foundationContainer .foundationWrapper .stateImgWrapper img {
        width: 100vw;
        overflow: hidden;
        transform: scale(1);
        height: 100%;
        position: relative;
        z-index: -1;
        object-fit: cover;
        object-position: center;
    }
    .coreTeamContainer {
        display: flex;
        padding: 5rem 0rem;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 7.32%), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.02) 100%);
    }
    .coreTeamContainer .coreTeamWrapper {
        flex-direction: column;
        gap: 5rem;
    }
    .coreTeamContainer .coreTeamWrapper .titleWrapper {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        align-self: stretch;
        flex: 1;
    }
    .coreTeamContainer .coreTeamWrapper .titleWrapper h1 {
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 2.5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.05rem;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        align-self: stretch;
        flex: 1;
        justify-content: flex-start;
        display: flex;
    }
    .coreTeamContainer .coreTeamWrapper .titleWrapper p {
        padding: 0.75rem 0rem 0rem 0rem;
        text-align: left;
        color: var(--Text-text-secondary, #AAA);
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        letter-spacing: -0.02rem;
    }
    .coreTeamContainer .coreTeamWrapper .leadershipTeam {
        gap: 0.5rem;
        display: grid;
        grid-template-columns: 1fr;
    }
    .coreTeamContainer .coreTeamWrapper .leadershipTeam .leadershipTeam-titleWrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 0.75rem;
        flex: 1 0 0;
        margin-bottom: 0.5rem;
    }
    .coreTeamContainer .coreTeamWrapper .leadershipTeam .leadershipTeam-titleWrapper div {
        width: 1.125rem;
        height: 0.375rem;
        border-radius: 0.25rem;
        background: var(--Text-text-muted, #454545);
    }
    .coreTeamContainer .coreTeamWrapper .leadershipTeam .leadershipTeam-titleWrapper p {
        color: #e5e5e5;
        text-align: center;
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        white-space: nowrap;
    }
    .coreTeamContainer .coreTeamWrapper .leadershipTeam .leadTeam {
        flex-direction: column;
        border-radius: 1rem;
        background: #040404;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex: 1 0 0;
    }
    .coreTeamContainer .coreTeamWrapper .leadershipTeam .leadTeam:hover {
        background: #121212;
        transition: background 0.3s ease, transform 0.3s ease;
    }
    .coreTeamContainer .coreTeamWrapper .leadershipTeam .leadTeam img {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }
    .coreTeamContainer .coreTeamWrapper .leadershipTeam .leadTeam .bio {
        display: flex;
        padding: 1.5rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    .coreTeamContainer .coreTeamWrapper .leadershipTeam .leadTeam .bio div {
        color: var(--Text-text-primary, #eee);
        align-self: stretch;
        /* Title/XX-Small */
        font-family: Outfit;
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 1.1rem */
        letter-spacing: -0.02rem;
    }
    .coreTeamContainer .coreTeamWrapper .leadershipTeam .leadTeam .bio p {
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .coreTeamContainer .coreTeamWrapper .techTeam {
        width: 100%;
        display: grid;
        gap: 0.5rem;
        grid-template-columns: 1fr;
    }
    .coreTeamContainer .coreTeamWrapper .techTeam .teachTeamWrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 0.75rem;
        flex: 1 0 0;
        margin-bottom: 0.5rem;
    }
    .coreTeamContainer .coreTeamWrapper .techTeam .teachTeamWrapper div {
        width: 1.125rem;
        height: 0.375rem;
        border-radius: 0.25rem;
        background: var(--Text-text-muted, #454545);
    }
    .coreTeamContainer .coreTeamWrapper .techTeam .teachTeamWrapper p {
        color: #e5e5e5;
        text-align: center;
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
    }
    .coreTeamContainer .coreTeamWrapper .techTeam .techTeamPerson {
        border-radius: 1rem;
        background: #040404;
        display: flex;
        align-items: flex-start;
        flex: 1 0 0;
        text-align: left;
    }
    .coreTeamContainer .coreTeamWrapper .techTeam .techTeamPerson:hover {
        background: #121212;
        transition: background 0.3s ease, transform 0.3s ease;
    }
    .coreTeamContainer .coreTeamWrapper .techTeam .techTeamPerson img {
        width: 6.0625rem;
        height: 6.0625rem;
        flex-shrink: 0;
        border-top-left-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }
    .coreTeamContainer .coreTeamWrapper .techTeam .techTeamPerson .bio {
        display: flex;
        padding: 1.5rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
        flex: 1 0 0;
    }
    .coreTeamContainer .coreTeamWrapper .techTeam .techTeamPerson .bio h3 {
        color: var(--Text-text-primary, #eee);
        /* Title/XX-Small */
        font-family: Outfit;
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 1.1rem */
        letter-spacing: -0.02rem;
    }
    .coreTeamContainer .coreTeamWrapper .techTeam .techTeamPerson .bio p {
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
}

@media (min-width: 768px) {
    .containerWidth {
        width: 704px;
        max-width: 704px;
    }
    .headerWidth {
        width: 736px;
        max-width: 736px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .aboutUs-heroContainer {
        display: flex;
        padding: 10rem 2rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        position: relative;
        height: 100%;
        padding: 0;
        margin: 0;
        z-index: -1;
        top: 0rem;
    }
    .aboutUs-heroContainer .lightRayContainer {
        position: absolute;
        right: -3rem;
        width: 45rem;
        height: 31rem;
        top: -7rem;
    }
    .aboutUs-heroContainer .heroWrapper {
        margin-top: 5rem;
        display: flex;
        max-width: 70rem;
        flex-direction: column;
        align-items: center;
        gap: 3rem;
        align-self: stretch;
    }
    .aboutUs-heroContainer .heroWrapper .heroTexts {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }
    .aboutUs-heroContainer .heroWrapper .heroTexts .subtitleWrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.75rem;
        text-align: center;
    }
    .aboutUs-heroContainer .heroWrapper .heroTexts .subtitleWrapper .bulletRect {
        width: 1.125rem;
        height: 0.375rem;
        border-radius: 0.25rem;
        background: var(--Text-text-muted, #454545);
    }
    .aboutUs-heroContainer .heroWrapper .heroTexts .subtitleWrapper p {
        color: #e5e5e5;
        text-align: center;
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
    }
    .aboutUs-heroContainer .heroWrapper .heroTexts .heroTitle {
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #fff 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: center;
        /* Header/Large */
        font-family: Outfit;
        font-size: 4rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 4.4rem */
        letter-spacing: -0.08rem;
        flex: 1 0 0;
    }
    .aboutUs-heroContainer .heroWrapper .heroTexts .heroContent {
        padding: 0rem 5rem;
        color: var(--Text-text-secondary, #aaa);
        text-align: center;
        /* Text/Regular/Large */
        font-family: "DM Sans";
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 400;
        line-height: 165%;
        /* 2.0625rem */
        letter-spacing: -0.025rem;
        align-self: stretch;
    }
    .aboutUs-heroContainer .heroWrapper .heroTexts .heroContent .laptopSmallBr {
        display: none;
    }
    .aboutUs-heroContainer .heroWrapper .heroTexts .heroContent .desktopBr {
        display: block;
    }
    .mapContainer {
        margin-top: 3rem;
        margin-bottom: 10rem;
        height: 30rem;
    }
    .mapContainer img {
        transform: scale(1);
        width: 100vw;
        object-fit: cover;
        height: 100%;
    }
    .foundationContainer {
        display: flex;
        padding: 10rem 1rem 10rem 1rem;
        justify-content: center;
        align-items: center;
        align-self: stretch;
    }
    .foundationContainer .foundationWrapper {
        flex-direction: column;
        gap: 3rem;
        display: flex;
        align-items: flex-start;
    }
    .foundationContainer .foundationWrapper .foundationContent {
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/X-Large */
        font-family: "DM Sans";
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 2.475rem */
        letter-spacing: -0.03rem;
        width: 34rem;
    }
    .foundationContainer .foundationWrapper .foundationContent span {
        color: var(--Text-text-primary, #EEE);
        /* Text/Light/Large */
        font-family: "DM Sans";
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        letter-spacing: -0.025rem;
    }
    .foundationContainer .foundationWrapper .foundationContent {
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/Large */
        font-family: "DM Sans";
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 2.0625rem */
        letter-spacing: -0.025rem;
    }
    .foundationContainer .foundationWrapper .foundationContent span {
        color: var(--Text-text-primary, #EEE);
        /* Text/Light/Large */
        font-family: "DM Sans";
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        letter-spacing: -0.025rem;
    }
    .foundationContainer .foundationWrapper .foundationStats {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        border-top: 1px solid #121212;
        gap: 0rem;
        border-bottom: 1px solid #121212;
        padding: 3rem 0rem 1.5rem 0rem;
    }
    .foundationContainer .foundationWrapper .foundationStats .statsItem {
        display: flex;
        padding: 0rem 0.125rem 1.5rem 0.125rem;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: flex-start;
        gap: 0rem;
    }
    .foundationContainer .foundationWrapper .foundationStats .statsItem p {
        color: var(--Text-text-primary, #eee);
        /* Title/Large */
        font-family: Outfit;
        font-size: 2.5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 2.75rem */
        letter-spacing: -0.05rem;
        width: 100%;
        text-align: right;
    }
    .foundationContainer .foundationWrapper .foundationStats .statsItem span {
        color: var(--Text-text-grey, #666);
        width: 100%;
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        text-align: left;
    }
    .foundationContainer .foundationWrapper .foundationStats .divider {
        display: none;
        align-items: center;
        align-self: stretch;
    }
    .foundationContainer .foundationWrapper .foundationStats .divider img {
        width: 0.0625rem;
        height: 5.25rem;
    }
    .foundationContainer .foundationWrapper .stateImgWrapper {
        overflow: hidden;
        position: relative;
        margin-top: 0rem;
        height: 23.5rem;
        align-self: center;
    }
    .foundationContainer .foundationWrapper .stateImgWrapper img {
        width: 100vw;
        overflow: hidden;
        transform: scale(1);
        height: 100%;
        z-index: -1;
    }
    .coreTeamContainer {
        display: flex;
        padding: 10rem 2rem;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 7.32%), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.02) 100%);
    }
    .coreTeamContainer .coreTeamWrapper {
        flex-direction: column;
        gap: 5rem;
    }
    .coreTeamContainer .coreTeamWrapper .titleWrapper {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        align-self: stretch;
        flex: 2;
        width: 544px;
    }
    .coreTeamContainer .coreTeamWrapper .titleWrapper h1 {
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        align-self: stretch;
        flex: 1;
        justify-content: flex-start;
        display: flex;
    }
    .coreTeamContainer .coreTeamWrapper .titleWrapper p {
        display: flex;
        padding: 0.75rem 0rem 0rem 0rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
        flex: 1 0 0;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 1.85625rem */
        letter-spacing: -0.0225rem;
        text-align: left;
    }
    .coreTeamContainer .coreTeamWrapper .leadershipTeam {
        gap: 0.5rem;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .coreTeamContainer .coreTeamWrapper .leadershipTeam .grid-item:nth-child(1) {
        grid-column: 1/-1;
    }
    .coreTeamContainer .coreTeamWrapper .leadershipTeam .leadershipTeam-titleWrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 0.75rem;
        flex: 1 0 0;
    }
    .coreTeamContainer .coreTeamWrapper .leadershipTeam .leadershipTeam-titleWrapper div {
        width: 1.125rem;
        height: 0.375rem;
        border-radius: 0.25rem;
        background: var(--Text-text-muted, #454545);
    }
    .coreTeamContainer .coreTeamWrapper .leadershipTeam .leadershipTeam-titleWrapper p {
        color: #e5e5e5;
        text-align: center;
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        white-space: nowrap;
    }
    .coreTeamContainer .coreTeamWrapper .leadershipTeam .leadTeam {
        flex-direction: column;
        border-radius: 1rem;
        background: #040404;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex: 1 0 0;
    }
    .coreTeamContainer .coreTeamWrapper .leadershipTeam .leadTeam:hover {
        background: #121212;
        transition: background 0.3s ease, transform 0.3s ease;
    }
    .coreTeamContainer .coreTeamWrapper .leadershipTeam .leadTeam img {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }
    .coreTeamContainer .coreTeamWrapper .leadershipTeam .leadTeam .bio {
        display: flex;
        padding: 1.5rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    .coreTeamContainer .coreTeamWrapper .leadershipTeam .leadTeam .bio div {
        color: var(--Text-text-primary, #eee);
        align-self: stretch;
        /* Title/XX-Small */
        font-family: Outfit;
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 1.1rem */
        letter-spacing: -0.02rem;
    }
    .coreTeamContainer .coreTeamWrapper .leadershipTeam .leadTeam .bio p {
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .coreTeamContainer .coreTeamWrapper .techTeam {
        width: 100%;
        display: grid;
        gap: 0.5rem;
        grid-template-columns: 1fr 1fr;
    }
    .coreTeamContainer .coreTeamWrapper .techTeam .grid-item:nth-child(1) {
        grid-column: 1/-1;
    }
    .coreTeamContainer .coreTeamWrapper .techTeam .teachTeamWrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 0.75rem;
        flex: 1 0 0;
    }
    .coreTeamContainer .coreTeamWrapper .techTeam .teachTeamWrapper div {
        width: 1.125rem;
        height: 0.375rem;
        border-radius: 0.25rem;
        background: var(--Text-text-muted, #454545);
    }
    .coreTeamContainer .coreTeamWrapper .techTeam .teachTeamWrapper p {
        color: #e5e5e5;
        text-align: center;
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
    }
    .coreTeamContainer .coreTeamWrapper .techTeam .techTeamPerson {
        border-radius: 1rem;
        background: #040404;
        display: flex;
        align-items: flex-start;
        flex: 1 0 0;
    }
    .coreTeamContainer .coreTeamWrapper .techTeam .techTeamPerson:hover {
        background: #121212;
        transition: background 0.3s ease, transform 0.3s ease;
    }
    .coreTeamContainer .coreTeamWrapper .techTeam .techTeamPerson img {
        width: 6.0625rem;
        height: 6.0625rem;
        flex-shrink: 0;
        border-top-left-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }
    .coreTeamContainer .coreTeamWrapper .techTeam .techTeamPerson .bio {
        display: flex;
        padding: 1.5rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
        flex: 1 0 0;
    }
    .coreTeamContainer .coreTeamWrapper .techTeam .techTeamPerson .bio h3 {
        color: var(--Text-text-primary, #eee);
        /* Title/XX-Small */
        font-family: Outfit;
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 1.1rem */
        letter-spacing: -0.02rem;
    }
    .coreTeamContainer .coreTeamWrapper .techTeam .techTeamPerson .bio p {
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
}

@media (min-width: 1024px) {
    .containerWidth {
        width: 960px;
        max-width: 960px;
        margin: 0px auto 0px auto;
    }
    .headerWidth {
        max-width: 976px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .aboutUs-heroContainer {
        display: flex;
        padding: 10rem 2rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        position: relative;
        height: 100%;
        padding: 0;
        margin: 0;
        z-index: -1;
        top: 0rem;
    }
    .aboutUs-heroContainer .lightRayContainer {
        position: absolute;
        right: -12rem;
        width: 61rem;
        height: 34rem;
        top: -10rem;
    }
    .aboutUs-heroContainer .heroWrapper {
        margin-top: 5rem;
        display: flex;
        max-width: 70rem;
        flex-direction: column;
        align-items: center;
        gap: 3rem;
        align-self: stretch;
    }
    .aboutUs-heroContainer .heroWrapper .heroTexts {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }
    .aboutUs-heroContainer .heroWrapper .heroTexts .subtitleWrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.75rem;
        text-align: center;
    }
    .aboutUs-heroContainer .heroWrapper .heroTexts .subtitleWrapper .bulletRect {
        width: 1.125rem;
        height: 0.375rem;
        border-radius: 0.25rem;
        background: var(--Text-text-muted, #454545);
    }
    .aboutUs-heroContainer .heroWrapper .heroTexts .subtitleWrapper p {
        color: #e5e5e5;
        text-align: center;
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
    }
    .aboutUs-heroContainer .heroWrapper .heroTexts .heroTitle {
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #fff 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: center;
        /* Header/Large */
        font-family: Outfit;
        font-size: 4rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 4.4rem */
        letter-spacing: -0.08rem;
        flex: 1 0 0;
    }
    .aboutUs-heroContainer .heroWrapper .heroTexts .heroContent {
        width: 100%;
        padding: 0rem 10rem;
        color: var(--Text-text-secondary, #aaa);
        text-align: center;
        /* Text/Regular/Large */
        font-family: "DM Sans";
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 400;
        line-height: 165%;
        /* 2.0625rem */
        letter-spacing: -0.025rem;
        align-self: stretch;
    }
    .aboutUs-heroContainer .heroWrapper .heroTexts .heroContent .laptopSmallBr {
        display: block;
    }
    .aboutUs-heroContainer .heroWrapper .heroTexts .heroContent .desktopBr {
        display: none;
    }
    .mapContainer {
        overflow: hidden;
        position: relative;
        margin: 3rem auto 10rem auto;
        height: 31rem;
    }
    .mapContainer img {
        transform: scale(1);
        height: 100%;
        object-fit: cover;
        width: 100%;
    }
    .foundationContainer {
        display: flex;
        padding: 10rem 2rem;
        justify-content: center;
        align-items: center;
        align-self: stretch;
    }
    .foundationContainer .foundationWrapper {
        flex-direction: column;
        gap: 3rem;
    }
    .foundationContainer .foundationWrapper .foundationContent {
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/X-Large */
        font-family: "DM Sans";
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 2.475rem */
        letter-spacing: -0.03rem;
        width: 49rem;
    }
    .foundationContainer .foundationWrapper .foundationContent span {
        color: var(--Text-text-primary, #EEE);
        /* Text/Light/X-Large */
        font-family: "DM Sans";
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        letter-spacing: -0.03rem;
    }
    .foundationContainer .foundationWrapper .foundationStats {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        border-top: 1px solid #121212;
        gap: 3rem;
        border-bottom: 1px solid #121212;
        padding: 0rem;
    }
    .foundationContainer .foundationWrapper .foundationStats .statsItem {
        display: flex;
        padding: 3rem 0.125rem;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 0.25rem;
        flex: 1 0 0;
    }
    .foundationContainer .foundationWrapper .foundationStats .statsItem p {
        color: var(--Text-text-primary, #eee);
        /* Title/Large */
        font-family: Outfit;
        font-size: 2.5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 2.75rem */
        letter-spacing: -0.05rem;
        width: 100%;
        text-align: left;
    }
    .foundationContainer .foundationWrapper .foundationStats .statsItem span {
        color: var(--Text-text-grey, #666);
        width: 100%;
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
    }
    .foundationContainer .foundationWrapper .foundationStats .divider {
        display: flex;
        align-items: center;
        align-self: stretch;
    }
    .foundationContainer .foundationWrapper .foundationStats .divider img {
        width: 0.0625rem;
        height: 5.25rem;
    }
    .foundationContainer .foundationWrapper .stateImgWrapper {
        overflow: hidden;
        position: relative;
        margin-top: 0rem;
        height: 31rem;
    }
    .foundationContainer .foundationWrapper .stateImgWrapper img {
        width: 100vw;
        overflow: hidden;
        transform: scale(1);
        height: 100%;
        object-fit: cover;
    }
    .coreTeamContainer {
        display: flex;
        padding: 10rem 2rem;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 7.32%), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.02) 100%);
    }
    .coreTeamContainer .coreTeamWrapper {
        flex-direction: column;
        gap: 5rem;
    }
    .coreTeamContainer .coreTeamWrapper .titleWrapper {
        display: flex;
        align-items: flex-start;
        flex-direction: row;
        align-self: stretch;
        flex: 2;
        width: 100%;
    }
    .coreTeamContainer .coreTeamWrapper .titleWrapper h1 {
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        align-self: stretch;
        flex: 1;
        justify-content: flex-start;
        display: flex;
    }
    .coreTeamContainer .coreTeamWrapper .titleWrapper p {
        display: flex;
        padding: 3rem 0rem 0rem 6rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
        flex: 1 0 0;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 1.85625rem */
        letter-spacing: -0.0225rem;
        text-align: left;
    }
    .coreTeamContainer .coreTeamWrapper .leadershipTeam {
        display: flex;
        align-items: flex-start;
        gap: 0.5rem;
        align-self: stretch;
    }
    .coreTeamContainer .coreTeamWrapper .leadershipTeam .leadershipTeam-titleWrapper {
        display: flex;
        padding: 0.75rem 5rem 0rem 0rem;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 0.75rem;
        flex: 1 0 0;
    }
    .coreTeamContainer .coreTeamWrapper .leadershipTeam .leadershipTeam-titleWrapper div {
        width: 1.125rem;
        height: 0.375rem;
        border-radius: 0.25rem;
        background: var(--Text-text-muted, #454545);
    }
    .coreTeamContainer .coreTeamWrapper .leadershipTeam .leadershipTeam-titleWrapper p {
        color: #e5e5e5;
        text-align: center;
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        white-space: nowrap;
    }
    .coreTeamContainer .coreTeamWrapper .leadershipTeam .leadTeam {
        flex-direction: column;
        border-radius: 1rem;
        background: #040404;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex: 1 0 0;
    }
    .coreTeamContainer .coreTeamWrapper .leadershipTeam .leadTeam:hover {
        background: #121212;
        transition: background 0.3s ease, transform 0.3s ease;
    }
    .coreTeamContainer .coreTeamWrapper .leadershipTeam .leadTeam img {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }
    .coreTeamContainer .coreTeamWrapper .leadershipTeam .leadTeam .bio {
        display: flex;
        padding: 1.5rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    .coreTeamContainer .coreTeamWrapper .leadershipTeam .leadTeam .bio div {
        color: var(--Text-text-primary, #eee);
        align-self: stretch;
        /* Title/XX-Small */
        font-family: Outfit;
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 1.1rem */
        letter-spacing: -0.02rem;
    }
    .coreTeamContainer .coreTeamWrapper .leadershipTeam .leadTeam .bio p {
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .coreTeamContainer .coreTeamWrapper .techTeam {
        width: 100%;
        display: grid;
        gap: 0.5rem;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: auto;
    }
    .coreTeamContainer .coreTeamWrapper .techTeam .grid-item:nth-child(1) {
        grid-column: auto;
    }
    .coreTeamContainer .coreTeamWrapper .techTeam .teachTeamWrapper {
        display: flex;
        padding: 0.75rem 5rem 0rem 0rem;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 0.75rem;
        flex: 1 0 0;
    }
    .coreTeamContainer .coreTeamWrapper .techTeam .teachTeamWrapper div {
        width: 1.125rem;
        height: 0.375rem;
        border-radius: 0.25rem;
        background: var(--Text-text-muted, #454545);
    }
    .coreTeamContainer .coreTeamWrapper .techTeam .teachTeamWrapper p {
        color: #e5e5e5;
        text-align: center;
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        white-space: nowrap;
    }
    .coreTeamContainer .coreTeamWrapper .techTeam .techTeamPerson {
        border-radius: 1rem;
        background: #040404;
        display: flex;
        align-items: flex-start;
        flex: 1 0 0;
    }
    .coreTeamContainer .coreTeamWrapper .techTeam .techTeamPerson:hover {
        background: #121212;
        transition: background 0.3s ease, transform 0.3s ease;
    }
    .coreTeamContainer .coreTeamWrapper .techTeam .techTeamPerson img {
        width: 6.0625rem;
        height: 6.0625rem;
        flex-shrink: 0;
        border-top-left-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }
    .coreTeamContainer .coreTeamWrapper .techTeam .techTeamPerson .bio {
        display: flex;
        padding: 1.5rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
        flex: 1 0 0;
    }
    .coreTeamContainer .coreTeamWrapper .techTeam .techTeamPerson .bio h3 {
        color: var(--Text-text-primary, #eee);
        font-family: Outfit;
        font-size: 1rem;
        font-weight: 500;
        line-height: 110%;
        letter-spacing: -0.02rem;
    }
    .coreTeamContainer .coreTeamWrapper .techTeam .techTeamPerson .bio .position {
        color: var(--Text-text-secondary, #aaa);
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-weight: 300;
        line-height: 150%;
        letter-spacing: -0.0175rem;
        position: relative;
    }
    .coreTeamContainer .coreTeamWrapper .techTeam .techTeamPerson .bio .position .ellipsis,
    .coreTeamContainer .coreTeamWrapper .techTeam .techTeamPerson .bio .position .rest-of-title {
        transition: opacity 0.2s ease-in-out;
    }
    .coreTeamContainer .coreTeamWrapper .techTeam .techTeamPerson .bio .position .rest-of-title {
        opacity: 0;
        visibility: hidden;
    }
    .coreTeamContainer .coreTeamWrapper .techTeam .techTeamPerson .bio .position:hover .ellipsis,
    .coreTeamContainer .coreTeamWrapper .techTeam .techTeamPerson .bio .position:focus .ellipsis {
        opacity: 0;
        visibility: hidden;
    }
    .coreTeamContainer .coreTeamWrapper .techTeam .techTeamPerson .bio .position:hover .rest-of-title,
    .coreTeamContainer .coreTeamWrapper .techTeam .techTeamPerson .bio .position:focus .rest-of-title {
        opacity: 1;
        visibility: visible;
    }
    .coreTeamContainer .coreTeamWrapper .techTeam .techTeamPerson .bio p {
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
}

@media (min-width: 1281px) {
    .containerWidth {
        width: 1120px;
        max-width: 1120px;
        margin: 0px auto 0px auto;
    }
    .headerWidth {
        width: 1152px;
        max-width: 1152px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .aboutUs-heroContainer {
        display: flex;
        padding: 10rem 2rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        position: relative;
        height: 100%;
        padding: 0;
        margin: 0;
        z-index: -1;
    }
    .aboutUs-heroContainer .lightRayContainer {
        position: absolute;
        right: -6rem;
        width: 56rem;
        height: 35rem;
        top: -10rem;
    }
    .aboutUs-heroContainer .heroWrapper {
        margin-top: 5rem;
        display: flex;
        max-width: 70rem;
        flex-direction: column;
        align-items: center;
        gap: 3rem;
        align-self: stretch;
    }
    .aboutUs-heroContainer .heroWrapper .heroTexts {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }
    .aboutUs-heroContainer .heroWrapper .heroTexts .subtitleWrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.75rem;
        text-align: center;
    }
    .aboutUs-heroContainer .heroWrapper .heroTexts .subtitleWrapper .bulletRect {
        width: 1.125rem;
        height: 0.375rem;
        border-radius: 0.25rem;
        background: var(--Text-text-muted, #454545);
    }
    .aboutUs-heroContainer .heroWrapper .heroTexts .subtitleWrapper p {
        color: #e5e5e5;
        text-align: center;
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
    }
    .aboutUs-heroContainer .heroWrapper .heroTexts .heroTitle {
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #fff 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: center;
        /* Header/Large */
        font-family: Outfit;
        font-size: 4rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 4.4rem */
        letter-spacing: -0.08rem;
        flex: 1 0 0;
    }
    .aboutUs-heroContainer .heroWrapper .heroTexts .heroContent {
        color: var(--Text-text-secondary, #aaa);
        text-align: center;
        /* Text/Regular/Large */
        font-family: "DM Sans";
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 400;
        line-height: 165%;
        /* 2.0625rem */
        letter-spacing: -0.025rem;
        align-self: stretch;
    }
    .aboutUs-heroContainer .heroWrapper .heroTexts .heroContent .laptopSmallBr {
        display: none;
    }
    .aboutUs-heroContainer .heroWrapper .heroTexts .heroContent .desktopBr {
        display: block;
    }
    .mapContainer {
        overflow: hidden;
        position: relative;
        height: 100%;
        width: 70%;
        margin: 3rem auto 10rem auto;
    }
    .mapContainer img {
        transform: scale(1);
    }
    .foundationContainer {
        display: flex;
        padding: 10rem 2rem;
        justify-content: center;
        align-items: center;
        align-self: stretch;
    }
    .foundationContainer .foundationWrapper {
        flex-direction: column;
        gap: 3rem;
    }
    .foundationContainer .foundationWrapper .foundationContent {
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/X-Large */
        font-family: "DM Sans";
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 2.475rem */
        letter-spacing: -0.03rem;
        width: 59rem;
    }
    .foundationContainer .foundationWrapper .foundationContent span {
        color: var(--Text-text-primary, #EEE);
        /* Text/Light/X-Large */
        font-family: "DM Sans";
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        letter-spacing: -0.03rem;
    }
    .foundationContainer .foundationWrapper .foundationStats {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        border-top: 1px solid #121212;
        gap: 3rem;
        border-bottom: 1px solid #121212;
    }
    .foundationContainer .foundationWrapper .foundationStats .statsItem {
        display: flex;
        padding: 3rem 0.125rem;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 0.25rem;
        flex: 1 0 0;
    }
    .foundationContainer .foundationWrapper .foundationStats .statsItem p {
        color: var(--Text-text-primary, #eee);
        /* Title/Large */
        font-family: Outfit;
        font-size: 2.5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 2.75rem */
        letter-spacing: -0.05rem;
        width: 100%;
    }
    .foundationContainer .foundationWrapper .foundationStats .statsItem span {
        color: var(--Text-text-grey, #666);
        width: 100%;
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
    }
    .foundationContainer .foundationWrapper .foundationStats .divider {
        display: flex;
        align-items: center;
        align-self: stretch;
    }
    .foundationContainer .foundationWrapper .foundationStats .divider img {
        width: 0.0625rem;
        height: 5.25rem;
    }
    .foundationContainer .foundationWrapper .stateImgWrapper {
        overflow: hidden;
        position: relative;
        height: 100%;
        width: 100%;
    }
    .foundationContainer .foundationWrapper .stateImgWrapper img {
        width: 100%;
        overflow: hidden;
        transform: scale(1);
        height: 100%;
        position: relative;
        z-index: -1;
    }
    .coreTeamContainer {
        display: flex;
        padding: 10rem 2rem;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 7.32%), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.02) 100%);
    }
    .coreTeamContainer .coreTeamWrapper {
        flex-direction: column;
        gap: 5rem;
    }
    .coreTeamContainer .coreTeamWrapper .titleWrapper {
        display: flex;
        align-items: flex-start;
        flex-direction: row;
        align-self: stretch;
        flex: 2;
        width: 100%;
    }
    .coreTeamContainer .coreTeamWrapper .titleWrapper h1 {
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        align-self: stretch;
        flex: 1;
        justify-content: flex-start;
        display: flex;
    }
    .coreTeamContainer .coreTeamWrapper .titleWrapper p {
        display: flex;
        padding: 3rem 0rem 0rem 3rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
        flex: 1 0 0;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 1.85625rem */
        letter-spacing: -0.0225rem;
        text-align: left;
    }
    .coreTeamContainer .coreTeamWrapper .leadershipTeam {
        display: grid;
        gap: 0.5rem;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: auto;
    }
    .coreTeamContainer .coreTeamWrapper .leadershipTeam .grid-item:nth-child(1) {
        grid-column: auto;
    }
    .coreTeamContainer .coreTeamWrapper .leadershipTeam .leadershipTeam-titleWrapper {
        display: flex;
        padding: 0.75rem 5rem 0rem 0rem;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 0.75rem;
        flex: 1 0 0;
    }
    .coreTeamContainer .coreTeamWrapper .leadershipTeam .leadershipTeam-titleWrapper div {
        width: 1.125rem;
        height: 0.375rem;
        border-radius: 0.25rem;
        background: var(--Text-text-muted, #454545);
    }
    .coreTeamContainer .coreTeamWrapper .leadershipTeam .leadershipTeam-titleWrapper p {
        color: #e5e5e5;
        text-align: center;
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        white-space: nowrap;
    }
    .coreTeamContainer .coreTeamWrapper .leadershipTeam .leadTeam {
        flex-direction: column;
        border-radius: 1rem;
        background: #040404;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex: 1 0 0;
    }
    .coreTeamContainer .coreTeamWrapper .leadershipTeam .leadTeam:hover {
        background: #121212;
        transition: background 0.3s ease, transform 0.3s ease;
    }
    .coreTeamContainer .coreTeamWrapper .leadershipTeam .leadTeam img {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }
    .coreTeamContainer .coreTeamWrapper .leadershipTeam .leadTeam .bio {
        display: flex;
        padding: 1.5rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    .coreTeamContainer .coreTeamWrapper .leadershipTeam .leadTeam .bio div {
        color: var(--Text-text-primary, #eee);
        align-self: stretch;
        /* Title/XX-Small */
        font-family: Outfit;
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 1.1rem */
        letter-spacing: -0.02rem;
    }
    .coreTeamContainer .coreTeamWrapper .leadershipTeam .leadTeam .bio p {
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .coreTeamContainer .coreTeamWrapper .techTeam {
        width: 100%;
        display: grid;
        gap: 0.5rem;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: auto;
    }
    .coreTeamContainer .coreTeamWrapper .techTeam .grid-item:nth-child(1) {
        grid-column: auto;
    }
    .coreTeamContainer .coreTeamWrapper .techTeam .teachTeamWrapper {
        display: flex;
        padding: 0.75rem 5rem 0rem 0rem;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 0.75rem;
        flex: 1 0 0;
    }
    .coreTeamContainer .coreTeamWrapper .techTeam .teachTeamWrapper div {
        width: 1.125rem;
        height: 0.375rem;
        border-radius: 0.25rem;
        background: var(--Text-text-muted, #454545);
    }
    .coreTeamContainer .coreTeamWrapper .techTeam .teachTeamWrapper p {
        color: #e5e5e5;
        text-align: center;
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
    }
    .coreTeamContainer .coreTeamWrapper .techTeam .techTeamPerson {
        border-radius: 1rem;
        background: #040404;
        display: flex;
        align-items: flex-start;
        flex: 1 0 0;
    }
    .coreTeamContainer .coreTeamWrapper .techTeam .techTeamPerson:hover {
        background: #121212;
        transition: background 0.3s ease, transform 0.3s ease;
    }
    .coreTeamContainer .coreTeamWrapper .techTeam .techTeamPerson img {
        width: 6.0625rem;
        height: 6.0625rem;
        flex-shrink: 0;
        border-top-left-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }
    .coreTeamContainer .coreTeamWrapper .techTeam .techTeamPerson .bio {
        display: flex;
        padding: 1.5rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
        flex: 1 0 0;
    }
    .coreTeamContainer .coreTeamWrapper .techTeam .techTeamPerson .bio h3 {
        color: var(--Text-text-primary, #eee);
        /* Title/XX-Small */
        font-family: Outfit;
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 1.1rem */
        letter-spacing: -0.02rem;
    }
    .coreTeamContainer .coreTeamWrapper .techTeam .techTeamPerson .bio .position {
        color: var(--Text-text-secondary, #aaa);
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-weight: 300;
        line-height: 150%;
        letter-spacing: -0.0175rem;
        position: relative;
    }
    .coreTeamContainer .coreTeamWrapper .techTeam .techTeamPerson .bio .position .ellipsis,
    .coreTeamContainer .coreTeamWrapper .techTeam .techTeamPerson .bio .position .rest-of-title {
        transition: opacity 0.2s ease-in-out;
    }
    .coreTeamContainer .coreTeamWrapper .techTeam .techTeamPerson .bio .position .rest-of-title {
        opacity: 0;
        visibility: hidden;
    }
    .coreTeamContainer .coreTeamWrapper .techTeam .techTeamPerson .bio .position:hover .ellipsis,
    .coreTeamContainer .coreTeamWrapper .techTeam .techTeamPerson .bio .position:focus .ellipsis {
        opacity: 0;
        visibility: hidden;
    }
    .coreTeamContainer .coreTeamWrapper .techTeam .techTeamPerson .bio .position:hover .rest-of-title,
    .coreTeamContainer .coreTeamWrapper .techTeam .techTeamPerson .bio .position:focus .rest-of-title {
        opacity: 1;
        visibility: visible;
    }
    .coreTeamContainer .coreTeamWrapper .techTeam .techTeamPerson .bio p {
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
}

@media (min-width: 280px) {
    .containerWidth {
        width: 327px;
        max-width: 327px;
    }
    .headerWidth {
        width: 351px;
        max-width: 351px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .ecosystemPage {
        overflow-x: hidden;
    }
    .ecoContentContainer {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .ecoContentContainer .sologenicWrapper {
        display: flex;
        flex-direction: row;
        padding: 3rem 0rem;
    }
    .ecoContentContainer .sologenicWrapper .ecoContainer {
        display: flex;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 3rem;
        justify-content: center;
        align-items: center;
        align-self: stretch;
    }
    .ecoContentContainer .sologenicWrapper .ecoContainer .sologenicEcosystem {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        width: 100%;
        position: relative;
        left: 0rem;
    }
    .ecoContentContainer .sologenicWrapper .ecoContainer .sologenicEcosystem .soloTitlesWrapper {
        display: flex;
        padding-right: 0rem;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 0.7rem;
        width: 100%;
    }
    .ecoContentContainer .sologenicWrapper .ecoContainer .sologenicEcosystem .soloTitlesWrapper .title {
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #FFF 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: left;
        font-family: Outfit;
        font-size: 56px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        letter-spacing: -1.12px;
    }
    .ecoContentContainer .sologenicWrapper .ecoContainer .sologenicEcosystem .soloTitlesWrapper .soloSubtitle {
        align-self: stretch;
        text-align: left;
        color: var(--Text-text-secondary, #AAA);
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        letter-spacing: -0.36px;
    }
    .ecoContentContainer .sologenicWrapper .ecoContainer .ecosystem-desktop {
        width: 360px;
        height: 360px;
        position: relative;
        z-index: -1;
        flex-shrink: 0;
        fill: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0) 100%);
        backdrop-filter: blur(27.8260860443px);
    }
    .ecoContentContainer .soloNexContainer {
        display: none;
    }
    .ecoContentContainer .soloNexContainerMob {
        height: 100%;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .ecoContentContainer .soloNexContainerMob .h-tab {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin-bottom: 0px;
    }
    .ecoContentContainer .soloNexContainerMob .h-tab .h-tab_tab-head {
        display: flex;
        flex-direction: row;
        margin: 0 0 0px 0;
        padding: 0;
        list-style: none;
        width: 100%;
        gap: 3rem;
        transition: all 0.5s ease-in-out;
        overflow-x: auto;
        scrollbar-width: none;
        /* For Firefox */
        -ms-overflow-style: none;
        /* For Internet Explorer and Edge */
    }
    .ecoContentContainer .soloNexContainerMob .h-tab .h-tab_tab-head li {
        color: var(--Text-text-primary, #434343);
        font-family: Outfit;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        letter-spacing: -0.4px;
        white-space: nowrap;
        transition: all 0.3s ease-in-out;
        height: auto;
        padding: 1.5rem 0;
    }
    .ecoContentContainer .soloNexContainerMob .h-tab .h-tab_tab-head li:hover {
        color: var(--Text-text-primary, #EEE);
        transition: all 0.3s ease-in-out;
    }
    .ecoContentContainer .soloNexContainerMob .h-tab .h-tab_tab-head li.active {
        transition: all 0.3s ease-in-out;
        border-bottom: 4px solid #B1FC03;
        padding: 1.5rem 0;
        color: var(--Text-text-primary, #EEE);
        font-family: Outfit;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        letter-spacing: -0.4px;
        display: block;
        padding-bottom: 0;
        padding: 1.5rem 0;
    }
    .ecoContentContainer .soloNexContainerMob .h-tab .h-tab_tab-head::-webkit-scrollbar {
        display: none;
    }
    .ecoContentContainer .soloNexContainerMob .h-tab .h-tab_container {
        width: 100%;
        min-height: 200px;
        transition: all 0.3s ease-in-out;
        /* Target the first .slideImgs image */
        /* Target all other .slideImgs images except the first one */
    }
    .ecoContentContainer .soloNexContainerMob .h-tab .h-tab_container #tab1.h-tab_content .slideImgs {
        height: 310px;
        margin-top: 1.5rem;
        width: 100%;
        object-fit: cover;
    }
    .ecoContentContainer .soloNexContainerMob .h-tab .h-tab_container #tab2.h-tab_content .slideImgs,
    .ecoContentContainer .soloNexContainerMob .h-tab .h-tab_container #tab3.h-tab_content .slideImgs,
    .ecoContentContainer .soloNexContainerMob .h-tab .h-tab_container #tab4.h-tab_content .slideImgs {
        height: 310px;
        margin-top: 1.5rem;
        width: 100%;
        object-fit: cover;
        object-position: left;
    }
    .ecoContentContainer .soloNexContainerMob .h-tab .h-tab_content {
        padding: 0px;
        display: none;
        transition: all 0.1s ease-in-out;
        text-align: left;
        align-items: center;
        justify-content: center;
        gap: 0rem;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }
    .ecoContentContainer .soloNexContainerMob .h-tab .h-tab_content p {
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .ecoContentContainer .soloNexContainerMob .h-tab .h-tab_content a {
        padding: 6px 10px 6px 16px;
        justify-content: center;
        align-items: center;
        gap: 0.375rem;
        color: var(--Text-text-secondary, #AAA);
        text-align: center;
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        letter-spacing: -0.0175rem;
        border-radius: 0.375rem;
        background: var(--Background-bg-highlight, #222);
        display: flex;
        width: max-content;
        height: 33px;
        white-space: nowrap;
    }
    .ecoContentContainer .soloNexContainerMob .h-tab .h-tab_content a .arrow {
        height: 1rem;
        position: relative;
        margin: 0;
        top: 0;
        left: 0;
    }
    .ecoContentContainer .soloNexContainerMob .h-tab .h-tab_content a:hover {
        color: var(--Text-text-secondary, #AAA);
        background: var(--Background-bg-tonal, #333);
    }
    .ecoContentContainer .soloNexContainerMob .h-tab .h-tab_content .slideImgs {
        height: 360px;
        margin-top: 1.5rem;
    }
    .ecoContentContainer .soloDexMobileContainer {
        display: flex;
        padding: 80px 1rem;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 5.62%);
    }
    .ecoContentContainer .soloDexMobileContainer .solodexMobile {
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }
    .ecoContentContainer .soloDexMobileContainer .solodexMobile .titleWrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        align-self: stretch;
        width: 100%;
    }
    .ecoContentContainer .soloDexMobileContainer .solodexMobile .titleWrapper .title {
        padding-right: 0;
        background: linear-gradient(180deg, #FFF 0%, #999 91.64%);
        background-clip: border-box;
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: left;
        width: 327px;
        font-family: Outfit;
        font-size: 40px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        letter-spacing: -0.8px;
    }
    .ecoContentContainer .soloDexMobileContainer .solodexMobile .titleWrapper .title .tabletBreaker {
        display: none;
    }
    .ecoContentContainer .soloDexMobileContainer .solodexMobile .titleWrapper .title .mobileBreaker {
        display: none;
    }
    .ecoContentContainer .soloDexMobileContainer .solodexMobile .titleWrapper .subTitleWrapper {
        display: flex;
        padding: 0rem 0rem 0rem 0rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
    }
    .ecoContentContainer .soloDexMobileContainer .solodexMobile .titleWrapper .subTitleWrapper .subTitle {
        align-self: stretch;
        /* Text/Regular/Medium */
        text-align: left;
        width: 327px;
        color: var(--Text-text-secondary, #AAA);
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        letter-spacing: -0.32px;
    }
    .ecoContentContainer .soloDexMobileContainer .solodexMobile .titleWrapper .logoWrapper {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        align-self: stretch;
    }
    .ecoContentContainer .soloDexMobileContainer .solodexMobile .titleWrapper .logoWrapper .download {
        display: flex;
        padding: 0.4rem 0.7rem;
        justify-content: center;
        align-items: center;
        gap: 0.5rem;
        border-radius: 0.5rem;
        background: var(--Background-bg-highlight, #222);
        backdrop-filter: blur(8px);
    }
    .ecoContentContainer .soloDexMobileContainer .solodexMobile .titleWrapper .logoWrapper .download a {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
    }
    .ecoContentContainer .soloDexMobileContainer .solodexMobile .titleWrapper .logoWrapper .download a p {
        color: var(--Text-text-secondary, #AAA);
        text-align: center;
        /* Text/Medium/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .ecoContentContainer .soloDexMobileContainer .solodexMobile .titleWrapper .logoWrapper .download a svg {
        width: 1.02788rem;
        height: 0.95869rem;
        flex-shrink: 0;
    }
    .ecoContentContainer .soloDexMobileContainer .solodexMobile .soloDexImgContainer {
        overflow: hidden;
        position: relative;
        height: 100%;
        margin-bottom: 0rem;
    }
    .ecoContentContainer .soloDexMobileContainer .solodexMobile .soloDexImgContainer img {
        width: 100vw;
        overflow: hidden;
        transform: scale(1);
        z-index: -1;
        position: relative;
        left: 0;
        top: 0;
        object-fit: cover;
        object-position: left;
        height: 480px;
        margin-left: 3rem;
    }
    .ecoContentContainer .roadmapContainer {
        display: flex;
        padding: 80px 2rem;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 18.67%);
    }
    .ecoContentContainer .roadmapContainer .roadMap {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        align-self: stretch;
        gap: 0.75rem;
    }
    .ecoContentContainer .roadmapContainer .roadMap .roadmapTitle {
        display: flex;
        padding-right: 3rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        flex: 1 0 0;
        align-self: stretch;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 40px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
        background: linear-gradient(180deg, #FFF 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .ecoContentContainer .roadmapContainer .roadMap .roadMapSubtitleContainer {
        display: flex;
        padding: 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
        flex: 1 0 0;
    }
    .ecoContentContainer .roadmapContainer .roadMap .roadMapSubtitleContainer .subTitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 1.85625rem */
        letter-spacing: -0.0225rem;
        text-align: left;
    }
    .ecoContentContainer .roadmapContainer .roadMap .roadMapSubtitleContainer .btnWrapper {
        display: flex;
        padding: 0.375rem 0.625rem 0.375rem 1rem;
        justify-content: center;
        align-items: center;
        gap: 0.375rem;
        border-radius: 0.375rem;
        background: var(--Background-bg-highlight, #222);
    }
    .ecoContentContainer .roadmapContainer .roadMap .roadMapSubtitleContainer .btnWrapper a {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 0.375rem;
    }
    .ecoContentContainer .roadmapContainer .roadMap .roadMapSubtitleContainer .btnWrapper a p {
        color: var(--Text-text-secondary, #AAA);
        text-align: center;
        /* Text/Medium/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
}

@media (min-width: 768px) {
    .containerWidth {
        width: 704px;
        max-width: 704px;
    }
    .headerWidth {
        width: 736px;
        max-width: 736px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .ecoContentContainer {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .ecoContentContainer .sologenicWrapper {
        display: flex;
        flex-direction: column;
        padding: 50px 0rem 120px 0;
    }
    .ecoContentContainer .sologenicWrapper .ecoContainer {
        display: flex;
        width: 100%;
        flex-direction: row;
        display: flex;
        justify-content: center;
        align-items: center;
        align-self: stretch;
    }
    .ecoContentContainer .sologenicWrapper .ecoContainer .sologenicEcosystem {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        align-self: stretch;
        width: 100%;
        position: relative;
        left: 0rem;
    }
    .ecoContentContainer .sologenicWrapper .ecoContainer .sologenicEcosystem .soloTitlesWrapper {
        display: flex;
        padding-right: 0rem;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        position: absolute;
        gap: 0.7rem;
        width: 27rem;
    }
    .ecoContentContainer .sologenicWrapper .ecoContainer .sologenicEcosystem .soloTitlesWrapper .title {
        /* Header/X-Large */
        font-family: Outfit;
        font-size: 5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 5.5rem */
        letter-spacing: -0.1rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #FFF 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: left;
    }
    .ecoContentContainer .sologenicWrapper .ecoContainer .sologenicEcosystem .soloTitlesWrapper .soloSubtitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Regular/Large */
        font-family: "DM Sans";
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 400;
        line-height: 165%;
        /* 2.0625rem */
        letter-spacing: -0.025rem;
        text-align: left;
        width: 26rem;
    }
    .ecoContentContainer .sologenicWrapper .ecoContainer .ecosystem-desktop {
        z-index: -1;
        flex-shrink: 0;
        fill: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0) 100%);
        backdrop-filter: blur(27.8260860443px);
        position: relative;
        left: 11rem;
        width: 560px;
        height: 560px;
    }
    .ecoContentContainer .soloNexContainer {
        display: none;
    }
    .ecoContentContainer .soloNexContainerMob {
        height: 100%;
        margin-top: 10rem;
        margin-bottom: 10rem;
        padding: 0;
    }
    .ecoContentContainer .soloNexContainerMob .h-tab {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin-bottom: 0px;
    }
    .ecoContentContainer .soloNexContainerMob .h-tab .h-tab_tab-head {
        display: flex;
        flex-direction: row;
        margin: 0 0 0px 0;
        padding: 0;
        list-style: none;
        width: 100%;
        gap: 3rem;
        transition: all 0.5s ease-in-out;
        scrollbar-width: none;
        /* For Firefox */
        -ms-overflow-style: none;
        /* For Internet Explorer and Edge */
    }
    .ecoContentContainer .soloNexContainerMob .h-tab .h-tab_tab-head li {
        color: var(--Text-text-primary, #434343);
        font-family: Outfit;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        letter-spacing: -0.4px;
        white-space: nowrap;
        transition: all 0.3s ease-in-out;
        height: auto;
        padding: 1.5rem 0;
    }
    .ecoContentContainer .soloNexContainerMob .h-tab .h-tab_tab-head li:hover {
        color: var(--Text-text-primary, #EEE);
        transition: all 0.3s ease-in-out;
    }
    .ecoContentContainer .soloNexContainerMob .h-tab .h-tab_tab-head li.active {
        transition: all 0.3s ease-in-out;
        border-bottom: 4px solid #B1FC03;
        padding: 1.5rem 0;
        color: var(--Text-text-primary, #EEE);
        font-family: Outfit;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        letter-spacing: -0.4px;
        display: block;
        padding-bottom: 0;
        padding: 1.5rem 0;
    }
    .ecoContentContainer .soloNexContainerMob .h-tab .h-tab_tab-head::-webkit-scrollbar {
        display: none;
    }
    .ecoContentContainer .soloNexContainerMob .h-tab .h-tab_container {
        width: 100%;
        min-height: 200px;
        transition: all 0.3s ease-in-out;
        /* Target the first .slideImgs image */
        /* Target all other .slideImgs images except the first one */
    }
    .ecoContentContainer .soloNexContainerMob .h-tab .h-tab_container #tab1.h-tab_content .slideImgs {
        height: 310px;
        margin-top: 1.5rem;
        width: 100%;
        object-fit: cover;
    }
    .ecoContentContainer .soloNexContainerMob .h-tab .h-tab_container #tab2.h-tab_content .slideImgs,
    .ecoContentContainer .soloNexContainerMob .h-tab .h-tab_container #tab3.h-tab_content .slideImgs,
    .ecoContentContainer .soloNexContainerMob .h-tab .h-tab_container #tab4.h-tab_content .slideImgs {
        height: 310px;
        margin-top: 1.5rem;
        width: 100%;
        object-fit: cover;
        object-position: top;
    }
    .ecoContentContainer .soloNexContainerMob .h-tab .h-tab_content {
        padding: 0px;
        display: none;
        transition: all 0.1s ease-in-out;
        text-align: left;
        align-items: center;
        justify-content: center;
        gap: 0rem;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }
    .ecoContentContainer .soloNexContainerMob .h-tab .h-tab_content p {
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .ecoContentContainer .soloNexContainerMob .h-tab .h-tab_content a {
        padding: 6px 10px 6px 16px;
        justify-content: center;
        align-items: center;
        gap: 0.375rem;
        color: var(--Text-text-secondary, #AAA);
        text-align: center;
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        letter-spacing: -0.0175rem;
        border-radius: 0.375rem;
        background: var(--Background-bg-highlight, #222);
        display: flex;
        width: max-content;
        height: 33px;
    }
    .ecoContentContainer .soloNexContainerMob .h-tab .h-tab_content a .arrow {
        height: 1rem;
        position: relative;
        margin: 0;
        top: 0;
        left: 0;
    }
    .ecoContentContainer .soloNexContainerMob .h-tab .h-tab_content a:hover {
        color: var(--Text-text-secondary, #AAA);
        background: var(--Background-bg-tonal, #333);
    }
    .ecoContentContainer .soloNexContainerMob .h-tab .h-tab_content img {
        height: 360px;
        margin-top: 1.5rem;
    }
    .ecoContentContainer .soloDexMobileContainer {
        padding: 10rem 2rem;
    }
    .ecoContentContainer .soloDexMobileContainer .solodexMobile {
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }
    .ecoContentContainer .soloDexMobileContainer .solodexMobile .titleWrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        align-self: stretch;
        width: 100%;
    }
    .ecoContentContainer .soloDexMobileContainer .solodexMobile .titleWrapper .title {
        align-self: stretch;
        /* Title/X-Large */
        padding-right: 0;
        background: linear-gradient(180deg, #FFF 0%, #999 91.64%);
        background-clip: border-box;
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: left;
        font-family: Outfit;
        font-size: 48px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        letter-spacing: -0.96px;
        width: 544px;
    }
    .ecoContentContainer .soloDexMobileContainer .solodexMobile .titleWrapper .title .tabletBreaker {
        display: block;
    }
    .ecoContentContainer .soloDexMobileContainer .solodexMobile .titleWrapper .title .mobileBreaker {
        display: none;
    }
    .ecoContentContainer .soloDexMobileContainer .solodexMobile .titleWrapper .subTitleWrapper {
        display: flex;
        padding: 0rem 0rem 0rem 0rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
    }
    .ecoContentContainer .soloDexMobileContainer .solodexMobile .titleWrapper .subTitleWrapper .subTitle {
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/Medium */
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 29.7px */
        letter-spacing: -0.36px;
        width: 544px;
    }
    .ecoContentContainer .soloDexMobileContainer .solodexMobile .titleWrapper .logoWrapper {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        align-self: stretch;
    }
    .ecoContentContainer .soloDexMobileContainer .solodexMobile .titleWrapper .logoWrapper .download {
        display: flex;
        padding: 0.5rem 1rem;
        justify-content: center;
        align-items: center;
        gap: 0.5rem;
        border-radius: 0.5rem;
        background: var(--Background-bg-highlight, #222);
        backdrop-filter: blur(8px);
    }
    .ecoContentContainer .soloDexMobileContainer .solodexMobile .titleWrapper .logoWrapper .download:hover {
        color: var(--Text-text-secondary, #AAA);
        background: var(--Background-bg-tonal, #333);
    }
    .ecoContentContainer .soloDexMobileContainer .solodexMobile .soloDexImgContainer {
        overflow: hidden;
        position: relative;
        height: 100%;
        margin-bottom: 0rem;
    }
    .ecoContentContainer .soloDexMobileContainer .solodexMobile .soloDexImgContainer img {
        width: 100vw;
        overflow: hidden;
        transform: scale(1);
        z-index: -1;
        position: relative;
        left: 0;
        top: 0;
        height: 735px;
        object-fit: cover;
        object-position: left;
        margin-left: 0rem;
    }
    .ecoContentContainer .roadmapContainer {
        display: flex;
        padding: 10rem 2rem;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 18.67%);
    }
    .ecoContentContainer .roadmapContainer .roadMap {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        align-self: stretch;
        gap: 12px;
    }
    .ecoContentContainer .roadmapContainer .roadMap .roadmapTitle {
        display: flex;
        padding-right: 3rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        flex: 1 0 0;
        align-self: stretch;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
        background: linear-gradient(180deg, #FFF 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .ecoContentContainer .roadmapContainer .roadMap .roadMapSubtitleContainer {
        display: flex;
        padding: 0rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
        flex: 1 1 1;
    }
    .ecoContentContainer .roadmapContainer .roadMap .roadMapSubtitleContainer .subTitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 1.85625rem */
        letter-spacing: -0.0225rem;
        text-align: left;
    }
    .ecoContentContainer .roadmapContainer .roadMap .roadMapSubtitleContainer .btnWrapper {
        display: flex;
        padding: 0.375rem 0.625rem 0.375rem 1rem;
        justify-content: center;
        align-items: center;
        gap: 0.375rem;
        border-radius: 0.375rem;
        background: var(--Background-bg-highlight, #222);
    }
    .ecoContentContainer .roadmapContainer .roadMap .roadMapSubtitleContainer .btnWrapper a {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 0.375rem;
    }
    .ecoContentContainer .roadmapContainer .roadMap .roadMapSubtitleContainer .btnWrapper a p {
        color: var(--Text-text-secondary, #AAA);
        text-align: center;
        /* Text/Medium/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
}

@media (min-width: 1024px) {
    .containerWidth {
        width: 960px;
        max-width: 960px;
        margin: 0px auto 0px auto;
    }
    .headerWidth {
        max-width: 976px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .ecoContentContainer {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .ecoContentContainer .sologenicWrapper {
        display: flex;
        flex-direction: column;
        padding: 42px 0 120px 0;
    }
    .ecoContentContainer .sologenicWrapper .ecoContainer {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        gap: 3rem;
    }
    .ecoContentContainer .sologenicWrapper .ecoContainer .sologenicEcosystem {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        position: relative;
        left: 0rem;
    }
    .ecoContentContainer .sologenicWrapper .ecoContainer .sologenicEcosystem .soloTitlesWrapper {
        display: flex;
        padding-right: 0rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.7rem;
        position: relative;
        width: 100%;
    }
    .ecoContentContainer .sologenicWrapper .ecoContainer .sologenicEcosystem .soloTitlesWrapper .title {
        /* Header/X-Large */
        font-family: Outfit;
        font-size: 5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 5.5rem */
        letter-spacing: -0.1rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #FFF 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: left;
        width: 26.75rem;
    }
    .ecoContentContainer .sologenicWrapper .ecoContainer .sologenicEcosystem .soloTitlesWrapper .soloSubtitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Regular/Large */
        font-family: "DM Sans";
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 400;
        line-height: 165%;
        /* 2.0625rem */
        letter-spacing: -0.025rem;
        text-align: left;
        width: 25rem;
    }
    .ecoContentContainer .sologenicWrapper .ecoContainer .ecosystem-desktop {
        position: relative;
        left: -2rem;
        flex-shrink: 0;
        fill: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0) 100%);
        backdrop-filter: blur(27.8260860443px);
        width: 560px;
        height: 560px;
    }
    .ecoContentContainer .soloNexContainerMob {
        display: none;
    }
    .ecoContentContainer .soloNexContainer {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 0.75rem;
        flex: 1 0 0;
        margin-bottom: 10rem;
        margin-top: 10rem;
    }
    .ecoContentContainer .soloNexContainer .tabsAndContentsWrapper {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .ecoContentContainer .soloNexContainer .tabsAndContentsWrapper a {
        color: inherit;
    }
    .ecoContentContainer .soloNexContainer .tabsAndContentsWrapper ul {
        list-style: none;
        padding: 0;
    }
    .ecoContentContainer .soloNexContainer .tabsAndContentsWrapper ul>*+* {
        margin-top: 0px;
    }
    .ecoContentContainer .soloNexContainer .tabsAndContentsWrapper li {
        display: block;
    }
    .ecoContentContainer .soloNexContainer .tabsAndContentsWrapper li a.active {
        display: flex;
    }
    .ecoContentContainer .soloNexContainer .tabsAndContentsWrapper .slider {
        max-width: 1400px;
        color: #fff;
        position: relative;
        display: flex;
        gap: 3rem;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
    }
    .ecoContentContainer .soloNexContainer .tabsAndContentsWrapper .slider .content_container {
        height: 100%;
        width: 100%;
    }
    .ecoContentContainer .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        height: 100%;
        border-left: 4px solid rgba(177, 252, 3, 0.25);
    }
    .ecoContentContainer .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul .activeBorder {
        border-left: 4px solid #B1FC03;
        position: relative;
        right: 4px;
    }
    .ecoContentContainer .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul li {
        text-align: left;
        padding: 1.5rem 3rem;
        width: 456px;
    }
    .ecoContentContainer .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul li .tab {
        color: var(--Text-text-primary, #434343);
        /* Title/X-Small */
        font-family: Outfit;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 1.375rem */
        letter-spacing: -0.025rem;
    }
    .ecoContentContainer .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul li div {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 0.5rem;
    }
    .ecoContentContainer .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul li div h4 {
        color: var(--Text-text-primary, #EEE);
        /* Title/X-Small */
        font-family: Outfit;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 1.375rem */
        letter-spacing: -0.025rem;
        text-align: left;
    }
    .ecoContentContainer .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul li div p {
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        text-align: left;
    }
    .ecoContentContainer .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul li div a {
        margin-top: 1rem;
        display: flex;
        padding: 0.375rem 0.625rem 0.375rem 1rem;
        justify-content: center;
        align-items: center;
        gap: 0.375rem;
        border-radius: 0.375rem;
        background: var(--Background-bg-highlight, #222);
        color: var(--Text-text-secondary, #AAA);
        text-align: center;
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3125rem;
        /* 150% */
        letter-spacing: -0.0175rem;
    }
    .ecoContentContainer .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul li div a .arrow {
        width: 0.9375rem;
        height: 0.9375rem;
    }
    .ecoContentContainer .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul li div a:hover {
        background: var(--Background-bg-tonal, #333);
        color: var(--Text-text-secondary, #AAA);
    }
    .ecoContentContainer .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul li .detailActive {
        display: flex;
    }
    .ecoContentContainer .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul li .firstSlideDisplay {
        display: none;
    }
    .ecoContentContainer .soloNexContainer .tabsAndContentsWrapper .slider .slides {
        position: relative;
        height: 480px;
        width: 100%;
        overflow: hidden;
    }
    .ecoContentContainer .soloNexContainer .tabsAndContentsWrapper .slider .slides .slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 0.5s ease-in-out;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .ecoContentContainer .soloNexContainer .tabsAndContentsWrapper .slider .slides .slide.active {
        opacity: 1;
        z-index: 2;
    }
    .ecoContentContainer .soloNexContainer .tabsAndContentsWrapper .slider .slides .slide .inner_content img {
        height: 480px;
        width: 456px;
    }
    .ecoContentContainer .soloNexContainer .tabsAndContentsWrapper .slider .slider .slides::-webkit-scrollbar {
        display: none;
    }
    .ecoContentContainer .soloNexContainer .tabsAndContentsWrapper .slider .slides .slider .slides .slide:nth-child(even) {
        background-color: palegreen;
    }
    .ecoContentContainer .soloDexMobileContainer {
        display: flex;
        padding: 10rem 2rem;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 5.62%);
    }
    .ecoContentContainer .soloDexMobileContainer .solodexMobile {
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }
    .ecoContentContainer .soloDexMobileContainer .solodexMobile .titleWrapper {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 1rem;
        align-self: stretch;
        width: 100%;
        justify-content: space-between;
    }
    .ecoContentContainer .soloDexMobileContainer .solodexMobile .titleWrapper .title {
        align-self: stretch;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
        padding-right: 3rem;
        background: linear-gradient(180deg, #FFF 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        width: 28rem;
    }
    .ecoContentContainer .soloDexMobileContainer .solodexMobile .titleWrapper .title .tabletBreaker,
    .ecoContentContainer .soloDexMobileContainer .solodexMobile .titleWrapper .title .mobileBreaker,
    .ecoContentContainer .soloDexMobileContainer .solodexMobile .titleWrapper .title span {
        display: none;
    }
    .ecoContentContainer .soloDexMobileContainer .solodexMobile .titleWrapper .subTitleWrapper {
        display: flex;
        padding: 3rem 0rem 0rem 3rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
    }
    .ecoContentContainer .soloDexMobileContainer .solodexMobile .titleWrapper .subTitleWrapper .subTitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 1.85625rem */
        letter-spacing: -0.0225rem;
        text-align: left;
        width: 27rem;
    }
    .ecoContentContainer .soloDexMobileContainer .solodexMobile .titleWrapper .logoWrapper {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        align-self: stretch;
    }
    .ecoContentContainer .soloDexMobileContainer .solodexMobile .titleWrapper .logoWrapper .download {
        display: flex;
        padding: 0.5rem 1rem;
        justify-content: center;
        align-items: center;
        gap: 0.5rem;
        border-radius: 0.5rem;
        background: var(--Background-bg-highlight, #222);
        backdrop-filter: blur(8px);
    }
    .ecoContentContainer .soloDexMobileContainer .solodexMobile .titleWrapper .logoWrapper .download:hover {
        background: var(--Background-bg-tonal, #333);
    }
    .ecoContentContainer .soloDexMobileContainer .solodexMobile .titleWrapper .logoWrapper .download:hover p {
        color: var(--Text-text-secondary, #AAA);
        text-align: center;
    }
    .ecoContentContainer .soloDexMobileContainer .solodexMobile .soloDexImgContainer {
        overflow: hidden;
        position: relative;
        height: 100%;
        margin-bottom: 0rem;
    }
    .ecoContentContainer .soloDexMobileContainer .solodexMobile .soloDexImgContainer img {
        width: 100vw;
        overflow: hidden;
        transform: scale(1);
        z-index: -1;
        position: relative;
        left: 0rem;
        top: 0;
        margin-left: 0rem;
    }
    .ecoContentContainer .roadmapContainer {
        display: flex;
        padding: 10rem 2rem;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 18.67%);
    }
    .ecoContentContainer .roadmapContainer .roadMap {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        align-self: stretch;
    }
    .ecoContentContainer .roadmapContainer .roadMap .roadmapTitle {
        display: flex;
        padding-right: 3rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        flex: 1 0 0;
        align-self: stretch;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
        background: linear-gradient(180deg, #FFF 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        height: max-content;
    }
    .ecoContentContainer .roadmapContainer .roadMap .roadMapSubtitleContainer {
        display: flex;
        padding: 3rem 0rem 0rem 3rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
        flex: 1 0 0;
    }
    .ecoContentContainer .roadmapContainer .roadMap .roadMapSubtitleContainer .subTitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 1.85625rem */
        letter-spacing: -0.0225rem;
        text-align: left;
    }
    .ecoContentContainer .roadmapContainer .roadMap .roadMapSubtitleContainer .btnWrapper {
        display: flex;
        padding: 0.375rem 0.625rem 0.375rem 1rem;
        justify-content: center;
        align-items: center;
        gap: 0.375rem;
        border-radius: 0.375rem;
        background: var(--Background-bg-highlight, #222);
    }
    .ecoContentContainer .roadmapContainer .roadMap .roadMapSubtitleContainer .btnWrapper a p {
        color: var(--Text-text-secondary, #AAA);
        text-align: center;
        /* Text/Medium/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .ecoContentContainer .roadmapContainer .roadMap .roadMapSubtitleContainer .btnWrapper:hover {
        background: var(--Background-bg-tonal, #333);
        color: var(--Text-text-secondary, #AAA);
    }
}

@media (min-width: 1281px) {
    .containerWidth {
        width: 1120px;
        max-width: 1120px;
        margin: 0px auto 0px auto;
    }
    .headerWidth {
        width: 1152px;
        max-width: 1152px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .ecoContentContainer {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .ecoContentContainer .sologenicWrapper {
        display: flex;
        flex-direction: column;
        padding: 42px 0 120px 0;
    }
    .ecoContentContainer .sologenicWrapper .ecoContainer {
        display: flex;
        flex-direction: row;
        gap: 3rem;
    }
    .ecoContentContainer .sologenicWrapper .ecoContainer .sologenicEcosystem {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        left: 0rem;
    }
    .ecoContentContainer .sologenicWrapper .ecoContainer .sologenicEcosystem .soloTitlesWrapper {
        display: flex;
        min-width: 30rem;
        padding-right: 3rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        width: 31.7rem;
    }
    .ecoContentContainer .sologenicWrapper .ecoContainer .sologenicEcosystem .soloTitlesWrapper .title {
        flex: 1 0 0;
        /* Header/X-Large */
        font-family: Outfit;
        font-size: 5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 5.5rem */
        letter-spacing: -0.1rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #FFF 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: left;
    }
    .ecoContentContainer .sologenicWrapper .ecoContainer .sologenicEcosystem .soloTitlesWrapper .soloSubtitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Regular/Large */
        font-family: "DM Sans";
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 2.0625rem */
        letter-spacing: -0.025rem;
        text-align: left;
        width: 470px;
    }
    .ecoContentContainer .sologenicWrapper .ecoContainer .ecosystem-desktop {
        width: 35rem;
        height: 35rem;
        flex-shrink: 0;
        fill: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0) 100%);
        backdrop-filter: blur(27.8260860443px);
    }
    .ecoContentContainer .soloNexContainer {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 0.75rem;
        flex: 1 0 0;
        margin-bottom: 10rem;
        margin-top: 10rem;
    }
    .ecoContentContainer .soloNexContainer .tabsAndContentsWrapper {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .ecoContentContainer .soloNexContainer .tabsAndContentsWrapper a {
        color: inherit;
    }
    .ecoContentContainer .soloNexContainer .tabsAndContentsWrapper ul {
        list-style: none;
        padding: 0;
    }
    .ecoContentContainer .soloNexContainer .tabsAndContentsWrapper ul>*+* {
        margin-top: 0px;
    }
    .ecoContentContainer .soloNexContainer .tabsAndContentsWrapper li {
        display: block;
    }
    .ecoContentContainer .soloNexContainer .tabsAndContentsWrapper li a.active {
        display: flex;
    }
    .ecoContentContainer .soloNexContainer .tabsAndContentsWrapper .slider {
        max-width: 1400px;
        color: #fff;
        position: relative;
        display: flex;
        gap: 3rem;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
    }
    .ecoContentContainer .soloNexContainer .tabsAndContentsWrapper .slider .content_container {
        height: 100%;
        width: 100%;
    }
    .ecoContentContainer .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        height: 100%;
        border-left: 4px solid rgba(177, 252, 3, 0.25);
    }
    .ecoContentContainer .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul .activeBorder {
        border-left: 4px solid #B1FC03;
        position: relative;
        right: 4px;
    }
    .ecoContentContainer .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul li {
        text-align: left;
        padding: 1.5rem 3rem;
        width: 536px;
    }
    .ecoContentContainer .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul li .tab {
        color: var(--Text-text-primary, #434343);
        /* Title/X-Small */
        font-family: Outfit;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 1.375rem */
        letter-spacing: -0.025rem;
    }
    .ecoContentContainer .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul li div {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 0.5rem;
    }
    .ecoContentContainer .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul li div h4 {
        color: var(--Text-text-primary, #EEE);
        /* Title/X-Small */
        font-family: Outfit;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 1.375rem */
        letter-spacing: -0.025rem;
        text-align: left;
    }
    .ecoContentContainer .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul li div p {
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        text-align: left;
    }
    .ecoContentContainer .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul li div a {
        margin-top: 1rem;
        display: flex;
        padding: 0.375rem 0.625rem 0.375rem 1rem;
        justify-content: center;
        align-items: center;
        gap: 0.375rem;
        border-radius: 0.375rem;
        background: var(--Background-bg-highlight, #222);
        color: var(--Text-text-secondary, #AAA);
        text-align: center;
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3125rem;
        /* 150% */
        letter-spacing: -0.0175rem;
    }
    .ecoContentContainer .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul li div a .arrow {
        width: 0.9375rem;
        height: 0.9375rem;
    }
    .ecoContentContainer .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul li div a:hover {
        background: var(--Background-bg-tonal, #333);
        color: var(--Text-text-secondary, #AAA);
    }
    .ecoContentContainer .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul li .detailActive {
        display: flex;
    }
    .ecoContentContainer .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul li .firstSlideDisplay {
        display: none;
    }
    .ecoContentContainer .soloNexContainer .tabsAndContentsWrapper .slider .slides {
        position: relative;
        height: 480px;
        width: 100%;
        overflow: hidden;
    }
    .ecoContentContainer .soloNexContainer .tabsAndContentsWrapper .slider .slides .slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 0.5s ease-in-out;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .ecoContentContainer .soloNexContainer .tabsAndContentsWrapper .slider .slides .slide.active {
        opacity: 1;
        z-index: 2;
    }
    .ecoContentContainer .soloNexContainer .tabsAndContentsWrapper .slider .slides .slide .inner_content img {
        height: 480px;
        width: 536px;
    }
    .ecoContentContainer .soloNexContainer .tabsAndContentsWrapper .slider .slider .slides::-webkit-scrollbar {
        display: none;
    }
    .ecoContentContainer .soloNexContainer .tabsAndContentsWrapper .slider .slides .slider .slides .slide:nth-child(even) {
        background-color: palegreen;
    }
    .ecoContentContainer .soloDexMobileContainer {
        display: flex;
        padding: 10rem 2rem;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 5.62%);
    }
    .ecoContentContainer .soloDexMobileContainer .solodexMobile {
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }
    .ecoContentContainer .soloDexMobileContainer .solodexMobile .titleWrapper {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 1rem;
        align-self: stretch;
        width: 100%;
        justify-content: space-between;
    }
    .ecoContentContainer .soloDexMobileContainer .solodexMobile .titleWrapper .title {
        align-self: stretch;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
        padding-right: 3rem;
        background: linear-gradient(180deg, #FFF 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .ecoContentContainer .soloDexMobileContainer .solodexMobile .titleWrapper .subTitleWrapper {
        display: flex;
        padding: 3rem 0rem 0rem 3rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
    }
    .ecoContentContainer .soloDexMobileContainer .solodexMobile .titleWrapper .subTitleWrapper .subTitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 1.85625rem */
        letter-spacing: -0.0225rem;
        text-align: left;
        width: 32rem;
    }
    .ecoContentContainer .soloDexMobileContainer .solodexMobile .titleWrapper .logoWrapper {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        align-self: stretch;
    }
    .ecoContentContainer .soloDexMobileContainer .solodexMobile .titleWrapper .logoWrapper .download {
        display: flex;
        padding: 0.5rem 1rem;
        justify-content: center;
        align-items: center;
        gap: 0.5rem;
        border-radius: 0.5rem;
        background: var(--Background-bg-highlight, #222);
        backdrop-filter: blur(8px);
    }
    .ecoContentContainer .soloDexMobileContainer .solodexMobile .soloDexImgContainer {
        overflow: hidden;
        position: relative;
        height: 40rem;
        margin-bottom: 0rem;
    }
    .ecoContentContainer .soloDexMobileContainer .solodexMobile .soloDexImgContainer img {
        width: 100%;
        overflow: hidden;
        transform: scale(1);
        z-index: -1;
        position: relative;
        left: 0rem;
        top: 0;
        margin-left: 0rem;
        height: 100%;
    }
    .ecoContentContainer .roadmapContainer {
        display: flex;
        padding: 10rem 2rem;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 18.67%);
    }
    .ecoContentContainer .roadmapContainer .roadMap {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        align-self: stretch;
    }
    .ecoContentContainer .roadmapContainer .roadMap .roadmapTitle {
        display: flex;
        padding-right: 3rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        flex: 1 0 0;
        align-self: stretch;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
        background: linear-gradient(180deg, #FFF 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        height: max-content;
    }
    .ecoContentContainer .roadmapContainer .roadMap .roadMapSubtitleContainer {
        display: flex;
        padding: 3rem 0rem 0rem 3rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
        flex: 1 0 0;
    }
    .ecoContentContainer .roadmapContainer .roadMap .roadMapSubtitleContainer .subTitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 1.85625rem */
        letter-spacing: -0.0225rem;
        text-align: left;
    }
    .ecoContentContainer .roadmapContainer .roadMap .roadMapSubtitleContainer .btnWrapper {
        display: flex;
        padding: 0.375rem 0.625rem 0.375rem 1rem;
        justify-content: center;
        align-items: center;
        gap: 0.375rem;
        border-radius: 0.375rem;
        background: var(--Background-bg-highlight, #222);
    }
    .ecoContentContainer .roadmapContainer .roadMap .roadMapSubtitleContainer .btnWrapper p {
        color: var(--Text-text-secondary, #AAA);
        text-align: center;
        /* Text/Medium/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .ecoContentContainer .roadmapContainer .roadMap .roadMapSubtitleContainer .btnWrapper:hover {
        background: var(--Background-bg-tonal, #333);
        color: var(--Text-text-secondary, #AAA);
    }
}

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

@media (min-width: 280px) {
    .containerWidth {
        width: 327px;
        max-width: 327px;
    }
    .headerWidth {
        width: 351px;
        max-width: 351px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .communityContainer .soloCommunityContainer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 3rem;
    }
    .communityContainer .soloCommunityContainer .communityTitleWrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
        align-self: stretch;
        padding: 3rem 0rem 3rem 0rem;
        position: relative;
        z-index: 3;
    }
    .communityContainer .soloCommunityContainer .communityTitleWrapper .community-dotBackground {
        z-index: 1;
        position: absolute;
        width: 83vw;
        height: 490px;
        top: 48px;
        object-fit: cover;
        align-self: center;
        opacity: 1;
    }
    .communityContainer .soloCommunityContainer .communityTitleWrapper .community-mobile {
        display: flex;
        position: relative;
        z-index: 5;
        margin-top: 2.5rem;
    }
    .communityContainer .soloCommunityContainer .communityTitleWrapper .community-desktop {
        display: none;
    }
    .communityContainer .soloCommunityContainer .communityTitleWrapper .communityTitle {
        flex: 1 0 0;
        /* Header/Medium */
        font-family: Outfit;
        font-size: 3.5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.85rem */
        letter-spacing: -0.07rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #FFF 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .communityContainer .soloCommunityContainer .communityTitleWrapper .communitySubtitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 1.85625rem */
        letter-spacing: -0.0225rem;
    }
    .communityContainer .soloCommunityContainer .communityTitleWrapper .communitySubtitle .desktopBreaker {
        display: none;
    }
    .communityContainer .soloCommunityContainer .communityTitleWrapper .communitySubtitle .mobileBreaker {
        display: none;
    }
    .communityContainer .soloCommunityContainer .communityTitleWrapper .communitySubtitle .tabletBreaker {
        display: none;
    }
    .communityContainer .soloCommunityContainer img {
        width: 100%;
        align-self: stretch;
    }
    .communityContainer .followWrapper {
        display: flex;
        padding: 5rem 1.5rem;
        justify-content: center;
        align-items: center;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 18.67%);
    }
    .communityContainer .followWrapper .followContainer {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 3rem;
        flex: 1 0 0;
        display: flex;
        flex-direction: column;
    }
    .communityContainer .followWrapper .followContainer .followTitleContainer {
        display: flex;
        flex-direction: column;
        width: 100%;
        text-align: left;
        gap: 0.75rem;
    }
    .communityContainer .followWrapper .followContainer .followTitleContainer .followTitle {
        align-self: stretch;
        /* Title/Large */
        font-family: Outfit;
        font-size: 2.5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 2.75rem */
        letter-spacing: -0.05rem;
        background: linear-gradient(180deg, #FFF 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .communityContainer .followWrapper .followContainer .followTitleContainer .followSubtitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        width: 327px;
    }
    .communityContainer .followWrapper .followContainer .socialMedia {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        gap: 0.5rem;
        width: 100%;
        column-gap: 0.5rem;
    }
    .communityContainer .followWrapper .followContainer .socialMedia .socialWrapper {
        display: flex;
        padding: 1.5rem;
        flex-direction: column;
        align-items: flex-start;
        flex: 1 0 0;
        border-radius: 1rem;
        background: #040404;
    }
    .communityContainer .followWrapper .followContainer .socialMedia .socialWrapper .twitter {
        width: 1.5rem;
        height: 1.5rem;
    }
    .communityContainer .followWrapper .followContainer .socialMedia .socialWrapper .followers {
        align-self: stretch;
        color: var(--Text-text-primary, #EEE);
        /* Text/Medium/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
    }
    .communityContainer .followWrapper .followContainer .socialMedia .socialWrapper .followers span {
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        letter-spacing: -0.02rem;
    }
    .communityContainer .followWrapper .followContainer .socialMedia .socialWrapper .socialTitle {
        align-self: stretch;
        color: var(--Text-text-primary, #EEE);
        font-family: Outfit;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 1.375rem */
        letter-spacing: -0.025rem;
        margin-top: 1.5rem;
        margin-bottom: 0.5rem;
    }
}

@media (min-width: 768px) {
    .containerWidth {
        width: 704px;
        max-width: 704px;
    }
    .headerWidth {
        width: 736px;
        max-width: 736px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .communityContainer .soloCommunityContainer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 3rem;
        padding: 90px 36px 80px 36px;
    }
    .communityContainer .soloCommunityContainer .communityTitleWrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
        align-self: stretch;
        padding: 0rem;
    }
    .communityContainer .soloCommunityContainer .communityTitleWrapper .community-dotBackground {
        z-index: 1;
        position: absolute;
        width: 83vw;
        height: 490px;
        top: 90px;
        object-fit: cover;
        align-self: center;
        opacity: 1;
    }
    .communityContainer .soloCommunityContainer .communityTitleWrapper .community-desktop {
        display: flex;
        height: 350px;
        object-fit: cover;
        margin-top: 0px;
    }
    .communityContainer .soloCommunityContainer .communityTitleWrapper .community-mobile {
        display: none;
    }
    .communityContainer .soloCommunityContainer .communityTitleWrapper .communityTitle {
        flex: 1 0 0;
        text-align: center;
        /* Header/X-Large */
        font-family: Outfit;
        font-size: 5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 5.5rem */
        letter-spacing: -0.1rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #FFF 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        position: relative;
        z-index: 5;
    }
    .communityContainer .soloCommunityContainer .communityTitleWrapper .communitySubtitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #AAA);
        text-align: center;
        /* Text/Regular/Large */
        font-family: "DM Sans";
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 2.0625rem */
        letter-spacing: -0.025rem;
        padding: 0rem 7.5rem;
        margin-bottom: 2.25rem;
        position: relative;
        z-index: 5;
    }
    .communityContainer .soloCommunityContainer img {
        width: 100%;
        align-self: stretch;
    }
    .communityContainer .followWrapper {
        display: flex;
        padding: 10rem 2rem;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 18.67%);
    }
    .communityContainer .followWrapper .followContainer {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 3rem;
        flex: 1 0 0;
        display: flex;
        flex-direction: column;
    }
    .communityContainer .followWrapper .followContainer .followTitleContainer {
        display: flex;
        flex-direction: column;
        width: 100%;
        text-align: left;
        gap: 0.75rem;
    }
    .communityContainer .followWrapper .followContainer .followTitleContainer .followTitle {
        display: flex;
        padding-right: 3rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        flex: 1 0 0;
        align-self: stretch;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
        background: linear-gradient(180deg, #FFF 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .communityContainer .followWrapper .followContainer .followTitleContainer .followSubtitle {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
        flex: 1 0 0;
        align-self: stretch;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 1.85625rem */
        letter-spacing: -0.0225rem;
        width: 544px;
        padding: 0rem;
    }
    .communityContainer .followWrapper .followContainer .socialMedia {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 8px;
    }
    .communityContainer .followWrapper .followContainer .socialMedia .socialWrapper {
        display: flex;
        padding: 1.5rem;
        flex-direction: column;
        align-items: flex-start;
        flex: 1 0 0;
        border-radius: 1rem;
        background: #040404;
    }
    .communityContainer .followWrapper .followContainer .socialMedia .socialWrapper .twitter {
        width: 1.5rem;
        height: 1.5rem;
    }
    .communityContainer .followWrapper .followContainer .socialMedia .socialWrapper .followers {
        align-self: stretch;
        color: var(--Text-text-primary, #EEE);
        /* Text/Medium/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
    }
    .communityContainer .followWrapper .followContainer .socialMedia .socialWrapper .followers span {
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        letter-spacing: -0.02rem;
    }
    .communityContainer .followWrapper .followContainer .socialMedia .socialWrapper .socialTitle {
        align-self: stretch;
        color: var(--Text-text-primary, #EEE);
        font-family: Outfit;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 1.375rem */
        letter-spacing: -0.025rem;
    }
}

@media (min-width: 1024px) {
    .containerWidth {
        width: 960px;
        max-width: 960px;
        margin: 0px auto 0px auto;
    }
    .headerWidth {
        max-width: 976px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .communityContainer .soloCommunityContainer {
        padding: 82px 36px 80px 36px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 3rem;
    }
    .communityContainer .soloCommunityContainer .communityTitleWrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
        align-self: stretch;
    }
    .communityContainer .soloCommunityContainer .communityTitleWrapper .community-dotBackground {
        z-index: 1;
        position: absolute;
        width: 83vw;
        height: 526px;
        top: -125px;
        object-fit: cover;
        align-self: center;
        opacity: 1;
    }
    .communityContainer .soloCommunityContainer .communityTitleWrapper .community-desktop {
        display: flex;
        margin-top: 70px;
        margin-bottom: 68px;
    }
    .communityContainer .soloCommunityContainer .communityTitleWrapper .communityTitle {
        flex: 1 0 0;
        text-align: center;
        /* Header/X-Large */
        font-family: Outfit;
        font-size: 5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        /* 5.5rem */
        letter-spacing: -0.1rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #FFF 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .communityContainer .soloCommunityContainer .communityTitleWrapper .communitySubtitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #AAA);
        text-align: center;
        /* Text/Regular/Large */
        font-family: "DM Sans";
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 2.0625rem */
        letter-spacing: -0.025rem;
        padding: 0rem 15rem;
        margin: 0 auto 2.25rem auto;
        padding: 0rem;
        width: 30rem;
    }
    .communityContainer .soloCommunityContainer img {
        width: 100%;
        align-self: stretch;
    }
    .communityContainer .followWrapper .followContainer {
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }
    .communityContainer .followWrapper .followContainer .followTitleContainer {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        text-align: left;
        gap: 6rem;
    }
    .communityContainer .followWrapper .followContainer .followTitleContainer .followTitle {
        display: flex;
        padding-right: 3rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        flex: 1 0 0;
        align-self: stretch;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
        background: linear-gradient(180deg, #FFF 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .communityContainer .followWrapper .followContainer .followTitleContainer .followSubtitle {
        display: flex;
        padding: 3rem 0rem 0rem 0rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
        flex: 1 0 0;
        align-self: stretch;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 1.85625rem */
        letter-spacing: -0.0225rem;
        width: 512px;
    }
    .communityContainer .followWrapper .followContainer .socialMedia {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 0.5rem;
    }
    .communityContainer .followWrapper .followContainer .socialMedia .socialWrapper {
        display: flex;
        padding: 1.5rem;
        flex-direction: column;
        align-items: flex-start;
        flex: 1 0 0;
        border-radius: 1rem;
        background: #040404;
    }
    .communityContainer .followWrapper .followContainer .socialMedia .socialWrapper:hover {
        background: #121212;
        transition: background 0.3s ease, transform 0.3s ease;
    }
    .communityContainer .followWrapper .followContainer .socialMedia .socialWrapper .twitter {
        width: 1.5rem;
        height: 1.5rem;
    }
    .communityContainer .followWrapper .followContainer .socialMedia .socialWrapper .followers {
        align-self: stretch;
        color: var(--Text-text-primary, #EEE);
        /* Text/Medium/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
    }
    .communityContainer .followWrapper .followContainer .socialMedia .socialWrapper .followers span {
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        letter-spacing: -0.02rem;
    }
    .communityContainer .followWrapper .followContainer .socialMedia .socialWrapper .socialTitle {
        align-self: stretch;
        color: var(--Text-text-primary, #EEE);
        font-family: Outfit;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 1.375rem */
        letter-spacing: -0.025rem;
    }
}

@media (min-width: 1281px) {
    .containerWidth {
        width: 1120px;
        max-width: 1120px;
        margin: 0px auto 0px auto;
    }
    .headerWidth {
        width: 1152px;
        max-width: 1152px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .communityContainer .soloCommunityContainer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 3rem;
    }
    .communityContainer .soloCommunityContainer .communityTitleWrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
        align-self: stretch;
    }
    .communityContainer .soloCommunityContainer .communityTitleWrapper .community-mobile {
        display: none;
    }
    .communityContainer .soloCommunityContainer .communityTitleWrapper .community-desktop {
        display: flex;
        margin-top: 0px;
        margin-bottom: 0px;
        height: 490px;
    }
    .communityContainer .soloCommunityContainer .communityTitleWrapper .communityTitle {
        flex: 1 0 0;
        text-align: center;
        /* Header/X-Large */
        font-family: Outfit;
        font-size: 5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        /* 5.5rem */
        letter-spacing: -0.1rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #FFF 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .communityContainer .soloCommunityContainer .communityTitleWrapper .communitySubtitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #AAA);
        text-align: center;
        /* Text/Regular/Large */
        font-family: "DM Sans";
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 2.0625rem */
        letter-spacing: -0.025rem;
        width: 640px;
    }
    .communityContainer .soloCommunityContainer .communityTitleWrapper .communitySubtitle .desktopBreaker {
        display: block;
    }
    .communityContainer .soloCommunityContainer .communityTitleWrapper .communitySubtitle .mobileBreaker {
        display: none;
    }
    .communityContainer .soloCommunityContainer .communityTitleWrapper .communitySubtitle .tabletBreaker {
        display: none;
    }
    .communityContainer .soloCommunityContainer img {
        width: 100%;
        align-self: stretch;
    }
    .communityContainer .followWrapper {
        display: flex;
        padding: 10rem 2rem;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 18.67%);
    }
    .communityContainer .followWrapper .followContainer {
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }
    .communityContainer .followWrapper .followContainer .followTitleContainer {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        text-align: left;
        gap: 6rem;
    }
    .communityContainer .followWrapper .followContainer .followTitleContainer .followTitle {
        display: flex;
        padding-right: 2rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        flex: 1 0 0;
        align-self: stretch;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
        background: linear-gradient(180deg, #FFF 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .communityContainer .followWrapper .followContainer .followTitleContainer .followSubtitle {
        display: flex;
        padding: 3rem 0rem 0rem 0rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
        flex: 1 0 0;
        align-self: stretch;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 1.85625rem */
        letter-spacing: -0.0225rem;
        width: 32rem;
    }
    .communityContainer .followWrapper .followContainer .socialMedia {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 10px;
        width: 100%;
    }
    .communityContainer .followWrapper .followContainer .socialMedia .socialWrapper {
        display: flex;
        padding: 1.5rem;
        flex-direction: column;
        align-items: flex-start;
        flex: 1 0 0;
        border-radius: 1rem;
        background: #040404;
    }
    .communityContainer .followWrapper .followContainer .socialMedia .socialWrapper:hover {
        background: #121212;
        transition: background 0.3s ease, transform 0.3s ease;
    }
    .communityContainer .followWrapper .followContainer .socialMedia .socialWrapper .twitter {
        width: 1.5rem;
        height: 1.5rem;
    }
    .communityContainer .followWrapper .followContainer .socialMedia .socialWrapper .followers {
        align-self: stretch;
        color: var(--Text-text-primary, #EEE);
        /* Text/Medium/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
    }
    .communityContainer .followWrapper .followContainer .socialMedia .socialWrapper .followers span {
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        letter-spacing: -0.02rem;
    }
    .communityContainer .followWrapper .followContainer .socialMedia .socialWrapper .socialTitle {
        align-self: stretch;
        color: var(--Text-text-primary, #EEE);
        font-family: Outfit;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 1.375rem */
        letter-spacing: -0.025rem;
        margin-top: 1.5rem;
        margin-bottom: 0.5rem;
    }
}

@media (min-width: 280px) {
    .containerWidth {
        width: 327px;
        max-width: 327px;
    }
    .headerWidth {
        width: 351px;
        max-width: 351px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .mediaPage {
        display: flex;
        flex-direction: column;
    }
    .mediaPage .sectionContainer {
        display: flex;
        padding: 3rem 2rem 5rem 2rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-self: stretch;
    }
    .mediaPage .soloMedia {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 3rem;
    }
    .mediaPage .soloMedia .titleWrappper {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
        align-self: stretch;
    }
    .mediaPage .soloMedia .titleWrappper .title {
        flex: 1 0 0;
        text-align: left;
        /* Header/X-Large */
        font-family: Outfit;
        font-size: 5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 5.5rem */
        letter-spacing: -0.1rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #fff 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .mediaPage .soloMedia .titleWrappper .subTitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        text-align: left;
        /* Text/Regular/Large */
        font-family: "DM Sans";
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 400;
        line-height: 165%;
        /* 2.0625rem */
        letter-spacing: -0.025rem;
        width: 327px;
    }
    .mediaPage .soloMedia .btnWrapper {
        display: flex;
        padding: 0.5rem 1.5rem;
        justify-content: center;
        align-items: center;
        gap: 0.25rem;
        border-radius: 0.375rem;
        background: #B1FC03;
    }
    .mediaPage .soloMedia .btnWrapper:hover {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        gap: 0.25rem;
        border-radius: 0.375rem;
        color: #B1FC03;
        border: 1px solid #B1FC03;
        background: black;
    }
    .mediaPage .soloMedia .btnWrapper .btnText {
        color: #121212;
        text-align: center;
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3125rem;
        /* 150% */
        letter-spacing: -0.0175rem;
    }
    .mediaPage .soloMedia .btnWrapper .btnText:hover {
        color: #B1FC03;
    }
    .mediaPage .soloMedia .btnWrapper .btnText a {
        color: #121212;
        text-align: center;
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3125rem;
        /* 150% */
        letter-spacing: -0.0175rem;
    }
    .mediaPage .soloMedia .btnWrapper .btnText a:hover {
        color: #B1FC03;
    }
    .mediaPage .soloMedia .heroCoverImg {
        margin-top: 3rem;
        width: 100%;
    }
    .mediaPage .soloMedia .heroCoverImg img {
        transform: scale(1.5);
    }
    .mediaPage .latestNews {
        display: flex;
        flex-direction: column;
        gap: 3rem;
        height: 100%;
    }
    .mediaPage .latestNews .latestTitle {
        align-self: stretch;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .mediaPage .latestNews .paginationContainer {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 2rem;
    }
    .mediaPage .latestNews .paginationContainer .item-list {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 2rem;
        justify-content: flex-start;
    }
    .mediaPage .latestNews .paginationContainer .item-list li {
        width: 100%;
    }
    .mediaPage .latestNews .paginationContainer .item-list li .newsWrapper {
        width: 100%;
        display: flex;
        height: 100%;
        align-items: flex-start;
        gap: 32px;
        align-self: stretch;
        border-bottom: none;
        flex-direction: column;
    }
    .mediaPage .latestNews .paginationContainer .item-list li .newsWrapper .logoWrapper {
        width: 100%;
        height: 10rem;
        border-radius: 0.5rem;
        background: var(--Icons-icon-active, #eee);
        align-items: center;
        justify-content: center;
        display: flex;
        position: relative;
    }
    .mediaPage .latestNews .paginationContainer .item-list li .newsWrapper .logoWrapper .dotLogo {
        width: 15rem;
        height: 7.5rem;
        border-radius: 0.5rem;
        background: var(--Icons-icon-active, #eee);
        position: absolute;
        z-index: 1;
        width: 18.5rem;
        height: 10rem;
        flex-shrink: 0;
    }
    .mediaPage .latestNews .paginationContainer .item-list li .newsWrapper .logoWrapper .logo {
        display: flex;
        width: 6.6875rem;
        height: auto;
        padding: 0.0625rem 0rem;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        border-radius: 1.5rem;
        position: relative;
        z-index: 2;
    }
    .mediaPage .latestNews .paginationContainer .item-list li .newsWrapper .contentWrapper {
        display: flex;
        padding: 1.75rem 0rem;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        gap: 0.5rem;
        flex: 1 0 0;
        align-self: stretch;
        width: 100%;
        margin-top: -1rem;
        margin-bottom: 1rem;
    }
    .mediaPage .latestNews .paginationContainer .item-list li .newsWrapper .contentWrapper .title {
        align-self: stretch;
        color: var(--Text-text-primary, #eee);
        /* Text/Medium/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 500;
        line-height: 165%;
        /* 1.85625rem */
        letter-spacing: -0.0225rem;
    }
    .mediaPage .latestNews .paginationContainer .item-list li .newsWrapper .contentWrapper .subTitleWrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
    }
    .mediaPage .latestNews .paginationContainer .item-list li .newsWrapper .contentWrapper .subTitleWrapper .date {
        color: var(--Text-text-grey, #666);
        text-align: right;
        /* Text/Light/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .mediaPage .latestNews .paginationContainer .item-list li .newsWrapper .contentWrapper .subTitleWrapper .viewBtn {
        display: flex;
        padding: 0.375rem 0.625rem 0.375rem 1rem;
        justify-content: center;
        align-items: center;
        gap: 0.375rem;
        border-radius: 0.375rem;
        background: var(--Background-bg-highlight, #222);
    }
    .mediaPage .latestNews .paginationContainer .item-list li .newsWrapper .contentWrapper .subTitleWrapper .viewBtn p {
        color: var(--Text-text-secondary, #aaa);
        text-align: center;
        /* Text/Medium/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .mediaPage .latestNews .paginationContainer .item-list li:last-child .newsWrapper {
        border-bottom: none;
    }
    .mediaPage .latestNews .paginationContainer .paginate {
        padding: 32px 64px;
        display: flex;
        justify-content: space-between;
        border-radius: 64px;
        gap: 5rem;
    }
    .mediaPage .latestNews .paginationContainer .paginate button {
        background-color: transparent;
        border: none;
    }
    .mediaPage .latestNews .paginationContainer .paginate .prevBtn,
    .mediaPage .latestNews .paginationContainer .paginate .nextBtn {
        cursor: pointer;
        display: flex;
        align-items: center;
        font-size: 16px;
        font-weight: 500;
        color: #2a3b52;
    }
    .mediaPage .latestNews .paginationContainer .paginate .nextBtn-icon,
    .mediaPage .latestNews .paginationContainer .paginate .prevBtn-icon {
        display: flex;
        width: 2rem;
    }
    .mediaPage .latestNews .paginationContainer .paginate .prevBtn img {
        margin-right: 6px;
    }
    .mediaPage .latestNews .paginationContainer .paginate .nextBtn img {
        margin-left: 6px;
    }
    .mediaPage .latestNews .paginationContainer .paginate .prevBtn img,
    .mediaPage .latestNews .paginationContainer .paginate .nextBtn img {
        color: #2a3b52;
    }
    .mediaPage .latestNews .paginationContainer .paginate button[disabled].prevBtn,
    .mediaPage .latestNews .paginationContainer .paginate button[disabled].nextBtn {
        cursor: not-allowed;
        color: rgb(156 163 175/var(--tw-text-opacity));
    }
    .mediaPage .latestNews .paginationContainer .paginate .containerBtns {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .mediaPage .latestNews .paginationContainer .paginate .leftContainer {
        display: flex;
        /*   width: 190px; */
        justify-content: end;
    }
    .mediaPage .latestNews .paginationContainer .paginate .leftContainer button {
        display: flex;
        width: 2.25rem;
        height: 2.25rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: var(--Text-text-grey, #666);
        text-align: center;
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.25rem;
        /* 142.857% */
    }
    .mediaPage .latestNews .paginationContainer .paginate .rightContainer {
        display: flex;
        /*   width: 190px; */
        justify-content: start;
    }
    .mediaPage .latestNews .paginationContainer .paginate .rightContainer button {
        display: flex;
        width: 2.25rem;
        height: 2.25rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: var(--Text-text-grey, #666);
        text-align: center;
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.25rem;
        /* 142.857% */
    }
    .mediaPage .latestNews .paginationContainer .paginate .activeBtn {
        display: flex;
        width: 2.25rem;
        height: 2.25rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 0.25rem;
        background: var(--Background-bg-light, #1a1a1a);
        font-size: 14px;
    }
    .mediaPage .latestNews .paginationContainer .paginate-details {
        margin-top: 16px;
        font-weight: 500;
        text-align: center;
    }
    .mediaPage .backgroundTheme {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 18.67%), linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 18.67%);
    }
    .mediaPage .brandGuideline {
        display: flex;
        padding-right: 0rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 5rem;
        position: relative;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer {
        width: 100%;
        display: flex;
        padding-right: 0rem;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 3rem;
        position: relative;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent {
        display: flex;
        padding-right: 0rem;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 3rem;
        width: 100%;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .title {
        align-self: stretch;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .subTitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 1.85625rem */
        letter-spacing: -0.0225rem;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .btnWrapper {
        display: flex;
        padding: 0.375rem 0.625rem 0.375rem 1rem;
        justify-content: center;
        align-items: center;
        gap: 0.375rem;
        border-radius: 0.375rem;
        background: var(--Background-bg-highlight, #222);
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .btnWrapper:hover {
        background: var(--Background-bg-tonal, #333);
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .btnWrapper .downloadBtn {
        gap: 0.1rem;
        color: var(--Text-text-secondary, #aaa);
        text-align: center;
        /* Text/Medium/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .btnWrapper .downloadBtn svg {
        top: 0.02rem;
        position: relative;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .logos {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: 0rem;
        width: 100%;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .logos .logoRow {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 4rem;
        width: 100%;
        height: fit-content;
        border-top: 1px solid #121212;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 1rem;
        width: 100%;
        height: 8rem;
        border-top: 1px solid #121212;
        flex-direction: column;
        padding: 2rem 0;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .logos .logoRow .logoImg {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .logos .logoRow div {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .logos .logoRow div a {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.4rem;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .logos .logoRow div a span {
        color: var(--Text-text-secondary, #aaa);
        text-align: center;
        /* Text/Medium/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .logos .logoRow div a img {
        width: 0.6rem;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .logos .logoRow div a .redArrow {
        display: none;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .logos .logoRow div a .whiteArrow {
        display: flex;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .logos .logoRow div a:hover {
        background: #B1FC03;
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .logos .logoRow div a:hover .redArrow {
        display: flex;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .logos .logoRow div a:hover .whiteArrow {
        display: none;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandLogo {
        display: none;
        width: 50%;
        flex-shrink: 0;
        position: absolute;
        right: -4rem;
        top: -3rem;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandLogo img {
        height: 57rem;
        width: 162%;
    }
    .mediaPage .brandGuideline .logosContent {
        max-width: 70rem;
        align-self: stretch;
        color: var(--Text-text-grey, #666);
        font-family: "DM Sans";
        font-size: 0.75rem;
        font-style: italic;
        font-weight: 300;
        line-height: 150%;
        /* 1.125rem */
        letter-spacing: -0.015rem;
    }
}

@media (min-width: 768px) {
    .containerWidth {
        width: 704px;
        max-width: 704px;
    }
    .headerWidth {
        width: 736px;
        max-width: 736px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .mediaPage {
        display: flex;
        flex-direction: column;
    }
    .mediaPage .sectionContainer {
        display: flex;
        padding: 5.5rem 2rem 5rem 2rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-self: stretch;
    }
    .mediaPage .soloMedia {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 3rem;
    }
    .mediaPage .soloMedia .titleWrappper {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
        align-self: stretch;
    }
    .mediaPage .soloMedia .titleWrappper .title {
        flex: 1 0 0;
        text-align: center;
        /* Header/X-Large */
        font-family: Outfit;
        font-size: 5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 5.5rem */
        letter-spacing: -0.1rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #fff 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .mediaPage .soloMedia .titleWrappper .subTitle {
        align-self: center;
        color: var(--Text-text-secondary, #aaa);
        text-align: center;
        /* Text/Regular/Large */
        font-family: "DM Sans";
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 2.0625rem */
        letter-spacing: -0.025rem;
        width: 544px;
    }
    .mediaPage .soloMedia .btnWrapper {
        display: flex;
        padding: 0.5rem 1.5rem;
        justify-content: center;
        align-items: center;
        gap: 0.25rem;
        border-radius: 0.375rem;
        background: #B1FC03;
    }
    .mediaPage .soloMedia .btnWrapper .btnText {
        color: #121212;
        text-align: center;
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3125rem;
        /* 150% */
        letter-spacing: -0.0175rem;
    }
    .mediaPage .soloMedia .btnWrapper .btnText:hover {
        color: #B1FC03;
    }
    .mediaPage .soloMedia .heroCoverImg {
        margin-top: 5rem;
        width: 100%;
    }
    .mediaPage .soloMedia .heroCoverImg img {
        transform: scale(1.5);
    }
    .mediaPage .latestNews {
        display: flex;
        flex-direction: column;
        gap: 3rem;
        height: 100%;
        width: 100%;
    }
    .mediaPage .latestNews .latestTitle {
        align-self: stretch;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .mediaPage .latestNews .paginationContainer {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 2rem;
    }
    .mediaPage .latestNews .paginationContainer .item-list {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        justify-content: flex-start;
    }
    .mediaPage .latestNews .paginationContainer .item-list li {
        width: 100%;
    }
    .mediaPage .latestNews .paginationContainer .item-list li .newsWrapper {
        width: 100%;
        display: flex;
        height: 144px;
        align-items: flex-start;
        gap: 32px;
        align-self: stretch;
        flex-direction: row;
        border-bottom: 1px solid #121212;
    }
    .mediaPage .latestNews .paginationContainer .item-list li .newsWrapper .logoWrapper {
        background-size: cover;
        width: 15rem;
        height: 7.5rem;
        border-radius: 0.5rem;
        background: var(--Icons-icon-active, #eee);
        align-items: center;
        justify-content: center;
        display: flex;
        overflow: hidden;
    }
    .mediaPage .latestNews .paginationContainer .item-list li .newsWrapper .logoWrapper .logo {
        display: flex;
        width: 5.6875rem;
        height: 1.75rem;
        padding: 0.0625rem 0rem;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        border-radius: 1.5rem;
        z-index: 2;
    }
    .mediaPage .latestNews .paginationContainer .item-list li .newsWrapper .contentWrapper {
        display: flex;
        padding: 1.75rem 0rem;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        gap: 0.5rem;
        flex: 1 0 0;
        align-self: stretch;
        width: 100%;
        margin-top: -1rem;
        margin-bottom: 1rem;
    }
    .mediaPage .latestNews .paginationContainer .item-list li .newsWrapper .contentWrapper .title {
        align-self: stretch;
        color: var(--Text-text-primary, #eee);
        /* Text/Medium/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 500;
        line-height: 165%;
        /* 1.85625rem */
        letter-spacing: -0.0225rem;
    }
    .mediaPage .latestNews .paginationContainer .item-list li .newsWrapper .contentWrapper .subTitleWrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
    }
    .mediaPage .latestNews .paginationContainer .item-list li .newsWrapper .contentWrapper .subTitleWrapper .date {
        color: var(--Text-text-grey, #666);
        text-align: right;
        /* Text/Light/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .mediaPage .latestNews .paginationContainer .item-list li .newsWrapper .contentWrapper .subTitleWrapper .viewBtn {
        display: flex;
        padding: 0.375rem 0.625rem 0.375rem 1rem;
        justify-content: center;
        align-items: center;
        gap: 0.375rem;
        border-radius: 0.375rem;
        background: var(--Background-bg-highlight, #222);
    }
    .mediaPage .latestNews .paginationContainer .item-list li .newsWrapper .contentWrapper .subTitleWrapper .viewBtn:hover {
        background: var(--Background-bg-tonal, #333);
    }
    .mediaPage .latestNews .paginationContainer .item-list li .newsWrapper .contentWrapper .subTitleWrapper .viewBtn p {
        color: var(--Text-text-secondary, #aaa);
        text-align: center;
        /* Text/Medium/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .mediaPage .latestNews .paginationContainer .item-list li:last-child .newsWrapper {
        border-bottom: none;
    }
    .mediaPage .latestNews .paginationContainer .paginate {
        padding: 32px 64px;
        display: flex;
        justify-content: space-between;
        border-radius: 64px;
        gap: 5rem;
    }
    .mediaPage .latestNews .paginationContainer .paginate button {
        background-color: transparent;
        border: none;
    }
    .mediaPage .latestNews .paginationContainer .paginate .prevBtn,
    .mediaPage .latestNews .paginationContainer .paginate .nextBtn {
        cursor: pointer;
        display: flex;
        align-items: center;
        font-size: 16px;
        font-weight: 500;
        color: #2a3b52;
    }
    .mediaPage .latestNews .paginationContainer .paginate .nextBtn-icon,
    .mediaPage .latestNews .paginationContainer .paginate .prevBtn-icon {
        display: flex;
        width: 2rem;
    }
    .mediaPage .latestNews .paginationContainer .paginate .prevBtn img {
        margin-right: 6px;
    }
    .mediaPage .latestNews .paginationContainer .paginate .nextBtn img {
        margin-left: 6px;
    }
    .mediaPage .latestNews .paginationContainer .paginate .prevBtn img,
    .mediaPage .latestNews .paginationContainer .paginate .nextBtn img {
        color: #2a3b52;
    }
    .mediaPage .latestNews .paginationContainer .paginate button[disabled].prevBtn,
    .mediaPage .latestNews .paginationContainer .paginate button[disabled].nextBtn {
        cursor: not-allowed;
        color: rgb(156 163 175/var(--tw-text-opacity));
    }
    .mediaPage .latestNews .paginationContainer .paginate .containerBtns {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .mediaPage .latestNews .paginationContainer .paginate .leftContainer {
        display: flex;
        /*   width: 190px; */
        justify-content: end;
    }
    .mediaPage .latestNews .paginationContainer .paginate .leftContainer button {
        display: flex;
        width: 2.25rem;
        height: 2.25rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: var(--Text-text-grey, #666);
        text-align: center;
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.25rem;
        /* 142.857% */
    }
    .mediaPage .latestNews .paginationContainer .paginate .rightContainer {
        display: flex;
        /*   width: 190px; */
        justify-content: start;
    }
    .mediaPage .latestNews .paginationContainer .paginate .rightContainer button {
        display: flex;
        width: 2.25rem;
        height: 2.25rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: var(--Text-text-grey, #666);
        text-align: center;
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.25rem;
        /* 142.857% */
    }
    .mediaPage .latestNews .paginationContainer .paginate .activeBtn {
        display: flex;
        width: 2.25rem;
        height: 2.25rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 0.25rem;
        background: var(--Background-bg-light, #1a1a1a);
        font-size: 14px;
    }
    .mediaPage .latestNews .paginationContainer .paginate-details {
        margin-top: 16px;
        font-weight: 500;
        text-align: center;
    }
    .mediaPage .backgroundTheme {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 18.67%), linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 18.67%);
    }
    .mediaPage .brandGuideline {
        display: flex;
        padding-right: 0rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 5rem;
        position: relative;
        padding: 5rem 0rem;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer {
        width: 100%;
        display: flex;
        padding-right: 0rem;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 3rem;
        position: relative;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent {
        display: flex;
        padding-right: 0rem;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 3rem;
        width: 100%;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .title {
        align-self: stretch;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .subTitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        letter-spacing: -0.0225rem;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .btnWrapper {
        display: flex;
        padding: 0.375rem 0.625rem 0.375rem 1rem;
        justify-content: center;
        align-items: center;
        gap: 0.375rem;
        border-radius: 0.375rem;
        background: var(--Background-bg-highlight, #222);
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .btnWrapper .downloadBtn {
        gap: 0.1rem;
        color: var(--Text-text-secondary, #aaa);
        text-align: center;
        /* Text/Medium/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .btnWrapper .downloadBtn svg {
        top: 0.02rem;
        position: relative;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .logos {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: 0rem;
        width: 100%;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .logos .logoRow {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 4rem;
        width: 100%;
        height: fit-content;
        border-top: 1px solid #121212;
        flex-direction: row;
        padding: 0;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .logos .logoRow .logoImg {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .logos .logoRow div {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .logos .logoRow div a {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.4rem;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .logos .logoRow div a span {
        color: var(--Text-text-secondary, #aaa);
        text-align: center;
        /* Text/Medium/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .logos .logoRow div a img {
        width: 0.6rem;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandLogo {
        display: none;
        width: 50%;
        flex-shrink: 0;
        position: absolute;
        right: -4rem;
        top: -3rem;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandLogo img {
        height: 57rem;
        width: 162%;
    }
    .mediaPage .brandGuideline .logosContent {
        max-width: 70rem;
        align-self: stretch;
        color: var(--Text-text-grey, #666);
        font-family: "DM Sans";
        font-size: 0.75rem;
        font-style: italic;
        font-weight: 300;
        line-height: 150%;
        /* 1.125rem */
        letter-spacing: -0.015rem;
    }
}

@media (min-width: 1024px) {
    .containerWidth {
        width: 960px;
        max-width: 960px;
        margin: 0px auto 0px auto;
    }
    .headerWidth {
        max-width: 976px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .mediaPage {
        display: flex;
        flex-direction: column;
    }
    .mediaPage .sectionContainer {
        display: flex;
        padding: 5.5rem 2rem 5rem 2rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-self: stretch;
    }
    .mediaPage .soloMedia {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 3rem;
    }
    .mediaPage .soloMedia .titleWrappper {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
        align-self: center;
    }
    .mediaPage .soloMedia .titleWrappper .title {
        flex: 1 0 0;
        text-align: center;
        /* Header/X-Large */
        font-family: Outfit;
        font-size: 5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 5.5rem */
        letter-spacing: -0.1rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #fff 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .mediaPage .soloMedia .titleWrappper .subTitle {
        align-self: center;
        color: var(--Text-text-secondary, #aaa);
        text-align: center;
        /* Text/Regular/Large */
        font-family: "DM Sans";
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 2.0625rem */
        letter-spacing: -0.025rem;
        width: 640px;
    }
    .mediaPage .soloMedia .btnWrapper {
        display: flex;
        padding: 0.5rem 1.5rem;
        justify-content: center;
        align-items: center;
        gap: 0.25rem;
        border-radius: 0.375rem;
        background: #B1FC03;
    }
    .mediaPage .soloMedia .btnWrapper .btnText {
        color: #121212;
        text-align: center;
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3125rem;
        /* 150% */
        letter-spacing: -0.0175rem;
    }
    .mediaPage .soloMedia .btnWrapper .btnText:hover {
        color: #B1FC03;
    }
    .mediaPage .soloMedia .heroCoverImg {
        margin-top: 8rem;
        width: 100%;
    }
    .mediaPage .soloMedia .heroCoverImg img {
        transform: scale(1.5);
    }
    .mediaPage .latestNews {
        display: flex;
        flex-direction: column;
        gap: 3rem;
        height: 100%;
    }
    .mediaPage .latestNews .latestTitle {
        align-self: stretch;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .mediaPage .latestNews .paginationContainer {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 2rem;
    }
    .mediaPage .latestNews .paginationContainer .item-list {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        justify-content: flex-start;
    }
    .mediaPage .latestNews .paginationContainer .item-list li {
        width: 100%;
    }
    .mediaPage .latestNews .paginationContainer .item-list li .newsWrapper {
        width: 100%;
        display: flex;
        height: 144px;
        align-items: flex-start;
        gap: 32px;
        align-self: stretch;
        flex-direction: row;
        border-bottom: 1px solid #121212;
    }
    .mediaPage .latestNews .paginationContainer .item-list li .newsWrapper .logoWrapper {
        background-size: cover;
        width: 15rem;
        height: 7.5rem;
        border-radius: 0.5rem;
        align-items: center;
        justify-content: center;
        display: flex;
        background: var(--Icons-icon-active, #eee);
        overflow: hidden;
    }
    .mediaPage .latestNews .paginationContainer .item-list li .newsWrapper .logoWrapper .logo {
        display: flex;
        width: 5.6875rem;
        height: 1.75rem;
        padding: 0.0625rem 0rem;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        border-radius: 1.5rem;
        z-index: 2;
    }
    .mediaPage .latestNews .paginationContainer .item-list li .newsWrapper .contentWrapper {
        display: flex;
        padding: 1.75rem 0rem;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        gap: 0.5rem;
        flex: 1 0 0;
        align-self: stretch;
        width: 100%;
        margin-top: -1rem;
        margin-bottom: 1rem;
    }
    .mediaPage .latestNews .paginationContainer .item-list li .newsWrapper .contentWrapper .title {
        align-self: stretch;
        color: var(--Text-text-primary, #eee);
        /* Text/Medium/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 500;
        line-height: 165%;
        /* 1.85625rem */
        letter-spacing: -0.0225rem;
    }
    .mediaPage .latestNews .paginationContainer .item-list li .newsWrapper .contentWrapper .subTitleWrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
    }
    .mediaPage .latestNews .paginationContainer .item-list li .newsWrapper .contentWrapper .subTitleWrapper .date {
        color: var(--Text-text-grey, #666);
        text-align: right;
        /* Text/Light/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .mediaPage .latestNews .paginationContainer .item-list li .newsWrapper .contentWrapper .subTitleWrapper .viewBtn {
        display: flex;
        padding: 0.375rem 0.625rem 0.375rem 1rem;
        justify-content: center;
        align-items: center;
        gap: 0.375rem;
        border-radius: 0.375rem;
        background: var(--Background-bg-highlight, #222);
    }
    .mediaPage .latestNews .paginationContainer .item-list li .newsWrapper .contentWrapper .subTitleWrapper .viewBtn p {
        color: var(--Text-text-secondary, #aaa);
        text-align: center;
        /* Text/Medium/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .mediaPage .latestNews .paginationContainer .item-list li:last-child .newsWrapper {
        border-bottom: none;
    }
    .mediaPage .latestNews .paginationContainer .paginate {
        padding: 32px 64px;
        display: flex;
        justify-content: space-between;
        border-radius: 64px;
        gap: 5rem;
    }
    .mediaPage .latestNews .paginationContainer .paginate button {
        background-color: transparent;
        border: none;
    }
    .mediaPage .latestNews .paginationContainer .paginate .prevBtn,
    .mediaPage .latestNews .paginationContainer .paginate .nextBtn {
        cursor: pointer;
        display: flex;
        align-items: center;
        font-size: 16px;
        font-weight: 500;
        color: #2a3b52;
    }
    .mediaPage .latestNews .paginationContainer .paginate .nextBtn-icon,
    .mediaPage .latestNews .paginationContainer .paginate .prevBtn-icon {
        display: flex;
        width: 2rem;
    }
    .mediaPage .latestNews .paginationContainer .paginate .prevBtn img {
        margin-right: 6px;
    }
    .mediaPage .latestNews .paginationContainer .paginate .nextBtn img {
        margin-left: 6px;
    }
    .mediaPage .latestNews .paginationContainer .paginate .prevBtn img,
    .mediaPage .latestNews .paginationContainer .paginate .nextBtn img {
        color: #2a3b52;
    }
    .mediaPage .latestNews .paginationContainer .paginate button[disabled].prevBtn,
    .mediaPage .latestNews .paginationContainer .paginate button[disabled].nextBtn {
        cursor: not-allowed;
        color: rgb(156 163 175/var(--tw-text-opacity));
    }
    .mediaPage .latestNews .paginationContainer .paginate .containerBtns {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .mediaPage .latestNews .paginationContainer .paginate .leftContainer {
        display: flex;
        /*   width: 190px; */
        justify-content: end;
    }
    .mediaPage .latestNews .paginationContainer .paginate .leftContainer button {
        display: flex;
        width: 2.25rem;
        height: 2.25rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: var(--Text-text-grey, #666);
        text-align: center;
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.25rem;
        /* 142.857% */
    }
    .mediaPage .latestNews .paginationContainer .paginate .rightContainer {
        display: flex;
        /*   width: 190px; */
        justify-content: start;
    }
    .mediaPage .latestNews .paginationContainer .paginate .rightContainer button {
        display: flex;
        width: 2.25rem;
        height: 2.25rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: var(--Text-text-grey, #666);
        text-align: center;
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.25rem;
        /* 142.857% */
    }
    .mediaPage .latestNews .paginationContainer .paginate .activeBtn {
        display: flex;
        width: 2.25rem;
        height: 2.25rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 0.25rem;
        background: var(--Background-bg-light, #1a1a1a);
        font-size: 14px;
    }
    .mediaPage .latestNews .paginationContainer .paginate-details {
        margin-top: 16px;
        font-weight: 500;
        text-align: center;
    }
    .mediaPage .backgroundTheme {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 18.67%), linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 18.67%);
    }
    .mediaPage .brandGuideline {
        display: flex;
        padding-right: 0rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 5rem;
        position: relative;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer {
        width: 100%;
        display: flex;
        padding-right: 0rem;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 3rem;
        position: relative;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent {
        display: flex;
        padding-right: 6rem;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 3rem;
        width: 50%;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .title {
        align-self: stretch;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .subTitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 1.85625rem */
        letter-spacing: -0.0225rem;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .btnWrapper {
        display: flex;
        padding: 0.375rem 0.625rem 0.375rem 1rem;
        justify-content: center;
        align-items: center;
        gap: 0.375rem;
        border-radius: 0.375rem;
        background: var(--Background-bg-highlight, #222);
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .btnWrapper .downloadBtn {
        gap: 0.1rem;
        color: var(--Text-text-secondary, #aaa);
        text-align: center;
        /* Text/Medium/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .btnWrapper .downloadBtn svg {
        top: 0.02rem;
        position: relative;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .logos {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: 0rem;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .logos .logoRow {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 4rem;
        width: 100%;
        height: fit-content;
        border-top: 1px solid #121212;
        flex-direction: row;
        padding: 0;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .logos .logoRow .logoImg {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .logos .logoRow div {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .logos .logoRow div a {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.4rem;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .logos .logoRow div a span {
        color: var(--Text-text-secondary, #aaa);
        text-align: center;
        /* Text/Medium/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .logos .logoRow div a img {
        width: 0.6rem;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandLogo {
        display: flex;
        width: 65%;
        flex-shrink: 0;
        position: absolute;
        right: -20rem;
        top: -5rem;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandLogo img {
        height: 62rem;
        width: 162%;
    }
    .mediaPage .brandGuideline .logosContent {
        max-width: 70rem;
        align-self: stretch;
        color: var(--Text-text-grey, #666);
        font-family: "DM Sans";
        font-size: 0.75rem;
        font-style: italic;
        font-weight: 300;
        line-height: 150%;
        /* 1.125rem */
        letter-spacing: -0.015rem;
    }
}

@media (min-width: 1281px) {
    .containerWidth {
        width: 1120px;
        max-width: 1120px;
        margin: 0px auto 0px auto;
    }
    .headerWidth {
        width: 1152px;
        max-width: 1152px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .mediaPage {
        display: flex;
        flex-direction: column;
    }
    .mediaPage .sectionContainer {
        display: flex;
        padding: 5.5rem 2rem 5rem 2rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-self: stretch;
    }
    .mediaPage .soloMedia {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 3rem;
    }
    .mediaPage .soloMedia .titleWrappper {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
        align-self: center;
    }
    .mediaPage .soloMedia .titleWrappper .title {
        flex: 1 0 0;
        text-align: center;
        /* Header/X-Large */
        font-family: Outfit;
        font-size: 5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 5.5rem */
        letter-spacing: -0.1rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #fff 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .mediaPage .soloMedia .titleWrappper .subTitle {
        color: var(--Text-text-secondary, #aaa);
        text-align: center;
        /* Text/Regular/Large */
        font-family: "DM Sans";
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 2.0625rem */
        letter-spacing: -0.025rem;
        width: 800px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mediaPage .soloMedia .btnWrapper {
        display: flex;
        padding: 0.5rem 1.5rem;
        justify-content: center;
        align-items: center;
        gap: 0.25rem;
        border-radius: 0.375rem;
        background: #B1FC03;
    }
    .mediaPage .soloMedia .btnWrapper .btnText {
        color: #121212;
        text-align: center;
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3125rem;
        /* 150% */
        letter-spacing: -0.0175rem;
    }
    .mediaPage .soloMedia .btnWrapper .btnText:hover {
        color: #B1FC03;
    }
    .mediaPage .soloMedia .heroCoverImg {
        margin-top: 5rem;
        width: 100%;
    }
    .mediaPage .soloMedia .heroCoverImg img {
        transform: scale(1);
    }
    .mediaPage .latestNews {
        display: flex;
        flex-direction: column;
        gap: 3rem;
        height: 100%;
    }
    .mediaPage .latestNews .latestTitle {
        align-self: stretch;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .mediaPage .latestNews .paginationContainer {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 2rem;
    }
    .mediaPage .latestNews .paginationContainer .item-list {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        justify-content: flex-start;
    }
    .mediaPage .latestNews .paginationContainer .item-list li {
        width: 100%;
    }
    .mediaPage .latestNews .paginationContainer .item-list li .newsWrapper {
        width: 100%;
        display: flex;
        height: 144px;
        align-items: flex-start;
        gap: 32px;
        align-self: stretch;
        flex-direction: row;
        border-bottom: 1px solid #121212;
    }
    .mediaPage .latestNews .paginationContainer .item-list li .newsWrapper .logoWrapper {
        background-size: cover;
        width: 15rem;
        height: 7.5rem;
        border-radius: 0.5rem;
        align-items: center;
        justify-content: center;
        display: flex;
        background: var(--Icons-icon-active, #eee);
        overflow: hidden;
    }
    .mediaPage .latestNews .paginationContainer .item-list li .newsWrapper .contentWrapper {
        display: flex;
        padding: 1.75rem 0rem;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        gap: 0.5rem;
        flex: 1 0 0;
        align-self: stretch;
        width: 100%;
        margin-top: -1rem;
        margin-bottom: 1rem;
    }
    .mediaPage .latestNews .paginationContainer .item-list li .newsWrapper .contentWrapper .title {
        align-self: stretch;
        color: var(--Text-text-primary, #eee);
        /* Text/Medium/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 500;
        line-height: 165%;
        /* 1.85625rem */
        letter-spacing: -0.0225rem;
    }
    .mediaPage .latestNews .paginationContainer .item-list li .newsWrapper .contentWrapper .subTitleWrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
    }
    .mediaPage .latestNews .paginationContainer .item-list li .newsWrapper .contentWrapper .subTitleWrapper .date {
        color: var(--Text-text-grey, #666);
        text-align: right;
        /* Text/Light/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .mediaPage .latestNews .paginationContainer .item-list li .newsWrapper .contentWrapper .subTitleWrapper .viewBtn {
        display: flex;
        padding: 0.375rem 0.625rem 0.375rem 1rem;
        justify-content: center;
        align-items: center;
        gap: 0.375rem;
        border-radius: 0.375rem;
        background: var(--Background-bg-highlight, #222);
    }
    .mediaPage .latestNews .paginationContainer .item-list li .newsWrapper .contentWrapper .subTitleWrapper .viewBtn p {
        color: var(--Text-text-secondary, #aaa);
        text-align: center;
        /* Text/Medium/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .mediaPage .latestNews .paginationContainer .item-list li:last-child .newsWrapper {
        border-bottom: none;
    }
    .mediaPage .latestNews .paginationContainer .paginate {
        padding: 32px 64px;
        display: flex;
        justify-content: space-between;
        border-radius: 64px;
        gap: 5rem;
    }
    .mediaPage .latestNews .paginationContainer .paginate button {
        background-color: transparent;
        border: none;
    }
    .mediaPage .latestNews .paginationContainer .paginate .prevBtn,
    .mediaPage .latestNews .paginationContainer .paginate .nextBtn {
        cursor: pointer;
        display: flex;
        align-items: center;
        font-size: 16px;
        font-weight: 500;
        color: #2a3b52;
    }
    .mediaPage .latestNews .paginationContainer .paginate .nextBtn-icon,
    .mediaPage .latestNews .paginationContainer .paginate .prevBtn-icon {
        display: flex;
        width: 2rem;
    }
    .mediaPage .latestNews .paginationContainer .paginate .prevBtn img {
        margin-right: 6px;
    }
    .mediaPage .latestNews .paginationContainer .paginate .nextBtn img {
        margin-left: 6px;
    }
    .mediaPage .latestNews .paginationContainer .paginate .prevBtn img,
    .mediaPage .latestNews .paginationContainer .paginate .nextBtn img {
        color: #2a3b52;
    }
    .mediaPage .latestNews .paginationContainer .paginate button[disabled].prevBtn,
    .mediaPage .latestNews .paginationContainer .paginate button[disabled].nextBtn {
        cursor: not-allowed;
        color: rgb(156 163 175/var(--tw-text-opacity));
    }
    .mediaPage .latestNews .paginationContainer .paginate .containerBtns {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .mediaPage .latestNews .paginationContainer .paginate .leftContainer {
        display: flex;
        /*   width: 190px; */
        justify-content: end;
    }
    .mediaPage .latestNews .paginationContainer .paginate .leftContainer button {
        display: flex;
        width: 2.25rem;
        height: 2.25rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: var(--Text-text-grey, #666);
        text-align: center;
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.25rem;
        /* 142.857% */
    }
    .mediaPage .latestNews .paginationContainer .paginate .rightContainer {
        display: flex;
        /*   width: 190px; */
        justify-content: start;
    }
    .mediaPage .latestNews .paginationContainer .paginate .rightContainer button {
        display: flex;
        width: 2.25rem;
        height: 2.25rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: var(--Text-text-grey, #666);
        text-align: center;
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.25rem;
        /* 142.857% */
    }
    .mediaPage .latestNews .paginationContainer .paginate .activeBtn {
        display: flex;
        width: 2.25rem;
        height: 2.25rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 0.25rem;
        background: var(--Background-bg-light, #1a1a1a);
        font-size: 14px;
    }
    .mediaPage .latestNews .paginationContainer .paginate-details {
        margin-top: 16px;
        font-weight: 500;
        text-align: center;
    }
    .mediaPage .backgroundTheme {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 18.67%), linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 18.67%);
    }
    .mediaPage .brandGuideline {
        display: flex;
        padding-right: 0rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 5rem;
        position: relative;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer {
        width: 100%;
        display: flex;
        padding-right: 0rem;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 3rem;
        position: relative;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent {
        display: flex;
        padding-right: 6rem;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 3rem;
        width: 50%;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .title {
        align-self: stretch;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .subTitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 1.85625rem */
        letter-spacing: -0.0225rem;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .btnWrapper {
        display: flex;
        padding: 0.375rem 0.625rem 0.375rem 1rem;
        justify-content: center;
        align-items: center;
        gap: 0.375rem;
        border-radius: 0.375rem;
        background: var(--Background-bg-highlight, #222);
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .btnWrapper .downloadBtn {
        gap: 0.1rem;
        color: var(--Text-text-secondary, #aaa);
        text-align: center;
        /* Text/Medium/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .btnWrapper .downloadBtn svg {
        top: 0.02rem;
        position: relative;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .logos {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: 0rem;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .logos .logoRow {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 4rem;
        width: 100%;
        height: fit-content;
        border-top: 1px solid #121212;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .logos .logoRow .logoImg {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .logos .logoRow div {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .logos .logoRow div a {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.4rem;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .logos .logoRow div a span {
        color: var(--Text-text-secondary, #aaa);
        text-align: center;
        /* Text/Medium/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandContent .logos .logoRow div a img {
        width: 0.6rem;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandLogo {
        width: 68%;
        flex-shrink: 0;
        position: absolute;
        right: -15rem;
        top: -3rem;
    }
    .mediaPage .brandGuideline .brandGuidlineContainer .brandLogo img {
        height: 50rem;
        width: 130%;
    }
    .mediaPage .brandGuideline .logosContent p {
        color: var(--Text-text-grey, #666);
        font-family: "DM Sans";
        font-size: 0.75rem;
        font-style: italic;
        font-weight: 300;
        line-height: 150%;
        /* 1.125rem */
        letter-spacing: -0.015rem;
    }
}

@media (min-width: 280px) {
    .containerWidth {
        width: 327px;
        max-width: 327px;
    }
    .headerWidth {
        width: 351px;
        max-width: 351px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .special-word {
        color: var(--Text-text-primary, #EEE);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        letter-spacing: -0.32px;
    }
    .nftSdkPage {
        overflow-x: hidden;
    }
    .nftSdkPage .sologenicWrapper {
        padding: 3.1rem 0px 48px 0px;
        display: flex;
        align-items: center;
        align-self: stretch;
    }
    .nftSdkPage .sologenicWrapper .ecoContainer {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 3rem;
        align-self: stretch;
    }
    .nftSdkPage .sologenicWrapper .ecoContainer .sologenicEcosystem {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        left: 0rem;
    }
    .nftSdkPage .sologenicWrapper .ecoContainer .sologenicEcosystem .soloTitlesWrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        align-self: stretch;
    }
    .nftSdkPage .sologenicWrapper .ecoContainer .sologenicEcosystem .soloTitlesWrapper .spanTitle {
        display: flex;
        align-items: center;
        gap: 12px;
    }
    .nftSdkPage .sologenicWrapper .ecoContainer .sologenicEcosystem .soloTitlesWrapper .spanTitle .rec {
        border-radius: 4px;
        background: var(--Text-text-muted, #454545);
        width: 18px;
        height: 6px;
    }
    .nftSdkPage .sologenicWrapper .ecoContainer .sologenicEcosystem .soloTitlesWrapper .spanTitle p {
        flex: 1 0 0;
        color: #E5E5E5;
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        letter-spacing: -0.32px;
    }
    .nftSdkPage .sologenicWrapper .ecoContainer .sologenicEcosystem .soloTitlesWrapper .title {
        flex: 1 0 0;
        /* Header/Medium */
        font-family: Outfit;
        font-size: 3.5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.85rem */
        letter-spacing: -0.07rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #FFF 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .nftSdkPage .sologenicWrapper .ecoContainer .sologenicEcosystem .soloTitlesWrapper .btns {
        display: flex;
        align-items: center;
        gap: 1.5rem;
        position: relative;
        margin-top: 2.25rem;
    }
    .nftSdkPage .sologenicWrapper .ecoContainer .sologenicEcosystem .soloTitlesWrapper .btns .trading {
        display: flex;
        padding: 0.5rem 1.5rem;
        justify-content: center;
        align-items: center;
        gap: 0.25rem;
        border: 1px solid #B1FC03;
        border-radius: 0.375rem;
        background: #B1FC03;
        color: #121212;
        text-align: center;
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3125rem;
        /* 150% */
        letter-spacing: -0.0175rem;
    }
    .nftSdkPage .sologenicWrapper .ecoContainer .sologenicEcosystem .soloTitlesWrapper .btns .trading:hover {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        gap: 0.25rem;
        border-radius: 0.375rem;
        color: #B1FC03;
        border: 1px solid #B1FC03;
        background: black;
    }
    .nftSdkPage .sologenicWrapper .ecoContainer .sologenicEcosystem .soloTitlesWrapper .btns .github {
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3125rem;
        /* 150% */
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #FFF 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .nftSdkPage .sologenicWrapper .ecoContainer .sologenicEcosystem .soloTitlesWrapper .btns .github img {
        width: 0.9375rem;
        height: 0.9375rem;
        position: relative;
        top: 0.08rem;
        left: 0.25rem;
    }
    .nftSdkPage .sologenicWrapper .ecoContainer .sologenicEcosystem .soloTitlesWrapper .btns .github:hover {
        background: #B1FC03;
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .nftSdkPage .sologenicWrapper .ecoContainer .sologenicEcosystem .soloTitlesWrapper .btns .github:hover img {
        filter: brightness(0) saturate(100%) invert(39%) sepia(95%) saturate(5924%) hue-rotate(346deg) brightness(100%) contrast(107%);
    }
    .nftSdkPage .sologenicWrapper .ecoContainer .imgContainer {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.625rem;
        flex: 1 0 0;
    }
    .nftSdkPage .sologenicWrapper .ecoContainer .imgContainer .ecosystem-desktop {
        width: 100vw;
        height: 360px;
        flex-shrink: 0;
        fill: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0) 100%);
        backdrop-filter: blur(27.8260860443px);
        object-fit: cover;
        object-position: center;
    }
    .nftSdkPage .nonFungibleContainer {
        padding: 5rem 0rem;
        flex-direction: column;
    }
    .nftSdkPage .nonFungibleContainer .nonFungibleContentContainer .contentElementts {
        display: flex;
        flex-direction: column;
        margin: 0px;
    }
    .nftSdkPage .nonFungibleContainer .nonFungibleContentContainer .contentElementts .contentTitleContainer {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    .nftSdkPage .nonFungibleContainer .nonFungibleContentContainer .contentElementts .contentTitleContainer .contentTitle {
        align-self: stretch;
        /* Title/Large */
        font-family: Outfit;
        font-size: 2.5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 2.75rem */
        letter-spacing: -0.05rem;
        background: linear-gradient(180deg, #FFF 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .nftSdkPage .nonFungibleContainer .nonFungibleContentContainer .contentElementts .contentTitleContainer .contentSubtitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
    }
    .nftSdkPage .nonFungibleContainer .nonFungibleContentContainer .contentElementts .nonFungible-desktop {
        width: 100vw;
        height: 360px;
        object-fit: cover;
        object-position: center;
        margin-bottom: 48px;
    }
    .nftSdkPage .nonFungibleContainer .nftsPower {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 3rem;
        align-self: stretch;
        border-top: 1px solid #121212;
        border-bottom: 1px solid #121212;
        padding: 48px 0 48px 0;
    }
    .nftSdkPage .nonFungibleContainer .nftsPower .desktop-line {
        display: none;
    }
    .nftSdkPage .nonFungibleContainer .nftsPower .mobile-line {
        display: block;
    }
    .nftSdkPage .nonFungibleContainer .nftsPower .nftManager,
    .nftSdkPage .nonFungibleContainer .nftsPower .nftTrader {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex: 1 0 0;
        border-radius: 1rem;
    }
    .nftSdkPage .nonFungibleContainer .nftsPower .nftManager img,
    .nftSdkPage .nonFungibleContainer .nftsPower .nftTrader img {
        width: 24px;
        height: 24px;
    }
    .nftSdkPage .nonFungibleContainer .nftsPower .nftManager h4,
    .nftSdkPage .nonFungibleContainer .nftsPower .nftTrader h4 {
        align-self: stretch;
        color: var(--Text-text-primary, #EEE);
        /* Title/XX-Small */
        font-family: Outfit;
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 1.1rem */
        letter-spacing: -0.02rem;
        margin-top: 1.5rem;
        margin-bottom: 0.5rem;
    }
    .nftSdkPage .nonFungibleContainer .nftsPower .nftManager p,
    .nftSdkPage .nonFungibleContainer .nftsPower .nftTrader p {
        align-self: stretch;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .nftSdkPage .nonFungibleContainer .nftsPower .nftManager .tradingNote,
    .nftSdkPage .nonFungibleContainer .nftsPower .nftTrader .tradingNote {
        color: var(--Text-text-grey, #666);
        font-family: "DM Sans";
        font-size: 0.75rem;
        font-style: italic;
        font-weight: 300;
        line-height: 150%;
        /* 1.125rem */
        letter-spacing: -0.015rem;
        margin-top: 0.5rem;
    }
    .nftSdkPage .nftContainer {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 5rem 1.5rem;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 18.67%), linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 18.67%);
    }
    .nftSdkPage .nftContainer .nftContentLaptopWrapper {
        display: none;
    }
    .nftSdkPage .nftContainer .nftContentMobWrapper.nftContent {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .nftSdkPage .nftContainer .nftContentMobWrapper.nftContent .nfdTitleContainer {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }
    .nftSdkPage .nftContainer .nftContentMobWrapper.nftContent .nfdTitleContainer .nfdTitle {
        align-self: stretch;
        /* Title/Large */
        font-family: Outfit;
        font-size: 2.5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 2.75rem */
        letter-spacing: -0.05rem;
        background: linear-gradient(180deg, #FFF 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .nftSdkPage .nftContainer .nftContentMobWrapper.nftContent .nfdTitleContainer .nfdSubtitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
    }
    .nftSdkPage .nftContainer .nftContentMobWrapper.nftContent .nfdTitleContainer .nfdSubtitle span {
        color: var(--Text-text-primary, #EEE);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 400;
        line-height: 165%;
        letter-spacing: -0.0225rem;
    }
    .nftSdkPage .nftContainer .nftContentMobWrapper.nftContent .btnWrapper {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .nftSdkPage .nftContainer .nftContentMobWrapper.nftContent .btnWrapper:hover {
        color: var(--Text-text-secondary, #AAA);
        background: var(--Background-bg-tonal, #333);
    }
    .nftSdkPage .nftContainer .nftContentMobWrapper.nftContent .decentralizedFuture {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 1.5rem;
        white-space: nowrap;
        row-gap: 3rem;
        padding: 3rem 0;
    }
    .nftSdkPage .nftContainer .nftContentMobWrapper.nftContent .decentralizedFuture .itemsWrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 0.75rem;
        flex: 1 0 0;
        width: 151px;
    }
    .nftSdkPage .nftContainer .nftContentMobWrapper.nftContent .decentralizedFuture .itemsWrapper p {
        align-self: stretch;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
    }
    .nftSdkPage .nftContainer .nftContentMobWrapper.nftContent .decentralizedFuture .itemsWrapper img {
        width: 1.5rem;
        height: 1.5rem;
    }
    .nftSdkPage .nftContainer .nftContentMobWrapper.nftContent .btnWrapper {
        display: flex;
        padding: 0.375rem 0.625rem 0.375rem 1rem;
        justify-content: center;
        align-items: center;
        gap: 0.375rem;
        border-radius: 0.375rem;
        background: var(--Background-bg-highlight, #222);
    }
    .nftSdkPage .nftContainer .nftContentMobWrapper.nftContent .btnWrapper:hover {
        color: var(--Text-text-secondary, #AAA);
        background: var(--Background-bg-tonal, #333);
    }
    .nftSdkPage .nftContainer .nftContentMobWrapper.nftContent .btnWrapper .sdkBtn {
        color: var(--Text-text-secondary, #AAA);
        text-align: center;
        white-space: nowrap;
        /* Text/Medium/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .nftSdkPage .nftContainer .ndfVector {
        width: 100vw;
        height: 28.84094rem;
        object-fit: cover;
        object-position: left;
    }
    .nftSdkPage .sectionContainer {
        display: flex;
        padding: 10rem 2rem;
        justify-content: center;
        align-items: center;
        align-self: stretch;
    }
}

@media (min-width: 768px) {
    .containerWidth {
        width: 704px;
        max-width: 704px;
    }
    .headerWidth {
        width: 736px;
        max-width: 736px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .nftSdkPage .sologenicWrapper {
        padding: 3rem 0 7.5rem 0;
        display: flex;
        align-items: center;
        align-self: stretch;
    }
    .nftSdkPage .sologenicWrapper .ecoContainer {
        display: flex;
        flex-direction: row;
        width: 100%;
        gap: 0;
    }
    .nftSdkPage .sologenicWrapper .ecoContainer .sologenicEcosystem {
        width: 60%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        left: 0rem;
    }
    .nftSdkPage .sologenicWrapper .ecoContainer .sologenicEcosystem .soloTitlesWrapper {
        display: flex;
        min-width: 30rem;
        padding-right: 0rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }
    .nftSdkPage .sologenicWrapper .ecoContainer .sologenicEcosystem .soloTitlesWrapper .spanTitle {
        display: flex;
        align-items: center;
        gap: 0.75rem;
    }
    .nftSdkPage .sologenicWrapper .ecoContainer .sologenicEcosystem .soloTitlesWrapper .spanTitle .rec {
        border-radius: 0.25rem;
        background: var(--Text-text-muted, #454545);
        width: 1.125rem;
        height: 0.375rem;
    }
    .nftSdkPage .sologenicWrapper .ecoContainer .sologenicEcosystem .soloTitlesWrapper .spanTitle p {
        flex: 1 0 0;
        color: #E5E5E5;
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
    }
    .nftSdkPage .sologenicWrapper .ecoContainer .sologenicEcosystem .soloTitlesWrapper .title {
        flex: 1 0 0;
        /* Header/X-Large */
        font-family: Outfit;
        font-size: 5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 5.5rem */
        letter-spacing: -0.1rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #FFF 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .nftSdkPage .sologenicWrapper .ecoContainer .sologenicEcosystem .soloTitlesWrapper .btns {
        display: flex;
        align-items: center;
        gap: 1.5rem;
        position: relative;
        margin-top: 2.25rem;
    }
    .nftSdkPage .sologenicWrapper .ecoContainer .sologenicEcosystem .soloTitlesWrapper .btns .trading {
        display: flex;
        padding: 0.5rem 1.5rem;
        justify-content: center;
        align-items: center;
        gap: 0.25rem;
        border-radius: 0.375rem;
        background: #B1FC03;
        color: #121212;
        text-align: center;
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3125rem;
        /* 150% */
        letter-spacing: -0.0175rem;
    }
    .nftSdkPage .sologenicWrapper .ecoContainer .sologenicEcosystem .soloTitlesWrapper .btns .github {
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3125rem;
        /* 150% */
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #FFF 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        /* 150% */
    }
    .nftSdkPage .sologenicWrapper .ecoContainer .sologenicEcosystem .soloTitlesWrapper .btns .github img {
        width: 0.9375rem;
        height: 0.9375rem;
        position: relative;
        top: 0.08rem;
        left: 0.3rem;
    }
    .nftSdkPage .sologenicWrapper .ecoContainer .imgContainer {
        width: 40%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.625rem;
        flex: 1 0 0;
    }
    .nftSdkPage .sologenicWrapper .ecoContainer .imgContainer .ecosystem-desktop {
        width: 560px;
        height: 560px;
        z-index: -1;
        position: relative;
        right: -30px;
    }
    .nftSdkPage .nonFungibleContainer {
        padding: 10rem 0rem;
        flex-direction: column;
    }
    .nftSdkPage .nonFungibleContainer .nonFungibleContentContainer {
        width: 100%;
    }
    .nftSdkPage .nonFungibleContainer .nonFungibleContentContainer .contentElementts {
        margin-bottom: 3rem;
    }
    .nftSdkPage .nonFungibleContainer .nonFungibleContentContainer .contentElementts .contentTitleContainer {
        margin-bottom: 3rem;
        width: 544px;
    }
    .nftSdkPage .nonFungibleContainer .nonFungibleContentContainer .contentElementts .contentTitleContainer .contentTitle {
        align-self: stretch;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
        background: linear-gradient(180deg, #FFF 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        height: max-content;
    }
    .nftSdkPage .nonFungibleContainer .nonFungibleContentContainer .contentElementts .contentTitleContainer .contentTitle .desktopBreaker {
        display: none;
    }
    .nftSdkPage .nonFungibleContainer .nonFungibleContentContainer .contentElementts .contentTitleContainer .contentTitle .tabletBreaker {
        display: block;
    }
    .nftSdkPage .nonFungibleContainer .nonFungibleContentContainer .contentElementts .contentTitleContainer .contentSubtitle {
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 1.85625rem */
        letter-spacing: -0.0225rem;
    }
    .nftSdkPage .nonFungibleContainer .nonFungibleContentContainer .contentElementts .contentTitleContainer .contentSubtitle .special-word {
        color: var(--Text-text-primary, #EEE);
        /* Text/Light/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        letter-spacing: -0.0225rem;
    }
    .nftSdkPage .nonFungibleContainer .nonFungibleContentContainer .contentElementts .nonFungible-desktop {
        align-self: center;
        height: 640px;
        margin-bottom: 0;
    }
    .nftSdkPage .nonFungibleContainer .nftsPower {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 3rem;
        align-self: stretch;
        border-top: 1px solid #121212;
        border-bottom: 1px solid #121212;
    }
    .nftSdkPage .nonFungibleContainer .nftsPower .mobile-line {
        display: none;
    }
    .nftSdkPage .nonFungibleContainer .nftsPower .desktop-line {
        display: block;
    }
    .nftSdkPage .nonFungibleContainer .nftsPower .nftManager,
    .nftSdkPage .nonFungibleContainer .nftsPower .nftTrader {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0rem;
        flex: 1 0 0;
        border-radius: 1rem;
    }
    .nftSdkPage .nonFungibleContainer .nftsPower .nftManager img,
    .nftSdkPage .nonFungibleContainer .nftsPower .nftTrader img {
        width: 2rem;
        height: 2rem;
    }
    .nftSdkPage .nonFungibleContainer .nftsPower .nftManager h4,
    .nftSdkPage .nonFungibleContainer .nftsPower .nftTrader h4 {
        align-self: stretch;
        color: var(--Text-text-primary, #EEE);
        /* Title/X-Small */
        font-family: Outfit;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 1.375rem */
        letter-spacing: -0.025rem;
    }
    .nftSdkPage .nonFungibleContainer .nftsPower .nftManager p,
    .nftSdkPage .nonFungibleContainer .nftsPower .nftTrader p {
        align-self: stretch;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
    }
    .nftSdkPage .nonFungibleContainer .nftsPower .nftManager .tradingNote,
    .nftSdkPage .nonFungibleContainer .nftsPower .nftTrader .tradingNote {
        color: var(--Text-text-grey, #666);
        font-family: "DM Sans";
        font-size: 0.75rem;
        font-style: italic;
        font-weight: 300;
        line-height: 150%;
        /* 1.125rem */
        letter-spacing: -0.015rem;
    }
    .nftSdkPage .nftContainer {
        display: flex;
        flex-direction: row;
        padding: 10rem 2rem;
        align-items: flex-start;
        align-self: stretch;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 18.67%), linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 18.67%);
    }
    .nftSdkPage .nftContainer .nftContentMobWrapper.ndfVector,
    .nftSdkPage .nftContainer .nftContentMobWrapper.nftContent {
        display: none;
    }
    .nftSdkPage .nftContainer .nftContentLaptopWrapper {
        display: flex;
        align-items: flex-start;
    }
    .nftSdkPage .nftContainer .nftContentLaptopWrapper .nftContent {
        display: flex;
        position: relative;
        left: 1%;
        width: 480px;
        padding-right: 0rem;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .nftSdkPage .nftContainer .nftContentLaptopWrapper .nftContent .nfdTitleContainer {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }
    .nftSdkPage .nftContainer .nftContentLaptopWrapper .nftContent .nfdTitleContainer .nfdTitle {
        align-self: stretch;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
        background: linear-gradient(180deg, #FFF 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        width: 432px;
    }
    .nftSdkPage .nftContainer .nftContentLaptopWrapper .nftContent .nfdTitleContainer .nfdSubtitle {
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 1.85625rem */
        letter-spacing: -0.0225rem;
        width: 432px;
    }
    .nftSdkPage .nftContainer .nftContentLaptopWrapper .nftContent .nfdTitleContainer .nfdSubtitle span {
        color: var(--Text-text-primary, #EEE);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 400;
        line-height: 165%;
        letter-spacing: -0.0225rem;
    }
    .nftSdkPage .nftContainer .nftContentLaptopWrapper .nftContent .decentralizedFuture {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 1.5rem;
        white-space: nowrap;
        row-gap: 3rem;
        margin-top: 3rem;
    }
    .nftSdkPage .nftContainer .nftContentLaptopWrapper .nftContent .decentralizedFuture .itemsWrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 0.75rem;
        flex: 1 0 0;
        width: 128px;
    }
    .nftSdkPage .nftContainer .nftContentLaptopWrapper .nftContent .decentralizedFuture .itemsWrapper p {
        display: flex;
        padding: 0rem 0.125rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
        flex: 1 0 0;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
    }
    .nftSdkPage .nftContainer .nftContentLaptopWrapper .nftContent .decentralizedFuture .itemsWrapper img {
        width: 1.875rem;
        height: 1.875rem;
    }
    .nftSdkPage .nftContainer .nftContentLaptopWrapper .nftContent .btnWrapper {
        display: flex;
        padding: 0.375rem 0.625rem 0.375rem 1rem;
        justify-content: center;
        align-items: center;
        gap: 0.375rem;
        border-radius: 0.375rem;
        background: var(--Background-bg-highlight, #222);
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .nftSdkPage .nftContainer .nftContentLaptopWrapper .nftContent .btnWrapper:hover {
        color: var(--Text-text-secondary, #AAA);
        background: var(--Background-bg-tonal, #333);
    }
    .nftSdkPage .nftContainer .nftContentLaptopWrapper .nftContent .btnWrapper .sdkBtn {
        color: var(--Text-text-secondary, #AAA);
        text-align: center;
        white-space: nowrap;
        /* Text/Medium/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .nftSdkPage .nftContainer .ndfVector {
        height: 461.45px;
        fill: radial-gradient(76.93% 98.44% at 98.21% 43.3%, #1B1B1B 0%, rgba(27, 27, 27, 0.65) 85.5%, rgba(27, 27, 27, 0) 100%);
        position: relative;
        right: 4%;
        margin-top: 5rem;
    }
    .nftSdkPage .sectionContainer {
        display: flex;
        padding: 10rem 2rem;
        justify-content: center;
        align-items: center;
        align-self: stretch;
    }
}

@media (min-width: 1024px) {
    .containerWidth {
        width: 960px;
        max-width: 960px;
        margin: 0px auto 0px auto;
    }
    .headerWidth {
        max-width: 976px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .nftSdkPage .sologenicWrapper {
        padding: 3rem 0 7.5rem 0;
        display: flex;
        flex-direction: column;
    }
    .nftSdkPage .sologenicWrapper .ecoContainer {
        display: flex;
        flex-direction: row;
        width: 100%;
    }
    .nftSdkPage .sologenicWrapper .ecoContainer .sologenicEcosystem {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        left: 0rem;
    }
    .nftSdkPage .sologenicWrapper .ecoContainer .sologenicEcosystem .soloTitlesWrapper {
        display: flex;
        min-width: 30rem;
        padding-right: 3rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    .nftSdkPage .sologenicWrapper .ecoContainer .sologenicEcosystem .soloTitlesWrapper .spanTitle {
        display: flex;
        align-items: center;
        gap: 0.75rem;
    }
    .nftSdkPage .sologenicWrapper .ecoContainer .sologenicEcosystem .soloTitlesWrapper .spanTitle .rec {
        border-radius: 0.25rem;
        background: var(--Text-text-muted, #454545);
        width: 1.125rem;
        height: 0.375rem;
    }
    .nftSdkPage .sologenicWrapper .ecoContainer .sologenicEcosystem .soloTitlesWrapper .spanTitle p {
        color: #E5E5E5;
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
    }
    .nftSdkPage .sologenicWrapper .ecoContainer .sologenicEcosystem .soloTitlesWrapper .title {
        flex: 1 0 0;
        /* Header/X-Large */
        font-family: Outfit;
        font-size: 5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 5.5rem */
        letter-spacing: -0.1rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #FFF 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: left;
    }
    .nftSdkPage .sologenicWrapper .ecoContainer .sologenicEcosystem .soloTitlesWrapper .btns {
        display: flex;
        align-items: center;
        gap: 1.5rem;
        position: relative;
        margin-top: 2.25rem;
    }
    .nftSdkPage .sologenicWrapper .ecoContainer .sologenicEcosystem .soloTitlesWrapper .btns .trading {
        display: flex;
        padding: 0.5rem 1.5rem;
        justify-content: center;
        align-items: center;
        gap: 0.25rem;
        border-radius: 0.375rem;
        background: #B1FC03;
        color: #121212;
        text-align: center;
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3125rem;
        /* 150% */
        letter-spacing: -0.0175rem;
    }
    .nftSdkPage .sologenicWrapper .ecoContainer .sologenicEcosystem .soloTitlesWrapper .btns .github {
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3125rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #FFF 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        /* 150% */
    }
    .nftSdkPage .sologenicWrapper .ecoContainer .sologenicEcosystem .soloTitlesWrapper .btns .github img {
        width: 0.9375rem;
        height: 0.9375rem;
        position: relative;
        top: 0.08rem;
        left: 0.3rem;
    }
    .nftSdkPage .sologenicWrapper .ecoContainer .imgContainer {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.625rem;
        flex: 1 0 0;
    }
    .nftSdkPage .sologenicWrapper .ecoContainer .imgContainer .ecosystem-desktop {
        width: 100%;
        flex-shrink: 0;
        fill: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0) 100%);
        backdrop-filter: blur(27.8260860443px);
    }
    .nftSdkPage .nonFungibleContainer {
        padding: 10rem 0rem;
        flex-direction: column;
    }
    .nftSdkPage .nonFungibleContainer .nonFungibleContentContainer {
        width: 100%;
    }
    .nftSdkPage .nonFungibleContainer .nonFungibleContentContainer .contentElementts {
        margin-bottom: 3rem;
    }
    .nftSdkPage .nonFungibleContainer .nonFungibleContentContainer .contentElementts .contentTitleContainer {
        margin-bottom: 3rem;
        width: 100%;
        display: flex;
        align-items: flex-start;
        flex-direction: row;
        align-self: stretch;
    }
    .nftSdkPage .nonFungibleContainer .nonFungibleContentContainer .contentElementts .contentTitleContainer .contentTitle {
        display: flex;
        padding-right: 3rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        align-self: stretch;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
        background: linear-gradient(180deg, #FFF 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        width: 480px;
        height: max-content;
    }
    .nftSdkPage .nonFungibleContainer .nonFungibleContentContainer .contentElementts .contentTitleContainer .contentSubtitle {
        padding: 3rem 0rem 0rem 3rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
        flex: 1 0 0;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 1.85625rem */
        letter-spacing: -0.0225rem;
    }
    .nftSdkPage .nonFungibleContainer .nonFungibleContentContainer .contentElementts .contentTitleContainer .contentSubtitle .special-word {
        color: var(--Text-text-primary, #EEE);
        /* Text/Light/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        letter-spacing: -0.0225rem;
    }
    .nftSdkPage .nonFungibleContainer .nonFungibleContentContainer .contentElementts .nonFungible-desktop {
        align-self: center;
        height: 42rem;
        margin-bottom: 0;
    }
    .nftSdkPage .nonFungibleContainer .nftsPower {
        display: flex;
        flex-direction: row;
        max-width: 70rem;
        padding: 3rem 0rem;
        align-items: flex-start;
        gap: 3rem;
        align-self: stretch;
        border-top: 1px solid #121212;
        border-bottom: 1px solid #121212;
    }
    .nftSdkPage .nonFungibleContainer .nftsPower .nftManager,
    .nftSdkPage .nonFungibleContainer .nftsPower .nftTrader {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0rem;
        flex: 1 0 0;
        border-radius: 1rem;
    }
    .nftSdkPage .nonFungibleContainer .nftsPower .nftManager img,
    .nftSdkPage .nonFungibleContainer .nftsPower .nftTrader img {
        width: 2rem;
        height: 2rem;
    }
    .nftSdkPage .nonFungibleContainer .nftsPower .nftManager h4,
    .nftSdkPage .nonFungibleContainer .nftsPower .nftTrader h4 {
        color: var(--Text-text-primary, #EEE);
        /* Title/X-Small */
        font-family: Outfit;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 1.375rem */
        letter-spacing: -0.025rem;
    }
    .nftSdkPage .nonFungibleContainer .nftsPower .nftManager p,
    .nftSdkPage .nonFungibleContainer .nftsPower .nftTrader p {
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        align-self: stretch;
    }
    .nftSdkPage .nonFungibleContainer .nftsPower .nftManager .tradingNote,
    .nftSdkPage .nonFungibleContainer .nftsPower .nftTrader .tradingNote {
        color: var(--Text-text-grey, #666);
        font-family: "DM Sans";
        font-size: 0.75rem;
        font-style: italic;
        font-weight: 300;
        line-height: 150%;
        /* 1.125rem */
        letter-spacing: -0.015rem;
    }
    .nftSdkPage .nftContainer {
        display: flex;
        flex-direction: row;
        padding: 10rem 2rem;
        align-items: flex-start;
        align-self: stretch;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 18.67%), linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 18.67%);
    }
    .nftSdkPage .nftContainer .nftContentMobWrapper.nftContent {
        display: none;
    }
    .nftSdkPage .nftContainer .nftContentLaptopWrapper {
        display: flex;
        align-items: flex-start;
    }
    .nftSdkPage .nftContainer .nftContentLaptopWrapper .nftContent {
        display: flex;
        position: relative;
        left: 1%;
        width: 480px;
        padding-right: 0rem;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .nftSdkPage .nftContainer .nftContentLaptopWrapper .nftContent .nfdTitleContainer {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }
    .nftSdkPage .nftContainer .nftContentLaptopWrapper .nftContent .nfdTitleContainer .nfdTitle {
        align-self: stretch;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
        background: linear-gradient(180deg, #FFF 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        width: 432px;
    }
    .nftSdkPage .nftContainer .nftContentLaptopWrapper .nftContent .nfdTitleContainer .nfdSubtitle {
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 1.85625rem */
        letter-spacing: -0.0225rem;
        width: 432px;
    }
    .nftSdkPage .nftContainer .nftContentLaptopWrapper .nftContent .nfdTitleContainer .nfdSubtitle span {
        color: var(--Text-text-primary, #EEE);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 400;
        line-height: 165%;
        letter-spacing: -0.0225rem;
    }
    .nftSdkPage .nftContainer .nftContentLaptopWrapper .nftContent .decentralizedFuture {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 1.5rem;
        white-space: nowrap;
        row-gap: 3rem;
        margin-top: 3rem;
    }
    .nftSdkPage .nftContainer .nftContentLaptopWrapper .nftContent .decentralizedFuture .itemsWrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 0.75rem;
        flex: 1 0 0;
        width: 128px;
    }
    .nftSdkPage .nftContainer .nftContentLaptopWrapper .nftContent .decentralizedFuture .itemsWrapper p {
        display: flex;
        padding: 0rem 0.125rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
        flex: 1 0 0;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
    }
    .nftSdkPage .nftContainer .nftContentLaptopWrapper .nftContent .decentralizedFuture .itemsWrapper img {
        width: 1.875rem;
        height: 1.875rem;
    }
    .nftSdkPage .nftContainer .nftContentLaptopWrapper .nftContent .btnWrapper {
        display: flex;
        padding: 0.375rem 0.625rem 0.375rem 1rem;
        justify-content: center;
        align-items: center;
        gap: 0.375rem;
        border-radius: 0.375rem;
        background: var(--Background-bg-highlight, #222);
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .nftSdkPage .nftContainer .nftContentLaptopWrapper .nftContent .btnWrapper .sdkBtn {
        color: var(--Text-text-secondary, #AAA);
        text-align: center;
        white-space: nowrap;
        /* Text/Medium/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .nftSdkPage .nftContainer .ndfVector {
        height: 40rem;
        fill: radial-gradient(76.93% 98.44% at 98.21% 43.3%, #1B1B1B 0%, rgba(27, 27, 27, 0.65) 85.5%, rgba(27, 27, 27, 0) 100%);
        position: relative;
        right: -6%;
        margin-top: 0rem;
    }
    .nftSdkPage .sectionContainer {
        display: flex;
        padding: 10rem 2rem;
        justify-content: center;
        align-items: center;
        align-self: stretch;
    }
}

@media (min-width: 1281px) {
    .containerWidth {
        width: 1120px;
        max-width: 1120px;
        margin: 0px auto 0px auto;
    }
    .headerWidth {
        width: 1152px;
        max-width: 1152px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .nftSdkPage .sologenicWrapper {
        padding: 42px 0px 120px 0px;
        display: flex;
        flex-direction: column;
    }
    .nftSdkPage .sologenicWrapper .ecoContainer {
        display: flex;
        flex-direction: row;
        width: 100%;
    }
    .nftSdkPage .sologenicWrapper .ecoContainer .sologenicEcosystem {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        left: 0rem;
    }
    .nftSdkPage .sologenicWrapper .ecoContainer .sologenicEcosystem .soloTitlesWrapper {
        display: flex;
        min-width: 30rem;
        padding-right: 3rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    .nftSdkPage .sologenicWrapper .ecoContainer .sologenicEcosystem .soloTitlesWrapper .spanTitle {
        display: flex;
        align-items: center;
        gap: 0.75rem;
    }
    .nftSdkPage .sologenicWrapper .ecoContainer .sologenicEcosystem .soloTitlesWrapper .spanTitle .rec {
        border-radius: 0.25rem;
        background: var(--Text-text-muted, #454545);
        width: 1.125rem;
        height: 0.375rem;
    }
    .nftSdkPage .sologenicWrapper .ecoContainer .sologenicEcosystem .soloTitlesWrapper .spanTitle p {
        color: #E5E5E5;
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        flex: 1 0 0;
    }
    .nftSdkPage .sologenicWrapper .ecoContainer .sologenicEcosystem .soloTitlesWrapper .title {
        flex: 1 0 0;
        /* Header/X-Large */
        font-family: Outfit;
        font-size: 5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 5.5rem */
        letter-spacing: -0.1rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #FFF 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: left;
        width: 556px;
    }
    .nftSdkPage .sologenicWrapper .ecoContainer .sologenicEcosystem .soloTitlesWrapper .btns {
        display: flex;
        align-items: center;
        gap: 1.5rem;
        position: relative;
        top: 1rem;
    }
    .nftSdkPage .sologenicWrapper .ecoContainer .sologenicEcosystem .soloTitlesWrapper .btns .trading {
        display: flex;
        padding: 0.5rem 1.5rem;
        justify-content: center;
        align-items: center;
        gap: 0.25rem;
        border-radius: 0.375rem;
        background: #B1FC03;
        color: #121212;
        text-align: center;
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3125rem;
        /* 150% */
        letter-spacing: -0.0175rem;
    }
    .nftSdkPage .sologenicWrapper .ecoContainer .sologenicEcosystem .soloTitlesWrapper .btns .github {
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3125rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #FFF 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        /* 150% */
    }
    .nftSdkPage .sologenicWrapper .ecoContainer .sologenicEcosystem .soloTitlesWrapper .btns .github img {
        width: 0.9375rem;
        height: 0.9375rem;
        position: relative;
        top: 0.08rem;
        left: 0.3rem;
    }
    .nftSdkPage .sologenicWrapper .ecoContainer .imgContainer {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.625rem;
        flex: 1 0 0;
    }
    .nftSdkPage .sologenicWrapper .ecoContainer .imgContainer .ecosystem-desktop {
        width: 100%;
        flex-shrink: 0;
        fill: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0) 100%);
        backdrop-filter: blur(27.8260860443px);
    }
    .nftSdkPage .nonFungibleContainer {
        padding: 10rem 0rem;
        flex-direction: column;
    }
    .nftSdkPage .nonFungibleContainer .nonFungibleContentContainer {
        width: 100%;
    }
    .nftSdkPage .nonFungibleContainer .nonFungibleContentContainer .contentElementts {
        margin-bottom: 3rem;
    }
    .nftSdkPage .nonFungibleContainer .nonFungibleContentContainer .contentElementts .contentTitleContainer {
        margin-bottom: 3rem;
        width: 100%;
        display: flex;
        align-items: flex-start;
        flex-direction: row;
        align-self: stretch;
    }
    .nftSdkPage .nonFungibleContainer .nonFungibleContentContainer .contentElementts .contentTitleContainer .contentTitle {
        width: 560px;
    }
    .nftSdkPage .nonFungibleContainer .nonFungibleContentContainer .contentElementts .contentTitleContainer .contentSubtitle {
        padding: 3rem 0rem 0rem 3rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
        flex: 1 0 0;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 1.85625rem */
        letter-spacing: -0.0225rem;
    }
    .nftSdkPage .nonFungibleContainer .nonFungibleContentContainer .contentElementts .contentTitleContainer .contentSubtitle .special-word {
        color: var(--Text-text-primary, #EEE);
        /* Text/Light/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        letter-spacing: -0.0225rem;
    }
    .nftSdkPage .nonFungibleContainer .nonFungibleContentContainer .contentElementts .nonFungible-desktop {
        align-self: center;
        width: 100%;
        height: 100%;
        margin-bottom: 0;
    }
    .nftSdkPage .nonFungibleContainer .nftsPower {
        display: flex;
        flex-direction: row;
        max-width: 70rem;
        padding: 3rem 0rem;
        align-items: flex-start;
        gap: 3rem;
        align-self: stretch;
        border-top: 1px solid #121212;
        border-bottom: 1px solid #121212;
    }
    .nftSdkPage .nonFungibleContainer .nftsPower .nftManager img,
    .nftSdkPage .nonFungibleContainer .nftsPower .nftTrader img {
        width: 2rem;
        height: 2rem;
    }
    .nftSdkPage .nonFungibleContainer .nftsPower .nftManager h4,
    .nftSdkPage .nonFungibleContainer .nftsPower .nftTrader h4 {
        color: var(--Text-text-primary, #EEE);
        /* Title/X-Small */
        font-family: Outfit;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 1.375rem */
        letter-spacing: -0.025rem;
    }
    .nftSdkPage .nonFungibleContainer .nftsPower .nftManager p,
    .nftSdkPage .nonFungibleContainer .nftsPower .nftTrader p {
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        align-self: stretch;
    }
    .nftSdkPage .nonFungibleContainer .nftsPower .nftManager .tradingNote,
    .nftSdkPage .nonFungibleContainer .nftsPower .nftTrader .tradingNote {
        color: var(--Text-text-grey, #666);
        font-family: "DM Sans";
        font-size: 0.75rem;
        font-style: italic;
        font-weight: 300;
        line-height: 150%;
        /* 1.125rem */
        letter-spacing: -0.015rem;
    }
    .nftSdkPage .nftContainer {
        display: flex;
        flex-direction: row;
        padding: 10rem 2rem;
        align-items: flex-start;
        align-self: stretch;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 18.67%), linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 18.67%);
    }
    .nftSdkPage .nftContainer .nftContentMobWrapper.nftContent {
        display: none;
    }
    .nftSdkPage .nftContainer .nftContentLaptopWrapper {
        display: flex;
        align-items: flex-start;
    }
    .nftSdkPage .nftContainer .nftContentLaptopWrapper .nftContent {
        display: flex;
        position: relative;
        left: 0%;
        width: 512px;
        padding: 0rem;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        margin-right: 3rem;
    }
    .nftSdkPage .nftContainer .nftContentLaptopWrapper .nftContent .nfdTitleContainer {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }
    .nftSdkPage .nftContainer .nftContentLaptopWrapper .nftContent .nfdTitleContainer .nfdTitle {
        align-self: stretch;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
        background: linear-gradient(180deg, #FFF 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        width: 512px;
    }
    .nftSdkPage .nftContainer .nftContentLaptopWrapper .nftContent .nfdTitleContainer .nfdSubtitle {
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 1.85625rem */
        letter-spacing: -0.0225rem;
        width: 512px;
    }
    .nftSdkPage .nftContainer .nftContentLaptopWrapper .nftContent .nfdTitleContainer .nfdSubtitle span {
        color: var(--Text-text-primary, #EEE);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 400;
        line-height: 165%;
        letter-spacing: -0.0225rem;
    }
    .nftSdkPage .nftContainer .nftContentLaptopWrapper .nftContent .decentralizedFuture {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 1.5rem;
        white-space: nowrap;
        row-gap: 3rem;
        margin-top: 3rem;
    }
    .nftSdkPage .nftContainer .nftContentLaptopWrapper .nftContent .decentralizedFuture .itemsWrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 0.75rem;
        flex: 1 0 0;
        width: 128px;
    }
    .nftSdkPage .nftContainer .nftContentLaptopWrapper .nftContent .decentralizedFuture .itemsWrapper p {
        display: flex;
        padding: 0rem 0.125rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
        flex: 1 0 0;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
    }
    .nftSdkPage .nftContainer .nftContentLaptopWrapper .nftContent .decentralizedFuture .itemsWrapper img {
        width: 1.875rem;
        height: 1.875rem;
    }
    .nftSdkPage .nftContainer .nftContentLaptopWrapper .nftContent .btnWrapper {
        display: flex;
        padding: 0.375rem 0.625rem 0.375rem 1rem;
        justify-content: center;
        align-items: center;
        gap: 0.375rem;
        border-radius: 0.375rem;
        background: var(--Background-bg-highlight, #222);
        margin: 3rem 0;
    }
    .nftSdkPage .nftContainer .nftContentLaptopWrapper .nftContent .btnWrapper .sdkBtn {
        color: var(--Text-text-secondary, #AAA);
        text-align: center;
        white-space: nowrap;
        /* Text/Medium/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .nftSdkPage .nftContainer .ndfVector {
        height: 40rem;
        width: 48.72725rem;
        fill: radial-gradient(76.93% 98.44% at 98.21% 43.3%, #1B1B1B 0%, rgba(27, 27, 27, 0.65) 85.5%, rgba(27, 27, 27, 0) 100%);
        position: relative;
        margin-top: 0rem;
    }
    .nftSdkPage .sectionContainer {
        display: flex;
        padding: 10rem 2rem;
        justify-content: center;
        align-items: center;
        align-self: stretch;
    }
}

@media (min-width: 280px) {
    .containerWidth {
        width: 327px;
        max-width: 327px;
    }
    .headerWidth {
        width: 351px;
        max-width: 351px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .policyPage .aboutUs-heroContainer {
        position: relative;
        display: flex;
        padding: 10rem 2rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        position: relative;
        height: 100%;
        padding: 0 2rem;
        margin: 0;
        z-index: -1;
        top: -18rem;
    }
    .policyPage .aboutUs-heroContainer .lightRayContainer {
        position: absolute;
        right: 0rem;
        width: 34rem;
        height: 33rem;
        top: 10rem;
    }
    .policyPage .aboutUs-heroContainer .policy-dotBackground {
        z-index: 1;
        position: absolute;
        width: 100vw;
        height: 445px;
        top: 150px;
        object-fit: cover;
        align-self: center;
        opacity: 1;
    }
    .policyPage .aboutUs-heroContainer .heroWrapper .heroTexts {
        position: relative;
        top: 5rem;
    }
    .policyPage .aboutUs-heroContainer .heroWrapper .heroTexts .heroTitle {
        font-size: 3.2rem;
    }
    .policyPage .sidebarMenuAndContents {
        position: relative;
        top: 0rem;
        display: flex;
        padding: 0rem 0rem 0rem 0rem;
        justify-content: center;
        align-items: center;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 1.83%);
        margin-bottom: 0rem;
        margin-top: -6rem;
    }
    .policyPage .sidebarMenuAndContents .container {
        display: flex;
        height: 100%;
        position: relative;
    }
    .policyPage .sidebarMenuAndContents .sidebar {
        width: 300px;
        height: 100%;
        margin-right: 20px;
        padding: 20px 10px;
        position: sticky;
        top: 5rem;
        left: 0rem;
        display: none;
    }
    .policyPage .sidebarMenuAndContents .menu-item {
        margin-bottom: 5px;
    }
    .policyPage .sidebarMenuAndContents .accordion-button {
        background: none;
        border: none;
        outline: none;
        width: 100%;
        padding: 10px;
        text-align: left;
        cursor: pointer;
        font-size: 16px;
        transition: background-color 0.3s;
        border-radius: 5px;
        color: var(--Text-text-grey, #666);
        /* Text/Regular/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .policyPage .sidebarMenuAndContents .selectedItem {
        background-color: #121212;
        color: var(--Text-text-primary, #EEE);
    }
    .policyPage .sidebarMenuAndContents .accordion-button:hover {
        background: #121212;
    }
    .policyPage .sidebarMenuAndContents .sub-item {
        padding-left: 20px;
        cursor: pointer;
        margin: 10px 0;
        font-size: 14px;
        transition: color 0.3s;
        background: none;
        color: var(--Text-text-grey, #666);
        /* Text/Regular/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .policyPage .sidebarMenuAndContents .sub-item:hover {
        color: var(--Text-text-primary, #EEE);
    }
    .policyPage .sidebarMenuAndContents .content-area {
        flex: 1;
        height: 100%;
        overflow-y: auto;
        padding: 0;
        border-radius: 8px;
        scroll-behavior: smooth;
        margin-bottom: 3.12rem;
    }
    .policyPage .sidebarMenuAndContents .content-section {
        margin-bottom: 1.88rem;
        padding: 0px;
    }
    .policyPage .sidebarMenuAndContents .content-section h2 {
        font-family: Outfit;
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        letter-spacing: -0.025rem;
        background: linear-gradient(180deg, #FFF 0%, #999 91.64%);
        background-clip: border-box;
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .policyPage .sidebarMenuAndContents .content-section p,
    .policyPage .sidebarMenuAndContents .content-section ul {
        margin-top: 0.75rem;
        color: var(--Text-text-secondary, #AAA);
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        letter-spacing: -0.0175rem;
    }
    .policyPage .sidebarMenuAndContents .content-section p span,
    .policyPage .sidebarMenuAndContents .content-section ul span {
        color: var(--Text-text-primary, #EEE);
        /* Text/Medium/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        letter-spacing: -0.02rem;
    }
    .policyPage .sidebarMenuAndContents .content-section p img,
    .policyPage .sidebarMenuAndContents .content-section ul img {
        width: 100%;
        display: flex;
        margin: 0 auto;
        object-fit: cover;
        height: 18.75rem;
        object-position: right;
    }
    .policyPage .sidebarMenuAndContents .content-section p .img22,
    .policyPage .sidebarMenuAndContents .content-section ul .img22 {
        object-position: right;
    }
    .policyPage .sidebarMenuAndContents .content-section ul {
        margin-top: 0;
    }
    .policyPage .sidebarMenuAndContents .content-section ul li {
        position: relative;
        padding-left: 22px;
        text-align: left;
    }
    .policyPage .sidebarMenuAndContents .content-section ul li:before {
        content: "•";
        position: absolute;
        left: 8px;
        font-size: 1.1rem;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 2px;
        color: #EEE;
    }
    .policyPage .sidebarMenuAndContents .section6 {
        margin-bottom: 2.5rem;
    }
    .policyPage .contentPolicySection {
        height: 25rem;
    }
    .policyPage .contentPolicySection .titleWrapper {
        display: flex;
        max-width: 70rem;
        padding: 0rem 5rem;
        justify-content: center;
        align-items: center;
        gap: 0.625rem;
        align-self: stretch;
    }
    .policyPage .contentPolicySection .titleWrapper .contentPolicyTitle {
        flex: 1 0 0;
        text-align: center;
        /* Header/X-Large */
        font-family: Outfit;
        font-size: 5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 5.5rem */
        letter-spacing: -0.1rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #FFF 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .policyPage .policiesSection {
        display: flex;
        flex-direction: row;
        width: 70rem;
        max-width: 70rem;
        align-items: flex-start;
        gap: 3rem;
    }
    .policyPage .policiesSection .policyList {
        display: flex;
        max-width: 17.5rem;
        flex-direction: column;
        align-items: flex-start;
        flex: 1 0 0;
        gap: 0.75rem;
    }
    .policyPage .policiesSection .policyList .policy {
        display: flex;
        padding: 0.75rem 1.5rem;
        align-items: flex-start;
        align-self: stretch;
        border-radius: 0.5rem;
        background: #171717;
        flex: 1 0 0;
        color: var(--Text-text-grey, #666);
        /* Text/Regular/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .policyPage .policiesSection .policyDesc {
        display: flex;
        padding-left: 3rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 5rem;
        flex: 1 0 0;
        color: var(--Text-text-primary, #EEE);
        /* Text/Medium/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .policyPage .policiesSection .policyDesc .dec {
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
    }
}

@media (min-width: 768px) {
    .containerWidth {
        width: 704px;
        max-width: 704px;
    }
    .headerWidth {
        width: 736px;
        max-width: 736px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .policyPage .aboutUs-heroContainer {
        display: flex;
        padding: 10rem 2rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        position: relative;
        height: 100%;
        padding: 0 2rem;
        margin: 0;
        z-index: -1;
        top: -6.5rem;
    }
    .policyPage .aboutUs-heroContainer .lightRayContainer {
        position: absolute;
        right: 0rem;
        width: 34rem;
        height: 40rem;
        top: -7rem;
    }
    .policyPage .aboutUs-heroContainer .heroWrapper .heroTexts {
        position: relative;
        top: 5rem;
    }
    .policyPage .aboutUs-heroContainer .heroWrapper .heroTexts .heroTitle {
        text-align: center;
        font-family: Outfit;
        font-size: 5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        letter-spacing: -0.1rem;
    }
    .policyPage .sidebarMenuAndContents {
        position: relative;
        top: 0rem;
        display: flex;
        padding: 5rem 0rem 0rem 0rem;
        justify-content: center;
        align-items: center;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 1.83%);
        margin-bottom: 0rem;
        margin-top: 7rem;
    }
    .policyPage .sidebarMenuAndContents .container {
        display: flex;
        height: 100%;
        position: relative;
    }
    .policyPage .sidebarMenuAndContents .sidebar {
        width: 300px;
        height: 100%;
        margin-right: 20px;
        padding: 20px 10px;
        position: sticky;
        top: 5rem;
        left: 0rem;
        display: none;
    }
    .policyPage .sidebarMenuAndContents .menu-item {
        margin-bottom: 5px;
    }
    .policyPage .sidebarMenuAndContents .accordion-button {
        background: none;
        border: none;
        outline: none;
        width: 100%;
        padding: 10px;
        text-align: left;
        cursor: pointer;
        font-size: 16px;
        transition: background-color 0.3s;
        border-radius: 5px;
        color: var(--Text-text-grey, #666);
        /* Text/Regular/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .policyPage .sidebarMenuAndContents .selectedItem {
        background-color: #121212;
        color: var(--Text-text-primary, #EEE);
    }
    .policyPage .sidebarMenuAndContents .accordion-button:hover {
        background: #121212;
    }
    .policyPage .sidebarMenuAndContents .sub-item {
        padding-left: 20px;
        cursor: pointer;
        margin: 10px 0;
        font-size: 14px;
        transition: color 0.3s;
        background: none;
        color: var(--Text-text-grey, #666);
        /* Text/Regular/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .policyPage .sidebarMenuAndContents .sub-item:hover {
        color: var(--Text-text-primary, #EEE);
    }
    .policyPage .sidebarMenuAndContents .content-area {
        flex: 1;
        height: 100%;
        overflow-y: auto;
        padding: 0px;
        border-radius: 8px;
        scroll-behavior: smooth;
        margin-bottom: 5rem;
    }
    .policyPage .sidebarMenuAndContents .content-section {
        margin-bottom: 5rem;
        padding: 0px;
    }
    .policyPage .sidebarMenuAndContents .content-section h2 {
        font-family: Outfit;
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 1.1rem */
        letter-spacing: -0.02rem;
        background: linear-gradient(180deg, #FFF 0%, #999 91.64%);
        background-clip: border-box;
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .policyPage .sidebarMenuAndContents .content-section p {
        color: var(--Text-text-secondary, #AAA);
        margin-top: 0.75rem;
        /* Text/Light/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .policyPage .sidebarMenuAndContents .content-section p span {
        color: var(--Text-text-primary, #EEE);
        /* Text/Light/X-Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .policyPage .sidebarMenuAndContents .content-section p img {
        width: 100%;
        display: flex;
        margin: 0 auto;
        height: 25rem;
        object-fit: contain;
        object-position: center;
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }
    .policyPage .sidebarMenuAndContents .content-section p .img22 {
        display: flex;
        margin: 0 auto;
        height: 25rem;
        object-fit: contain;
        object-position: center;
    }
    .policyPage .sidebarMenuAndContents .content-section ul li::before {
        content: "•";
        position: absolute;
        left: 8px;
        font-size: 0.875rem;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 4px;
        color: #EEE;
    }
    .policyPage .sidebarMenuAndContents .section6 {
        margin-bottom: 2.5rem;
    }
    .policyPage .contentPolicySection {
        height: 25rem;
    }
    .policyPage .contentPolicySection .titleWrapper {
        display: flex;
        max-width: 70rem;
        padding: 0rem 5rem;
        justify-content: center;
        align-items: center;
        gap: 0.625rem;
        align-self: stretch;
    }
    .policyPage .contentPolicySection .titleWrapper .contentPolicyTitle {
        flex: 1 0 0;
        text-align: center;
        /* Header/X-Large */
        font-family: Outfit;
        font-size: 5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 5.5rem */
        letter-spacing: -0.1rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #FFF 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .policyPage .policiesSection {
        display: flex;
        flex-direction: row;
        width: 70rem;
        max-width: 70rem;
        align-items: flex-start;
        gap: 3rem;
    }
    .policyPage .policiesSection .policyList {
        display: flex;
        max-width: 17.5rem;
        flex-direction: column;
        align-items: flex-start;
        flex: 1 0 0;
        gap: 0.75rem;
    }
    .policyPage .policiesSection .policyList .policy {
        display: flex;
        padding: 0.75rem 1.5rem;
        align-items: flex-start;
        align-self: stretch;
        border-radius: 0.5rem;
        background: #171717;
        flex: 1 0 0;
        color: var(--Text-text-grey, #666);
        /* Text/Regular/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .policyPage .policiesSection .policyDesc {
        display: flex;
        padding-left: 3rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 5rem;
        flex: 1 0 0;
        color: var(--Text-text-primary, #EEE);
        /* Text/Medium/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .policyPage .policiesSection .policyDesc .dec {
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
    }
}

@media (min-width: 1024px) {
    .containerWidth {
        width: 960px;
        max-width: 960px;
        margin: 0px auto 0px auto;
    }
    .headerWidth {
        max-width: 976px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .policyPage .aboutUs-heroContainer {
        display: flex;
        padding: 0rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        height: 100%;
        padding: 0 2rem;
        margin: 0;
        z-index: -1;
        top: 0rem;
    }
    .policyPage .aboutUs-heroContainer .lightRayContainer {
        position: absolute;
        right: 0rem;
        width: 38rem;
        height: 38rem;
        top: -13rem;
    }
    .policyPage .aboutUs-heroContainer .policy-dotBackground {
        z-index: 1;
        position: absolute;
        width: 100vw;
        height: 445px;
        top: -5rem;
        object-fit: cover;
        align-self: center;
        opacity: 1;
    }
    .policyPage .aboutUs-heroContainer .heroWrapper {
        margin-top: 4rem;
        display: flex;
        max-width: 70rem;
        flex-direction: column;
        align-items: center;
        gap: 3rem;
        align-self: stretch;
        width: 50rem;
    }
    .policyPage .aboutUs-heroContainer .heroWrapper .heroTexts {
        position: relative;
        top: 0rem;
    }
    .policyPage .sidebarMenuAndContents {
        position: relative;
        top: 0rem;
        display: flex;
        padding: 4rem 2rem 10rem 2rem;
        justify-content: center;
        align-items: center;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 1.83%);
        margin-bottom: 0rem;
        margin-top: 10rem;
    }
    .policyPage .sidebarMenuAndContents .container {
        display: flex;
        height: 100%;
        position: relative;
    }
    .policyPage .sidebarMenuAndContents .sidebar {
        width: 17.5rem;
        height: 100%;
        margin-right: 24px;
        padding: 0px 10px;
        position: sticky;
        top: 5rem;
        left: 0rem;
        display: block;
    }
    .policyPage .sidebarMenuAndContents .menu-item {
        margin-bottom: 5px;
    }
    .policyPage .sidebarMenuAndContents .accordion-button {
        background: none;
        border: none;
        outline: none;
        width: 100%;
        padding: 10px;
        text-align: left;
        cursor: pointer;
        font-size: 16px;
        transition: background-color 0.3s;
        border-radius: 5px;
        color: var(--Text-text-grey, #666);
        /* Text/Regular/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .policyPage .sidebarMenuAndContents .selectedItem {
        background-color: #121212;
        color: var(--Text-text-primary, #EEE);
    }
    .policyPage .sidebarMenuAndContents .accordion-button:hover {
        background: #121212;
    }
    .policyPage .sidebarMenuAndContents .sub-item {
        padding-left: 0px;
        cursor: pointer;
        margin: 0;
        font-size: 14px;
        transition: color 0.3s;
        padding: 0.75rem 1.5rem 0.75rem 1.5rem;
        color: var(--Text-text-grey, #666);
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: -0.0175rem;
    }
    .policyPage .sidebarMenuAndContents .sub-item:hover {
        color: var(--Text-text-primary, #EEE);
    }
    .policyPage .sidebarMenuAndContents .content-area {
        flex: 1;
        height: 100%;
        overflow-y: auto;
        padding: 0px 30px 20px 24px;
        border-radius: 8px;
        scroll-behavior: smooth;
    }
    .policyPage .sidebarMenuAndContents .content-section {
        margin-bottom: 5rem;
        padding: 0px;
    }
    .policyPage .sidebarMenuAndContents .content-section h2 {
        font-family: Outfit;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        letter-spacing: -0.025rem;
        background: linear-gradient(180deg, #FFF 0%, #999 91.64%);
        background-clip: border-box;
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .policyPage .sidebarMenuAndContents .content-section p {
        color: var(--Text-text-secondary, #AAA);
        margin-top: 1rem;
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
    }
    .policyPage .sidebarMenuAndContents .content-section p span {
        color: var(--Text-text-primary, #EEE);
        /* Text/Medium/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        letter-spacing: -0.02rem;
    }
    .policyPage .sidebarMenuAndContents .content-section p img {
        width: 100%;
        display: flex;
        margin: 2.5rem auto;
    }
    .policyPage .sidebarMenuAndContents .content-section p .img22 {
        margin: 2.5rem auto 0rem auto;
    }
    .policyPage .sidebarMenuAndContents .section6 {
        margin-bottom: 2.5rem;
    }
    .policyPage .contentPolicySection {
        height: 25rem;
    }
    .policyPage .contentPolicySection .titleWrapper {
        display: flex;
        max-width: 70rem;
        padding: 0rem 5rem;
        justify-content: center;
        align-items: center;
        gap: 0.625rem;
        align-self: stretch;
    }
    .policyPage .contentPolicySection .titleWrapper .contentPolicyTitle {
        flex: 1 0 0;
        text-align: center;
        /* Header/X-Large */
        font-family: Outfit;
        font-size: 5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 5.5rem */
        letter-spacing: -0.1rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #FFF 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .policyPage .policiesSection {
        display: flex;
        flex-direction: row;
        width: 70rem;
        max-width: 70rem;
        align-items: flex-start;
        gap: 3rem;
    }
    .policyPage .policiesSection .policyList {
        display: flex;
        max-width: 17.5rem;
        flex-direction: column;
        align-items: flex-start;
        flex: 1 0 0;
        gap: 0.75rem;
    }
    .policyPage .policiesSection .policyList .policy {
        display: flex;
        padding: 0.75rem 1.5rem;
        align-items: flex-start;
        align-self: stretch;
        border-radius: 0.5rem;
        background: #171717;
        flex: 1 0 0;
        color: var(--Text-text-grey, #666);
        /* Text/Regular/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .policyPage .policiesSection .policyDesc {
        display: flex;
        padding-left: 3rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 5rem;
        flex: 1 0 0;
        color: var(--Text-text-primary, #EEE);
        /* Text/Medium/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .policyPage .policiesSection .policyDesc .dec {
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
    }
}

@media (min-width: 1281px) {
    .containerWidth {
        width: 1120px;
        max-width: 1120px;
        margin: 0px auto 0px auto;
    }
    .headerWidth {
        width: 1152px;
        max-width: 1152px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .policyPage .aboutUs-heroContainer .heroWrapper {
        margin-top: 4.3rem;
        display: flex;
        max-width: 70rem;
        flex-direction: column;
        align-items: center;
        gap: 3rem;
        align-self: stretch;
        width: 60rem;
    }
    .policyPage .sidebarMenuAndContents .content-area {
        flex: 1;
        height: 100%;
        overflow-y: auto;
        padding: 20px 30px 20px 24px;
        border-radius: 8px;
        scroll-behavior: smooth;
    }
    .policyPage .sidebarMenuAndContents .sidebar {
        width: 17.5rem;
        height: 100%;
        margin-right: 24px;
        padding: 20px 1.5rem;
        position: sticky;
        top: 5rem;
        left: 0rem;
        display: block;
    }
}

@media (min-width: 280px) {
    .containerWidth {
        width: 327px;
        max-width: 327px;
    }
    .headerWidth {
        width: 351px;
        max-width: 351px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .contactPage .sectionContainer {
        display: flex;
        flex-direction: column;
        max-width: 70rem;
        align-items: center;
        align-self: stretch;
        margin-top: 50px;
        margin-bottom: 3rem;
    }
    .contactPage .sectionContainer .titleContainer {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        text-align: left;
        width: 327px;
    }
    .contactPage .sectionContainer .titleContainer .title {
        flex: 1 0 0;
        /* Header/Medium */
        font-family: Outfit;
        font-size: 3.5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.85rem */
        letter-spacing: -0.07rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #FFF 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .contactPage .sectionContainer .titleContainer .subTitle {
        flex: 1 0 0;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 1.85625rem */
        letter-spacing: -0.0225rem;
    }
    .contactPage .sectionContainer .getIntouch-desktop {
        width: 25rem;
        height: auto;
        flex-shrink: 0;
        margin-top: 3rem;
    }
    .contactPage .inquiriesSection {
        display: flex;
        padding: 40px 0rem 5rem 0rem;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 18.67%);
    }
    .contactPage .inquiriesSection .inquiriesContainer {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0.5rem;
    }
    .contactPage .inquiriesSection .inquiriesContainer .inquiryItem {
        display: flex;
        padding: 1.5rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
        flex: 1 0 0;
        align-self: stretch;
        border-radius: 1rem;
        background: #040404;
    }
    .contactPage .inquiriesSection .inquiriesContainer .inquiryItem:hover {
        background: #121212;
        transition: background 0.3s ease, transform 0.3s ease;
    }
    .contactPage .inquiriesSection .inquiriesContainer .inquiryItem img {
        width: 1.5rem;
        height: 1.5rem;
    }
    .contactPage .inquiriesSection .inquiriesContainer .inquiryItem .title {
        align-self: stretch;
        color: var(--Text-text-primary, #EEE);
        /* Title/X-Small */
        font-family: Outfit;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 1.375rem */
        letter-spacing: -0.025rem;
        margin-top: 1rem;
    }
    .contactPage .inquiriesSection .inquiriesContainer .inquiryItem .subTitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
    }
    .contactPage .inquiriesSection .inquiriesContainer .inquiryItem .btnWrapper {
        display: flex;
        padding: 0.375rem 0.625rem 0.375rem 1rem;
        justify-content: center;
        align-items: center;
        gap: 0.375rem;
        border-radius: 0.375rem;
        background: var(--Background-bg-highlight, #222);
        width: 100%;
        margin-top: 1rem;
    }
    .contactPage .inquiriesSection .inquiriesContainer .inquiryItem .btnWrapper:hover {
        background: var(--Background-bg-tonal, #333);
    }
    .contactPage .inquiriesSection .inquiriesContainer .inquiryItem .btnWrapper a {
        gap: 0.375rem;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        color: var(--Text-text-secondary, #AAA);
        text-align: center;
        /* Text/Medium/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .contactPage .inquiriesSection .inquiriesContainer .inquiryItem .btnWrapper a img {
        width: 1rem;
    }
}

@media (min-width: 768px) {
    .containerWidth {
        width: 704px;
        max-width: 704px;
    }
    .headerWidth {
        width: 736px;
        max-width: 736px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .contactPage .sectionContainer {
        padding: 50px 0px 7.5rem 0;
        display: flex;
        flex-direction: row;
        max-width: 70rem;
        align-items: center;
        align-self: stretch;
        margin-top: 0rem;
        margin-bottom: 0;
    }
    .contactPage .sectionContainer .titleContainer {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        text-align: left;
        width: 30rem;
    }
    .contactPage .sectionContainer .titleContainer .title {
        flex: 1 0 0;
        /* Header/X-Large */
        font-family: Outfit;
        font-size: 5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 5.5rem */
        letter-spacing: -0.1rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #FFF 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: left;
        width: 30rem;
    }
    .contactPage .sectionContainer .titleContainer .subTitle {
        flex: 1 0 0;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Regular/Large */
        font-family: "DM Sans";
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 2.0625rem */
        letter-spacing: -0.025rem;
        width: 27.4rem;
    }
    .contactPage .sectionContainer .getIntouch-desktop {
        flex-shrink: 0;
        position: relative;
        left: -11rem;
        z-index: -1;
        width: 35rem;
        height: 35rem;
        margin-top: 0;
    }
    .contactPage .inquiriesSection {
        display: flex;
        padding: 5rem 0rem 10rem 0rem;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 18.67%);
    }
    .contactPage .inquiriesSection .inquiriesContainer {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
    }
    .contactPage .inquiriesSection .inquiriesContainer .inquiryItem {
        display: flex;
        padding: 1.5rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
        flex: 1 0 0;
        align-self: stretch;
        border-radius: 1rem;
        background: #040404;
    }
    .contactPage .inquiriesSection .inquiriesContainer .inquiryItem img {
        width: 1.5rem;
        height: 1.5rem;
    }
    .contactPage .inquiriesSection .inquiriesContainer .inquiryItem .title {
        align-self: stretch;
        color: var(--Text-text-primary, #EEE);
        /* Title/X-Small */
        font-family: Outfit;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 1.375rem */
        letter-spacing: -0.025rem;
    }
    .contactPage .inquiriesSection .inquiriesContainer .inquiryItem .subTitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
    }
    .contactPage .inquiriesSection .inquiriesContainer .inquiryItem .btnWrapper {
        display: flex;
        padding: 0.375rem 0.625rem 0.375rem 1rem;
        justify-content: center;
        align-items: center;
        gap: 0.375rem;
        border-radius: 0.375rem;
        background: var(--Background-bg-highlight, #222);
        width: auto;
    }
    .contactPage .inquiriesSection .inquiriesContainer .inquiryItem .btnWrapper a {
        gap: 0.375rem;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        color: var(--Text-text-secondary, #AAA);
        text-align: center;
        /* Text/Medium/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .contactPage .inquiriesSection .inquiriesContainer .inquiryItem .btnWrapper a img {
        width: 1rem;
    }
    .contactPage .inquiriesSection .inquiriesContainer .inquiryItem .presInquiry {
        position: relative;
        top: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .containerWidth {
        width: 960px;
        max-width: 960px;
        margin: 0px auto 0px auto;
    }
    .headerWidth {
        max-width: 976px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .contactPage .sectionContainer {
        padding: 42px 0px 120px 0px;
        display: flex;
        flex-direction: row;
        max-width: 70rem;
        align-items: center;
        align-self: stretch;
    }
    .contactPage .sectionContainer .titleContainer {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        text-align: left;
    }
    .contactPage .sectionContainer .titleContainer .title {
        flex: 1 0 0;
        /* Header/X-Large */
        font-family: Outfit;
        font-size: 5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 5.5rem */
        letter-spacing: -0.1rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #FFF 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: left;
        width: 480px;
    }
    .contactPage .sectionContainer .titleContainer .subTitle {
        flex: 1 0 0;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Regular/Large */
        font-family: "DM Sans";
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 2.0625rem */
        letter-spacing: -0.025rem;
    }
    .contactPage .sectionContainer .getIntouch-desktop {
        width: 35rem;
        height: 35rem;
        flex-shrink: 0;
        position: relative;
        left: -2rem;
        z-index: -1;
        margin-top: 0;
    }
    .contactPage .inquiriesSection {
        display: flex;
        padding: 5rem 0rem 10rem 0em;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 18.67%);
    }
    .contactPage .inquiriesSection .inquiriesContainer {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
        width: 960px;
    }
    .contactPage .inquiriesSection .inquiriesContainer .inquiryItem {
        display: flex;
        padding: 1.5rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
        flex: 1 0 0;
        align-self: stretch;
        border-radius: 1rem;
        background: #040404;
        width: 476px;
    }
    .contactPage .inquiriesSection .inquiriesContainer .inquiryItem img {
        width: 1.5rem;
        height: 1.5rem;
    }
    .contactPage .inquiriesSection .inquiriesContainer .inquiryItem .title {
        align-self: stretch;
        color: var(--Text-text-primary, #EEE);
        /* Title/X-Small */
        font-family: Outfit;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 1.375rem */
        letter-spacing: -0.025rem;
    }
    .contactPage .inquiriesSection .inquiriesContainer .inquiryItem .subTitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
    }
    .contactPage .inquiriesSection .inquiriesContainer .inquiryItem .btnWrapper {
        display: flex;
        padding: 0.375rem 0.625rem 0.375rem 1rem;
        justify-content: center;
        align-items: center;
        gap: 0.375rem;
        cursor: pointer;
        border-radius: 0.375rem;
        background: var(--Background-bg-highlight, #222);
    }
    .contactPage .inquiriesSection .inquiriesContainer .inquiryItem .btnWrapper a {
        gap: 0.375rem;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        color: var(--Text-text-secondary, #AAA);
        text-align: center;
        /* Text/Medium/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .contactPage .inquiriesSection .inquiriesContainer .inquiryItem .btnWrapper a img {
        width: 1rem;
    }
}

@media (min-width: 1281px) {
    .containerWidth {
        width: 1120px;
        max-width: 1120px;
        margin: 0px auto 0px auto;
    }
    .headerWidth {
        width: 1152px;
        max-width: 1152px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .contactPage .sectionContainer {
        padding: 42px 0px 120px 0px;
        display: flex;
        flex-direction: row;
        max-width: 70rem;
        align-items: center;
        align-self: stretch;
    }
    .contactPage .sectionContainer .titleContainer {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        text-align: left;
    }
    .contactPage .sectionContainer .titleContainer .title {
        flex: 1 0 0;
        /* Header/X-Large */
        font-family: Outfit;
        font-size: 5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 5.5rem */
        letter-spacing: -0.1rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #FFF 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: left;
    }
    .contactPage .sectionContainer .titleContainer .subTitle {
        flex: 1 0 0;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Regular/Large */
        font-family: "DM Sans";
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 2.0625rem */
        letter-spacing: -0.025rem;
    }
    .contactPage .sectionContainer .getIntouch-desktop {
        width: 35rem;
        height: 35rem;
        flex-shrink: 0;
        position: relative;
        left: 4rem;
        z-index: -1;
        margin-top: 0;
    }
    .contactPage .inquiriesSection {
        display: flex;
        padding: 5rem 2rem 10rem 2rem;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 18.67%);
    }
    .contactPage .inquiriesSection .inquiriesContainer {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
        width: 960px;
    }
    .contactPage .inquiriesSection .inquiriesContainer .inquiryItem {
        display: flex;
        padding: 1.5rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
        flex: 1 0 0;
        align-self: stretch;
        border-radius: 1rem;
        background: #040404;
        width: 476px;
    }
    .contactPage .inquiriesSection .inquiriesContainer .inquiryItem img {
        width: 1.5rem;
        height: 1.5rem;
    }
    .contactPage .inquiriesSection .inquiriesContainer .inquiryItem .title {
        align-self: stretch;
        color: var(--Text-text-primary, #EEE);
        /* Title/X-Small */
        font-family: Outfit;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 1.375rem */
        letter-spacing: -0.025rem;
    }
    .contactPage .inquiriesSection .inquiriesContainer .inquiryItem .subTitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
    }
    .contactPage .inquiriesSection .inquiriesContainer .inquiryItem .btnWrapper {
        display: flex;
        padding: 0.375rem 0.625rem 0.375rem 1rem;
        justify-content: center;
        align-items: center;
        gap: 0.375rem;
        border-radius: 0.375rem;
        background: var(--Background-bg-highlight, #222);
    }
    .contactPage .inquiriesSection .inquiriesContainer .inquiryItem .btnWrapper a {
        gap: 0.375rem;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        color: var(--Text-text-secondary, #AAA);
        text-align: center;
        /* Text/Medium/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .contactPage .inquiriesSection .inquiriesContainer .inquiryItem .btnWrapper a img {
        width: 1rem;
    }
}

@media (min-width: 280px) {
    .containerWidth {
        width: 327px;
        max-width: 327px;
    }
    .headerWidth {
        width: 351px;
        max-width: 351px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .containerSection {
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 18.67%);
    }
    .pressInquiriespage {
        display: flex;
        flex-direction: column;
        max-width: 70rem;
        justify-content: center;
        align-items: flex-start;
        align-self: stretch;
    }
    .pressInquiriespage .contentContainer {
        display: flex;
        max-width: 30rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        flex: 1 0 0;
        padding: 50px 0px 3rem 0px;
    }
    .pressInquiriespage .contentContainer .title {
        flex: 1 0 0;
        /* Title/Large */
        font-family: Outfit;
        font-size: 2.5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 2.75rem */
        letter-spacing: -0.05rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #fff 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .pressInquiriespage .contentContainer .subTitle {
        flex: 1 0 0;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
    }
    .pressInquiriespage .contentContainer .subTitle2 {
        flex: 1 0 0;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        width: 452px;
        white-space: nowrap;
        margin-top: 2.25rem;
    }
    .pressInquiriespage .contentContainer .email {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        color: var(--Text-text-primary, #eee);
        /* Text/Medium/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        letter-spacing: -0.02rem;
    }
    .pressInquiriespage .formContainer {
        display: flex;
        padding: 1rem;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        flex: 1 0 0;
        border-radius: 1rem;
        background: #040404;
        text-align: left;
        margin-bottom: 5rem;
    }
    .pressInquiriespage .formContainer .airtable-embed {
        background: #040404;
    }
}

@media (min-width: 768px) {
    .containerWidth {
        width: 704px;
        max-width: 704px;
    }
    .headerWidth {
        width: 736px;
        max-width: 736px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .pressInquiriespage {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        align-self: stretch;
    }
    .pressInquiriespage .contentContainer {
        display: flex;
        max-width: 30rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        flex: 1 0 0;
        padding: 5.6rem 0px 3rem 0px;
    }
    .pressInquiriespage .contentContainer .title {
        flex: 1 0 0;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #fff 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .pressInquiriespage .contentContainer .subTitle {
        width: 700px;
        flex: 1 0 0;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
    }
    .pressInquiriespage .contentContainer .subTitle2 {
        flex: 1 0 0;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        width: 452px;
        white-space: nowrap;
        margin-top: 2.25rem;
    }
    .pressInquiriespage .contentContainer .email {
        width: 29.75rem;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        color: var(--Text-text-primary, #eee);
        /* Text/Medium/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        letter-spacing: -0.02rem;
    }
    .pressInquiriespage .formContainer {
        display: flex;
        padding: 1rem;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        flex: 1 0 0;
        border-radius: 1rem;
        background: #040404;
        text-align: left;
        width: 100%;
        margin-bottom: 10rem;
    }
    .pressInquiriespage .formContainer iframe {
        height: 50rem;
    }
    .pressInquiriespage .formContainer .airtable-embed {
        background: #040404;
    }
}

@media (min-width: 1024px) {
    .containerWidth {
        width: 960px;
        max-width: 960px;
        margin: 0px auto 0px auto;
    }
    .headerWidth {
        max-width: 976px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .containerSection {
        display: flex;
        padding: 5.5rem 2rem;
        flex-direction: column;
        align-items: center;
        gap: 3rem;
        align-self: stretch;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 18.67%);
    }
    .containerSection .pressInquiriespage {
        display: flex;
        flex-direction: row;
        max-width: 70rem;
        justify-content: center;
        align-items: flex-start;
        gap: 5rem;
        align-self: stretch;
    }
    .containerSection .pressInquiriespage .contentContainer {
        display: flex;
        max-width: 30rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        flex: 1 0 0;
        padding: 0rem;
    }
    .containerSection .pressInquiriespage .contentContainer .title {
        flex: 1 0 0;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #fff 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        width: 28.25rem;
    }
    .containerSection .pressInquiriespage .contentContainer .subTitle {
        flex: 1 0 0;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        width: 452px;
    }
    .containerSection .pressInquiriespage .contentContainer .subTitle2 {
        flex: 1 0 0;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        width: 452px;
        white-space: nowrap;
        margin-top: 2.25rem;
    }
    .containerSection .pressInquiriespage .contentContainer .email {
        width: 29.75rem;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        color: var(--Text-text-primary, #eee);
        /* Text/Medium/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        letter-spacing: -0.02rem;
    }
    .containerSection .pressInquiriespage .formContainer {
        transition: background-color 0.3s ease;
    }
    .containerSection .pressInquiriespage .formContainer[data-background-active=false] {
        background-color: transparent;
    }
    .containerSection .pressInquiriespage .formContainer[data-background-active=true] {
        background-color: #040404;
    }
    .containerSection .pressInquiriespage .loader {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 533px;
        color: #fff;
        font-size: 1.2rem;
        position: relative;
    }
    .containerSection .pressInquiriespage .loader .progressBarWrapper {
        width: 80%;
        height: 10px;
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 5px;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .containerSection .pressInquiriespage .loader .loadingTitle {
        flex: 1 0 0;
        color: var(--Text-text-secondary, #aaa);
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: -0.02rem;
        width: 452px;
        justify-content: center;
        display: flex;
    }
    .containerSection .pressInquiriespage .loader .progressBar {
        width: 0%;
        height: 100%;
        background-image: linear-gradient(90deg, #8b0000, #ffffff, #000000, var(--Text-text-secondary, #aaa));
        border-radius: 5px;
        animation: loading 0.75s ease-out forwards;
    }
    @keyframes loading {
        0% {
            width: 0%;
        }
        100% {
            width: 100%;
        }
    }
}

@media (min-width: 1281px) {
    .containerWidth {
        width: 1120px;
        max-width: 1120px;
        margin: 0px auto 0px auto;
    }
    .headerWidth {
        width: 1152px;
        max-width: 1152px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .containerSection {
        display: flex;
        padding: 5.5rem 2rem;
        flex-direction: column;
        align-items: center;
        gap: 3rem;
        align-self: stretch;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 18.67%);
    }
    .containerSection .pressInquiriespage {
        display: flex;
        flex-direction: row;
        max-width: 70rem;
        justify-content: center;
        align-items: flex-start;
        gap: 3rem;
        align-self: stretch;
        padding: 0rem;
    }
    .containerSection .pressInquiriespage .contentContainer {
        display: flex;
        max-width: 30rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        flex: 1 0 0;
    }
    .containerSection .pressInquiriespage .contentContainer .title {
        flex: 1 0 0;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #fff 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        width: 28.25rem;
    }
    .containerSection .pressInquiriespage .contentContainer .subTitle {
        flex: 1 0 0;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        width: 480px;
    }
    .containerSection .pressInquiriespage .contentContainer .subTitle2 {
        flex: 1 0 0;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        width: 452px;
        white-space: nowrap;
        margin-top: 2.25rem;
    }
    .containerSection .pressInquiriespage .contentContainer .email {
        width: 29.75rem;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        color: var(--Text-text-primary, #eee);
        /* Text/Medium/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        letter-spacing: -0.02rem;
    }
    .containerSection .pressInquiriespage .formContainer {
        display: flex;
        padding: 1rem;
        flex-direction: column;
        align-items: flex-end;
        gap: 2rem;
        flex: 1 0 0;
        border-radius: 1rem;
        background: #040404;
        text-align: left;
        margin-bottom: 10rem;
    }
    .containerSection .pressInquiriespage .formContainer .airtable-embed {
        background: #040404;
    }
    .containerSection .pressInquiriespage .formContainer .privacy {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .containerSection .pressInquiriespage .formContainer .privacy .pipedrive {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        text-align: right;
        /* Text/Light/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .containerSection .airtable-embed {
        border: 2px solid #333;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
}

@media (min-width: 280px) {
    .containerWidth {
        width: 327px;
        max-width: 327px;
    }
    .headerWidth {
        width: 351px;
        max-width: 351px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .partnershipOppPageWrapper {
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 18.67%);
    }
    .pressInquiriespage {
        display: flex;
        flex-direction: column;
        max-width: 70rem;
        justify-content: center;
        align-items: flex-start;
        align-self: stretch;
    }
    .pressInquiriespage .contentContainer {
        display: flex;
        max-width: 30rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        flex: 1 0 0;
        padding: 50px 0px;
    }
    .pressInquiriespage .contentContainer .title {
        flex: 1 0 0;
        /* Title/Large */
        font-family: Outfit;
        font-size: 2.5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 2.75rem */
        letter-spacing: -0.05rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #FFF 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        width: 327px;
    }
    .pressInquiriespage .contentContainer .subTitle {
        flex: 1 0 0;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        width: 327px;
    }
    .pressInquiriespage .contentContainer .subTitle2 {
        flex: 1 0 0;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        width: 327px;
        white-space: inherit;
        margin-top: 2.25rem;
    }
    .pressInquiriespage .contentContainer .email {
        align-self: stretch;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        color: var(--Text-text-primary, #EEE);
        /* Text/Medium/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        letter-spacing: -0.02rem;
    }
    .pressInquiriespage .formContainer {
        transition: background-color 0.3s ease;
    }
    .pressInquiriespage .formContainer[data-background-active=false] {
        background-color: transparent;
    }
    .pressInquiriespage .formContainer[data-background-active=true] {
        background-color: #040404;
    }
    .pressInquiriespage .loader {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 533px;
        color: #fff;
        font-size: 1.2rem;
        position: relative;
    }
    .pressInquiriespage .loader .progressBarWrapper {
        width: 80%;
        height: 10px;
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 5px;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .pressInquiriespage .loader .loadingTitle {
        flex: 1 0 0;
        color: var(--Text-text-secondary, #AAA);
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: -0.02rem;
        width: 327px;
        display: flex;
        justify-content: center;
    }
    .pressInquiriespage .loader .progressBar {
        width: 0%;
        height: 100%;
        background-image: linear-gradient(90deg, #8B0000, #ffffff, #000000, var(--Text-text-secondary, #AAA));
        border-radius: 5px;
        animation: loading 0.75s ease-out forwards;
    }
    @keyframes loading {
        0% {
            width: 0%;
        }
        100% {
            width: 100%;
        }
    }
}

@media (min-width: 768px) {
    .containerWidth {
        width: 704px;
        max-width: 704px;
    }
    .headerWidth {
        width: 736px;
        max-width: 736px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .pressInquiriespage {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        align-self: stretch;
    }
    .pressInquiriespage .contentContainer {
        display: flex;
        max-width: 30rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        flex: 1 0 0;
        padding: 5.6rem 0px 3rem 0px;
    }
    .pressInquiriespage .contentContainer .title {
        flex: 1 0 0;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #FFF 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        width: 700px;
    }
    .pressInquiriespage .contentContainer .subTitle {
        width: 700px;
        flex: 1 0 0;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
    }
    .pressInquiriespage .contentContainer .subTitle2 {
        flex: 1 0 0;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        width: 452px;
        white-space: nowrap;
        margin-top: 2.25rem;
    }
    .pressInquiriespage .contentContainer .email {
        width: 29.75rem;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        color: var(--Text-text-primary, #EEE);
        /* Text/Medium/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        letter-spacing: -0.02rem;
    }
    .pressInquiriespage .formContainer {
        transition: background-color 0.3s ease;
    }
    .pressInquiriespage .formContainer[data-background-active=false] {
        background-color: transparent;
    }
    .pressInquiriespage .formContainer[data-background-active=true] {
        background-color: #040404;
    }
    .pressInquiriespage .loader {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 533px;
        color: #fff;
        font-size: 1.2rem;
        position: relative;
    }
    .pressInquiriespage .loader .progressBarWrapper {
        width: 80%;
        height: 10px;
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 5px;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .pressInquiriespage .loader .loadingTitle {
        flex: 1 0 0;
        color: var(--Text-text-secondary, #AAA);
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: -0.02rem;
        width: 560px;
        display: flex;
        justify-content: center;
    }
    .pressInquiriespage .loader .progressBar {
        width: 0%;
        height: 100%;
        background-image: linear-gradient(90deg, #8B0000, #ffffff, #000000, var(--Text-text-secondary, #AAA));
        border-radius: 5px;
        animation: loading 0.75s ease-out forwards;
    }
    @keyframes loading {
        0% {
            width: 0%;
        }
        100% {
            width: 100%;
        }
    }
}

@media (min-width: 1024px) {
    .containerWidth {
        width: 960px;
        max-width: 960px;
        margin: 0px auto 0px auto;
    }
    .headerWidth {
        max-width: 976px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .pressInquiriespage {
        display: flex;
        flex-direction: row;
        max-width: 70rem;
        justify-content: center;
        align-items: flex-start;
        gap: 5rem;
        align-self: stretch;
        padding: 5.5rem 0rem;
    }
    .pressInquiriespage .contentContainer {
        display: flex;
        max-width: 30rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        flex: 1 0 0;
        padding: 0rem;
    }
    .pressInquiriespage .contentContainer .title {
        flex: 1 0 0;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #FFF 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        width: 28.25rem;
    }
    .pressInquiriespage .contentContainer .subTitle {
        flex: 1 0 0;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        width: 452px;
    }
    .pressInquiriespage .contentContainer .subTitle2 {
        flex: 1 0 0;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        width: 452px;
        white-space: nowrap;
        margin-top: 2.25rem;
    }
    .pressInquiriespage .contentContainer .email {
        width: 29.75rem;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        color: var(--Text-text-primary, #EEE);
        /* Text/Medium/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        letter-spacing: -0.02rem;
    }
    .pressInquiriespage .formContainer {
        transition: background-color 0.3s ease;
    }
    .pressInquiriespage .formContainer[data-background-active=false] {
        background-color: transparent;
    }
    .pressInquiriespage .formContainer[data-background-active=true] {
        background-color: #040404;
    }
    .pressInquiriespage .loader {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 533px;
        color: #fff;
        font-size: 1.2rem;
        position: relative;
    }
    .pressInquiriespage .loader .progressBarWrapper {
        width: 80%;
        height: 10px;
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 5px;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .pressInquiriespage .loader .loadingTitle {
        flex: 1 0 0;
        color: var(--Text-text-secondary, #AAA);
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: -0.02rem;
        width: 452px;
        display: flex;
        justify-content: center;
    }
    .pressInquiriespage .loader .progressBar {
        width: 0%;
        height: 100%;
        background-image: linear-gradient(90deg, #8B0000, #ffffff, #000000, var(--Text-text-secondary, #AAA));
        border-radius: 5px;
        animation: loading 0.75s ease-out forwards;
    }
    @keyframes loading {
        0% {
            width: 0%;
        }
        100% {
            width: 100%;
        }
    }
}

@media (min-width: 1281px) {
    .containerWidth {
        width: 1120px;
        max-width: 1120px;
        margin: 0px auto 0px auto;
    }
    .headerWidth {
        width: 1152px;
        max-width: 1152px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .pressInquiriespage {
        display: flex;
        flex-direction: row;
        max-width: 70rem;
        justify-content: center;
        align-items: flex-start;
        gap: 5rem;
        align-self: stretch;
        padding: 5.5rem 0rem;
    }
    .pressInquiriespage .containerSection {
        display: flex;
        padding: 10rem 2rem;
        flex-direction: column;
        align-items: center;
        gap: 3rem;
        align-self: stretch;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 18.67%);
    }
    .pressInquiriespage .containerSection .pressInquiriespage {
        display: flex;
        flex-direction: row;
        max-width: 70rem;
        justify-content: center;
        align-items: flex-start;
        gap: 3rem;
        align-self: stretch;
        padding: 0rem;
    }
    .pressInquiriespage .containerSection .pressInquiriespage .contentContainer {
        display: flex;
        max-width: 30rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        flex: 1 0 0;
    }
    .pressInquiriespage .containerSection .pressInquiriespage .contentContainer .title {
        flex: 1 0 0;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #FFF 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        width: 28.25rem;
    }
    .pressInquiriespage .containerSection .pressInquiriespage .contentContainer .subTitle {
        flex: 1 0 0;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        white-space: nowrap;
        width: 480px;
    }
    .pressInquiriespage .containerSection .pressInquiriespage .contentContainer .subTitle2 {
        flex: 1 0 0;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        width: 452px;
        white-space: nowrap;
        margin-top: 2.25rem;
    }
    .pressInquiriespage .containerSection .pressInquiriespage .contentContainer .email {
        width: 29.75rem;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        color: var(--Text-text-primary, #EEE);
        /* Text/Medium/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        letter-spacing: -0.02rem;
        white-space: nowrap;
    }
    .pressInquiriespage .containerSection .pressInquiriespage .formContainer {
        transition: background-color 0.3s ease;
    }
    .pressInquiriespage .containerSection .pressInquiriespage .formContainer[data-background-active=false] {
        background-color: transparent;
    }
    .pressInquiriespage .containerSection .pressInquiriespage .formContainer[data-background-active=true] {
        background-color: #040404;
    }
    .pressInquiriespage .containerSection .pressInquiriespage .loader {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 533px;
        color: #fff;
        font-size: 1.2rem;
        position: relative;
    }
    .pressInquiriespage .containerSection .pressInquiriespage .loader .progressBarWrapper {
        width: 80%;
        height: 10px;
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 5px;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .pressInquiriespage .containerSection .pressInquiriespage .loader .loadingTitle {
        flex: 1 0 0;
        color: var(--Text-text-secondary, #AAA);
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: -0.02rem;
        width: 452px;
        display: flex;
        justify-content: center;
    }
    .pressInquiriespage .containerSection .pressInquiriespage .loader .progressBar {
        width: 0%;
        height: 100%;
        background-image: linear-gradient(90deg, #8B0000, #ffffff, #000000, var(--Text-text-secondary, #AAA));
        border-radius: 5px;
        animation: loading 0.75s ease-out forwards;
    }
    @keyframes loading {
        0% {
            width: 0%;
        }
        100% {
            width: 100%;
        }
    }
    .pressInquiriespage .containerSection .airtable-embed {
        border: 2px solid #333;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
}

@media (min-width: 280px) {
    .containerWidth {
        width: 327px;
        max-width: 327px;
    }
    .headerWidth {
        width: 351px;
        max-width: 351px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .joinTheTeamPageWrapper {
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 18.67%);
    }
    .pressInquiriespage {
        display: flex;
        flex-direction: column;
        max-width: 70rem;
        justify-content: center;
        align-items: flex-start;
        align-self: stretch;
    }
    .pressInquiriespage .contentContainer {
        display: flex;
        max-width: 30rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        flex: 1 0 0;
        padding: 50px 0px 3rem 0px;
    }
    .pressInquiriespage .contentContainer .title {
        flex: 1 0 0;
        /* Title/Large */
        font-family: Outfit;
        font-size: 2.5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 2.75rem */
        letter-spacing: -0.05rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #FFF 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .pressInquiriespage .contentContainer .subTitle {
        flex: 1 0 0;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
    }
    .pressInquiriespage .contentContainer .email {
        align-self: stretch;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        color: var(--Text-text-primary, #EEE);
        /* Text/Medium/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        letter-spacing: -0.02rem;
    }
    .pressInquiriespage .formContainer {
        display: flex;
        padding: 1rem;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        flex: 1 0 0;
        border-radius: 1rem;
        background: #040404;
        text-align: left;
        margin-bottom: 5rem;
    }
    .pressInquiriespage .formContainer .airtable-embed {
        background: #040404;
    }
}

@media (min-width: 768px) {
    .containerWidth {
        width: 704px;
        max-width: 704px;
    }
    .headerWidth {
        width: 736px;
        max-width: 736px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .pressInquiriespage {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        align-self: stretch;
    }
    .pressInquiriespage .contentContainer {
        display: flex;
        max-width: 30rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        flex: 1 0 0;
        padding: 5.6rem 0px 3rem 0px;
    }
    .pressInquiriespage .contentContainer .title {
        flex: 1 0 0;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #FFF 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .pressInquiriespage .contentContainer .subTitle {
        width: 700px;
        flex: 1 0 0;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
    }
    .pressInquiriespage .contentContainer .email {
        width: 29.75rem;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        color: var(--Text-text-primary, #EEE);
        /* Text/Medium/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        letter-spacing: -0.02rem;
    }
    .pressInquiriespage .formContainer {
        display: flex;
        padding: 1rem;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        flex: 1 0 0;
        border-radius: 1rem;
        background: #040404;
        text-align: left;
        width: 100%;
        margin-bottom: 10rem;
    }
    .pressInquiriespage .formContainer iframe {
        height: 50rem;
    }
    .pressInquiriespage .formContainer .airtable-embed {
        background: #040404;
    }
}

@media (min-width: 1024px) {
    .containerWidth {
        width: 960px;
        max-width: 960px;
        margin: 0px auto 0px auto;
    }
    .headerWidth {
        max-width: 976px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .pressInquiriespage {
        display: flex;
        flex-direction: row;
        max-width: 70rem;
        justify-content: center;
        align-items: flex-start;
        gap: 5rem;
        align-self: stretch;
        padding: 5.5rem 0rem;
    }
    .pressInquiriespage .contentContainer {
        display: flex;
        max-width: 30rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        flex: 1 0 0;
        padding: 0rem;
    }
    .pressInquiriespage .contentContainer .title {
        flex: 1 0 0;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #FFF 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        width: 28.25rem;
    }
    .pressInquiriespage .contentContainer .subTitle {
        flex: 1 0 0;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        width: 452px;
    }
    .pressInquiriespage .contentContainer .subTitle2 {
        flex: 1 0 0;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        width: 452px;
        white-space: nowrap;
        margin-top: 2.25rem;
    }
    .pressInquiriespage .contentContainer .email {
        width: 29.75rem;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        color: var(--Text-text-primary, #EEE);
        /* Text/Medium/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        letter-spacing: -0.02rem;
    }
    .pressInquiriespage .formContainer {
        display: flex;
        padding: 1rem;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        flex: 1 0 0;
        border-radius: 1rem;
        background: #040404;
        text-align: left;
        width: 100%;
        margin-bottom: 10rem;
    }
    .pressInquiriespage .formContainer .airtable-embed {
        background: #040404;
    }
    .pressInquiriespage .formContainer .privacy {
        align-self: stretch;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .pressInquiriespage .formContainer .privacy .pipedrive {
        align-self: stretch;
        color: var(--Text-text-secondary, #AAA);
        text-align: right;
        /* Text/Light/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
}

@media (min-width: 1281px) {
    .containerWidth {
        width: 1120px;
        max-width: 1120px;
        margin: 0px auto 0px auto;
    }
    .headerWidth {
        width: 1152px;
        max-width: 1152px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .pressInquiriespage {
        display: flex;
        flex-direction: row;
        max-width: 70rem;
        justify-content: center;
        align-items: flex-start;
        gap: 5rem;
        align-self: stretch;
        padding: 5.5rem 0rem;
    }
    .pressInquiriespage .containerSection {
        display: flex;
        padding: 10rem 2rem;
        flex-direction: column;
        align-items: center;
        gap: 3rem;
        align-self: stretch;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 18.67%);
    }
    .pressInquiriespage .containerSection .pressInquiriespage {
        display: flex;
        flex-direction: row;
        max-width: 70rem;
        justify-content: center;
        align-items: flex-start;
        gap: 3rem;
        align-self: stretch;
        padding: 0rem;
    }
    .pressInquiriespage .containerSection .pressInquiriespage .contentContainer {
        display: flex;
        max-width: 30rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        flex: 1 0 0;
    }
    .pressInquiriespage .containerSection .pressInquiriespage .contentContainer .title {
        flex: 1 0 0;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #FFF 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        width: 28.25rem;
    }
    .pressInquiriespage .containerSection .pressInquiriespage .contentContainer .subTitle {
        flex: 1 0 0;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        white-space: nowrap;
        width: 480px;
    }
    .pressInquiriespage .containerSection .pressInquiriespage .contentContainer .subTitle2 {
        flex: 1 0 0;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        width: 480px;
        white-space: nowrap;
        margin-top: 2.25rem;
    }
    .pressInquiriespage .containerSection .pressInquiriespage .contentContainer .email {
        width: 29.75rem;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        color: var(--Text-text-primary, #EEE);
        /* Text/Medium/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        letter-spacing: -0.02rem;
        white-space: nowrap;
    }
    .pressInquiriespage .containerSection .pressInquiriespage .formContainer {
        display: flex;
        padding: 1rem;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        flex: 1 0 0;
        border-radius: 1rem;
        background: #040404;
        text-align: left;
        margin-bottom: 10rem;
    }
    .pressInquiriespage .containerSection .pressInquiriespage .formContainer .airtable-embed {
        background: #040404;
    }
    .pressInquiriespage .containerSection .pressInquiriespage .formContainer .privacy {
        align-self: stretch;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .pressInquiriespage .containerSection .pressInquiriespage .formContainer .privacy .pipedrive {
        align-self: stretch;
        color: var(--Text-text-secondary, #AAA);
        text-align: right;
        /* Text/Light/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .pressInquiriespage .containerSection .airtable-embed {
        border: 2px solid #333;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
}

@media (min-width: 280px) {
    .containerWidth {
        width: 327px;
        max-width: 327px;
    }
    .headerWidth {
        width: 351px;
        max-width: 351px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .dexGuidePage {
        overflow-x: hidden;
        margin-top: -3rem;
    }
    .dexGuidePage .widthCon {
        width: 100%;
    }
    .dexGuidePage .dexGuidePage_aboutUs-heroContainer {
        display: flex;
        padding: 10rem 2rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        position: relative;
        height: 100%;
        padding: 0 2rem;
        margin: 0rem;
        z-index: -1;
        top: 0rem;
    }
    .dexGuidePage .dexGuidePage_aboutUs-heroContainer .dexGuidePage_lightRayContainer {
        position: absolute;
        right: -4rem;
        width: 40rem;
        height: 40rem;
        top: -12rem;
    }
    .dexGuidePage .heroWrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0.625rem;
        align-self: stretch;
        width: 100%;
        margin-top: 5.5rem;
        display: flex;
        max-width: 327px;
    }
    .dexGuidePage .heroWrapper .titleContainer {
        display: flex;
        padding-right: 0rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        align-self: stretch;
    }
    .dexGuidePage .heroWrapper .titleContainer .title {
        flex: 1 0 0;
        /* Header/X-Large */
        font-family: Outfit;
        font-size: 48px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 52.8px */
        letter-spacing: -0.96px;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #fff 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .dexGuidePage .heroWrapper .titleContainer .subTitle {
        flex: 1 0 0;
        color: var(--Text-text-secondary, #aaa);
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 29.7px */
        letter-spacing: -0.36px;
    }
    .dexGuidePage .imgContainer {
        position: relative;
        padding: 3rem 0rem 48px 0rem;
    }
    .dexGuidePage .imgContainer img {
        height: 480px;
        object-fit: cover;
        object-position: left;
        width: 100vw;
    }
    .dexGuidePage .soloNexContainer {
        display: none;
    }
    .dexGuidePage .soloNexContainerMob {
        height: 100%;
        padding: 80px 0;
    }
    .dexGuidePage .soloNexContainerMob .title {
        align-self: stretch;
        /* Title/Large */
        font-family: Outfit;
        font-size: 40px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 44px */
        letter-spacing: -0.8px;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        padding-bottom: 3rem;
    }
    .dexGuidePage .soloNexContainerMob .title .tabletBreaker {
        display: none;
    }
    .dexGuidePage .soloNexContainerMob .title .mobileBreaker {
        display: block;
    }
    .dexGuidePage .soloNexContainerMob .secondSliderBottom {
        padding-bottom: 12px;
    }
    .dexGuidePage .soloNexContainerMob .desc {
        color: var(--Text-text-secondary, #aaa);
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 24px */
        letter-spacing: -0.32px;
        padding-bottom: 3rem;
    }
    .dexGuidePage .soloNexContainerMob .h-tab {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin-bottom: 0px;
    }
    .dexGuidePage .soloNexContainerMob .h-tab .h-tab_tab-head {
        display: flex;
        flex-direction: row;
        margin: 0 0 0px 0;
        padding: 0;
        list-style: none;
        width: 100%;
        gap: 3rem;
        transition: all 0.5s ease-in-out;
        overflow-x: auto;
        scrollbar-width: none;
        /* For Firefox */
        -ms-overflow-style: none;
        /* For Internet Explorer and Edge */
    }
    .dexGuidePage .soloNexContainerMob .h-tab .h-tab_tab-head li {
        color: var(--Text-text-primary, #434343);
        font-family: Outfit;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        letter-spacing: -0.4px;
        white-space: nowrap;
        transition: all 0.3s ease-in-out;
        height: auto;
        padding: 1.5rem 0;
    }
    .dexGuidePage .soloNexContainerMob .h-tab .h-tab_tab-head li:hover {
        color: var(--Text-text-primary, #eee);
        transition: all 0.3s ease-in-out;
    }
    .dexGuidePage .soloNexContainerMob .h-tab .h-tab_tab-head li.active {
        transition: all 0.3s ease-in-out;
        border-bottom: 4px solid #B1FC03;
        padding: 1.5rem 0;
        color: var(--Text-text-primary, #eee);
        font-family: Outfit;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        letter-spacing: -0.4px;
        display: block;
        padding-bottom: 0;
        padding: 1.5rem 0;
    }
    .dexGuidePage .soloNexContainerMob .h-tab .h-tab_tab-head::-webkit-scrollbar {
        display: none;
    }
    .dexGuidePage .soloNexContainerMob .h-tab .h-tab_container {
        width: 100%;
        min-height: 200px;
        transition: all 0.3s ease-in-out;
        /* Target the first .slideImgs image */
        /* Target all other .slideImgs images except the first one */
    }
    .dexGuidePage .soloNexContainerMob .h-tab .h-tab_container #tab1.h-tab_content .slideImgs {
        height: 310px;
        margin-top: 1.5rem;
        width: 100%;
        object-fit: cover;
    }
    .dexGuidePage .soloNexContainerMob .h-tab .h-tab_container #tab2.h-tab_content .slideImgs,
    .dexGuidePage .soloNexContainerMob .h-tab .h-tab_container #tab3.h-tab_content .slideImgs,
    .dexGuidePage .soloNexContainerMob .h-tab .h-tab_container #tab4.h-tab_content .slideImgs {
        height: 310px;
        margin-top: 1.5rem;
        width: 100%;
        object-fit: cover;
        object-position: left;
    }
    .dexGuidePage .soloNexContainerMob .h-tab .h-tab_content {
        padding: 0px;
        display: none;
        transition: all 0.1s ease-in-out;
        text-align: left;
        align-items: center;
        justify-content: center;
        gap: 0rem;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }
    .dexGuidePage .soloNexContainerMob .h-tab .h-tab_content p {
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .dexGuidePage .soloNexContainerMob .h-tab .h-tab_content a {
        padding: 6px 10px 6px 16px;
        justify-content: center;
        align-items: center;
        gap: 0.375rem;
        color: var(--Text-text-secondary, #aaa);
        text-align: center;
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        letter-spacing: -0.0175rem;
        border-radius: 0.375rem;
        background: var(--Background-bg-highlight, #222);
        display: flex;
        width: max-content;
        height: 33px;
        white-space: nowrap;
    }
    .dexGuidePage .soloNexContainerMob .h-tab .h-tab_content a .arrow {
        height: 1rem;
        position: relative;
        margin: 0;
        top: 0;
        left: 0;
    }
    .dexGuidePage .soloNexContainerMob .h-tab .h-tab_content a:hover {
        color: var(--Text-text-secondary, #aaa);
        background: var(--Background-bg-tonal, #333);
    }
    .dexGuidePage .soloNexContainerMob .h-tab .h-tab_content .slideImgs {
        height: 360px;
        margin-top: 1.5rem;
    }
    .dexGuidePage .soloNexContainerMob .h-tab .h-tab_content .imgWrapper {
        height: 480px;
        flex-shrink: 0;
        align-self: stretch;
        display: flex;
        height: 480px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        align-self: stretch;
        border-radius: 24px;
        background: #040404;
    }
    .dexGuidePage .soloNexContainerMob .h-tab .h-tab_content .imgWrapper img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        object-position: left;
    }
    .dexGuidePage .soloNexContainerMob .h-tab .h-tab_content .imgWrapper2 {
        padding: 2rem 0rem 1rem 0;
    }
    .dexGuidePage .soloNexContainerMob .h-tab .h-tab_content .imgWrapper2 img {
        object-position: right;
        border-radius: 15px;
    }
    .dexGuidePage .assetAccountSection {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 14.42%);
    }
    .dexGuidePage .tradeParrentContainer {
        display: flex;
        padding: 5rem 2rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5rem;
        align-self: stretch;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 14.42%);
    }
    .dexGuidePage .tradeParrentContainer .tradeContainer .tradeTitleContainer {
        display: flex;
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }
    .dexGuidePage .tradeParrentContainer .tradeContainer .tradeTitleContainer .tradeTitle {
        align-self: stretch;
        /* Title/Large */
        font-family: Outfit;
        font-size: 40px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 44px */
        letter-spacing: -0.8px;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        width: 100%;
    }
    .dexGuidePage .tradeParrentContainer .tradeContainer .tradeTitleContainer .tradeSubtitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 24px */
        letter-spacing: -0.32px;
        width: 100%;
        padding-bottom: 3rem;
    }
    .dexGuidePage .tradeParrentContainer .tradeContainer .tradeImgContainer {
        display: flex;
        max-width: 60rem;
        padding: 0.5rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.625rem;
        align-self: stretch;
        border-radius: 1rem;
        border: 1px solid #191919;
    }
    .dexGuidePage .tradeParrentContainer .tradeContainer .tradeImgContainer .mingting-desktop {
        width: 19.4375rem;
        height: 11.25rem;
    }
    .dexGuidePage .faqContainer {
        padding: 5rem 0rem;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 79.64%, rgba(255, 255, 255, 0.02) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 20.43%);
    }
    .dexGuidePage .faqContainer .faqWrapper {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 3rem;
        align-self: stretch;
    }
    .dexGuidePage .faqContainer .faqWrapper h1 {
        align-self: stretch;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 40px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        max-width: 327px;
        width: 327px;
        /** Apply white color when collapsed */
        /** Rotate Icon */
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container details {
        display: flex;
        padding: 1.5rem;
        align-items: flex-start;
        gap: 1rem !important;
        align-self: stretch;
        border-radius: 1rem;
        background: #040404;
        transition: all 0.3s ease-in-out;
        color: var(--Text-text-primary, #eee);
        font-family: "DM Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 165%;
        letter-spacing: -0.4px;
        transition: all 0.3s ease-in-out;
        flex-direction: column;
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container details:hover {
        opacity: 1;
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container details summary {
        list-style: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        user-select: none;
        gap: 1rem;
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container details summary:hover {
        text-decoration: none;
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container details summary:hover .title {
        opacity: 1;
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container details summary:hover .accordion-icon {
        opacity: 1;
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container details summary .accordion-title {
        color: var(--Text-text-grey, #666);
        /* Text/Medium/Large */
        font-family: "DM Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 165% !important;
        /* 33px */
        letter-spacing: -0.4px;
        transition: color 250ms ease-in-out;
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container details summary .accordion-icon {
        pointer-events: none;
        transition: all 150ms ease-out;
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container details summary .accordion-icon svg {
        width: 1.5rem;
        height: 1.5rem;
        transition: transform 0.3s ease-in-out;
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container details summary::-webkit-details-marker {
        display: none;
        /* Removes the marker for WebKit browsers */
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container details .accordion-content {
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 24px */
        letter-spacing: -0.32px;
        width: 15rem;
        width: 14rem;
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container details:is([open]) .accordion-title {
        color: var(--Text-text-primary, #eee);
        /* Text/Medium/Large */
        font-family: "DM Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 165%;
        /* 33px */
        letter-spacing: -0.4px;
        width: 14rem;
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container details[open] .accordion-icon svg {
        transform: rotate(-90deg);
    }
}

@media (min-width: 768px) {
    .containerWidth {
        width: 704px;
        max-width: 704px;
    }
    .headerWidth {
        width: 736px;
        max-width: 736px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .dexGuidePage .widthCon {
        width: 704px;
        max-width: 704px;
    }
    .dexGuidePage .heroWrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0.625rem;
        align-self: stretch;
        width: 100%;
        max-width: 100%;
        margin-top: 6.5rem;
    }
    .dexGuidePage .heroWrapper .titleContainer {
        display: flex;
        padding-right: 5rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        align-self: stretch;
    }
    .dexGuidePage .heroWrapper .titleContainer .title {
        font-family: Outfit;
        font-size: 5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 117%;
        letter-spacing: -0.1rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #fff 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .dexGuidePage .heroWrapper .titleContainer .subTitle {
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/Large */
        font-family: "DM Sans";
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 2.0625rem */
        letter-spacing: -0.025rem;
        width: 34rem;
    }
    .dexGuidePage .imgContainer {
        position: relative;
        padding: 3rem 0rem 10rem 0rem;
    }
    .dexGuidePage .imgContainer img {
        height: 40rem;
        width: 100vw;
        object-fit: cover;
        object-position: left;
    }
    .dexGuidePage .soloNexContainer {
        display: none;
    }
    .dexGuidePage .soloNexContainerMob {
        padding: 10rem 0;
    }
    .dexGuidePage .soloNexContainerMob .title {
        /* Title/X-Large */
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        padding-bottom: 3rem;
        width: 34rem;
    }
    .dexGuidePage .soloNexContainerMob .secondSliderBottom {
        padding-bottom: 12px;
    }
    .dexGuidePage .soloNexContainerMob .desc {
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 1.85625rem */
        letter-spacing: -0.0225rem;
        padding-bottom: 3rem;
        width: 34rem;
    }
    .dexGuidePage .soloNexContainerMob .h-tab {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin-bottom: 0px;
    }
    .dexGuidePage .soloNexContainerMob .h-tab .h-tab_tab-head {
        display: flex;
        flex-direction: row;
        margin: 0 0 0px 0;
        padding: 0;
        list-style: none;
        width: 100%;
        gap: 3rem;
        transition: all 0.5s ease-in-out;
        scrollbar-width: none;
        /* For Firefox */
        -ms-overflow-style: none;
        /* For Internet Explorer and Edge */
    }
    .dexGuidePage .soloNexContainerMob .h-tab .h-tab_tab-head li {
        color: var(--Text-text-primary, #434343);
        font-family: Outfit;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        letter-spacing: -0.4px;
        white-space: nowrap;
        transition: all 0.3s ease-in-out;
        height: auto;
        padding: 1.5rem 0;
    }
    .dexGuidePage .soloNexContainerMob .h-tab .h-tab_tab-head li:hover {
        color: var(--Text-text-primary, #eee);
        transition: all 0.3s ease-in-out;
    }
    .dexGuidePage .soloNexContainerMob .h-tab .h-tab_tab-head li.active {
        transition: all 0.3s ease-in-out;
        border-bottom: 4px solid #B1FC03;
        padding: 1.5rem 0;
        color: var(--Text-text-primary, #eee);
        font-family: Outfit;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        letter-spacing: -0.4px;
        display: block;
        padding-bottom: 0;
        padding: 1.5rem 0;
    }
    .dexGuidePage .soloNexContainerMob .h-tab .h-tab_tab-head::-webkit-scrollbar {
        display: none;
    }
    .dexGuidePage .soloNexContainerMob .h-tab .h-tab_container {
        width: 100%;
        min-height: 200px;
        transition: all 0.3s ease-in-out;
        /* Target the first .slideImgs image */
        /* Target all other .slideImgs images except the first one */
    }
    .dexGuidePage .soloNexContainerMob .h-tab .h-tab_container #tab1.h-tab_content .slideImgs {
        height: 310px;
        margin-top: 1.5rem;
        width: 100%;
        object-fit: cover;
    }
    .dexGuidePage .soloNexContainerMob .h-tab .h-tab_container #tab2.h-tab_content .slideImgs,
    .dexGuidePage .soloNexContainerMob .h-tab .h-tab_container #tab3.h-tab_content .slideImgs,
    .dexGuidePage .soloNexContainerMob .h-tab .h-tab_container #tab4.h-tab_content .slideImgs {
        height: 310px;
        margin-top: 1.5rem;
        width: 100%;
        object-fit: cover;
        object-position: top;
    }
    .dexGuidePage .soloNexContainerMob .h-tab .h-tab_content {
        padding: 0px;
        display: none;
        transition: all 0.1s ease-in-out;
        text-align: left;
        align-items: center;
        justify-content: center;
        gap: 0rem;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }
    .dexGuidePage .soloNexContainerMob .h-tab .h-tab_content p {
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .dexGuidePage .soloNexContainerMob .h-tab .h-tab_content a {
        padding: 6px 10px 6px 16px;
        justify-content: center;
        align-items: center;
        gap: 0.375rem;
        color: var(--Text-text-secondary, #aaa);
        text-align: center;
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        letter-spacing: -0.0175rem;
        border-radius: 0.375rem;
        background: var(--Background-bg-highlight, #222);
        display: flex;
        width: max-content;
        height: 33px;
    }
    .dexGuidePage .soloNexContainerMob .h-tab .h-tab_content a .arrow {
        height: 1rem;
        position: relative;
        margin: 0;
        top: 0;
        left: 0;
    }
    .dexGuidePage .soloNexContainerMob .h-tab .h-tab_content a:hover {
        color: var(--Text-text-secondary, #aaa);
        background: var(--Background-bg-tonal, #333);
    }
    .dexGuidePage .soloNexContainerMob .h-tab .h-tab_content img {
        height: 360px;
        margin-top: 1.5rem;
    }
    .dexGuidePage .soloNexContainerMob .h-tab .h-tab_content .imgWrapper {
        display: flex;
        height: 30rem;
        flex-shrink: 0;
        align-self: stretch;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        align-self: stretch;
        border-radius: 24px;
        background: #040404;
    }
    .dexGuidePage .soloNexContainerMob .h-tab .h-tab_content .imgWrapper img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: left;
        margin-top: 0rem;
    }
    .dexGuidePage .soloNexContainerMob .h-tab .h-tab_content .imgWrapper2 {
        padding: 2rem 0rem 2rem 2rem;
    }
    .dexGuidePage .soloNexContainerMob .h-tab .h-tab_content .imgWrapper2 img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: left;
        margin-top: 0rem;
    }
    .dexGuidePage .soloNexContainer {
        display: none;
    }
    .dexGuidePage .tradeParrentContainer {
        display: flex;
        padding: 10rem 2rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5rem;
        align-self: stretch;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 14.42%);
    }
    .dexGuidePage .tradeParrentContainer .tradeContainer .tradeTitleContainer {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .dexGuidePage .tradeParrentContainer .tradeContainer .tradeTitleContainer .tradeTitle {
        align-self: stretch;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: border-box;
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        width: 100%;
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        letter-spacing: -0.06rem;
        width: 34rem;
    }
    .dexGuidePage .tradeParrentContainer .tradeContainer .tradeTitleContainer .tradeSubtitle {
        align-self: stretch;
        width: 34rem;
        color: var(--Text-text-secondary, #aaa);
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        letter-spacing: -0.0225rem;
        padding-right: 3rem;
        padding-bottom: 0;
    }
    .dexGuidePage .tradeParrentContainer .tradeContainer .imgWrapper {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-top: 3rem;
    }
    .dexGuidePage .tradeParrentContainer .tradeContainer .imgWrapper .tradeImgContainer {
        display: flex;
        max-width: 60rem;
        padding: 0.5rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.625rem;
        align-self: stretch;
        border-radius: 1rem;
        border: 1px solid #191919;
    }
    .dexGuidePage .tradeParrentContainer .tradeContainer .imgWrapper .tradeImgContainer .mingting-desktop {
        width: 43rem;
        height: 23rem;
        border-radius: 0.75rem;
    }
    .dexGuidePage .faqContainer {
        padding: 10rem 2rem;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 79.64%, rgba(255, 255, 255, 0.02) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 20.43%);
    }
    .dexGuidePage .faqContainer .faqWrapper {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 3rem;
        align-self: stretch;
    }
    .dexGuidePage .faqContainer .faqWrapper h1 {
        align-self: stretch;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        max-width: 704px;
        width: 704px;
        /** Rotate Icon */
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container details {
        display: flex;
        padding: 2rem;
        align-items: flex-start;
        flex-direction: column;
        gap: 1rem;
        align-self: stretch;
        border-radius: 1rem;
        background: #040404;
        transition: all 0.3s ease-in-out;
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container details:hover {
        opacity: 1;
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container details summary {
        /* Removes the marker */
        list-style: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        user-select: none;
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container details summary:hover {
        text-decoration: none;
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container details summary:hover .title {
        opacity: 1;
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container details summary:hover .accordion-icon {
        opacity: 1;
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container details summary .accordion-title {
        color: var(--Text-text-primary, #666);
        /* Text/Medium/Large */
        font-family: "DM Sans";
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 500;
        line-height: 165%;
        /* 2.0625rem */
        letter-spacing: -0.025rem;
        transition: all 250ms ease-in-out;
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container details summary .accordion-icon {
        pointer-events: none;
        transition: all 150ms ease-out;
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container details summary .accordion-icon svg {
        width: 1.5rem;
        height: 1.5rem;
        transition: transform 0.3s ease-in-out;
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container details summary::-webkit-details-marker {
        display: none;
        /* Removes the marker for WebKit browsers */
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container details .accordion-content {
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        width: 37.6rem;
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container details:is([open]) .accordion-title {
        width: 37.6rem;
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container details[open] .accordion-icon svg {
        transform: rotate(-90deg);
    }
}

@media (min-width: 1024px) {
    .containerWidth {
        width: 960px;
        max-width: 960px;
        margin: 0px auto 0px auto;
    }
    .headerWidth {
        max-width: 976px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .dexGuidePage .widthCon {
        width: 100%;
        max-width: 100%;
    }
    .dexGuidePage .heroWrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0.625rem;
        align-self: stretch;
        margin-top: 7.5rem;
    }
    .dexGuidePage .heroWrapper .titleContainer {
        display: flex;
        padding-right: 5rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        align-self: stretch;
    }
    .dexGuidePage .heroWrapper .titleContainer .title {
        flex: 1 0 0;
        /* Header/X-Large */
        font-family: Outfit;
        font-size: 5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 116%;
        /* 5.5rem */
        letter-spacing: -0.1rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #fff 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .dexGuidePage .heroWrapper .titleContainer .subTitle {
        flex: 1 0 0;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Regular/Large */
        font-family: "DM Sans";
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 2.0625rem */
        letter-spacing: -0.025rem;
        width: 45rem;
    }
    .dexGuidePage .imgContainer {
        position: relative;
        padding: 3rem 0rem 10rem 0rem;
    }
    .dexGuidePage .imgContainer img {
        object-fit: cover;
        object-position: left;
        height: 40rem;
    }
    .dexGuidePage .soloNexContainerMob {
        display: none;
    }
    .dexGuidePage .soloNexContainer {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        flex: 1 0 0;
        padding: 10rem 0;
    }
    .dexGuidePage .soloNexContainer .wallet {
        display: flex;
        padding-right: 0rem;
        padding-bottom: 0rem;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        gap: 5rem;
        width: 100%;
    }
    .dexGuidePage .soloNexContainer .wallet p {
        align-self: stretch;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: left;
        width: 50%;
    }
    .dexGuidePage .soloNexContainer .wallet span {
        color: var(--Text-text-secondary, #aaa);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 1.85625rem */
        letter-spacing: -0.0225rem;
        padding-top: 3rem;
        text-align: left;
        padding-left: 1rem;
        width: 50%;
    }
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper {
        margin-bottom: 0rem;
    }
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .wallet {
        margin-bottom: 3rem;
    }
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .wallet p {
        width: 100%;
    }
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 {
        width: 100%;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: space-between;
    }
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 {
        color: #fff;
        position: relative;
        display: grid;
        gap: 1rem;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
        margin-top: 0rem;
    }
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container2 {
        height: 100%;
        width: 28.6rem;
    }
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container2 ul,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container ul,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container2 ul,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container ul,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container2 ul,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container ul,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container2 ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
        border-left: 4px solid rgba(177, 252, 3, 0.25);
    }
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul .activeBorder,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul .activeBorder2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container2 ul .activeBorder,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container2 ul .activeBorder2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container ul .activeBorder,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container ul .activeBorder2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container2 ul .activeBorder,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container2 ul .activeBorder2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container ul .activeBorder,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container ul .activeBorder2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container2 ul .activeBorder,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container2 ul .activeBorder2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container ul .activeBorder,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container ul .activeBorder2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container2 ul .activeBorder,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container2 ul .activeBorder2 {
        border-left: 4px solid #B1FC03;
        position: relative;
        right: 4px;
    }
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul li,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container2 ul li,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container ul li,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container2 ul li,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container ul li,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container2 ul li,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container ul li,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container2 ul li {
        text-align: left;
        padding: 1.5rem 3rem;
        width: 100%;
    }
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul li .tab,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul li .tab2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container2 ul li .tab,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container2 ul li .tab2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container ul li .tab,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container ul li .tab2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container2 ul li .tab,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container2 ul li .tab2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container ul li .tab,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container ul li .tab2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container2 ul li .tab,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container2 ul li .tab2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container ul li .tab,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container ul li .tab2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container2 ul li .tab,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container2 ul li .tab2 {
        color: var(--Text-text-primary, #434343);
        /* Title/X-Small */
        font-family: Outfit;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 1.375rem */
        letter-spacing: -0.025rem;
    }
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul li div,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container2 ul li div,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container ul li div,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container2 ul li div,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container ul li div,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container2 ul li div,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container ul li div,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container2 ul li div {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 0.5rem;
    }
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul li div h4,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container2 ul li div h4,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container ul li div h4,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container2 ul li div h4,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container ul li div h4,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container2 ul li div h4,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container ul li div h4,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container2 ul li div h4 {
        color: var(--Text-text-primary, #eee);
        /* Title/X-Small */
        font-family: Outfit;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 1.375rem */
        letter-spacing: -0.025rem;
        text-align: left;
    }
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul li div p,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container2 ul li div p,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container ul li div p,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container2 ul li div p,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container ul li div p,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container2 ul li div p,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container ul li div p,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container2 ul li div p {
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        text-align: left;
        width: 22rem;
    }
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul li div a,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container2 ul li div a,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container ul li div a,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container2 ul li div a,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container ul li div a,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container2 ul li div a,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container ul li div a,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container2 ul li div a {
        margin-top: 1rem;
        display: flex;
        padding: 0.375rem 0.625rem 0.375rem 1rem;
        justify-content: center;
        align-items: center;
        gap: 0.375rem;
        border-radius: 0.375rem;
        background: var(--Background-bg-highlight, #222);
        color: var(--Text-text-secondary, #aaa);
        text-align: center;
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3125rem;
        /* 150% */
        letter-spacing: -0.0175rem;
    }
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul li div a .arrow,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container2 ul li div a .arrow,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container ul li div a .arrow,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container2 ul li div a .arrow,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container ul li div a .arrow,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container2 ul li div a .arrow,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container ul li div a .arrow,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container2 ul li div a .arrow {
        width: 0.9375rem;
        height: 0.9375rem;
    }
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul li .detailActive,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul li .detailActive2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container2 ul li .detailActive,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container2 ul li .detailActive2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container ul li .detailActive,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container ul li .detailActive2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container2 ul li .detailActive,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container2 ul li .detailActive2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container ul li .detailActive,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container ul li .detailActive2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container2 ul li .detailActive,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container2 ul li .detailActive2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container ul li .detailActive,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container ul li .detailActive2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container2 ul li .detailActive,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container2 ul li .detailActive2 {
        display: flex;
        width: 100%;
    }
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul li .firstSlideDisplay,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul li .firstSlideDisplay2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container2 ul li .firstSlideDisplay,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container2 ul li .firstSlideDisplay2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container ul li .firstSlideDisplay,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container ul li .firstSlideDisplay2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container2 ul li .firstSlideDisplay,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container2 ul li .firstSlideDisplay2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container ul li .firstSlideDisplay,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container ul li .firstSlideDisplay2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container2 ul li .firstSlideDisplay,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container2 ul li .firstSlideDisplay2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container ul li .firstSlideDisplay,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container ul li .firstSlideDisplay2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container2 ul li .firstSlideDisplay,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container2 ul li .firstSlideDisplay2 {
        display: none;
    }
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .slides,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .slides2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .slides,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .slides2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .slides,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .slides2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .slides,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .slides2 {
        position: relative;
        width: 28.6rem;
        height: 30rem;
        overflow: hidden;
    }
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .slides .trustLine2-desktop,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .slides2 .trustLine2-desktop,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .slides .trustLine2-desktop,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .slides2 .trustLine2-desktop,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .slides .trustLine2-desktop,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .slides2 .trustLine2-desktop,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .slides .trustLine2-desktop,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .slides2 .trustLine2-desktop {
        display: none;
    }
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .slides .slide,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .slides .slide2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .slides2 .slide,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .slides2 .slide2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .slides .slide,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .slides .slide2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .slides2 .slide,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .slides2 .slide2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .slides .slide,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .slides .slide2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .slides2 .slide,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .slides2 .slide2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .slides .slide,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .slides .slide2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .slides2 .slide,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .slides2 .slide2 {
        position: relative;
        height: 30rem;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 28.5rem;
        border-radius: 1.5rem;
        background: #040404;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .slides .slide.active,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .slides .slide2.active,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .slides2 .slide.active,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .slides2 .slide2.active,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .slides .slide.active,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .slides .slide2.active,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .slides2 .slide.active,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .slides2 .slide2.active,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .slides .slide.active,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .slides .slide2.active,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .slides2 .slide.active,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .slides2 .slide2.active,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .slides .slide.active,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .slides .slide2.active,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .slides2 .slide.active,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .slides2 .slide2.active {
        opacity: 1;
        z-index: 2;
    }
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .slides .slide .inner_content,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .slides .slide2 .inner_content,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .slides2 .slide .inner_content,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .slides2 .slide2 .inner_content,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .slides .slide .inner_content,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .slides .slide2 .inner_content,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .slides2 .slide .inner_content,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .slides2 .slide2 .inner_content,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .slides .slide .inner_content,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .slides .slide2 .inner_content,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .slides2 .slide .inner_content,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .slides2 .slide2 .inner_content,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .slides .slide .inner_content,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .slides .slide2 .inner_content,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .slides2 .slide .inner_content,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .slides2 .slide2 .inner_content {
        height: 100%;
        width: 100%;
    }
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .slides .slide .inner_content .imgWrapper,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .slides .slide2 .inner_content .imgWrapper,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .slides2 .slide .inner_content .imgWrapper,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .slides2 .slide2 .inner_content .imgWrapper,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .slides .slide .inner_content .imgWrapper,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .slides .slide2 .inner_content .imgWrapper,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .slides2 .slide .inner_content .imgWrapper,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .slides2 .slide2 .inner_content .imgWrapper,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .slides .slide .inner_content .imgWrapper,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .slides .slide2 .inner_content .imgWrapper,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .slides2 .slide .inner_content .imgWrapper,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .slides2 .slide2 .inner_content .imgWrapper,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .slides .slide .inner_content .imgWrapper,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .slides .slide2 .inner_content .imgWrapper,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .slides2 .slide .inner_content .imgWrapper,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .slides2 .slide2 .inner_content .imgWrapper {
        height: 100%;
        width: 100%;
    }
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .slides .slide .inner_content .imgWrapper img,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .slides .slide2 .inner_content .imgWrapper img,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .slides2 .slide .inner_content .imgWrapper img,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .slides2 .slide2 .inner_content .imgWrapper img,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .slides .slide .inner_content .imgWrapper img,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .slides .slide2 .inner_content .imgWrapper img,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .slides2 .slide .inner_content .imgWrapper img,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .slides2 .slide2 .inner_content .imgWrapper img,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .slides .slide .inner_content .imgWrapper img,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .slides .slide2 .inner_content .imgWrapper img,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .slides2 .slide .inner_content .imgWrapper img,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .slides2 .slide2 .inner_content .imgWrapper img,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .slides .slide .inner_content .imgWrapper img,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .slides .slide2 .inner_content .imgWrapper img,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .slides2 .slide .inner_content .imgWrapper img,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .slides2 .slide2 .inner_content .imgWrapper img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        object-position: left;
    }
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .slides .slide .inner_content .imgWrapper2 img,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .slides .slide2 .inner_content .imgWrapper2 img,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .slides2 .slide .inner_content .imgWrapper2 img,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .slides2 .slide2 .inner_content .imgWrapper2 img,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .slides .slide .inner_content .imgWrapper2 img,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .slides .slide2 .inner_content .imgWrapper2 img,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .slides2 .slide .inner_content .imgWrapper2 img,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .slides2 .slide2 .inner_content .imgWrapper2 img,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .slides .slide .inner_content .imgWrapper2 img,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .slides .slide2 .inner_content .imgWrapper2 img,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .slides2 .slide .inner_content .imgWrapper2 img,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .slides2 .slide2 .inner_content .imgWrapper2 img,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .slides .slide .inner_content .imgWrapper2 img,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .slides .slide2 .inner_content .imgWrapper2 img,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .slides2 .slide .inner_content .imgWrapper2 img,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .slides2 .slide2 .inner_content .imgWrapper2 img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        object-position: center;
    }
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .slides .slide2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .slides2 .slide2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .slides .slide2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .slides2 .slide2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .slides .slide2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .slides2 .slide2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .slides .slide2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .slides2 .slide2 {
        padding: 2rem 0rem 0 2rem;
    }
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .slides,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .slides,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .slides,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .slides {
        margin-top: 8rem;
    }
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .slider .slides::-webkit-scrollbar,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .slider .slides::-webkit-scrollbar {
        display: none;
    }
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 {
        gap: 3rem;
    }
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .wallet p {
        width: 480px;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
    }
    .dexGuidePage .assetAccountSection {
        display: flex;
        padding: 10rem 0rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 14.42%);
    }
    .dexGuidePage .assetAccountSection .soloNexContainer {
        padding: 0;
    }
    .dexGuidePage .tradeParrentContainer {
        display: flex;
        padding: 10rem 2rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5rem;
        align-self: stretch;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 14.42%);
    }
    .dexGuidePage .tradeParrentContainer .tradeContainer .tradeTitleContainer {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 6rem;
        width: 100%;
    }
    .dexGuidePage .tradeParrentContainer .tradeContainer .tradeTitleContainer .tradeTitle {
        align-self: stretch;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .dexGuidePage .tradeParrentContainer .tradeContainer .tradeTitleContainer .tradeSubtitle {
        align-self: stretch;
        padding-top: 3rem;
        padding-left: 0rem;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 1.85625rem */
        letter-spacing: -0.0225rem;
    }
    .dexGuidePage .tradeParrentContainer .tradeContainer .imgWrapper {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-top: 3rem;
    }
    .dexGuidePage .tradeParrentContainer .tradeContainer .imgWrapper .tradeImgContainer {
        display: flex;
        max-width: 60rem;
        padding: 0.5rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.625rem;
        align-self: stretch;
        border-radius: 1rem;
        border: 1px solid #191919;
    }
    .dexGuidePage .tradeParrentContainer .tradeContainer .imgWrapper .tradeImgContainer .mingting-desktop {
        width: 58.95813rem;
        height: 31rem;
        border-radius: 0.75rem;
    }
    .dexGuidePage .faqContainer {
        padding: 10rem 2rem;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 79.64%, rgba(255, 255, 255, 0.02) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 20.43%);
    }
    .dexGuidePage .faqContainer .faqWrapper {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 3rem;
        align-self: stretch;
    }
    .dexGuidePage .faqContainer .faqWrapper h1 {
        align-self: stretch;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        max-width: 100%;
        width: 100%;
        /** Rotate Icon */
        /** Change title color to white when open */
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container details {
        display: flex;
        padding: 2rem;
        align-items: flex-start;
        flex-direction: column;
        gap: 1rem;
        align-self: stretch;
        border-radius: 1rem;
        background: #040404;
        transition: all 0.3s ease-in-out;
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container details:hover {
        color: var(--Text-text-secondary, #aaa);
        background: var(--Background-bg-tonal, #333);
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container details summary {
        /* Removes the marker */
        list-style: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        user-select: none;
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container details summary:hover {
        text-decoration: none;
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container details summary:hover .title {
        opacity: 1;
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container details summary:hover .accordion-icon {
        opacity: 1;
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container details summary .accordion-title {
        color: var(--Text-text-grey, #666);
        /* Text/Medium/Large */
        font-family: "DM Sans";
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 500;
        line-height: 165%;
        /* 2.0625rem */
        letter-spacing: -0.025rem;
        transition: all 250ms ease-in-out;
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container details summary .accordion-icon {
        pointer-events: none;
        transition: all 150ms ease-out;
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container details summary .accordion-icon svg {
        width: 1.5rem;
        height: 1.5rem;
        transition: transform 0.3s ease-in-out;
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container details summary::-webkit-details-marker {
        display: none;
        /* Removes the marker for WebKit browsers */
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container details .accordion-content {
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        align-self: stretch;
        width: 53.6rem;
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container details[open] .accordion-icon svg {
        transform: rotate(-90deg);
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container details[open] summary .accordion-title {
        color: rgb(20, 19, 19) important;
        width: 53.6rem;
    }
}

@media (min-width: 1281px) {
    .containerWidth {
        width: 1120px;
        max-width: 1120px;
        margin: 0px auto 0px auto;
    }
    .headerWidth {
        width: 1152px;
        max-width: 1152px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .dexGuidePage .widthCon {
        width: 75%;
    }
    .dexGuidePage .heroWrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0.625rem;
        align-self: stretch;
        max-width: 100%;
    }
    .dexGuidePage .heroWrapper .titleContainer {
        display: flex;
        padding-right: 5rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        align-self: stretch;
    }
    .dexGuidePage .heroWrapper .titleContainer .title {
        flex: 1 0 0;
        /* Header/X-Large */
        font-family: Outfit;
        font-size: 5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 116%;
        /* 5.5rem */
        letter-spacing: -0.1rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #fff 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .dexGuidePage .heroWrapper .titleContainer .subTitle {
        flex: 1 0 0;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Regular/Large */
        font-family: "DM Sans";
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 2.0625rem */
        letter-spacing: -0.025rem;
        width: 55rem;
    }
    .dexGuidePage .imgContainer {
        position: relative;
    }
    .dexGuidePage .imgContainer img {
        height: 43rem;
        object-fit: contain;
    }
    .dexGuidePage .soloNexContainer {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        flex: 1 0 0;
    }
    .dexGuidePage .soloNexContainer .wallet {
        display: flex;
        padding-right: 0rem;
        padding-bottom: 0rem;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        gap: 0.75rem;
        width: 100%;
    }
    .dexGuidePage .soloNexContainer .wallet p {
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: border-box;
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: left;
        width: 60%;
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        letter-spacing: -0.06rem;
        width: 32rem;
        padding-right: 3rem;
    }
    .dexGuidePage .soloNexContainer .wallet span {
        color: var(--Text-text-secondary, #aaa);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 1.85625rem */
        letter-spacing: -0.0225rem;
        padding-top: 3rem;
        text-align: left;
        padding-left: 3rem;
        margin-bottom: 5rem;
        width: 50%;
    }
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .wallet {
        margin-bottom: 3rem;
    }
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 {
        width: 100%;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: space-between;
    }
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 {
        color: #fff;
        position: relative;
        display: grid;
        gap: 5rem;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
    }
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container2 {
        height: 100%;
        width: 536px;
    }
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container2 ul,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container ul,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container2 ul,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container ul,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container2 ul,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container ul,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container2 ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        width: 80%;
        border-left: 4px solid rgba(177, 252, 3, 0.25);
    }
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul .activeBorder,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul .activeBorder2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container2 ul .activeBorder,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container2 ul .activeBorder2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container ul .activeBorder,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container ul .activeBorder2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container2 ul .activeBorder,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container2 ul .activeBorder2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container ul .activeBorder,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container ul .activeBorder2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container2 ul .activeBorder,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container2 ul .activeBorder2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container ul .activeBorder,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container ul .activeBorder2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container2 ul .activeBorder,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container2 ul .activeBorder2 {
        border-left: 4px solid #B1FC03;
        position: relative;
        right: 4px;
    }
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul li,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container2 ul li,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container ul li,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container2 ul li,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container ul li,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container2 ul li,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container ul li,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container2 ul li {
        text-align: left;
        padding: 20px;
    }
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul li .tab,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul li .tab2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container2 ul li .tab,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container2 ul li .tab2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container ul li .tab,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container ul li .tab2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container2 ul li .tab,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container2 ul li .tab2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container ul li .tab,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container ul li .tab2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container2 ul li .tab,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container2 ul li .tab2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container ul li .tab,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container ul li .tab2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container2 ul li .tab,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container2 ul li .tab2 {
        color: var(--Text-text-primary, #434343);
        /* Title/X-Small */
        font-family: Outfit;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 1.375rem */
        letter-spacing: -0.025rem;
    }
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul li div,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container2 ul li div,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container ul li div,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container2 ul li div,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container ul li div,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container2 ul li div,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container ul li div,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container2 ul li div {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 0.5rem;
    }
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul li div h4,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container2 ul li div h4,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container ul li div h4,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container2 ul li div h4,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container ul li div h4,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container2 ul li div h4,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container ul li div h4,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container2 ul li div h4 {
        color: var(--Text-text-primary, #eee);
        /* Title/X-Small */
        font-family: Outfit;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 1.375rem */
        letter-spacing: -0.025rem;
        text-align: left;
    }
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul li div p,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container2 ul li div p,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container ul li div p,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container2 ul li div p,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container ul li div p,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container2 ul li div p,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container ul li div p,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container2 ul li div p {
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        text-align: left;
        width: 27.5rem;
    }
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul li div a,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container2 ul li div a,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container ul li div a,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container2 ul li div a,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container ul li div a,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container2 ul li div a,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container ul li div a,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container2 ul li div a {
        margin-top: 1rem;
        display: flex;
        padding: 0.375rem 0.625rem 0.375rem 1rem;
        justify-content: center;
        align-items: center;
        gap: 0.375rem;
        border-radius: 0.375rem;
        background: var(--Background-bg-highlight, #222);
        color: var(--Text-text-secondary, #aaa);
        text-align: center;
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3125rem;
        /* 150% */
        letter-spacing: -0.0175rem;
    }
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul li div a .arrow,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container2 ul li div a .arrow,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container ul li div a .arrow,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container2 ul li div a .arrow,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container ul li div a .arrow,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container2 ul li div a .arrow,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container ul li div a .arrow,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container2 ul li div a .arrow {
        width: 0.9375rem;
        height: 0.9375rem;
    }
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul li .detailActive,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul li .detailActive2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container2 ul li .detailActive,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container2 ul li .detailActive2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container ul li .detailActive,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container ul li .detailActive2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container2 ul li .detailActive,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container2 ul li .detailActive2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container ul li .detailActive,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container ul li .detailActive2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container2 ul li .detailActive,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container2 ul li .detailActive2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container ul li .detailActive,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container ul li .detailActive2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container2 ul li .detailActive,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container2 ul li .detailActive2 {
        display: flex;
    }
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul li .firstSlideDisplay,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container ul li .firstSlideDisplay2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container2 ul li .firstSlideDisplay,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .content_container2 ul li .firstSlideDisplay2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container ul li .firstSlideDisplay,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container ul li .firstSlideDisplay2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container2 ul li .firstSlideDisplay,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .content_container2 ul li .firstSlideDisplay2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container ul li .firstSlideDisplay,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container ul li .firstSlideDisplay2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container2 ul li .firstSlideDisplay,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .content_container2 ul li .firstSlideDisplay2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container ul li .firstSlideDisplay,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container ul li .firstSlideDisplay2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container2 ul li .firstSlideDisplay,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .content_container2 ul li .firstSlideDisplay2 {
        display: none;
    }
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .slides,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .slides2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .slides,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .slides2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .slides,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .slides2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .slides,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .slides2 {
        position: relative;
        width: 571px;
        height: 480px;
        overflow: hidden;
    }
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .slides .trustLine2-desktop,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .slides2 .trustLine2-desktop,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .slides .trustLine2-desktop,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .slides2 .trustLine2-desktop,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .slides .trustLine2-desktop,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .slides2 .trustLine2-desktop,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .slides .trustLine2-desktop,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .slides2 .trustLine2-desktop {
        display: flex;
    }
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .slides .trustLine2-laptop,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .slides2 .trustLine2-laptop,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .slides .trustLine2-laptop,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .slides2 .trustLine2-laptop,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .slides .trustLine2-laptop,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .slides2 .trustLine2-laptop,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .slides .trustLine2-laptop,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .slides2 .trustLine2-laptop {
        display: none;
    }
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .slides .slide,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .slides .slide2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .slides2 .slide,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .slides2 .slide2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .slides .slide,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .slides .slide2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .slides2 .slide,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .slides2 .slide2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .slides .slide,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .slides .slide2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .slides2 .slide,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .slides2 .slide2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .slides .slide,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .slides .slide2,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .slides2 .slide,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .slides2 .slide2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 0.5s ease-in-out;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .slides .slide.active,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .slides .slide2.active,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .slides2 .slide.active,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .slides2 .slide2.active,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .slides .slide.active,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .slides .slide2.active,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .slides2 .slide.active,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .slides2 .slide2.active,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .slides .slide.active,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .slides .slide2.active,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .slides2 .slide.active,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .slides2 .slide2.active,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .slides .slide.active,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .slides .slide2.active,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .slides2 .slide.active,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .slides2 .slide2.active {
        opacity: 1;
        z-index: 2;
    }
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .slides .slide .inner_content img,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .slides .slide2 .inner_content img,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .slides2 .slide .inner_content img,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .slides2 .slide2 .inner_content img,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .slides .slide .inner_content img,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .slides .slide2 .inner_content img,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .slides2 .slide .inner_content img,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .slides2 .slide2 .inner_content img,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .slides .slide .inner_content img,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .slides .slide2 .inner_content img,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .slides2 .slide .inner_content img,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .slides2 .slide2 .inner_content img,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .slides .slide .inner_content img,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .slides .slide2 .inner_content img,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .slides2 .slide .inner_content img,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .slides2 .slide2 .inner_content img {
        width: 470px;
    }
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider .slides,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper .slider2 .slides,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider .slides,
    .dexGuidePage .soloNexContainer .tabsAndContentsWrapper2 .slider2 .slides {
        margin-top: 8rem;
    }
    .dexGuidePage .assetAccountSection {
        display: flex;
        padding: 5rem 0rem 10rem 0rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 14.42%);
    }
    .dexGuidePage .tradeParrentContainer {
        display: flex;
        padding: 10rem 2rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5rem;
        align-self: stretch;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 14.42%);
    }
    .dexGuidePage .tradeParrentContainer .tradeContainer .tradeTitleContainer {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 3rem;
        width: 100%;
    }
    .dexGuidePage .tradeParrentContainer .tradeContainer .tradeTitleContainer .tradeTitle {
        align-self: stretch;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        width: 32rem;
    }
    .dexGuidePage .tradeParrentContainer .tradeContainer .tradeTitleContainer .tradeSubtitle {
        align-self: stretch;
        padding-top: 3rem;
        padding-left: 1rem;
        color: var(--Text-text-secondary, #aaa);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 1.85625rem */
        letter-spacing: -0.0225rem;
    }
    .dexGuidePage .tradeParrentContainer .tradeContainer .imgWrapper {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-top: 3rem;
    }
    .dexGuidePage .tradeParrentContainer .tradeContainer .imgWrapper .tradeImgContainer {
        display: flex;
        max-width: 60rem;
        padding: 0.5rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.625rem;
        align-self: stretch;
        border-radius: 1rem;
        border: 1px solid #191919;
    }
    .dexGuidePage .tradeParrentContainer .tradeContainer .imgWrapper .tradeImgContainer .mingting-desktop {
        border-radius: 12px;
        width: 58.95813rem;
        height: 31rem;
        border-radius: 0.75rem;
        background: url(<path-to-image>) lightgray 50%/cover no-repeat;
    }
    .dexGuidePage .faqContainer {
        padding: 10rem 2rem;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 79.64%, rgba(255, 255, 255, 0.02) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 20.43%);
    }
    .dexGuidePage .faqContainer .faqWrapper {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 3rem;
        align-self: stretch;
    }
    .dexGuidePage .faqContainer .faqWrapper h1 {
        align-self: stretch;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
        background: linear-gradient(180deg, #fff 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        max-width: 100%;
        width: 100%;
        padding: 1rem 5rem;
        /** Rotate Icon */
        /** Change title color to white when open */
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container details {
        flex-direction: column;
        display: flex;
        padding: 2rem;
        align-items: flex-start;
        gap: 1rem;
        align-self: stretch;
        border-radius: 1rem;
        background: #040404;
        transition: all 0.3s ease-in-out;
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container details:hover {
        opacity: 1;
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container details summary {
        /* Removes the marker */
        list-style: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        user-select: none;
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container details summary:hover {
        text-decoration: none;
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container details summary:hover .title {
        opacity: 1;
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container details summary:hover .accordion-icon {
        opacity: 1;
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container details summary .accordion-title {
        color: var(--Text-text-grey, #666);
        /* Text/Medium/Large */
        font-family: "DM Sans";
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 500;
        line-height: 165%;
        /* 2.0625rem */
        letter-spacing: -0.025rem;
        transition: all 250ms ease-in-out;
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container details summary .accordion-icon {
        pointer-events: none;
        transition: all 150ms ease-out;
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container details summary .accordion-icon svg {
        width: 1.5rem;
        height: 1.5rem;
        transition: transform 0.3s ease-in-out;
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container details summary::-webkit-details-marker {
        display: none;
        /* Removes the marker for WebKit browsers */
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container details .accordion-content {
        color: var(--Text-text-secondary, #aaa);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
        align-self: stretch;
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container details[open] .accordion-icon svg {
        transform: rotate(-90deg);
    }
    .dexGuidePage .faqContainer .faqWrapper .accordion-container details[open] summary .accordion-title {
        color: rgb(20, 19, 19) important;
    }
}

@media (min-width: 280px) {
    .containerWidth {
        width: 327px;
        max-width: 327px;
    }
    .headerWidth {
        width: 351px;
        max-width: 351px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .notFoundPage {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .notFoundPage .notFound-desktop {
        display: none;
    }
    .notFoundPage .notFound-mobile {
        display: block;
    }
    .notFoundPage .notfoundWrapper {
        position: absolute;
        right: 50%;
        left: 50%;
        top: 45%;
        display: flex;
        max-width: 70rem;
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
        align-self: stretch;
    }
    .notFoundPage .notfoundWrapper h2 {
        text-align: center;
        /* Title/Medium */
        font-family: Outfit;
        font-size: 2rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 2.2rem */
        letter-spacing: -0.04rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #FFF 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        width: 327px;
    }
    .notFoundPage .notfoundWrapper .notfoundBtn {
        display: flex;
        height: 2rem;
        width: 8.5rem;
        padding: 0.5rem 1.5rem;
        justify-content: center;
        align-items: center;
        gap: 0.25rem;
        border-radius: 0.375rem;
        background: #B1FC03;
    }
    .notFoundPage .notfoundWrapper .notfoundBtn .backBtn {
        color: #121212 !important;
        text-align: center;
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3125rem;
        /* 150% */
        letter-spacing: -0.0175rem;
        white-space: nowrap;
    }
}

@media (min-width: 768px) {
    .containerWidth {
        width: 704px;
        max-width: 704px;
    }
    .headerWidth {
        width: 736px;
        max-width: 736px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .notFoundPage {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .notFoundPage .notFound-desktop {
        display: block;
        width: 50rem;
        height: 40rem;
        flex-shrink: 0;
        fill: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 50%, rgba(255, 255, 255, 0) 100%);
        backdrop-filter: blur(20px);
    }
    .notFoundPage .notFound-mobile {
        display: none;
    }
    .notFoundPage .notfoundWrapper {
        position: absolute;
        right: 50%;
        left: 50%;
        top: 45%;
        display: flex;
        max-width: 70rem;
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
        align-self: stretch;
    }
    .notFoundPage .notfoundWrapper h2 {
        width: 26.125rem;
        text-align: center;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #FFF 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .notFoundPage .notfoundWrapper .notfoundBtn {
        display: flex;
        height: 2rem;
        width: 8.5rem;
        padding: 0.5rem 1.5rem;
        justify-content: center;
        align-items: center;
        gap: 0.25rem;
        border-radius: 0.375rem;
        background: #B1FC03;
    }
    .notFoundPage .notfoundWrapper .notfoundBtn .backBtn {
        color: #121212;
        text-align: center;
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3125rem;
        /* 150% */
        letter-spacing: -0.0175rem;
        white-space: nowrap;
    }
}

@media (min-width: 1024px) {
    .containerWidth {
        width: 960px;
        max-width: 960px;
        margin: 0px auto 0px auto;
    }
    .headerWidth {
        max-width: 976px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .notFoundPage {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .notFoundPage .notFound-desktop {
        display: block;
        width: 50rem;
        height: 40rem;
        flex-shrink: 0;
        fill: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 50%, rgba(255, 255, 255, 0) 100%);
        backdrop-filter: blur(20px);
    }
    .notFoundPage .notFound-mobile {
        display: none;
    }
    .notFoundPage .notfoundWrapper {
        position: absolute;
        right: 50%;
        left: 50%;
        top: 45%;
        display: flex;
        max-width: 70rem;
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
        align-self: stretch;
    }
    .notFoundPage .notfoundWrapper h2 {
        width: 26.125rem;
        text-align: center;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
    }
    .notFoundPage .notfoundWrapper .notfoundBtn {
        display: flex;
        height: 2rem;
        width: 8.5rem;
        padding: 0.5rem 1.5rem;
        justify-content: center;
        align-items: center;
        gap: 0.25rem;
        border-radius: 0.375rem;
        background: #B1FC03;
    }
    .notFoundPage .notfoundWrapper .notfoundBtn .backBtn {
        color: #121212;
        text-align: center;
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3125rem;
        /* 150% */
        letter-spacing: -0.0175rem;
        white-space: nowrap;
    }
}

@media (min-width: 1281px) {
    .containerWidth {
        width: 1120px;
        max-width: 1120px;
        margin: 0px auto 0px auto;
    }
    .headerWidth {
        width: 1152px;
        max-width: 1152px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .notFoundPage {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .notFoundPage .notFound-desktop {
        display: block;
        width: 50rem;
        height: 40rem;
        flex-shrink: 0;
        fill: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 50%, rgba(255, 255, 255, 0) 100%);
        backdrop-filter: blur(20px);
    }
    .notFoundPage .notFound-mobile {
        display: none;
    }
    .notFoundPage .notfoundWrapper {
        position: absolute;
        right: 50%;
        left: 50%;
        top: 45%;
        display: flex;
        max-width: 70rem;
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
        align-self: stretch;
    }
    .notFoundPage .notfoundWrapper h2 {
        width: 26.125rem;
        text-align: center;
        /* Title/X-Large */
        font-family: Outfit;
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.3rem */
        letter-spacing: -0.06rem;
    }
    .notFoundPage .notfoundWrapper .notfoundBtn {
        display: flex;
        height: 2rem;
        width: 8.5rem;
        padding: 0.5rem 1.5rem;
        justify-content: center;
        align-items: center;
        gap: 0.25rem;
        border-radius: 0.375rem;
        background: #B1FC03;
    }
    .notFoundPage .notfoundWrapper .notfoundBtn .backBtn {
        color: #121212;
        text-align: center;
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3125rem;
        /* 150% */
        letter-spacing: -0.0175rem;
        white-space: nowrap;
    }
}

@media (min-width: 280px) {
    .containerWidth {
        width: 327px;
        max-width: 327px;
    }
    .headerWidth {
        width: 351px;
        max-width: 351px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .roadmapPage {
        overflow-x: hidden;
    }
    .roadmapSection {
        background-size: 100%;
        background-image: url("/assets/images/roadmap/roadmap-mobile.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        margin-top: 10.1rem;
        height: 445px;
        top: 0rem;
    }
    .roadmapSection .roadmapTitleWrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 0.75rem;
        position: relative;
        top: -8rem;
    }
    .roadmapSection .roadmapTitleWrapper .title {
        flex: 1 0 0;
        /* Header/Medium */
        font-family: Outfit;
        font-size: 3.5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 3.85rem */
        letter-spacing: -0.07rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #FFF 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .roadmapSection .roadmapTitleWrapper .subTitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 1.85625rem */
        letter-spacing: -0.0225rem;
        white-space: inherit;
        white-space: nowrap;
    }
    .roadmapSection .roadmapTitleWrapper .subTitle .mobileBreaker {
        display: block;
    }
    .completedSection {
        position: relative;
        margin: 8rem 0rem 5rem 0rem;
    }
    .completedSection .completeTitle {
        display: flex;
        flex-direction: row;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        align-self: stretch;
    }
    .completedSection .completeTitle .title {
        align-self: stretch;
        /* Title/Small */
        font-family: Outfit;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 1.65rem */
        letter-spacing: -0.03rem;
        background: linear-gradient(180deg, #FFF 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .completedSection .completeTitle .arrows {
        display: flex;
        padding-left: 3rem;
        justify-content: flex-end;
        align-items: flex-start;
        gap: 0.5rem;
        flex: 1 0 0;
        align-self: stretch;
        align-items: center;
    }
    .completedSection .completeTitle .arrows img {
        width: 36px;
        height: 36px;
        transition: opacity 0.3s, transform 0.3s;
        cursor: pointer;
    }
    .completedSection .completeTitle .arrows img.disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }
    .completedSection .completeTitle .arrows img:hover:not(.disabled) {
        opacity: 0.8;
    }
    .completedSection .completeTitle .arrows .arrow-left {
        transform: rotate(180deg);
        transition: transform 0.3s ease;
    }
    .completedSection .completeTitle .arrows .arrow-right {
        transition: transform 0.3s ease;
    }
    .scroll-images {
        width: 100vw;
        margin-left: calc(50vw - 162px);
        padding-top: 48px;
        height: auto;
        position: relative;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        gap: 8px;
        transition: margin-left 0.5s ease, right 0.5s ease, left 0.5s ease, margin-Right 0.5s ease;
    }
    .scroll-images::-webkit-scrollbar {
        display: none;
    }
    .scroll-images .integrationItem {
        flex-shrink: 0;
        white-space: nowrap;
        display: flex;
        width: 17.125rem;
        padding: 1.5rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
        border-radius: 1rem;
        background: #040404;
        scroll-snap-align: start;
    }
    .scroll-images .integrationItem img {
        width: 1.5rem;
        height: 1.5rem;
    }
    .scroll-images .integrationItem p {
        align-self: stretch;
        color: var(--Text-text-secondary, #AAA);
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: -0.02rem;
    }
    .scroll-images::-webkit-scrollbar {
        width: 5px;
        height: 8px;
        background-color: #aaa;
    }
    .scroll-images::-webkit-scrollbar-thumb {
        background-color: black;
    }
    button {
        background-color: transparent;
        color: white;
        border: none;
        outline: none;
        cursor: pointer;
        font-size: 25px;
    }
    .frontEndSection {
        flex-direction: column;
        padding: 5rem 0rem;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 18.67%), linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 18.67%);
    }
    .frontEndSection .sectionWrapper {
        width: 100%;
        justify-content: space-between;
        display: flex;
        max-width: 70rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 3rem;
        flex: 1 0 0;
    }
    .frontEndSection .soloTitle {
        display: flex;
        flex-direction: row;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        align-self: stretch;
    }
    .frontEndSection .soloTitle .title {
        align-self: stretch;
        /* Title/Small */
        font-family: Outfit;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 1.65rem */
        letter-spacing: -0.03rem;
        background: linear-gradient(180deg, #FFF 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .frontEndSection .soloTitle .arrows {
        display: flex;
        padding-left: 3rem;
        justify-content: flex-end;
        align-items: flex-start;
        gap: 0.5rem;
        flex: 1 0 0;
        align-self: stretch;
        align-items: center;
    }
    .frontEndSection .soloTitle .arrows .left {
        transform: rotate(180deg);
        transition: transform 0.3s ease;
    }
    .frontEndSection .soloTitle .arrows .right {
        transition: transform 0.3s ease;
    }
    .frontEndSection .soloTitle .arrows img {
        width: 36px;
        height: 36px;
        transition: opacity 0.3s, transform 0.3s;
        cursor: pointer;
    }
    .frontEndSection .soloTitle .arrows img[disabled] {
        opacity: 0.5;
        cursor: not-allowed;
    }
    .frontEndSection .soloTitle .arrows img:hover:not([disabled]) {
        opacity: 0.8;
    }
    .frontEndSection .featuresContainerRM {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        align-self: stretch;
    }
    .scrollImgs2 {
        width: 100vw;
        padding-top: 48px;
        height: auto;
        display: flex;
        position: relative;
        flex-wrap: nowrap;
        overflow-x: scroll;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        gap: 8px;
        transition: margin-left 0.5s ease, margin-right 0.5s ease, left 0.5s ease, right 0.5s ease;
    }
    .scrollImgs2 .featureItem {
        display: flex;
        width: 280px;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
        border-radius: 1rem;
        background: #040404;
    }
    .scrollImgs2 .featureItem img {
        display: flex;
        width: 280px;
        justify-content: center;
        align-items: center;
        gap: 0.3125rem;
    }
    .scrollImgs2 .featureItem .titleWrapper {
        padding: 2rem 2rem;
        align-self: stretch;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
        gap: 0.5rem;
    }
    .scrollImgs2 .featureItem .titleWrapper .title {
        white-space: normal;
        align-self: stretch;
        color: var(--Text-text-primary, #EEE);
        /* Title/XX-Small */
        font-family: Outfit;
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 1.1rem */
        letter-spacing: -0.02rem;
    }
    .scrollImgs2 .featureItem .titleWrapper .subTitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
        margin-top: 0.5rem;
    }
    .scrollImgs2 .featureItem:hover {
        border-radius: 1rem;
        background: #121212;
    }
    .scrollImgs2::-webkit-scrollbar {
        display: none;
    }
    .scrollImgs2.full-width {
        margin-left: 0;
    }
    .scrollImgs2::-webkit-scrollbar {
        width: 5px;
        height: 8px;
        background-color: #aaa;
    }
    .scrollImgs2::-webkit-scrollbar-thumb {
        background-color: black;
    }
    .scrollImgs2::-webkit-scrollbar {
        display: none;
    }
}

@media (min-width: 768px) {
    .containerWidth {
        width: 704px;
        max-width: 704px;
    }
    .headerWidth {
        width: 736px;
        max-width: 736px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .roadmapSection {
        background-size: 100%;
        height: 665px;
        width: 100%;
        flex-shrink: 0;
        background-image: url("/assets/images/roadmap/roadmapMask-desktop.png");
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 0;
        margin-top: -4.6rem;
    }
    .roadmapSection .roadmapTitleWrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0.75rem;
        top: 0rem;
    }
    .roadmapSection .roadmapTitleWrapper .title {
        flex: 1 0 0;
        text-align: center;
        /* Header/X-Large */
        font-family: Outfit;
        font-size: 5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 5.5rem */
        letter-spacing: -0.1rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #FFF 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .roadmapSection .roadmapTitleWrapper .subTitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #AAA);
        text-align: center;
        /* Text/Light/Large */
        font-family: "DM Sans";
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 2.0625rem */
        letter-spacing: -0.025rem;
        white-space: nowrap;
    }
    .roadmapSection .roadmapTitleWrapper .subTitle .mobileBreaker {
        display: none;
    }
    .completedSection {
        position: relative;
        margin: 10rem 0rem;
    }
    .completedSection .completeTitle {
        display: flex;
        flex-direction: row;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        align-self: stretch;
    }
    .completedSection .completeTitle .title {
        align-self: stretch;
        /* Title/Medium */
        font-family: Outfit;
        font-size: 2rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 2.2rem */
        letter-spacing: -0.04rem;
        background: linear-gradient(180deg, #FFF 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .completedSection .completeTitle .arrows {
        display: flex;
        padding-left: 3rem;
        justify-content: flex-end;
        align-items: flex-start;
        gap: 0.5rem;
        flex: 1 0 0;
        align-self: stretch;
        align-items: center;
    }
    .completedSection .completeTitle .arrows img {
        width: 36px;
        height: 36px;
        transition: opacity 0.3s, transform 0.3s;
        cursor: pointer;
    }
    .completedSection .completeTitle .arrows img.disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }
    .completedSection .completeTitle .arrows img:hover:not(.disabled) {
        opacity: 0.8;
    }
    .completedSection .completeTitle .arrows .arrow-left {
        transform: rotate(180deg);
        transition: transform 0.3s ease;
    }
    .completedSection .completeTitle .arrows .arrow-right {
        transition: transform 0.3s ease;
    }
    .scroll-images {
        width: 100vw;
        margin-left: calc(50vw - 353px);
        padding-top: 48px;
        height: auto;
        position: relative;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        gap: 8px;
        transition: margin-left 0.5s ease, right 0.5s ease, left 0.5s ease, margin-Right 0.5s ease;
    }
    .scroll-images::-webkit-scrollbar {
        display: none;
    }
    .scroll-images .integrationItem {
        flex-shrink: 0;
        white-space: nowrap;
        display: flex;
        width: 17.125rem;
        padding: 1.5rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
        border-radius: 1rem;
        background: #040404;
        scroll-snap-align: start;
    }
    .scroll-images .integrationItem img {
        width: 1.5rem;
        height: 1.5rem;
    }
    .scroll-images .integrationItem p {
        align-self: stretch;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
    }
    .scroll-images::-webkit-scrollbar {
        width: 5px;
        height: 8px;
        background-color: #aaa;
    }
    .scroll-images::-webkit-scrollbar-thumb {
        background-color: black;
    }
    button {
        background-color: transparent;
        color: white;
        border: none;
        outline: none;
        cursor: pointer;
        font-size: 25px;
    }
    .frontEndSection {
        flex-direction: column;
        padding: 10rem 0rem;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 18.67%), linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 18.67%);
    }
    .frontEndSection .sectionWrapper {
        width: 100%;
        justify-content: space-between;
        display: flex;
        max-width: 70rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 3rem;
        flex: 1 0 0;
    }
    .frontEndSection .soloTitle {
        display: flex;
        flex-direction: row;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        align-self: stretch;
    }
    .frontEndSection .soloTitle .title {
        white-space: normal;
        align-self: stretch;
        /* Title/Medium */
        font-family: Outfit;
        font-size: 2rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 2.2rem */
        letter-spacing: -0.04rem;
        background: linear-gradient(180deg, #FFF 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        width: 18rem;
    }
    .frontEndSection .soloTitle .arrows {
        display: flex;
        padding-left: 3rem;
        justify-content: flex-end;
        align-items: flex-start;
        gap: 0.5rem;
        flex: 1 0 0;
        align-self: stretch;
        align-items: center;
    }
    .frontEndSection .soloTitle .arrows .left {
        transform: rotate(180deg);
        transition: transform 0.3s ease;
    }
    .frontEndSection .soloTitle .arrows .right {
        transition: transform 0.3s ease;
    }
    .frontEndSection .soloTitle .arrows img {
        width: 36px;
        height: 36px;
        transition: opacity 0.3s, transform 0.3s;
        cursor: pointer;
    }
    .frontEndSection .soloTitle .arrows img[disabled] {
        opacity: 0.5;
        cursor: not-allowed;
    }
    .frontEndSection .soloTitle .arrows img:hover:not([disabled]) {
        opacity: 0.8;
    }
    .frontEndSection .featuresContainerRM {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        align-self: stretch;
    }
    .scrollImgs2 {
        width: 100vw;
        padding-top: 48px;
        position: relative;
        height: auto;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        gap: 8px;
        transition: margin-left 0.5s ease, margin-right 0.5s ease, left 0.5s ease, right 0.5s ease;
    }
    .scrollImgs2::-webkit-scrollbar {
        display: none;
    }
    .scrollImgs2.full-width {
        margin-left: 0;
    }
    .scrollImgs2 .featureItem {
        display: flex;
        width: 23rem;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
        border-radius: 1rem;
        background: #040404;
    }
    .scrollImgs2 .featureItem img {
        display: flex;
        width: 23rem;
        justify-content: center;
        align-items: center;
        gap: 0.3125rem;
    }
    .scrollImgs2 .featureItem .titleWrapper {
        padding: 2rem 2rem;
        align-self: stretch;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
        gap: 0.5rem;
    }
    .scrollImgs2 .featureItem .titleWrapper .title {
        white-space: nowrap;
        align-self: stretch;
        color: var(--Text-text-primary, #EEE);
        /* Title/XX-Small */
        font-family: Outfit;
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 1.1rem */
        letter-spacing: -0.02rem;
    }
    .scrollImgs2 .featureItem .titleWrapper .subTitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
        margin-top: 0.5rem;
    }
    .scrollImgs2 .featureItem:hover {
        border-radius: 1rem;
        background: #121212;
    }
    .scrollImgs2::-webkit-scrollbar {
        width: 5px;
        height: 8px;
        background-color: #aaa;
    }
    .scrollImgs2::-webkit-scrollbar-thumb {
        background-color: black;
    }
    .scrollImgs2::-webkit-scrollbar {
        display: none;
    }
}

@media (min-width: 1024px) {
    .containerWidth {
        width: 960px;
        max-width: 960px;
        margin: 0px auto 0px auto;
    }
    .headerWidth {
        max-width: 976px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .roadmapSection {
        width: 70rem;
        height: 720px;
        flex-shrink: 0;
        background-image: url("/assets/images/roadmap/roadmapMask-desktop.png");
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 0;
        margin-top: -4.6rem !important;
    }
    .roadmapSection .roadmapTitleWrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0.75rem;
    }
    .roadmapSection .roadmapTitleWrapper .title {
        text-align: center;
        font-family: Outfit;
        font-size: 5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 5.5rem */
        letter-spacing: -0.1rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #FFF 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .roadmapSection .roadmapTitleWrapper .subTitle {
        text-align: center;
        color: var(--Text-text-secondary, #AAA);
        font-family: "DM Sans";
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 2.0625rem */
        letter-spacing: -0.025rem;
        white-space: nowrap;
    }
    .completedSection {
        position: relative;
        margin: 10rem 0em;
    }
    .completedSection .completeTitle {
        display: flex;
        flex-direction: row;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        align-self: stretch;
    }
    .completedSection .completeTitle .title {
        align-self: stretch;
        font-family: Outfit;
        font-size: 2rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 2.2rem */
        letter-spacing: -0.04rem;
        background: linear-gradient(180deg, #FFF 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .completedSection .completeTitle .arrows {
        display: flex;
        padding-left: 3rem;
        justify-content: flex-end;
        align-items: flex-start;
        gap: 0.5rem;
        flex: 1 0 0;
        align-self: stretch;
        align-items: center;
    }
    .completedSection .completeTitle .arrows img {
        width: 36px;
        height: 36px;
        transition: opacity 0.3s, transform 0.3s;
        cursor: pointer;
    }
    .completedSection .completeTitle .arrows img.disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }
    .completedSection .completeTitle .arrows img:hover:not(.disabled) {
        opacity: 0.8;
    }
    .completedSection .completeTitle .arrows .arrow-left {
        transform: rotate(180deg);
        transition: transform 0.3s ease;
    }
    .completedSection .completeTitle .arrows .arrow-right {
        transition: transform 0.3s ease;
    }
    .scroll-images {
        width: 100vw;
        margin-left: calc(50vw - 480px);
        padding-top: 48px;
        height: auto;
        display: flex;
        position: relative;
        flex-wrap: nowrap;
        overflow-x: scroll;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        gap: 8px;
        transition: margin-left 0.5s ease, right 0.5s ease, left 0.5s ease, margin-Right 0.5s ease;
    }
    .scroll-images::-webkit-scrollbar {
        display: none;
    }
    .scroll-images .integrationItem {
        flex-shrink: 0;
        white-space: nowrap;
        display: flex;
        width: 17.125rem;
        padding: 1.5rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
        border-radius: 1rem;
        background: #040404;
        scroll-snap-align: start;
    }
    .scroll-images .integrationItem img {
        width: 1.5rem;
        height: 1.5rem;
    }
    .scroll-images .integrationItem p {
        align-self: stretch;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
    }
    .scroll-images .integrationItem:hover {
        border-radius: 1rem;
        background: #121212;
    }
    .scroll-images::-webkit-scrollbar {
        width: 5px;
        height: 8px;
        background-color: #aaa;
    }
    .scroll-images::-webkit-scrollbar-thumb {
        background-color: black;
    }
    .scroll-images .scroll-images::-webkit-scrollbar {
        display: none;
    }
    button {
        background-color: transparent;
        color: white;
        border: none;
        outline: none;
        cursor: pointer;
        font-size: 25px;
    }
    .frontEndSection {
        flex-direction: column;
        padding: 10rem 0rem;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 18.67%), linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 18.67%);
    }
    .frontEndSection .sectionWrapper {
        width: 100%;
        justify-content: space-between;
        display: flex;
        max-width: 70rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 3rem;
        flex: 1 0 0;
    }
    .frontEndSection .soloTitle {
        display: flex;
        flex-direction: row;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        align-self: stretch;
    }
    .frontEndSection .soloTitle .title {
        white-space: nowrap;
        align-self: stretch;
        /* Title/Medium */
        font-family: Outfit;
        font-size: 2rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 2.2rem */
        letter-spacing: -0.04rem;
        background: linear-gradient(180deg, #FFF 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        width: 26.6rem;
    }
    .frontEndSection .soloTitle .arrows {
        display: flex;
        padding-left: 3rem;
        justify-content: flex-end;
        align-items: flex-start;
        gap: 0.5rem;
        flex: 1 0 0;
        align-self: stretch;
        align-items: center;
    }
    .frontEndSection .soloTitle .arrows img {
        width: 36px;
        height: 36px;
        transition: opacity 0.3s, transform 0.3s;
        cursor: pointer;
    }
    .frontEndSection .soloTitle .arrows img[disabled] {
        opacity: 0.5;
        cursor: not-allowed;
    }
    .frontEndSection .soloTitle .arrows img:hover:not([disabled]) {
        opacity: 0.8;
    }
    .frontEndSection .featuresContainerRM {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        align-self: stretch;
    }
    .scrollImgs2 {
        width: 100vw;
        padding-top: 48px;
        height: auto;
        position: relative;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        gap: 8px;
        transition: margin-left 0.5s ease, margin-right 0.5s ease, left 0.5s ease, right 0.5s ease;
    }
    .scrollImgs2::-webkit-scrollbar {
        display: none;
    }
    .scrollImgs2.full-width {
        margin-left: 0;
    }
    .scrollImgs2 .featureItem {
        display: flex;
        width: 23rem;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
        border-radius: 1rem;
        background: #040404;
    }
    .scrollImgs2 .featureItem img {
        display: flex;
        width: 23rem;
        justify-content: center;
        align-items: center;
        gap: 0.3125rem;
    }
    .scrollImgs2 .featureItem .titleWrapper {
        padding: 2rem 2rem;
        align-self: stretch;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
        gap: 0.5rem;
    }
    .scrollImgs2 .featureItem .titleWrapper .title {
        white-space: nowrap;
        align-self: stretch;
        color: var(--Text-text-primary, #EEE);
        /* Title/XX-Small */
        font-family: Outfit;
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 1.1rem */
        letter-spacing: -0.02rem;
    }
    .scrollImgs2 .featureItem .titleWrapper .subTitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.3125rem */
        margin-top: 0.5rem;
        letter-spacing: -0.0175rem;
    }
    .scrollImgs2 .featureItem:hover {
        border-radius: 1rem;
        background: #121212;
    }
    .scrollImgs2::-webkit-scrollbar {
        width: 5px;
        height: 8px;
        background-color: #aaa;
    }
    .scrollImgs2::-webkit-scrollbar-thumb {
        background-color: black;
    }
    .scrollImgs2::-webkit-scrollbar {
        display: none;
    }
}

@media (min-width: 1281px) {
    .containerWidth {
        width: 1120px;
        max-width: 1120px;
        margin: 0px auto 0px auto;
    }
    .headerWidth {
        width: 1152px;
        max-width: 1152px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .roadmapSection {
        width: auto;
        height: 45rem;
        flex-shrink: 0;
        background-image: url("/assets/images/roadmap/roadmapMask-desktop.png");
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 0;
        margin-top: -4.6rem !important;
    }
    .roadmapSection .roadmapTitleWrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0.75rem;
    }
    .roadmapSection .roadmapTitleWrapper .title {
        text-align: center;
        font-family: Outfit;
        font-size: 5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        letter-spacing: -0.1rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #FFF 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .roadmapSection .roadmapTitleWrapper .subTitle {
        text-align: center;
        color: var(--Text-text-secondary, #AAA);
        font-family: "DM Sans";
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 2.0625rem */
        letter-spacing: -0.025rem;
        white-space: nowrap;
    }
    .roadmapSection .roadmapTitleWrapper .subTitle .mobileBreaker {
        display: none;
    }
    .completedSection {
        position: relative;
    }
    .completedSection .completeTitle {
        display: flex;
        flex-direction: row;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        align-self: stretch;
    }
    .completedSection .completeTitle .title {
        align-self: stretch;
        /* Title/Medium */
        font-family: Outfit;
        font-size: 2rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 2.2rem */
        letter-spacing: -0.04rem;
        background: linear-gradient(180deg, #FFF 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .completedSection .completeTitle .arrows {
        display: flex;
        padding-left: 3rem;
        justify-content: flex-end;
        align-items: flex-start;
        gap: 0.5rem;
        flex: 1 0 0;
        align-self: stretch;
        align-items: center;
    }
    .completedSection .completeTitle .arrows img {
        width: 36px;
        height: 36px;
        transition: opacity 0.3s, transform 0.3s;
        cursor: pointer;
    }
    .completedSection .completeTitle .arrows img.disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }
    .completedSection .completeTitle .arrows img:hover:not(.disabled) {
        opacity: 0.8;
    }
    .completedSection .completeTitle .arrows .arrow-left {
        transform: rotate(180deg);
        transition: transform 0.3s ease;
    }
    .completedSection .completeTitle .arrows .arrow-right {
        transition: transform 0.3s ease;
    }
    .scroll-images {
        width: 100vw;
        margin-left: calc(50vw - 560px);
        padding-top: 48px;
        height: auto;
        display: flex;
        position: relative;
        flex-wrap: nowrap;
        overflow-x: scroll;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        gap: 8px;
        transition: margin-left 0.5s ease, right 0.5s ease, left 0.5s ease, margin-Right 0.5s ease;
    }
    .scroll-images::-webkit-scrollbar {
        display: none;
    }
    .scroll-images.full-width {
        margin-left: 0;
    }
    .scroll-images .integrationItem {
        flex-shrink: 0;
        white-space: nowrap;
        display: flex;
        width: 17.125rem;
        padding: 1.5rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
        border-radius: 1rem;
        background: #040404;
        scroll-snap-align: start;
    }
    .scroll-images .integrationItem img {
        width: 1.5rem;
        height: 1.5rem;
    }
    .scroll-images .integrationItem p {
        align-self: stretch;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
    }
    .scroll-images .integrationItem:hover {
        border-radius: 1rem;
        background: #121212;
    }
    .scroll-images::-webkit-scrollbar {
        width: 5px;
        height: 8px;
        background-color: #aaa;
    }
    .scroll-images::-webkit-scrollbar-thumb {
        background-color: black;
    }
    .scroll-images::-webkit-scrollbar {
        display: none;
    }
    .scrollImgs2 {
        width: 100vw;
        padding-top: 48px;
        position: relative;
        height: auto;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        gap: 8px;
        transition: margin-left 0.5s ease, margin-right 0.5s ease, left 0.5s ease, right 0.5s ease;
    }
    .scrollImgs2::-webkit-scrollbar {
        display: none;
    }
    .scrollImgs2.full-width {
        margin-left: 0;
    }
    .scrollImgs2 .integrationItem {
        flex-shrink: 0;
        white-space: nowrap;
        display: flex;
        width: 17.125rem;
        padding: 1.5rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
        border-radius: 1rem;
        background: #040404;
        scroll-snap-align: start;
    }
    .scrollImgs2 .integrationItem img {
        width: 1.5rem;
        height: 1.5rem;
    }
    .scrollImgs2 .integrationItem p {
        align-self: stretch;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
    }
    .scrollImgs2::-webkit-scrollbar {
        width: 5px;
        height: 8px;
        background-color: #aaa;
    }
    .scrollImgs2::-webkit-scrollbar-thumb {
        background-color: black;
    }
    .scrollImgs2::-webkit-scrollbar {
        display: none;
    }
    button {
        background-color: transparent;
        color: white;
        border: none;
        outline: none;
        cursor: pointer;
        font-size: 25px;
    }
    .frontEndSection {
        flex-direction: column;
        padding: 10rem 0rem;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 18.67%), linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 18.67%);
    }
    .frontEndSection .soloTitle {
        display: flex;
        flex-direction: row;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        align-self: stretch;
    }
    .frontEndSection .soloTitle .title {
        white-space: nowrap;
        align-self: stretch;
        /* Title/Medium */
        font-family: Outfit;
        font-size: 2rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 2.2rem */
        letter-spacing: -0.04rem;
        background: linear-gradient(180deg, #FFF 0%, #999 91.64%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .frontEndSection .soloTitle .arrows {
        display: flex;
        padding-left: 3rem;
        justify-content: flex-end;
        align-items: flex-start;
        gap: 0.5rem;
        flex: 1 0 0;
        align-self: stretch;
        align-items: center;
    }
    .frontEndSection .soloTitle .arrows .left {
        transform: rotate(180deg);
        transition: transform 0.3s ease;
    }
    .frontEndSection .soloTitle .arrows .right {
        transition: transform 0.3s ease;
    }
    .frontEndSection .soloTitle .arrows img {
        width: 36px;
        height: 36px;
        transition: opacity 0.3s, transform 0.3s;
        cursor: pointer;
    }
    .frontEndSection .soloTitle .arrows img[disabled] {
        opacity: 0.5;
        cursor: not-allowed;
    }
    .frontEndSection .soloTitle .arrows img:hover:not([disabled]) {
        opacity: 1;
    }
    .frontEndSection .featuresContainerRM {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        align-self: stretch;
        padding: 0;
        background: none;
    }
    .scrollImgs2 {
        width: 100vw;
        padding-top: 48px;
        height: auto;
        position: relative;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        gap: 8px;
        transition: margin-left 0.5s ease, margin-right 0.5s ease, left 0.5s ease, right 0.5s ease;
    }
    .scrollImgs2::-webkit-scrollbar {
        display: none;
    }
    .scrollImgs2.full-width {
        margin-left: 0;
    }
    .scrollImgs2 .featureItem {
        display: flex;
        width: 23rem;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
        border-radius: 1rem;
        background: #040404;
    }
    .scrollImgs2 .featureItem img {
        display: flex;
        width: 23rem;
        justify-content: center;
        align-items: center;
        gap: 0.3125rem;
    }
    .scrollImgs2 .featureItem .titleWrapper {
        padding: 2rem 2rem;
        align-self: stretch;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
        gap: 0.5rem;
    }
    .scrollImgs2 .featureItem .titleWrapper .title {
        white-space: nowrap;
        align-self: stretch;
        color: var(--Text-text-primary, #EEE);
        /* Title/XX-Small */
        font-family: Outfit;
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 1.1rem */
        letter-spacing: -0.02rem;
    }
    .scrollImgs2 .featureItem .titleWrapper .subTitle {
        align-self: stretch;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.3125rem */
        margin-top: 0.5rem;
        letter-spacing: -0.0175rem;
    }
    .scrollImgs2 .featureItem:hover {
        border-radius: 1rem;
        background: #121212;
    }
    .scrollImgs2::-webkit-scrollbar {
        width: 5px;
        height: 8px;
        background-color: #aaa;
    }
    .scrollImgs2::-webkit-scrollbar-thumb {
        background-color: black;
    }
    .scrollImgs2::-webkit-scrollbar {
        display: none;
    }
}

@media (min-width: 1840px) {
    .frontEndSection .soloTitle .arrows img[disabled] {
        opacity: 1;
        cursor: pointer;
    }
    .frontEndSection .soloTitle .arrows img:hover:not([disabled]) {
        opacity: 1;
    }
}

@media (min-width: 280px) {
    .containerWidth {
        width: 327px;
        max-width: 327px;
    }
    .headerWidth {
        width: 351px;
        max-width: 351px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .modal {
        display: none;
        /* Hidden by default */
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.5);
        /* Modal overlay background */
    }
    .modal.show {
        display: block;
        /* Show modal */
    }
    .modal .modal-content {
        display: flex;
        flex-direction: column;
        width: 22rem;
        max-width: 50rem;
        margin: 5% auto;
        padding: 0rem;
        border-radius: 0.75rem;
        background: var(--Background-bg-night, #121212);
        position: relative;
        top: 7rem;
        justify-content: center;
        align-items: center;
    }
    .modal .modal-header {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1.5rem;
    }
    .modal .modal-header .discTitle {
        color: var(--Text-text-primary, #EEE);
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 600;
        line-height: 1.6875rem;
    }
    .modal .cancelButton {
        cursor: pointer;
        width: 1.25rem;
        height: 1.25rem;
    }
    .modal .contentWrapper {
        max-height: 30rem;
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: var(--Scroll-thumb-color, #888) var(--Scroll-track-color, #333);
        width: 21.5rem;
        padding-right: 3rem;
        padding-left: 1.5rem;
    }
    .modal .contentWrapper::-webkit-scrollbar {
        width: 0.25rem;
        /* Width of the scrollbar */
        height: 0.25rem;
        /* Height of the horizontal scrollbar (if needed) */
    }
    .modal .contentWrapper .contentContainer {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        padding-top: 1.25rem;
    }
    .modal .contentWrapper .contentContainer .title {
        color: var(--Text-text-primary, #EEE);
        font-family: Outfit;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.1rem;
        letter-spacing: -0.02rem;
    }
    .modal .contentWrapper .contentContainer .paragraph {
        color: var(--Text-text-secondary, #AAA);
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-weight: 300;
        line-height: 1.3125rem;
        letter-spacing: -0.0175rem;
    }
    .modal .modal-overlay {
        position: fixed;
        z-index: 999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        /* Modal overlay background */
    }
}

@media (min-width: 768px) {
    .containerWidth {
        width: 704px;
        max-width: 704px;
    }
    .headerWidth {
        width: 736px;
        max-width: 736px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .modal {
        display: none;
        /* Hidden by default */
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.5);
        /* Modal overlay background */
    }
    .modal.show {
        display: block;
        /* Show modal */
    }
    .modal .modal-content {
        display: flex;
        flex-direction: column;
        width: 44rem;
        max-width: 50rem;
        margin: 5% auto;
        padding: 0rem;
        border-radius: 0.75rem;
        background: var(--Background-bg-night, #121212);
        position: relative;
        top: 7rem;
        justify-content: center;
        align-items: center;
    }
    .modal .modal-header {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1.5rem;
    }
    .modal .modal-header .discTitle {
        color: var(--Text-text-primary, #EEE);
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 600;
        line-height: 1.6875rem;
    }
    .modal .cancelButton {
        cursor: pointer;
        width: 1.25rem;
        height: 1.25rem;
    }
    .modal .contentWrapper {
        max-height: 30rem;
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: var(--Scroll-thumb-color, #888) var(--Scroll-track-color, #333);
        width: 44rem;
        padding-right: 1rem;
        padding-left: 1.5rem;
    }
    .modal .contentWrapper::-webkit-scrollbar {
        width: 0.25rem;
        /* Width of the scrollbar */
        height: 0.25rem;
        /* Height of the horizontal scrollbar (if needed) */
    }
    .modal .contentWrapper .contentContainer {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        padding-top: 1.25rem;
    }
    .modal .contentWrapper .contentContainer .title {
        color: var(--Text-text-primary, #EEE);
        font-family: Outfit;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.1rem;
        letter-spacing: -0.02rem;
    }
    .modal .contentWrapper .contentContainer .paragraph {
        color: var(--Text-text-secondary, #AAA);
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-weight: 300;
        line-height: 1.3125rem;
        letter-spacing: -0.0175rem;
    }
    .modal .modal-overlay {
        position: fixed;
        z-index: 999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        /* Modal overlay background */
    }
}

@media (min-width: 1024px) {
    .containerWidth {
        width: 960px;
        max-width: 960px;
        margin: 0px auto 0px auto;
    }
    .headerWidth {
        max-width: 976px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .modal {
        display: none;
        /* Hidden by default */
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.5);
        /* Modal overlay background */
    }
    .modal.show {
        display: block;
        /* Show modal */
    }
    .modal .modal-content {
        display: flex;
        flex-direction: column;
        width: 90rem;
        max-width: 50rem;
        margin: 5% auto;
        /* Center modal */
        padding: 1.25rem;
        border-radius: 0.75rem;
        background: var(--Background-bg-night, #121212);
        position: relative;
    }
    .modal .modal-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 1rem;
    }
    .modal .cancelButton {
        cursor: pointer;
        width: 1.25rem;
        height: 1.25rem;
    }
    .modal .contentWrapper {
        width: 50rem;
    }
    .modal .contentWrapper::-webkit-scrollbar {
        width: 0.25rem;
        /* Width of the scrollbar */
        height: 0.25rem;
        /* Height of the horizontal scrollbar (if needed) */
    }
    .modal .contentWrapper .contentContainer {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        /* Space between content containers */
        padding: 1.25rem 1.5rem 0 1.25rem;
    }
    .modal .contentWrapper .contentContainer .title {
        color: var(--Text-text-primary, #EEE);
        font-family: Outfit;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.1rem;
        letter-spacing: -0.02rem;
    }
    .modal .contentWrapper .contentContainer .paragraph {
        color: var(--Text-text-secondary, #AAA);
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-weight: 300;
        line-height: 1.3125rem;
        letter-spacing: -0.0175rem;
    }
    .modal .modal-overlay {
        position: fixed;
        z-index: 999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        /* Modal overlay background */
    }
}

@media (min-width: 1281px) {
    .containerWidth {
        width: 1120px;
        max-width: 1120px;
        margin: 0px auto 0px auto;
    }
    .headerWidth {
        width: 1152px;
        max-width: 1152px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .modal {
        display: none;
        /* Hidden by default */
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.5);
        /* Modal overlay background */
    }
    .modal.show {
        display: block;
        /* Show modal */
    }
    .modal .modal-content {
        display: flex;
        flex-direction: column;
        width: 90rem;
        max-width: 50rem;
        margin: 5% auto;
        /* Center modal */
        padding: 1.25rem;
        border-radius: 0.75rem;
        background: var(--Background-bg-night, #121212);
        position: relative;
    }
    .modal .modal-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 1rem;
    }
    .modal .cancelButton {
        cursor: pointer;
        width: 1.25rem;
        height: 1.25rem;
    }
    .modal .contentWrapper {
        max-height: 30rem;
        overflow-y: auto;
        /* Enable vertical scrolling */
        scrollbar-width: thin;
        scrollbar-color: var(--Scroll-thumb-color, #888) var(--Scroll-track-color, #333);
    }
    .modal .contentWrapper::-webkit-scrollbar {
        width: 0.25rem;
        /* Width of the scrollbar */
        height: 0.25rem;
        /* Height of the horizontal scrollbar (if needed) */
    }
    .modal .contentWrapper .contentContainer {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        /* Space between content containers */
        padding: 1.25rem 1.5rem;
    }
    .modal .contentWrapper .contentContainer .title {
        color: var(--Text-text-primary, #EEE);
        font-family: Outfit;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.1rem;
        letter-spacing: -0.02rem;
    }
    .modal .contentWrapper .contentContainer .paragraph {
        color: var(--Text-text-secondary, #AAA);
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-weight: 300;
        line-height: 1.3125rem;
        letter-spacing: -0.0175rem;
    }
    .modal .modal-overlay {
        position: fixed;
        z-index: 999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        /* Modal overlay background */
    }
}

.conversionPage {
    display: flex;
    padding: 10rem 2rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}

.conversionPage .light {
    position: absolute;
    top: 0;
    right: 0;
    width: 480px !important;
    height: 360px !important;
    gap: 0px;
    opacity: 0px;
}

.conversionPage .dots {
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: -1;
    opacity: 0.75;
}

.conversionPage .content {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.conversionPage .content .title {
    font-family: Outfit;
    font-size: 48px;
    font-weight: 500;
    line-height: 52.8px;
    letter-spacing: -0.02em;
    text-align: center;
    flex: 1 0 0;
    text-align: center;
    /* Header/Large */
    font-family: Outfit;
    /* 4.4rem */
    letter-spacing: -0.08rem;
    background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #fff 0%, #878787 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 691px) {
    .conversionPage .content .title {
        text-align: left;
    }
}

.conversionPage .content .tokenWrapper .subtitle {
    color: #666;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    /* 150% */
    letter-spacing: -0.21px;
    margin-bottom: 8px;
}

.conversionPage .content .tokenWrapper .inputWrapper {
    display: flex;
    gap: 8px;
}

.conversionPage .content .tokenWrapper .inputWrapper #nftInput {
    display: flex;
    height: 24px;
    width: 100%;
    padding: 12px;
    justify-content: space-between;
    align-items: flex-end;
    align-self: stretch;
    border-radius: 8px;
    background: #121212;
    border: none;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #eee;
}

.conversionPage .content .tokenWrapper .inputWrapper #nftInput::placeholder {
    color: var(--Text-text-muted, #454545);
}

.conversionPage .content .tokenWrapper .inputWrapper #nftInput:focus {
    outline: none;
}

.conversionPage .content .tokenWrapper .inputWrapper .validateButton {
    max-width: 107px;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    color: #eee;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.32px;
    background: linear-gradient(270deg, #d81d3c 0%, #981329 49.52%, #d81d3c 100%);
    cursor: pointer;
}

@media (max-width: 500px) {
    .conversionPage .content .tokenWrapper .inputWrapper .validateButton {
        display: none;
    }
}

.conversionPage .content .tokenWrapper .inputWrapper .validateButton.mobile {
    display: none;
    align-items: center;
    padding: 12px;
}

@media (max-width: 500px) {
    .conversionPage .content .tokenWrapper .inputWrapper .validateButton.mobile {
        display: flex;
    }
}

.conversionPage .content .tokenWrapper .inputWrapper .validateButton.mobile .arrowRight {
    width: 18px;
    height: 18px;
}

.conversionPage .content .publicKeyWrapper {
    display: flex;
    justify-content: space-between;
    height: 33px;
}

@media (max-width: 500px) {
    .conversionPage .content .publicKeyWrapper {
        flex-direction: column;
        gap: 8px;
    }
}

.conversionPage .content .publicKeyWrapper .publicKeyLink {
    display: flex;
    align-items: center;
    gap: 4px;
}

.conversionPage .content .publicKeyWrapper .publicKeyLink .link {
    white-space: nowrap;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 21px */
    letter-spacing: -0.28px;
    background: linear-gradient(180deg, #fff 0%, #878787 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.conversionPage .content .publicKeyWrapper #publicKeyButton {
    display: flex;
    padding: 6px 10px 6px 16px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border: none;
    border-radius: 6px;
    background: var(--Background-bg-highlight, #222);
    height: 33px;
    color: var(--Text-text-secondary, #aaa);
    text-align: center;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 21px */
    letter-spacing: -0.28px;
    cursor: pointer;
}

.conversionPage .content .publicKeyWrapper #publicKeyButton .text {
    color: #aaa;
    white-space: nowrap;
}

.conversionPage .content #publicKeyContent {
    max-width: 400px;
}

@media (max-width: 500px) {
    .conversionPage .content #publicKeyContent {
        max-width: 300px;
    }
}

.conversionPage .content #publicKeyContent #publicKey {
    color: #aaa;
    word-wrap: break-word;
}

.conversionPage .content #nftDataWrapper {
    border-radius: 8px;
    backdrop-filter: blur(44px);
    position: relative;
    min-height: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: linear-gradient(180deg, rgba(135, 135, 135, 0.13) 0%, rgba(135, 135, 135, 0.03) 100%);
}

.conversionPage .content #nftDataWrapper::before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    top: -0.8px;
    position: relative;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.5), transparent);
}

.conversionPage .content #nftDataWrapper .incorrectID {
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.conversionPage .content #nftDataWrapper .incorrectID .incorrectIDImg {
    width: 20px;
    height: 20px;
}

.conversionPage .content #nftDataWrapper .nftData {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 20px 24px;
}

.conversionPage .content #nftDataWrapper .nftData .certifiedWrapper {
    display: flex;
    gap: 8px;
    align-items: center;
}

.conversionPage .content #nftDataWrapper .nftData .certifiedWrapper .success {
    width: 24px;
    height: 24px;
}

.conversionPage .content #nftDataWrapper .nftData .nftContent {
    display: flex;
    gap: 24px;
    justify-content: space-between;
}

@media (max-width: 560px) {
    .conversionPage .content #nftDataWrapper .nftData .nftContent {
        flex-direction: column;
        align-items: center;
    }
}

.conversionPage .content #nftDataWrapper .nftData .nftContent .nftImage {
    width: 120px;
    height: 120px;
    border-radius: 8px;
}

.conversionPage .content #nftDataWrapper .nftData .nftContent .nftContentDetails {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.conversionPage .content #nftDataWrapper .nftData .nftContent .nftContentDetails .row {
    display: flex;
    justify-content: space-between;
}

.conversionPage .content #nftDataWrapper .nftData .nftContent .nftContentDetails .row .collectionWrapper {
    display: flex;
    gap: 8px;
    align-items: center;
}

.conversionPage .content #nftDataWrapper .nftData .nftContent .nftContentDetails .row .collectionWrapper .collectionImage {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.conversionPage .content #nftDataWrapper .nftData .nftContent .nftContentDetails .row .label {
    color: #aaa;
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: -0.02em;
    text-align: left;
}

.conversionPage .content #nftDataWrapper .nftData .nftContent .nftContentDetails .row .value {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #eee;
    text-align: right;
}

@media (min-width: 280px) {
    .containerWidth {
        width: 327px;
        max-width: 327px;
    }
    .headerWidth {
        width: 351px;
        max-width: 351px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .soloCardPage {
        overflow-x: hidden;
    }
    .soloCardContainer .heroContainer {
        align-self: stretch;
        display: flex;
        flex-direction: column;
        gap: 2rem;
        padding: 3rem 0 0 0;
    }
    .soloCardContainer .heroContainer .contentWrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .soloCardContainer .heroContainer .contentWrapper .upperTitleWrapper {
        margin-bottom: 0.75rem;
        display: flex;
        align-items: center;
        gap: 0.75rem;
        align-self: stretch;
    }
    .soloCardContainer .heroContainer .contentWrapper .upperTitleWrapper .dot {
        width: 1.125rem;
        height: 0.375rem;
        border-radius: 0.25rem;
        background: var(--Text-text-muted, #454545);
    }
    .soloCardContainer .heroContainer .contentWrapper .upperTitleWrapper .upperTitle {
        flex: 1 0 0;
        color: #E5E5E5;
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
    }
    .soloCardContainer .heroContainer .contentWrapper .title {
        /* Header/Medium */
        font-family: Outfit;
        font-size: 56px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 61.6px */
        letter-spacing: -1.12px;
        position: relative;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #FFF 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        z-index: 3;
    }
    .soloCardContainer .heroContainer .contentWrapper .btnContainer {
        margin-top: 3rem;
        white-space: nowrap;
        display: flex;
        padding: 0.5rem 1.5rem;
        justify-content: center;
        align-items: center;
        gap: 0.25rem;
        border-radius: 0.375rem;
        background: var(--Gradients-Red-Gradient, linear-gradient(270deg, #D81D3C 0%, #981329 49.52%, #D81D3C 100%));
        color: var(--Text-white-remain, #EEE);
        text-align: center;
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3125rem;
        /* 150% */
        letter-spacing: -0.0175rem;
    }
    .soloCardContainer .heroContainer .contentWrapper .btnContainer:hover {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        gap: 0.25rem;
        border-radius: 0.375rem;
        color: #B1FC03;
        border: 1px solid #B1FC03;
        background: black;
    }
    .soloCardContainer .heroContainer .soloCard-desktop {
        height: 475px;
        padding: 0px 10.106px 0px 10.5px;
        bottom: 0rem;
        left: -1rem;
        z-index: 1;
        object-fit: cover;
        width: 100vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        position: relative;
    }
    .soloCardParent {
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 18.67%);
        display: flex;
        padding: 5rem 0;
        justify-content: center;
        align-items: center;
        align-self: stretch;
    }
    .soloCardParent .soloCardContainer {
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }
    .soloCardParent .soloCardContainer .mainContent {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 3rem;
        width: 100%;
    }
    .soloCardParent .soloCardContainer .mainContent .batch-desktop {
        width: 327px;
        flex-shrink: 0;
        border-radius: 0.75rem;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 0 10px 0;
    }
    .soloCardParent .soloCardContainer .mainContent .contentWrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 3rem;
        flex: 1 0 0;
    }
    .soloCardParent .soloCardContainer .mainContent .contentWrapper .content {
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 24px */
        letter-spacing: -0.32px;
    }
    .soloCardParent .soloCardContainer .mainContent .contentWrapper .content span {
        color: var(--Text-text-primary, #EEE);
        /* Text/Light/Small */
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        letter-spacing: -0.32px;
    }
    .soloCardParent .soloCardContainer .mainContent .contentWrapper .btnWrapper {
        display: flex;
        padding: 0.375rem 0.625rem 0.375rem 1rem;
        justify-content: center;
        align-items: center;
        gap: 0.375rem;
        border-radius: 0.375rem;
        background: var(--Background-bg-highlight, #222);
    }
    .soloCardParent .soloCardContainer .mainContent .contentWrapper .btnWrapper:hover {
        background: var(--Background-bg-tonal, #333);
    }
    .soloCardParent .soloCardContainer .mainContent .contentWrapper .btnWrapper p {
        color: var(--Text-text-secondary, #AAA);
        text-align: center;
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        letter-spacing: -0.0175rem;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        top: -1.5px;
    }
    .soloCardParent .soloCardContainer .mainContent .contentWrapper .btnWrapper p .soli {
        color: var(--Text-text-primary, #EEE);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 400;
        line-height: 165%;
        letter-spacing: -0.0225rem;
    }
    .soloCardParent .soloCardContainer .mainContent .contentWrapper .btnWrapper .arrowIcon {
        width: 0.9375rem;
        height: 0.9375rem;
    }
    .soloCardParent .soloCardContainer .cardsWrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding-top: 3rem;
        gap: 3rem;
        border-top: 1px solid #121212;
    }
    .soloCardParent .soloCardContainer .cardsWrapper .cardItem {
        background: none;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex: 1 0 0;
    }
    .soloCardParent .soloCardContainer .cardsWrapper .cardItem img {
        width: 2rem;
        height: 2rem;
    }
    .soloCardParent .soloCardContainer .cardsWrapper .cardItem .title {
        align-self: stretch;
        margin-top: 1.5rem;
        color: var(--Text-text-primary, #EEE);
        /* Title/XX-Small */
        font-family: Outfit;
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 1.1rem */
        letter-spacing: -0.02rem;
        padding-right: 1rem;
    }
    .soloCardParent .soloCardContainer .cardsWrapper .cardItem .content {
        align-self: stretch;
        margin-top: 0.5rem;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
}

@media (min-width: 768px) {
    .containerWidth {
        width: 704px;
        max-width: 704px;
    }
    .headerWidth {
        width: 736px;
        max-width: 736px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .soloCardContainer .heroContainer {
        align-items: center;
        align-self: stretch;
        display: flex;
        flex-direction: row;
        gap: 5rem;
        padding: 1rem 0 2rem 0;
    }
    .soloCardContainer .heroContainer .contentWrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex: 1 0 0;
        width: 50%;
    }
    .soloCardContainer .heroContainer .contentWrapper .upperTitleWrapper {
        margin-bottom: 0.75rem;
        display: flex;
        align-items: center;
        gap: 0.75rem;
        align-self: stretch;
    }
    .soloCardContainer .heroContainer .contentWrapper .upperTitleWrapper .dot {
        width: 1.125rem;
        height: 0.375rem;
        border-radius: 0.25rem;
        background: var(--Text-text-muted, #454545);
    }
    .soloCardContainer .heroContainer .contentWrapper .upperTitleWrapper .desktopBreaker {
        display: block;
    }
    .soloCardContainer .heroContainer .contentWrapper .upperTitleWrapper .upperTitle {
        flex: 1 0 0;
        color: #E5E5E5;
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
    }
    .soloCardContainer .heroContainer .contentWrapper .title {
        width: 476px;
        flex: 1 0 0;
        /* Header/X-Large */
        font-family: Outfit;
        font-size: 5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 5.5rem */
        letter-spacing: -0.1rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #FFF 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .soloCardContainer .heroContainer .contentWrapper .btnContainer {
        margin-top: 3rem;
        display: flex;
        padding: 0.5rem 1.5rem;
        justify-content: center;
        align-items: center;
        gap: 0.25rem;
        border-radius: 0.375rem;
        background: var(--Gradients-Red-Gradient, linear-gradient(270deg, #D81D3C 0%, #981329 49.52%, #D81D3C 100%));
        color: var(--Text-white-remain, #EEE);
        text-align: center;
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3125rem;
        /* 150% */
        letter-spacing: -0.0175rem;
    }
    .soloCardContainer .heroContainer .soloCard-desktop {
        display: flex;
        padding: 0;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        width: 100vw;
        z-index: -1;
        position: relative;
        left: unset;
        bottom: unset;
        right: 7rem;
        height: 688px;
        top: 26px;
    }
    .soloCardParent {
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 18.67%);
        display: flex;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        padding: 10rem 0;
    }
    .soloCardParent .soloCardContainer {
        display: flex;
        flex-direction: column;
        gap: 0rem;
    }
    .soloCardParent .soloCardContainer .mainContent {
        display: flex;
        flex-direction: row;
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 3rem;
        width: 100%;
    }
    .soloCardParent .soloCardContainer .mainContent .batch-desktop {
        width: auto;
        flex-shrink: 0;
        border-radius: 0.75rem;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin: 0 auto;
        height: 365px;
    }
    .soloCardParent .soloCardContainer .mainContent .contentWrapper {
        display: flex;
        padding-left: 0rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 3rem;
        flex: 1 0 0;
    }
    .soloCardParent .soloCardContainer .mainContent .contentWrapper .content {
        width: 656px;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/Medium */
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        /* 29.7px */
        letter-spacing: -0.36px;
    }
    .soloCardParent .soloCardContainer .mainContent .contentWrapper .content span {
        color: var(--Text-text-primary, #EEE);
        /* Text/Light/Medium */
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        letter-spacing: -0.36px;
    }
    .soloCardParent .soloCardContainer .mainContent .contentWrapper .btnWrapper {
        display: flex;
        padding: 0.375rem 0.625rem 0.375rem 1rem;
        justify-content: center;
        align-items: center;
        gap: 0.375rem;
        border-radius: 0.375rem;
        background: var(--Background-bg-highlight, #222);
    }
    .soloCardParent .soloCardContainer .mainContent .contentWrapper .btnWrapper p {
        color: var(--Text-text-secondary, #AAA);
        text-align: center;
        /* Text/Medium/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .soloCardParent .soloCardContainer .mainContent .contentWrapper .btnWrapper p .soli {
        color: var(--Text-text-primary, #EEE);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 400;
        line-height: 165%;
        letter-spacing: -0.0225rem;
    }
    .soloCardParent .soloCardContainer .mainContent .contentWrapper .btnWrapper .arrowIcon {
        width: 0.9375rem;
        height: 0.9375rem;
    }
    .soloCardParent .soloCardContainer .cardsWrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding-top: 3rem;
        gap: 3rem;
        border-top: 1px solid #121212;
    }
    .soloCardParent .soloCardContainer .cardsWrapper .cardItem {
        background: none;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex: 1 0 0;
    }
    .soloCardParent .soloCardContainer .cardsWrapper .cardItem img {
        width: 2rem;
        height: 2rem;
    }
    .soloCardParent .soloCardContainer .cardsWrapper .cardItem .title {
        align-self: stretch;
        margin-top: 1.5rem;
        color: var(--Text-text-primary, #EEE);
        /* Title/XX-Small */
        font-family: Outfit;
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 1.1rem */
        letter-spacing: -0.02rem;
        padding-right: 1rem;
    }
    .soloCardParent .soloCardContainer .cardsWrapper .cardItem .content {
        align-self: stretch;
        margin-top: 0.5rem;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
}

@media (min-width: 1024px) {
    .containerWidth {
        width: 960px;
        max-width: 960px;
        margin: 0px auto 0px auto;
    }
    .headerWidth {
        max-width: 976px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .soloCardContainer .heroContainer {
        align-items: center;
        align-self: stretch;
        display: flex;
        flex-direction: row;
        gap: 0rem;
        padding: 3rem 0 3rem 0;
    }
    .soloCardContainer .heroContainer .contentWrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex: 1 0 0;
        width: 30rem;
    }
    .soloCardContainer .heroContainer .contentWrapper .upperTitleWrapper {
        margin-bottom: 0.75rem;
        display: flex;
        align-items: center;
        gap: 0.75rem;
        align-self: stretch;
    }
    .soloCardContainer .heroContainer .contentWrapper .upperTitleWrapper .dot {
        width: 1.125rem;
        height: 0.375rem;
        border-radius: 0.25rem;
        background: var(--Text-text-muted, #454545);
    }
    .soloCardContainer .heroContainer .contentWrapper .upperTitleWrapper .upperTitle {
        flex: 1 0 0;
        color: #E5E5E5;
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
    }
    .soloCardContainer .heroContainer .contentWrapper .title {
        width: 560px;
        white-space: inherit;
        flex: 1 0 0;
        /* Header/X-Large */
        font-family: Outfit;
        font-size: 5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 5.5rem */
        letter-spacing: -0.1rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #FFF 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .soloCardContainer .heroContainer .contentWrapper a.btnContainer {
        margin-top: 3rem;
        display: flex;
        padding: 0.5rem 1.5rem;
        justify-content: center;
        align-items: center;
        gap: 0.25rem;
        border-radius: 0.375rem;
        background: var(--Gradients-Red-Gradient, linear-gradient(270deg, #D81D3C 0%, #981329 49.52%, #D81D3C 100%));
        color: var(--Text-white-remain, #EEE);
        text-align: center;
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3125rem;
        /* 150% */
        letter-spacing: -0.0175rem;
    }
    .soloCardContainer .heroContainer .soloCard-desktop {
        display: flex;
        padding: 0;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        width: 100vw;
        z-index: -1;
        position: relative;
        left: unset;
        bottom: unset;
        right: 0rem;
        height: 645px;
        top: 0px;
    }
    .soloCardParent {
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 18.67%);
        display: flex;
        padding: 10rem 2rem;
        justify-content: center;
        align-items: center;
        align-self: stretch;
    }
    .soloCardParent .soloCardContainer {
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }
    .soloCardParent .soloCardContainer .mainContent {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 2rem;
        width: 100%;
    }
    .soloCardParent .soloCardContainer .mainContent .batch-desktop {
        width: auto;
        flex-shrink: 0;
        border-radius: 0.75rem;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin: 0 auto;
        height: 350px;
    }
    .soloCardParent .soloCardContainer .mainContent .contentWrapper {
        display: flex;
        padding-left: 0rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 3rem;
        flex: 1 0 0;
    }
    .soloCardParent .soloCardContainer .mainContent .contentWrapper .content {
        width: 27rem;
        align-self: stretch;
        color: var(--Text-text-secondary, #AAA);
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        letter-spacing: -0.0225rem;
        color: var(--Text-text-secondary, #AAA);
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        letter-spacing: -0.0225rem;
    }
    .soloCardParent .soloCardContainer .mainContent .contentWrapper .content span {
        color: var(--Text-text-primary, #EEE);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 400;
        line-height: 165%;
        letter-spacing: -0.0225rem;
    }
    .soloCardParent .soloCardContainer .mainContent .contentWrapper .btnWrapper {
        display: flex;
        padding: 0.375rem 0.625rem 0.375rem 1rem;
        justify-content: center;
        align-items: center;
        gap: 0.375rem;
        border-radius: 0.375rem;
        background: var(--Background-bg-highlight, #222);
    }
    .soloCardParent .soloCardContainer .mainContent .contentWrapper .btnWrapper p {
        color: var(--Text-text-secondary, #AAA);
        text-align: center;
        /* Text/Medium/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .soloCardParent .soloCardContainer .mainContent .contentWrapper .btnWrapper p .soli {
        color: var(--Text-text-primary, #EEE);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 400;
        line-height: 165%;
        letter-spacing: -0.0225rem;
    }
    .soloCardParent .soloCardContainer .cardsWrapper {
        display: flex;
        flex-direction: row;
        padding-top: 3rem;
        align-items: flex-start;
        gap: 3rem;
        align-self: stretch;
        border-top: 1px solid #121212;
    }
    .soloCardParent .soloCardContainer .cardsWrapper .cardItem {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0rem;
        flex: 1 0 0;
    }
    .soloCardParent .soloCardContainer .cardsWrapper .cardItem img {
        width: 2rem;
        height: 2rem;
    }
    .soloCardParent .soloCardContainer .cardsWrapper .cardItem .title {
        align-self: stretch;
        color: var(--Text-text-primary, #EEE);
        /* Title/XX-Small */
        font-family: Outfit;
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 1.1rem */
        letter-spacing: -0.02rem;
    }
    .soloCardParent .soloCardContainer .cardsWrapper .cardItem .content {
        align-self: stretch;
        width: 12.4rem;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
}

@media (min-width: 1281px) {
    .containerWidth {
        width: 1120px;
        max-width: 1120px;
        margin: 0px auto 0px auto;
    }
    .headerWidth {
        width: 1152px;
        max-width: 1152px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .soloCardContainer .heroContainer {
        align-items: center;
        align-self: stretch;
        display: flex;
        flex-direction: row;
        gap: 3rem;
        padding: 3rem 0 3rem 0;
    }
    .soloCardContainer .heroContainer .contentWrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex: 1 0 0;
        width: 34.5rem;
    }
    .soloCardContainer .heroContainer .contentWrapper .upperTitleWrapper {
        margin-bottom: 0.75rem;
        display: flex;
        align-items: center;
        gap: 0.75rem;
        align-self: stretch;
    }
    .soloCardContainer .heroContainer .contentWrapper .upperTitleWrapper .dot {
        width: 1.125rem;
        height: 0.375rem;
        border-radius: 0.25rem;
        background: var(--Text-text-muted, #454545);
    }
    .soloCardContainer .heroContainer .contentWrapper .upperTitleWrapper .upperTitle {
        flex: 1 0 0;
        color: #E5E5E5;
        /* Text/Regular/Small */
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.5rem */
        letter-spacing: -0.02rem;
    }
    .soloCardContainer .heroContainer .contentWrapper .title {
        width: 560px;
        white-space: inherit;
        flex: 1 0 0;
        /* Header/X-Large */
        font-family: Outfit;
        font-size: 5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 5.5rem */
        letter-spacing: -0.1rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #FFF 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .soloCardContainer .heroContainer .contentWrapper a.btnContainer {
        margin-top: 3rem;
        display: flex;
        padding: 0.5rem 1.5rem;
        justify-content: center;
        align-items: center;
        gap: 0.25rem;
        border-radius: 0.375rem;
        background: var(--Gradients-Red-Gradient, linear-gradient(270deg, #D81D3C 0%, #981329 49.52%, #D81D3C 100%));
        color: var(--Text-white-remain, #EEE);
        text-align: center;
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3125rem;
        /* 150% */
        letter-spacing: -0.0175rem;
    }
    .soloCardContainer .heroContainer .soloCard-desktop {
        display: flex;
        padding: 0;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        width: 100vw;
        z-index: -1;
        position: relative;
        left: unset;
        bottom: unset;
        right: 0rem;
        height: 645px;
        top: 0px;
    }
    .soloCardParent {
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 18.67%);
        display: flex;
        padding: 10rem 2rem;
        justify-content: center;
        align-items: center;
        align-self: stretch;
    }
    .soloCardParent .soloCardContainer {
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }
    .soloCardParent .soloCardContainer .mainContent {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 6rem;
        width: 100%;
    }
    .soloCardParent .soloCardContainer .mainContent .batch-desktop {
        width: auto;
        flex-shrink: 0;
        border-radius: 0.75rem;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin: 0 auto;
        height: 355px;
    }
    .soloCardParent .soloCardContainer .mainContent .contentWrapper {
        display: flex;
        padding-left: 0rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 3rem;
        flex: 1 0 0;
    }
    .soloCardParent .soloCardContainer .mainContent .contentWrapper .content {
        width: 32rem;
        align-self: stretch;
        color: var(--Text-text-secondary, #AAA);
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        letter-spacing: -0.0225rem;
        color: var(--Text-text-secondary, #AAA);
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        letter-spacing: -0.0225rem;
    }
    .soloCardParent .soloCardContainer .mainContent .contentWrapper .content span {
        color: var(--Text-text-primary, #EEE);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 400;
        line-height: 165%;
        letter-spacing: -0.0225rem;
    }
    .soloCardParent .soloCardContainer .mainContent .contentWrapper .btnWrapper {
        display: flex;
        padding: 0.375rem 0.625rem 0.375rem 1rem;
        justify-content: center;
        align-items: center;
        gap: 0.375rem;
        border-radius: 0.375rem;
        background: var(--Background-bg-highlight, #222);
    }
    .soloCardParent .soloCardContainer .mainContent .contentWrapper .btnWrapper p {
        color: var(--Text-text-secondary, #AAA);
        text-align: center;
        /* Text/Medium/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
    .soloCardParent .soloCardContainer .mainContent .contentWrapper .btnWrapper p .soli {
        color: var(--Text-text-primary, #EEE);
        /* Text/Regular/Medium */
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 400;
        line-height: 165%;
        letter-spacing: -0.0225rem;
    }
    .soloCardParent .soloCardContainer .cardsWrapper {
        display: flex;
        flex-direction: row;
        padding-top: 3rem;
        align-items: flex-start;
        gap: 3rem;
        align-self: stretch;
        border-top: 1px solid #121212;
    }
    .soloCardParent .soloCardContainer .cardsWrapper .cardItem {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0rem;
        flex: 1 0 0;
    }
    .soloCardParent .soloCardContainer .cardsWrapper .cardItem img {
        width: 2rem;
        height: 2rem;
    }
    .soloCardParent .soloCardContainer .cardsWrapper .cardItem .title {
        align-self: stretch;
        color: var(--Text-text-primary, #EEE);
        /* Title/XX-Small */
        font-family: Outfit;
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 1.1rem */
        letter-spacing: -0.02rem;
    }
    .soloCardParent .soloCardContainer .cardsWrapper .cardItem .content {
        align-self: stretch;
        width: 15rem;
        color: var(--Text-text-secondary, #AAA);
        /* Text/Light/X-Small */
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 1.3125rem */
        letter-spacing: -0.0175rem;
    }
}

@media (min-width: 280px) {
    .containerWidth {
        width: 327px;
        max-width: 327px;
    }
    .headerWidth {
        width: 351px;
        max-width: 351px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .originalPage {
        width: 100vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
        position: relative;
        margin-bottom: -63rem;
    }
    .originalPage .original-avatarSection {
        width: 100vw;
        flex-shrink: 0;
        opacity: 1;
        background: url(/assets/images/original/bg.png) -1043.603px -864px/410.556% 990.989% no-repeat;
        position: relative;
        top: -11px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        z-index: 5;
        margin: 0 auto;
        height: 750px;
    }
    .originalPage .original-avatarSection .mainSection {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        z-index: 10;
        padding: 0;
        position: relative;
        margin-top: 2rem;
        height: max-content;
        top: 0;
        left: 0;
        width: 323px;
        flex-direction: column;
    }
    .originalPage .original-avatarSection .mainSection .textDesc {
        height: auto;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        width: 323px;
    }
    .originalPage .original-avatarSection .mainSection .textDesc p {
        font-family: Outfit;
        font-size: 48px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        letter-spacing: -0.96px;
        width: 323px;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #FFF 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .originalPage .original-avatarSection .mainSection .textDesc .collectionBtn {
        display: flex;
        padding: 8px 24px;
        justify-content: center;
        align-items: center;
        gap: 4px;
        width: 147px;
        white-space: nowrap;
        display: flex;
        padding: 0.5rem 1.5rem;
        justify-content: center;
        align-items: center;
        gap: 0.25rem;
        color: var(--Text-white-remain, #EEE);
        text-align: center;
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3125rem;
        letter-spacing: -0.0175rem;
        border-radius: 0.375rem;
        border: 1px solid var(--Universal-Colour-red, #D81D3C);
        border-radius: 0.375rem;
        background: var(--Gradients-Red-Gradient, linear-gradient(270deg, #D81D3C 0%, #981329 49.52%, #D81D3C 100%));
    }
    .originalPage .original-avatarSection .mainSection .textDesc .collectionBtn:hover {
        border: 1px solid var(--Universal-Colour-red, #D81D3C);
        background: black;
    }
    .originalPage .original-avatarSection .mainSection .badge {
        position: relative;
        margin-top: 7.8rem;
        right: 0;
        width: 87px;
        height: 40px;
    }
    .originalPage .original-avatarSection .avatar {
        height: auto;
        width: 600px;
        position: absolute;
        margin-top: 22rem;
        z-index: 1;
        top: 0;
    }
    .originalPage .original-avatarSection .mobileFrame {
        width: 30%;
        height: 100%;
        background: url(/assets/images/original/mob-frame.png) 100% no-repeat;
        background-size: auto;
        background-size: auto;
        background-size: auto;
        background-size: contain;
        position: absolute;
        left: 1rem;
        opacity: 0.2;
        top: 0rem;
        z-index: 1;
    }
    .originalPage .original-avatarSection .mobileFrame2 {
        width: 30%;
        height: 100%;
        background: url(/assets/images/original/mob-frame.png) 100% no-repeat;
        background-size: auto;
        background-size: auto;
        background-size: auto;
        background-size: contain;
        position: absolute;
        left: 0rem;
        opacity: 0.2;
        top: -4rem;
        z-index: 1;
    }
    .originalPage .original-avatarSection .gradient {
        width: 100%;
        height: 55%;
        background: url(/assets/images/original/left_gradient.png) 100% no-repeat;
        background-size: contain;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .originalPage .original-avatarSection .gradient .stats {
        display: flex;
        flex-direction: revert;
        align-items: flex-end;
        gap: 3rem;
        position: absolute;
        left: 0rem;
        right: 0rem;
        top: -2.8rem;
        justify-content: space-between;
        padding: 0 2rem;
        width: 327px;
        padding: 0rem;
        margin: 0 auto;
    }
    .originalPage .original-avatarSection .gradient .stats .item {
        text-align: start;
    }
    .originalPage .original-avatarSection .gradient .stats .item p {
        color: #878787;
        font-family: "DM Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px;
        /* 150% */
    }
    .originalPage .original-avatarSection .gradient .stats .item img {
        margin-right: 1rem;
        width: 36px;
        height: 36px;
        flex-shrink: 0;
    }
    .originalPage .original-avatarSection .gradient .stats .item span {
        text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.4);
        font-family: "DM Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px;
        background: linear-gradient(180deg, #EEE 21.12%, #878787 78.2%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .originalPage .secondSection {
        height: 1048px;
        width: 100vw;
        flex-shrink: 0;
        opacity: 1;
        background: url(/assets/images/original/svg/2ndBg.svg) center center no-repeat;
        background-size: auto;
        background-size: auto;
        background-size: cover;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        z-index: 10;
        position: relative;
        top: -7rem;
        gap: 0rem;
    }
    .originalPage .secondSection .realWorldText {
        text-align: left;
        margin-bottom: 0rem;
        margin-top: 10rem;
        top: 0;
        color: var(--Secondary---Grey-5-Light, var(--Carbon, #C3C3C3));
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 27px;
        /* 150% */
        width: 327px;
    }
    .originalPage .secondSection .videoTitleContainer {
        width: 100%;
        height: auto;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 0;
        margin-top: 80px;
        z-index: 10;
    }
    .originalPage .secondSection .videoTitleContainer .videoTitle {
        color: var(--Primary-White, var(--Pure-White, #FFF));
        text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.4);
        font-family: Avenir;
        font-size: 58px;
        font-style: normal;
        font-weight: 900;
        line-height: 108px;
        /* 150% */
        text-transform: uppercase;
    }
    .originalPage .secondSection .videoContainer {
        width: 100%;
        height: auto;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0;
        top: -4rem;
        position: relative;
    }
    .originalPage .secondSection .videoContainer .videoFrame {
        width: 315px;
        height: 206.96px;
    }
    .originalPage .secondSection .videoSubtitleContainer {
        width: 100%;
        height: auto;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        padding: 0;
        top: -8.5rem;
        position: relative;
    }
    .originalPage .secondSection .videoSubtitleContainer .videoSubtitle {
        text-align: right;
        text-shadow: 0px 0px 8px rgba(216, 29, 60, 0.4);
        font-family: Avenir;
        font-size: 58px;
        font-style: normal;
        font-weight: 800;
        line-height: 150px;
        /* 150% */
        text-transform: uppercase;
        background: linear-gradient(267deg, #D81D3C 11.69%, #981329 50.17%, #D81D3C 89.74%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .originalPage .thirdSection {
        height: 1440px;
        width: 100vw;
        flex-shrink: 0;
        opacity: 1;
        background: url(/assets/images/original/third-section-bg.png) center center no-repeat;
        background-size: auto;
        background-size: auto;
        background-size: cover;
        position: relative;
        top: -20rem;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        z-index: 15;
    }
    .originalPage .thirdSection .astroAvatar {
        display: flex;
        flex-direction: column;
        margin-top: 14rem;
        align-items: center;
        justify-content: center;
        gap: 120px;
    }
    .originalPage .thirdSection .astroAvatar .avatarContainer {
        height: 100%;
        width: 100%;
        flex-shrink: 0;
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 0;
        align-items: center;
        gap: 43px;
    }
    .originalPage .thirdSection .astroAvatar .avatarContainer .imgContainer {
        flex-shrink: 0;
        width: max-content;
        width: 315px;
        height: 272px;
    }
    .originalPage .thirdSection .astroAvatar .avatarContainer .imgContainer img {
        width: 100%;
        height: 100%;
    }
    .originalPage .thirdSection .astroAvatar .avatarContainer .contentContainer {
        gap: 32px;
        width: 327px;
        height: auto;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
    }
    .originalPage .thirdSection .astroAvatar .avatarContainer .contentContainer .astroText {
        padding-bottom: 0rem;
        width: 327px;
        color: var(--Secondary---Grey-5-Light, var(--Carbon, #C3C3C3));
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
    .originalPage .thirdSection .astroAvatar .avatarContainer .contentContainer .astroText span {
        color: var(--Primary-White, var(--Carbon, #FFF));
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
    }
    .originalPage .thirdSection .astroAvatar .avatarContainer .contentContainer .viwBtn {
        display: flex;
        padding: 0.5rem 1.5rem;
        justify-content: center;
        align-items: center;
        gap: 0.25rem;
        border-radius: 0.375rem;
        background: var(--Gradients-Red-Gradient, linear-gradient(270deg, #D81D3C 0%, #981329 49.52%, #D81D3C 100%));
        color: var(--Text-white-remain, #EEE);
        text-align: center;
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3125rem;
        /* 150% */
        letter-spacing: -0.0175rem;
    }
    .originalPage .thirdSection .astroAvatar .iconsContainer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        left: 0;
        right: 0;
        gap: 2.5rem;
    }
    .originalPage .thirdSection .astroAvatar .iconsContainer .textSolo {
        color: var(--Secondary---Grey-5-Light, var(--Carbon, #C3C3C3));
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        width: 100%;
    }
    .originalPage .thirdSection .astroAvatar .iconsContainer .textSolo br {
        display: block;
    }
    .originalPage .thirdSection .astroAvatar .iconsContainer .iconsWraper {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        gap: 1.5rem;
    }
    .originalPage .thirdSection .astroAvatar .iconsContainer .iconsWraper img {
        width: 212px;
        height: 60px;
    }
    .originalPage .fourthSection {
        height: 1690px;
        width: 100vw;
        flex-shrink: 0;
        opacity: 1;
        background: url(/assets/images/original/4th_section_bg.png) center center no-repeat;
        background-size: auto;
        background-size: auto;
        background-size: auto;
        background-size: cover;
        position: relative;
        top: -35rem;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        z-index: 20;
        flex-direction: column;
    }
    .originalPage .fourthSection .titleContainer {
        position: relative;
        bottom: 0rem;
        margin-top: 13rem;
        left: 0%;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        gap: 12px;
    }
    .originalPage .fourthSection .titleContainer .ownerTitle {
        white-space: nowrap;
        color: var(--Primary-White, var(--Pure-White, #FFF));
        font-family: "DM Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px;
        text-align: left;
    }
    .originalPage .fourthSection .titleContainer .subTitle {
        width: 327px;
        color: var(--Secondary---Grey-5-Light, var(--Carbon, #C3C3C3));
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
    }
    .originalPage .fourthSection .section4thLayer {
        width: 100vw;
        flex-shrink: 0;
        opacity: 1;
        background: url(/assets/images/original/section4thLayer-mobile.png) center center no-repeat;
        background-size: auto;
        background-size: contain;
        position: relative;
        top: 32rem;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 20;
        height: 586px;
    }
    .originalPage .fourthSection .section4thLayer .modelContainer {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 0;
        align-items: center;
        justify-content: center;
        height: 100%;
        position: relative;
        top: -16rem;
    }
    .originalPage .fourthSection .section4thLayer .modelContainer .modelItems {
        height: auto;
        flex-shrink: 0;
        gap: 1.5rem;
        display: flex;
        flex-direction: column;
        top: -3rem;
        right: 0.6rem;
        align-items: flex-end;
        width: 327px;
        position: relative;
        margin-top: 40px;
    }
    .originalPage .fourthSection .section4thLayer .modelContainer .modelItems .modelItemFbx {
        align-items: center;
        display: flex;
        justify-content: center;
        background: url("/assets/images/original/bg-mobile.png") center center no-repeat;
        fill: linear-gradient(267deg, #D81D3C 11.69%, #981329 36.93%, #981329 50.17%, #981329 63.97%, #D81D3C 89.74%);
        stroke-width: 2px;
        stroke: var(--Primary-Red, #D81D3C);
        backdrop-filter: blur(0px);
        background-size: contain;
        transition: transform 0.3s ease;
        width: 315px;
        height: 96px;
    }
    .originalPage .fourthSection .section4thLayer .modelContainer .modelItems .modelItemFbx .fbxText {
        color: var(--Secondary---Grey-5-Light, var(--Carbon, #C3C3C3));
        text-align: center;
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        width: 267px;
    }
    .originalPage .fourthSection .section4thLayer .modelContainer .modelItems .modelItemFbx .p {
        width: 25.9375rem;
        color: var(--Primary-White, var(--Pure-White, #FFF));
        text-align: center;
        text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.48);
        font-family: "DM Sans";
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.875rem;
    }
    .originalPage .fourthSection .section4thLayer .modelContainer .modelItems .modelItemFbx:hover {
        background: url("/assets/images/original/bg-click-mobile.png") center center no-repeat;
        stroke-width: 2px;
        stroke: var(--Primary-Red, #D81D3C);
        backdrop-filter: blur(0px);
        background-size: contain;
        /* Moves the item 10px to the left on hover */
    }
    .originalPage .fourthSection .section4thLayer .modelContainer .modelItems .modelItemFbx:hover .fbxText {
        color: var(--Primary-White, var(--Pure-White, #FFF));
        text-align: center;
        text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.48);
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        width: 267px;
    }
    .originalPage .fourthSection .section4thLayer .modelContainer .modelItems .modelItem {
        display: flex;
        align-items: center;
        justify-content: center;
        background: url("/assets/images/original/bg-mobile.png") center center no-repeat;
        flex-shrink: 0;
        fill: linear-gradient(277deg, rgba(94, 103, 115, 0.25) 18.57%, rgba(94, 103, 115, 0.02) 91.23%);
        stroke-width: 2px;
        stroke: var(--Primary-Red, #D81D3C);
        backdrop-filter: blur(0px);
        background-size: contain;
        transition: transform 0.3s ease;
        width: 315px;
        height: 96px;
    }
    .originalPage .fourthSection .section4thLayer .modelContainer .modelItems .modelItem .restText {
        color: var(--Secondary---Grey-5-Light, var(--Carbon, #C3C3C3));
        text-align: center;
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        width: 267px;
    }
    .originalPage .fourthSection .section4thLayer .modelContainer .modelItems .modelItem:hover {
        background: url("/assets/images/original/bg-click-mobile.png") center center no-repeat;
        stroke-width: 2px;
        stroke: var(--Primary-Red, #D81D3C);
        backdrop-filter: blur(0px);
        background-size: contain;
    }
    .originalPage .fourthSection .section4thLayer .modelContainer .modelItems .modelItem:hover .restText {
        color: var(--Primary-White, var(--Pure-White, #FFF));
        text-align: center;
        text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.48);
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        width: 267px;
    }
    .originalPage .fourthSection .section4thLayer .modelContainer .modelImage {
        width: 375px;
        height: 447px;
        right: 0;
        left: 3rem;
        top: 0rem;
    }
    .originalPage .fourthSection .section4thLayer .modelContainer .modelImage .modelImg {
        width: 100%;
        height: 100%;
    }
    .originalPage .fifthSection {
        height: 1200px;
        width: 100vw;
        flex-shrink: 0;
        opacity: 1;
        background: url(/assets/images/original/5th_section_bg.png) center center no-repeat;
        background-size: auto;
        background-size: auto;
        background-size: auto;
        background-size: cover;
        position: relative;
        top: -51rem;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        z-index: 20;
    }
    .originalPage .fifthSection .dots {
        position: absolute;
        bottom: 3rem;
        right: 0;
        width: 6.18738rem;
        height: 6.18775rem;
    }
    .originalPage .fifthSection .dots img {
        width: 15rem;
        height: 15rem;
    }
    .originalPage .fifthSection .assetPackage {
        display: flex;
        flex-direction: column-reverse;
        gap: 0rem;
        align-items: center;
        justify-content: space-between;
        margin-top: 15rem;
    }
    .originalPage .fifthSection .assetPackage .assetImg {
        width: max-content;
        height: 100%;
        flex-shrink: 0;
        margin-top: 5rem;
    }
    .originalPage .fifthSection .assetPackage .assetImg img {
        width: 315px;
        height: 382px;
    }
    .originalPage .fifthSection .assetPackage .assetContaienr {
        display: flex;
        flex-direction: column;
        width: 327px;
        top: 0rem;
        margin-top: 0;
        margin-left: 0;
        text-align: left;
        gap: 12px;
    }
    .originalPage .fifthSection .assetPackage .assetContaienr .assetTitle {
        width: 100%;
        color: var(--Primary-White, var(--Pure-White, #FFF));
        font-family: "DM Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px;
    }
    .originalPage .fifthSection .assetPackage .assetContaienr .assetSubtitle {
        margin-bottom: 2rem;
        width: 100%;
        color: var(--Secondary---Grey-5-Light, var(--Carbon, #C3C3C3));
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
    .originalPage .fifthSection .assetPackage .assetContaienr .assetBtn {
        width: 12.125rem;
        height: 3rem;
        flex-shrink: 0;
        border-radius: 0.25rem;
        background: linear-gradient(267deg, #D81D3C 11.69%, #981329 50.17%, #D81D3C 89.74%);
        backdrop-filter: blur(5px);
        color: var(--Primary-White, var(--Pure-White, #FFF));
        text-align: center;
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.5rem;
        /* 150% */
        text-transform: uppercase;
    }
    .originalPage .finalSection {
        height: 1420PX;
        width: 100vw;
        position: relative;
        top: -63rem;
        background: url(/assets/images/original/bg_img.png) center center no-repeat;
        background-size: auto;
        background-size: cover;
    }
    .originalPage .finalSection .sectionWrapper {
        display: flex;
        flex-direction: column;
        gap: 7rem;
        margin-top: 13rem;
    }
    .originalPage .finalSection .sectionWrapper .uniqueWrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        align-items: center;
        height: max-content;
    }
    .originalPage .finalSection .sectionWrapper .uniqueWrapper .uniqueContainer,
    .originalPage .finalSection .sectionWrapper .uniqueWrapper .exclusive,
    .originalPage .finalSection .sectionWrapper .uniqueWrapper .limitedContainer {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .originalPage .finalSection .sectionWrapper .uniqueWrapper .uniqueContainer .arrowLeft {
        width: 4rem;
        height: 3rem;
    }
    .originalPage .finalSection .sectionWrapper .uniqueWrapper .uniqueContainer .uniqueText {
        height: 5rem;
        width: 13rem;
    }
    .originalPage .finalSection .sectionWrapper .uniqueWrapper .exclusiveContainer img {
        height: 5rem;
        width: 20rem;
    }
    .originalPage .finalSection .sectionWrapper .uniqueWrapper .limitedContainer .limitText {
        height: 5rem;
        width: 13rem;
    }
    .originalPage .finalSection .sectionWrapper .uniqueWrapper .limitedContainer .arrowRight {
        width: 4rem;
        height: 3rem;
    }
    .originalPage .finalSection .sectionWrapper .projectWrapper {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }
    .originalPage .finalSection .sectionWrapper .projectWrapper .contentWrapper {
        display: flex;
        flex-direction: column;
        gap: 8px;
        padding-top: 0rem;
    }
    .originalPage .finalSection .sectionWrapper .projectWrapper .contentWrapper .title {
        width: 20rem;
        color: var(--Primary-White, var(--Pure-White, #FFF));
        font-family: "DM Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px;
    }
    .originalPage .finalSection .sectionWrapper .projectWrapper .contentWrapper .subTitle {
        width: 327px;
        color: var(--Secondary---Grey-5-Light, var(--Carbon, #C3C3C3));
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
    .originalPage .finalSection .sectionWrapper .projectWrapper .projectImges {
        width: 19.6rem;
        height: 6rem;
        padding: 0px;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        margin-left: auto;
    }
    .originalPage .finalSection .sectionWrapper .projectGameWrapper {
        display: flex;
        flex-direction: column-reverse;
        gap: 1.5rem;
        margin-top: -2rem;
    }
    .originalPage .finalSection .sectionWrapper .projectGameWrapper .contentWrapper {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        padding-top: 0rem;
    }
    .originalPage .finalSection .sectionWrapper .projectGameWrapper .contentWrapper .title {
        width: 20rem;
        color: var(--Primary-White, var(--Pure-White, #FFF));
        font-family: "DM Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px;
    }
    .originalPage .finalSection .sectionWrapper .projectGameWrapper .contentWrapper .subTitle {
        color: var(--Secondary---Grey-5-Light, var(--Carbon, #C3C3C3));
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        width: 327px;
    }
    .originalPage .finalSection .sectionWrapper .projectGameWrapper .projectImges {
        width: 19.6rem;
        height: 6rem;
        padding: 0px;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    .containerWidth {
        width: 704px;
        max-width: 704px;
    }
    .headerWidth {
        width: 736px;
        max-width: 736px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .originalPage {
        width: 100vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
        position: relative;
        margin-bottom: -72rem;
    }
    .originalPage .original-avatarSection .mainSection {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        z-index: 10;
        padding: 0 2rem;
        position: relative;
        margin-top: 66px;
        height: max-content;
        width: 100%;
        top: 0;
        left: 0;
        flex-direction: row;
    }
    .originalPage .original-avatarSection .mainSection .textDesc {
        height: auto;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        gap: 3rem;
        width: 520px;
    }
    .originalPage .original-avatarSection .mainSection .textDesc p {
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #FFF 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        width: 520px;
        font-family: Outfit;
        font-size: 48px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        letter-spacing: -0.96px;
    }
    .originalPage .original-avatarSection .mainSection .textDesc .collectionBtn {
        display: flex;
        padding: 8px 24px;
        justify-content: center;
        align-items: center;
        gap: 4px;
        width: 147px;
        white-space: nowrap;
        display: flex;
        padding: 0.5rem 1.5rem;
        justify-content: center;
        align-items: center;
        gap: 0.25rem;
        color: var(--Text-white-remain, #EEE);
        text-align: center;
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3125rem;
        letter-spacing: -0.0175rem;
        border-radius: 0.375rem;
        border: 1px solid var(--Universal-Colour-red, #D81D3C);
    }
    .originalPage .original-avatarSection .mainSection .textDesc .collectionBtn:hover {
        border: 1px solid var(--Universal-Colour-red, #D81D3C);
        background: black;
    }
    .originalPage .original-avatarSection .mainSection .badge {
        position: relative;
        margin-top: 8.8rem;
        width: 139.2px;
        right: 20px;
        height: 64px;
    }
    .originalPage .original-avatarSection .avatar {
        height: auto;
        width: 600px;
        position: absolute;
        margin-top: 12rem;
        z-index: 1;
        top: 0;
    }
    .originalPage .original-avatarSection .mobileFrame {
        width: 30%;
        height: 100%;
        background: url(/assets/images/original/mob-frame.png) 100% no-repeat;
        background-size: auto;
        background-size: auto;
        background-size: auto;
        background-size: contain;
        position: absolute;
        left: 1rem;
        opacity: 0.2;
        top: 0rem;
        z-index: 1;
    }
    .originalPage .original-avatarSection .mobileFrame2 {
        width: 30%;
        height: 100%;
        background: url(/assets/images/original/mob-frame.png) 100% no-repeat;
        background-size: auto;
        background-size: auto;
        background-size: auto;
        background-size: contain;
        position: absolute;
        left: 0rem;
        opacity: 0.2;
        top: -4rem;
        z-index: 1;
    }
    .originalPage .original-avatarSection .gradient {
        width: 33%;
        height: 85%;
        background: url(/assets/images/original/left_gradient.png) 100% no-repeat;
        background-size: contain;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .originalPage .original-avatarSection .gradient .stats {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 3rem;
        position: absolute;
        left: 2rem;
        right: 4.5rem;
        top: 17rem;
        justify-content: flex-start;
        width: auto;
        padding: 0;
    }
    .originalPage .original-avatarSection .gradient .stats .item {
        text-align: end;
    }
    .originalPage .original-avatarSection .gradient .stats .item p {
        color: #878787;
        text-align: right;
        font-family: "DM Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px;
    }
    .originalPage .original-avatarSection .gradient .stats .item img {
        margin-right: 1rem;
        width: 36px;
        height: 36px;
        flex-shrink: 0;
    }
    .originalPage .original-avatarSection .gradient .stats .item span {
        background: linear-gradient(180deg, #EEE 21.12%, #878787 78.2%);
        background-clip: border-box;
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: right;
        text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.4);
        font-family: "DM Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px;
    }
    .originalPage .secondSection {
        height: 1196px;
        width: 100vw;
        flex-shrink: 0;
        opacity: 1;
        background: url(/assets/images/original/svg/2ndBg.svg) center center no-repeat;
        background-size: auto;
        background-size: auto;
        background-size: cover;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        z-index: 10;
        position: relative;
        top: -18rem;
        gap: 0rem;
    }
    .originalPage .secondSection .realWorldText {
        text-align: left;
        margin-bottom: 0rem;
        margin-top: 10rem;
        top: 0;
        width: 864px;
        color: var(--Secondary---Grey-5-Light, var(--Carbon, #C3C3C3));
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 27px;
        width: 660px;
    }
    .originalPage .secondSection .videoTitleContainer {
        width: 100%;
        height: auto;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 0;
        margin-top: 80px;
        z-index: 10;
    }
    .originalPage .secondSection .videoTitleContainer .videoTitle {
        color: var(--Primary-White, var(--Pure-White, #FFF));
        text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.4);
        font-family: Avenir;
        font-size: 100px;
        font-style: normal;
        font-weight: 800;
        line-height: 150px;
        /* 150% */
        text-transform: uppercase;
    }
    .originalPage .secondSection .videoContainer {
        width: 100%;
        height: auto;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0;
        top: -4rem;
    }
    .originalPage .secondSection .videoContainer .videoFrame {
        width: 690px;
        height: 433.916px;
    }
    .originalPage .secondSection .videoSubtitleContainer {
        width: 100%;
        height: auto;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        padding: 0;
        top: -8rem;
        position: relative;
    }
    .originalPage .secondSection .videoSubtitleContainer .videoSubtitle {
        text-align: right;
        text-shadow: 0px 0px 8px rgba(216, 29, 60, 0.4);
        font-family: Avenir;
        font-size: 100px;
        font-style: normal;
        font-weight: 800;
        line-height: 150px;
        /* 150% */
        text-transform: uppercase;
        background: linear-gradient(267deg, #D81D3C 11.69%, #981329 50.17%, #D81D3C 89.74%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .originalPage .thirdSection {
        height: 1350px;
        width: 100vw;
        flex-shrink: 0;
        opacity: 1;
        background: url(/assets/images/original/third-section-bg.png) center center no-repeat;
        background-size: auto;
        background-size: auto;
        background-size: cover;
        position: relative;
        top: -31rem;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        z-index: 15;
    }
    .originalPage .thirdSection .astroAvatar {
        display: flex;
        flex-direction: column;
        margin-top: 14rem;
        align-items: center;
        justify-content: center;
        gap: 120px;
    }
    .originalPage .thirdSection .astroAvatar .avatarContainer {
        height: 100%;
        width: 100%;
        flex-shrink: 0;
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 0;
        align-items: center;
        gap: 43px;
    }
    .originalPage .thirdSection .astroAvatar .avatarContainer .imgContainer {
        flex-shrink: 0;
        width: max-content;
        width: 492px;
        height: 426px;
    }
    .originalPage .thirdSection .astroAvatar .avatarContainer .imgContainer img {
        width: 492px;
        height: 426px;
    }
    .originalPage .thirdSection .astroAvatar .avatarContainer .contentContainer {
        gap: 32px;
        width: 660px;
        height: auto;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
    }
    .originalPage .thirdSection .astroAvatar .avatarContainer .contentContainer .astroText {
        padding-bottom: 0rem;
        width: 660px;
        color: var(--Secondary---Grey-5-Light, var(--Carbon, #C3C3C3));
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
    .originalPage .thirdSection .astroAvatar .avatarContainer .contentContainer .astroText span {
        color: var(--Primary-White, var(--Carbon, #FFF));
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
    }
    .originalPage .thirdSection .astroAvatar .avatarContainer .contentContainer .viwBtn {
        display: flex;
        padding: 0.5rem 1.5rem;
        justify-content: center;
        align-items: center;
        gap: 0.25rem;
        border-radius: 0.375rem;
        background: var(--Gradients-Red-Gradient, linear-gradient(270deg, #D81D3C 0%, #981329 49.52%, #D81D3C 100%));
        color: var(--Text-white-remain, #EEE);
        text-align: center;
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3125rem;
        /* 150% */
        letter-spacing: -0.0175rem;
        border: 1px solid var(--Universal-Colour-red, #D81D3C);
    }
    .originalPage .thirdSection .astroAvatar .avatarContainer .contentContainer .viwBtn:hover {
        border: 1px solid var(--Universal-Colour-red, #D81D3C);
        background: black;
    }
    .originalPage .thirdSection .astroAvatar .iconsContainer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        left: 0;
        right: 0;
        gap: 2.5rem;
    }
    .originalPage .thirdSection .astroAvatar .iconsContainer .textSolo {
        color: var(--Secondary---Grey-5-Light, var(--Carbon, #C3C3C3));
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        width: 660px;
    }
    .originalPage .thirdSection .astroAvatar .iconsContainer .textSolo br {
        display: block;
    }
    .originalPage .thirdSection .astroAvatar .iconsContainer .iconsWraper {
        display: flex;
        flex-direction: row;
        width: 660px;
        gap: 0;
    }
    .originalPage .thirdSection .astroAvatar .iconsContainer .iconsWraper img {
        width: 207px;
        height: 58px;
        flex-shrink: 0;
    }
    .originalPage .fourthSection {
        height: 1446px;
        width: 100vw;
        flex-shrink: 0;
        opacity: 1;
        background: url(/assets/images/original/4th_section_bg.png) center center no-repeat;
        background-size: auto;
        background-size: auto;
        background-size: cover;
        position: relative;
        top: -46rem;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        z-index: 20;
        flex-direction: column;
    }
    .originalPage .fourthSection .titleContainer {
        position: relative;
        bottom: 0rem;
        margin-top: 13rem;
        left: 0%;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        gap: 12px;
    }
    .originalPage .fourthSection .titleContainer .ownerTitle {
        white-space: nowrap;
        color: var(--Primary-White, var(--Pure-White, #FFF));
        font-family: "DM Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px;
        text-align: left;
    }
    .originalPage .fourthSection .titleContainer .subTitle {
        width: 660px;
        color: var(--Secondary---Grey-5-Light, var(--Carbon, #C3C3C3));
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
    }
    .originalPage .fourthSection .section4thLayer {
        height: auto;
        width: 100vw;
        flex-shrink: 0;
        opacity: 1;
        background: url(/assets/images/original/section4thLayer.png) center center no-repeat;
        background-size: contain;
        position: relative;
        top: 20rem;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 20;
        height: 586px;
    }
    .originalPage .fourthSection .section4thLayer .modelContainer {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 0;
        align-items: center;
        justify-content: center;
        height: 100%;
        position: relative;
        top: -8rem;
    }
    .originalPage .fourthSection .section4thLayer .modelContainer .modelItems {
        height: auto;
        flex-shrink: 0;
        gap: 1.5rem;
        display: flex;
        flex-direction: column;
        top: 0;
        right: 1.6rem;
        align-items: flex-end;
        width: 660px;
        position: relative;
        margin-top: 0;
    }
    .originalPage .fourthSection .section4thLayer .modelContainer .modelItems .modelItemFbx {
        align-items: center;
        display: flex;
        justify-content: center;
        background: url("/assets/images/original/bg-tablet.png") center center no-repeat;
        fill: linear-gradient(267deg, #D81D3C 11.69%, #981329 36.93%, #981329 50.17%, #981329 63.97%, #D81D3C 89.74%);
        stroke-width: 2px;
        stroke: var(--Primary-Red, #D81D3C);
        backdrop-filter: blur(0px);
        background-size: contain;
        transition: transform 0.3s ease;
        width: 612px;
        height: 72px;
    }
    .originalPage .fourthSection .section4thLayer .modelContainer .modelItems .modelItemFbx .fbxText {
        color: var(--Secondary---Grey-5-Light, var(--Carbon, #C3C3C3));
        text-align: center;
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        width: 100%;
        /* 150% */
    }
    .originalPage .fourthSection .section4thLayer .modelContainer .modelItems .modelItemFbx .p {
        width: 25.9375rem;
        color: var(--Primary-White, var(--Pure-White, #FFF));
        text-align: center;
        text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.48);
        font-family: "DM Sans";
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.875rem;
    }
    .originalPage .fourthSection .section4thLayer .modelContainer .modelItems .modelItemFbx:hover {
        transform: translateX(-40px);
        background: url("/assets/images/original/bg-tablet-hover.png") center center no-repeat;
        stroke-width: 2px;
        stroke: var(--Primary-Red, #D81D3C);
        backdrop-filter: blur(0px);
        background-size: contain;
        /* Moves the item 10px to the left on hover */
    }
    .originalPage .fourthSection .section4thLayer .modelContainer .modelItems .modelItemFbx:hover .fbxText {
        color: var(--Primary-White, var(--Pure-White, #FFF));
        text-align: center;
        text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.48);
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        width: 100%;
        /* 150% */
    }
    .originalPage .fourthSection .section4thLayer .modelContainer .modelItems .modelItem {
        display: flex;
        align-items: center;
        justify-content: center;
        background: url("/assets/images/original/bg-tablet.png") center center no-repeat;
        flex-shrink: 0;
        fill: linear-gradient(277deg, rgba(94, 103, 115, 0.25) 18.57%, rgba(94, 103, 115, 0.02) 91.23%);
        stroke-width: 2px;
        stroke: var(--Primary-Red, #D81D3C);
        backdrop-filter: blur(0px);
        background-size: contain;
        transition: transform 0.3s ease;
        width: 612px;
        height: 72px;
    }
    .originalPage .fourthSection .section4thLayer .modelContainer .modelItems .modelItem .restText {
        color: var(--Secondary---Grey-5-Light, var(--Carbon, #C3C3C3));
        text-align: center;
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        width: 100%;
        /* 150% */
    }
    .originalPage .fourthSection .section4thLayer .modelContainer .modelItems .modelItem:hover {
        transform: translateX(-40px);
        background: url("/assets/images/original/bg-tablet-hover.png") center center no-repeat;
        stroke-width: 2px;
        stroke: var(--Primary-Red, #D81D3C);
        backdrop-filter: blur(0px);
        background-size: contain;
    }
    .originalPage .fourthSection .section4thLayer .modelContainer .modelItems .modelItem:hover .restText {
        color: var(--Primary-White, var(--Pure-White, #FFF));
        text-align: center;
        text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.48);
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        /* 150% */
    }
    .originalPage .fourthSection .section4thLayer .modelContainer .modelImage {
        width: 426px;
        height: 508px;
        right: 0;
        left: 3rem;
        top: 0rem;
    }
    .originalPage .fourthSection .section4thLayer .modelContainer .modelImage .modelImg {
        width: 426px;
        height: 508px;
    }
    .originalPage .fifthSection {
        height: 1152px;
        width: 100vw;
        flex-shrink: 0;
        opacity: 1;
        background: url(/assets/images/original/5th_section_bg.png) center center no-repeat;
        background-size: auto;
        background-size: auto;
        background-size: cover;
        position: relative;
        top: -60rem;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        z-index: 20;
    }
    .originalPage .fifthSection .dots {
        position: absolute;
        bottom: 3rem;
        right: 0;
        width: 159.994px;
        height: 160px;
    }
    .originalPage .fifthSection .dots img {
        width: 15rem;
        height: 15rem;
    }
    .originalPage .fifthSection .assetPackage {
        display: flex;
        flex-direction: column-reverse;
        gap: 0rem;
        align-items: center;
        justify-content: space-between;
        margin-top: 15rem;
    }
    .originalPage .fifthSection .assetPackage .assetImg {
        width: max-content;
        height: 100%;
        flex-shrink: 0;
        margin-top: 1rem;
    }
    .originalPage .fifthSection .assetPackage .assetImg img {
        width: auto;
        height: 515px;
    }
    .originalPage .fifthSection .assetPackage .assetContaienr {
        display: flex;
        flex-direction: column;
        width: 660px;
        top: 0rem;
        margin-top: 0;
        margin-left: 0;
        text-align: left;
        gap: 12px;
    }
    .originalPage .fifthSection .assetPackage .assetContaienr .assetTitle {
        width: 100%;
        color: var(--Primary-White, var(--Pure-White, #FFF));
        font-family: "DM Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px;
    }
    .originalPage .fifthSection .assetPackage .assetContaienr .assetSubtitle {
        margin-bottom: 2rem;
        width: 100%;
        color: var(--Secondary---Grey-5-Light, var(--Carbon, #C3C3C3));
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
    .originalPage .fifthSection .assetPackage .assetContaienr .assetBtn {
        width: 12.125rem;
        height: 3rem;
        flex-shrink: 0;
        border-radius: 0.25rem;
        background: linear-gradient(267deg, #D81D3C 11.69%, #981329 50.17%, #D81D3C 89.74%);
        backdrop-filter: blur(5px);
        color: var(--Primary-White, var(--Pure-White, #FFF));
        text-align: center;
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.5rem;
        /* 150% */
        text-transform: uppercase;
    }
    .originalPage .finalSection {
        height: 1660PX;
        width: 100vw;
        position: relative;
        top: -72rem;
        background: url(/assets/images/original/bg_img.png) center center no-repeat;
        background-size: auto;
        background-size: cover;
    }
    .originalPage .finalSection .sectionWrapper {
        display: flex;
        flex-direction: column;
        gap: 7rem;
        margin-top: 18rem;
    }
    .originalPage .finalSection .sectionWrapper .uniqueWrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 4rem;
        align-items: center;
        height: max-content;
    }
    .originalPage .finalSection .sectionWrapper .uniqueWrapper .uniqueContainer,
    .originalPage .finalSection .sectionWrapper .uniqueWrapper .exclusive,
    .originalPage .finalSection .sectionWrapper .uniqueWrapper .limitedContainer {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .originalPage .finalSection .sectionWrapper .uniqueWrapper .uniqueContainer .arrowLeft {
        width: 12rem;
        height: 4rem;
    }
    .originalPage .finalSection .sectionWrapper .uniqueWrapper .uniqueContainer .uniqueText {
        height: 5rem;
        width: 20rem;
    }
    .originalPage .finalSection .sectionWrapper .uniqueWrapper .exclusiveContainer img {
        height: 5rem;
        width: 30rem;
    }
    .originalPage .finalSection .sectionWrapper .uniqueWrapper .limitedContainer .limitText {
        height: 5rem;
        width: 20rem;
    }
    .originalPage .finalSection .sectionWrapper .uniqueWrapper .limitedContainer .arrowRight {
        width: 12rem;
        height: 4rem;
    }
    .originalPage .finalSection .sectionWrapper .projectWrapper {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    .originalPage .finalSection .sectionWrapper .projectWrapper .contentWrapper {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding-top: 1rem;
    }
    .originalPage .finalSection .sectionWrapper .projectWrapper .contentWrapper .title {
        width: 30rem;
        color: var(--Primary-White, var(--Pure-White, #FFF));
        font-family: "DM Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px;
    }
    .originalPage .finalSection .sectionWrapper .projectWrapper .contentWrapper .subTitle {
        width: 660px;
        color: var(--Secondary---Grey-5-Light, var(--Carbon, #C3C3C3));
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
    .originalPage .finalSection .sectionWrapper .projectWrapper .projectImges {
        width: 492px;
        height: 150px;
        padding: 0px 0.002px 0px 42.783px;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        margin-left: auto;
    }
    .originalPage .finalSection .sectionWrapper .projectGameWrapper {
        display: flex;
        flex-direction: column-reverse;
        gap: 2rem;
        margin-top: 0rem;
    }
    .originalPage .finalSection .sectionWrapper .projectGameWrapper .contentWrapper {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding-top: 1rem;
    }
    .originalPage .finalSection .sectionWrapper .projectGameWrapper .contentWrapper .title {
        width: 30rem;
        color: var(--Primary-White, var(--Pure-White, #FFF));
        font-family: "DM Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px;
    }
    .originalPage .finalSection .sectionWrapper .projectGameWrapper .contentWrapper .subTitle {
        color: var(--Secondary---Grey-5-Light, var(--Carbon, #C3C3C3));
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        width: 660px;
    }
    .originalPage .finalSection .sectionWrapper .projectGameWrapper .projectImges {
        width: 492px;
        height: 150px;
        padding: 0px 42.783px 0px 0;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        margin-right: auto;
    }
}

@media (min-width: 1024px) {
    .containerWidth {
        width: 960px;
        max-width: 960px;
        margin: 0px auto 0px auto;
    }
    .headerWidth {
        max-width: 976px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .originalPage {
        width: 100vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
        position: relative;
        margin-bottom: -64rem;
    }
    .originalPage .original-avatarSection {
        height: 1000px;
        width: 100vw;
        flex-shrink: 0;
        opacity: 1;
        background: url(/assets/images/original/bg.png) -1043.603px -864px/210.556% 253.989% no-repeat;
        position: relative;
        top: 0;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        z-index: 5;
        margin: 0 auto;
    }
    .originalPage .original-avatarSection .mainSection {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        z-index: 10;
        padding: 0 2rem;
        position: relative;
        margin-top: 5rem;
        height: max-content;
        width: 100%;
        top: 0;
        left: 0;
    }
    .originalPage .original-avatarSection .mainSection .textDesc {
        width: 30.3125rem;
        height: 21.25rem;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        gap: 5rem;
    }
    .originalPage .original-avatarSection .mainSection .textDesc p {
        font-family: Outfit;
        font-size: 64px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        letter-spacing: -1.28px;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #FFF 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .originalPage .original-avatarSection .mainSection .textDesc p .desktopBreaker {
        display: block;
    }
    .originalPage .original-avatarSection .mainSection .textDesc .collectionBtn {
        display: flex;
        padding: 8px 24px;
        justify-content: center;
        align-items: center;
        gap: 4px;
        width: 147px;
        white-space: nowrap;
        display: flex;
        padding: 0.5rem 1.5rem;
        justify-content: center;
        align-items: center;
        gap: 0.25rem;
        color: var(--Text-white-remain, #EEE);
        text-align: center;
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3125rem;
        letter-spacing: -0.0175rem;
        border-radius: 0.375rem;
        border: 1px solid var(--Universal-Colour-red, #D81D3C);
    }
    .originalPage .original-avatarSection .mainSection .badge {
        width: 10.875rem;
        height: 5rem;
        position: static;
        margin-top: 0;
    }
    .originalPage .original-avatarSection .avatar {
        height: auto;
        width: 1000px;
        position: absolute;
        margin-top: 12rem;
        z-index: 1;
        top: 0;
    }
    .originalPage .original-avatarSection .mobileFrame {
        width: 30%;
        height: 100%;
        background: url(/assets/images/original/mob-frame.png) 100% no-repeat;
        background-size: auto;
        background-size: auto;
        background-size: auto;
        background-size: contain;
        position: absolute;
        left: 1rem;
        opacity: 0.2;
        top: 0rem;
        z-index: 1;
    }
    .originalPage .original-avatarSection .mobileFrame2 {
        width: 30%;
        height: 100%;
        background: url(/assets/images/original/mob-frame.png) 100% no-repeat;
        background-size: auto;
        background-size: auto;
        background-size: auto;
        background-size: contain;
        position: absolute;
        left: 0rem;
        opacity: 0.2;
        top: -4rem;
        z-index: 1;
    }
    .originalPage .original-avatarSection .gradient {
        width: 33%;
        height: 60%;
        background: url(/assets/images/original/left_gradient.png) 100% no-repeat;
        background-size: auto;
        background-size: contain;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .originalPage .original-avatarSection .gradient .stats {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 3rem;
        position: absolute;
        left: 2rem;
        right: 8rem;
        top: 11rem;
    }
    .originalPage .original-avatarSection .gradient .stats .item {
        text-align: end;
    }
    .originalPage .original-avatarSection .gradient .stats .item p {
        color: var(--Secondary---Grey-4, #878787);
        text-align: right;
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5rem;
    }
    .originalPage .original-avatarSection .gradient .stats .item img {
        width: 2.5rem;
        margin-right: 0.75rem;
    }
    .originalPage .original-avatarSection .gradient .stats .item span {
        text-align: right;
        text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.4);
        font-family: "DM Sans";
        font-size: 1.75rem;
        font-style: normal;
        font-weight: 700;
        line-height: 3.75rem;
        background: linear-gradient(180deg, #EEE 21.12%, #878787 78.2%);
        background-clip: border-box;
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .originalPage .secondSection {
        height: 1362px;
        width: 100vw;
        flex-shrink: 0;
        opacity: 1;
        background: url(/assets/images/original/svg/2ndBg.svg) center center no-repeat;
        background-size: auto;
        background-size: cover;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        z-index: 10;
        position: relative;
        top: -18rem;
        gap: 0rem;
    }
    .originalPage .secondSection .realWorldText {
        text-align: left;
        margin-bottom: 0rem;
        margin-top: 12rem;
        top: 0;
        width: 864px;
        color: var(--Secondary---Grey-5-Light, var(--Carbon, #C3C3C3));
        font-family: "DM Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
    }
    .originalPage .secondSection .videoTitleContainer {
        width: 100%;
        height: auto;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 0;
        margin-top: 4.5rem;
        z-index: 10;
    }
    .originalPage .secondSection .videoTitleContainer .videoTitle {
        text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.4);
        font-family: Avenir;
        font-size: 120px;
        font-style: normal;
        font-weight: 800;
        line-height: 180px;
        text-transform: uppercase;
        background: var(--Light-Gradient, linear-gradient(223deg, #FFF 19.09%, #EEE 105.09%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        position: relative;
        right: 0;
    }
    .originalPage .secondSection .videoContainer {
        width: 100%;
        height: auto;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0;
        top: -4rem;
    }
    .originalPage .secondSection .videoContainer .videoFrame {
        width: 718px;
        height: 471.909px;
        flex-shrink: 0;
    }
    .originalPage .secondSection .videoSubtitleContainer {
        width: 100%;
        height: auto;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        padding: 0;
        top: -8rem;
        position: relative;
    }
    .originalPage .secondSection .videoSubtitleContainer .videoSubtitle {
        text-align: right;
        text-shadow: 0px 0px 8px rgba(216, 29, 60, 0.4);
        font-family: Avenir;
        font-size: 120px;
        font-style: normal;
        font-weight: 800;
        line-height: 180px;
        text-transform: uppercase;
        background: linear-gradient(267deg, #D81D3C 11.69%, #981329 50.17%, #D81D3C 89.74%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        position: relative;
        left: 0;
    }
    .originalPage .thirdSection {
        height: 1070px;
        width: 100vw;
        flex-shrink: 0;
        opacity: 1;
        background: url(/assets/images/original/third-section-bg.png) center center no-repeat;
        background-size: auto;
        background-size: cover;
        position: relative;
        top: -29rem;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        z-index: 15;
    }
    .originalPage .thirdSection .astroAvatar {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        margin-top: 11rem;
        gap: 0;
    }
    .originalPage .thirdSection .astroAvatar .avatarContainer {
        height: 26.08694rem;
        width: 100%;
        flex-shrink: 0;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        margin-bottom: 3rem;
    }
    .originalPage .thirdSection .astroAvatar .avatarContainer .imgContainer {
        flex-shrink: 0;
        width: max-content;
        width: 426px;
        height: 370px;
    }
    .originalPage .thirdSection .astroAvatar .avatarContainer .imgContainer img {
        width: 426px;
        height: 370px;
    }
    .originalPage .thirdSection .astroAvatar .avatarContainer .contentContainer {
        gap: 32px;
        width: 422px;
        height: 370px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
    }
    .originalPage .thirdSection .astroAvatar .avatarContainer .contentContainer .astroText {
        padding-bottom: 0rem;
        width: 422px;
        color: var(--Secondary---Grey-5-Light, var(--Carbon, #C3C3C3));
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
    .originalPage .thirdSection .astroAvatar .avatarContainer .contentContainer .astroText span {
        color: var(--Primary-White, var(--Carbon, #FFF));
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
    }
    .originalPage .thirdSection .astroAvatar .avatarContainer .contentContainer .viwBtn {
        display: flex;
        padding: 0.5rem 1.5rem;
        justify-content: center;
        align-items: center;
        gap: 0.25rem;
        border-radius: 0.375rem;
        background: var(--Gradients-Red-Gradient, linear-gradient(270deg, #D81D3C 0%, #981329 49.52%, #D81D3C 100%));
        color: var(--Text-white-remain, #EEE);
        text-align: center;
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3125rem;
        /* 150% */
        letter-spacing: -0.0175rem;
        border: 1px solid var(--Universal-Colour-red, #D81D3C);
    }
    .originalPage .thirdSection .astroAvatar .avatarContainer .contentContainer .viwBtn:hover {
        border: 1px solid var(--Universal-Colour-red, #D81D3C);
        background: black;
    }
    .originalPage .thirdSection .astroAvatar .iconsContainer {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        position: relative;
        left: 0;
        right: 0;
        gap: 0;
    }
    .originalPage .thirdSection .astroAvatar .iconsContainer .textSolo {
        width: 12.2rem;
        color: var(--Secondary---Grey-5-Light, var(--Carbon, #C3C3C3));
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5rem;
    }
    .originalPage .thirdSection .astroAvatar .iconsContainer .textSolo br {
        display: block;
    }
    .originalPage .thirdSection .astroAvatar .iconsContainer .iconsWraper {
        display: flex;
        flex-direction: row;
        width: auto;
        gap: 2rem;
    }
    .originalPage .thirdSection .astroAvatar .iconsContainer .iconsWraper img {
        width: 207px;
        height: 58px;
        flex-shrink: 0;
    }
    .originalPage .fourthSection {
        height: 1068px;
        width: 100vw;
        flex-shrink: 0;
        opacity: 1;
        background: url(/assets/images/original/4th_section_bg.png) center center no-repeat;
        background-size: auto;
        background-size: cover;
        position: relative;
        top: -42rem;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        z-index: 20;
        flex-direction: column;
    }
    .originalPage .fourthSection .titleContainer {
        position: relative;
        bottom: 0rem;
        margin-top: 13rem;
        left: 0%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 12px;
    }
    .originalPage .fourthSection .titleContainer .ownerTitle {
        white-space: nowrap;
        color: var(--Primary-White, var(--Pure-White, #FFF));
        text-align: center;
        font-family: "DM Sans";
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 42px;
    }
    .originalPage .fourthSection .titleContainer .subTitle {
        color: var(--Secondary---Grey-5-Light, var(--Carbon, #C3C3C3));
        text-align: center;
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 27px;
        width: 864px;
        /* 150% */
    }
    .originalPage .fourthSection .section4thLayer {
        height: 536px;
        width: 100vw;
        flex-shrink: 0;
        opacity: 1;
        background: url(/assets/images/original/section4thLayer.png) center center no-repeat;
        background-size: auto;
        background-size: auto;
        background-size: contain;
        position: relative;
        top: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 20;
    }
    .originalPage .fourthSection .section4thLayer .modelContainer {
        width: 100%;
        display: flex;
        flex-direction: row;
        gap: 0;
        align-items: center;
        justify-content: center;
        height: 100%;
        top: 0;
    }
    .originalPage .fourthSection .section4thLayer .modelContainer .modelItems {
        width: auto;
        height: auto;
        flex-shrink: 0;
        gap: 0rem;
        display: flex;
        flex-direction: column;
        top: 0;
        right: 0rem;
    }
    .originalPage .fourthSection .section4thLayer .modelContainer .modelItems .modelItemFbx {
        align-items: center;
        display: flex;
        justify-content: center;
        background: url("/assets/images/original/full-body.png") center center no-repeat;
        fill: linear-gradient(267deg, #D81D3C 11.69%, #981329 36.93%, #981329 50.17%, #981329 63.97%, #D81D3C 89.74%);
        stroke-width: 2px;
        stroke: var(--Primary-Red, #D81D3C);
        backdrop-filter: blur(0px);
        background-size: contain;
        transition: transform 0.3s ease;
        height: 110px;
        width: 353px;
    }
    .originalPage .fourthSection .section4thLayer .modelContainer .modelItems .modelItemFbx .fbxText {
        color: var(--Secondary---Grey-5-Light, var(--Carbon, #C3C3C3));
        text-align: center;
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 27px;
        width: 300px;
    }
    .originalPage .fourthSection .section4thLayer .modelContainer .modelItems .modelItemFbx .p {
        width: 25.9375rem;
        color: var(--Primary-White, var(--Pure-White, #FFF));
        text-align: center;
        text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.48);
        font-family: "DM Sans";
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.875rem;
    }
    .originalPage .fourthSection .section4thLayer .modelContainer .modelItems .modelItemFbx:hover {
        transform: translateX(-40px);
        background: url("/assets/images/original/fbx.png") center center no-repeat;
        stroke-width: 2px;
        stroke: var(--Primary-Red, #D81D3C);
        backdrop-filter: blur(0px);
        background-size: contain;
    }
    .originalPage .fourthSection .section4thLayer .modelContainer .modelItems .modelItemFbx:hover .fbxText {
        color: var(--Primary-White, var(--Pure-White, #FFF));
        text-align: center;
        text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.48);
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 27px;
        /* 150% */
        width: 300px;
    }
    .originalPage .fourthSection .section4thLayer .modelContainer .modelItems .modelItem {
        display: flex;
        align-items: center;
        justify-content: center;
        background: url("/assets/images/original/full-body.png") center center no-repeat;
        flex-shrink: 0;
        fill: linear-gradient(277deg, rgba(94, 103, 115, 0.25) 18.57%, rgba(94, 103, 115, 0.02) 91.23%);
        stroke-width: 2px;
        stroke: var(--Primary-Red, #D81D3C);
        backdrop-filter: blur(0px);
        background-size: contain;
        transition: transform 0.3s ease;
        width: 353px;
        height: 110px;
    }
    .originalPage .fourthSection .section4thLayer .modelContainer .modelItems .modelItem .restText {
        color: var(--Secondary---Grey-5-Light, var(--Carbon, #C3C3C3));
        text-align: center;
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 27px;
        /* 150% */
    }
    .originalPage .fourthSection .section4thLayer .modelContainer .modelItems .modelItem:hover {
        transform: translateX(-40px);
        background: url("/assets/images/original/fbx.png") center center no-repeat;
        stroke-width: 2px;
        stroke: var(--Primary-Red, #D81D3C);
        backdrop-filter: blur(0px);
        background-size: contain;
        /* Moves the item 10px to the left on hover */
    }
    .originalPage .fourthSection .section4thLayer .modelContainer .modelItems .modelItem:hover .restText {
        color: var(--Primary-White, var(--Pure-White, #FFF));
        text-align: center;
        text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.48);
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 27px;
        /* 150% */
    }
    .originalPage .fourthSection .section4thLayer .modelContainer .modelImage {
        width: 426px;
        height: 508px;
        right: 0;
        left: 3rem;
        top: 0rem;
        position: relative;
    }
    .originalPage .fourthSection .section4thLayer .modelContainer .modelImage .modelImg {
        width: 426px;
        height: 508px;
    }
    .originalPage .fifthSection {
        height: 696px;
        width: 100vw;
        flex-shrink: 0;
        opacity: 1;
        background: url(/assets/images/original/5th_section_bg.png) center center no-repeat;
        background-size: auto;
        background-size: cover;
        position: relative;
        top: -52rem;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 20;
    }
    .originalPage .fifthSection .dots {
        position: absolute;
        bottom: 1.5rem;
        right: 0;
        width: 159.994px;
        height: 160px;
    }
    .originalPage .fifthSection .dots img {
        width: 15rem;
        height: 15rem;
    }
    .originalPage .fifthSection .assetPackage {
        display: flex;
        flex-direction: row;
        gap: 0rem;
        align-items: center;
        justify-content: space-between;
        margin-top: 0rem;
    }
    .originalPage .fifthSection .assetPackage .assetImg {
        width: max-content;
        height: 100%;
        flex-shrink: 0;
    }
    .originalPage .fifthSection .assetPackage .assetImg img {
        width: 353px;
        height: 428px;
    }
    .originalPage .fifthSection .assetPackage .assetContaienr {
        display: flex;
        flex-direction: column;
        width: 34.375rem;
        top: 0rem;
        margin-top: 0;
        margin-left: 0;
        text-align: left;
        gap: 12px;
    }
    .originalPage .fifthSection .assetPackage .assetContaienr .assetTitle {
        width: 350px;
        color: var(--Primary-White, var(--Pure-White, #FFF));
        font-family: "DM Sans";
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 42px;
    }
    .originalPage .fifthSection .assetPackage .assetContaienr .assetSubtitle {
        margin-bottom: 2rem;
        width: 34.375rem;
        color: var(--Secondary---Grey-5-Light, var(--Carbon, #C3C3C3));
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        width: 426px;
    }
    .originalPage .fifthSection .assetPackage .assetContaienr .assetBtn {
        width: 12.125rem;
        height: 3rem;
        flex-shrink: 0;
        border-radius: 0.25rem;
        background: linear-gradient(267deg, #D81D3C 11.69%, #981329 50.17%, #D81D3C 89.74%);
        backdrop-filter: blur(5px);
        color: var(--Primary-White, var(--Pure-White, #FFF));
        text-align: center;
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.5rem;
        /* 150% */
        text-transform: uppercase;
    }
    .originalPage .finalSection {
        height: 1400PX;
        width: 100vw;
        position: relative;
        top: -64rem;
        background: url(/assets/images/original/bg_img.png) center center no-repeat;
        background-size: cover;
    }
    .originalPage .finalSection .sectionWrapper {
        display: flex;
        flex-direction: column;
        gap: 8rem;
        margin-top: 15rem;
    }
    .originalPage .finalSection .sectionWrapper .uniqueWrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 5rem;
        align-items: center;
        height: auto;
    }
    .originalPage .finalSection .sectionWrapper .uniqueWrapper .uniqueContainer,
    .originalPage .finalSection .sectionWrapper .uniqueWrapper .exclusive,
    .originalPage .finalSection .sectionWrapper .uniqueWrapper .limitedContainer {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .originalPage .finalSection .sectionWrapper .uniqueWrapper .uniqueContainer .arrowLeft {
        width: 12rem;
        height: 5rem;
    }
    .originalPage .finalSection .sectionWrapper .uniqueWrapper .uniqueContainer .uniqueText {
        height: 5rem;
        width: 23rem;
    }
    .originalPage .finalSection .sectionWrapper .uniqueWrapper .exclusiveContainer img {
        height: 5rem;
        width: 46rem;
    }
    .originalPage .finalSection .sectionWrapper .uniqueWrapper .limitedContainer .limitText {
        height: 5rem;
        width: 23rem;
    }
    .originalPage .finalSection .sectionWrapper .uniqueWrapper .limitedContainer .arrowRight {
        width: 12rem;
        height: 5rem;
    }
    .originalPage .finalSection .sectionWrapper .projectWrapper {
        display: flex;
        flex-direction: row;
        gap: 2rem;
    }
    .originalPage .finalSection .sectionWrapper .projectWrapper .contentWrapper {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding-top: 1rem;
    }
    .originalPage .finalSection .sectionWrapper .projectWrapper .contentWrapper .title {
        width: 30rem;
        color: var(--Primary-White, var(--Pure-White, #FFF));
        font-family: "DM Sans";
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 42px;
    }
    .originalPage .finalSection .sectionWrapper .projectWrapper .contentWrapper .subTitle {
        color: var(--Secondary---Grey-5-Light, var(--Carbon, #C3C3C3));
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        width: 426px;
    }
    .originalPage .finalSection .sectionWrapper .projectGameWrapper {
        display: flex;
        flex-direction: row;
        gap: 2rem;
    }
    .originalPage .finalSection .sectionWrapper .projectGameWrapper .contentWrapper {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding-top: 1rem;
    }
    .originalPage .finalSection .sectionWrapper .projectGameWrapper .contentWrapper .title {
        width: 30rem;
        color: var(--Primary-White, var(--Pure-White, #FFF));
        font-family: "DM Sans";
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 42px;
    }
    .originalPage .finalSection .sectionWrapper .projectGameWrapper .contentWrapper .subTitle {
        color: var(--Secondary---Grey-5-Light, var(--Carbon, #C3C3C3));
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        width: 426px;
    }
}

@media (min-width: 1281px) {
    .containerWidth {
        width: 1120px;
        max-width: 1120px;
        margin: 0px auto 0px auto;
    }
    .headerWidth {
        width: 1152px;
        max-width: 1152px;
        margin: 0px auto 0px auto;
    }
    .containerHeight {
        height: calc(100vh - 60px);
    }
    .originalPage {
        width: 100vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
        position: relative;
        margin-bottom: -60rem;
    }
    .originalPage .original-avatarSection {
        height: 1000px;
        width: 100vw;
        flex-shrink: 0;
        opacity: 1;
        background: url(/assets/images/original/bg.png) -1043.603px -864px/210.556% 253.989% no-repeat;
        position: relative;
        top: 0;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        z-index: 5;
        margin: 0 auto;
    }
    .originalPage .original-avatarSection .mainSection {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        z-index: 10;
        padding: 0 0;
        position: relative;
        margin-top: 5rem;
        height: max-content;
        width: 100%;
        top: 0;
        left: 0;
    }
    .originalPage .original-avatarSection .mainSection .textDesc {
        width: 30.3125rem;
        height: 21.25rem;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        gap: 5rem;
    }
    .originalPage .original-avatarSection .mainSection .textDesc p {
        /* Header/Large */
        font-family: Outfit;
        font-size: 4rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 4.4rem */
        letter-spacing: -0.08rem;
        background: var(--Gradients-Light-Gradient, linear-gradient(180deg, #FFF 0%, #878787 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .originalPage .original-avatarSection .mainSection .textDesc p .desktopBreaker {
        display: block;
    }
    .originalPage .original-avatarSection .mainSection .textDesc .collectionBtn {
        display: flex;
        padding: 8px 24px;
        justify-content: center;
        align-items: center;
        gap: 4px;
        width: 147px;
        white-space: nowrap;
        display: flex;
        padding: 0.5rem 1.5rem;
        justify-content: center;
        align-items: center;
        gap: 0.25rem;
        color: var(--Text-white-remain, #EEE);
        text-align: center;
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3125rem;
        letter-spacing: -0.0175rem;
        border-radius: 0.375rem;
        border: 1px solid var(--Universal-Colour-red, #D81D3C);
    }
    .originalPage .original-avatarSection .mainSection .badge {
        width: 10.875rem;
        height: 5rem;
        position: static;
    }
    .originalPage .original-avatarSection .avatar {
        height: auto;
        width: 1175px;
        position: absolute;
        margin-top: 8rem;
        z-index: 1;
        top: 0;
    }
    .originalPage .original-avatarSection .mobileFrame {
        width: 30%;
        height: 100%;
        background: url(/assets/images/original/mob-frame.png) 100% no-repeat;
        background-size: auto;
        background-size: auto;
        background-size: auto;
        background-size: contain;
        position: absolute;
        left: 1rem;
        opacity: 0.2;
        top: 0rem;
        z-index: 1;
    }
    .originalPage .original-avatarSection .mobileFrame2 {
        width: 30%;
        height: 100%;
        background: url(/assets/images/original/mob-frame.png) 100% no-repeat;
        background-size: auto;
        background-size: auto;
        background-size: auto;
        background-size: contain;
        position: absolute;
        left: 0rem;
        opacity: 0.2;
        top: -4rem;
        z-index: 1;
    }
    .originalPage .original-avatarSection .gradient {
        width: 33%;
        height: 60%;
        background: url(/assets/images/original/left_gradient.png) 100% no-repeat;
        background-size: auto;
        background-size: contain;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .originalPage .original-avatarSection .gradient .stats {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 3rem;
        position: absolute;
        left: 2rem;
        right: 8rem;
        top: 12rem;
    }
    .originalPage .original-avatarSection .gradient .stats .item {
        text-align: end;
    }
    .originalPage .original-avatarSection .gradient .stats .item p {
        color: var(--Secondary---Grey-4, #878787);
        text-align: right;
        font-family: "DM Sans";
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5rem;
        /* 120% */
    }
    .originalPage .original-avatarSection .gradient .stats .item img {
        width: 3rem;
        margin-right: 1rem;
    }
    .originalPage .original-avatarSection .gradient .stats .item span {
        text-align: right;
        text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.4);
        font-family: "DM Sans";
        font-size: 2.5rem;
        font-style: normal;
        font-weight: 700;
        line-height: 3.75rem;
        /* 150% */
        background: linear-gradient(180deg, #EEE 21.12%, #878787 78.2%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .originalPage .secondSection {
        height: 1620px;
        width: 100vw;
        flex-shrink: 0;
        opacity: 1;
        background: url(/assets/images/original/svg/2ndBg.svg) center center no-repeat;
        background-size: auto;
        background-size: cover;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        z-index: 10;
        position: relative;
        top: -15rem;
        gap: 0rem;
    }
    .originalPage .secondSection .realWorldText {
        width: 70rem;
        color: var(--Secondary---Grey-5-Light, var(--Carbon, #C3C3C3));
        text-align: left;
        font-family: "DM Sans";
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 2.25rem;
        margin-bottom: 0rem;
        margin-top: 12rem;
        top: 0;
    }
    .originalPage .secondSection .videoTitleContainer {
        width: 100%;
        height: auto;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 0;
        margin-top: 5.5rem;
        z-index: 10;
    }
    .originalPage .secondSection .videoTitleContainer .videoTitle {
        text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.4);
        font-family: Avenir;
        font-size: 156px;
        font-style: normal;
        font-weight: 800;
        line-height: 234px;
        /* 150% */
        text-transform: uppercase;
        /* 150% */
        background: var(--Light-Gradient, linear-gradient(223deg, #FFF 19.09%, #EEE 105.09%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        position: relative;
        right: 0;
    }
    .originalPage .secondSection .videoSubtitleContainer {
        width: 100%;
        height: auto;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        padding: 0;
        top: -12rem;
        position: relative;
    }
    .originalPage .secondSection .videoSubtitleContainer .videoSubtitle {
        text-align: right;
        text-shadow: 0px 0px 8px rgba(216, 29, 60, 0.4);
        font-family: Avenir;
        font-size: 9.75rem;
        font-style: normal;
        font-weight: 800;
        line-height: 14.625rem;
        /* 150% */
        text-transform: uppercase;
        background: linear-gradient(267deg, #D81D3C 11.69%, #981329 50.17%, #D81D3C 89.74%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        position: relative;
        left: 0;
    }
    .originalPage .secondSection .videoContainer {
        width: 100%;
        height: auto;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0;
        top: -6rem;
        /* Add some padding around the video container */
    }
    .originalPage .secondSection .videoContainer .videoFrame {
        width: 58.83725rem;
        height: 38.68006rem;
        flex-shrink: 0;
    }
    .originalPage .thirdSection {
        height: 1130px;
        width: 100vw;
        flex-shrink: 0;
        opacity: 1;
        background: url(/assets/images/original/third-section-bg.png) center center no-repeat;
        background-size: auto;
        background-size: cover;
        position: relative;
        top: -28rem;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        z-index: 15;
    }
    .originalPage .thirdSection .astroAvatar {
        display: flex;
        flex-direction: column;
        margin-top: 11rem;
    }
    .originalPage .thirdSection .astroAvatar .avatarContainer {
        height: 26.08694rem;
        width: 100%;
        flex-shrink: 0;
        display: flex;
        flex-direction: row;
        margin-bottom: 10rem;
    }
    .originalPage .thirdSection .astroAvatar .avatarContainer .imgContainer {
        height: 26.08694rem;
        flex-shrink: 0;
        width: max-content;
        width: 30rem;
        height: 26.08694rem;
    }
    .originalPage .thirdSection .astroAvatar .avatarContainer .contentContainer {
        width: 50%;
        height: 10.5625rem;
        flex-shrink: 0;
        margin: 10rem 4rem;
        gap: 3rem;
    }
    .originalPage .thirdSection .astroAvatar .avatarContainer .contentContainer .astroText {
        width: 34.375rem;
        color: var(--Secondary---Grey-5-Light, var(--Carbon, #C3C3C3));
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.6875rem;
        /* 150% */
        /* 150% */
        padding-bottom: 0rem;
    }
    .originalPage .thirdSection .astroAvatar .avatarContainer .contentContainer .astroText span {
        color: var(--Primary-White, var(--Carbon, #FFF));
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.6875rem;
    }
    .originalPage .thirdSection .astroAvatar .avatarContainer .contentContainer .viwBtn {
        display: flex;
        padding: 0.5rem 1.5rem;
        justify-content: center;
        align-items: center;
        gap: 0.25rem;
        border-radius: 0.375rem;
        background: var(--Gradients-Red-Gradient, linear-gradient(270deg, #D81D3C 0%, #981329 49.52%, #D81D3C 100%));
        color: var(--Text-white-remain, #EEE);
        text-align: center;
        font-family: "DM Sans";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3125rem;
        /* 150% */
        letter-spacing: -0.0175rem;
    }
    .originalPage .thirdSection .astroAvatar .iconsContainer {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        position: relative;
        left: 0;
        right: 0;
    }
    .originalPage .thirdSection .astroAvatar .iconsContainer .textSolo {
        color: var(--Secondary---Grey-5-Light, var(--Carbon, #C3C3C3));
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.6875rem;
        /* 150% */
        /* 150% */
    }
    .originalPage .thirdSection .astroAvatar .iconsContainer .textSolo br {
        display: block;
    }
    .originalPage .thirdSection .astroAvatar .iconsContainer .iconsWraper {
        display: flex;
        flex-direction: row;
    }
    .originalPage .thirdSection .astroAvatar .iconsContainer .iconsWraper img {
        width: 14.45rem;
        height: 4rem;
        flex-shrink: 0;
    }
    .originalPage .fourthSection {
        height: 1150px;
        width: 100vw;
        flex-shrink: 0;
        opacity: 1;
        background: url(/assets/images/original/4th_section_bg.png) center center no-repeat;
        background-size: cover;
        position: relative;
        top: -41rem;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        z-index: 20;
        flex-direction: column;
    }
    .originalPage .fourthSection .titleContainer {
        position: relative;
        bottom: 0rem;
        align-items: center;
        margin-top: 10rem;
        left: 0%;
    }
    .originalPage .fourthSection .titleContainer .ownerTitle {
        color: var(--Primary-White, var(--Pure-White, #FFF));
        text-align: center;
        font-family: "DM Sans";
        font-size: 2rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        white-space: nowrap;
    }
    .originalPage .fourthSection .titleContainer .subTitle {
        width: 100%;
        color: var(--Secondary---Grey-5-Light, var(--Carbon, #C3C3C3));
        text-align: center;
        font-family: "DM Sans";
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.875rem;
        /* 150% */
    }
    .originalPage .fourthSection .section4thLayer {
        height: 712px;
        width: 100vw;
        flex-shrink: 0;
        opacity: 1;
        background: url(/assets/images/original/section4thLayer.png) center center no-repeat;
        background-size: auto;
        background-size: contain;
        position: relative;
        top: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 20;
    }
    .originalPage .fourthSection .section4thLayer .modelContainer {
        width: 100%;
        display: flex;
        flex-direction: row;
        gap: 0;
        align-items: center;
        justify-content: space-between;
        height: auto;
    }
    .originalPage .fourthSection .section4thLayer .modelContainer .modelItems {
        width: auto;
        height: 37.5rem;
        flex-shrink: 0;
        gap: 2rem;
        display: flex;
        flex-direction: column;
        top: 0;
        right: -3rem;
    }
    .originalPage .fourthSection .section4thLayer .modelContainer .modelItems .modelItemFbx {
        align-items: center;
        display: flex;
        justify-content: center;
        background: url("/assets/images/original/full-body.png");
        width: 30.9375rem;
        height: 7.5rem;
        flex-shrink: 0;
        fill: linear-gradient(267deg, #D81D3C 11.69%, #981329 36.93%, #981329 50.17%, #981329 63.97%, #D81D3C 89.74%);
        stroke-width: 2px;
        stroke: var(--Primary-Red, #D81D3C);
        backdrop-filter: blur(5px);
        background-size: contain;
        transition: transform 0.3s ease;
    }
    .originalPage .fourthSection .section4thLayer .modelContainer .modelItems .modelItemFbx .fbxText {
        width: 25.9375rem;
        color: var(--Secondary---Grey-5-Light, var(--Carbon, #C3C3C3));
        text-align: center;
        font-family: "DM Sans";
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.875rem;
        /* 150% */
    }
    .originalPage .fourthSection .section4thLayer .modelContainer .modelItems .modelItemFbx .p {
        width: 25.9375rem;
        color: var(--Primary-White, var(--Pure-White, #FFF));
        text-align: center;
        text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.48);
        font-family: "DM Sans";
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.875rem;
        /* 150% */
    }
    .originalPage .fourthSection .section4thLayer .modelContainer .modelItems .modelItemFbx:hover {
        transform: translateX(-40px);
        background: url("/assets/images/original/fbx.png");
        stroke-width: 2px;
        stroke: var(--Primary-Red, #D81D3C);
        backdrop-filter: blur(5px);
        background-size: contain;
        /* Moves the item 10px to the left on hover */
    }
    .originalPage .fourthSection .section4thLayer .modelContainer .modelItems .modelItem {
        display: flex;
        align-items: center;
        justify-content: center;
        background: url("/assets/images/original/full-body.png");
        width: 30.9375rem;
        height: 7.5rem;
        flex-shrink: 0;
        fill: linear-gradient(277deg, rgba(94, 103, 115, 0.25) 18.57%, rgba(94, 103, 115, 0.02) 91.23%);
        stroke-width: 1.5px;
        stroke: rgba(94, 103, 115, 0.35);
        backdrop-filter: blur(5px);
        background-size: contain;
        transition: transform 0.3s ease;
    }
    .originalPage .fourthSection .section4thLayer .modelContainer .modelItems .modelItem .restText {
        width: 25.9375rem;
        color: var(--Secondary---Grey-5-Light, var(--Carbon, #C3C3C3));
        text-align: center;
        font-family: "DM Sans";
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.875rem;
        /* 150% */
    }
    .originalPage .fourthSection .section4thLayer .modelContainer .modelItems .modelItem:hover {
        transform: translateX(-40px);
        background: url("/assets/images/original/fbx.png");
        stroke-width: 2px;
        stroke: var(--Primary-Red, #D81D3C);
        backdrop-filter: blur(5px);
        background-size: contain;
        /* Moves the item 10px to the left on hover */
    }
    .originalPage .fourthSection .section4thLayer .modelContainer .modelImage {
        width: 37.375rem;
        height: 44.5rem;
        right: 0;
        left: 3rem;
        top: 0rem;
        position: relative;
    }
    .originalPage .fourthSection .section4thLayer .modelContainer .modelImage .modelImg {
        width: 598px;
        height: 712px;
    }
    .originalPage .fifthSection {
        height: 900px;
        width: 100vw;
        flex-shrink: 0;
        opacity: 1;
        background: url(/assets/images/original/5th_section_bg.png) center center no-repeat;
        background-size: cover;
        position: relative;
        top: -51rem;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 20;
    }
    .originalPage .fifthSection .dots {
        position: absolute;
        bottom: 2rem;
        right: 0;
        width: 15rem;
        height: 15rem;
    }
    .originalPage .fifthSection .dots img {
        width: 15rem;
        height: 15rem;
    }
    .originalPage .fifthSection .assetPackage {
        display: flex;
        flex-direction: row;
        gap: 0rem;
        align-items: center;
        justify-content: space-between;
    }
    .originalPage .fifthSection .assetPackage .assetImg {
        width: max-content;
        height: 100%;
        flex-shrink: 0;
    }
    .originalPage .fifthSection .assetPackage .assetImg img {
        width: 30.9375rem;
        height: 37.5rem;
    }
    .originalPage .fifthSection .assetPackage .assetContaienr {
        display: flex;
        flex-direction: column;
        width: 34.375rem;
        top: 0rem;
        margin-top: 0;
        margin-left: 0;
        text-align: left;
    }
    .originalPage .fifthSection .assetPackage .assetContaienr .assetTitle {
        width: 34.375rem;
        color: var(--Primary-White, var(--Pure-White, #FFF));
        font-family: "DM Sans";
        font-size: 2rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .originalPage .fifthSection .assetPackage .assetContaienr .assetSubtitle {
        color: var(--Secondary---Grey-5-Light, var(--Carbon, #C3C3C3));
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.6875rem;
        margin-bottom: 2rem;
        width: 34.375rem;
    }
    .originalPage .fifthSection .assetPackage .assetContaienr .assetBtn {
        width: 12.125rem;
        height: 3rem;
        flex-shrink: 0;
        border-radius: 0.25rem;
        background: linear-gradient(267deg, #D81D3C 11.69%, #981329 50.17%, #D81D3C 89.74%);
        backdrop-filter: blur(5px);
        color: var(--Primary-White, var(--Pure-White, #FFF));
        text-align: center;
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.5rem;
        /* 150% */
        text-transform: uppercase;
    }
    .originalPage .finalSection {
        height: 1450px;
        width: 100vw;
        position: relative;
        top: -60rem;
        background: url(/assets/images/original/bg_img.png) center center no-repeat;
        background-size: auto;
        background-size: cover;
    }
    .originalPage .finalSection .sectionWrapper {
        display: flex;
        flex-direction: column;
        gap: 6rem;
        margin-top: 15rem;
    }
    .originalPage .finalSection .sectionWrapper .uniqueWrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 5rem;
    }
    .originalPage .finalSection .sectionWrapper .uniqueWrapper .uniqueContainer,
    .originalPage .finalSection .sectionWrapper .uniqueWrapper .exclusive,
    .originalPage .finalSection .sectionWrapper .uniqueWrapper .limitedContainer {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .originalPage .finalSection .sectionWrapper .uniqueWrapper .uniqueContainer .arrowLeft {
        width: 12rem;
        height: 6rem;
    }
    .originalPage .finalSection .sectionWrapper .uniqueWrapper .uniqueContainer .uniqueText {
        height: 6rem;
        width: 27rem;
    }
    .originalPage .finalSection .sectionWrapper .uniqueWrapper .exclusiveContainer img {
        height: 6rem;
        width: 72rem;
    }
    .originalPage .finalSection .sectionWrapper .uniqueWrapper .limitedContainer .limitText {
        height: 6rem;
        width: 27rem;
    }
    .originalPage .finalSection .sectionWrapper .uniqueWrapper .limitedContainer .arrowRight {
        width: 12rem;
        height: 6rem;
    }
    .originalPage .finalSection .sectionWrapper .projectWrapper {
        display: flex;
        flex-direction: row;
        gap: 2rem;
    }
    .originalPage .finalSection .sectionWrapper .projectWrapper .contentWrapper {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding-top: 1rem;
    }
    .originalPage .finalSection .sectionWrapper .projectWrapper .contentWrapper .title {
        width: 30rem;
        color: var(--Primary-White, var(--Pure-White, #FFF));
        font-family: "DM Sans";
        font-size: 2rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .originalPage .finalSection .sectionWrapper .projectWrapper .contentWrapper .subTitle {
        width: 30rem;
        color: var(--Secondary---Grey-5-Light, var(--Carbon, #C3C3C3));
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.6875rem;
        /* 150% */
    }
    .originalPage .finalSection .sectionWrapper .projectGameWrapper {
        display: flex;
        flex-direction: row;
        gap: 2rem;
    }
    .originalPage .finalSection .sectionWrapper .projectGameWrapper .contentWrapper {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding-top: 1rem;
    }
    .originalPage .finalSection .sectionWrapper .projectGameWrapper .contentWrapper .title {
        width: 30rem;
        color: var(--Primary-White, var(--Pure-White, #FFF));
        font-family: "DM Sans";
        font-size: 2rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .originalPage .finalSection .sectionWrapper .projectGameWrapper .contentWrapper .subTitle {
        width: 30rem;
        color: var(--Secondary---Grey-5-Light, var(--Carbon, #C3C3C3));
        font-family: "DM Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.6875rem;
        /* 150% */
    }
}

.spinner {
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}