*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #f6f5f9;
    font-family: Kraken-Brand, "IBM Plex Sans", Helvetica, Arial, sans-serif;
}

a {
    text-decoration: none;
    /* color: transparent; */
}

/* ######################## HEADER ############################# */
header {
    display: block;
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #FFF;
    height: 4rem;
}

header .wrapper {
    height: 100%;
    width: 80%;
    margin: auto;
}

header .inner {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header ul {
    list-style: none;
    padding: 0;
    display: flex;

    gap: .5rem;
}

header ul li {
    align-self: baseline;
}

header ul li a {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25;
    border-radius: 12px;
    padding: 8px 12px;
    box-shadow: 0 0 #000, 0 0 #000, none;
    border-width: 0;
    white-space: nowrap;
    width: 100%;
    cursor: pointer;
    display: inline-block;
}

header ul li a.primary-medium {
    color: #7132f5;
    background-color: rgba(133, 91, 251, .16);
}

header ul li a.primary-high {
    color: #FFF;
    background-color: #7132f5;
}

.fill-ds-brand-brand {
    fill: var(--fill-ds-brand-brand, #7132f5);
}

/* ############################## HERO ############################# */
.hero {
    margin-top: 4rem;
}

.hero .wrapper {
    height: 100%;
    width: 80%;
    margin: 0 auto;
}

.hero .inner {
    display: grid;
    gap: 0px;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}

.hero h1 {
    color: #2b1463;
    line-height: 56px;
    font-size: 48px;
    letter-spacing: -1px;
    font-weight: 700;
    text-align: left;
    text-wrap: balance;

    margin-bottom: 12px;
}

.hero p {
    color: #2b1463;
    line-height: 32px;
    font-size: 24px;
    font-weight: 400;
    text-align: left;

    margin-bottom: 32px;
}

.hero p:last-of-type {
    color: rgba(43,20,99,.8);
    line-height: 20px;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    overflow-wrap: break-word;
    text-wrap: pretty;
    white-space: normal;

    margin-bottom: 32px;
}

.hero .form-holder {
    display: flex;
    gap: .5rem;

    margin-bottom: 32px;
}

.hero .form-holder input {
    color: #434343;
    background: #FFF;
    height: 48px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 12px;
    padding: 13px 16px;
    outline: none;
    border: none;
    border: 1px solid #AFAFAF;

    flex-basis: 95%;
}

.hero .form-holder button {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.375rem;
    border-radius: 12px;
    outline: 2px solid transparent;
    border: none;
    box-shadow: 0 0 #0000, 0 0 #0000, none;
    background: #7132f5;
    color: #FFF;
    padding: 13px 16px;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
}


/* .hero .forbes {
    width: auto;
    text-align: left;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    line-height: 0;

    width: auto;
    height: 20px;
    display: inline-block;
    object-fit: contain;

    margin-bottom: 4px;
} */

.hero ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 12px;

    margin-top: 20px;
}

.hero ul li:first-child {
    background: #FFF;
    border-radius: 6px;
    padding: .5rem;
}

.hero ul li:first-child img {
    width: 64px;
    height: 64px;
    object-fit: cover;
}

.hero ul li:last-child {
    max-width: 212px;
    color: #2b1463;
    line-height: 22px;
    font-weight: 400;
    font-size: 16px;
}
.hero .inner > div:last-child {
    display: flex;
    justify-content: center;
}

.hero .inner > div:last-child video {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    max-width: 448px;
    box-sizing: border-box;
    margin: 0px auto;
    max-height: 600px;
    border-radius: 0px;
}

/* ################################ accelerating ################################ */
.accelerating {
    background: #FFF;
}

.accelerating .wrapper {
    height: 100%;
    width: 80%;
    margin: 0 auto;
}

.accelerating .inner {
    padding-top: 68px;
    padding-bottom: 68px;
}

.accelerating h3 {
    color: #2b1463;
    line-height: 26px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    overflow-wrap: break-word;
    text-wrap: pretty;
    white-space: normal;

    margin-bottom: 28px;
}

.accelerating ul {
    list-style: none;

    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;

    margin-bottom: 20px;
}

.accelerating ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.accelerating ul li h4 {
    color: #2b1463;
    line-height: 44px;
    font-size: 36px;
    font-weight: 400;
    text-align: center;
}

.accelerating ul li p {
    color: rgba(43,20,99,.8);
    line-height: 22px;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
}

.accelerating .binary {
    display: grid;
    gap: 60px;
    grid-template-columns: auto minmax(320px, 1fr);
}

.accelerating .binary > div:first-child img {
    width: auto;
    height: 100%;
    display: block;
    max-width: 100%;
    max-height: 535px;
    object-fit: fill;
}

.accelerating .binary > div:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;

    
    padding-top: 64px;
}

