
@import url("https://fonts.googleapis.com/css?family=DM+Sans:400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Crimson+Text:400,600,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700&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;
}

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


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

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

* {
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.animate__animated {
  --animate-delay: 0.75s;
}

h2 {
  opacity: 0;
}

body {
  font-family: "DM sans", sans-serif;
  overflow-x: hidden;
  position: relative;
}
body::-webkit-scrollbar {
  display: none;
}
body img {
  object-fit: contain;
  width: 100%;
}
body video {
  width: 100%;
}

.about-page .hero-section {
  background: url("../images/solonex/hero-background.png") no-repeat center center;
  background-size: cover;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background-color: #141414;
}
.about-page .hero-section .hero-wrapper {
  position: relative;
  width: 90vw;
  max-width: 1218px;
  display: grid;
  padding: 120px 0;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .about-page .hero-section .hero-wrapper {
    padding: 120px 0;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .about-page .hero-section .hero-wrapper {
    padding: 160px 0;
    grid-template-columns: 1fr 1.25fr;
    gap: 64px;
  }
}
@media (min-width: 1281px) {
  .about-page .hero-section .hero-wrapper {
    gap: 100px;
  }
}
.about-page .hero-section .hero-wrapper .hero-title {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.about-page .hero-section .hero-wrapper .hero-title .title-text {
  font-size: 48px;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  text-align: left;
  background: linear-gradient(180deg, #FFFFFF 0%, #AAAAAA 91.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (min-width: 1024px) {
  .about-page .hero-section .hero-wrapper .hero-title .title-text {
    font-size: 56px;
  }
}
@media (min-width: 1281px) {
  .about-page .hero-section .hero-wrapper .hero-title .title-text {
    font-size: 64px;
  }
}
.about-page .hero-section .hero-wrapper .hero-details {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-self: flex-end;
}
.about-page .hero-section .hero-wrapper .hero-details .details-text {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #aaaaaa;
  text-align: left;
}
.about-page .hero-section .hero-wrapper .hero-details .details-text strong {
  color: #fff;
}
@media (min-width: 768px) {
  .about-page .hero-section .hero-wrapper .hero-details .details-text {
    padding-left: 30%;
  }
}
@media (min-width: 1024px) {
  .about-page .hero-section .hero-wrapper .hero-details .details-text {
    padding-left: 0;
  }
}
.about-page .section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .about-page .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1024px) {
  .about-page .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (min-width: 1281px) {
  .about-page .section {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
.about-page .section .wrapper {
  width: 90vw;
  max-width: 1218px;
  margin: 0 auto;
}
.about-page .section .wrapper .intro {
  width: 100%;
  display: grid;
  position: relative;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .about-page .section .wrapper .intro {
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .about-page .section .wrapper .intro {
    gap: 72px;
    grid-template-columns: 1fr 1.5fr;
  }
}
@media (min-width: 1281px) {
  .about-page .section .wrapper .intro {
    grid-template-columns: 1fr 1.25fr;
    gap: 100px;
  }
}
.about-page .section .wrapper .intro .title {
  line-height: 1.5;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  background: linear-gradient(267.94deg, #d81d3c 0%, #a81d34 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  z-index: 2;
  font-size: 28px;
}
@media (min-width: 768px) {
  .about-page .section .wrapper .intro .title {
    font-size: 32px;
    max-width: 70%;
  }
}
@media (min-width: 1024px) {
  .about-page .section .wrapper .intro .title {
    max-width: 100%;
    font-size: 32px;
  }
}
@media (min-width: 1281px) {
  .about-page .section .wrapper .intro .title {
    font-size: 40px;
  }
}
.about-page .section .wrapper .intro .dark-title {
  background: linear-gradient(180deg, #ffffff 0%, #aaaaaa 91.64%);
  background-clip: text;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 2;
  font-size: 28px;
}
@media (min-width: 768px) {
  .about-page .section .wrapper .intro .dark-title {
    font-size: 32px;
    max-width: 70%;
  }
}
@media (min-width: 1024px) {
  .about-page .section .wrapper .intro .dark-title {
    max-width: 100%;
    font-size: 32px;
  }
}
@media (min-width: 1281px) {
  .about-page .section .wrapper .intro .dark-title {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .about-page .section .wrapper .intro .details {
    padding-top: 40px;
  }
}
.about-page .section .wrapper .intro .details .details-text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #666;
  text-align: left;
}
.about-page .section .wrapper .intro .details .details-text strong {
  color: #2d2d2d;
  font-weight: 700;
}
.about-page .section .wrapper .intro .details .details-text a {
  color: #d81d3c;
  font-weight: 700;
  text-decoration: none;
}
@media (min-width: 768px) {
  .about-page .section .wrapper .intro .details .details-text {
    font-size: 18px;
  }
}
.about-page .section .wrapper .intro .details .dark-details-text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  color: #aaaaaa;
}
.about-page .section .wrapper .intro .details .dark-details-text strong {
  color: #fff;
  font-weight: 700;
}
@media (min-width: 768px) {
  .about-page .section .wrapper .intro .details .dark-details-text {
    font-size: 18px;
  }
}
.about-page .section .wrapper .intro .details .details-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .about-page .section .wrapper .intro .details .details-list {
    margin-top: 48px;
  }
}
@media (min-width: 1281px) {
  .about-page .section .wrapper .intro .details .details-list {
    margin-top: 80px;
  }
}
.about-page .section .wrapper .intro .details .list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 1024px) {
  .about-page .section .wrapper .intro .details .list {
    gap: 64px;
  }
}
@media (min-width: 1281px) {
  .about-page .section .wrapper .intro .details .list {
    gap: 80px;
  }
}
.about-page .section .wrapper .intro .details .list .item {
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.about-page .section .wrapper .intro .details .list .item .item-title {
  color: #2d2d2d;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
}
.about-page .section .wrapper .intro .details .list .item .item-dark-title {
  margin-top: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #aaaaaa 91.64%);
  background-clip: text;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .about-page .section .wrapper .intro .details .list .item .item-dark-title {
    font-size: 20px;
  }
}
.about-page .section .wrapper .intro .details .list .item .item-img {
  width: 120px;
  height: 120px;
}
.about-page .section .wrapper .intro .details .list .item .item-small-img {
  width: 48px;
  height: 48px;
}
@media (min-width: 1024px) {
  .about-page .section .wrapper .intro .details .list .item .item-small-img {
    width: 56px;
    height: 56px;
  }
}
.about-page .section .wrapper .intro .details .list .link {
  text-decoration: none;
  cursor: pointer;
}
.about-page .section .wrapper .intro .details .list .link:hover .item-small-img {
  filter: brightness(0) invert(1);
}
.about-page .section .wrapper .intro .details .list .link:hover .item-dark-title {
  background: linear-gradient(267.94deg, #d81d3c 0%, #a81d34 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-page .section .wrapper .intro .details .second-list {
  margin-top: 80px;
}
.about-page .section .wrapper .intro .core-list {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .about-page .section .wrapper .intro .core-list {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
  }
}
@media (min-width: 1281px) {
  .about-page .section .wrapper .intro .core-list {
    gap: 200px;
  }
}
.about-page .section .wrapper .extra {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 80px;
}
@media (min-width: 1024px) {
  .about-page .section .wrapper .extra {
    grid-template-columns: 1fr 1fr;
  }
}
.about-page .section .wrapper .extra .extra-item {
  flex-direction: column;
  display: flex;
  background-color: #fff;
  border-radius: 16px;
  transition: all 0.5s ease-in-out;
  padding: 20px;
  gap: 6px;
  position: relative;
  top: 0;
}
@media (min-width: 768px) {
  .about-page .section .wrapper .extra .extra-item {
    gap: 12px;
    padding: 32px;
    border-radius: 20px;
  }
}
@media (min-width: 1024px) {
  .about-page .section .wrapper .extra .extra-item {
    padding: 32px;
    border-radius: 24px;
  }
}
@media (min-width: 1281px) {
  .about-page .section .wrapper .extra .extra-item {
    padding: 40px;
  }
}
.about-page .section .wrapper .extra .extra-item .extra-item-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
@media (min-width: 768px) {
  .about-page .section .wrapper .extra .extra-item .extra-item-top {
    gap: 8px;
    align-items: center;
    flex-direction: row;
  }
}
.about-page .section .wrapper .extra .extra-item .extra-item-top .extra-item-img {
  width: 28px;
  height: 28px;
}
.about-page .section .wrapper .extra .extra-item .extra-item-top .extra-item-title {
  font-size: 20px;
  line-height: 1.5;
  color: #2d2d2d;
  font-weight: 500;
}
@media (min-width: 768px) {
  .about-page .section .wrapper .extra .extra-item .extra-item-top .extra-item-title {
    font-size: 24px;
  }
}
.about-page .section .wrapper .extra .extra-item .extra-item-desc {
  font-size: 16px;
  line-height: 1.5;
  color: #666;
}
.about-page .section .wrapper .extra .extra-item .extra-item-desc strong {
  color: #2d2d2d;
  font-weight: 500;
}
@media (min-width: 768px) {
  .about-page .section .wrapper .extra .extra-item .extra-item-desc {
    font-size: 18px;
  }
}
.about-page .section .wrapper .extra .extra-item:hover {
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.12);
  border-color: #fff;
  outline-color: #fff;
  top: -8px;
}
.about-page .section .wrapper .team-list {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}
@media (min-width: 768px) {
  .about-page .section .wrapper .team-list {
    gap: 12px;
    margin-top: 64px;
  }
}
@media (min-width: 1024px) {
  .about-page .section .wrapper .team-list {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 72px;
  }
}
@media (min-width: 1281px) {
  .about-page .section .wrapper .team-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 80px;
  }
}
.about-page .section .wrapper .team-list .member {
  flex-direction: column;
  display: flex;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
  top: 0;
  position: relative;
  z-index: 1;
  text-align: left;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .about-page .section .wrapper .team-list .member {
    text-align: center;
    align-items: center;
    padding: 40px;
    border: 1px solid rgba(238, 238, 238, 0.75);
    outline: 4px solid rgba(238, 238, 238, 0.25);
    border-radius: 20px;
  }
}
@media (min-width: 1024px) {
  .about-page .section .wrapper .team-list .member {
    border-radius: 24px;
  }
}
.about-page .section .wrapper .team-list .member .member-img {
  width: 100%;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .about-page .section .wrapper .team-list .member .member-img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
  }
}
.about-page .section .wrapper .team-list .member .member-title {
  font-size: 16px;
  line-height: 1.5;
  color: #2d2d2d;
  font-weight: 500;
  margin-top: 16px;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .about-page .section .wrapper .team-list .member .member-title {
    font-size: 20px;
    margin-top: 24px;
    margin-bottom: 4px;
  }
}
@media (min-width: 1281px) {
  .about-page .section .wrapper .team-list .member .member-title {
    font-size: 24px;
  }
}
.about-page .section .wrapper .team-list .member .member-desc {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
}
.about-page .section .wrapper .team-list .member .member-desc strong {
  color: #2d2d2d;
  font-weight: 500;
}
@media (min-width: 768px) {
  .about-page .section .wrapper .team-list .member .member-desc {
    font-size: 16px;
  }
}
@media (min-width: 1281px) {
  .about-page .section .wrapper .team-list .member .member-desc {
    font-size: 18px;
  }
}
.about-page .section .wrapper .team-list .member:hover {
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.12);
  border-color: #fff;
  outline-color: #fff;
  top: -8px;
}
.about-page .section .background-img {
  position: absolute;
  bottom: 0;
  width: 120px;
  height: 120px;
  z-index: 0;
  right: 0;
}
@media (min-width: 768px) {
  .about-page .section .background-img {
    display: none;
  }
}
@media (min-width: 1024px) {
  .about-page .section .background-img {
    width: 320px;
    height: 320px;
    left: 0;
    display: block;
  }
}
@media (min-width: 1281px) {
  .about-page .section .background-img {
    width: 400px;
    height: 400px;
  }
}
.about-page .section .right {
  right: 0;
}
.about-page .section .stay-background-img {
  position: absolute;
  bottom: 0;
}
.about-page .core {
  background-color: #fafafa;
}
.about-page .dark {
  background-color: #141414;
  overflow: hidden;
}

.atp-page .hero-section {
  background: url("../images/solonex/hero-background.png") no-repeat center center;
  background-size: cover;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background-color: #141414;
}
.atp-page .hero-section .hero-wrapper {
  position: relative;
  width: 90vw;
  max-width: 1218px;
  display: flex;
  flex-direction: column;
  padding: 120px 0 80px;
  gap: 24px;
}
@media (min-width: 768px) {
  .atp-page .hero-section .hero-wrapper {
    padding: 120px 0;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .atp-page .hero-section .hero-wrapper {
    flex-direction: row;
    gap: 64px;
    padding: 160px 0;
  }
}
@media (min-width: 1281px) {
  .atp-page .hero-section .hero-wrapper {
    gap: 100px;
  }
}
.atp-page .hero-section .hero-wrapper .hero-title {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
@media (min-width: 768px) {
  .atp-page .hero-section .hero-wrapper .hero-title {
    width: 70%;
  }
}
@media (min-width: 1024px) {
  .atp-page .hero-section .hero-wrapper .hero-title {
    width: 50%;
  }
}
@media (min-width: 1281px) {
  .atp-page .hero-section .hero-wrapper .hero-title {
    gap: 16px;
  }
}
.atp-page .hero-section .hero-wrapper .hero-title .title-button {
  width: fit-content;
  background: linear-gradient(270.75deg, rgba(118, 118, 118, 0.2) 0%, rgba(118, 118, 118, 0.02) 100%);
  box-shadow: 0px 0px 6px rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(4px);
  border-radius: 30px;
  border: 1px solid rgba(135, 135, 135, 0.25);
  padding: 8px 24px;
}
@media (min-width: 768px) {
  .atp-page .hero-section .hero-wrapper .hero-title .title-button {
    padding: 8px 40px;
  }
}
@media (min-width: 1281px) {
  .atp-page .hero-section .hero-wrapper .hero-title .title-button {
    padding: 8px 48px;
  }
}
.atp-page .hero-section .hero-wrapper .hero-title .title-button p {
  font-size: 14px;
  line-height: 1.5;
  background: linear-gradient(226.08deg, #FFFFFF 14.12%, #454545 136.1%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (min-width: 768px) {
  .atp-page .hero-section .hero-wrapper .hero-title .title-button p {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .atp-page .hero-section .hero-wrapper .hero-title .title-button p {
    font-size: 18px;
  }
}
.atp-page .hero-section .hero-wrapper .hero-title .title-text {
  font-size: 48px;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  text-align: left;
  background: linear-gradient(180deg, #FFFFFF 0%, #AAAAAA 91.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (min-width: 1024px) {
  .atp-page .hero-section .hero-wrapper .hero-title .title-text {
    font-size: 56px;
  }
}
@media (min-width: 1281px) {
  .atp-page .hero-section .hero-wrapper .hero-title .title-text {
    font-size: 64px;
  }
}
.atp-page .hero-section .hero-wrapper .hero-details {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  .atp-page .hero-section .hero-wrapper .hero-details {
    align-self: flex-end;
    width: 70%;
  }
}
@media (min-width: 1024px) {
  .atp-page .hero-section .hero-wrapper .hero-details {
    margin-top: 100px;
    width: 50%;
  }
}
@media (min-width: 1281px) {
  .atp-page .hero-section .hero-wrapper .hero-details {
    gap: 40px;
  }
}
.atp-page .hero-section .hero-wrapper .hero-details .details-text {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: #aaaaaa;
  text-align: left;
}
.atp-page .hero-section .hero-wrapper .hero-details .details-text a {
  font-weight: 500;
  color: #d81d3c;
  text-decoration: none;
}
.atp-page .hero-section .hero-wrapper .hero-details .details-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
@media (min-width: 768px) {
  .atp-page .hero-section .hero-wrapper .hero-details .details-buttons {
    align-items: flex-start;
    flex-direction: row;
  }
}
.atp-page .hero-section .hero-wrapper .hero-details .details-buttons .button {
  width: 100%;
  max-width: 294px;
  height: 48px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 48px;
  font-weight: 400;
  background: linear-gradient(266.64deg, #d81d3c 11.69%, #981329 50.17%, #d81d3c 89.74%);
  transition: all 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .atp-page .hero-section .hero-wrapper .hero-details .details-buttons .button {
    width: 200px;
  }
}
.atp-page .hero-section .hero-wrapper .hero-details .details-buttons .button:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #d81d3c !important;
  border: 1px solid #d81d3c !important;
  backdrop-filter: blur(5px);
}
.atp-page .hero-section .hero-wrapper .hero-details .details-buttons .primary {
  background: linear-gradient(266.64deg, #d81d3c 11.69%, #981329 50.17%, #d81d3c 89.74%);
}
.atp-page .hero-section .hero-wrapper .hero-details .details-buttons .secondary {
  background: linear-gradient(229.25deg, #a3a3a3 -12.98%, #454545 96.34%);
}
.atp-page .markets-section {
  position: relative;
  background-color: #ecebef;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .atp-page .markets-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1024px) {
  .atp-page .markets-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (min-width: 1281px) {
  .atp-page .markets-section {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
.atp-page .markets-section .markets-wrapper {
  width: 90vw;
  max-width: 1218px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (min-width: 1024px) {
  .atp-page .markets-section .markets-wrapper {
    gap: 80px;
  }
}
.atp-page .markets-section .markets-wrapper .markets-intro {
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .atp-page .markets-section .markets-wrapper .markets-intro {
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .atp-page .markets-section .markets-wrapper .markets-intro {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 72px;
  }
}
@media (min-width: 1281px) {
  .atp-page .markets-section .markets-wrapper .markets-intro {
    gap: 100px;
  }
}
.atp-page .markets-section .markets-wrapper .markets-intro .markets-title {
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  line-height: 1.5;
  background: linear-gradient(267.94deg, #d81d3c 0%, #a81d34 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 28px;
}
@media (min-width: 768px) {
  .atp-page .markets-section .markets-wrapper .markets-intro .markets-title {
    font-size: 32px;
    max-width: 70%;
  }
}
@media (min-width: 1024px) {
  .atp-page .markets-section .markets-wrapper .markets-intro .markets-title {
    max-width: 100%;
    font-size: 32px;
  }
}
@media (min-width: 1281px) {
  .atp-page .markets-section .markets-wrapper .markets-intro .markets-title {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .atp-page .markets-section .markets-wrapper .markets-intro .markets-details {
    padding-top: 40px;
  }
}
.atp-page .markets-section .markets-wrapper .markets-intro .markets-details .details-text {
  margin-bottom: 48px;
  color: #666;
  font-size: 18px;
  line-height: 27px;
}
.atp-page .markets-section .markets-wrapper .markets-intro .markets-details .details-text strong {
  color: #2d2d2d;
}
@media (min-width: 768px) {
  .atp-page .markets-section .markets-wrapper .markets-intro .markets-details .details-text {
    margin-bottom: 64px;
  }
}
@media (min-width: 1024px) {
  .atp-page .markets-section .markets-wrapper .markets-intro .markets-details .details-text {
    margin-bottom: 80px;
  }
}
.atp-page .markets-section .markets-wrapper .markets-intro .markets-details .video {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 16px;
  overflow: hidden;
  max-width: 492px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .atp-page .markets-section .markets-wrapper .markets-intro .markets-details .video {
    border-radius: 20px;
  }
}
@media (min-width: 1024px) {
  .atp-page .markets-section .markets-wrapper .markets-intro .markets-details .video {
    border-radius: 24px;
  }
}
.atp-page .markets-section .markets-wrapper .markets-intro .markets-details .video iframe {
  width: 100%;
  height: 100%;
}
.atp-page .markets-section .markets-wrapper .markets-list {
  width: 100%;
  gap: 20px;
  display: grid;
  grid-template-columns: 1fr;
  z-index: 2;
}
@media (min-width: 1024px) {
  .atp-page .markets-section .markets-wrapper .markets-list {
    grid-template-columns: 1fr 1fr;
  }
}
.atp-page .markets-section .markets-wrapper .markets-list .item {
  flex-direction: column;
  display: flex;
  background-color: #fafafa;
  border-radius: 16px;
  transition: all 0.5s ease-in-out;
  padding: 20px;
  gap: 6px;
  position: relative;
  top: 0;
}
@media (min-width: 768px) {
  .atp-page .markets-section .markets-wrapper .markets-list .item {
    gap: 12px;
    padding: 32px;
    border-radius: 20px;
  }
}
@media (min-width: 1024px) {
  .atp-page .markets-section .markets-wrapper .markets-list .item {
    padding: 32px;
    border-radius: 24px;
  }
}
@media (min-width: 1281px) {
  .atp-page .markets-section .markets-wrapper .markets-list .item {
    padding: 40px;
  }
}
.atp-page .markets-section .markets-wrapper .markets-list .item .item-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
@media (min-width: 768px) {
  .atp-page .markets-section .markets-wrapper .markets-list .item .item-top {
    gap: 8px;
    align-items: center;
    flex-direction: row;
  }
}
.atp-page .markets-section .markets-wrapper .markets-list .item .item-top .item-img {
  width: 28px;
  height: 28px;
}
.atp-page .markets-section .markets-wrapper .markets-list .item .item-top .item-title {
  font-size: 20px;
  line-height: 1.5;
  color: #2d2d2d;
  font-weight: 500;
}
@media (min-width: 768px) {
  .atp-page .markets-section .markets-wrapper .markets-list .item .item-top .item-title {
    font-size: 24px;
  }
}
.atp-page .markets-section .markets-wrapper .markets-list .item .item-desc {
  font-size: 16px;
  line-height: 1.5;
  color: #666;
}
.atp-page .markets-section .markets-wrapper .markets-list .item .item-desc strong {
  color: #2d2d2d;
  font-weight: 500;
}
@media (min-width: 768px) {
  .atp-page .markets-section .markets-wrapper .markets-list .item .item-desc {
    font-size: 18px;
  }
}
.atp-page .markets-section .markets-wrapper .markets-list .item:hover {
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.12);
  border-color: #fff;
  outline-color: #fff;
  top: -8px;
}
.atp-page .model-section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .atp-page .model-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1024px) {
  .atp-page .model-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (min-width: 1281px) {
  .atp-page .model-section {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
.atp-page .model-section .model-wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 768px) {
  .atp-page .model-section .model-wrapper {
    gap: 64px;
  }
}
@media (min-width: 1024px) {
  .atp-page .model-section .model-wrapper {
    gap: 80px;
  }
}
.atp-page .model-section .model-wrapper .model-title {
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 90vw;
  max-width: 1218px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .atp-page .model-section .model-wrapper .model-title {
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .atp-page .model-section .model-wrapper .model-title {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 72px;
  }
}
@media (min-width: 1281px) {
  .atp-page .model-section .model-wrapper .model-title {
    gap: 100px;
  }
}
.atp-page .model-section .model-wrapper .model-title .title-text {
  line-height: 1.5;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  background: linear-gradient(267.94deg, #d81d3c 0%, #a81d34 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  z-index: 2;
  font-size: 28px;
}
@media (min-width: 768px) {
  .atp-page .model-section .model-wrapper .model-title .title-text {
    font-size: 32px;
    max-width: 70%;
  }
}
@media (min-width: 1024px) {
  .atp-page .model-section .model-wrapper .model-title .title-text {
    max-width: 100%;
    font-size: 32px;
  }
}
@media (min-width: 1281px) {
  .atp-page .model-section .model-wrapper .model-title .title-text {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .atp-page .model-section .model-wrapper .model-title .model-details {
    padding-top: 40px;
  }
}
.atp-page .model-section .model-wrapper .model-title .model-details .details-text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #666;
  text-align: left;
}
@media (min-width: 768px) {
  .atp-page .model-section .model-wrapper .model-title .model-details .details-text {
    font-size: 18px;
  }
}
.atp-page .model-section .model-wrapper .model-list {
  width: 90vw;
  max-width: 1218px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}
@media (min-width: 768px) {
  .atp-page .model-section .model-wrapper .model-list {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
  }
}
@media (min-width: 1024px) {
  .atp-page .model-section .model-wrapper .model-list {
    gap: 84px;
  }
}
@media (min-width: 1281px) {
  .atp-page .model-section .model-wrapper .model-list {
    gap: 100px;
  }
}
.atp-page .model-section .model-wrapper .model-list .item {
  flex-direction: column;
  display: flex;
  gap: 12px;
}
.atp-page .model-section .model-wrapper .model-list .item .item-img {
  width: 56px;
  height: 56px;
}
.atp-page .model-section .model-wrapper .model-list .item .item-title {
  font-size: 24px;
  line-height: 36px;
  color: #2d2d2d;
  font-weight: 500;
}
.atp-page .model-section .model-wrapper .model-list .item .item-desc {
  font-size: 18px;
  line-height: 27px;
  color: #666;
}
.atp-page .model-section .model-wrapper .model-list .item .item-desc strong {
  color: #2d2d2d;
  font-weight: 500;
}
.atp-page .model-section .model-wrapper .model-img {
  width: 90vw;
  max-width: 1218px;
  margin: 0 auto;
  display: none;
}
@media (min-width: 768px) {
  .atp-page .model-section .model-wrapper .model-img {
    display: block;
  }
}
.atp-page .model-section .model-wrapper .model-img-mob {
  width: 100vw;
  aspect-ratio: 375/806;
}
@media (min-width: 768px) {
  .atp-page .model-section .model-wrapper .model-img-mob {
    display: none;
  }
}
.atp-page .model-section .join-wrapper {
  width: 100%;
  background-color: #141414;
  position: relative;
  margin-top: 80px;
}
@media (min-width: 768px) {
  .atp-page .model-section .join-wrapper {
    width: 90vw;
    max-width: 1218px;
    margin: 0 auto;
    border-radius: 48px;
    margin-top: 100px;
  }
}
@media (min-width: 1024px) {
  .atp-page .model-section .join-wrapper {
    margin-top: 120px;
  }
}
@media (min-width: 1281px) {
  .atp-page .model-section .join-wrapper {
    margin-top: 160px;
  }
}
.atp-page .model-section .join-wrapper .last-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.atp-page .model-section .join-wrapper .join-intro {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  padding: 80px 0 0;
  gap: 32px;
}
@media (min-width: 768px) {
  .atp-page .model-section .join-wrapper .join-intro {
    padding: 64px 0 0;
    gap: 0;
  }
}
@media (min-width: 1024px) {
  .atp-page .model-section .join-wrapper .join-intro {
    gap: 80px;
    flex-direction: row;
    height: 451px;
    padding: 0;
  }
}
@media (min-width: 1281px) {
  .atp-page .model-section .join-wrapper .join-intro {
    height: 491px;
  }
}
.atp-page .model-section .join-wrapper .join-intro .join-image {
  width: 100%;
  aspect-ratio: 500/491;
  background: url("../images/atp/lastGlobe-mob.png") no-repeat center center;
  background-size: cover;
  z-index: 2;
}
@media (min-width: 768px) {
  .atp-page .model-section .join-wrapper .join-intro .join-image {
    width: 50%;
    aspect-ratio: 267/180;
    background: url("../images/atp/lastGlobe-tablet.png") no-repeat center center;
    background-size: contain;
    align-self: flex-end;
    border-bottom-right-radius: 48px;
  }
}
@media (min-width: 1024px) {
  .atp-page .model-section .join-wrapper .join-intro .join-image {
    height: 100%;
    aspect-ratio: 282/451;
    background: url("../images/atp/lastGlobe-small-desktop.png") no-repeat center center;
    background-size: cover;
    border-top-left-radius: 48px;
    border-bottom-left-radius: 48px;
  }
}
@media (min-width: 1281px) {
  .atp-page .model-section .join-wrapper .join-intro .join-image {
    height: 100%;
    aspect-ratio: 500/491;
    background: url("../images/atp/lastGlobe.png") no-repeat center center;
    background-size: cover;
  }
}
.atp-page .model-section .join-wrapper .join-intro .join-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  width: 90vw;
  max-width: 1218px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .atp-page .model-section .join-wrapper .join-intro .join-details {
    padding: 0 64px;
  }
}
@media (min-width: 1024px) {
  .atp-page .model-section .join-wrapper .join-intro .join-details {
    padding-right: 80px;
    flex-grow: 1;
    height: 100%;
    width: 100%;
  }
}
.atp-page .model-section .join-wrapper .join-intro .join-details .join-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  background: linear-gradient(180deg, #FFFFFF 0%, #AAAAAA 91.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (min-width: 1281px) {
  .atp-page .model-section .join-wrapper .join-intro .join-details .join-title {
    font-size: 32px;
  }
}
.atp-page .model-section .join-wrapper .join-intro .join-details .join-text {
  margin-top: 12px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.5;
  color: #c3c3c3;
}
@media (min-width: 768px) {
  .atp-page .model-section .join-wrapper .join-intro .join-details .join-text {
    font-size: 18px;
  }
}
.atp-page .model-section .join-wrapper .join-intro .join-details .join-button {
  width: 200px;
  height: 48px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 48px;
  font-weight: 400;
  background: linear-gradient(267.94deg, #d81d3c 0%, #a81d34 100%);
  transition: all 0.5s ease-in-out;
}
.atp-page .model-section .join-wrapper .join-intro .join-details .join-button:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #d81d3c !important;
  border: 1px solid #d81d3c !important;
  backdrop-filter: blur(5px);
}
.atp-page .model-section .square-img {
  position: absolute;
  width: 400px;
  height: 400px;
  top: 40%;
  left: 0;
}

.cbdc-page .hero-section {
  background: url("../images/solonex/hero-background.png") no-repeat center center;
  background-size: cover;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background-color: #141414;
}
.cbdc-page .hero-section .hero-wrapper {
  position: relative;
  width: 90vw;
  max-width: 1218px;
  display: flex;
  flex-direction: column;
  padding: 120px 0;
  gap: 24px;
}
@media (min-width: 768px) {
  .cbdc-page .hero-section .hero-wrapper {
    padding: 120px 0;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .cbdc-page .hero-section .hero-wrapper {
    flex-direction: row;
    gap: 64px;
    padding: 160px 0;
  }
}
@media (min-width: 1281px) {
  .cbdc-page .hero-section .hero-wrapper {
    gap: 100px;
  }
}
.cbdc-page .hero-section .hero-wrapper .hero-title {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
@media (min-width: 768px) {
  .cbdc-page .hero-section .hero-wrapper .hero-title {
    width: 70%;
  }
}
@media (min-width: 1024px) {
  .cbdc-page .hero-section .hero-wrapper .hero-title {
    width: 50%;
  }
}
@media (min-width: 1281px) {
  .cbdc-page .hero-section .hero-wrapper .hero-title {
    gap: 16px;
  }
}
.cbdc-page .hero-section .hero-wrapper .hero-title .title-text {
  font-size: 48px;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  text-align: left;
  background: linear-gradient(180deg, #FFFFFF 0%, #AAAAAA 91.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (min-width: 1024px) {
  .cbdc-page .hero-section .hero-wrapper .hero-title .title-text {
    font-size: 56px;
  }
}
@media (min-width: 1281px) {
  .cbdc-page .hero-section .hero-wrapper .hero-title .title-text {
    font-size: 64px;
  }
}
.cbdc-page .hero-section .hero-wrapper .hero-details {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  .cbdc-page .hero-section .hero-wrapper .hero-details {
    align-self: flex-end;
    width: 70%;
  }
}
@media (min-width: 1024px) {
  .cbdc-page .hero-section .hero-wrapper .hero-details {
    margin-top: 100px;
    width: 50%;
  }
}
@media (min-width: 1281px) {
  .cbdc-page .hero-section .hero-wrapper .hero-details {
    gap: 40px;
  }
}
.cbdc-page .hero-section .hero-wrapper .hero-details .details-text {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #aaaaaa;
  text-align: left;
}
.cbdc-page .hero-section .hero-wrapper .hero-details .details-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
@media (min-width: 768px) {
  .cbdc-page .hero-section .hero-wrapper .hero-details .details-buttons {
    align-items: flex-start;
    flex-direction: row;
  }
}
.cbdc-page .hero-section .hero-wrapper .hero-details .details-buttons .button {
  width: 100%;
  max-width: 294px;
  height: 48px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 48px;
  font-weight: 400;
  background: linear-gradient(266.64deg, #d81d3c 11.69%, #981329 50.17%, #d81d3c 89.74%);
  transition: all 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .cbdc-page .hero-section .hero-wrapper .hero-details .details-buttons .button {
    width: 200px;
  }
}
.cbdc-page .hero-section .hero-wrapper .hero-details .details-buttons .button:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #d81d3c !important;
  border: 1px solid #d81d3c !important;
  backdrop-filter: blur(5px);
}
.cbdc-page .hero-section .hero-wrapper .hero-details .details-buttons .primary {
  background: linear-gradient(266.64deg, #d81d3c 11.69%, #981329 50.17%, #d81d3c 89.74%);
}
.cbdc-page .hero-section .hero-wrapper .hero-details .details-buttons .secondary {
  background: linear-gradient(229.25deg, #a3a3a3 -12.98%, #454545 96.34%);
}
.cbdc-page .solution-section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .cbdc-page .solution-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1024px) {
  .cbdc-page .solution-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (min-width: 1281px) {
  .cbdc-page .solution-section {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
.cbdc-page .solution-section .solution-wrapper {
  width: 90vw;
  max-width: 1218px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .cbdc-page .solution-section .solution-wrapper {
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .cbdc-page .solution-section .solution-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 72px;
  }
}
@media (min-width: 1281px) {
  .cbdc-page .solution-section .solution-wrapper {
    gap: 100px;
  }
}
.cbdc-page .solution-section .solution-wrapper .solution-title {
  line-height: 1.5;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  background: linear-gradient(267.94deg, #d81d3c 0%, #a81d34 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  z-index: 2;
  font-size: 28px;
}
@media (min-width: 768px) {
  .cbdc-page .solution-section .solution-wrapper .solution-title {
    font-size: 32px;
    max-width: 70%;
  }
}
@media (min-width: 1024px) {
  .cbdc-page .solution-section .solution-wrapper .solution-title {
    max-width: 100%;
    font-size: 32px;
  }
}
@media (min-width: 1281px) {
  .cbdc-page .solution-section .solution-wrapper .solution-title {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .cbdc-page .solution-section .solution-wrapper .solution-details {
    padding-top: 40px;
  }
}
.cbdc-page .solution-section .solution-wrapper .solution-details .details-text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #666;
  text-align: left;
}
@media (min-width: 768px) {
  .cbdc-page .solution-section .solution-wrapper .solution-details .details-text {
    font-size: 18px;
  }
}
.cbdc-page .solution-section .background-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  height: 120px;
}
@media (min-width: 768px) {
  .cbdc-page .solution-section .background-img {
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 1024px) {
  .cbdc-page .solution-section .background-img {
    width: 160px;
    height: 160px;
  }
}
.cbdc-page .features-section {
  position: relative;
  background-color: #ecebef;
  padding-top: 80px;
}
@media (min-width: 768px) {
  .cbdc-page .features-section {
    padding-top: 100px;
  }
}
@media (min-width: 1024px) {
  .cbdc-page .features-section {
    padding-top: 120px;
    padding-bottom: 315px;
  }
}
@media (min-width: 1281px) {
  .cbdc-page .features-section {
    padding-top: 160px;
    padding-bottom: 615px;
  }
}
.cbdc-page .features-section .features-wrapper {
  width: 90vw;
  max-width: 1218px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.cbdc-page .features-section .features-wrapper .features-title {
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  font-size: 40px;
  line-height: 1.5;
  background: linear-gradient(267.94deg, #d81d3c 0%, #a81d34 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 28px;
}
@media (min-width: 768px) {
  .cbdc-page .features-section .features-wrapper .features-title {
    font-size: 32px;
    max-width: 70%;
  }
}
@media (min-width: 1024px) {
  .cbdc-page .features-section .features-wrapper .features-title {
    max-width: 100%;
    font-size: 32px;
  }
}
@media (min-width: 1281px) {
  .cbdc-page .features-section .features-wrapper .features-title {
    font-size: 40px;
  }
}
.cbdc-page .features-section .features-wrapper .features-list {
  width: 100%;
  gap: 20px;
  display: grid;
  grid-template-columns: 1fr;
  z-index: 2;
}
@media (min-width: 1024px) {
  .cbdc-page .features-section .features-wrapper .features-list {
    grid-template-columns: 1fr 1fr;
  }
}
.cbdc-page .features-section .features-wrapper .features-list .item {
  flex-direction: column;
  display: flex;
  background-color: #fafafa;
  border-radius: 16px;
  transition: all 0.5s ease-in-out;
  padding: 20px;
  gap: 6px;
  position: relative;
  top: 0;
}
@media (min-width: 768px) {
  .cbdc-page .features-section .features-wrapper .features-list .item {
    gap: 12px;
    padding: 32px;
    border-radius: 20px;
  }
}
@media (min-width: 1024px) {
  .cbdc-page .features-section .features-wrapper .features-list .item {
    padding: 32px;
    border-radius: 24px;
  }
}
@media (min-width: 1281px) {
  .cbdc-page .features-section .features-wrapper .features-list .item {
    padding: 40px;
  }
}
.cbdc-page .features-section .features-wrapper .features-list .item .item-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
@media (min-width: 768px) {
  .cbdc-page .features-section .features-wrapper .features-list .item .item-top {
    gap: 8px;
    align-items: center;
    flex-direction: row;
  }
}
.cbdc-page .features-section .features-wrapper .features-list .item .item-top .item-img {
  width: 28px;
  height: 28px;
}
.cbdc-page .features-section .features-wrapper .features-list .item .item-top .item-title {
  font-size: 20px;
  line-height: 1.5;
  color: #2d2d2d;
  font-weight: 500;
}
@media (min-width: 768px) {
  .cbdc-page .features-section .features-wrapper .features-list .item .item-top .item-title {
    font-size: 24px;
  }
}
.cbdc-page .features-section .features-wrapper .features-list .item .item-desc {
  font-size: 16px;
  line-height: 1.5;
  color: #666;
}
@media (min-width: 768px) {
  .cbdc-page .features-section .features-wrapper .features-list .item .item-desc {
    font-size: 18px;
  }
}
.cbdc-page .features-section .features-wrapper .features-list .item:hover {
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.12);
  border-color: #fff;
  outline-color: #fff;
  top: -8px;
}
.cbdc-page .features-section video {
  width: 100vw;
  aspect-ratio: 375/208;
  margin: 48px 0 10px;
}
@media (min-width: 768px) {
  .cbdc-page .features-section video {
    margin: 0;
    aspect-ratio: 768/425;
  }
}
@media (min-width: 1024px) {
  .cbdc-page .features-section video {
    position: absolute;
    bottom: 0;
    right: 0;
    aspect-ratio: 1440/798;
    max-width: 1218px;
  }
}
.cbdc-page .conclusion-section {
  width: 100vw;
  display: flex;
  height: 787px;
  position: relative;
}
@media (min-width: 768px) {
  .cbdc-page .conclusion-section {
    height: 415px;
  }
}
@media (min-width: 1024px) {
  .cbdc-page .conclusion-section {
    height: 453px;
  }
}
@media (min-width: 1281px) {
  .cbdc-page .conclusion-section {
    height: 494px;
  }
}
.cbdc-page .conclusion-section .conclusion-img {
  background: url("../images/cbdc/lastGraphic-mob.png") no-repeat center center;
  background-size: cover;
  z-index: 2;
  position: absolute;
  width: 100%;
  aspect-ratio: 375/415;
  bottom: 0;
  right: 0;
}
@media (min-width: 768px) {
  .cbdc-page .conclusion-section .conclusion-img {
    background: url("../images/cbdc/lastGraphic-tabet.png") no-repeat center center;
    background-size: cover;
    aspect-ratio: 348/415;
    width: 50%;
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .cbdc-page .conclusion-section .conclusion-img {
    background: url("../images/cbdc/lastGraphic-sm-desktop.png") no-repeat center center;
    background-size: cover;
    aspect-ratio: 380/453;
    height: 100%;
    width: 35%;
    left: 0;
  }
}
@media (min-width: 1281px) {
  .cbdc-page .conclusion-section .conclusion-img {
    background: url("../images/cbdc/lastGraphic.png") no-repeat center center;
    aspect-ratio: 494/489;
    background-size: cover;
    height: 100%;
    width: 30%;
  }
}
.cbdc-page .conclusion-section .conclusion-details {
  display: flex;
  flex-direction: column;
  gap: 40px;
  z-index: 2;
  padding: 80px 0 0;
  width: 90vw;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .cbdc-page .conclusion-section .conclusion-details {
    padding-top: 0;
    padding-right: 150px;
    justify-content: center;
    align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .cbdc-page .conclusion-section .conclusion-details {
    padding-right: 80px;
    padding-left: 64px;
    width: 65%;
    margin-left: auto;
    margin-right: 0;
  }
}
@media (min-width: 1281px) {
  .cbdc-page .conclusion-section .conclusion-details {
    width: 70%;
    padding-right: 110px;
    padding-left: 120px;
  }
}
.cbdc-page .conclusion-section .conclusion-details .details-text {
  font-size: 18px;
  line-height: 27px;
  color: #666;
}
.cbdc-page .conclusion-section .conclusion-details .details-button {
  width: 200px;
  height: 48px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 48px;
  font-weight: 400;
  background: linear-gradient(266.64deg, #d81d3c 11.69%, #981329 50.17%, #d81d3c 89.74%);
  transition: all 0.5s ease-in-out;
}
.cbdc-page .conclusion-section .conclusion-details .details-button:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #d81d3c !important;
  border: 1px solid #d81d3c !important;
  backdrop-filter: blur(5px);
}

.contact-page .hero-section {
  background: url("../images/solonex/hero-background.png") no-repeat center center;
  background-size: cover;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background-color: #141414;
}
.contact-page .hero-section .hero-wrapper {
  position: relative;
  width: 90vw;
  max-width: 1218px;
  display: grid;
  padding: 120px 0;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .contact-page .hero-section .hero-wrapper {
    padding: 120px 0;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .contact-page .hero-section .hero-wrapper {
    padding: 160px 0;
    grid-template-columns: 1fr 1.25fr;
    gap: 64px;
  }
}
@media (min-width: 1281px) {
  .contact-page .hero-section .hero-wrapper {
    gap: 100px;
  }
}
.contact-page .hero-section .hero-wrapper .hero-title {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.contact-page .hero-section .hero-wrapper .hero-title .title-text {
  font-size: 48px;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  text-align: left;
  background: linear-gradient(180deg, #FFFFFF 0%, #AAAAAA 91.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (min-width: 1024px) {
  .contact-page .hero-section .hero-wrapper .hero-title .title-text {
    font-size: 56px;
  }
}
@media (min-width: 1281px) {
  .contact-page .hero-section .hero-wrapper .hero-title .title-text {
    font-size: 64px;
  }
}
.contact-page .hero-section .hero-wrapper .hero-details {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-self: flex-end;
}
.contact-page .hero-section .hero-wrapper .hero-details .details-text {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #aaaaaa;
  text-align: left;
}
.contact-page .hero-section .hero-wrapper .hero-details .details-text strong {
  color: #fff;
}
@media (min-width: 768px) {
  .contact-page .hero-section .hero-wrapper .hero-details .details-text {
    padding-left: 30%;
  }
}
@media (min-width: 1024px) {
  .contact-page .hero-section .hero-wrapper .hero-details .details-text {
    padding-left: 0;
  }
}
.contact-page .contact-section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .contact-page .contact-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1024px) {
  .contact-page .contact-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (min-width: 1281px) {
  .contact-page .contact-section {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
.contact-page .contact-section .contact-wrapper {
  width: 90vw;
  max-width: 1218px;
  margin: 0 auto;
  display: grid;
  position: relative;
  grid-template-columns: 1fr;
  gap: 48px;
}
@media (min-width: 768px) {
  .contact-page .contact-section .contact-wrapper {
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .contact-page .contact-section .contact-wrapper {
    gap: 32px;
  }
}
@media (min-width: 1281px) {
  .contact-page .contact-section .contact-wrapper {
    gap: 40px;
  }
}
.contact-page .contact-section .contact-wrapper .contact-title {
  line-height: 1.5;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  background: linear-gradient(267.94deg, #d81d3c 0%, #a81d34 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  z-index: 2;
  font-size: 28px;
}
@media (min-width: 768px) {
  .contact-page .contact-section .contact-wrapper .contact-title {
    font-size: 32px;
    max-width: 70%;
  }
}
@media (min-width: 1024px) {
  .contact-page .contact-section .contact-wrapper .contact-title {
    max-width: 100%;
    font-size: 32px;
  }
}
@media (min-width: 1281px) {
  .contact-page .contact-section .contact-wrapper .contact-title {
    font-size: 40px;
  }
}
.contact-page .contact-section .contact-wrapper .contact-details {
  width: 100%;
  gap: 20px;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .contact-page .contact-section .contact-wrapper .contact-details {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.contact-page .contact-section .contact-wrapper .contact-details .item {
  flex-direction: column;
  display: flex;
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  border: 1px solid rgba(238, 238, 238, 0.75);
  outline: 4px solid rgba(238, 238, 238, 0.25);
  top: 0;
  position: relative;
  cursor: pointer;
  padding: 20px;
  gap: 6px;
  z-index: 1;
}
@media (min-width: 768px) {
  .contact-page .contact-section .contact-wrapper .contact-details .item {
    gap: 12px;
    padding: 32px;
    border-radius: 20px;
  }
}
@media (min-width: 1024px) {
  .contact-page .contact-section .contact-wrapper .contact-details .item {
    padding: 32px;
    border-radius: 24px;
  }
}
@media (min-width: 1281px) {
  .contact-page .contact-section .contact-wrapper .contact-details .item {
    padding: 40px;
  }
}
.contact-page .contact-section .contact-wrapper .contact-details .item .item-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
@media (min-width: 768px) {
  .contact-page .contact-section .contact-wrapper .contact-details .item .item-top {
    gap: 8px;
    align-items: center;
    flex-direction: row;
  }
}
.contact-page .contact-section .contact-wrapper .contact-details .item .item-top .item-img {
  width: 28px;
  height: 28px;
}
.contact-page .contact-section .contact-wrapper .contact-details .item .item-top .item-title {
  font-size: 20px;
  line-height: 1.5;
  color: #2d2d2d;
  font-weight: 500;
}
@media (min-width: 768px) {
  .contact-page .contact-section .contact-wrapper .contact-details .item .item-top .item-title {
    font-size: 24px;
  }
}
.contact-page .contact-section .contact-wrapper .contact-details .item .item-desc {
  font-size: 16px;
  line-height: 1.5;
  color: #666;
}
.contact-page .contact-section .contact-wrapper .contact-details .item .item-desc strong {
  color: #2d2d2d;
  font-weight: 500;
}
@media (min-width: 768px) {
  .contact-page .contact-section .contact-wrapper .contact-details .item .item-desc {
    font-size: 18px;
  }
}
.contact-page .contact-section .contact-wrapper .contact-details .item .item-link {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #2d2d2d;
  display: flex;
  gap: 6px;
}
@media (min-width: 768px) {
  .contact-page .contact-section .contact-wrapper .contact-details .item .item-link {
    font-size: 14px;
  }
}
.contact-page .contact-section .contact-wrapper .contact-details .item .item-link .link-arrow {
  width: 16px;
  height: 16px;
  margin-top: 5px;
}
.contact-page .contact-section .contact-wrapper .contact-details .item:hover {
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.12);
  border-color: #fff;
  outline-color: #fff;
  top: -8px;
}
.contact-page .contact-section .contact-wrapper .contact-details .item:hover .item-link {
  color: #de0f3e;
}
.contact-page .contact-section .background-contact-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 160px;
  height: 160px;
  z-index: 0;
}
.contact-page .form-section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .contact-page .form-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1024px) {
  .contact-page .form-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (min-width: 1281px) {
  .contact-page .form-section {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
.contact-page .form-section .form-wrapper {
  width: 90vw;
  max-width: 1218px;
  display: flex;
  gap: 24px;
  margin: 0 auto;
  flex-direction: column;
}
@media (min-width: 768px) {
  .contact-page .form-section .form-wrapper {
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .contact-page .form-section .form-wrapper {
    gap: 72px;
    justify-content: space-between;
    flex-direction: row;
  }
}
@media (min-width: 1281px) {
  .contact-page .form-section .form-wrapper {
    gap: 100px;
  }
}
.contact-page .form-section .form-wrapper .form-text {
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
  color: #2d2d2d;
}
@media (min-width: 768px) {
  .contact-page .form-section .form-wrapper .form-text {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .contact-page .form-section .form-wrapper .form-text {
    width: 40%;
  }
}
@media (min-width: 1281px) {
  .contact-page .form-section .form-wrapper .form-text {
    font-size: 24px;
  }
}
.contact-page .form-section .form-wrapper .form {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
  min-height: 800px;
}
@media (min-width: 1024px) {
  .contact-page .form-section .form-wrapper .form {
    width: 60%;
  }
}
.contact-page .form-section .form-wrapper .form .pipedriveWebForms {
  width: 100%;
}
@media (min-width: 768px) {
  .contact-page .form-section .form-wrapper .form .pipedriveWebForms {
    margin-left: auto;
    width: 520px;
  }
}
@media (min-width: 768px) {
  .contact-page .form-section .form-wrapper .form .pipedriveWebForms iframe {
    width: 520px;
  }
}
.contact-page .form-section .background-img {
  position: absolute;
  bottom: 0;
  width: 120px;
  height: 120px;
  z-index: 0;
  left: 0;
}
@media (min-width: 768px) {
  .contact-page .form-section .background-img {
    display: none;
  }
}
@media (min-width: 1024px) {
  .contact-page .form-section .background-img {
    width: 320px;
    height: 320px;
    left: 0;
    display: block;
  }
}
@media (min-width: 1281px) {
  .contact-page .form-section .background-img {
    width: 400px;
    height: 400px;
  }
}

.home-page .hero-section {
  background: url("../images/home/hero.png") no-repeat center center;
  background-color: #141414;
  background-size: cover;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 80px;
  position: relative;
}
@media (min-width: 768px) {
  .home-page .hero-section {
    min-height: 60vh;
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
@media (min-width: 1024px) {
  .home-page .hero-section {
    min-height: 50vh;
  }
}
@media (min-width: 1281px) {
  .home-page .hero-section {
    padding-top: 240px;
    padding-bottom: 310px;
    min-height: 100vh;
  }
}
.home-page .hero-section .hero-details {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1281px) {
  .home-page .hero-section .hero-details {
    margin-top: -5%;
  }
}
.home-page .hero-section .hero-details .title-button {
  width: fit-content;
  background: linear-gradient(270.75deg, rgba(118, 118, 118, 0.2) 0%, rgba(118, 118, 118, 0.02) 100%);
  box-shadow: 0px 0px 6px rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(4px);
  border-radius: 30px;
  border: 1px solid rgba(135, 135, 135, 0.25);
  margin-bottom: 12px;
  padding: 8px 24px;
}
@media (min-width: 768px) {
  .home-page .hero-section .hero-details .title-button {
    padding: 8px 40px;
  }
}
@media (min-width: 1024px) {
  .home-page .hero-section .hero-details .title-button {
    margin-bottom: 12px;
  }
}
@media (min-width: 1281px) {
  .home-page .hero-section .hero-details .title-button {
    padding: 8px 48px;
    margin-bottom: 16px;
  }
}
.home-page .hero-section .hero-details .title-button p {
  font-size: 14px;
  line-height: 1.5;
  background: linear-gradient(226.08deg, #ffffff 14.12%, #454545 136.1%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (min-width: 768px) {
  .home-page .hero-section .hero-details .title-button p {
    font-size: 18px;
  }
}
.home-page .hero-section .hero-details .hero-title {
  font-size: 56px;
  line-height: 1.3;
  font-weight: 500;
  width: 90vw;
  max-width: 1218px;
  font-family: "Outfit", sans-serif;
  background: linear-gradient(180deg, #ffffff 0%, #aaaaaa 91.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (min-width: 768px) {
  .home-page .hero-section .hero-details .hero-title {
    font-size: 64px;
  }
}
@media (min-width: 1024px) {
  .home-page .hero-section .hero-details .hero-title {
    font-size: 72px;
  }
}
@media (min-width: 1281px) {
  .home-page .hero-section .hero-details .hero-title {
    font-size: 80px;
  }
}
.home-page .hero-section .hero-details .hero-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
  width: 100%;
}
@media (min-width: 768px) {
  .home-page .hero-section .hero-details .hero-buttons {
    gap: 12px;
    flex-direction: row;
    margin-top: 40px;
  }
}
@media (min-width: 1024px) {
  .home-page .hero-section .hero-details .hero-buttons {
    margin-top: 30px;
  }
}
@media (min-width: 1281px) {
  .home-page .hero-section .hero-details .hero-buttons {
    margin-top: 40px;
  }
}
.home-page .hero-section .hero-details .hero-buttons .button {
  width: 100%;
  max-width: 294px;
  height: 48px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 48px;
  font-weight: 400;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .home-page .hero-section .hero-details .hero-buttons .button {
    width: 240px;
  }
}
.home-page .hero-section .hero-details .hero-buttons .button:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid #d81d3c !important;
  color: #d81d3c !important;
  backdrop-filter: blur(5px);
}
.home-page .hero-section .hero-details .hero-buttons .primary {
  background: linear-gradient(266.64deg, #d81d3c 11.69%, #981329 50.17%, #d81d3c 89.74%);
}
.home-page .hero-section .hero-details .hero-buttons .secondary {
  background: linear-gradient(229.25deg, #a3a3a3 -12.98%, #454545 96.34%);
}
.home-page .hero-section .hero-gradient {
  width: 100%;
  height: 64px;
  background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0%, #141414 100%);
  position: absolute;
  bottom: 0px;
}
@media (min-width: 1024px) {
  .home-page .hero-section .hero-gradient {
    bottom: 0;
    height: 85px;
  }
}
@media (min-width: 1281px) {
  .home-page .hero-section .hero-gradient {
    height: 120px;
  }
}
.home-page .hero-bottom {
  width: 100vw;
  height: 162px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #141414;
  margin-top: -2px;
}
@media (min-width: 768px) {
  .home-page .hero-bottom {
    height: 132px;
  }
}
@media (min-width: 1024px) {
  .home-page .hero-bottom {
    height: 160px;
  }
}
@media (min-width: 1281px) {
  .home-page .hero-bottom {
    height: 240px;
  }
}
.home-page .hero-bottom .bottom-details {
  width: 90vw;
  max-width: 768px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media (min-width: 768px) {
  .home-page .hero-bottom .bottom-details {
    gap: 0;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
}
.home-page .hero-bottom .bottom-details .bottom-text {
  font-size: 18px;
  color: #878787;
}
.home-page .hero-bottom .bottom-details .bottom-images {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .home-page .hero-bottom .bottom-details .bottom-images {
    align-items: center;
  }
}
.home-page .hero-bottom .bottom-details .bottom-images .bottom-img {
  width: 156px;
  height: 52px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .home-page .hero-bottom .bottom-details .bottom-images .bottom-img {
    width: 156px;
    height: 52px;
  }
}
@media (min-width: 1024px) {
  .home-page .hero-bottom .bottom-details .bottom-images .bottom-img {
    width: 240px;
    height: 80px;
  }
}
.home-page .hero-bottom .bottom-details .bottom-images .bottom-img:hover {
  filter: brightness(0) invert(1);
}
.home-page .potential-section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .home-page .potential-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1024px) {
  .home-page .potential-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (min-width: 1281px) {
  .home-page .potential-section {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
.home-page .potential-section .potential-wrapper {
  width: 90vw;
  max-width: 1218px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .home-page .potential-section .potential-wrapper {
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .home-page .potential-section .potential-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 72px;
  }
}
@media (min-width: 1281px) {
  .home-page .potential-section .potential-wrapper {
    gap: 100px;
  }
}
.home-page .potential-section .potential-wrapper .potential-title {
  line-height: 1.5;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  background: linear-gradient(267.94deg, #d81d3c 0%, #a81d34 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 28px;
}
@media (min-width: 768px) {
  .home-page .potential-section .potential-wrapper .potential-title {
    font-size: 32px;
    max-width: 70%;
  }
}
@media (min-width: 1024px) {
  .home-page .potential-section .potential-wrapper .potential-title {
    max-width: 100%;
    font-size: 32px;
  }
}
@media (min-width: 1281px) {
  .home-page .potential-section .potential-wrapper .potential-title {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .home-page .potential-section .potential-wrapper .potential-details {
    padding-top: 40px;
  }
}
.home-page .potential-section .potential-wrapper .potential-details .details-text {
  color: #666;
  font-size: 16px;
  line-height: 1.5;
}
.home-page .potential-section .potential-wrapper .potential-details .details-text strong {
  color: #2d2d2d;
}
@media (min-width: 768px) {
  .home-page .potential-section .potential-wrapper .potential-details .details-text {
    font-size: 18px;
  }
}
.home-page .potential-section .potential-wrapper .potential-details .potential-list {
  margin-top: 48px;
  display: flex;
  gap: 48px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .home-page .potential-section .potential-wrapper .potential-details .potential-list {
    flex-direction: row;
    margin-top: 64px;
  }
}
@media (min-width: 1024px) {
  .home-page .potential-section .potential-wrapper .potential-details .potential-list {
    margin-top: 80px;
  }
}
.home-page .potential-section .potential-wrapper .potential-details .potential-list .list {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
}
@media (min-width: 768px) {
  .home-page .potential-section .potential-wrapper .potential-details .potential-list .list {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .home-page .potential-section .potential-wrapper .potential-details .potential-list .list {
    gap: 64px;
  }
}
@media (min-width: 1281px) {
  .home-page .potential-section .potential-wrapper .potential-details .potential-list .list {
    gap: 80px;
  }
}
.home-page .potential-section .potential-wrapper .potential-details .potential-list .list .item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.home-page .potential-section .potential-wrapper .potential-details .potential-list .list .item .item-title {
  color: #666;
  font-size: 18px;
  line-height: 27px;
}
.home-page .potential-section .potential-wrapper .potential-details .potential-list .list .item .item-title strong {
  color: #2d2d2d;
}
.home-page .potential-section .potential-wrapper .potential-details .potential-list .list .item .item-img {
  width: 48px;
  height: 48px;
}
@media (min-width: 1024px) {
  .home-page .potential-section .potential-wrapper .potential-details .potential-list .list .item .item-img {
    width: 48px;
    height: 48px;
  }
}
@media (min-width: 1281px) {
  .home-page .potential-section .potential-wrapper .potential-details .potential-list .list .item .item-img {
    width: 56px;
    height: 56px;
  }
}
.home-page .potential-section .potential-wrapper .potential-details .potential-list .second-list {
  margin-top: 0px;
}
@media (min-width: 768px) {
  .home-page .potential-section .potential-wrapper .potential-details .potential-list .second-list {
    margin-top: 64px;
  }
}
@media (min-width: 1024px) {
  .home-page .potential-section .potential-wrapper .potential-details .potential-list .second-list {
    margin-top: 80px;
  }
}
.home-page .potential-section .background-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 320px;
  height: 320px;
  display: none;
}
@media (min-width: 1024px) {
  .home-page .potential-section .background-img {
    display: block;
    width: 320px;
    height: 320px;
  }
}
@media (min-width: 1281px) {
  .home-page .potential-section .background-img {
    width: 400px;
    height: 400px;
  }
}
.home-page .cbdc-section {
  position: relative;
  background-color: #ecebef;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .home-page .cbdc-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1024px) {
  .home-page .cbdc-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (min-width: 1281px) {
  .home-page .cbdc-section {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
.home-page .cbdc-section .cbdc-wrapper {
  width: 90vw;
  max-width: 1218px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 768px) {
  .home-page .cbdc-section .cbdc-wrapper {
    gap: 64px;
  }
}
@media (min-width: 1024px) {
  .home-page .cbdc-section .cbdc-wrapper {
    gap: 100px;
  }
}
.home-page .cbdc-section .cbdc-wrapper .cbdc-intro {
  display: flex;
  flex-direction: column;
  z-index: 2;
  margin-top: 130px;
  gap: 24px;
}
@media (min-width: 768px) {
  .home-page .cbdc-section .cbdc-wrapper .cbdc-intro {
    gap: 32px;
    margin-top: 180px;
  }
}
@media (min-width: 1024px) {
  .home-page .cbdc-section .cbdc-wrapper .cbdc-intro {
    margin-top: 0;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 72px;
  }
}
@media (min-width: 1281px) {
  .home-page .cbdc-section .cbdc-wrapper .cbdc-intro {
    gap: 80px;
  }
}
.home-page .cbdc-section .cbdc-wrapper .cbdc-intro .cbdc-title {
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  line-height: 1.5;
  background: linear-gradient(267.94deg, #d81d3c 0%, #a81d34 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 28px;
}
@media (min-width: 768px) {
  .home-page .cbdc-section .cbdc-wrapper .cbdc-intro .cbdc-title {
    font-size: 32px;
    max-width: 70%;
  }
}
@media (min-width: 1024px) {
  .home-page .cbdc-section .cbdc-wrapper .cbdc-intro .cbdc-title {
    max-width: 100%;
    font-size: 32px;
  }
}
@media (min-width: 1281px) {
  .home-page .cbdc-section .cbdc-wrapper .cbdc-intro .cbdc-title {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .home-page .cbdc-section .cbdc-wrapper .cbdc-intro .cbdc-details {
    padding-top: 200px;
  }
}
.home-page .cbdc-section .cbdc-wrapper .cbdc-intro .cbdc-details .details-text {
  color: #666;
  font-size: 16px;
  line-height: 1.5;
}
.home-page .cbdc-section .cbdc-wrapper .cbdc-intro .cbdc-details .details-text strong {
  color: #2d2d2d;
}
@media (min-width: 768px) {
  .home-page .cbdc-section .cbdc-wrapper .cbdc-intro .cbdc-details .details-text {
    font-size: 18px;
  }
}
.home-page .cbdc-section .cbdc-wrapper .cbdc-list {
  width: 100%;
  gap: 16px;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .home-page .cbdc-section .cbdc-wrapper .cbdc-list {
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  .home-page .cbdc-section .cbdc-wrapper .cbdc-list {
    grid-template-columns: 1fr 1fr;
  }
}
.home-page .cbdc-section .cbdc-wrapper .cbdc-list .item {
  flex-direction: column;
  display: flex;
  background-color: #fafafa;
  border-radius: 16px;
  padding: 20px;
  transition: all 0.5s ease-in-out;
  gap: 6px;
  top: 0;
  position: relative;
}
@media (min-width: 768px) {
  .home-page .cbdc-section .cbdc-wrapper .cbdc-list .item {
    gap: 12px;
    padding: 32px;
    border-radius: 20px;
  }
}
@media (min-width: 1024px) {
  .home-page .cbdc-section .cbdc-wrapper .cbdc-list .item {
    padding: 32px;
    border-radius: 24px;
  }
}
@media (min-width: 1281px) {
  .home-page .cbdc-section .cbdc-wrapper .cbdc-list .item {
    padding: 40px;
  }
}
.home-page .cbdc-section .cbdc-wrapper .cbdc-list .item .item-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
@media (min-width: 768px) {
  .home-page .cbdc-section .cbdc-wrapper .cbdc-list .item .item-top {
    gap: 8px;
    align-items: center;
    flex-direction: row;
  }
}
.home-page .cbdc-section .cbdc-wrapper .cbdc-list .item .item-top .item-img {
  width: 28px;
  height: 28px;
}
.home-page .cbdc-section .cbdc-wrapper .cbdc-list .item .item-top .item-title {
  font-size: 20px;
  line-height: 1.5;
  color: #2d2d2d;
  font-weight: 500;
}
@media (min-width: 768px) {
  .home-page .cbdc-section .cbdc-wrapper .cbdc-list .item .item-top .item-title {
    font-size: 24px;
  }
}
.home-page .cbdc-section .cbdc-wrapper .cbdc-list .item .item-top .item-more {
  font-size: 20px;
  line-height: 1.5;
  color: #ed0d32;
  font-weight: 500;
}
@media (min-width: 768px) {
  .home-page .cbdc-section .cbdc-wrapper .cbdc-list .item .item-top .item-more {
    font-size: 24px;
  }
}
.home-page .cbdc-section .cbdc-wrapper .cbdc-list .item .item-desc {
  font-size: 16px;
  line-height: 1.5;
  color: #666;
}
@media (min-width: 768px) {
  .home-page .cbdc-section .cbdc-wrapper .cbdc-list .item .item-desc {
    font-size: 18px;
  }
}
.home-page .cbdc-section .cbdc-wrapper .cbdc-list .item:hover {
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.12);
  top: -8px;
}
.home-page .cbdc-section .cbdc-wrapper .cbdc-list .more {
  background-color: transparent !important;
  border: 1.5px solid #dddddd;
  z-index: 2;
  cursor: pointer;
  text-decoration: none;
}
.home-page .cbdc-section .cbdc-wrapper .cbdc-list .more .item-top {
  display: flex;
  flex-direction: row;
}
.home-page .cbdc-section .cbdc-wrapper .cbdc-list .more:hover {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.home-page .cbdc-section video {
  width: 110vw;
  align-self: flex-end;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .home-page .cbdc-section video {
    width: 70vw;
  }
}
@media (min-width: 1281px) {
  .home-page .cbdc-section video {
    width: 50vw;
  }
}
.home-page .power-section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .home-page .power-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1024px) {
  .home-page .power-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (min-width: 1281px) {
  .home-page .power-section {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
.home-page .power-section .power-wrapper {
  width: 90vw;
  max-width: 1218px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.home-page .power-section .power-wrapper .power-intro {
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 768px) {
  .home-page .power-section .power-wrapper .power-intro {
    gap: 64px;
  }
}
@media (min-width: 1024px) {
  .home-page .power-section .power-wrapper .power-intro {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 72px;
  }
}
@media (min-width: 1281px) {
  .home-page .power-section .power-wrapper .power-intro {
    gap: 100px;
  }
}
.home-page .power-section .power-wrapper .power-intro .power-top .power-title {
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  font-size: 28px;
  line-height: 1.5;
  background: linear-gradient(267.94deg, #d81d3c 0%, #a81d34 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (min-width: 768px) {
  .home-page .power-section .power-wrapper .power-intro .power-top .power-title {
    max-width: 70%;
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .home-page .power-section .power-wrapper .power-intro .power-top .power-title {
    max-width: 100%;
    font-size: 32px;
  }
}
@media (min-width: 1281px) {
  .home-page .power-section .power-wrapper .power-intro .power-top .power-title {
    font-size: 40px;
  }
}
.home-page .power-section .power-wrapper .power-intro .power-top .power-desc {
  margin-top: 12px;
  color: #aaaaaa;
  font-style: italic;
  font-size: 12px;
  line-height: 18px;
}
@media (min-width: 768px) {
  .home-page .power-section .power-wrapper .power-intro .power-top .power-desc {
    margin-top: 16px;
  }
}
.home-page .power-section .power-wrapper .power-intro .power-details {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}
@media (min-width: 768px) {
  .home-page .power-section .power-wrapper .power-intro .power-details {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
  }
}
@media (min-width: 1024px) {
  .home-page .power-section .power-wrapper .power-intro .power-details {
    gap: 80px;
    padding-top: 40px;
  }
}
.home-page .power-section .power-wrapper .power-intro .power-details .power-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 768px) {
  .home-page .power-section .power-wrapper .power-intro .power-details .power-list {
    gap: 64px;
  }
}
@media (min-width: 1281px) {
  .home-page .power-section .power-wrapper .power-intro .power-details .power-list {
    gap: 80px;
  }
}
.home-page .power-section .power-wrapper .power-intro .power-details .power-list .item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.home-page .power-section .power-wrapper .power-intro .power-details .power-list .item .item-img {
  width: 48px;
  height: 48px;
}
@media (min-width: 1281px) {
  .home-page .power-section .power-wrapper .power-intro .power-details .power-list .item .item-img {
    width: 56px;
    height: 56px;
  }
}
.home-page .power-section .power-wrapper .power-intro .power-details .power-list .item .item-title {
  color: #666;
  font-size: 18px;
  line-height: 27px;
}
@media (min-width: 768px) {
  .home-page .power-section .power-wrapper .power-intro .power-details .second {
    margin-top: 64px;
  }
}
@media (min-width: 1024px) {
  .home-page .power-section .power-wrapper .power-intro .power-details .second {
    margin-top: 80px;
  }
}
.home-page .power-section .power-wrapper .machine-img {
  max-width: 315px;
  margin-top: 48px;
  align-self: flex-end;
  width: 100vw;
}
@media (min-width: 768px) {
  .home-page .power-section .power-wrapper .machine-img {
    max-width: 500px;
    margin-top: 32px;
    width: 60vw;
  }
}
@media (min-width: 1024px) {
  .home-page .power-section .power-wrapper .machine-img {
    max-width: 500px;
    margin-top: 32px;
  }
}
@media (min-width: 1281px) {
  .home-page .power-section .power-wrapper .machine-img {
    max-width: 704px;
    margin-top: 40px;
  }
}
.home-page .power-section .background-img {
  position: absolute;
  width: 120px;
  height: 120px;
  bottom: 0;
  right: 0;
}
@media (min-width: 768px) {
  .home-page .power-section .background-img {
    width: 240px;
    height: 240px;
    top: 700px;
    left: 0;
  }
}
@media (min-width: 1024px) {
  .home-page .power-section .background-img {
    width: 320px;
    height: 320px;
    top: 400px;
  }
}
@media (min-width: 1281px) {
  .home-page .power-section .background-img {
    top: 500px;
    width: 400px;
    height: 400px;
  }
}
@keyframes bubbles {
  0% {
    background-position: 0px 0px;
  }
  25% {
    background-position: 50px -50px;
  }
  50% {
    background-position: 50px 50px;
  }
  75% {
    background-position: -50px 50px;
  }
  100% {
    background-position: 0px 0px;
  }
}

.soloapp-page .hero-section {
  background: url("../images/solonex/hero-background.png") no-repeat center center;
  background-size: cover;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background-color: #141414;
}
.soloapp-page .hero-section .hero-wrapper {
  position: relative;
  width: 90vw;
  max-width: 1218px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 120px 0 40px;
  gap: 48px;
}
@media (min-width: 768px) {
  .soloapp-page .hero-section .hero-wrapper {
    gap: 64px;
    padding: 120px 0 100px;
  }
}
@media (min-width: 1024px) {
  .soloapp-page .hero-section .hero-wrapper {
    align-items: center;
    flex-direction: row;
    padding: 160px 0;
  }
}
@media (min-width: 1281px) {
  .soloapp-page .hero-section .hero-wrapper {
    gap: 100px;
    padding: 120px 0;
  }
}
.soloapp-page .hero-section .hero-wrapper .hero-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 1024px) {
  .soloapp-page .hero-section .hero-wrapper .hero-title {
    width: 50%;
    gap: 32px;
  }
}
@media (min-width: 1281px) {
  .soloapp-page .hero-section .hero-wrapper .hero-title {
    gap: 40px;
  }
}
.soloapp-page .hero-section .hero-wrapper .hero-title .title-text {
  font-size: 48px;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  text-align: left;
  background: linear-gradient(180deg, #FFFFFF 0%, #AAAAAA 91.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (min-width: 768px) {
  .soloapp-page .hero-section .hero-wrapper .hero-title .title-text {
    max-width: 70%;
  }
}
@media (min-width: 1024px) {
  .soloapp-page .hero-section .hero-wrapper .hero-title .title-text {
    max-width: 100%;
    font-size: 56px;
  }
}
@media (min-width: 1281px) {
  .soloapp-page .hero-section .hero-wrapper .hero-title .title-text {
    font-size: 64px;
  }
}
.soloapp-page .hero-section .hero-wrapper .hero-title .title-desc {
  font-size: 16px;
  line-height: 1.5;
  color: #aaaaaa;
  text-align: left;
  align-self: flex-end;
}
@media (min-width: 768px) {
  .soloapp-page .hero-section .hero-wrapper .hero-title .title-desc {
    font-size: 18px;
    max-width: 70%;
  }
}
@media (min-width: 1024px) {
  .soloapp-page .hero-section .hero-wrapper .hero-title .title-desc {
    max-width: 100%;
  }
}
.soloapp-page .hero-section .hero-wrapper .hero-title .buttons {
  display: flex;
}
@media (min-width: 768px) {
  .soloapp-page .hero-section .hero-wrapper .hero-title .buttons {
    padding-left: 30%;
  }
}
@media (min-width: 1024px) {
  .soloapp-page .hero-section .hero-wrapper .hero-title .buttons {
    padding-left: 0;
  }
}
.soloapp-page .hero-section .hero-wrapper .hero-title .buttons .apple-button {
  background: url("../images/soloapp/apple.png") no-repeat center center;
  background-size: 160px;
  width: 160px;
  height: 48px;
}
.soloapp-page .hero-section .hero-wrapper .hero-title .buttons .apple-button:hover {
  opacity: 0.5;
}
.soloapp-page .hero-section .hero-wrapper .hero-title .buttons .play-button {
  background: url("../images/soloapp/google.png") no-repeat center center;
  background-size: 160px;
  width: 160px;
  height: 48px;
}
.soloapp-page .hero-section .hero-wrapper .hero-title .buttons .play-button:hover {
  opacity: 0.5;
}
.soloapp-page .hero-section .hero-wrapper .hero-img {
  width: 100%;
  align-self: center;
}
@media (min-width: 768px) {
  .soloapp-page .hero-section .hero-wrapper .hero-img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .soloapp-page .hero-section .hero-wrapper .hero-img {
    width: 50%;
  }
}
.soloapp-page .hero-section .hero-wrapper .hero-img img {
  height: 80%;
  max-height: 560px;
  aspect-ratio: 495/560;
}
.soloapp-page .made-section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .soloapp-page .made-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1024px) {
  .soloapp-page .made-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (min-width: 1281px) {
  .soloapp-page .made-section {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
.soloapp-page .made-section .made-wrapper {
  width: 90vw;
  max-width: 1218px;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media (min-width: 768px) {
  .soloapp-page .made-section .made-wrapper {
    gap: 64px;
  }
}
@media (min-width: 1024px) {
  .soloapp-page .made-section .made-wrapper {
    gap: 64px;
  }
}
@media (min-width: 1281px) {
  .soloapp-page .made-section .made-wrapper {
    gap: 80px;
  }
}
.soloapp-page .made-section .made-wrapper .made-title {
  line-height: 1.5;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  background: linear-gradient(267.94deg, #d81d3c 0%, #a81d34 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  z-index: 2;
  font-size: 28px;
}
@media (min-width: 768px) {
  .soloapp-page .made-section .made-wrapper .made-title {
    font-size: 32px;
    max-width: 70%;
  }
}
@media (min-width: 1024px) {
  .soloapp-page .made-section .made-wrapper .made-title {
    max-width: 100%;
    font-size: 32px;
  }
}
@media (min-width: 1281px) {
  .soloapp-page .made-section .made-wrapper .made-title {
    font-size: 40px;
  }
}
.soloapp-page .made-section .made-wrapper .made-details {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
  .soloapp-page .made-section .made-wrapper .made-details {
    gap: 12px;
  }
}
@media (min-width: 1024px) {
  .soloapp-page .made-section .made-wrapper .made-details {
    gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
}
.soloapp-page .made-section .made-wrapper .made-details .item {
  border: 1px solid rgba(238, 238, 238, 0.75);
  border-radius: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 20px 0 0 20px;
  gap: 48px;
}
@media (min-width: 768px) {
  .soloapp-page .made-section .made-wrapper .made-details .item {
    flex-direction: row;
    padding: 32px 0 0 32px;
    gap: 12px;
  }
}
@media (min-width: 1024px) {
  .soloapp-page .made-section .made-wrapper .made-details .item {
    flex-direction: column;
    padding: 40px 0 0 40px;
    gap: 40px;
  }
}
@media (min-width: 1281px) {
  .soloapp-page .made-section .made-wrapper .made-details .item {
    padding: 48px 0 0 48px;
    gap: 54px;
  }
}
.soloapp-page .made-section .made-wrapper .made-details .item .item-top {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
@media (min-width: 768px) {
  .soloapp-page .made-section .made-wrapper .made-details .item .item-top {
    gap: 12px;
    width: 65%;
  }
}
@media (min-width: 1024px) {
  .soloapp-page .made-section .made-wrapper .made-details .item .item-top {
    width: 100%;
  }
}
.soloapp-page .made-section .made-wrapper .made-details .item .item-top .item-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  background: linear-gradient(180deg, #AAAAAA 0%, #2D2D2D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (min-width: 768px) {
  .soloapp-page .made-section .made-wrapper .made-details .item .item-top .item-title {
    font-size: 24px;
  }
}
.soloapp-page .made-section .made-wrapper .made-details .item .item-top .item-desc {
  font-size: 16px;
  line-height: 1.5;
  color: #666;
}
.soloapp-page .made-section .made-wrapper .made-details .item .item-top .item-desc strong {
  font-weight: 700;
  color: #2d2d2d;
}
@media (min-width: 768px) {
  .soloapp-page .made-section .made-wrapper .made-details .item .item-top .item-desc {
    font-size: 18px;
  }
}
.soloapp-page .made-section .made-wrapper .made-details .item .item-img {
  height: 415;
}
@media (min-width: 768px) {
  .soloapp-page .made-section .made-wrapper .made-details .item .item-img {
    width: 35%;
  }
}
@media (min-width: 1024px) {
  .soloapp-page .made-section .made-wrapper .made-details .item .item-img {
    width: 100%;
  }
}
.soloapp-page .made-section .download-wrapper {
  width: 100%;
  background-color: #141414;
  position: relative;
  margin-top: 80px;
  padding: 80px 30px;
}
@media (min-width: 768px) {
  .soloapp-page .made-section .download-wrapper {
    width: 90vw;
    max-width: 1218px;
    margin: 100px auto 0;
    border-radius: 48px;
    padding: 60px;
  }
}
@media (min-width: 1024px) {
  .soloapp-page .made-section .download-wrapper {
    margin-top: 120px;
    padding: 0 80px;
  }
}
@media (min-width: 1281px) {
  .soloapp-page .made-section .download-wrapper {
    margin-top: 160px;
  }
}
.soloapp-page .made-section .download-wrapper .last-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.soloapp-page .made-section .download-wrapper .download-intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
@media (min-width: 768px) {
  .soloapp-page .made-section .download-wrapper .download-intro {
    gap: 0;
  }
}
@media (min-width: 1024px) {
  .soloapp-page .made-section .download-wrapper .download-intro {
    gap: 80px;
    flex-direction: row;
    height: 410px;
  }
}
@media (min-width: 1281px) {
  .soloapp-page .made-section .download-wrapper .download-intro {
    height: 424px;
  }
}
.soloapp-page .made-section .download-wrapper .download-intro .download-video {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 16px;
  overflow: hidden;
  max-width: 492px;
  z-index: 2;
  align-self: center;
}
@media (min-width: 768px) {
  .soloapp-page .made-section .download-wrapper .download-intro .download-video {
    border-radius: 20px;
    margin-top: 64px;
  }
}
@media (min-width: 1024px) {
  .soloapp-page .made-section .download-wrapper .download-intro .download-video {
    border-radius: 24px;
    margin-top: 0;
  }
}
.soloapp-page .made-section .download-wrapper .download-intro .download-video iframe {
  width: 100%;
  height: 100%;
}
.soloapp-page .made-section .download-wrapper .download-intro .download-details {
  height: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}
.soloapp-page .made-section .download-wrapper .download-intro .download-details .download-icon {
  width: 80px;
  height: 80px;
}
.soloapp-page .made-section .download-wrapper .download-intro .download-details .download-text {
  margin-top: 24px;
  margin-bottom: 32px;
  line-height: 1.5;
  color: #c3c3c3;
  font-size: 16px;
}
.soloapp-page .made-section .download-wrapper .download-intro .download-details .download-text strong {
  color: #fff;
}
@media (min-width: 768px) {
  .soloapp-page .made-section .download-wrapper .download-intro .download-details .download-text {
    margin-top: 16px;
    margin-bottom: 20px;
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .soloapp-page .made-section .download-wrapper .download-intro .download-details .download-text {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 24px;
  }
}
@media (min-width: 1281px) {
  .soloapp-page .made-section .download-wrapper .download-intro .download-details .download-text {
    margin-bottom: 40px;
  }
}
.soloapp-page .made-section .download-wrapper .download-intro .download-details .buttons {
  display: flex;
}
@media (min-width: 1024px) {
  .soloapp-page .made-section .download-wrapper .download-intro .download-details .buttons {
    flex-direction: row;
    position: relative;
    gap: 0;
    bottom: 0;
  }
}
.soloapp-page .made-section .download-wrapper .download-intro .download-details .buttons .apple-button {
  background: url("../images/soloapp/apple.png") no-repeat center center;
  background-size: 160px;
  width: 160px;
  height: 48px;
}
.soloapp-page .made-section .download-wrapper .download-intro .download-details .buttons .apple-button:hover {
  opacity: 0.5;
}
.soloapp-page .made-section .download-wrapper .download-intro .download-details .buttons .play-button {
  background: url("../images/soloapp/google.png") no-repeat center center;
  background-size: 160px;
  width: 160px;
  height: 48px;
}
.soloapp-page .made-section .download-wrapper .download-intro .download-details .buttons .play-button:hover {
  opacity: 0.5;
}

.solonex-page .hero-section {
  background: url("../images/solonex/hero-background.png") no-repeat center center;
  background-size: cover;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background-color: #141414;
}
.solonex-page .hero-section .hero-wrapper {
  position: relative;
  width: 90vw;
  max-width: 1218px;
  display: flex;
  flex-direction: column;
  padding: 120px 0;
  gap: 24px;
}
@media (min-width: 768px) {
  .solonex-page .hero-section .hero-wrapper {
    padding: 120px 0;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .solonex-page .hero-section .hero-wrapper {
    flex-direction: row;
    gap: 64px;
    padding: 160px 0;
  }
}
@media (min-width: 1281px) {
  .solonex-page .hero-section .hero-wrapper {
    gap: 100px;
  }
}
.solonex-page .hero-section .hero-wrapper .hero-title {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
@media (min-width: 768px) {
  .solonex-page .hero-section .hero-wrapper .hero-title {
    width: 70%;
  }
}
@media (min-width: 1024px) {
  .solonex-page .hero-section .hero-wrapper .hero-title {
    width: 50%;
  }
}
@media (min-width: 1281px) {
  .solonex-page .hero-section .hero-wrapper .hero-title {
    gap: 16px;
  }
}
.solonex-page .hero-section .hero-wrapper .hero-title .title-button {
  width: fit-content;
  background: linear-gradient(270.75deg, rgba(118, 118, 118, 0.2) 0%, rgba(118, 118, 118, 0.02) 100%);
  box-shadow: 0px 0px 6px rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(4px);
  border-radius: 30px;
  border: 1px solid rgba(135, 135, 135, 0.25);
  padding: 8px 24px;
}
@media (min-width: 768px) {
  .solonex-page .hero-section .hero-wrapper .hero-title .title-button {
    padding: 8px 40px;
  }
}
@media (min-width: 1281px) {
  .solonex-page .hero-section .hero-wrapper .hero-title .title-button {
    padding: 8px 48px;
  }
}
.solonex-page .hero-section .hero-wrapper .hero-title .title-button p {
  font-size: 14px;
  line-height: 1.5;
  background: linear-gradient(226.08deg, #ffffff 14.12%, #454545 136.1%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (min-width: 768px) {
  .solonex-page .hero-section .hero-wrapper .hero-title .title-button p {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .solonex-page .hero-section .hero-wrapper .hero-title .title-button p {
    font-size: 18px;
  }
}
.solonex-page .hero-section .hero-wrapper .hero-title .title-text {
  font-size: 48px;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  text-align: left;
  background: linear-gradient(180deg, #ffffff 0%, #aaaaaa 91.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (min-width: 1024px) {
  .solonex-page .hero-section .hero-wrapper .hero-title .title-text {
    font-size: 56px;
  }
}
@media (min-width: 1281px) {
  .solonex-page .hero-section .hero-wrapper .hero-title .title-text {
    font-size: 64px;
  }
}
.solonex-page .hero-section .hero-wrapper .hero-details {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  .solonex-page .hero-section .hero-wrapper .hero-details {
    align-self: flex-end;
    width: 70%;
  }
}
@media (min-width: 1024px) {
  .solonex-page .hero-section .hero-wrapper .hero-details {
    margin-top: 100px;
    width: 50%;
  }
}
@media (min-width: 1281px) {
  .solonex-page .hero-section .hero-wrapper .hero-details {
    gap: 40px;
  }
}
.solonex-page .hero-section .hero-wrapper .hero-details .details-text {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #aaaaaa;
  text-align: left;
}
.solonex-page .hero-section .hero-wrapper .hero-details .details-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
@media (min-width: 768px) {
  .solonex-page .hero-section .hero-wrapper .hero-details .details-buttons {
    align-items: flex-start;
    flex-direction: row;
  }
}
.solonex-page .hero-section .hero-wrapper .hero-details .details-buttons .button {
  width: 100%;
  max-width: 294px;
  height: 48px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 48px;
  font-weight: 400;
  background: linear-gradient(266.64deg, #d81d3c 11.69%, #981329 50.17%, #d81d3c 89.74%);
  transition: all 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .solonex-page .hero-section .hero-wrapper .hero-details .details-buttons .button {
    width: 200px;
  }
}
.solonex-page .hero-section .hero-wrapper .hero-details .details-buttons .button:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #d81d3c !important;
  border: 1px solid #d81d3c !important;
  backdrop-filter: blur(5px);
}
.solonex-page .hero-section .hero-wrapper .hero-details .details-buttons .primary {
  background: linear-gradient(266.64deg, #d81d3c 11.69%, #981329 50.17%, #d81d3c 89.74%);
}
.solonex-page .hero-section .hero-wrapper .hero-details .details-buttons .secondary {
  background: linear-gradient(229.25deg, #a3a3a3 -12.98%, #454545 96.34%);
}
.solonex-page .hero-section .hero-wrapper .hero-solonex {
  width: 495px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90vw;
}
@media (min-width: 768px) {
  .solonex-page .hero-section .hero-wrapper .hero-solonex {
    width: 490px;
  }
}
@media (min-width: 1024px) {
  .solonex-page .hero-section .hero-wrapper .hero-solonex {
    width: 495px;
  }
}
.solonex-page .capa-section {
  position: relative;
  background-color: #ecebef;
  padding-top: 80px;
}
@media (min-width: 768px) {
  .solonex-page .capa-section {
    padding-top: 100px;
  }
}
@media (min-width: 1024px) {
  .solonex-page .capa-section {
    padding-top: 120px;
  }
}
@media (min-width: 1281px) {
  .solonex-page .capa-section {
    padding-top: 160px;
  }
}
.solonex-page .capa-section .capa-wrapper {
  width: 90vw;
  max-width: 1218px;
  margin: 0 auto;
}
.solonex-page .capa-section .capa-wrapper .capa-intro {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .solonex-page .capa-section .capa-wrapper .capa-intro {
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .solonex-page .capa-section .capa-wrapper .capa-intro {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 72px;
  }
}
@media (min-width: 1281px) {
  .solonex-page .capa-section .capa-wrapper .capa-intro {
    gap: 100px;
  }
}
.solonex-page .capa-section .capa-wrapper .capa-intro .capa-title {
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  line-height: 1.5;
  background: linear-gradient(267.94deg, #d81d3c 0%, #a81d34 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 28px;
}
@media (min-width: 768px) {
  .solonex-page .capa-section .capa-wrapper .capa-intro .capa-title {
    font-size: 32px;
    max-width: 70%;
  }
}
@media (min-width: 1024px) {
  .solonex-page .capa-section .capa-wrapper .capa-intro .capa-title {
    max-width: 100%;
    font-size: 32px;
  }
}
@media (min-width: 1281px) {
  .solonex-page .capa-section .capa-wrapper .capa-intro .capa-title {
    font-size: 40px;
  }
}
.solonex-page .capa-section .capa-wrapper .capa-intro .capa-details {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}
@media (min-width: 1024px) {
  .solonex-page .capa-section .capa-wrapper .capa-intro .capa-details {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  .solonex-page .capa-section .capa-wrapper .capa-intro .capa-details {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
  }
}
@media (min-width: 1281px) {
  .solonex-page .capa-section .capa-wrapper .capa-intro .capa-details {
    gap: 80px;
  }
}
.solonex-page .capa-section .capa-wrapper .capa-intro .capa-details .list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 768px) {
  .solonex-page .capa-section .capa-wrapper .capa-intro .capa-details .list {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
  }
}
@media (min-width: 1281px) {
  .solonex-page .capa-section .capa-wrapper .capa-intro .capa-details .list {
    gap: 80px;
  }
}
.solonex-page .capa-section .capa-wrapper .capa-intro .capa-details .list .item {
  display: flex;
  flex-direction: column;
}
.solonex-page .capa-section .capa-wrapper .capa-intro .capa-details .list .item .item-title {
  color: #2d2d2d;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 16px;
  margin-bottom: 8px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .solonex-page .capa-section .capa-wrapper .capa-intro .capa-details .list .item .item-title {
    margin-top: 16px;
    margin-bottom: 12px;
    font-size: 24px;
  }
}
.solonex-page .capa-section .capa-wrapper .capa-intro .capa-details .list .item .item-desc {
  color: #666;
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .solonex-page .capa-section .capa-wrapper .capa-intro .capa-details .list .item .item-desc {
    font-size: 16px;
  }
}
.solonex-page .capa-section .capa-wrapper .capa-intro .capa-details .list .item .item-disclaimer {
  color: #666;
  font-family: "DM Sans";
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 18px;
}
.solonex-page .capa-section .capa-wrapper .capa-intro .capa-details .list .item .item-img {
  width: 48px;
  height: 48px;
}
@media (min-width: 1281px) {
  .solonex-page .capa-section .capa-wrapper .capa-intro .capa-details .list .item .item-img {
    width: 56px;
    height: 56px;
  }
}
@media (min-width: 768px) {
  .solonex-page .capa-section .capa-wrapper .capa-intro .capa-details .second-list {
    margin-top: 60px;
  }
}
@media (min-width: 1281px) {
  .solonex-page .capa-section .capa-wrapper .capa-intro .capa-details .second-list {
    margin-top: 80px;
  }
}
.solonex-page .networks-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
}
@media (min-width: 768px) {
  .solonex-page .networks-section {
    padding-top: 100px;
  }
}
@media (min-width: 1024px) {
  .solonex-page .networks-section {
    padding-top: 120px;
  }
}
@media (min-width: 1281px) {
  .solonex-page .networks-section {
    padding-top: 160px;
  }
}
.solonex-page .networks-section .networks-button {
  background: linear-gradient(270.75deg, rgba(195, 195, 195, 0.2) 0%, rgba(195, 195, 195, 0.02) 100%);
  box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(5px);
  border-radius: 30px;
  border: 1px solid #ddd;
  padding: 8px 24px;
  width: fit-content;
  max-width: 90vw;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .solonex-page .networks-section .networks-button {
    padding: 8px 40px;
  }
}
@media (min-width: 1281px) {
  .solonex-page .networks-section .networks-button {
    padding: 8px 48px;
  }
}
.solonex-page .networks-section .networks-button .button-text {
  font-family: "DM Sans";
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  background: linear-gradient(180deg, #c3c3c3 0%, #2d2d2d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (min-width: 768px) {
  .solonex-page .networks-section .networks-button .button-text {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .solonex-page .networks-section .networks-button .button-text {
    font-size: 18px;
  }
}
@media (min-width: 1281px) {
  .solonex-page .networks-section .networks-button .button-text {
    font-size: 20px;
  }
}
.solonex-page .networks-section .networks-img {
  width: 100%;
}
.solonex-page .power-section {
  position: relative;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .solonex-page .power-section {
    padding-bottom: 100px;
  }
}
@media (min-width: 1024px) {
  .solonex-page .power-section {
    padding-bottom: 120px;
  }
}
@media (min-width: 1281px) {
  .solonex-page .power-section {
    padding-bottom: 160px;
  }
}
.solonex-page .power-section .power-wrapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (min-width: 768px) {
  .solonex-page .power-section .power-wrapper {
    gap: 100px;
  }
}
@media (min-width: 1024px) {
  .solonex-page .power-section .power-wrapper {
    gap: 120px;
  }
}
@media (min-width: 1281px) {
  .solonex-page .power-section .power-wrapper {
    gap: 160px;
  }
}
.solonex-page .power-section .power-wrapper .power-intro {
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 90vw;
  max-width: 1218px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .solonex-page .power-section .power-wrapper .power-intro {
    gap: 64px;
  }
}
@media (min-width: 1024px) {
  .solonex-page .power-section .power-wrapper .power-intro {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 72px;
  }
}
@media (min-width: 1281px) {
  .solonex-page .power-section .power-wrapper .power-intro {
    gap: 100px;
  }
}
.solonex-page .power-section .power-wrapper .power-intro .power-top .power-title {
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  line-height: 1.5;
  background: linear-gradient(267.94deg, #d81d3c 0%, #a81d34 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 28px;
}
@media (min-width: 768px) {
  .solonex-page .power-section .power-wrapper .power-intro .power-top .power-title {
    font-size: 32px;
    max-width: 70%;
  }
}
@media (min-width: 1024px) {
  .solonex-page .power-section .power-wrapper .power-intro .power-top .power-title {
    max-width: 100%;
    font-size: 32px;
  }
}
@media (min-width: 1281px) {
  .solonex-page .power-section .power-wrapper .power-intro .power-top .power-title {
    font-size: 40px;
  }
}
.solonex-page .power-section .power-wrapper .power-intro .power-top .power-desc {
  margin-top: 12px;
  color: #aaaaaa;
  font-style: italic;
  font-size: 12px;
  line-height: 18px;
}
@media (min-width: 768px) {
  .solonex-page .power-section .power-wrapper .power-intro .power-top .power-desc {
    margin-top: 16px;
  }
}
.solonex-page .power-section .power-wrapper .power-intro .power-details {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}
@media (min-width: 768px) {
  .solonex-page .power-section .power-wrapper .power-intro .power-details {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
  }
}
@media (min-width: 1024px) {
  .solonex-page .power-section .power-wrapper .power-intro .power-details {
    gap: 80px;
    padding-top: 40px;
  }
}
.solonex-page .power-section .power-wrapper .power-intro .power-details .power-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 768px) {
  .solonex-page .power-section .power-wrapper .power-intro .power-details .power-list {
    gap: 64px;
  }
}
@media (min-width: 1281px) {
  .solonex-page .power-section .power-wrapper .power-intro .power-details .power-list {
    gap: 80px;
  }
}
.solonex-page .power-section .power-wrapper .power-intro .power-details .power-list .item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.solonex-page .power-section .power-wrapper .power-intro .power-details .power-list .item .item-img {
  width: 48px;
  height: 48px;
}
@media (min-width: 1281px) {
  .solonex-page .power-section .power-wrapper .power-intro .power-details .power-list .item .item-img {
    width: 56px;
    height: 56px;
  }
}
.solonex-page .power-section .power-wrapper .power-intro .power-details .power-list .item .item-title {
  color: #666;
  font-size: 18px;
  line-height: 27px;
}
@media (min-width: 768px) {
  .solonex-page .power-section .power-wrapper .power-intro .power-details .second {
    margin-top: 64px;
  }
}
@media (min-width: 1024px) {
  .solonex-page .power-section .power-wrapper .power-intro .power-details .second {
    margin-top: 80px;
  }
}
.solonex-page .power-section .power-wrapper .join-wrapper {
  width: 100%;
  background-color: #141414;
}
@media (min-width: 768px) {
  .solonex-page .power-section .power-wrapper .join-wrapper {
    width: 90vw;
    max-width: 1218px;
    margin: 0 auto;
    border-radius: 48px;
  }
}
.solonex-page .power-section .power-wrapper .join-wrapper .last-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solonex-page .power-section .power-wrapper .join-wrapper .join-intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 80px 0 0;
  gap: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .solonex-page .power-section .power-wrapper .join-wrapper .join-intro {
    height: 292px;
    gap: 40px;
  }
}
@media (min-width: 1024px) {
  .solonex-page .power-section .power-wrapper .join-wrapper .join-intro {
    gap: 80px;
    flex-direction: row;
    padding: 0;
    height: 292px;
  }
}
@media (min-width: 1281px) {
  .solonex-page .power-section .power-wrapper .join-wrapper .join-intro {
    height: 344px;
  }
}
.solonex-page .power-section .power-wrapper .join-wrapper .join-intro .join-image {
  width: 100%;
  aspect-ratio: 500/491;
  background: url("../images/solonex/lastGlobe-mob.png") no-repeat center center;
  background-size: cover;
  z-index: 2;
}
@media (min-width: 768px) {
  .solonex-page .power-section .power-wrapper .join-wrapper .join-intro .join-image {
    width: 40%;
    aspect-ratio: 267/180;
    background: url("../images/solonex/lastGlobe-tablet.png") no-repeat center center;
    background-size: contain;
    align-self: flex-end;
    border-bottom-right-radius: 48px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
  }
}
@media (min-width: 1024px) {
  .solonex-page .power-section .power-wrapper .join-wrapper .join-intro .join-image {
    height: 100%;
    width: 100%;
    aspect-ratio: 332/292;
    background: url("../images/solonex/lastGlobe-sm-desktop.png") no-repeat center center;
    background-size: cover;
    border-top-left-radius: 48px;
    border-bottom-left-radius: 48px;
    position: relative;
  }
}
@media (min-width: 1281px) {
  .solonex-page .power-section .power-wrapper .join-wrapper .join-intro .join-image {
    height: 100%;
    aspect-ratio: 644/344;
    background: url("../images/solonex/lastGlobe.png") no-repeat center center;
    background-size: cover;
  }
}
.solonex-page .power-section .power-wrapper .join-wrapper .join-intro .join-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 3;
  width: 90vw;
  max-width: 1218px;
  margin: 0 auto;
  gap: 32px;
}
@media (min-width: 768px) {
  .solonex-page .power-section .power-wrapper .join-wrapper .join-intro .join-details {
    padding: 0 64px;
  }
}
@media (min-width: 1024px) {
  .solonex-page .power-section .power-wrapper .join-wrapper .join-intro .join-details {
    padding-right: 80px;
    flex-grow: 1;
    height: 100%;
    width: 100%;
    padding-right: 0;
  }
}
@media (min-width: 1281px) {
  .solonex-page .power-section .power-wrapper .join-wrapper .join-intro .join-details {
    gap: 40px;
  }
}
.solonex-page .power-section .power-wrapper .join-wrapper .join-intro .join-details .join-text {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  background: linear-gradient(180deg, #ffffff 0%, #aaaaaa 91.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (min-width: 1281px) {
  .solonex-page .power-section .power-wrapper .join-wrapper .join-intro .join-details .join-text {
    font-size: 32px;
  }
}
.solonex-page .power-section .power-wrapper .join-wrapper .join-intro .join-details .join-button {
  width: 200px;
  height: 48px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 48px;
  font-weight: 400;
  background: linear-gradient(267.94deg, #d81d3c 0%, #a81d34 100%);
  transition: all 0.5s ease-in-out;
}
.solonex-page .power-section .power-wrapper .join-wrapper .join-intro .join-details .join-button:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #d81d3c !important;
  border: 1px solid #d81d3c !important;
  backdrop-filter: blur(5px);
}

.brand-page .hero-section {
  background: url("../images/solonex/hero-background.png") no-repeat center center;
  background-size: cover;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background-color: #141414;
}
.brand-page .hero-section .hero-wrapper {
  position: relative;
  width: 90vw;
  max-width: 1218px;
  display: grid;
  padding: 120px 0;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .brand-page .hero-section .hero-wrapper {
    padding: 120px 0;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .brand-page .hero-section .hero-wrapper {
    padding: 160px 0;
    grid-template-columns: 1fr 1.25fr;
    gap: 64px;
  }
}
@media (min-width: 1281px) {
  .brand-page .hero-section .hero-wrapper {
    gap: 100px;
  }
}
.brand-page .hero-section .hero-wrapper .hero-title {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.brand-page .hero-section .hero-wrapper .hero-title .title-text {
  font-size: 48px;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  text-align: left;
  background: linear-gradient(180deg, #FFFFFF 0%, #AAAAAA 91.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (min-width: 1024px) {
  .brand-page .hero-section .hero-wrapper .hero-title .title-text {
    font-size: 56px;
  }
}
@media (min-width: 1281px) {
  .brand-page .hero-section .hero-wrapper .hero-title .title-text {
    font-size: 64px;
  }
}
.brand-page .hero-section .hero-wrapper .hero-details {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-self: flex-end;
}
.brand-page .hero-section .hero-wrapper .hero-details .details-text {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #aaaaaa;
  text-align: left;
}
.brand-page .hero-section .hero-wrapper .hero-details .details-text strong {
  color: #fff;
}
@media (min-width: 768px) {
  .brand-page .hero-section .hero-wrapper .hero-details .details-text {
    padding-left: 30%;
  }
}
@media (min-width: 1024px) {
  .brand-page .hero-section .hero-wrapper .hero-details .details-text {
    padding-left: 0;
  }
}
.brand-page .section {
  position: relative;
  padding-top: 80px;
}
@media (min-width: 768px) {
  .brand-page .section {
    padding-top: 100px;
  }
}
@media (min-width: 1024px) {
  .brand-page .section {
    padding-top: 120px;
  }
}
@media (min-width: 1281px) {
  .brand-page .section {
    padding-top: 160px;
  }
}
.brand-page .section .wrapper {
  width: 90vw;
  max-width: 1218px;
  margin: 0 auto;
}
.brand-page .section .wrapper .intro {
  width: 100%;
  display: grid;
  position: relative;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .brand-page .section .wrapper .intro {
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .brand-page .section .wrapper .intro {
    gap: 72px;
    grid-template-columns: 1fr 1.5fr;
  }
}
@media (min-width: 1281px) {
  .brand-page .section .wrapper .intro {
    grid-template-columns: 1fr 1.5fr;
    gap: 100px;
  }
}
.brand-page .section .wrapper .intro .title {
  line-height: 1.5;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  background: linear-gradient(267.94deg, #d81d3c 0%, #a81d34 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  z-index: 2;
  font-size: 28px;
}
@media (min-width: 768px) {
  .brand-page .section .wrapper .intro .title {
    font-size: 32px;
    max-width: 70%;
  }
}
@media (min-width: 1024px) {
  .brand-page .section .wrapper .intro .title {
    max-width: 100%;
    font-size: 32px;
  }
}
@media (min-width: 1281px) {
  .brand-page .section .wrapper .intro .title {
    font-size: 40px;
  }
}
.brand-page .section .wrapper .intro .details .details-text {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #666;
  text-align: left;
}
.brand-page .section .wrapper .intro .details .details-text ul {
  list-style-type: disc;
  list-style-position: inside;
}
.brand-page .section .wrapper .intro .details .details-text ul li {
  padding-left: 16px;
}
.brand-page .section .wrapper .intro .details .details-title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  color: #2d2d2d;
  text-align: left;
}
.brand-page .section .wrapper .intro .details .details-button {
  margin-top: 40px;
  width: 200px;
  height: 48px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 48px;
  font-weight: 400;
  background: linear-gradient(266.64deg, #d81d3c 11.69%, #981329 50.17%, #d81d3c 89.74%);
  transition: all 0.5s ease-in-out;
}
.brand-page .section .wrapper .intro .details .details-button:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #d81d3c !important;
  border: 1px solid #d81d3c !important;
  backdrop-filter: blur(5px);
}
.brand-page .section .wrapper .intro .details .logo-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
  .brand-page .section .wrapper .intro .details .logo-list {
    gap: 12px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .brand-page .section .wrapper .intro .details .logo-list {
    gap: 24px;
  }
}
@media (min-width: 1281px) {
  .brand-page .section .wrapper .intro .details .logo-list {
    gap: 20px;
    grid-template-columns: 1fr;
  }
}
.brand-page .section .wrapper .intro .details .logo-list .list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
  .brand-page .section .wrapper .intro .details .logo-list .list {
    gap: 12px;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1024px) {
  .brand-page .section .wrapper .intro .details .logo-list .list {
    gap: 24px;
  }
}
@media (min-width: 1281px) {
  .brand-page .section .wrapper .intro .details .logo-list .list {
    gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.brand-page .section .wrapper .intro .details .icon-list {
  gap: 32px;
  display: grid;
  grid-template-columns: 68px 68px;
}
@media (min-width: 768px) {
  .brand-page .section .wrapper .intro .details .icon-list {
    grid-template-columns: 68px 68px 68px 68px;
  }
}
.brand-page .section .wrapper .intro .details .colours-list {
  gap: 16px;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .brand-page .section .wrapper .intro .details .colours-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .brand-page .section .wrapper .intro .details .colours-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1281px) {
  .brand-page .section .wrapper .intro .details .colours-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.brand-page .section .wrapper .intro .details .colours-list .color-item {
  display: flex;
  border-radius: 16px;
  transition: all 0.5s ease-in-out;
  border: 1px solid rgba(238, 238, 238, 0.75);
  outline: 4px solid rgba(238, 238, 238, 0.25);
  top: 0;
  position: relative;
  padding: 20px;
  flex-direction: row;
  align-items: center;
  gap: 20%;
}
@media (min-width: 768px) {
  .brand-page .section .wrapper .intro .details .colours-list .color-item {
    gap: 0;
    align-items: flex-start;
    flex-direction: column;
    padding: 24px;
    border-radius: 20px;
  }
}
@media (min-width: 1024px) {
  .brand-page .section .wrapper .intro .details .colours-list .color-item {
    border-radius: 24px;
  }
}
.brand-page .section .wrapper .intro .details .colours-list .color-item .color-top {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .brand-page .section .wrapper .intro .details .colours-list .color-item .color-top {
    flex-direction: row;
  }
}
.brand-page .section .wrapper .intro .details .colours-list .color-item .color-top .color-box {
  width: 68px;
  height: 68px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .brand-page .section .wrapper .intro .details .colours-list .color-item .color-top .color-box {
    flex-grow: 1;
    aspect-ratio: 1/1;
    max-width: 68px;
  }
}
.brand-page .section .wrapper .intro .details .colours-list .color-item .color-top p {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
}
.brand-page .section .wrapper .intro .details .colours-list .color-item .color-top .primary-white {
  background-color: #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
}
.brand-page .section .wrapper .intro .details .colours-list .color-item .color-top .primary {
  background-color: #2d2d2d;
}
.brand-page .section .wrapper .intro .details .colours-list .color-item .color-top .solo-red {
  background-color: #d81d3c;
}
.brand-page .section .wrapper .intro .details .colours-list .color-item .color-tab {
  display: flex;
  flex-direction: column;
}
.brand-page .section .wrapper .intro .details .colours-list .color-item .color-tab .color-title {
  color: #aaaaaa;
  font-size: 14px;
  line-height: 21px;
}
.brand-page .section .wrapper .intro .details .colours-list .color-item .color-tab .color-desc {
  color: #666;
  font-size: 18px;
  line-height: 27px;
}
.brand-page .section .wrapper .intro .details .colours-list .color-item:hover {
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.12);
  border-color: #fff;
  outline-color: #fff;
  top: -8px;
}
.brand-page .section .wrapper .intro .details .colours-list .color-item:hover .item-link {
  color: #de0f3e;
}
.brand-page .section-bottom {
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .brand-page .section-bottom {
    padding-bottom: 100px;
  }
}
@media (min-width: 1024px) {
  .brand-page .section-bottom {
    padding-bottom: 120px;
  }
}
@media (min-width: 1281px) {
  .brand-page .section-bottom {
    padding-bottom: 160px;
  }
}
.brand-page .big-gap {
  margin-top: 48px;
}
@media (min-width: 768px) {
  .brand-page .big-gap {
    margin-top: 64px;
  }
}
@media (min-width: 1281px) {
  .brand-page .big-gap {
    margin-top: 80px;
  }
}
.brand-page .medium-gap {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .brand-page .medium-gap {
    margin-top: 32px;
  }
}
@media (min-width: 1281px) {
  .brand-page .medium-gap {
    margin-top: 40px;
  }
}
.brand-page .middle-gap {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .brand-page .middle-gap {
    margin-top: 24px;
  }
}
@media (min-width: 1281px) {
  .brand-page .middle-gap {
    margin-top: 48px;
  }
}
.brand-page .smaller-gap {
  margin-top: 16px;
}
.brand-page .small-gap {
  margin-top: 8px;
}
@media (min-width: 768px) {
  .brand-page .small-gap {
    margin-top: 12px;
  }
}

.policy-page {
  position: relative;
}
.policy-page .top-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/policy/header-background-black.png") no-repeat center center;
  background-size: cover;
}
.policy-page .header-wrap {
  max-width: 1440px;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 120px 30px 80px;
}
.policy-page .header-wrap .main-title {
  font-weight: 500;
  font-size: 48px;
  line-height: 60px;
  background: linear-gradient(180deg, #ffffff 0%, #aaaaaa 91.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.policy-page .header-wrap .text-wrap {
  color: #aaaaaa;
  font-weight: 400;
  padding-top: 24px;
  font-size: 18px;
  line-height: 27px;
}
@media (min-width: 768px) {
  .policy-page .header-wrap {
    gap: 32px;
    padding: 120px 54px;
  }
  .policy-page .header-wrap .text-wrap {
    max-width: 75%;
    align-self: end;
  }
}
@media (min-width: 1024px) {
  .policy-page .header-wrap {
    padding: 160px 80px;
    gap: 64px;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
  }
  .policy-page .header-wrap .main-title {
    font-size: 56px;
    line-height: 70px;
    white-space: nowrap;
  }
  .policy-page .header-wrap .text-wrap {
    padding-top: 40px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1281px) {
  .policy-page .header-wrap {
    padding: 160px 112px;
    gap: 20px;
  }
  .policy-page .header-wrap .main-title {
    font-size: 64px;
    line-height: 80px;
  }
  .policy-page .header-wrap .text-wrap {
    max-width: 40%;
    padding-top: 60px;
    font-size: 18px;
    line-height: 27px;
  }
}
.policy-page .main-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.policy-page .body-wrap {
  max-width: 1440px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 80px 30px;
}
.policy-page .body-wrap .left-side .red-title {
  line-height: 42px;
  font-size: 28px;
  font-weight: 500;
  padding-bottom: 24px;
  background: linear-gradient(267.94deg, #d81d3c 0%, #a81d34 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.policy-page .body-wrap .left-side .ordered-list {
  list-style-type: decimal;
  padding-left: 15px;
  display: none;
}
.policy-page .body-wrap .left-side .ordered-list .list-item {
  color: #aaaaaa;
  font-weight: 400;
}
.policy-page .body-wrap .left-side .ordered-list .list-item a {
  text-decoration: none;
  color: inherit;
}
.policy-page .body-wrap .left-side .ordered-list .list-item:hover, .policy-page .body-wrap .left-side .ordered-list .list-item:focus {
  color: #d81d3c;
}
.policy-page .body-wrap .left-side .ordered-list .list-item:active, .policy-page .body-wrap .left-side .ordered-list .list-item::after {
  color: #2d2d2d;
}
.policy-page .body-wrap .right-side .section-wrapper {
  padding-bottom: 28px;
}
.policy-page .body-wrap .right-side .section-wrapper ul {
  padding-left: 20px;
  padding-bottom: 20px;
}
.policy-page .body-wrap .right-side .section-wrapper ul li {
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -1.4em;
}
.policy-page .body-wrap .right-side .section-wrapper p,
.policy-page .body-wrap .right-side .section-wrapper li {
  color: #666;
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
}
.policy-page .body-wrap .right-side .section-wrapper .list-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 8px;
  color: #2d2d2d;
}
.policy-page .body-wrap .right-side .section-wrapper .list-text {
  padding-bottom: 20px;
}
.policy-page .body-wrap .right-side .section-wrapper .list-short-bullet {
  padding-bottom: 4px;
  padding-left: 5px;
}
.policy-page .body-wrap .right-side .section-wrapper .list-bullet {
  padding-bottom: 20px;
  padding-left: 0px;
}
.policy-page .body-wrap .right-side .section-wrapper .bold-text {
  color: #2d2d2d;
  font-weight: 700;
}
.policy-page .body-wrap .right-side .section-wrapper .red-text {
  color: #d81d3c;
  font-style: italic;
}
@media (min-width: 768px) {
  .policy-page .body-wrap {
    padding: 100px 54px;
  }
  .policy-page .body-wrap .left-side .red-title {
    line-height: 48px;
    font-size: 32px;
  }
  .policy-page .body-wrap .right-side .section-wrapper {
    padding-bottom: 44px;
  }
  .policy-page .body-wrap .right-side .section-wrapper p,
  .policy-page .body-wrap .right-side .section-wrapper li {
    line-height: 27px;
    font-size: 18px;
  }
  .policy-page .body-wrap .right-side .section-wrapper .list-title {
    font-size: 24px;
    line-height: 36px;
  }
  .policy-page .body-wrap .right-side .section-wrapper .list-short-bullet {
    padding-left: 10px;
  }
}
@media (min-width: 1024px) {
  .policy-page .body-wrap {
    padding: 120px 80px;
    display: grid;
    grid-template-columns: 32% 60%;
    gap: 72px;
  }
  .policy-page .body-wrap .left-side .red-title {
    line-height: 48px;
    font-size: 32px;
    padding-bottom: 32px;
  }
  .policy-page .body-wrap .left-side .ordered-list {
    display: block;
  }
  .policy-page .body-wrap .left-side .ordered-list .list-item {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 16px;
  }
  .policy-page .body-wrap .right-side .section-wrapper .list-short-bullet {
    padding-left: 15px;
  }
}
@media (min-width: 1281px) {
  .policy-page .body-wrap {
    padding: 160px 112px;
    gap: 100px;
  }
  .policy-page .body-wrap .left-side .red-title {
    line-height: 60px;
    font-size: 40px;
    padding-bottom: 40px;
  }
  .policy-page .body-wrap .left-side .ordered-list {
    list-style-type: decimal;
    padding-left: 15px;
  }
  .policy-page .body-wrap .left-side .ordered-list .list-item {
    font-size: 16px;
    line-height: 24px;
  }
  .policy-page .body-wrap .right-side {
    padding-bottom: 60px;
  }
  .policy-page .body-wrap .right-side .section-wrapper p,
  .policy-page .body-wrap .right-side .section-wrapper li {
    font-weight: 400;
    color: #666;
    line-height: 27px;
    font-size: 18px;
  }
  .policy-page .body-wrap .right-side .section-wrapper .list-title {
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 12px;
  }
}
.policy-page .bottom-graphic {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 120px;
  height: 120px;
}
@media (min-width: 768px) {
  .policy-page .bottom-graphic {
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 1024px) {
  .policy-page .bottom-graphic {
    left: 0;
    width: 320px;
    height: 320px;
  }
}
@media (min-width: 1281px) {
  .policy-page .bottom-graphic {
    width: 400px;
    height: 400px;
  }
}

.news-page {
  width: 100%;
}
.news-page .top-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/policy/header-background-black.png") no-repeat center center;
  background-size: cover;
}
.news-page .header-wrapper {
  max-width: 1440px;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 120px 30px;
  gap: 24px;
}
.news-page .header-wrapper .main-title {
  font-weight: 500;
  font-size: 48px;
  line-height: 60px;
  white-space: wrap;
  word-wrap: break-word;
  background: linear-gradient(180deg, #ffffff 0%, #aaaaaa 91.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.news-page .header-wrapper .right-side {
  max-width: 495px;
  margin-top: 40px;
}
.news-page .header-wrapper .right-side .title-text {
  color: #aaaaaa;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .news-page .header-wrapper {
    padding: 120px 54px;
  }
  .news-page .header-wrapper .main-title {
    font-size: 48px;
    line-height: 60px;
  }
  .news-page .header-wrapper .right-side {
    max-width: 75%;
    align-self: end;
  }
}
@media (min-width: 1024px) {
  .news-page .header-wrapper {
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    gap: 64px;
    padding: 160px 80px;
  }
  .news-page .header-wrapper .main-title {
    font-size: 56px;
    line-height: 70px;
  }
  .news-page .header-wrapper .right-side .title-text {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1281px) {
  .news-page .header-wrapper {
    padding: 160px 112px;
    gap: 20px;
  }
  .news-page .header-wrapper .main-title {
    font-size: 64px;
    line-height: 80px;
    max-width: 50%;
  }
  .news-page .header-wrapper .right-side {
    max-width: 40%;
    margin-top: 40px;
  }
  .news-page .header-wrapper .right-side .title-text {
    font-size: 18px;
    line-height: 27px;
  }
}
.news-page .main-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-page .body-wrapper {
  max-width: 1440px;
  position: relative;
  width: 100%;
}
.news-page .body-wrapper .top-section {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 24px;
  margin: 48px 30px;
}
.news-page .body-wrapper .top-section .red-title {
  line-height: 42px;
  font-size: 28px;
  font-weight: 500;
  padding-bottom: 24px;
  background: linear-gradient(267.94deg, #d81d3c 0%, #a81d34 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.news-page .body-wrapper .top-section .general-text {
  color: #666;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.news-page .body-wrapper .boxes-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  padding: 48px 30px;
}
.news-page .body-wrapper .boxes-wrapper .news-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #eeeeee;
  border-radius: 16px;
  width: 315px;
  height: 213px;
  padding: 20px;
  text-decoration: none;
  position: relative;
  top: 0;
}
.news-page .body-wrapper .boxes-wrapper .news-box:hover {
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.12);
  top: -8px;
  cursor: pointer;
}
.news-page .body-wrapper .boxes-wrapper .news-box .img-wrapper {
  display: flex;
  justify-content: flex-start;
  height: 50px;
  width: 100px;
}
.news-page .body-wrapper .boxes-wrapper .news-box .img-wrapper .logo-img {
  width: 100%;
  height: 100%;
}
.news-page .body-wrapper .boxes-wrapper .news-box .box-desc {
  color: #2d2d2d;
  font-weight: 500;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 27px;
  max-height: 54px;
  margin: 12px 0px;
}
.news-page .body-wrapper .boxes-wrapper .news-box .box-date {
  color: #c3c3c3;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.news-page .body-wrapper .boxes-wrapper .news-box.hide {
  display: none;
}
.news-page .body-wrapper .button-wrapper {
  display: flex;
  width: 100%;
  padding: 0px 30px 48px;
  align-items: center;
  justify-content: center;
}
.news-page .body-wrapper .media-numbers {
  align-self: start;
  position: relative;
  background: url("../images/news/world-background.png") no-repeat center center;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  padding: 65px 0px;
}
.news-page .body-wrapper .media-numbers .line-image {
  height: 148px;
  width: 10px;
  display: none;
}
.news-page .body-wrapper .media-numbers .media-section {
  padding: 25px 30px;
  align-self: end;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 10px;
  width: 50%;
  z-index: 2;
}
.news-page .body-wrapper .media-numbers .media-section .icon-text-wrap {
  display: flex;
  align-items: center;
  padding: 20px;
  gap: 24px;
  text-decoration: none;
}
.news-page .body-wrapper .media-numbers .media-section .icon-text-wrap:hover {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
}
.news-page .body-wrapper .media-numbers .media-section .icon-image {
  height: 32px;
  width: 32px;
}
.news-page .body-wrapper .media-numbers .media-section .members-wrap {
  text-align: right;
}
.news-page .body-wrapper .media-numbers .media-section .members-wrap .stats-number {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  background: linear-gradient(180deg, #ffffff 0%, #aaaaaa 91.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.news-page .body-wrapper .media-numbers .media-section .members-wrap .stats-text {
  color: #878787;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
.news-page .body-wrapper .media-numbers .vertical-image {
  height: 243px;
  position: absolute;
  top: 5;
  left: 0;
  margin-left: 5px;
  transform: translate(50% 50%);
}
.news-page .body-wrapper .media-numbers .horizontal-image {
  height: 243px;
  transform: rotate(90deg);
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(50% 50%);
  margin-bottom: 90px;
}
.news-page .body-wrapper .bottom-graphic {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 120px;
  height: 120px;
}
@media (min-width: 768px) {
  .news-page .body-wrapper {
    padding: 100px 54px;
  }
  .news-page .body-wrapper .top-section {
    margin: 0px;
    padding-bottom: 64px;
  }
  .news-page .body-wrapper .top-section .red-title {
    white-space: nowrap;
    font-size: 32px;
    line-height: 48px;
    padding-bottom: 32px;
  }
  .news-page .body-wrapper .top-section .general-text {
    font-size: 18px;
    line-height: 27px;
  }
  .news-page .body-wrapper .boxes-wrapper {
    width: 100%;
    padding: 0px;
    gap: 12px;
  }
  .news-page .body-wrapper .boxes-wrapper .news-box {
    width: 324px;
    height: 213px;
    padding: 20px;
    border-radius: 32px;
  }
  .news-page .body-wrapper .button-wrapper {
    margin: 64px 0px;
    padding: 0px;
    align-items: center;
    justify-content: center;
  }
  .news-page .body-wrapper .media-numbers {
    width: 100%;
    border-radius: 24px;
    padding: 80px 50px 80px 30px;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 26px;
  }
  .news-page .body-wrapper .media-numbers .line-image {
    display: block;
    height: 118px;
    width: 10px;
    margin: 0px 0px;
  }
  .news-page .body-wrapper .media-numbers .media-section {
    padding: 0px;
    display: flex;
    max-width: 140px;
    align-items: center;
  }
  .news-page .body-wrapper .media-numbers .media-section .icon-text-wrap {
    padding: 12px;
    gap: 16px;
  }
  .news-page .body-wrapper .media-numbers .media-section .members-wrap .stats-number {
    font-size: 28px;
    line-height: 42px;
  }
  .news-page .body-wrapper .media-numbers .media-section .members-wrap .stats-text {
    font-size: 16px;
    line-height: 28px;
  }
  .news-page .body-wrapper .media-numbers .last {
    width: 90px;
    margin-left: 26px;
    margin-bottom: 15px;
  }
  .news-page .body-wrapper .vertical-image {
    display: none;
  }
  .news-page .body-wrapper .horizontal-image {
    display: none;
  }
}
@media (min-width: 1024px) {
  .news-page .body-wrapper {
    padding: 144px 80px;
  }
  .news-page .body-wrapper .top-section {
    flex-direction: row;
    justify-content: space-between;
    gap: 72px;
    width: 100%;
  }
  .news-page .body-wrapper .top-section .general-text {
    padding-top: 30px;
  }
  .news-page .body-wrapper .top-section .top-right {
    max-width: 500px;
  }
  .news-page .body-wrapper .boxes-wrapper {
    gap: 12px;
    margin: 0px;
    justify-content: space-between;
  }
  .news-page .body-wrapper .boxes-wrapper .news-box {
    width: 280px;
    height: 213px;
    border-radius: 24px;
  }
  .news-page .body-wrapper .button-wrapper {
    margin: 64px 0px 120px;
  }
  .news-page .body-wrapper .media-numbers {
    padding: 80px 50px;
  }
  .news-page .body-wrapper .media-numbers .line-image {
    margin-right: 40px;
  }
  .news-page .body-wrapper .media-numbers .media-section {
    max-width: 180px;
  }
  .news-page .body-wrapper .media-numbers .media-section .icon-text-wrap {
    display: flex;
    align-items: center;
    padding: 20px;
    gap: 40px;
  }
  .news-page .body-wrapper .media-numbers .media-section .members-wrap .stats-number {
    font-size: 32px;
    line-height: 48px;
  }
  .news-page .body-wrapper .media-numbers .last {
    width: 152px;
    margin-left: 0px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1440px) {
  .news-page .body-wrapper {
    padding: 160px 112px;
  }
  .news-page .body-wrapper .top-section .red-title {
    line-height: 60px;
    font-size: 40px;
    padding-bottom: 40px;
  }
  .news-page .body-wrapper .top-section .general-text {
    max-width: 704px;
    padding-top: 40px;
    font-size: 18px;
    line-height: 27px;
  }
  .news-page .body-wrapper .top-section .top-right {
    max-width: 704px;
  }
  .news-page .body-wrapper .boxes-wrapper {
    gap: 20px;
    padding-bottom: 80px;
    justify-content: center;
  }
  .news-page .body-wrapper .boxes-wrapper .news-box {
    width: 392px;
    height: 229px;
    padding: 40px;
  }
  .news-page .body-wrapper .boxes-wrapper .news-box .box-desc {
    max-height: 57px;
    margin: 12px 0px;
  }
  .news-page .body-wrapper .button-wrapper {
    margin-bottom: 160px;
    align-items: center;
    justify-content: center;
  }
  .news-page .body-wrapper .media-numbers {
    padding: 80px 40px 80px 0px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
  }
  .news-page .body-wrapper .media-numbers .line-image {
    height: 148px;
    width: 10px;
    margin-right: 0px;
  }
  .news-page .body-wrapper .media-numbers .media-section {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 20px;
    max-width: 260px;
  }
  .news-page .body-wrapper .media-numbers .media-section .icon-text-wrap {
    padding: 40px 30px;
    gap: 80px;
  }
  .news-page .body-wrapper .media-numbers .media-section .members-wrap .stats-number {
    font-size: 32px;
    line-height: 48px;
  }
  .news-page .body-wrapper .media-numbers .last {
    max-width: 220px;
    margin-left: 30px;
  }
}
.news-page .red-button {
  width: 200px;
  height: 48px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 48px;
  font-weight: 400;
  background: linear-gradient(266.64deg, #d81d3c 11.69%, #981329 50.17%, #d81d3c 89.74%);
  transition: all 0.5s ease-in-out;
}
.news-page .red-button:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #d81d3c !important;
  border: 1px solid #d81d3c !important;
  backdrop-filter: blur(5px);
}

.terms-page {
  position: relative;
}
.terms-page .top-wrapper {
  width: 100%;
  background: url("../images/policy/header-background-black.png") no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.terms-page .header-wrap {
  max-width: 1218px;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 120px 40px 80px;
  gap: 24px;
}
.terms-page .header-wrap .main-title {
  font-weight: 500;
  font-size: 48px;
  line-height: 60px;
  background: linear-gradient(180deg, #ffffff 0%, #aaaaaa 91.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.terms-page .header-wrap .text-wrap {
  color: #aaaaaa;
  font-weight: 400;
  padding-top: 24px;
  font-size: 18px;
  line-height: 27px;
}
.terms-page .header-wrap .text-wrap .header-text1 {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .terms-page .header-wrap {
    gap: 32px;
    padding: 120px 54px;
  }
  .terms-page .header-wrap .main-title {
    width: 70%;
  }
  .terms-page .header-wrap .text-wrap {
    align-self: end;
    width: 70%;
  }
}
@media (min-width: 1024px) {
  .terms-page .header-wrap {
    padding: 160px 80px;
    gap: 64px;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
  }
  .terms-page .header-wrap .main-title {
    font-size: 56px;
    line-height: 70px;
    width: 50%;
  }
  .terms-page .header-wrap .text-wrap {
    padding-top: 40px;
    font-size: 20px;
    line-height: 30px;
    width: 50%;
  }
}
@media (min-width: 1281px) {
  .terms-page .header-wrap {
    max-width: 1440px;
    gap: 100px;
  }
  .terms-page .header-wrap .main-title {
    font-size: 64px;
    line-height: 80px;
  }
  .terms-page .header-wrap .text-wrap {
    padding-top: 40px;
    font-size: 18px;
    line-height: 27px;
  }
}
.terms-page .body-wrap .red-title {
  line-height: 42px;
  font-size: 28px;
  font-weight: 500;
  background: linear-gradient(267.94deg, #d81d3c 0%, #a81d34 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.terms-page .body-wrap .content-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 20px;
  color: #666;
}
.terms-page .body-wrap .bold-text {
  color: #2d2d2d;
  font-weight: 700;
}
.terms-page .body-wrap .second-section-wrap {
  background-color: #fafafa;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.terms-page .body-wrap .top-section {
  max-width: 1440px;
  text-align: left;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 80px 30px;
}
.terms-page .body-wrap .top-section .text-wrap-top {
  align-self: end;
}
.terms-page .body-wrap .top-section .bottom-graphic {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 120px;
  height: 120px;
}
.terms-page .body-wrap .section-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.terms-page .body-wrap .main-content {
  padding: 80px 30px;
  max-width: 1440px;
}
.terms-page .body-wrap .main-content .column-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 60px;
  gap: 24px;
}
.terms-page .body-wrap .main-content .column-wrapper .text-wrapper .number-item {
  padding-bottom: 15px;
}
.terms-page .body-wrap .main-content .column-wrapper .text-wrapper .number-item .number-text {
  padding-bottom: 8px;
  font-size: 18px;
  line-height: 25px;
}
.terms-page .body-wrap .main-content .column-wrapper .text-wrapper .bold-uppercase {
  text-transform: uppercase;
  color: #2d2d2d;
}
.terms-page .body-wrap .main-content .column-wrapper .text-wrapper .red-link {
  color: #d81d3c;
}
.terms-page .body-wrap .main-content .mobile-section-graph {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: -40px;
  width: 120px;
  height: 120px;
}
.terms-page .body-wrap .bottom-section {
  margin-top: -60px;
  max-width: 1440px;
}
.terms-page .body-wrap .bottom-section .black-box-wrapper {
  background-color: #141414;
  background: url("../images/service-terms/background-bottom-section.png") no-repeat center center;
  background-size: cover;
  width: 100%;
  padding: 80px 30px;
}
.terms-page .body-wrap .bottom-section .black-box-wrapper .white-title {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  padding-bottom: 24px;
}
.terms-page .body-wrap .bottom-section .black-box-wrapper .bottom-text {
  color: #c3c3c3;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media (min-width: 768px) {
  .terms-page .body-wrap .red-title {
    font-size: 32px;
    line-height: 48px;
  }
  .terms-page .body-wrap .content-text {
    font-size: 18px;
    line-height: 27px;
  }
  .terms-page .body-wrap .top-section {
    gap: 32px;
    padding: 100px 54px;
  }
  .terms-page .body-wrap .top-section .bottom-graphic {
    width: 160px;
    height: 160px;
  }
  .terms-page .body-wrap .main-content {
    padding: 100px 54px;
  }
  .terms-page .body-wrap .main-content .column-wrapper {
    gap: 32px;
  }
  .terms-page .body-wrap .main-content .column-wrapper .text-wrapper .number-item {
    padding-bottom: 30px;
  }
  .terms-page .body-wrap .main-content .column-wrapper .text-wrapper .number-item .number-text {
    padding-bottom: 8px;
    font-size: 20px;
    line-height: 28px;
  }
  .terms-page .body-wrap .bottom-section {
    margin-top: -80px;
    padding: 0px 54px 100px;
  }
  .terms-page .body-wrap .bottom-section .black-box-wrapper {
    border-radius: 48px;
    padding: 64px;
  }
  .terms-page .body-wrap .bottom-section .black-box-wrapper .white-title {
    padding-bottom: 16px;
  }
  .terms-page .body-wrap .bottom-section .black-box-wrapper .bottom-text {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (min-width: 1024px) {
  .terms-page .body-wrap .red-title {
    font-size: 32px;
    line-height: 48px;
  }
  .terms-page .body-wrap .content-text {
    font-size: 18px;
    line-height: 27px;
    padding-bottom: 20px;
  }
  .terms-page .body-wrap .top-section {
    display: grid;
    grid-template-columns: 40% 50%;
    gap: 72px;
    padding: 120px 80px;
  }
  .terms-page .body-wrap .main-content {
    padding: 120px 80px 0px;
  }
  .terms-page .body-wrap .main-content .column-wrapper {
    display: grid;
    grid-template-columns: 40% 50%;
    gap: 72px;
    padding-bottom: 100px;
  }
  .terms-page .body-wrap .main-content .column-wrapper .text-wrapper {
    padding-top: 30px;
  }
  .terms-page .body-wrap .main-content .column-wrapper .text-wrapper .number-item {
    padding-bottom: 40px;
  }
  .terms-page .body-wrap .main-content .column-wrapper .text-wrapper .number-item .number-text {
    font-size: 22px;
    line-height: 30px;
  }
  .terms-page .body-wrap .main-content .mobile-section-graph {
    height: 250px;
    width: 250px;
    margin-left: -80px;
  }
  .terms-page .body-wrap .bottom-section {
    margin-top: 0px;
    padding: 0px 80px 120px 80px;
  }
  .terms-page .body-wrap .bottom-section .black-box-wrapper .white-title {
    padding-bottom: 12px;
  }
}
@media (min-width: 1281px) {
  .terms-page .body-wrap .red-title {
    font-size: 40px;
    width: 412px;
    line-height: 60px;
  }
  .terms-page .body-wrap .top-section {
    padding: 160px 112px;
  }
  .terms-page .body-wrap .main-content {
    padding: 160px 112px 0px;
  }
  .terms-page .body-wrap .main-content .column-wrapper {
    padding-bottom: 140px;
  }
  .terms-page .body-wrap .main-content .column-wrapper .text-wrapper {
    padding-top: 40px;
  }
  .terms-page .body-wrap .main-content .column-wrapper .text-wrapper .number-item {
    padding-bottom: 60px;
  }
  .terms-page .body-wrap .main-content .column-wrapper .text-wrapper .number-item .number-text {
    padding-bottom: 12px;
    font-size: 24px;
    line-height: 36px;
  }
  .terms-page .body-wrap .main-content .mobile-section-graph {
    width: 400px;
    height: 400px;
    margin-left: -112px;
  }
  .terms-page .body-wrap .bottom-section {
    padding: 0px 112px 160px 112px;
  }
}

.footer-container {
  width: 100%;
  background: #fafafa;
  padding: 0 30px;
}
.footer-container > .divider {
  width: 100%;
  height: 1.5px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #eeeeee 17.71%, #eeeeee 81.25%, rgba(255, 255, 255, 0) 100%);
}
.footer-container > .top-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 40px 0;
  gap: 16px;
}
.footer-container > .top-section .description {
  font-size: 28px;
  font-weight: 900;
  line-height: 42px;
  width: 212px;
  background: linear-gradient(180deg, #666666 0%, #2d2d2d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.footer-container > .top-section .form {
  position: relative;
}
.footer-container > .top-section .form .form-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer-container > .top-section .form .form-content .input {
  width: 80%;
  height: 48px;
  border-radius: 48px;
  border: none;
  padding: 12px 24px;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.04);
}
.footer-container > .top-section .form .form-content .input::placeholder {
  color: #c3c3c3;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.footer-container > .top-section .form .form-content .input:focus {
  outline: none;
  caret-color: #009be5;
}
.footer-container > .top-section .form .form-content .submit-btn {
  display: none;
  background: linear-gradient(266.64deg, #d81d3c 11.69%, #981329 50.17%, #d81d3c 89.74%);
  padding: 12px 28px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  border-radius: 48px;
  border: none;
  cursor: pointer;
  border: 1px solid #d81d3c !important;
}
.footer-container > .top-section .form .form-content .submit-btn:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #d81d3c !important;
  backdrop-filter: blur(5px);
}
.footer-container > .top-section .form .form-content .mob-submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(266.64deg, #d81d3c 11.69%, #981329 50.17%, #d81d3c 89.74%);
  padding: 10px;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  border: none;
}
.footer-container > .top-section .form .message {
  margin-top: 8px;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  gap: 8px;
  display: none;
}
.footer-container > .top-section .form .message img {
  width: 24px;
  height: 24px;
}
.footer-container > .top-section .form #responseNewsletterSuccess {
  color: #25D695;
}
.footer-container > .top-section .form #responseNewsletterError {
  color: #d81d3c;
}
.footer-container > .middle-section {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}
.footer-container > .middle-section .links-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-container > .middle-section .links-section .title {
  color: #aaaaaa;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
}
.footer-container > .middle-section .links-section .links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-container > .middle-section .links-section .links .link {
  color: #666;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}
.footer-container > .middle-section .links-section .links .link:hover {
  color: #d81d3c;
}
.footer-container > .bottom-section {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.footer-container > .bottom-section .logo > img {
  height: 28px;
  width: auto;
}
.footer-container > .bottom-section .socials {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 12px;
}
.footer-container > .bottom-section .socials .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid rgba(195, 195, 195, 0.25);
  background: linear-gradient(270.75deg, rgba(195, 195, 195, 0.2) 0%, rgba(195, 195, 195, 0.02) 100%), linear-gradient(90.75deg, rgba(195, 195, 195, 0.25) 0%, rgba(195, 195, 195, 0.04) 100%);
  transition: background 0.3s ease-out;
  position: relative;
}
.footer-container > .bottom-section .socials .social-icon:hover {
  background: rgba(216, 29, 60, 0.0509803922);
}
.footer-container > .bottom-section .socials .social-icon:hover > .icon-img.active {
  opacity: 1;
  visibility: visible;
}
.footer-container > .bottom-section .socials .social-icon:hover > .icon-img.inactive {
  opacity: 0;
  visibility: hidden;
}
.footer-container > .bottom-section .socials .social-icon .icon-img {
  height: 20px;
  width: 20px;
}
.footer-container > .bottom-section .socials .social-icon .icon-img.active {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.footer-container > .bottom-section .socials .social-icon .icon-img.inactive {
  opacity: 1;
  visibility: visible;
}
.footer-container > .copyright {
  padding-top: 16px;
  padding-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-container > .copyright > p {
  color: #aaaaaa;
  font-size: 11px;
  line-height: 21px;
  font-weight: 400;
  font-style: italic;
}
@media (min-width: 768px) {
  .footer-container {
    padding: 0px 54px;
  }
  .footer-container .top-section {
    flex-direction: row;
    gap: unset;
    justify-content: space-between;
  }
  .footer-container .top-section .form .form-content {
    justify-content: unset;
    gap: 12px;
  }
  .footer-container .top-section .form .form-content .input {
    width: 284px;
  }
  .footer-container .top-section .form .form-content .submit-btn {
    display: flex;
  }
  .footer-container .top-section .form .form-content .mob-submit-btn {
    display: none;
  }
  .footer-container .middle-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: unset;
    grid-row-gap: 40px;
  }
  .footer-container .bottom-section {
    flex-direction: row;
    padding: 46px 0;
    align-items: center;
    justify-content: space-between;
  }
  .footer-container .bottom-section .socials {
    gap: 20px;
  }
  .footer-container .copyright {
    padding-top: 14px;
  }
  .footer-container .copyright > p {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (min-width: 1024px) {
  .footer-container {
    padding: 0px 80px;
  }
  .footer-container .top-section .description {
    width: 229px;
  }
  .footer-container .top-section .form .form-content .input {
    width: 400px;
  }
  .footer-container .middle-section {
    display: flex;
    flex-direction: row;
    gap: 48px;
  }
}
@media (min-width: 1440px) {
  .footer-container {
    padding: 0 112px;
  }
  .footer-container > .top-section {
    padding: 48px 0;
    flex-direction: row;
    justify-content: space-between;
    gap: unset;
  }
  .footer-container > .top-section .description {
    width: 100%;
  }
  .footer-container > .top-section .form .form-content .input {
    width: 400px;
  }
  .footer-container .middle-section {
    gap: 120px;
  }
}

#cursor {
  display: none;
  position: fixed;
  pointer-events: none;
  z-index: 20;
  height: 40px;
  width: 40px;
  transform: translate(-50%, -50%);
  transition: unset;
}
@media (min-width: 1281px) {
  #cursor {
    display: block;
  }
}

#scrollTop {
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  position: fixed;
  height: 48px;
  width: 48px;
  bottom: 40px;
  right: 24px;
  z-index: 20;
  transition: all 0.8s ease-in-out;
}
@media (min-width: 1024px) {
  #scrollTop {
    height: 64px;
    width: 64px;
  }
}

.header-container .desktop-nav {
  display: none;
  z-index: 10;
  position: absolute;
  width: 100vw;
  top: 0;
}
.header-container .desktop-nav > .nav {
  width: 100%;
  padding: 0 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 43px;
  z-index: 5;
  position: relative;
}
.header-container .desktop-nav > .nav > .logo > img {
  height: 24px;
  width: auto;
}
.header-container .desktop-nav > .nav .right-side {
  display: flex;
  align-items: center;
  gap: 48px;
}
.header-container .desktop-nav > .nav .right-side .links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  cursor: pointer;
  height: 100%;
}
.header-container .desktop-nav > .nav .right-side .links .nav-link {
  display: flex;
  gap: 4px;
  align-items: center;
}
.header-container .desktop-nav > .nav .right-side .links .nav-link:hover .title {
  color: #fff;
}
.header-container .desktop-nav > .nav .right-side .links .nav-link.active .title {
  color: #fff;
}
.header-container .desktop-nav > .nav .right-side .links .nav-link.active .arrows .down {
  visibility: hidden;
  opacity: 0;
}
.header-container .desktop-nav > .nav .right-side .links .nav-link.active .arrows .up {
  visibility: visible;
  opacity: 1;
}
.header-container .desktop-nav > .nav .right-side .links .nav-link .title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #999;
}
.header-container .desktop-nav > .nav .right-side .links .nav-link .arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header-container .desktop-nav > .nav .right-side .links .nav-link .arrows .down,
.header-container .desktop-nav > .nav .right-side .links .nav-link .arrows .up {
  height: 8px;
  width: 8px;
  cursor: pointer;
}
.header-container .desktop-nav > .nav .right-side .links .nav-link .arrows .down {
  visibility: visible;
  opacity: 1;
}
.header-container .desktop-nav > .nav .right-side .links .nav-link .arrows .up {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.header-container .desktop-nav > .nav .right-side .tokenize-asset {
  height: 48px;
  border-radius: 30px;
  padding: 12px 28.5px;
  background: linear-gradient(270.75deg, rgba(118, 118, 118, 0.2) 0%, rgba(118, 118, 118, 0.02) 100%);
  box-shadow: 0px 0px 6px rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(135, 135, 135, 0.25);
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
.header-container .desktop-nav > .nav .right-side .tokenize-asset > .token-btn-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}
.header-container .desktop-nav > .nav .right-side .tokenize-asset:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid #d81d3c !important;
  backdrop-filter: blur(5px);
}
.header-container .desktop-nav > .nav .right-side .tokenize-asset:hover > .token-btn-text {
  color: #d81d3c !important;
}
.header-container .desktop-nav .dropdown {
  display: none;
  flex-direction: column;
  position: absolute;
  padding: 0 112px;
  width: 100%;
  height: 238px;
  background: #1a1a1a;
  z-index: 2;
  transition: unset;
}
.header-container .desktop-nav .dropdown .nav-divider {
  width: 100%;
  z-index: 1;
  padding: 0.75px 0;
  background: linear-gradient(90deg, rgba(26, 26, 26, 0) 0%, #2d2d2d 17.71%, #2d2d2d 81.25%, rgba(26, 26, 26, 0) 100%);
}
.header-container .desktop-nav .dropdown-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px;
  width: 207px;
  height: 100%;
  gap: 12px;
  cursor: pointer;
  text-decoration: none;
  border-radius: 12px;
}
.header-container .desktop-nav .dropdown-item:hover {
  background: #2d2d2d;
}
.header-container .desktop-nav .dropdown-item > .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #fff;
}
.header-container .desktop-nav .dropdown-item > .description {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #c3c3c3;
}
.header-container .desktop-nav .dropdown-item > .link-btn {
  height: 24px;
  width: 24px;
}
.header-container .desktop-nav .links-container {
  display: flex;
  position: absolute;
  width: auto;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 24px 0;
}
.header-container .desktop-nav .links-container.active {
  opacity: 1;
  visibility: visible;
}
.header-container .desktop-nav .overlay {
  display: flex;
  z-index: 1;
  width: 100vw;
  top: 0;
  position: absolute;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
}
.header-container .desktop-nav .overlay.active {
  opacity: 1;
  visibility: visible;
}
.header-container .mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100vw;
  position: absolute;
  padding: 0 30px;
  z-index: 10;
}
.header-container .mobile-nav .mobile-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 5;
  padding: 24px 0;
  height: 72px;
  width: 100%;
}
.header-container .mobile-nav .mobile-top > .logo > img {
  height: 24px;
  width: auto;
}
.header-container .mobile-nav .mobile-top > .hamburger {
  height: 24px;
  width: 24px;
  cursor: pointer;
  position: relative;
}
.header-container .mobile-nav .mobile-top > .hamburger > img {
  opacity: 1;
  visibility: visible;
}
.header-container .mobile-nav .mobile-top > .hamburger .inactive {
  opacity: 0;
  visibility: hidden;
}
.header-container .mobile-nav .mobile-top > .hamburger #close-hamburger {
  position: absolute;
  left: 0;
}
.header-container .mobile-nav .mobile-divider {
  width: 100%;
  z-index: 6;
  padding: 0.75px 0;
  background: linear-gradient(90deg, rgba(26, 26, 26, 0) 0%, #2d2d2d 17.71%, #2d2d2d 81.25%, rgba(26, 26, 26, 0) 100%);
  opacity: 0;
  visibility: hidden;
}
.header-container .mobile-nav .mobile-divider.active {
  opacity: 1;
  visibility: visible;
}
.header-container .mobile-nav .mobile-links {
  display: none;
  flex-direction: column;
  padding: 24px 30px;
  z-index: 5;
  position: absolute;
  top: 72px;
  height: auto;
  width: 100%;
  transition: unset;
  background-color: #1a1a1a;
}
.header-container .mobile-nav .mobile-links > .mob-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 0;
  gap: 4px;
}
.header-container .mobile-nav .mobile-links > .mob-link.active .title {
  color: #fff;
}
.header-container .mobile-nav .mobile-links > .mob-link.active .arrows .down {
  visibility: hidden;
  opacity: 0;
}
.header-container .mobile-nav .mobile-links > .mob-link.active .arrows .up {
  visibility: visible;
  opacity: 1;
}
.header-container .mobile-nav .mobile-links > .mob-link .title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #999;
}
.header-container .mobile-nav .mobile-links > .mob-link .arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header-container .mobile-nav .mobile-links > .mob-link .arrows .down,
.header-container .mobile-nav .mobile-links > .mob-link .arrows .up {
  height: 8px;
  width: 8px;
  cursor: pointer;
}
.header-container .mobile-nav .mobile-links > .mob-link .arrows .down {
  visibility: visible;
  opacity: 1;
}
.header-container .mobile-nav .mobile-links > .mob-link .arrows .up {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.header-container .mobile-nav .mobile-links > .mob-links-container {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  margin: 12px 0;
  transition: unset;
  border-radius: 12px;
  background-color: #2d2d2d;
}
.header-container .mobile-nav .mobile-links > .mob-links-container > .link {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 12px 0;
  gap: 8px;
}
.header-container .mobile-nav .mobile-links > .mob-links-container > .link > .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #fff;
}
.header-container .mobile-nav .mobile-links > .mob-links-container > .link > .description {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #c3c3c3;
}
.header-container .mobile-nav .mobile-links > .mob-links-container > .link > .link-btn {
  height: 24px;
  width: 24px;
}
.header-container .mobile-nav .mobile-links > .mob-links-container > .link:hover {
  background: #2d2d2d;
}
.header-container .mobile-nav .mobile-links > .tokenize-asset {
  margin-top: 28px;
  padding: 12px 28.5px;
  background: linear-gradient(270.75deg, rgba(118, 118, 118, 0.2) 0%, rgba(118, 118, 118, 0.02) 100%);
  box-shadow: 0px 0px 6px rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(135, 135, 135, 0.25);
  text-decoration: none;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  align-self: center;
}
.header-container .mobile-nav .mobile-links > .tokenize-asset > p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}
.header-container .mobile-nav .mobile-overlay {
  display: none;
  width: 100vw;
  position: absolute;
  top: 72px;
  z-index: 3;
  transition: unset;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
}
@media (min-width: 768px) {
  .header-container .mobile-nav {
    padding: 0 54px;
  }
  .header-container .mobile-nav .mobile-links {
    padding: 24px 54px;
  }
  .header-container .mobile-nav .mobile-links > .tokenize-asset {
    align-self: flex-start;
    width: fit-content;
  }
}
@media (min-width: 1024px) {
  .header-container .mobile-nav {
    display: none;
  }
  .header-container .desktop-nav {
    display: block;
  }
  .header-container .desktop-nav .nav {
    padding: 0 80px;
    justify-content: space-between;
  }
  .header-container .desktop-nav .nav .right-side {
    gap: 48px;
  }
  .header-container .desktop-nav .nav .right-side .links {
    gap: 48px;
  }
  .header-container .desktop-nav .dropdown-item {
    padding: 20px;
    width: 207px;
  }
}
@media (min-width: 1440px) {
  .header-container .mobile-nav {
    display: none;
  }
  .header-container .desktop-nav {
    display: block;
  }
  .header-container .desktop-nav .nav {
    padding: 0 112px;
    justify-content: space-between;
    gap: unset;
  }
  .header-container .desktop-nav .nav .right-side {
    gap: 64px;
  }
  .header-container .desktop-nav .nav .right-side .links {
    gap: 64px;
  }
  .header-container .desktop-nav .dropdown {
    height: 199px;
  }
  .header-container .desktop-nav .dropdown-item {
    padding: 24px;
    width: 289px;
    height: 100%;
  }
}

.info-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px 24px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}
@media (min-width: 768px) {
  .info-banner {
    padding: 16px 54px;
  }
}
@media (min-width: 1024px) {
  .info-banner {
    padding: 16px 80px;
  }
}
@media (min-width: 1440px) {
  .info-banner {
    padding: 16px 108px;
  }
}
.info-banner.hidden {
  display: none;
}
.info-banner.hidden ~ .header-container .desktop-nav,
.info-banner.hidden ~ .header-container .mobile-nav {
  top: 0;
}
.info-banner.menu-open {
  background-color: #1a1a1a;
}
.info-banner ~ .header-container .desktop-nav {
  top: 140px;
}
@media (min-width: 878px) {
  .info-banner ~ .header-container .desktop-nav {
    top: 86px;
  }
}
@media (min-width: 1024px) {
  .info-banner ~ .header-container .desktop-nav {
    top: 90px;
  }
}
.info-banner ~ .header-container .mobile-nav {
  top: 105px;
}
@media (min-width: 878px) {
  .info-banner ~ .header-container .mobile-nav {
    top: 86px;
  }
}
.info-banner ~ .header-container .mobile-nav:has(.mobile-links[style*=flex])::before, .info-banner ~ .header-container .mobile-nav.menu-open::before {
  content: "";
  position: absolute;
  top: -140px;
  left: 0;
  right: 0;
  height: 140px;
  background-color: #1a1a1a;
  z-index: 4;
}
@media (min-width: 878px) {
  .info-banner ~ .header-container .mobile-nav:has(.mobile-links[style*=flex])::before, .info-banner ~ .header-container .mobile-nav.menu-open::before {
    top: -86px;
    height: 86px;
  }
}

.info-banner-content {
  border-radius: 12px;
  border: 1px solid rgba(177, 252, 3, 0.5);
  background: radial-gradient(58.52% 100% at 0% 0%, rgba(177, 252, 3, 0.47) 0%, rgba(177, 252, 3, 0.14) 100%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: flex;
  padding: 12px 20px;
  padding-right: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .info-banner-content {
    padding: 12px 20px;
    padding-right: 40px;
  }
}

.info-banner-title {
  color: #FFF;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 165%;
  margin: 0;
}
.info-banner-title a {
  color: #B1FC03;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 165%;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.info-banner-title a:hover {
  opacity: 0.8;
}

.info-banner-subtitle {
  color: #BBB;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.14px;
  margin: 0;
}
.info-banner-subtitle a {
  color: #B1FC03;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.14px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  transition: opacity 0.2s ease;
}
.info-banner-subtitle a:hover {
  opacity: 0.8;
}

.info-banner-close {
  position: absolute;
  padding: 4px;
  top: 12px;
  right: 12px;
  cursor: pointer;
  transition: opacity 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-banner-close:hover {
  opacity: 0.5;
}
.info-banner-close svg {
  display: block;
}

/*# sourceMappingURL=main.css.map */