.accelerating .binary > div:last-child p {
    color: rgba(43,20,99,.8);
    line-height: 20px;
    font-weight: 400;
    font-size: 14px;
    text-align: left;

    height: auto;
    display: flex;
    gap: 24px 12px;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
}

.accelerating .binary > div:last-child p:has(span) {
    margin-bottom: 12px;
}


.accelerating .binary > div:last-child p span {
    top: auto;
    width: 20px;
    bottom: auto;
    height: 20px;
    position: relative;
    background: rgba(148, 151, 169, 0.08);
    box-sizing: border-box;
    margin: 0px;
    padding-top: 0.8px;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
}

.accelerating .binary > div:last-child h2 {
    color: #2b1463;
    line-height: 44px;
    font-size: 36px;
    letter-spacing: -.5px;
    font-weight: 700;
    text-align: left;

    margin-bottom: 24px;
}

.accelerating .binary > div:last-child button {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.375rem;
    border-radius: 12px;
    outline-offset: -2px;
    outline: 2px solid transparent;
    box-shadow: 0 0 #0000, 0 0 #0000, none;
    color: #FFF;
    padding: 13px 16px;
    background: #7132f5;
    border-width: 0;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;

    margin-top: 40px;
}

/* ################################### STOCK ############################ */
.stock {
    margin-top: 112px;
    margin-bottom: 112px;
}

.stock .wrapper {
    height: 100%;
    width: 80%;
    margin: 0 auto;
}

.stock .inner > div:first-of-type {
    padding-top: 80px;

    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-start;

    background: rgb(22, 18, 31);
    border-radius: 20px;

    margin-bottom: 16px;
}

.stock .inner > div:first-of-type > p:first-of-type {
    width: auto;
    height: auto;
    padding: 8px 12px;
    position: relative;
    background: rgba(255, 255, 255, 0.08);
    box-sizing: border-box;
    margin: 0px auto;
    border-radius: 6px;

    color: #f1efff;
    line-height: 26px;
    font-size: 18px;
    font-weight: 400;

    margin-bottom: 40px;
}

.stock .inner > div:first-of-type > h1 {
    color: #f1efff;
    line-height: 56px;
    font-size: 48px;
    letter-spacing: -1px;
    font-weight: 700;
    text-align: left;
    text-wrap: balance;

    margin-bottom: 12px;
}

.stock .inner > div:first-of-type > p:last-of-type {
    color: #f1efff;
    line-height: 28px;
    font-size: 20px;
    font-weight: 400;
    max-width:740px;
    text-align: center;
    overflow-wrap: break-word;
    text-wrap: pretty;
    white-space: normal;

    margin-bottom: 32px;
}

.stock .inner > div:first-of-type > div {
    display: flex;
    flex-flow: row;
    column-gap: 8px;

    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;

    margin-bottom: 32px;
}

.stock .inner > div:first-of-type > div button {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.375rem;
    border-radius: 12px;
    outline-offset: -2px;
    outline: 2px solid transparent;
    box-shadow: 0 0 #0000, 0 0 #0000, none;
    color: #FFF;
    padding: 13px 16px;
    background: hsla(0,0%,100%,.16);
    border-width: 0;
    white-space: nowrap;
    cursor: pointer;
}

.stock .inner > div:first-of-type > img {
    display: block;
    max-width: 1252px;
    object-fit: cover;
}

.stock .inner > div:last-of-type {
    color: rgba(43,20,99,.72);
    line-height: 22px;
    font-weight: 400;
    font-size: 16px;
}

.stock .inner > div:last-of-type a {
    color: #7132f5;
}

/* ################################### WHY ############################## */
.why .wrapper {
    height: 100%;
    width: 80%;
    margin: 0 auto;
}

.why .inner h2 {
    color: #2b1463;
    line-height: 44px;
    font-size: 36px;
    letter-spacing: -.5px;
    font-weight: 700;
    text-align: center;

    margin-bottom: 40px;
}

.why .inner ul {
    display: grid;
    gap: 24px;
    align-items: stretch;
    grid-template-columns: 1fr 1fr 1fr;

    margin-bottom: 40px;
}

.why .inner ul li {
    height: auto;
    display: flex;
    flex-flow: column;
    background: rgb(255, 255, 255);
    box-shadow: rgba(16, 24, 40, 0.04) 0px 1px 4px 0px;
    align-items: flex-start;
    border-radius: 20px;
    justify-content: flex-start;
}

.why .inner ul li > div:first-of-type {
    padding: 36px;
    border-radius: 0px;
}

.why .inner ul li > div:first-of-type h3 {
    color: #2b1463;
    line-height: 32px;
    font-size: 24px;
    font-weight: 400;
    text-align: left;

    margin-bottom: 8px;
}

.why .inner ul li > div:first-of-type p {
    color: #2b1463;
    line-height: 22px;
    font-weight: 400;
    font-size: 16px;
    text-align: left;

    margin-bottom: 24px;
}

.why .inner ul li > div:first-of-type button {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    border-radius: 12px;
    outline-offset: -2px;
    outline: 2px solid transparent;
    box-shadow: 0 0 #0000, 0 0 #0000, none;
    color: #7132f5;
    padding: 8px 12px;
    background: rgba(133,91,251,.16);
    border-width: 0;
    white-space: nowrap;
    cursor: pointer;
}

.why .inner ul li > img {
    width: 100%;
    height: auto;
    margin: auto auto 0px;
    display: flex
;
    text-align: center;
    justify-content: center;
}

.why .inner > button {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.375rem;
    border-radius: 12px;
    outline-offset: -2px;
    outline: 2px solid transparent;
    box-shadow: 0 0 #0000, 0 0 #0000, none;
    color: #FFF;
    padding: 13px 16px;
    background: #7132f5;
    border-width: 0;
    white-space: nowrap;
    cursor: pointer;
    display: block;
    margin: auto;
}

/* ################################### SUBSCRIBE ######################### */
.subscribe {
    margin-top: 112px;
}

.subscribe .wrapper {
    height: 100%;
    width: 65%;
    margin: 0 auto;
}

.subscribe .inner {
    outline-offset: 2px;
    outline: 2px solid transparent;
    padding: 1.5rem;
    background: #FFF;
    border-radius: 12px;

    display: grid;
    gap: 0px 24px;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}

.subscribe .inner > div:first-of-type {
    box-sizing: border-box;
    margin: 0px 0px 0px 32px;
    border-radius: 0px;
}

.subscribe .inner > div:first-of-type h2 {
    color: #2b1463;
    line-height: 36px;
    font-size: 28px;
    letter-spacing: -.5px;
    font-weight: 700;
    text-align: left;
    overflow-wrap: break-word;
    text-wrap: pretty;
    white-space: normal;

    margin-bottom: 8px;
}

.subscribe .inner > div:first-of-type p {
    color: #2b1463;
    line-height: 22px;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    text-wrap: balance;

    margin-bottom: 24px;
}

.subscribe .inner > div:first-of-type .form-holder {
    display: flex;
    gap: .5rem;
    align-items: flex-start;
    flex-grow: 1;

    margin-bottom: 24px;
}

.subscribe .inner > div:first-of-type input {
    color: #434343;
    height: 48px;
    font-size: 16px;
    font-family: inherit;
    font-weight: 400;
    line-height: 24px;
    border-radius: 12px;
    box-shadow: none;
    padding: 13px 16px;
    border: none;
    outline: none;
    border: 1px solid #AFAFAF;
    width: 100%;
}

.subscribe .inner > div:first-of-type button {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.375rem;
    border-radius: 12px;
    outline-offset: -2px;
    outline: 2px solid transparent;
    box-shadow: 0 0 #0000, 0 0 #0000, none;
    color: #FFF;
    padding: 13px 16px;
    background: #7132f5;
    border-width: 0;
    white-space: nowrap;
    cursor: pointer;
}

.subscribe .inner > div:first-of-type p:last-of-type {
    color: rgba(43,20,99,.72);
    line-height: 16px;
    font-weight: 400;
    font-size: 12px;
    text-align: left;
    text-wrap: balance;
}

.subscribe .inner > div:last-of-type img{
    display: block;
    max-height: 300px;
    object-fit: contain;
    object-position: center center;
}


/* ################################### EARN ############################## */
.earn {
    padding-top: 112px;
    padding-bottom: 40PX;
}

.earn .wrapper {
    padding-left: 16px;
    padding-right: 16px;
}

.earn .inner h2 {
    color: #2b1463;
    line-height: 44px;
    font-size: 36px;
    letter-spacing: -.5px;
    font-weight: 700;
    text-align: center;

    margin-bottom: 16px;
}

.earn .inner > div:first-of-type {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;

    margin-bottom: 64px;
}

.earn .inner > div:first-of-type p {
    color: #2b1463;
    line-height: 26px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    max-width:660px;

    margin-bottom: 32px;
}

.earn .inner > div:first-of-type ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 1rem;
    place-content: center;
}

.earn .inner > div:first-of-type ul li {
    width: 160px;
    transition-timing-function: cubic-bezier(0,0,.2,1);
    transition-duration: .15s;
    box-shadow: 0 0 #0000, 0 0 #0000, 0px 4px 24px rgba(0,0,0,.03);
    padding: 1rem;
    background: #FFF;
    border-color: rgb(255, 255, 255 );
    border-style: solid;
    border-width: 1px;
    border-radius: 8px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .5rem;
}

.earn .inner > div:first-of-type ul li img {
    width: 40px;

    border-width: 1px;
    border-color: #dedee5;
    border-style: solid;
    box-sizing: border-box;
    border-radius: 50%;
}

.earn .inner > div:first-of-type ul li h4 {
  text-align: center;
  color: #2b1463;

  font-size: 1rem;
  font-weight: 500;
  line-height: 1.375rem;
}

.earn .inner > div:first-of-type ul li span {
  color: #026b3f;
  padding: 4px 8px;
  background: rgba(20,158,97,.16);
  border-radius: 8px;
  gap: 4px;

  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
}

.earn .inner > div:nth-of-type(2) {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.earn .inner > div:nth-of-type(2) > p {
    color: #2b1463;
    line-height: 32px;
    font-size: 24px;
    font-weight: 400;
    text-align: center;

    margin-bottom: 24px;
}

.earn .inner > div:nth-of-type(2) > button {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.375rem;
    border-radius: 12px;
    outline-offset: -2px;
    outline: 2px solid transparent;
    box-shadow: 0 0 #0000, 0 0 #0000, none;
    color: #FFF;
    padding: 13px 16px;
    background: #7132f5;
    border-width: 0;
    white-space: nowrap;
    cursor: pointer;
    display: block;
    margin: auto;

    margin-bottom: 80PX;
}

.earn .inner > div:nth-of-type(3) {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.earn .inner > div:nth-of-type(3) P {
    color: #686b82;;
    line-height: 16px;
    font-weight: 400;
    font-size: 12px;
    text-align: center;

    margin-top: 1em;
}

.earn .inner > div:nth-of-type(3) P a {
    color: rgba(43,20,99,.8);
}

/* ################################### TRADE ############################## */
.trade {
    background: #0b0611;
}

.trade .wrapper {
    height: 100%;
    width: 80%;
    margin: 0 auto;
}

.trade .inner {
    padding-top: 120px;
    padding-bottom: 80px;
}

.trade .inner > div:first-child {
    display: flex;
    justify-content: center;
    
    margin-bottom: 18px;
}

.trade .inner > div:first-child img {
    width: auto;
    height: 24px;
    display: inline-block;
}

.trade .inner h2 {
    max-width: 720px;
    box-sizing: border-box;
    margin: 0px auto;
    border-radius: 0px;

    color: #FFF;
    line-height: 56px;
    font-size: 48px;
    letter-spacing: -1px;
    font-weight: 700;
    text-align: center;
    overflow-wrap: break-word;
    text-wrap: pretty;
    white-space: normal;

    margin-bottom: 48px;
}

.trade .inner > img {
    width: 100%;
    height: auto;
}

.trade .inner > ul:first-of-type {
    display: flex;
    gap: 60px 30px;
    flex-flow: wrap;
    align-items: unset;
    justify-content: center;

    margin-top: -40px;
    margin-bottom: 52px;
}

.trade .inner > ul:first-of-type li {
    width: 100%;
    max-width: 360px;
    box-sizing: border-box;
    margin: 0px;
    border-radius: 0px;
}

.trade .inner > ul:first-of-type li img {
    width: auto;
    height: 58px;
    display: block;
    text-align: center;

    margin: auto;

    margin-bottom: 10px;
}

.trade .inner > ul:first-of-type li h4 {
    color: #FFF;
    line-height: 36px;
    font-size: 28px;
    font-weight: 400;
    text-align: center;

    margin-bottom: 8px;
}

.trade .inner > ul:first-of-type li p {
    color: #9497a9;
    line-height: 26px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.trade .inner > button {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.375rem;
    border-radius: 12px;
    outline-offset: -2px;
    outline: 2px solid transparent;
    box-shadow: 0 0 #0000, 0 0 #0000, none;
    color: #FFF;
    padding: 13px 16px;
    background: #7132f5;
    border-width: 0;
    white-space: nowrap;
    cursor: pointer;
    display: block;
    margin: auto;

    margin-bottom: 80px;
}

.trade .inner > ul:last-of-type {
    display: flex;
    gap: 30px;
    flex-flow: wrap;
    align-items: stretch;
    justify-content: center;
}

.trade .inner > ul:last-of-type li {
    width: 100%;
    max-width: 370px;
    background: rgb(46, 51, 80);
    box-sizing: border-box;
    margin: 0px;
    padding: 1px;
    border-radius: 16px;

    padding-left: 16px;
    padding-right: 16px;

    display: flex;
    gap: 24px;
    flex-flow: column;
    align-items: center;
    justify-content: center;

    padding-top: 24px;
}

.trade .inner > ul:last-of-type li h4 {
    margin-top: 24px;
    max-width: 200px;
    color: #FFF;
    line-height: 26px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.trade .inner > ul:last-of-type li button {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.375rem;
    border-radius: 12px;
    outline-offset: -2px;
    outline: 2px solid transparent;
    box-shadow: 0 0 #0000, 0 0 #0000, none;
    color: #FFF;
    padding: 13px 16px;
    background: rgba(133,91,251,.16);
    border-width: 0;
    white-space: nowrap;
    cursor: pointer;
    display: block;
    margin: auto;

    margin-bottom: 48px;
}


/* ################################### ADVENTURE ################################ */
.adventure {
    background-image: radial-gradient(280.93% 120.59% at 93.96% -5.23%, #916BE6 0%, #692FE4 45.77%, #4F24AD 100%);
    background-color: rgb(113, 50, 245);
}

.adventure .wrapper {
    height: 100%;
    width: 80%;
    margin: 0 auto;
}

.adventure .inner {
    padding-top: 144px;
    padding-bottom: 144px;

    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-start;
}

.adventure .inner h2 {
    color: #FFF;
    line-height: 56px;
    font-size: 48px;
    letter-spacing: -1px;
    font-weight: 700;
    text-align: center;

    margin-bottom: 8px;
}

.adventure .inner h4 {
    color: #FFF;
    line-height: 28px;
    font-size: 20px;
    font-weight: 400;
    text-align: center;

    margin-bottom: 30px;
}

.adventure .inner button {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.375rem;
    outline-offset: -2px;
    text-decoration-line: none;
    color: #7132f5;
    padding: 13px 16px;
    background: #FFF;
    border-width: 0;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    border-radius: 12px;
}


/* ################################### NOTICE ############################# */
.notice .wrapper {
    height: 100%;
    width: 80%;
    margin: 0 auto;
}


.notice .inner {
    padding-top: 40px;
    padding-bottom: 40px;
}

.notice .inner p {
    color: rgba(43,20,99,.8);
    line-height: 16px;
    font-weight: 400;
    font-size: 12px;
    text-align: left;
    margin-top: 1em;
}

.notice .inner p a {
    color: #7132f5;
}

/* ################################### FOOTER ############################# */
footer {
    background: #FFF;
    color: #2b1463;
    padding-top: 5rem;
    padding-bottom: 5rem;
    border-color: rgba(104, 107, 130, .12);
    border-style: solid;
    border-top-width: 1px;
}

footer .wrapper {
    height: 100%;
    width: 80%;
    margin: 0 auto;
}

footer .inner > div:first-child {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 1rem;
    gap: 2.5rem;
}

footer .inner > div:first-child > div:first-child {
    display: flex;
    flex-direction: column;
    max-width: 404px;
    gap: 2rem;
}

footer .inner > div:first-child > div:first-child h3 {
    color: #2b1463;
    line-height: 36px;
    font-size: 28px;
    letter-spacing: -.5px;
    font-weight: 700;
    text-wrap: balance;
}

footer .inner > div:first-child > div:first-child ul {
    list-style: none;
    display: flex;
    gap: 1.5rem;
}

footer .inner > div:first-child > div:first-child ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
}

footer .inner > div:first-child > div:first-child ul li p {
    color: rgba(43,20,99,.72);
    line-height: 16px;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
}

footer .inner > div:first-child > div:first-child > div {
    display: flex;
    gap: .5rem;
}

footer .inner > div:first-child > div:first-child > div button {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.375rem;
    border-radius: 12px;
    box-shadow: 0 0 #0000, 0 0 #0000, none;
    color: #FFF;
    padding: 13px 16px;
    border-width: 0;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;

    flex-basis: 48%;
}

footer .inner > div:first-child > div:first-child > div button.primary-high {
    background: #7132f5;
}

footer .inner > div:first-child > div:first-child > div button.primary-medium {
    color: #7132f5;
    background: rgba(133,91,251,.16);
}

footer .inner > div:first-child > div:last-child {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 2rem;
    column-gap: 1.25rem;
}

footer .inner > div:first-child > div:last-child h4 {
    font-size: 16px;
    margin-bottom: .25rem;
    color: #2b1463;
    line-height: 22px;
    font-weight: 400;
}

footer .inner > div:first-child > div:last-child ul {
    list-style: none;
}

footer .inner > div:first-child > div:last-child ul li {
    color: rgba(43,20,99,.8);
    line-height: 20px;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
}

footer .inner > div:nth-child(2) {
    margin-top: 2.5rem;
    border-top: 1px solid rgba(104,107,130,.24);
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    row-gap: 2rem;
}

footer .inner > div:nth-child(2)  ul {
    list-style: none;
    display: flex;
    gap: 1rem;
    flex-direction: row;
}

footer .inner > div:nth-child(2) > ul li {
    color: rgba(43,20,99,.72);
    line-height: 16px;
    font-weight: 500;
    font-size: 12px;
}

footer .inner > div:nth-child(2) > ul:last-child {
    gap: .5rem;
    width: auto;
    flex-wrap: wrap;
    justify-content: flex-end;
}

footer .inner > div:nth-child(2) > ul:last-child li {
    color: rgba(43,20,99,.8);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    width: 28px;
}

footer .inner > div:nth-child(3) {
    color: rgba(43,20,99,.72);
    line-height: 16px;
    font-weight: 400;
    font-size: 12px;
}

footer .inner > div:nth-child(4) {
    color: rgba(43,20,99,.72);
    line-height: 16px;
    font-weight: 400;
    font-size: 12px;
    font-style: italic;
}

footer .inner > div:nth-child(4) a {
    color: #7132f5;
}


@media screen and (max-width: 750px) {
    /* HERO */
    .hero {
        margin-top: 3rem;
    }

    .hero .wrapper {
        width: 95%;
    }

    .hero .inner {
        padding-left: 16px;
        padding-right: 16px;

        grid-template-columns: 1fr;
        gap: 0px;
        align-items: center;
    }

    .hero h1 {
        text-align: center;
        line-height: 40px;
        font-size: 32px;
    }

    .hero p {
        text-align: center;
        line-height: 28px;
        font-size: 20px;
    }

    .hero .form-holder input {
        display:  none;
    }

    .hero .form-holder {
        justify-content: center;
    }

    .hero .inner > div:first-of-type img {
        display: block;
        margin: 0 auto;
    }

    .hero .inner > div:first-of-type ul {
        display: none;
    }
    /* ACCELERATING */
    .accelerating .wrapper {
        width: 95%;
    }

    .accelerating .inner {
        padding-left: 16px;
        padding-right: 16px;

        padding-top: 40px;
        padding-bottom: 40px;
    }

    .accelerating h3 {
        padding-left: 16px;
        padding-right: 16px;

        line-height: 22px;
        font-size: 16px;
    }

    .accelerating ul {
        gap: 40px;
        grid-template-columns: 1fr;
    }

    .accelerating ul li h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .accelerating ul li p{
        font-size: 16px;
        line-height: 22px;
    }

    .accelerating .binary {
        gap: 24px;
        grid-template-columns: 1fr;
    }

    .accelerating .binary > div:last-child {
        align-items: center;
        justify-content: center;

        padding-top: 8px;
    }

    .accelerating .binary > div:last-child h2 {
        font-size: 24px;
        line-height: 32px;
    }

    /* STOCK */
    .stock .wrapper {
        width: 95%;
    }
    
    .stock .inner > div:first-of-type {
        padding-top: 40px;
    }

    .stock .inner > div:first-of-type > p:first-of-type {
        line-height: 22px;
        font-size: 16px;
    }

    
    .stock .inner > div:first-of-type > h1 {
        line-height: 40px;
        font-size: 32px;
        padding-left: 16px;
        padding-right: 16px;
        text-align: center;
    }

    .stock .inner > div:first-of-type > p:last-of-type {
        font-size: 18px;
        line-height: 26px;
        padding-left: 16px;
        padding-right: 16px;
        text-align: center;
    }

    .stock .inner > div:first-of-type > img {
        aspect-ratio: 1.35792 / 1;
        max-width: 640px;
    }


    /* WHY */
    .why .wrapper {
        width: 95%;
    }

    .why .inner h2 {
        line-height: 32px;
        font-size: 24px;
    }

    .why .inner ul {
        grid-template-columns: 1fr;
    }

    .why .inner ul li > div:first-of-type h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .why .inner ul li > div:first-of-type p {
        font-size: 16px;
        line-height: 28px;
    }

    .why .inner ul li > div:first-of-type {
        padding: 28px;
    }

    /* SUBSCRIBE */
    .subscribe .wrapper {
        width: 95%;
    }

    .subscribe .inner {
        grid-template-columns: 1fr;
    }

    .subscribe .inner > div:last-of-type {
        display: none;
    }

    .subscribe .inner > div:first-of-type h2 {
        line-height: 28px;
        font-size: 20px;
    }

    .subscribe .inner > div:first-of-type p {
        margin-bottom: 24px;
        font-size: 16px;
        line-height: 22px;
    }

    .subscribe .inner > div:first-of-type {
        margin: 0;
    }

    /* EARN */
    .earn .inner h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .earn .inner > div:first-of-type p {
        max-width: 100%;
        line-height: 22px;
        font-size: 16px;
    }

    
    .earn .inner > div:first-of-type ul {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(156px, 1fr));
        gap: 1rem;
        place-content: center;
        width: 100%;
    }

    .earn .inner > div:nth-of-type(2) > p {
        line-height: 28px;
        font-size: 20px;
    }

    
    .earn .inner > div:nth-of-type(2) > button {
        margin-bottom: 40PX;
    }

    /* TRADE */
    .trade .wrapper {
        width: 95%;
    }

    .trade .inner {
        padding-top: 40px;
    }

    .trade .inner h2 {
        font-size: 32px;
        width: 100%;
        line-height: 40px;
        letter-spacing: -1px;
    }

    .trade .inner > ul:first-of-type li h4 {
        font-size: 22px;
        line-height: 30px;
    }

    .trade .inner > ul:first-of-type li p {
        line-height: 22px;
        font-size: 16px;
    }

    .trade .inner > ul:last-of-type li h4 {
        font-size: 16px;
        line-height: 22px;
    }

    /* ADVENTURE */
    .adventure .wrapper {
        width: 95%;
    }

    .adventure .inner {
        padding-top: 112px;
        padding-bottom: 112px;
    }

    .adventure .inner h2 {
        font-size: 32px;
    }

    .adventure .inner h4 {
        font-size: 18px;
    }

    /* NOTICE */
    .notice .wrapper {
        width: 95%;
    }

    /* FOOTER */
    footer {
        padding-bottom: 1rem;
    }

    footer .wrapper {
        width: 95%;
    }

    footer .inner > div:first-child {
        grid-template-columns: 1fr;
    }

    footer .inner > div:first-child > div:first-child h3 {
        font-size: 20px;
    }

        
    footer .inner > div:first-child > div:last-child {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    footer .inner > div:nth-child(2) {
        flex-direction: column;
        align-items: flex-start;
    }

    footer .inner > div:nth-child(2)  ul {
        flex-direction: column;
    }

    
    footer .inner > div:nth-child(2) > ul:last-child {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: .5rem;
        width: 100%;
    }

    
    footer .inner > div:nth-child(3) {
        margin-bottom: 2.5rem;
    }
}