@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");@import url("https://fonts.googleapis.com/css2?family=Arvo:wght@700&amp;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
}

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
}

html {
    scroll-behavior: smooth
}

body {
    font-family: "Noto Sans", sans-serif;
    background: #0b161e;
    font-size: 60%;
    color: #c3c3c3;
    line-height: 1.75
}

@media (min-width: 768px) {
    body {
        font-size:70%
    }
}

@media (min-width: 1024px) {
    body {
        font-size:77.5%
    }
}

@media (min-width: 1280px) {
    body {
        font-size:85%
    }
}

@media (min-width: 1440px) {
    body {
        font-size:100%
    }
}

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

img.flip {
    margin-bottom: -6px
}

.number {
    font-family: "Arvo", serif
}

.title {
    font-weight: 700;
    color: #fff
}

.title span {
    color: #25d695
}

.subtitle {
    font-weight: 700;
    color: #25d695
}

.coreum-btn {
    border-radius: 4px;
    background: linear-gradient(225deg, #25d695 0%, #179b69 100%);
    padding: 1.25em 0;
    text-transform: uppercase;
    color: #1d222c;
    border: 1px solid transparent;
    text-align: center;
    font-size: 1.25em;
    width: 20em;
    transition: 0.3s;
    font-weight: 700
}

.coreum-btn:hover {
    text-decoration: none;
    color: #1d222c;
    opacity: 0.5
}

.coreum-btn.transparent {
    border-color: #25d695;
    background: rgba(37,214,149,0.0627451);
    color: #fff
}

.coreum-btn.transparent:hover {
    color: #fff
}

.hoverable {
    cursor: pointer;
    transition: 0.3s
}

.hoverable:hover {
    opacity: 0.5
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: transparent;
    margin: 0 10px
}

::-webkit-scrollbar-thumb {
    background: darkslategrey;
    border-radius: 10px
}

::-webkit-scrollbar-thumb:hover {
    background: gray;
    cursor: "pointer"
}

::selection {
    background: #25d695;
    color: #1d222c
}

::-moz-selection {
    background: #25d695;
    color: #1d222c
}

.banner {
    width: 100%;
    background: #004dc2;
    position: relative;
    display: none;
    justify-content: center;
    text-align: center;
    padding: 1.25em;
    color: #fff;
    cursor: pointer
}

.banner p {
    font-size: 1em;
    font-weight: 700;
    padding-right: 3em
}

.banner i {
    position: absolute;
    right: 2em;
    top: 50%;
    transform: translateY(-50%)
}

@media (min-width: 1024px) {
    .banner {
        margin-top:0 !important
    }
}

nav.mobile-navigation {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    display: flex;
    z-index: 999
}

nav.mobile-navigation .coreum-logo {
    width: 100%;
    max-width: 150px;
    height: auto
}

nav.mobile-navigation i {
    color: #fff;
    margin-right: auto;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em
}

nav.mobile-navigation .spacer {
    width: 35px;
    margin-left: auto
}

nav.mobile-navigation>.mobile-menu {
    display: none;
    visibility: none;
    transition: 0.2s ease;
    background-color: #0b161e
}

nav.mobile-navigation.show>.mobile-menu {
    visibility: show;
    transform: scaleY(100%);
    display: grid;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0
}

nav.mobile-navigation.show>.mobile-menu .main-links {
    padding: 60px 30px 30px 30px;
    display: grid;
    gap: 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #eeeeee
}

nav.mobile-navigation.show>.mobile-menu .main-links>.link {
    all: unset;
    display: flex;
    align-items: center;
    gap: 0.25em
}

nav.mobile-navigation.show>.mobile-menu .main-links>.link>img {
    transform: rotate(-90deg);
    width: 1em;
    height: 1em;
    transition: 0.3s ease
}

nav.mobile-navigation.show>.mobile-menu .main-links>.link>img.active {
    transform: rotate(0deg)
}

nav.mobile-navigation.show>.mobile-menu .main-links>a {
    all: unset;
    display: flex;
    align-items: center;
    gap: 0.25em;
    cursor: pointer
}

nav.mobile-navigation.show>.mobile-menu .main-links>a>img {
    width: 32px;
    height: 32px
}

nav.mobile-navigation.show>.mobile-menu .main-links>.submenu-links {
    display: none;
    padding-left: 2em
}

nav.mobile-navigation.show>.mobile-menu .main-links>.submenu-links.show {
    display: grid;
    gap: 24px
}

nav.mobile-navigation.show>.mobile-menu .main-links>.submenu-links.show a {
    all: unset;
    display: flex;
    align-items: center;
    gap: 0.25em;
    cursor: pointer
}

nav.mobile-navigation.show>.mobile-menu .main-links>.submenu-links.show a>img {
    width: 32px;
    height: 32px
}

nav.mobile-navigation.show::before {
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    top: 0;
    left: 0;
    content: " ";
    backdrop-filter: blur(1px);
    filter: brightness(0.5)
}

nav.desktop-navigation {
    display: flex;
    width: 100%;
    padding: 0em 3em;
    padding-top: 2em;
    align-items: center;
    z-index: 100000;
    position: relative;
    gap: 30px
}

@media (min-width: 1024px) {
    nav.desktop-navigation {
        padding:0em 7em;
        padding-top: 2em;
        gap: unset;
        overflow: unset;
        justify-content: space-between;
        gap: 60px
    }
}

nav.desktop-navigation .coreum-logo {
    width: 100%;
    max-width: 150px;
    height: auto
}

nav.desktop-navigation .links-header {
    min-width: 350px;
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

@media (min-width: 1024px) {
    nav.desktop-navigation .links-header {
        max-width:50%;
        margin-right: 48px
    }
}

nav.desktop-navigation .links-header a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #eee;
    display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 12px 24px;
    transition: 0.2s
}

nav.desktop-navigation .links-header a:hover {
    text-decoration: none;
    color: #25d695
}

nav.desktop-navigation .links-header a>img {
    width: 32px;
    height: 32px
}

footer {
    background: #2b3138;
    padding: 40px 0;
    display: grid;
    grid-template-rows: 1fr auto;
    place-items: center
}

@media (min-width: 1024px) {
    footer {
        padding:60px
    }
}

footer .footer-body {
    display: grid;
    gap: 24px;
    max-width: 1440px
}

@media (min-width: 768px) {
    footer .footer-body {
        gap:60px;
        margin: 0 16px
    }
}

@media (min-width: 1280px) {
    footer .footer-body {
        grid-template-columns:1fr 1fr;
        grid-template-rows: auto 1fr
    }
}

@media (min-width: 1440px) {
    footer .footer-body {
        grid-template-columns:1fr 2fr
    }
}

footer .logo-and-socials {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    height: fit-content
}

footer .logo-and-socials>img.logo {
    max-width: 160px
}

footer .logo-and-socials .social-icons {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    padding: 0px 24px
}

footer .logo-and-socials .social-icons .social-icon {
    width: 48px;
    height: 48px;
    border-radius: 100%
}

@media (min-width: 768px) {
    footer .logo-and-socials .social-icons {
        width:unset;
        gap: 16px
    }
}

@media (min-width: 1280px) {
    footer .logo-and-socials .social-icons {
        padding:unset
    }
}

@media (min-width: 768px) {
    footer .logo-and-socials {
        flex-direction:unset;
        justify-content: space-between
    }
}

@media (min-width: 1280px) {
    footer .logo-and-socials {
        flex-direction:column;
        align-items: start
    }
}

footer .newsletter {
    display: grid;
    gap: 24px;
    height: fit-content;
    width: 90%;
    margin: 0 auto
}

@media (min-width: 1024px) {
    footer .newsletter {
        grid-column:1;
        grid-row: 2;
        margin-left: 0
    }
}

@media (min-width: 1440px) {
    footer .newsletter {
        grid-column:2;
        grid-row: 1;
        max-width: 70%
    }
}

footer .newsletter>.input-and-btn {
    display: grid;
    gap: 12px
}

footer .newsletter>.input-and-btn>input {
    width: 100%;
    padding: 12px 48px;
    border: none;
    border-radius: 24px;
    padding-left: 1em;
    background: #5e6773;
    height: 100%;
    color: #fff
}

footer .newsletter>.input-and-btn>input::placeholder {
    text-align: left;
    color: #c3c3c3
}

footer .newsletter>.input-and-btn>input:active,footer .newsletter>.input-and-btn>input:focus {
    outline: none
}

footer .newsletter>.input-and-btn>button {
    all: unset;
    background: rgba(37,214,149,0.1);
    border: 1.5px solid #25d695;
    border-radius: 45px;
    padding: 12px 48px;
    color: #25d695;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    place-self: center
}

@media (min-width: 768px) {
    footer .newsletter>.input-and-btn>button {
        width:unset;
        place-self: unset
    }
}

@media (min-width: 768px) {
    footer .newsletter>.input-and-btn {
        grid-template-columns:1fr auto
    }
}

footer .copyright {
    margin-top: 3em;
    place-self: center;
    text-align: center;
    font-size: 10px
}

footer .sitemap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 64px;
    padding: 24px
}

@media (min-width: 768px) {
    footer .sitemap {
        grid-template-columns:repeat(4, 1fr);
        padding: unset
    }
}

@media (min-width: 1280px) {
    footer .sitemap {
        grid-template-columns:repeat(2, 1fr);
        grid-row-start: 1;
        grid-row-end: 3;
        grid-column: 2;
        place-self: end
    }
}

@media (min-width: 1440px) {
    footer .sitemap {
        grid-template-columns:repeat(4, 1fr);
        grid-row-start: 2;
        place-self: unset
    }
}

footer .sitemap .column {
    display: flex;
    flex-direction: column
}

footer .sitemap .column .subtitle {
    margin-bottom: 0.5em;
    width: 100%;
    font-size: 2em
}

@media (min-width: 1024px) {
    footer .sitemap .column .subtitle {
        font-size:unset
    }
}

footer .sitemap .column a {
    color: #c3c3c3;
    margin: 0.35em 0;
    font-size: 1em;
    white-space: nowrap
}

.ellipse1 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../assets/images/home/ellipse1.png");
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    height: 500px;
    z-index: -1
}

.flip-card {
    background-color: transparent;
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 65%;
    perspective: 1000px
}

.flip-card-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg)
}

.flip-card-front,.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 0.75em
}

.flip-card-front {
    background: linear-gradient(270deg, rgba(94,103,115,0.25) 0%, rgba(94,103,115,0) 100%);
    backdrop-filter: blur(10px);
    padding: 1.5em
}

.flip-card-front img {
    margin-bottom: 1.25em;
    width: 25%;
    margin-right: auto
}

.flip-card-front p {
    text-align: left;
    color: #fff;
    font-size: 1.15em
}

.flip-card-back {
    transform: rotateY(180deg);
    padding: 0 1.25em;
    background: linear-gradient(270deg, rgba(94,103,115,0.25) 0%, rgba(94,103,115,0) 100%);
    backdrop-filter: blur(10px)
}

.flip-card-back img {
    width: 100%;
    height: auto
}

b {
    font-weight: 800;
    color: #fff
}

em {
    font-style: italic;
    color: inherit;
    font-family: inherit
}

ellipse {
    position: absolute;
    width: 250px;
    height: 500px;
    top: 50%;
    transform: translateY(-50%);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.6
}

@media (min-width: 1024px) {
    ellipse {
        width:500px;
        height: 1000px;
        opacity: unset
    }
}

ellipse.left {
    left: 0;
    background-position: left;
    background-image: url("../assets/images/ellipses/left.png")
}

ellipse.left.logo {
    background-image: url("../assets/images/ellipses/left-logo.png");
    background-size: contain;
    bottom: 0;
    top: unset;
    transform: unset
}

ellipse.right {
    right: 0;
    background-position: right;
    background-image: url("../assets/images/ellipses/right.png")
}

ellipse.right.logo {
    background-image: url("../assets/images/ellipses/right-logo.png");
    background-size: contain;
    bottom: 0;
    top: unset;
    transform: unset
}

a.button {
    all: unset;
    cursor: pointer;
    border-radius: 4px;
    padding: 24px;
    text-transform: uppercase;
    font-weight: 700;
    transition: 0.3s;
    border: 1px solid transparent;
    text-align: center;
    font-size: 1.25em;
    width: 100%
}

a.button.primary {
    background: linear-gradient(225deg, #25d695 0%, #179b69 100%);
    color: #1d222c
}

a.button.primary:hover {
    text-decoration: none;
    opacity: 0.5
}

a.button.secondary {
    border-color: #25d695;
    background: rgba(37,214,149,0.0627451);
    color: #c3c3c3
}

a.button.secondary:hover {
    color: #fff
}

a:hover {
    text-decoration: none
}

.grid {
    display: grid
}

.title-xl {
    font-weight: 700;
    font-size: 120px;
    line-height: 150px;
    letter-spacing: 0.05em;
    color: #fff;
    text-shadow: 0px 0px 10px rgba(255,255,255,0.32)
}

.title-xl.green {
    color: #25d695
}

.title-xl-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #868991
}

.title-green {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #25d695
}

@media (min-width: 768px) {
    .title-green {
        font-size:24px;
        line-height: 36px
    }
}

@media (min-width: 1024px) {
    .title-green {
        font-size:32px;
        line-height: 48px
    }
}

.title-white {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px
}

@media (min-width: 768px) {
    .title-white {
        font-size:24px;
        line-height: 36px
    }
}

@media (min-width: 1024px) {
    .title-white {
        font-size:32px;
        line-height: 48px
    }
}

.body-main {
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    color: #c3c3c3
}

.section-basic,.section-primary,.section-secondary {
    margin: 12em 0px;
    padding: 12px 30px;
    scroll-margin-top: 12em
}

@media (min-width: 768px) {
    .section-basic,.section-primary,.section-secondary {
        padding:60px 54px
    }
}

@media (min-width: 1024px) {
    .section-basic,.section-primary,.section-secondary {
        padding:60px 120px
    }
}

.section-basic.animated,.animated.section-primary,.animated.section-secondary {
    transform-origin: bottom;
    animation: rise-reveal 1s ease-out
}

.section-primary {
    margin: 8em 0em 0em 0em;
    padding: 12em 30px 16em 30px;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../assets/images/sections/single.png");
    display: grid;
    gap: 48px;
    place-items: center;
    grid-template-columns: none;
    transform-origin: bottom;
    animation: rise-reveal 1s ease-out
}

@media (min-width: 1024px) {
    .section-primary {
        padding:12em 112px 18em 112px;
        background-size: cover
    }
}

.section-primary.alt {
    background-image: url("../assets/images/sections/single-alt.png")
}

@media (min-width: 1024px) {
    .section-primary.alt {
        padding:12em 112px
    }
}

.section-secondary {
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../assets/images/sections/secondary.png");
    padding: 180px 12px 0em 12px;
    display: grid;
    gap: 24px;
    place-items: center;
    grid-template-columns: none;
    transform-origin: bottom;
    animation: rise-reveal 0.3s ease
}

.section-secondary.alt {
    background-image: url("../assets/images/sections/secondary-alt.png");
    background-position: bottom;
    padding: 0em 12px 180px 12px
}

.section-title-primary {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    animation: reveal 0.6s ease
}

@media (min-width: 1024px) {
    .section-title-primary {
        font-size:80px;
        line-height: 100px;
        padding: 0px 140px
    }
}

@media (min-width: 1280px) {
    .section-title-primary {
        text-align:unset
    }

    .section-title-primary.centered {
        text-align: center
    }
}

.section-subtitle-primary {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #c3c3c3;
    text-align: left;
    margin-top: auto;
    text-align: center;
    animation: reveal 0.8s ease
}

@media (min-width: 1024px) {
    .section-subtitle-primary {
        font-size:24px;
        line-height: 36px;
        padding: 0px 205px
    }
}

.section-title-secondary {
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    text-align: center;
    color: #fff
}

@media (min-width: 1024px) {
    .section-title-secondary {
        font-size:48px;
        line-height: 100px;
        padding: 0px 72px;
        text-align: unset
    }
}

.section-title-secondary.minor {
    font-weight: 700;
    font-size: 40px;
    line-height: 64px;
    text-align: center;
    color: #c3c3c3
}

.section-title-secondary.centered {
    text-align: center
}

.section-subtitle-sm {
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: #868991
}

@keyframes rise-reveal {
    0% {
        transform: translateY(3%);
        opacity: 0
    }

    50% {
        transform: translateY(.5%);
        opacity: 0.7
    }

    100% {
        transform: translateY(0%);
        opacity: 1
    }
}

@keyframes reveal {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.page-home {
    width: 100%
}

.home-hero {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    min-height: 500px
}

@media (min-width: 768px) {
    .home-hero {
        min-height:750px
    }
}

.home-hero>lottie-player {
    transform: scale(200%)
}

@media (min-width: 768px) {
    .home-hero>lottie-player {
        transform:unset
    }
}

.home-hero>.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    gap: 24px;
    width: 95%;
    animation: welcome-text 1.5s ease;
    color: #fff;
    text-shadow: 0px 0px 2px rgba(11,22,30,0.64)
}

.home-hero>.hero-text>h1 {
    text-align: center;
    font-weight: 900;
    font-size: 40px;
    line-height: 50px
}

@media (min-width: 1024px) {
    .home-hero>.hero-text>h1 {
        font-size:80px;
        line-height: 100px
    }
}

.home-hero>.hero-text>h2 {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px
}

@media (min-width: 1024px) {
    .home-hero>.hero-text>h2 {
        font-size:48px;
        line-height: 60px
    }
}

.home-hero>lottie-player.arrow {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%) rotate(180deg)
}

.links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-direction: column;
    width: 100%;
    padding: 0px 30px;
    animation: welcome-text 1.8s ease
}

@media (min-width: 768px) {
    .links {
        flex-direction:unset;
        width: unset;
        padding: unset
    }
}

.links>a {
    padding: 1.25em 3em;
    width: 100%
}

@media (min-width: 1024px) {
    .links>a {
        width:fit-content
    }
}

.features {
    display: grid;
    margin-top: 120px;
    padding: 40px;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-image: linear-gradient(90deg, rgba(37,214,149,0.54), rgba(37,214,149,0)) 1;
    position: relative
}

@media (min-width: 1024px) {
    .features {
        display:flex;
        align-items: center;
        justify-content: space-evenly
    }
}

.features>a {
    cursor: pointer;
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    text-align: right;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    background: linear-gradient(225deg, rgba(37,214,149,0.25) 0%, rgba(23,155,105,0.25) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    opacity: 0.75;
    backdrop-filter: blur(10px);
    transition: 0.2s ease
}

@media (min-width: 1024px) {
    .features>a {
        font-size:30px;
        line-height: 37.5px
    }
}

@media (min-width: 1280px) {
    .features>a {
        font-size:40px;
        line-height: 50px
    }
}

.features>a.active {
    background: linear-gradient(225deg, #25d695 0%, #179b69 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0px 0px 4px rgba(37,214,149,0.48);
    backdrop-filter: blur(10px)
}

.ellipse2 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../assets/images/home/ellipse2.png");
    position: absolute;
    width: 500px;
    height: 1000px;
    top: 0;
    transform: translateY(-50%);
    right: 0;
    z-index: -1
}

.home-intro {
    margin: 120px auto;
    text-align: center;
    padding: 0px 12px;
    display: grid;
    gap: 40px;
    max-width: 1000px
}

.home-intro>p {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #c3c3c3
}

.home-intro>p>b {
    font-weight: 700;
    color: #fff
}

.home-intro>p>a>y {
    font-weight: 700;
    color: #f1c34e
}

@media (min-width: 1024px) {
    .home-intro {
        padding:unset
    }
}

.home-intro>.action {
    place-self: center;
    max-width: 240px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center
}

.smart-tokens-container {
    display: grid;
    place-items: center;
    padding: 0px 12px;
    margin: 80px 0px
}

@media (min-width: 1280px) {
    .smart-tokens-container {
        margin:160px 0px
    }
}

.smart-tokens-container>.st-box {
    display: grid;
    padding: 60px 50px;
    background: linear-gradient(315deg, #01327a 12.56%, #004dc2 89.48%);
    border-radius: 40px;
    max-width: 1216px;
    min-height: 572px;
    width: 100%;
    height: 100%;
    position: relative
}

@media (min-width: 1280px) {
    .smart-tokens-container>.st-box {
        padding:120px 100px
    }
}

.smart-tokens-container>.st-box>.st-graphic {
    background-image: url("../assets/images/home/smart-tokens-graphic.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.2;
    border-radius: 40px;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease
}

@media (min-width: 1280px) {
    .smart-tokens-container>.st-box>.st-graphic {
        background-size:contain;
        opacity: 1
    }
}

.smart-tokens-container>.st-box>.st-info {
    display: grid;
    gap: 24px;
    z-index: 2
}

.smart-tokens-container>.st-box>.st-info>.st-title {
    font-weight: 800;
    font-size: 56px;
    line-height: 70px;
    color: #ffffff;
    text-shadow: 0px 0px 4px rgba(255,255,255,0.25)
}

.smart-tokens-container>.st-box>.st-info>.st-body {
    font-weight: 500;
    font-size: 24px;
    line-height: 42px;
    color: #ffffff;
    max-width: 600px
}

.smart-tokens-container>.st-box>.st-info>.st-action {
    margin-top: 16px;
    width: 240px;
    height: 72px;
    background: linear-gradient(225deg, #25d695 0%, #179b69 100%);
    border-radius: 4px;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    color: #1b1d23
}

.growing-ecosystem {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6em;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../assets/images/sections/single.png")
}

.growing-ecosystem>.content {
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 100%;
    max-width: 1440px;
    padding: 220px 12px
}

.growing-ecosystem>.content>.title {
    color: #25d695;
    font-weight: 800;
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 40px;
    place-self: center
}

@media (min-width: 1024px) {
    .growing-ecosystem>.content>.title {
        font-size:40px;
        margin-bottom: unset
    }
}

@media (min-width: 1440px) {
    .growing-ecosystem>.content>.title {
        font-size:56px
    }
}

.growing-ecosystem>.content>.images {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(186px, 1fr));
    place-items: center;
    gap: 50px
}

@media (min-width: 1024px) {
    .growing-ecosystem>.content>.images {
        gap:100px
    }
}

@media (min-width: 1280px) {
    .growing-ecosystem>.content>.images {
        display:flex;
        align-items: center;
        justify-content: space-evenly
    }
}

.growing-ecosystem>.content>.images>a {
    width: 186px;
    height: 62px
}

.growing-ecosystem>.content>a {
    width: 240px;
    height: 72px;
    place-self: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.ultra-fast {
    padding-bottom: 6em;
    padding: 120px 12px;
    scroll-margin-top: -12em;
    display: grid
}

@media (min-width: 768px) {
    .ultra-fast {
        padding:24em 54px
    }
}

@media (min-width: 1024px) {
    .ultra-fast {
        grid-template-columns:1fr 1fr;
        padding: 12em 120px;
        scroll-margin-top: -6em
    }
}

.ultra-fast>.left {
    display: grid;
    height: fit-content;
    place-self: center;
    gap: 24px
}

.ultra-fast>.left>.title {
    color: #25d695;
    font-weight: 800;
    font-size: 32px;
    line-height: 1.25
}

@media (min-width: 1024px) {
    .ultra-fast>.left>.title {
        font-size:40px
    }
}

@media (min-width: 1440px) {
    .ultra-fast>.left>.title {
        font-size:56px
    }
}

.ultra-fast>.left>.subtitle {
    text-align: left;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 42px;
    color: #c3c3c3
}

@media (min-width: 1024px) {
    .ultra-fast>.left>.subtitle {
        font-size:24px;
        line-height: 42px
    }
}

.ultra-fast>.right {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 12px;
    gap: 12px
}

@media (min-width: 1024px) {
    .ultra-fast>.right {
        padding-top:unset;
        width: unset;
        padding: 6em
    }
}

.ultra-fast>.right>.item {
    display: flex;
    flex-direction: column
}

.ultra-fast>.right>.item>.title {
    font-weight: 700;
    font-size: 60px;
    line-height: 75px;
    letter-spacing: 0.05em;
    color: #fff;
    font-family: "Arvo", serif;
    text-shadow: none
}

@media (min-width: 1024px) {
    .ultra-fast>.right>.item>.title {
        font-size:120px;
        line-height: 150px;
        text-align: right
    }
}

.ultra-fast>.right>.item>.subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #868991;
    margin: 0px
}

@media (min-width: 1024px) {
    .ultra-fast>.right>.item>.subtitle {
        text-align:right
    }
}

.ultra-fast>.right>.item>.subtitle.leftie {
    text-align: left
}

.devs-incentive {
    border-radius: 40px;
    background: linear-gradient(225deg, #25d695 0%, #179b69 100%);
    display: grid;
    place-items: center;
    gap: 24px;
    padding: 160px 20px;
    margin: 0px 12px
}

@media (min-width: 768px) {
    .devs-incentive {
        margin:0px 54px;
        padding: 160px 80px
    }
}

@media (min-width: 1024px) {
    .devs-incentive {
        margin:0px 120px;
        margin-bottom: 120px
    }
}

.devs-incentive>.graphic {
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%)
}

.devs-incentive>.title {
    all: unset;
    font-weight: 800;
    text-align: center;
    color: #fff;
    text-shadow: 0px 0px 4px rgba(255,255,255,0.25);
    font-size: 32px;
    line-height: 40px
}

@media (min-width: 1024px) {
    .devs-incentive>.title {
        font-size:56px;
        line-height: 70px
    }
}

.devs-incentive>.body {
    all: unset;
    font-weight: 500;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 28px
}

@media (min-width: 1024px) {
    .devs-incentive>.body {
        font-size:24px;
        line-height: 42px
    }
}

.devs-incentive>.buttons {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 16px;
    flex-direction: column
}

@media (min-width: 768px) {
    .devs-incentive>.buttons {
        flex-direction:unset
    }
}

.devs-incentive>.buttons>a {
    cursor: pointer;
    width: 100%;
    white-space: nowrap
}

@media (min-width: 1024px) {
    .devs-incentive>.buttons>a {
        width:unset
    }
}

.devs-incentive>.buttons>a.primary {
    background: linear-gradient(315deg, #01327a 12.56%, #004dc2 89.48%);
    border-radius: 4px;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content: center;
    color: #ffffff;
    padding: 23px 52px
}

.devs-incentive>.buttons>a.secondary {
    background: linear-gradient(315deg, rgba(1,50,122,0.25) 12.56%, rgba(0,77,194,0.25) 89.48%);
    border-radius: 4px;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content: center;
    color: #ffffff;
    padding: 23px 52px;
    border: 2px solid #004dc2
}

.validator-types .validator-buttons {
    width: 95%;
    max-width: 500px;
    display: flex;
    justify-content: space-between
}

.validator-types .validator-buttons a {
    width: 47.5%
}

.scalable {
    padding: 0em 12px;
    display: grid;
    height: 100%;
    gap: 120px;
    scroll-margin-top: -12em
}

@media (min-width: 768px) {
    .scalable {
        padding:0em 54px
    }
}

@media (min-width: 1024px) {
    .scalable {
        grid-template-columns:1fr 1fr;
        padding: 0em 120px;
        scroll-margin-top: unset
    }
}

.scalable>.container {
    display: grid;
    place-items: center;
    place-self: center;
    padding: unset
}

.scalable>.container>.info {
    display: grid;
    gap: 24px
}

.scalable>.container>.info>.pre-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #f1c34e
}

.scalable>.container>.info>.title {
    font-weight: 800;
    font-size: 56px;
    line-height: 70px;
    color: #25d695
}

.scalable>.container>.info>.details {
    text-align: left;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 42px;
    color: #c3c3c3
}

.meet-coreum {
    padding: 64px 16px;
    position: relative;
    gap: 0.25em;
    font-weight: 800;
    font-size: 60px;
    line-height: 75px;
    margin-top: 3em;
    display: flex;
    flex-direction: column;
    align-items: center
}

.meet-coreum .meet-text {
    background: linear-gradient(81.8deg, rgba(37,214,149,0.1) -.03%, rgba(37,214,149,0.65) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
    margin-bottom: 2rem
}

@media (min-width: 1024px) {
    .meet-coreum .meet-text {
        text-align:right;
        font-size: 5rem
    }
}

.meet-coreum .coreum-text {
    background: linear-gradient(225deg, #25d695 0%, #179b69 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: right;
    justify-self: center;
    align-self: end
}

@media (min-width: 768px) {
    .meet-coreum .coreum-text {
        text-align:unset;
        justify-self: unset;
        align-self: unset
    }
}

.meet-coreum>iframe {
    height: 25vh;
    aspect-ratio: 16 / 9;
    border-radius: 20px
}

@media (min-width: 768px) {
    .meet-coreum>iframe {
        height:40vh;
        width: unset;
        border-radius: 40px
    }
}

@media (min-width: 1280px) {
    .meet-coreum>iframe {
        height:unset;
        width: 60vw
    }
}

.interoperable {
    scroll-margin-top: -12em;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../assets/images/sections/triple.png");
    padding: 24em 12px;
    display: grid
}

@media (min-width: 768px) {
    .interoperable {
        padding:24em 54px
    }
}

@media (min-width: 1024px) {
    .interoperable {
        grid-template-columns:1fr 1fr;
        column-gap: 120px;
        padding: 24em 120px;
        padding-bottom: 12em;
        row-gap: 240px
    }
}

.interoperable>.left {
    display: grid;
    gap: 24px;
    height: fit-content;
    scroll-margin-top: 6em
}

.interoperable>.left>.title {
    font-weight: 800;
    font-size: 56px;
    line-height: 70px;
    color: #25d695
}

.interoperable>.left>.details {
    text-align: left;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 42px;
    color: #c3c3c3
}

.interoperable>.right {
    display: grid;
    place-self: center start;
    padding-top: 2em;
    margin-top: 40px
}

@media (min-width: 1024px) {
    .interoperable>.right {
        padding-top:unset;
        place-self: center end;
        margin-top: unset
    }
}

.interoperable>.right>.pre-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.05em;
    color: #f1c34e
}

.interoperable>.right>.title {
    font-weight: 700;
    font-size: 60px;
    line-height: 75px;
    letter-spacing: 0.05em;
    color: #fff;
    text-shadow: none
}

@media (min-width: 768px) {
    .interoperable>.right>.title {
        font-size:120px;
        line-height: 150px
    }
}

.interoperable>.right>.subtitle {
    margin-top: auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #868991;
    place-self: center start
}

.interoperable>img {
    place-self: center;
    width: 100%;
    height: 100%;
    grid-row: 4
}

@media (min-width: 1024px) {
    .interoperable>img {
        place-self:center start;
        width: 75%;
        height: 75%;
        grid-row: unset
    }
}

.interoperable>.container {
    all: unset;
    display: grid;
    padding: 0px;
    grid-row: 3;
    margin-top: 120px;
    width: 100%
}

@media (min-width: 1024px) {
    .interoperable>.container {
        grid-row:unset;
        margin-top: unset;
        place-items: center
    }
}

.interoperable>.container>.info {
    display: grid;
    gap: 24px;
    height: fit-content;
    scroll-margin-top: 6em
}

.interoperable>.container>.info>.title {
    font-weight: 800;
    font-size: 56px;
    line-height: 70px;
    color: #25d695;
    text-shadow: none
}

.interoperable>.container>.info>.details {
    text-align: left;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 42px;
    color: #c3c3c3
}

.sustainable {
    position: relative;
    display: grid;
    padding: 120px 12px;
    scroll-margin-top: -12em
}

@media (min-width: 768px) {
    .sustainable {
        padding:6em 54px
    }
}

@media (min-width: 1024px) {
    .sustainable {
        padding:120px;
        scroll-margin-top: -6em
    }
}

@media (min-width: 1024px) {
    .sustainable {
        grid-template-columns:1fr 1fr
    }
}

.sustainable>.left {
    display: grid;
    place-items: center start;
    gap: 4px
}

.sustainable>.left>.pre-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.05em;
    color: #f1c34e
}

.sustainable>.left>.title {
    font-weight: 800;
    font-size: 42px;
    line-height: 52.5px;
    color: #25d695;
    place-self: center start;
    text-shadow: none
}

@media (min-width: 1024px) {
    .sustainable>.left>.title {
        font-size:56px;
        line-height: 70px
    }
}

.sustainable>.left>.details {
    font-style: normal;
    font-weight: 400;
    color: #c3c3c3;
    font-size: 18px;
    line-height: 31.5px;
    margin-top: 20px
}

@media (min-width: 1024px) {
    .sustainable>.left>.details {
        font-size:24px;
        line-height: 42px
    }
}

.sustainable>.left>.details>b {
    font-weight: 500;
    color: #fff
}

.sustainable>.right {
    place-self: center end;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.sustainable>.right>.item {
    display: flex;
    flex-direction: column
}

.sustainable>.right>.item>.title {
    font-weight: 800;
    font-size: 120px;
    line-height: 150px;
    text-align: right;
    letter-spacing: 0.05em;
    color: #fff;
    text-shadow: none
}

.sustainable>.right>.item>.title>p {
    font-size: 100px
}

.sustainable>.right>.item>.subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    color: #868991;
    margin-top: 0px
}

.ellipse3 {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../assets/images/home/ellipse3.png");
    position: absolute;
    width: 500px;
    height: 1000px;
    bottom: -50%;
    right: 0;
    z-index: -1;
    opacity: 0.5
}

.egb-chain {
    padding: 120px 12px;
    display: grid;
    gap: 3em;
    align-items: center;
    justify-content: space-between;
    margin: 0px
}

@media (min-width: 768px) {
    .egb-chain {
        padding:24em 54px
    }
}

@media (min-width: 1024px) {
    .egb-chain {
        grid-template-columns:1fr 1fr;
        column-gap: 120px;
        padding: 120px;
        row-gap: 240px
    }
}

.egb-chain>img {
    max-width: 500px;
    max-height: 500px;
    place-self: center;
    grid-row: 2
}

@media (min-width: 1024px) {
    .egb-chain>img {
        grid-row:unset;
        place-self: unset
    }
}

.egb-chain>.info {
    width: 100%;
    display: grid;
    place-items: center start;
    gap: 24px
}

.egb-chain>.info>.title {
    font-weight: 800;
    font-size: 42px;
    line-height: 52.5px;
    color: #25d695;
    place-self: center start
}

@media (min-width: 1024px) {
    .egb-chain>.info>.title {
        font-size:56px;
        line-height: 70px
    }
}

.egb-chain>.info>.details {
    font-style: normal;
    font-weight: 400;
    color: #c3c3c3;
    font-size: 18px;
    line-height: 31.5px
}

@media (min-width: 1024px) {
    .egb-chain>.info>.details {
        font-size:24px;
        line-height: 42px
    }
}

.egb-chain>.info>.details>b {
    font-weight: 500;
    color: #fff
}

.egb-chain>.info>.details>a>y {
    font-weight: 700;
    color: #f1c34e
}

.egb-chain>.info>.coreum-btn {
    margin-top: 16px
}

.connect-mainnet.home-connect {
    background-color: unset
}

.connect-mainnet.home-connect .connect-info {
    width: 40%
}

.connect-mainnet.home-connect .connect-wallets {
    display: flex;
    flex-wrap: wrap
}

.connect-mainnet.home-connect .connect-wallets .wallet-button {
    width: 45%;
    flex-grow: 1
}

.join-community {
    padding: 120px 12px;
    display: flex;
    flex-direction: column-reverse;
    gap: 3em;
    align-items: center;
    justify-content: space-between;
    margin: 0px
}

@media (min-width: 768px) {
    .join-community {
        padding:240px 54px
    }
}

@media (min-width: 1024px) {
    .join-community {
        flex-direction:unset;
        padding: 120px;
        padding-bottom: 240px
    }
}

.join-community>.right {
    width: 100%;
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr)
}

@media (min-width: 768px) {
    .join-community>.right {
        grid-template-columns:repeat(4, 1fr)
    }
}

@media (min-width: 1024px) {
    .join-community>.right {
        width:40%;
        grid-template-columns: repeat(2, 1fr)
    }
}

.join-community>.right>a.card {
    cursor: pointer;
    background: linear-gradient(270deg, rgba(94,103,115,0.15) 0%, rgba(94,103,115,0) 100%);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    display: grid;
    gap: 20px;
    padding: 32px;
    border-radius: 24px;
    display: grid
}

.join-community>.right>a.card>.text {
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    text-shadow: none
}

.join-community>.right>a.card>img {
    width: 64px;
    height: 64px;
    filter: grayscale(1);
    transition: filter 0.3s ease;
    place-self: end
}

.join-community>.right>a.card:hover {
    transform: translateY(1%) translateX(.5%) scale(101%);
    box-shadow: 0px 0px 6px rgba(37,211,147,0.48);
    transition: 0.2s;
    text-decoration: none
}

.join-community>.right>a.card:hover>img {
    filter: unset
}

.join-community>.left {
    width: 100%;
    display: grid;
    place-items: center start;
    gap: 24px
}

@media (min-width: 1024px) {
    .join-community>.left {
        width:40%
    }
}

.join-community>.left>.title {
    font-weight: 800;
    font-size: 42px;
    line-height: 52.5px;
    color: #25d695;
    place-self: center start
}

@media (min-width: 1024px) {
    .join-community>.left>.title {
        font-size:56px;
        line-height: 70px
    }
}

.join-community>.left>.details {
    font-style: normal;
    font-weight: 400;
    color: #c3c3c3;
    font-size: 18px;
    line-height: 31.5px
}

@media (min-width: 1024px) {
    .join-community>.left>.details {
        font-size:24px;
        line-height: 42px
    }
}

.join-community>.left>.details>b {
    font-weight: 500;
    color: #fff
}

.partner-icon {
    opacity: 0.7;
    transition: 0.3s ease
}

.partner-icon:hover {
    opacity: 1
}

@keyframes welcome {
    from {
        opacity: 0;
        transform: scale(96%)
    }

    to {
        opacity: 0.7;
        transform: scale(100%)
    }
}

@keyframes welcome-text {
    from {
        opacity: 0
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fade-in-up {
    0% {
        transform: translateY(15%);
        opacity: 0
    }

    15% {
        transform: translateY(2%);
        opacity: 1
    }

    85% {
        transform: translateY(-2%);
        opacity: 1
    }

    100% {
        transform: translateY(-15%);
        opacity: 0
    }
}

.page-community {
    width: 100%
}

.community-cards {
    margin-top: 120px;
    padding: 0px 24px;
    display: grid;
    gap: 60px
}

@media (min-width: 1024px) {
    .community-cards {
        grid-template-columns:repeat(2, 1fr);
        padding: 0px 120px
    }
}

.community-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
    padding: 24px
}

.community-card.ltr {
    background: linear-gradient(270deg, rgba(94,103,115,0.35) 0%, rgba(94,103,115,0) 100%);
    opacity: 0.75;
    backdrop-filter: blur(10px);
    border-radius: 20px
}

.community-card.rtl {
    background: linear-gradient(90deg, rgba(94,103,115,0.35) 0%, rgba(94,103,115,0) 100%);
    opacity: 0.75;
    backdrop-filter: blur(10px);
    border-radius: 20px
}

.community-card img {
    width: 64px
}

.community-card .body-community-card {
    display: grid;
    grid-template-columns: 64px, 1fr
}

.community-card .body-community-card .title-community-card {
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    color: #fff;
    text-shadow: 0px 0px 6px rgba(255,255,255,0.32)
}

.community-card .body-community-card .subtitle-community-card {
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    color: #c3c3c3
}

.community-card .body-community-card a.link-social-card {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #25d695;
    margin-top: 16px;
    display: flex;
    align-items: center
}

.community-card .body-community-card a.link-social-card>img {
    width: 20px;
    height: 20px
}

.social-banner {
    display: grid;
    margin: 120px 0px;
    background: linear-gradient(225deg, #25d695 0%, #179b69 100%)
}

@media (min-width: 768px) {
    .social-banner {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (min-width: 1024px) {
    .social-banner {
        grid-template-columns:repeat(4, 1fr)
    }
}

.social-banner>a {
    border: 1px solid #1fa574;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.social-banner>a:hover {
    transition: 0.3s;
    background: #01327a;
    border-color: #01327a
}

.social-banner>a:hover>.social-banner-item>.value>p {
    color: #fff
}

.social-banner>a:hover>.social-banner-item>.value>img {
    filter: invert(1)
}

.social-banner>a:hover>.social-banner-item>.label {
    color: #fff
}

.social-banner>a .social-banner-item {
    display: grid;
    padding: 24px 48px;
    width: 250px
}

.social-banner>a .social-banner-item>.value {
    all: unset;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.social-banner>a .social-banner-item>.value>img {
    width: 48px;
    height: 48px
}

.social-banner>a .social-banner-item>.value>p {
    all: unset;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    text-align: right;
    color: #2b3138
}

.social-banner>a .social-banner-item>.label {
    width: 100%;
    text-align: right;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #2b3138
}

.featured-content {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 48px;
    margin: 12em 12px
}

@media (min-width: 1024px) {
    .featured-content {
        margin:12em 120px
    }
}

.featured-content>.title {
    font-weight: 700;
    font-size: 48px;
    line-height: 72px;
    text-align: center;
    color: #fff;
    text-align: center
}

.featured-content>.content {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 80px
}

.featured-content>.content>iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    padding: 0px 95px
}

.featured-content>.content .articles {
    display: grid;
    gap: 24px
}

@media (min-width: 768px) {
    .featured-content>.content .articles {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (min-width: 1024px) {
    .featured-content>.content .articles {
        grid-template-columns:repeat(3, 1fr)
    }
}

.featured-content>.content .articles>a.article {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 8px;
    background: linear-gradient(278.66deg, rgba(94,103,115,0.15) 0%, rgba(94,103,115,0) 89.23%);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    padding: 24px;
    border: 1px solid transparent
}

.featured-content>.content .articles>a.article:hover {
    border: 1px solid #25d695;
    background: rgba(37,214,149,0.0627451);
    transition: 0.3s ease
}

.featured-content>.content .articles>a.article>img {
    width: 200px;
    height: 40px;
    width: fit-content
}

.featured-content>.content .articles>a.article>.article-content {
    display: grid;
    grid-template-rows: auto 1fr
}

.featured-content>.content .articles>a.article>.article-content>.title {
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    text-shadow: 0px 0px 4px rgba(255,255,255,0.32)
}

.featured-content>.content .articles>a.article>.article-content>p {
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    color: #25d695;
    place-self: end
}

.podcast {
    padding: 0em 12px;
    margin-bottom: 6em
}

@media (min-width: 768px) {
    .podcast {
        padding:0em 54px
    }
}

@media (min-width: 1024px) {
    .podcast {
        padding:0em 120px
    }
}

.sec-page-hero {
    background-image: url("../assets/images/page-hero.html");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top
}

#above-team-header {
    display: flex;
    justify-content: center;
    margin-top: 5em
}

.team-hero {
    padding-top: 5em
}

.team-hero .inner-hero {
    width: 95%;
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.team-hero .inner-hero .left {
    width: 100%
}

.team-hero .inner-hero .left h2 {
    font-size: 5em
}

.team-hero .inner-hero .left p {
    font-size: 1.5em
}

.team-hero .inner-hero .right {
    width: 100%
}

.team-hero .inner-hero .right img {
    width: 100%
}

@media (min-width: 768px) {
    .team-hero .inner-hero .left {
        width:50%
    }

    .team-hero .inner-hero .right {
        width: 45%
    }
}

.team-hero .inner-hero .bottom {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 3em auto 0;
    padding: 3.25em 0;
    display: flex;
    justify-content: center;
    background: rgba(37,214,149,0.1);
    backdrop-filter: blur(10px);
    border-radius: 12px
}

.team-hero .inner-hero .bottom p {
    color: #fff;
    font-size: 16px
}

.team-hero .inner-hero .bottom img {
    margin-left: 1em;
    width: 150px
}

h3 {
    font-size: 3rem;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 700
}

.team-members {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
    max-width: 1200px;
    margin: 2em auto 5rem;
    padding: 0 2.5%
}

.team-members .member {
    padding: 2em 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(90deg, rgba(94,103,115,0) 0%, rgba(94,103,115,0.35) 100%);
    backdrop-filter: blur(10px);
    border-radius: 20px
}

.team-members .member .title {
    font-size: 1.25em;
    margin-bottom: 0.3em;
    text-align: center
}

.team-members .member img {
    width: 50%;
    margin-bottom: 1.25em
}

.team-members .member .description {
    padding: 0 3em;
    margin-top: 0.75em
}

@media (min-width: 768px) {
    .team-members .member {
        width:calc(50% - 10px)
    }
}

@media (min-width: 1024px) {
    .team-members .member {
        width:calc(25% - 10px)
    }
}

.team-top-members {
    max-width: 1200px;
    margin: 5em auto;
    padding: 0 2.5%;
    display: flex;
    flex-wrap: wrap
}

.team-top-members .member {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(90deg, rgba(94,103,115,0) 0%, rgba(94,103,115,0.35) 100%);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 3em
}

@media (min-width: 1024px) {
    .team-top-members .member {
        width:47.5%
    }
}

.team-top-members .member img {
    width: 75%;
    max-width: 250px
}

.team-top-members .member .member-info {
    width: 75%
}

.team-top-members .member .member-info .title {
    font-size: 2rem
}

.team-top-members .member .member-info .span {
    font-size: 1.25rem;
    margin-bottom: 1.5rem
}

.page-contact {
    width: 100%
}

.contact-cards {
    display: grid;
    padding: 0em 12px;
    gap: 60px;
    padding-bottom: 12em
}

@media (min-width: 1024px) {
    .contact-cards {
        grid-template-columns:repeat(2, 1fr);
        padding: 12em 120px
    }
}

.contact-card {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 48px;
    opacity: 0.75;
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 48px;
    background: linear-gradient(270deg, rgba(94,103,115,0.35) 0%, rgba(94,103,115,0) 100%)
}

@media (min-width: 1024px) {
    .contact-card:nth-of-type(even) {
        background:linear-gradient(90deg, rgba(94,103,115,0.35) 0%, rgba(94,103,115,0) 100%)
    }
}

.contact-card>img {
    width: 64px;
    height: 64px
}

.contact-card .contact-card-body {
    display: grid;
    gap: 16px
}

.contact-card .contact-card-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    color: #fff;
    text-shadow: 0px 0px 6px rgba(255,255,255,0.32)
}

.contact-card .contact-card-details {
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    color: #c3c3c3
}

.contact-card .contact-card-details>a {
    color: #25d695
}

.contact-card .contact-card-extra {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #868991
}

.policy-hero {
    background-image: url("../assets/images/page-hero.html");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 7em 0 5em;
    display: flex;
    flex-direction: column;
    align-items: center
}

.policy-hero h2 {
    font-size: 5em;
    text-align: center
}

.policy-hero span {
    font-size: 1.25em;
    color: #868991
}

.policy-hero p {
    font-size: 1.5em;
    text-align: center;
    max-width: 900px;
    margin-top: 3em;
    width: 95%;
    margin-left: auto;
    margin-right: auto
}

.section {
    width: 95%;
    margin: 1.5em auto 3em;
    max-width: 1200px
}

.section .title {
    text-align: center;
    font-size: 3em
}

.section .subtitle {
    font-size: 2em;
    margin-top: 2.5em;
    margin-bottom: 0.6em
}

.section .subtitle.greysubt {
    color: #c3c3c3;
    text-align: center;
    font-size: 2.5em
}

.section .paragraph {
    font-size: 1.25em
}

.section a {
    color: #25d695;
    font-style: italic
}

.section ul {
    list-style-type: disc;
    padding-left: 2em;
    font-size: 1.25em
}

.section ul li b {
    color: #fff;
    font-weight: 700
}

.section ul li em {
    font-style: italic
}

.section.last-section .title {
    margin-bottom: 2.5em
}

.page-developers {
    width: 100%
}

.hero-developers {
    display: grid;
    padding: 0em 30px;
    position: relative
}

@media (min-width: 1024px) {
    .hero-developers {
        grid-template-columns:1fr 1fr;
        padding: 2em
    }
}

.hero-developers>.header {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 6em 12px;
    padding-bottom: 3em
}

@media (min-width: 1024px) {
    .hero-developers>.header {
        padding:8em 4em 8em 8em;
        padding-bottom: unset
    }
}

.hero-developers>.header>.title {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #fff;
    text-shadow: 0px 0px 4px rgba(255,255,255,0.64);
    animation: reveal 0.4s ease-out
}

@media (min-width: 1024px) {
    .hero-developers>.header>.title {
        font-size:80px;
        line-height: 100px
    }
}

.hero-developers>.header>.subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #c3c3c3;
    text-align: left;
    animation: reveal 1.2s ease-out
}

@media (min-width: 1024px) {
    .hero-developers>.header>.subtitle {
        font-size:24px;
        line-height: 30px
    }
}

.hero-developers>lottie-player {
    height: 50vh;
    place-self: center
}

@media (min-width: 768px) {
    .hero-developers>lottie-player {
        width:60vh
    }
}

@media (min-width: 1024px) {
    .hero-developers>lottie-player {
        width:75vh
    }
}

.hero-developers>lottie-player.arrow {
    position: absolute;
    bottom: -15%;
    left: 50%;
    transform: translateX(-50%) rotate(180deg)
}

.get-started {
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../assets/images/sections/single.png");
    padding: 12em 30px;
    margin-top: 12em;
    display: grid;
    gap: 60px
}

@media (min-width: 768px) {
    .get-started {
        padding:12em 54px
    }
}

@media (min-width: 1024px) {
    .get-started {
        padding:12em 120px;
        grid-template-columns: 1fr 1fr;
        gap: unset;
        background-size: cover
    }
}

.get-started>.image {
    display: initial;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../assets/images/developers/graphic1.png");
    height: 50vh;
    grid-row: 2
}

@media (min-width: 1024px) {
    .get-started>.image {
        grid-row:unset;
        height: unset
    }
}

.get-started>.content {
    place-self: end;
    height: 100%;
    display: grid;
    gap: 24px
}

@media (min-width: 1024px) {
    .get-started>.content {
        padding:6em;
        padding-right: 0em
    }
}

.get-started>.content>.title {
    font-weight: 800;
    color: #25d695;
    font-size: 32px;
    line-height: 40px
}

@media (min-width: 1024px) {
    .get-started>.content>.title {
        font-size:56px;
        line-height: 70px
    }
}

.get-started>.content>.subtitle {
    text-align: left;
    font-weight: 400;
    color: #c3c3c3;
    margin-top: auto;
    font-size: 16px;
    line-height: 28px
}

@media (min-width: 1024px) {
    .get-started>.content>.subtitle {
        font-size:24px;
        line-height: 42px
    }
}

.get-started>.content>a {
    all: unset;
    margin-top: 40px;
    cursor: pointer;
    background: linear-gradient(225deg, #25d695 0%, #179b69 100%);
    border-radius: 4px;
    width: fit-content;
    padding: 12px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #1d222c
}

@media (min-width: 1024px) {
    .get-started>.content>a {
        padding:24px;
        font-size: 18px;
        line-height: 27px
    }
}

.developer-cards {
    display: grid;
    padding: 12em 30px;
    gap: 24px
}

@media (min-width: 1280px) {
    .developer-cards {
        grid-template-columns:1fr 2fr;
        padding: 12em 120px
    }
}

.developer-cards>.left {
    display: grid;
    gap: 24px;
    height: fit-content
}

.developer-cards>.left>.title {
    display: none;
    font-weight: 800;
    color: #25d695;
    font-size: 32px;
    line-height: 40px
}

@media (min-width: 1024px) {
    .developer-cards>.left>.title {
        font-size:56px;
        line-height: 70px
    }
}

.developer-cards>.left>.title2 {
    font-weight: 800;
    color: #25d695;
    font-size: 32px;
    line-height: 40px
}

@media (min-width: 1280px) {
    .developer-cards>.left>.title2 {
        display:none
    }
}

.developer-cards>.left>.subtitle {
    text-align: left;
    font-weight: 400;
    color: #c3c3c3;
    margin-top: auto;
    font-size: 16px;
    line-height: 28px
}

@media (min-width: 1024px) {
    .developer-cards>.left>.subtitle {
        font-size:24px;
        line-height: 42px
    }
}

.developer-cards>.right {
    display: grid;
    gap: 24px
}

@media (min-width: 1024px) {
    .developer-cards>.right {
        grid-template-columns:1fr 1fr
    }
}

.developer-cards>.right>.developer-card {
    display: grid;
    gap: 12px;
    background: linear-gradient(270deg, rgba(94,103,115,0.15) 0%, rgba(94,103,115,0) 100%);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 40px;
    grid-template-rows: auto auto 1fr auto
}

.developer-cards>.right>.developer-card>img {
    width: 64px;
    height: 64px;
    margin-bottom: 12px
}

@media (min-width: 1024px) {
    .developer-cards>.right>.developer-card>img {
        margin-bottom:unset
    }
}

.developer-cards>.right>.developer-card>.title {
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    text-shadow: 0px 0px 4px rgba(255,255,255,0.32)
}

@media (min-width: 1024px) {
    .developer-cards>.right>.developer-card>.title {
        font-size:28px;
        line-height: 35px
    }
}

.developer-cards>.right>.developer-card>.body {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #c3c3c3
}

@media (min-width: 1024px) {
    .developer-cards>.right>.developer-card>.body {
        font-size:20px;
        line-height: 35px
    }
}

.developer-cards>.right>.developer-card>a {
    all: unset;
    cursor: pointer;
    place-self: end;
    width: 70%;
    height: 72px;
    margin-top: 38px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(37,214,149,0.1);
    border: 1.5px solid #25d695;
    backdrop-filter: blur(10px);
    border-radius: 4px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

@media (min-width: 1024px) {
    .developer-cards>.right>.developer-card>a {
        font-size:18px;
        line-height: 27px
    }
}

.developer-cards>.right>.developer-card>.inactive {
    place-self: end;
    width: 70%;
    height: 72px;
    display: grid;
    place-items: center;
    text-transform: uppercase;
    background: linear-gradient(270deg, rgba(94,103,115,0.15) 0%, rgba(94,103,115,0) 100%);
    backdrop-filter: blur(10px);
    border-radius: 4px
}

.social-cards {
    display: grid;
    column-gap: 120px;
    background-image: none;
    margin-bottom: 240px;
    padding: 12em 30px
}

@media (min-width: 1024px) {
    .social-cards {
        grid-template-columns:1fr 1fr;
        padding: 12em 120px
    }
}

.social-cards>.left {
    display: grid;
    gap: 20px;
    padding: 0px 18px;
    margin-top: 3em
}

@media (min-width: 768px) {
    .social-cards>.left {
        margin-top:unset
    }
}

.social-cards>.left>a.social-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 32px;
    background: linear-gradient(270deg, rgba(94,103,115,0.15) 0%, rgba(94,103,115,0) 100%);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    height: fit-content;
    box-shadow: 0px 0px 6px rgba(37,211,147,0);
    transition: 0.2s ease-out
}

.social-cards>.left>a.social-card>img {
    width: 64px;
    height: 64px
}

.social-cards>.left>a.social-card>.text {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    text-shadow: 0px 0px 4px rgba(255,255,255,0.32)
}

.social-cards>.left>a.social-card:hover {
    transform: translateX(5%) scale(103%) translateY(5%);
    box-shadow: 0px 0px 6px rgba(37,211,147,0.48);
    transition: 0.3s ease-out
}

@media (min-width: 1024px) {
    .social-cards>.left>a.social-card {
        width:50%
    }

    .social-cards>.left>a.social-card.start {
        place-self: center start
    }

    .social-cards>.left>a.social-card.mid {
        place-self: center
    }

    .social-cards>.left>a.social-card.end {
        place-self: center end
    }
}

.social-cards>.right {
    display: grid;
    gap: 24;
    grid-row: 1
}

@media (min-width: 1024px) {
    .social-cards>.right {
        grid-row:unset
    }
}

.social-cards>.right>.title {
    font-weight: 800;
    font-size: 32px;
    line-height: 70px;
    color: #25d695
}

@media (min-width: 1024px) {
    .social-cards>.right>.title {
        font-size:56px
    }
}

.social-cards>.right>.body {
    font-weight: 400;
    font-size: 24px;
    line-height: 42px;
    color: #c3c3c3
}

@keyframes scale-reveal {
    from {
        opacity: 0;
        transform: scale(0.87)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.page-roadmap {
    width: 100%
}

.roadmap-body {
    width: 100%;
    margin-bottom: 24em;
    margin-top: 0em;
    padding: 0px 12px;
    position: relative;
    animation: rise-reveal 1s ease-out;
    display: grid;
    height: 100%
}

.roadmap-body .roadmap-item {
    display: grid;
    grid-template-columns: 4px 1fr
}

@media (min-width: 768px) {
    .roadmap-body .roadmap-item {
        grid-template-columns:1fr 4px 1.5fr;
        padding: 0px 60px
    }
}

@media (min-width: 1280px) {
    .roadmap-body .roadmap-item {
        grid-template-columns:1fr 4px 1fr;
        padding: 0px 120px
    }
}

.roadmap-body .roadmap-item>.date {
    font-weight: 500;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #f1c34e;
    grid-column: 2;
    margin-left: 100px;
    animation: reveal 0.6s ease
}

@media (min-width: 768px) {
    .roadmap-body .roadmap-item>.date {
        font-size:24px;
        line-height: 30px;
        text-align: right;
        margin-right: 20px;
        margin-left: unset;
        grid-column: unset
    }
}

@media (min-width: 1024px) {
    .roadmap-body .roadmap-item>.date {
        font-size:32px;
        line-height: 45px
    }
}

.roadmap-body .roadmap-item>.separator {
    width: 100%;
    background: #25d695;
    box-shadow: 0px 0px 6px rgba(37,211,147,0.48);
    grid-column: 1;
    grid-row-start: 1;
    grid-row-end: 3
}

@media (min-width: 768px) {
    .roadmap-body .roadmap-item>.separator {
        grid-row-start:unset;
        grid-row-end: unset;
        grid-column: unset
    }
}

.roadmap-body .roadmap-item>.separator.top {
    height: 60px;
    border-radius: 100% 100% 0% 0%
}

.roadmap-body .roadmap-item>.separator.bottom {
    border-radius: 0% 0% 100% 100%;
    height: 60px
}

.roadmap-body .roadmap-item>.info-container {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
    grid-column: 2;
    animation: reveal 1.5s ease
}

@media (min-width: 768px) {
    .roadmap-body .roadmap-item>.info-container {
        grid-column:unset
    }
}

.roadmap-body .roadmap-item>.info-container>img {
    transform: translateY(-50%)
}

@media (min-width: 768px) {
    .roadmap-body .roadmap-item>.info-container>img {
        transform:unset
    }
}

.roadmap-body .roadmap-item>.info-container>.info-body {
    display: grid;
    gap: 12px
}

.roadmap-body .roadmap-item>.info-container>.info-body>.description {
    font-weight: 400;
    font-size: 18px;
    line-height: 31.5px;
    color: #c3c3c3;
    padding-bottom: 120px
}

@media (min-width: 1024px) {
    .roadmap-body .roadmap-item>.info-container>.info-body>.description {
        font-size:24px;
        line-height: 42px
    }
}

.graphic {
    position: absolute;
    left: 0;
    bottom: -20%;
    background-image: url("../assets/images/roadmap/graphic.png");
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    width: 40%;
    height: 40%;
    z-index: -1
}

.page-validators {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.hero-validators {
    display: grid;
    gap: 80px;
    padding: 6em 30px;
    animation: rise-reveal 1s ease-out;
    width: 100%;
    max-width: 1440px
}

@media (min-width: 1024px) {
    .hero-validators {
        gap:120px
    }
}

@media (min-width: 1280px) {
    .hero-validators {
        grid-template-columns:600px 1fr;
        padding: 6em 120px
    }
}

.hero-validators>.info {
    display: grid;
    gap: 24px;
    text-align: center;
    place-items: center
}

@media (min-width: 1024px) {
    .hero-validators>.info {
        place-items:unset
    }
}

@media (min-width: 1280px) {
    .hero-validators>.info {
        text-align:unset
    }
}

.hero-validators>.info>.title {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    text-shadow: 0px 0px 4px rgba(255,255,255,0.64);
    text-align: center
}

@media (min-width: 1024px) {
    .hero-validators>.info>.title {
        font-size:80px;
        line-height: 100px;
        text-align: unset
    }
}

.hero-validators>.info>.subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #c3c3c3;
    margin: 0px;
    text-align: center
}

@media (min-width: 1024px) {
    .hero-validators>.info>.subtitle {
        font-size:24px;
        line-height: 36px;
        text-align: left
    }
}

.hero-validators>.info>.actions {
    display: flex;
    gap: 16px;
    flex-direction: column;
    margin-top: 40px
}

@media (min-width: 1024px) {
    .hero-validators>.info>.actions {
        flex-direction:unset
    }
}

.hero-validators>.info>.actions>a.action {
    all: unset;
    cursor: pointer;
    background: linear-gradient(225deg, #25d695 0%, #179b69 100%);
    border-radius: 4px;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    width: 200px;
    padding: 24px;
    color: #1d222c;
    transition: 0.2s ease-out;
    place-self: center
}

.hero-validators>.info>.actions>a.action.transparent {
    border: 1px solid #25d695;
    background: rgba(37,214,149,0.0627451);
    color: #fff
}

.hero-validators>.info>.actions>a.action:hover {
    background: #fff;
    color: #373e48
}

@media (min-width: 1024px) {
    .hero-validators>.info>.actions>a.action {
        place-self:unset;
        display: flex
    }
}

.validator-types {
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../assets/images/sections/single.png");
    display: grid;
    place-items: center;
    width: 100%;
    background-size: cover
}

.validator-types>.title {
    padding-top: 120px;
    font-weight: 800;
    text-align: center;
    color: #25d695;
    text-shadow: unset;
    font-size: 32px;
    line-height: 1.25
}

@media (min-width: 1024px) {
    .validator-types>.title {
        padding-top:180px
    }
}

@media (min-width: 768px) {
    .validator-types>.title {
        font-size:40px
    }
}

@media (min-width: 1280px) {
    .validator-types>.title {
        font-size:56px
    }
}

.validator-types>.marquee {
    width: 100%;
    overflow: hidden
}

.validator-types>.marquee.carousel-top {
    padding-top: 80px;
    padding-bottom: 20px
}

@media (min-width: 768px) {
    .validator-types>.marquee.carousel-top {
        padding-top:100px;
        padding-bottom: 40px
    }
}

.validator-types>.marquee.carousel-bottom {
    padding-top: 20px;
    padding-bottom: 80px
}

@media (min-width: 768px) {
    .validator-types>.marquee.carousel-bottom {
        padding-top:40px;
        padding-bottom: 60px
    }
}

.validator-types>.marquee>.marquee-container {
    display: flex;
    align-items: center;
    justify-content: center
}

.validator-cards {
    scroll-margin-top: 12em;
    padding: 0px 12px;
    place-items: center;
    justify-content: center;
    row-gap: 36px;
    gap: 50px;
    display: flex;
    flex-wrap: wrap
}

.validator-cards>a {
    position: relative
}

.validator-cards>a>img {
    width: 216px;
    height: 72px
}

.validator-cards>a>.validatorImg {
    opacity: 1;
    transition: all 0.3s ease
}

.validator-cards>a>.validatorImg.projectImg {
    opacity: 0.5
}

.validator-cards>a>.validatorImg-hover {
    position: absolute;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease
}

.validator-cards>a:hover>.validatorImg {
    visibility: hidden;
    opacity: 0
}

.validator-cards>a:hover>.validatorImg-hover {
    visibility: visible;
    opacity: 1
}

.validator-cards>.validator-card {
    display: grid;
    padding: 48px;
    gap: 24px;
    background: linear-gradient(270deg, rgba(94,103,115,0.15) 0%, rgba(94,103,115,0) 100%);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    grid-template-rows: 64px 1fr
}

@media (min-width: 1024px) {
    .validator-cards>.validator-card {
        gap:40px
    }
}

.validator-cards>.validator-card>img {
    width: 44px;
    height: 44px
}

@media (min-width: 1024px) {
    .validator-cards>.validator-card>img {
        width:64px;
        height: 64px
    }
}

.validator-cards>.validator-card>.info {
    display: grid;
    gap: 12px;
    grid-template-rows: auto 1fr
}

.validator-cards>.validator-card>.info>.title {
    font-weight: 600;
    line-height: 1.25;
    color: #fff;
    text-shadow: 0px 0px 4px rgba(255,255,255,0.32);
    font-size: 20px
}

@media (min-width: 1024px) {
    .validator-cards>.validator-card>.info>.title {
        font-size:28px
    }
}

.validator-cards>.validator-card>.info>.details {
    font-weight: 400;
    line-height: 1.75;
    color: #c3c3c3;
    font-size: 16px
}

@media (min-width: 1024px) {
    .validator-cards>.validator-card>.info>.details {
        font-size:20px
    }
}

.validators-description {
    padding: 6em 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
    text-align: center;
    color: #eee
}

@media (min-width: 1024px) {
    .validators-description {
        padding:6em 240px;
        font-size: 24px
    }
}

.emphasis-cards {
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 100vw
}

@media (min-width: 768px) {
    .emphasis-cards {
        flex-direction:unset;
        padding: 12em 0px
    }
}

@media (min-width: 1024px) {
    .emphasis-cards {
        gap:24px;
        padding: 120px 120px;
        gap: 20px
    }
}

.emphasis-card {
    display: grid;
    grid-template-rows: auto 1fr auto;
    padding: 40px 30px;
    position: relative;
    width: 100%;
    gap: 40px;
    height: fit-content
}

@media (min-width: 768px) {
    .emphasis-card {
        padding:48px;
        height: 400px;
        max-width: 598px;
        max-height: 568px
    }
}

@media (min-width: 1024px) {
    .emphasis-card {
        border-radius:20px;
        gap: 24px;
        height: 568px
    }
}

.emphasis-card>.title {
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    color: #fff;
    text-shadow: unset
}

@media (min-width: 1024px) {
    .emphasis-card>.title {
        font-size:56px;
        line-height: 70px
    }
}

.emphasis-card>.body {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #eee;
    z-index: 2
}

@media (min-width: 1024px) {
    .emphasis-card>.body {
        font-size:24px;
        line-height: 42px
    }
}

.emphasis-card>.body b {
    font-weight: 500;
    color: #fff
}

.emphasis-card>a.action {
    cursor: pointer;
    background: linear-gradient(225deg, #25d695 0%, #179b69 100%);
    border-radius: 4px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    width: 240px;
    height: 72px;
    place-self: end;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-top: 16px;
    z-index: 3
}

.emphasis-card>a.action:hover {
    background: #fff;
    color: #373e48
}

@media (min-width: 1024px) {
    .emphasis-card>a.action {
        line-height:27px;
        padding: 24px
    }
}

.emphasis-card>.graphic {
    position: absolute;
    bottom: 0;
    left: 0;
    background-position: bottom right;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../assets/images/validators/graphic2.png");
    width: 122px;
    height: 130px;
    z-index: 0
}

@media (min-width: 1024px) {
    .emphasis-card>.graphic {
        width:244px;
        height: 260px
    }
}

.blue-gradient {
    background: linear-gradient(315deg, #01327a 12.56%, #004dc2 89.48%)
}

.green-gradient {
    background: linear-gradient(225deg, #25d695 0%, #179b69 100%)
}

.green-gradient>.action {
    background: linear-gradient(315deg, #01327a 12.56%, #004dc2 89.48%) !important
}

.green-gradient>.action:hover {
    background: #fff;
    color: #373e48
}

.running-node {
    display: grid;
    gap: 40px;
    place-items: center;
    margin-bottom: 120px
}

@media (min-width: 1024px) {
    .running-node {
        margin-top:120px
    }
}

.running-node>.info {
    display: grid;
    gap: 24px;
    text-align: center
}

.running-node>.info>.title {
    font-weight: 800;
    color: #25d695;
    text-shadow: unset;
    font-size: 32px;
    line-height: 1.25
}

@media (min-width: 768px) {
    .running-node>.info>.title {
        font-size:40px
    }
}

@media (min-width: 1280px) {
    .running-node>.info>.title {
        font-size:56px
    }
}

.running-node>.info>.body {
    max-width: 1010px;
    padding: 0px 54px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    color: #c3c3c3
}

@media (min-width: 1024px) {
    .running-node>.info>.body {
        padding:unset;
        font-size: 24px
    }
}

.running-node>.stat-cards {
    display: grid;
    place-items: center;
    gap: 20px
}

@media (min-width: 768px) {
    .running-node>.stat-cards {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (min-width: 1024px) {
    .running-node>.stat-cards {
        grid-template-columns:repeat(3, 1fr)
    }
}

@media (min-width: 1280px) {
    .running-node>.stat-cards {
        grid-template-columns:repeat(4, 1fr)
    }
}

.running-node>.stat-cards>.stat-card {
    display: flex;
    flex-direction: column;
    width: 289px;
    height: 126px;
    align-items: start;
    justify-content: center;
    background: linear-gradient(270deg, rgba(94,103,115,0.15) 0%, rgba(94,103,115,0) 100%);
    backdrop-filter: blur(5px);
    border-radius: 12px;
    transition: 0.3s ease
}

.running-node>.stat-cards>.stat-card:hover {
    background: linear-gradient(270deg, rgba(37,214,149,0.1) 0%, rgba(37,214,149,0) 100%);
    backdrop-filter: blur(5px);
    transform: translateX(2%)
}

.running-node>.stat-cards>.stat-card>.label {
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    color: #868991
}

.running-node>.stat-cards>.stat-card>.value {
    font-weight: 500;
    font-size: 24px;
    line-height: 42px;
    color: #ffffff
}

.institutional-validators {
    display: grid;
    place-items: center;
    gap: 6em;
    margin-bottom: 240px;
    margin-top: 120px;
    max-width: 1440px
}

@media (min-width: 1024px) {
    .institutional-validators {
        padding:6em 120px;
        grid-template-columns: repeat(2, 1fr);
        gap: unset;
        text-align: unset
    }
}

.institutional-validators>.info {
    display: grid;
    gap: 24px;
    padding: 0px 54px
}

@media (min-width: 1024px) {
    .institutional-validators>.info {
        padding:unset
    }
}

.institutional-validators>.info>.title {
    font-weight: 800;
    color: #25d695;
    text-shadow: unset;
    font-size: 32px;
    line-height: 1.25
}

@media (min-width: 768px) {
    .institutional-validators>.info>.title {
        font-size:40px
    }
}

@media (min-width: 1280px) {
    .institutional-validators>.info>.title {
        font-size:56px
    }
}

.institutional-validators>.info>.body {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
    color: #c3c3c3;
    text-align: left
}

@media (min-width: 1024px) {
    .institutional-validators>.info>.body {
        font-size:24px
    }
}

.institutional-validators>.info>.body a,.institutional-validators>.info>.body b {
    text-decoration: underline;
    color: #fff;
    transition: 0.3s
}

.institutional-validators>.info>.body a:hover,.institutional-validators>.info>.body a:hover b,.institutional-validators>.info>.body b:hover,.institutional-validators>.info>.body b:hover b {
    color: #25d695
}

.institutional-validators>.info>.list {
    margin-top: 16px;
    display: grid;
    gap: 12px
}

@media (min-width: 1024px) {
    .institutional-validators>.info>.list {
        margin-top:56px
    }
}

.institutional-validators>.info>.list>.title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    text-shadow: 0px 0px 4px rgba(255,255,255,0.32)
}

@media (min-width: 1024px) {
    .institutional-validators>.info>.list>.title {
        font-size:28px
    }
}

.institutional-validators>.info>.list>ul {
    list-style: circle
}

.institutional-validators>.info>.list>ul>li {
    font-weight: 400;
    line-height: 1.75;
    color: #c3c3c3;
    margin-left: 2em;
    font-size: 16px
}

@media (min-width: 1024px) {
    .institutional-validators>.info>.list>ul>li {
        font-size:20px
    }
}

.institutional-validators>.graphic {
    all: unset;
    place-self: center end;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../assets/images/validators/graphic3.png");
    z-index: 0;
    width: 100%;
    height: 494px;
    grid-row: 2
}

@media (min-width: 1024px) {
    .institutional-validators>.graphic {
        grid-row:unset;
        height: 100%
    }
}

.running-node-emphasis {
    display: grid;
    padding: 40px;
    position: relative;
    grid-template-rows: 1fr auto;
    margin: 12em 0em
}

@media (min-width: 1024px) {
    .running-node-emphasis {
        grid-template-columns:1fr 1fr;
        margin: 3em 120px;
        padding: 60px 120px;
        border-radius: 20px
    }
}

@media (min-width: 1280px) {
    .running-node-emphasis {
        grid-template-columns:repeat(2, 1fr)
    }
}

.running-node-emphasis>.graphic {
    position: absolute;
    bottom: 0;
    left: 0;
    background-position: bottom left;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../assets/images/validators/graphic4.png");
    width: 244px;
    height: 260px;
    z-index: 0
}

.running-node-emphasis .spacer {
    height: 180px
}

@media (min-width: 1024px) {
    .running-node-emphasis .spacer {
        height:unset
    }
}

.running-node-emphasis>.buttons {
    display: grid;
    z-index: 1;
    grid-row: 1;
    gap: 80px
}

@media (min-width: 768px) {
    .running-node-emphasis>.buttons {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (min-width: 1024px) {
    .running-node-emphasis>.buttons {
        grid-row:unset
    }
}

.running-node-emphasis>.buttons>.button-group {
    display: flex;
    flex-direction: column-reverse;
    gap: 12px
}

@media (min-width: 1024px) {
    .running-node-emphasis>.buttons>.button-group {
        flex-direction:column
    }
}

.running-node-emphasis>.buttons>.button-group>.button {
    cursor: pointer;
    border-radius: 4px;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #fff;
    padding: 24px 72px;
    width: fit-content;
    align-self: end;
    transition: 0.2s ease
}

.running-node-emphasis>.buttons>.button-group>.button.green-bg {
    background: linear-gradient(225deg, #25d695 0%, #179b69 100%)
}

.running-node-emphasis>.buttons>.button-group>.button.yellow-bg {
    background: linear-gradient(225deg, #f1c34e 0%, #f90 100%)
}

.running-node-emphasis>.buttons>.button-group>.button:hover {
    background: #fff;
    color: #373e48
}

@media (min-width: 1024px) {
    .running-node-emphasis>.buttons>.button-group>.button {
        align-self:unset;
        width: unset
    }
}

.running-node-emphasis>.buttons>.button-group>.explainer {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #eeeeee
}

.more-info {
    padding: 3em 12px;
    padding-bottom: 12em;
    font-weight: 400;
    text-align: center;
    color: #c3c3c3;
    font-size: 16px;
    line-height: 28px
}

@media (min-width: 1024px) {
    .more-info {
        padding:3em 120px;
        font-size: 24px;
        line-height: 42px;
        padding-bottom: 12em
    }
}

.more-info>a {
    color: #25d695;
    text-decoration: underline
}

.privacy-policy-introduction {
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    color: #c3c3c3
}

.privacy-policy-items {
    display: grid;
    gap: 80px
}

.policy-item {
    display: grid;
    gap: 20px
}

.policy-item>.title {
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    background: linear-gradient(225deg, #25d695 0%, #179b69 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: none
}

.policy-item>.body,.policy-item>ul {
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    color: #dddddd
}

.policy-item>ul {
    list-style: circle
}

.policy-item>ul>li {
    margin-left: 1em
}

.policy-item>ul>li>a {
    color: #25d695
}

.policy-item>.body>a {
    color: #25d695
}

gb.subtle {
    font-weight: 700;
    color: #c3c3c3
}

.grants-page {
    display: flex;
    flex-direction: column;
    align-items: center
}

.grants-hero {
    max-width: 1440px;
    padding-top: 80px;
    display: grid;
    place-items: center;
    gap: 50px;
    margin-bottom: 120px
}

@media (min-width: 768px) {
    .grants-hero {
        padding-top:200px;
        grid-template-columns: repeat(2, 1fr);
        gap: unset
    }
}

.grants-hero>.info {
    width: 100%;
    display: grid;
    gap: 24px;
    padding: 20px;
    place-items: center()
}

@media (min-width: 1024px) {
    .grants-hero>.info {
        max-width:733px;
        padding: unset;
        padding-left: 80px;
        place-items: unset
    }
}

.grants-hero>.info>.no-padding {
    padding: 0px;
    text-align: left
}

@media (min-width: 1024px) {
    .grants-hero>.info>.desc {
        max-width:630px
    }
}

.grants-hero>.info>.actions {
    display: flex;
    gap: 20px;
    margin-top: 35px;
    flex-direction: column
}

@media (min-width: 1024px) {
    .grants-hero>.info>.actions {
        gap:40px;
        align-items: center;
        flex-direction: unset
    }
}

.grants-hero>.info>.actions>a.secondary {
    border: 1px solid;
    border-color: #25d695;
    background: rgba(37,214,149,0.0627451);
    color: #fff
}

.grants-hero>.info a {
    cursor: pointer;
    background: linear-gradient(225deg, #25d695 0%, #179b69 100%);
    border-radius: 4px;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    text-transform: uppercase;
    color: #1d222c;
    width: 240px;
    height: 72px;
    padding: 24px 48px;
    display: flex;
    align-items: center;
    justify-content: center
}

.grants-hero>.info a.disabled {
    pointer-events: none;
    background: #2b3138;
    color: #5e6773
}

.grants-hero>.grants-graphic {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../assets/images/grants/graphic.png");
    min-width: 320px;
    min-height: 320px;
    max-width: 515px;
    max-height: 515px;
    width: 100%;
    height: 100%;
    place-self: center end
}

@media (min-width: 1024px) {
    .grants-hero>.grants-graphic {
        margin-right:112px
    }
}

.no-bound {
    width: 100% !important;
    max-width: 100vw !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important
}

.inner-bounder {
    max-width: 1440px;
    padding: 0px 30px;
    padding-top: 120px;
    display: grid;
    gap: 50px;
    position: relative;
    z-index: 2
}

@media (min-width: 1024px) {
    .inner-bounder {
        padding:0px 80px;
        padding-top: 240px;
        grid-template-columns: repeat(2, 1fr);
        gap: unset
    }
}

@media (min-width: 1024px) {
    .inner-bounder {
        padding:0px 112px;
        padding-top: 240px
    }
}

.inner-bounder>img {
    max-width: 495px;
    grid-row: 2;
    place-self: center;
    z-index: 2
}

@media (min-width: 1024px) {
    .inner-bounder>img.start {
        place-self:center start
    }
}

@media (min-width: 1024px) {
    .inner-bounder>img.end {
        place-self:center end
    }
}

@media (min-width: 1024px) {
    .inner-bounder>img {
        grid-row:unset
    }
}

.inner-bounder>.info {
    width: 100%;
    display: grid;
    gap: 24px;
    place-self: center start;
    z-index: 2
}

@media (min-width: 1024px) {
    .inner-bounder>.info {
        max-width:600px;
        padding: unset
    }
}

.inner-bounder>.info>.title {
    font-weight: 800;
    font-size: 32px;
    line-height: 1.25;
    color: #25d695
}

@media (min-width: 1024px) {
    .inner-bounder>.info>.title {
        font-size:56px
    }
}

.inner-bounder>.info>.body {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    color: #c3c3c3
}

@media (min-width: 1024px) {
    .inner-bounder>.info>.body {
        font-size:24px
    }
}

.inner-bounder>.info>.body>b {
    color: #fff
}

.inner-bounder>.info>.actions {
    display: flex;
    gap: 20px;
    margin-top: 35px;
    flex-direction: column
}

@media (min-width: 1024px) {
    .inner-bounder>.info>.actions {
        gap:40px;
        align-items: center;
        flex-direction: unset
    }
}

.inner-bounder>.info>.actions>a {
    cursor: pointer;
    background: linear-gradient(225deg, #25d695 0%, #179b69 100%);
    border-radius: 4px;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    text-transform: uppercase;
    color: #1d222c;
    width: 240px;
    height: 72px;
    padding: 24px 48px;
    display: flex;
    align-items: center;
    justify-content: center
}

.inner-bounder>.info>.actions>a.disabled {
    pointer-events: none;
    background: #2b3138;
    color: #5e6773
}

.grants-section {
    max-width: 1440px;
    padding: 0px 30px;
    padding-top: 120px;
    display: grid;
    gap: 50px;
    position: relative;
    z-index: 2
}

@media (min-width: 1024px) {
    .grants-section {
        padding:0px 80px;
        padding-top: 240px;
        grid-template-columns: repeat(2, 1fr);
        gap: 123px
    }
}

@media (min-width: 1024px) {
    .grants-section {
        padding:0px 112px;
        padding-top: 240px
    }
}

.grants-section>img {
    max-width: 495px;
    grid-row: 2;
    place-self: center;
    z-index: 2
}

@media (min-width: 1024px) {
    .grants-section>img.start {
        place-self:center start
    }
}

@media (min-width: 1024px) {
    .grants-section>img.end {
        place-self:center end
    }
}

@media (min-width: 1024px) {
    .grants-section>img {
        grid-row:unset
    }
}

.grants-section>.info {
    width: 100%;
    display: grid;
    gap: 24px;
    place-self: center start;
    z-index: 2
}

@media (min-width: 1024px) {
    .grants-section>.info {
        max-width:600px;
        padding: unset
    }
}

.grants-section>.info>.title {
    font-weight: 800;
    font-size: 32px;
    line-height: 1.25;
    color: #25d695
}

@media (min-width: 1024px) {
    .grants-section>.info>.title {
        font-size:56px
    }
}

.grants-section>.info>.body {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    color: #c3c3c3
}

@media (min-width: 1024px) {
    .grants-section>.info>.body {
        font-size:24px
    }
}

.grants-section>.info>.body>b {
    color: #fff
}

.grants-section>.info>.actions {
    display: flex;
    gap: 20px;
    margin-top: 35px;
    flex-direction: column
}

@media (min-width: 1024px) {
    .grants-section>.info>.actions {
        gap:40px;
        align-items: center;
        flex-direction: unset
    }
}

.grants-section>.info>.actions>a {
    cursor: pointer;
    background: linear-gradient(225deg, #25d695 0%, #179b69 100%);
    border-radius: 4px;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    text-transform: uppercase;
    color: #1d222c;
    width: 240px;
    height: 72px;
    padding: 24px 48px;
    display: flex;
    align-items: center;
    justify-content: center
}

.grants-section>.info>.actions>a.disabled {
    pointer-events: none;
    background: #2b3138;
    color: #5e6773
}

.smart-tokens-wrapper {
    width: 90%;
    max-width: 1000px;
    margin: 200px auto 0
}

.smart-tokens-wrapper .smart-tokens {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    padding-bottom: 56.25%
}

@media (min-width: 768px) {
    .smart-tokens-wrapper .smart-tokens {
        border-radius:50px
    }
}

.smart-tokens-wrapper .smart-tokens iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.requirements-title {
    place-self: center !important
}

@media (min-width: 1024px) {
    .requirements-title {
        place-self:start !important
    }
}

.requirements-list {
    all: unset;
    display: grid;
    gap: 24px
}

.requirements-list>.requirement {
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 12px
}

.requirements-list>.requirement>img {
    width: 32px;
    height: 32px;
    place-self: start center;
    transform: translateY(25%)
}

.requirements-list>.requirement>.text {
    all: unset;
    font-weight: 400;
    color: #c3c3c3;
    font-size: 18px;
    line-height: 31.5px
}

@media (min-width: 1024px) {
    .requirements-list>.requirement>.text {
        font-size:24px;
        line-height: 42px
    }
}

.grantees {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.grantees>.content {
    width: 100%;
    max-width: 1440px;
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 80px
}

.grantees>.content>.title {
    font-weight: 800;
    color: #25d695;
    font-size: 40px;
    font-weight: 50px
}

@media (min-width: 1024px) {
    .grantees>.content>.title {
        place-self:center;
        font-size: 56px;
        line-height: 70px
    }
}

.grantees>.content .cards {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.grantees>.content .cards>.grantee-card {
    display: grid;
    gap: 24px;
    max-width: 350px;
    max-height: 556px;
    background: linear-gradient(270deg, rgba(94,103,115,0.15) 0%, rgba(94,103,115,0) 100%);
    backdrop-filter: blur(5px);
    border-radius: 24px;
    padding: 40px
}

.grantees>.content .cards>.grantee-card>img {
    margin-bottom: 16px;
    height: 62px;
    width: fit-content;
    place-self: start
}

.grantees>.content .cards>.grantee-card>a {
    place-self: end;
    color: #25d695;
    text-decoration: underline
}

.grants-horizon-simple {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100vw;
    grid-row: unset !important;
    z-index: 0;
    background-image: url("../assets/images/sections/single.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    height: 100%
}

@media (min-width: 1024px) {
    .grants-horizon-simple {
        background-size:cover
    }
}

.grants-ellipse-left {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-25%);
    background-image: url("../assets/images/ellipses/left.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    height: 100%;
    width: 100%
}

.grants-ellipse-right {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../assets/images/ellipses/right.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    height: 100%;
    width: 100%
}

.cex-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.cex-hero {
    max-width: 1440px;
    width: 100%;
    padding: 60px 30px 100px 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 40px
}

@media (min-width: 768px) {
    .cex-hero {
        padding:80px 80px 100px 80px
    }
}

@media (min-width: 1280px) {
    .cex-hero {
        padding:80px 112px 160px 112px
    }
}

@media (min-width: 1024px) {
    .cex-hero {
        padding:80px 80px 160px 80px;
        flex-direction: row;
        gap: 20px
    }
}

.cex-hero>.info {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 24px
}

@media (min-width: 1024px) {
    .cex-hero>.info {
        width:50%;
        justify-content: flex-start;
        text-align: start
    }
}

.cex-hero>.info>.hero-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #fff
}

@media (min-width: 768px) {
    .cex-hero>.info>.hero-title {
        font-size:48px;
        line-height: 60px
    }
}

@media (min-width: 1024px) {
    .cex-hero>.info>.hero-title {
        font-size:64px;
        line-height: 80px
    }
}

@media (min-width: 1280px) {
    .cex-hero>.info>.hero-title {
        font-size:80px;
        line-height: 100px
    }
}

.cex-hero>.info>.hero-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #c3c3c3
}

@media (min-width: 768px) {
    .cex-hero>.info>.hero-description {
        font-size:20px;
        line-height: 35px
    }
}

@media (min-width: 1280px) {
    .cex-hero>.info>.hero-description {
        font-size:24px;
        line-height: 42px
    }
}

.cex-hero>.info>.actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 35px
}

@media (min-width: 1024px) {
    .cex-hero>.info>.actions {
        justify-content:flex-start
    }
}

.cex-hero>.info>.actions>a {
    cursor: pointer;
    background: linear-gradient(225deg, #25d695 0%, #179b69 100%);
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    padding: 0 8px;
    text-transform: uppercase;
    color: #1d222c;
    min-width: 240px;
    width: 100%;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (min-width: 1024px) {
    .cex-hero>.info>.actions>a {
        font-size:18px;
        line-height: 27px
    }
}

@media (min-width: 768px) {
    .cex-hero>.info>.actions>a {
        width:240px
    }
}

.cex-hero>.info>.actions>a.secondary {
    border: 1px solid;
    border-color: #25d695;
    background: rgba(37,214,149,0.0627451);
    color: #fff
}

.cex-hero>.cex-graphic {
    max-height: 700px;
    min-height: 300px;
    width: 65%;
    max-width: 598px
}

@media (min-width: 1024px) {
    .cex-hero>.cex-graphic {
        width:50%
    }
}

.existing-exchanges {
    display: flex;
    place-items: center;
    flex-direction: column;
    width: 100%;
    padding: 100px 30px 100px 30px;
    gap: 20px;
    background-image: url("../assets/images/cex/CEX-middle-graphic.png");
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat
}

@media (min-width: 768px) {
    .existing-exchanges {
        padding:120px 80px 30px 80px
    }
}

@media (min-width: 1024px) {
    .existing-exchanges {
        padding:200px 112px 30px 112px;
        gap: 40px;
        background-size: cover
    }
}

@media (min-width: 1280px) {
    .existing-exchanges {
        padding:240px 112px 100px 112px
    }
}

.existing-exchanges>.description {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #c3c3c3
}

@media (min-width: 768px) {
    .existing-exchanges>.description {
        font-size:20px;
        line-height: 35px
    }
}

@media (min-width: 1280px) {
    .existing-exchanges>.description {
        font-size:24px;
        line-height: 42px
    }
}

.existing-exchanges>.exchanges {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px
}

@media (min-width: 768px) {
    .existing-exchanges>.exchanges {
        flex-direction:row;
        flex-wrap: wrap
    }
}

.existing-exchanges>.exchanges>a {
    position: relative
}

.existing-exchanges>.exchanges>a:hover>.exchange {
    opacity: 0;
    visibility: hidden
}

.existing-exchanges>.exchanges>a:hover>.exchange-hover {
    opacity: 1;
    visibility: visible
}

.existing-exchanges>.exchanges>a>.exchange {
    height: 60px;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
    width: auto
}

@media (min-width: 768px) {
    .existing-exchanges>.exchanges>a>.exchange {
        height:96px
    }
}

.existing-exchanges>.exchanges>a>.exchange-hover {
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out
}

.cex-get-started {
    width: 100%;
    padding: 20px 30px 100px 30px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 60px
}

@media (min-width: 768px) {
    .cex-get-started {
        padding:120px 80px 30px 80px
    }
}

@media (min-width: 1024px) {
    .cex-get-started {
        padding:180px 112px 100px 112px;
        flex-direction: row
    }
}

@media (min-width: 1280px) {
    .cex-get-started {
        padding:210px 112px;
        gap: 120px
    }
}

.cex-get-started>.getStarted-graphic {
    width: 65%;
    max-width: 495px;
    height: auto
}

@media (min-width: 1024px) {
    .cex-get-started>.getStarted-graphic {
        width:50%
    }
}

.cex-get-started>.ellipse-right {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background-image: url("../assets/images/ellipses/right.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    height: 100%;
    width: 100%
}

.cex-get-started>.getStarted-info {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 24px
}

@media (min-width: 1024px) {
    .cex-get-started>.getStarted-info {
        width:50%;
        justify-content: center
    }
}

.cex-get-started>.getStarted-info>.getStarted-title {
    font-weight: 800;
    font-size: 38px;
    line-height: 44px;
    color: #25d695
}

@media (min-width: 768px) {
    .cex-get-started>.getStarted-info>.getStarted-title {
        font-size:40px;
        line-height: 40px
    }
}

@media (min-width: 1024px) {
    .cex-get-started>.getStarted-info>.getStarted-title {
        font-size:44px;
        line-height: 55px
    }
}

@media (min-width: 1280px) {
    .cex-get-started>.getStarted-info>.getStarted-title {
        font-size:56px;
        line-height: 70px
    }
}

.cex-get-started>.getStarted-info>.getStarted-description {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #c3c3c3
}

@media (min-width: 768px) {
    .cex-get-started>.getStarted-info>.getStarted-description {
        font-size:20px;
        line-height: 35px
    }
}

@media (min-width: 1024px) {
    .cex-get-started>.getStarted-info>.getStarted-description {
        font-size:22px;
        line-height: 40px
    }
}

@media (min-width: 1280px) {
    .cex-get-started>.getStarted-info>.getStarted-description {
        font-size:24px;
        line-height: 42px
    }
}

.cex-get-started>.getStarted-info>.actions {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 16px
}

.cex-get-started>.getStarted-info>.actions>a {
    cursor: pointer;
    background: linear-gradient(225deg, #25d695 0%, #179b69 100%);
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    padding: 0 8px;
    text-transform: uppercase;
    color: #1d222c;
    min-width: 240px;
    width: 100%;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

@media (min-width: 1024px) {
    .cex-get-started>.getStarted-info>.actions>a {
        font-size:18px;
        line-height: 27px
    }
}

@media (min-width: 768px) {
    .cex-get-started>.getStarted-info>.actions>a {
        width:240px
    }
}

.cex-get-started>.getStarted-info>.actions>a.secondary {
    border: 1px solid;
    border-color: #25d695;
    background: rgba(37,214,149,0.0627451);
    color: #fff
}

.connect-mainnet {
    padding: 100px 30px 120px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    justify-content: space-around;
    width: 100%;
    position: relative;
    background-color: #060f16
}

@media (min-width: 1024px) {
    .connect-mainnet {
        flex-direction:row
    }
}

@media (min-width: 768px) {
    .connect-mainnet {
        padding:120px 80px 120px 80px
    }
}

@media (min-width: 1280px) {
    .connect-mainnet {
        padding:240px 112px 240px 112px
    }
}

.connect-mainnet>.ellipse-left {
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(25%);
    background-image: url("../assets/images/ellipses/left.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    height: 100%;
    width: 100%
}

.connect-mainnet>.dots-right {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("../assets/images/cex/dots.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: auto;
    width: 300px;
    height: 40%;
    overflow: hidden
}

.connect-mainnet>.connect-info {
    width: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 24px
}

@media (min-width: 1024px) {
    .connect-mainnet>.connect-info {
        width:50%
    }
}

.connect-mainnet>.connect-info>.connect-title {
    font-weight: 800;
    font-size: 38px;
    line-height: 44px;
    color: #25d695
}

@media (min-width: 768px) {
    .connect-mainnet>.connect-info>.connect-title {
        font-size:40px;
        line-height: 40px
    }
}

@media (min-width: 1024px) {
    .connect-mainnet>.connect-info>.connect-title {
        font-size:48px;
        line-height: 55px
    }
}

@media (min-width: 1280px) {
    .connect-mainnet>.connect-info>.connect-title {
        font-size:56px;
        line-height: 70px
    }
}

.connect-mainnet>.connect-info>.connect-description {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #c3c3c3
}

@media (min-width: 768px) {
    .connect-mainnet>.connect-info>.connect-description {
        font-size:20px;
        line-height: 35px
    }
}

@media (min-width: 1024px) {
    .connect-mainnet>.connect-info>.connect-description {
        font-size:22px;
        line-height: 40px
    }
}

@media (min-width: 1280px) {
    .connect-mainnet>.connect-info>.connect-description {
        font-size:24px;
        line-height: 42px
    }
}

.connect-mainnet>.connect-wallets {
    z-index: 2;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    flex-wrap: wrap
}

@media (min-width: 1024px) {
    .connect-mainnet>.connect-wallets {
        width:50%
    }
}

.connect-mainnet>.connect-wallets>.wallet-button {
    cursor: pointer;
    position: relative;
    height: 65px;
    border: none
}

@media (min-width: 768px) {
    .connect-mainnet>.connect-wallets>.wallet-button {
        height:100px
    }
}

.connect-mainnet>.connect-wallets>.wallet-button:hover>.wallet {
    opacity: 0;
    visibility: hidden
}

.connect-mainnet>.connect-wallets>.wallet-button:hover>.wallet-hover {
    opacity: 1;
    visibility: visible
}

.connect-mainnet>.connect-wallets>.wallet-button>.wallet {
    width: auto;
    height: 65px;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out
}

@media (min-width: 768px) {
    .connect-mainnet>.connect-wallets>.wallet-button>.wallet {
        height:100px
    }
}

.connect-mainnet>.connect-wallets>.wallet-button>.wallet-hover {
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out
}

.cex-tokens {
    padding: 120px 30px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    gap: 80px
}

@media (min-width: 768px) {
    .cex-tokens {
        padding:180px 80px
    }
}

@media (min-width: 1024px) {
    .cex-tokens {
        flex-direction:row;
        padding: 240px 112px
    }
}

.cex-tokens>.tokens-graphic {
    width: 75%;
    max-width: 495px
}

@media (min-width: 768px) {
    .cex-tokens>.tokens-graphic {
        width:55%
    }
}

@media (min-width: 1024px) {
    .cex-tokens>.tokens-graphic {
        width:50%
    }
}

.cex-tokens>.tokens-info {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px
}

@media (min-width: 1024px) {
    .cex-tokens>.tokens-info {
        width:50%
    }
}

.cex-tokens>.tokens-info>.tokens-title {
    font-weight: 800;
    font-size: 38px;
    line-height: 44px;
    color: #25d695
}

@media (min-width: 768px) {
    .cex-tokens>.tokens-info>.tokens-title {
        font-size:40px;
        line-height: 40px
    }
}

@media (min-width: 1024px) {
    .cex-tokens>.tokens-info>.tokens-title {
        font-size:48px;
        line-height: 55px
    }
}

@media (min-width: 1280px) {
    .cex-tokens>.tokens-info>.tokens-title {
        font-size:56px;
        line-height: 70px
    }
}

.cex-tokens>.tokens-info>.tokens-description {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #c3c3c3
}

@media (min-width: 768px) {
    .cex-tokens>.tokens-info>.tokens-description {
        font-size:20px;
        line-height: 35px
    }
}

@media (min-width: 1024px) {
    .cex-tokens>.tokens-info>.tokens-description {
        font-size:22px;
        line-height: 40px
    }
}

@media (min-width: 1280px) {
    .cex-tokens>.tokens-info>.tokens-description {
        font-size:24px;
        line-height: 42px
    }
}

.cex-tokens>.tokens-info>a {
    cursor: pointer;
    background: linear-gradient(225deg, #25d695 0%, #179b69 100%);
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #1d222c;
    min-width: 240px;
    width: 100%;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px
}

@media (min-width: 1024px) {
    .cex-tokens>.tokens-info>a {
        font-size:18px;
        line-height: 27px
    }
}

@media (min-width: 768px) {
    .cex-tokens>.tokens-info>a {
        width:240px
    }
}

.contact-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 100%;
    height: fit-content
}

@media (min-width: 768px) {
    .contact-container {
        padding:0 80px 50px 80px
    }
}

@media (min-width: 1024px) {
    .contact-container {
        padding:0 112px 120px 112px
    }
}

@media (min-width: 1280px) {
    .contact-container {
        padding:0 160px 120px 160px
    }
}

.contact-container>.contact {
    background: linear-gradient(315deg, #01327a 12.56%, #004dc2 89.48%);
    border-radius: 0;
    display: flex;
    flex-direction: column-reverse;
    height: 100%;
    max-width: 1216px
}

@media (min-width: 768px) {
    .contact-container>.contact {
        border-radius:40px
    }
}

@media (min-width: 768px) {
    .contact-container>.contact {
        flex-direction:row
    }
}

.contact-container>.contact>.contact-graphic {
    width: 100%;
    border-radius: 40px
}

@media (min-width: 768px) {
    .contact-container>.contact>.contact-graphic {
        width:50%
    }
}

.contact-container>.contact>.contact-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 30px;
    width: 100%;
    gap: 24px
}

@media (min-width: 768px) {
    .contact-container>.contact>.contact-info {
        width:50%;
        padding: 0
    }
}

.contact-container>.contact>.contact-info>.contact-title {
    font-weight: 800;
    font-size: 34px;
    line-height: 44px;
    color: #fff
}

@media (min-width: 1024px) {
    .contact-container>.contact>.contact-info>.contact-title {
        font-size:40px;
        line-height: 40px
    }
}

@media (min-width: 1280px) {
    .contact-container>.contact>.contact-info>.contact-title {
        font-size:56px;
        line-height: 70px
    }
}

.contact-container>.contact>.contact-info>.contact-emails {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #fff
}

@media (min-width: 1024px) {
    .contact-container>.contact>.contact-info>.contact-emails {
        font-size:24px;
        line-height: 42px
    }
}

.architecture-pre-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #f1c34e
}

.architecture-title {
    font-weight: 800;
    font-size: 56px;
    line-height: 70px;
    color: #25d695
}

.architecture-details {
    text-align: left;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 42px;
    color: #c3c3c3
}

.architecture-details>b {
    font-weight: 500;
    color: #fff
}

.page-architecture {
    width: 100%
}

.hero-architecture {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../assets/images/architecture/hero.png");
    padding: 12em 12px 24em 12px;
    display: grid;
    gap: 40px;
    animation: rise-reveal 1s ease-out
}

@media (min-width: 1024px) {
    .hero-architecture {
        padding:12em 120px 24em 120px
    }
}

@media (min-width: 1280px) {
    .hero-architecture {
        padding:12em 240px 24em 240px
    }
}

.hero-architecture>h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: #fff
}

@media (min-width: 1024px) {
    .hero-architecture>h1 {
        font-size:80px;
        line-height: 100px
    }
}

.hero-architecture>h2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 42px;
    text-align: center;
    color: #fff
}

.blockchain-features {
    background: linear-gradient(270deg, rgba(94,103,115,0.35) 0%, rgba(94,103,115,0) 100%);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    width: 100%;
    display: grid;
    gap: 20px;
    padding: 20px
}

@media (min-width: 768px) {
    .blockchain-features {
        grid-template-columns:repeat(2, 1fr);
        place-items: center
    }
}

@media (min-width: 1280px) {
    .blockchain-features {
        grid-template-columns:repeat(4, 1fr);
        place-items: unset
    }
}

.blockchain-features>.feature {
    width: 45%;
    display: flex;
    align-items: center
}

.blockchain-features>.feature>img {
    width: 2.25em;
    height: auto;
    margin-right: 1em
}

.blockchain-features>.feature>.copy>b {
    all: unset;
    font-weight: 700;
    font-size: 56px;
    line-height: 84px;
    letter-spacing: 0.05em;
    color: #fff
}

.blockchain-features>.feature>.copy>p {
    all: unset;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #868991
}

.blockchain-architecture {
    display: grid;
    grid-template-rows: 1fr auto;
    text-align: center;
    position: relative
}

@media (min-width: 1024px) {
    .blockchain-architecture {
        text-align:unset
    }
}

.blockchain-architecture>.top {
    display: grid
}

@media (min-width: 1024px) {
    .blockchain-architecture>.top {
        margin-top:unset;
        gap: 120px;
        grid-template-columns: repeat(2, 1fr)
    }
}

.blockchain-architecture>.top>.left {
    display: grid;
    text-align: left
}

.blockchain-architecture>.top>.right {
    display: grid;
    place-self: center
}

@media (min-width: 1024px) {
    .blockchain-architecture>.top>.right {
        place-self:unset
    }
}

.blockchain-architecture>.bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-top: 80px;
    gap: 24px
}

@media (min-width: 1024px) {
    .blockchain-architecture>.bottom {
        flex-direction:unset;
        gap: unset
    }
}

.blockchain-architecture>.bottom>.architecture-card {
    background: linear-gradient(278.66deg, rgba(94,103,115,0.15) 0%, rgba(94,103,115,0) 89.23%);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    padding: 24px 48px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around
}

@media (min-width: 1024px) {
    .blockchain-architecture>.bottom>.architecture-card {
        max-width:300px
    }
}

.blockchain-architecture>.bottom>.architecture-card img {
    width: 64px;
    height: 64px
}

.blockchain-architecture>.bottom>.architecture-card>.text {
    all: unset;
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    text-shadow: 0px 0px 4px rgba(255,255,255,0.32)
}

.speed-and-quorum {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
    position: relative
}

@media (min-width: 1024px) {
    .speed-and-quorum {
        flex-direction:unset;
        justify-content: space-between
    }
}

.speed-and-quorum>.info {
    all: unset;
    text-align: center
}

@media (min-width: 1024px) {
    .speed-and-quorum>.info {
        text-align:unset;
        max-width: 40%
    }
}

.inflationary-blockchain {
    display: grid;
    place-items: center start
}

@media (min-width: 1024px) {
    .inflationary-blockchain {
        grid-template-columns:1fr 1fr
    }
}

.inflationary-blockchain>.arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.core-token {
    display: grid;
    gap: 60px
}

@media (min-width: 1024px) {
    .core-token {
        grid-template-columns:repeat(2, 1fr);
        gap: unset
    }
}

.core-token>.left {
    display: grid;
    gap: 20px
}

.core-token>.left>.buttons {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 24px;
    width: 100%
}

.core-token img {
    place-self: center
}

@media (min-width: 1024px) {
    .core-token img {
        width:75%;
        place-self: center end
    }
}

.token-issuance {
    display: grid;
    gap: 60px;
    position: relative
}

@media (min-width: 1024px) {
    .token-issuance {
        grid-template-columns:repeat(2, 1fr);
        gap: 112px
    }
}

.token-issuance>.left {
    display: grid;
    gap: 20px;
    grid-row: 2
}

@media (min-width: 1024px) {
    .token-issuance>.left {
        grid-row:unset
    }
}

.token-issuance>.left>.token-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 32px;
    background: linear-gradient(270deg, rgba(94,103,115,0.15) 0%, rgba(94,103,115,0) 100%);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    height: fit-content;
    box-shadow: 0px 0px 6px rgba(37,211,147,0);
    transition: 0.2s ease-out
}

.token-issuance>.left>.token-card>img {
    width: 64px;
    height: 64px
}

.token-issuance>.left>.token-card>.text {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    text-shadow: 0px 0px 4px rgba(255,255,255,0.32)
}

@media (min-width: 1024px) {
    .token-issuance>.left>.token-card {
        width:50%
    }

    .token-issuance>.left>.token-card.start {
        place-self: center start
    }

    .token-issuance>.left>.token-card.mid {
        place-self: center
    }

    .token-issuance>.left>.token-card.end {
        place-self: center end
    }
}

.built-in-modules {
    display: grid;
    place-items: center
}

.built-in-modules>.info {
    all: unset;
    height: fit-content
}

@media (min-width: 1024px) {
    .built-in-modules {
        grid-template-columns:repeat(2, 1fr);
        gap: 120px
    }
}

.comparisons {
    background: #0b161e;
    padding: 10em 12px
}

@media (min-width: 1024px) {
    .comparisons {
        padding:10em 60px
    }
}

.comparisons>.title {
    text-align: center;
    font-size: 3em;
    margin-bottom: 2em
}

.comparisons>.title span {
    color: #25d695
}

.comparisons .table {
    width: 95%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    border-radius: 12px
}

.comparisons .table .labels {
    width: 30%;
    background: linear-gradient(180deg, rgba(94,103,115,0.05) 0%, rgba(94,103,115,0) 100%);
    backdrop-filter: blur(10px);
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px
}

@media (min-width: 768px) {
    .comparisons .table .labels {
        width:20%
    }
}

.comparisons .table .labels .cell {
    display: flex;
    color: #868991;
    height: 6.25em;
    padding-left: 10%;
    align-items: center
}

.comparisons .table .labels .cell p {
    text-align: left
}

.comparisons .table .blockchains {
    background: linear-gradient(180deg, rgba(37,214,149,0.05) 0%, rgba(37,214,149,0) 100%);
    backdrop-filter: blur(10px);
    overflow-x: auto;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    width: calc(1200px * 0.7)
}

@media (min-width: 768px) {
    .comparisons .table .blockchains {
        width:calc(1200px * 0.8)
    }
}

.comparisons .table .blockchains .bc-row {
    display: flex;
    justify-content: space-between;
    height: 6.25em;
    min-width: 960px;
    flex-shrink: 0
}

.comparisons .table .blockchains .bc-row:first-of-type .cell:last-of-type {
    border-top-right-radius: 12px
}

.comparisons .table .blockchains .bc-row:last-of-type .cell:last-of-type {
    border-bottom-right-radius: 12px
}

.comparisons .table .blockchains .bc-row .cell {
    width: calc(100% / 6);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

.comparisons .table .blockchains .bc-row .cell:last-of-type {
    background: rgba(37,214,149,0.1)
}

.comparisons .table .blockchains .bc-row .cell img {
    width: 75%;
    max-width: 8em
}

.comparisons .table .blockchains .bc-row .cell img.bool-icon {
    width: 25%;
    max-width: 3em
}

.newsletter-page {
    display: grid;
    gap: 20px;
    height: fit-content;
    margin-top: 40px
}

@media (min-width: 1024px) {
    .newsletter-page {
        grid-column:1;
        grid-row: 2;
        margin-left: 0
    }
}

@media (min-width: 1440px) {
    .newsletter-page {
        grid-column:2;
        grid-row: 1
    }
}

.newsletter-page>.input-and-btn {
    display: grid;
    gap: 12px
}

.newsletter-page>.input-and-btn>input {
    width: 100%;
    padding: 12px 48px;
    border: none;
    border-radius: 36px;
    padding-left: 1em;
    background: #2b3138;
    border: 1px solid #5e6773;
    height: 72px;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 16px;
    padding-left: 2em;
    transition: border 0.3s
}

.newsletter-page>.input-and-btn>input::placeholder {
    text-align: left;
    color: #c3c3c3
}

.newsletter-page>.input-and-btn>input:active,.newsletter-page>.input-and-btn>input:focus {
    outline: none;
    border-color: #25d695
}

.newsletter-page>.input-and-btn>button {
    all: unset;
    background: linear-gradient(225deg, #25d695 0%, #179b69 100%);
    border-radius: 45px;
    padding: 12px 48px;
    color: #1d222c;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    place-self: center
}

@media (min-width: 768px) {
    .newsletter-page>.input-and-btn>button {
        width:unset;
        place-self: unset
    }
}

@media (min-width: 768px) {
    .newsletter-page>.input-and-btn {
        grid-template-columns:1fr auto
    }
}

.egb-page {
    width: 100%
}

@media (min-width: 1280px) {
    .egb-page {
        display:flex;
        flex-direction: column;
        align-items: center
    }
}

.hero-egb {
    display: grid;
    padding: 0em 30px;
    position: relative
}

@media (min-width: 1440px) {
    .hero-egb {
        width:100vw;
        display: flex;
        justify-content: center
    }
}

@media (min-width: 1024px) {
    .hero-egb {
        grid-template-columns:1fr 1fr;
        padding: 2em
    }
}

.hero-egb>.header {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 6em 12px;
    padding-bottom: 3em
}

@media (min-width: 1024px) {
    .hero-egb>.header {
        padding:8em 4em 8em 8em;
        padding-bottom: unset
    }
}

.hero-egb>.header>.title {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #fff;
    text-shadow: 0px 0px 4px rgba(255,255,255,0.64);
    text-align: center;
    animation: reveal 0.4s ease-out
}

@media (min-width: 1024px) {
    .hero-egb>.header>.title {
        font-size:80px;
        line-height: 100px;
        text-align: unset
    }
}

.hero-egb>.header>.subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    color: #c3c3c3;
    text-align: center;
    animation: reveal 1.2s ease-out
}

@media (min-width: 1024px) {
    .hero-egb>.header>.subtitle {
        font-size:24px;
        line-height: 42px;
        text-align: unset
    }
}

.hero-egb>img {
    max-width: 550px;
    max-height: 550px;
    place-self: center
}

.hero-egb>lottie-player.arrow {
    position: absolute;
    bottom: -15%;
    left: 50%;
    transform: translateX(-50%) rotate(180deg)
}

.relative-container {
    position: relative;
    margin-bottom: 0;
    width: 100vw;
    display: flex;
    align-items: center;
    flex-direction: column
}

.section-graphic {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../assets/images/sections/single-alt.png");
    width: 100vw;
    aspect-ratio: 2.7 / 1
}

.section-graphic.secondary {
    background-size: contain;
    background-image: url("../assets/images/sections/secondary.png")
}

.egb-section {
    display: flex;
    flex-direction: column;
    margin-bottom: 80px;
    width: 100%
}

@media (min-width: 1024px) {
    .egb-section {
        flex-direction:unset;
        justify-content: space-between;
        margin-bottom: 160px;
        max-width: 1400px
    }
}

.egb-section>.title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
    color: #25d695;
    margin-bottom: 16px
}

@media (min-width: 1024px) {
    .egb-section>.title {
        margin-bottom:0px;
        max-width: 250px
    }
}

@media (min-width: 1440px) {
    .egb-section>.title {
        margin-bottom:0px;
        max-width: 400px;
        font-size: 32px
    }
}

.egb-section.first {
    margin-top: 115px
}

@media (min-width: 1024px) {
    .egb-section.first {
        margin-top:230px
    }
}

.what-is-egb>.body {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #c3c3c3
}

@media (min-width: 1024px) {
    .what-is-egb>.body {
        max-width:560px
    }
}

@media (min-width: 1440px) {
    .what-is-egb>.body {
        max-width:740px
    }
}

.what-is-egb>.body y {
    color: #f1c34e
}

.key-attributes>.attribute-cards {
    display: flex;
    flex-direction: column;
    gap: 20px
}

@media (min-width: 1024px) {
    .key-attributes>.attribute-cards {
        max-width:560px
    }
}

@media (min-width: 1440px) {
    .key-attributes>.attribute-cards {
        flex-direction:unset;
        max-width: 740px
    }
}

.key-attributes>.attribute-cards>.card-list {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.key-attributes>.attribute-cards>.card-list>.egb-attribute-card {
    display: flex;
    padding: 20px;
    gap: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #c3c3c3;
    background: linear-gradient(270deg, rgba(94,103,115,0.15) 0%, rgba(94,103,115,0) 100%);
    backdrop-filter: blur(5px);
    border-radius: 16px
}

.key-attributes>.attribute-cards>.card-list>.egb-attribute-card>img {
    width: 24px;
    height: 24px
}

@media (min-width: 1440px) {
    .key-attributes>.attribute-cards>.card-list>.egb-attribute-card {
        max-width:360px
    }
}

@media (min-width: 1024px) {
    .why-egb>.body {
        max-width:560px
    }
}

@media (min-width: 1440px) {
    .why-egb>.body {
        max-width:740px
    }
}

.why-egb>.body>p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #c3c3c3
}

.why-egb>.body>p>b {
    color: #fff
}

.why-egb>.body>p>y {
    color: #f1c34e;
    font-style: italic;
    font-size: 20px;
    line-height: 35px
}

.use-cases>.usecase-cards {
    display: flex;
    flex-direction: column;
    gap: 20px
}

@media (min-width: 1024px) {
    .use-cases>.usecase-cards {
        max-width:560px
    }
}

@media (min-width: 1440px) {
    .use-cases>.usecase-cards {
        flex-direction:unset;
        max-width: 740px
    }
}

.use-cases>.usecase-cards>.card-list {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.use-cases>.usecase-cards>.card-list>.egb-usecase-card {
    display: flex;
    flex-direction: column;
    padding: 24px;
    gap: 12px;
    background: linear-gradient(270deg, rgba(94,103,115,0.15) 0%, rgba(94,103,115,0) 100%);
    backdrop-filter: blur(5px);
    border-radius: 16px
}

.use-cases>.usecase-cards>.card-list>.egb-usecase-card>img {
    width: 65px;
    height: 65px;
    margin-bottom: 12px
}

.use-cases>.usecase-cards>.card-list>.egb-usecase-card>.title {
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    color: #fff
}

.use-cases>.usecase-cards>.card-list>.egb-usecase-card>ul {
    list-style: disc
}

.use-cases>.usecase-cards>.card-list>.egb-usecase-card>ul>li {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #c3c3c3
}

@media (min-width: 1440px) {
    .use-cases>.usecase-cards>.card-list>.egb-usecase-card {
        max-width:360px
    }
}

@media (min-width: 1024px) {
    .disruptive>.body {
        max-width:560px
    }
}

@media (min-width: 1440px) {
    .disruptive>.body {
        max-width:740px
    }
}

.disruptive>.body>p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #c3c3c3
}

.disruptive>.body>p>b {
    color: #fff
}

.disruptive>.body>p>y {
    color: #f1c34e;
    font-style: italic;
    font-size: 20px;
    line-height: 35px
}

.disruptive>.body>.disruptive-cards {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.disruptive>.body>.disruptive-cards>.disruptive-card {
    background: linear-gradient(270deg, rgba(94,103,115,0.15) 0%, rgba(94,103,115,0) 100%);
    backdrop-filter: blur(5px);
    border-radius: 12px;
    padding: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #c3c3c3
}

.disruptive>.body>.disruptive-cards>.disruptive-card>b {
    font-weight: 700;
    color: #fff
}

.conclusion {
    margin-top: 0px
}

.conclusion>.title {
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: #25d695;
    margin-top: 100px
}

@media (min-width: 1024px) {
    .conclusion>.title {
        margin-top:200px
    }
}

.conclusion>.item {
    border-top: 1px solid #2b3138;
    padding-top: 24px;
    place-self: center;
    width: 100%;
    max-width: 1200px;
    display: grid;
    gap: 24px
}

@media (min-width: 768px) {
    .conclusion>.item {
        grid-template-columns:1fr 2fr
    }
}

.conclusion>.item.header {
    border-top: none;
    padding-top: none;
    margin-top: 80px;
    margin-bottom: 24px
}

.conclusion>.item>.header-label {
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    color: #fff
}

.conclusion>.item>.label-container {
    display: grid
}

.conclusion>.item>.label-container>.label-header {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px
}

.conclusion>.item>.label-container>.label {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #f1c34e
}

.conclusion>.item>.bullets-container {
    display: grid
}

.conclusion>.item>.bullets-container>.bullets-header {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px
}

.conclusion>.item>.bullets-container>ul {
    margin-left: 1.25em;
    list-style: disc;
    margin-bottom: 60px
}

.conclusion>.item>.bullets-container>ul>li {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #c3c3c3
}

.conclusion>.item:last-child {
    border-bottom: 1px solid #2b3138
}

.references {
    margin-top: 0px;
    margin-bottom: 160px;
    padding-top: 20px
}

.references .title {
    font-size: 18px;
    line-height: 32px;
    color: #fff
}

.references>ul {
    list-style: disc inside
}

.references>ul>li {
    max-width: 80vw;
    overflow: hidden;
    text-overflow: ellipsis
}

.references>ul>li>a {
    font-weight: 700;
    font-size: 14px;
    line-height: 32px;
    color: #c3c3c3;
    text-overflow: ellipsis
}

.references>ul>li>a:hover {
    text-decoration: underline
}

.project {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.project>.title {
    display: flex;
    font-weight: 700;
    font-size: 60px;
    line-height: 1.25;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 0px 4px rgba(255,255,255,0.64);
    max-width: 1440px;
    margin-top: 40px;
    margin-bottom: 40px
}

@media (min-width: 1024px) {
    .project>.title {
        margin-top:80px;
        font-size: 80px
    }
}

.project>.project-icons {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    max-width: 1440px;
    width: 100%;
    position: relative;
    padding: 0px 20px;
    z-index: 100001
}

@media (min-width: 1024px) {
    .project>.project-icons {
        padding:0px 56px
    }
}

.project>.project-icons.with-margin {
    flex-direction: column;
    margin: 120px 0;
    gap: 150px
}

@media (min-width: 1024px) {
    .project>.project-icons.with-margin {
        gap:0px;
        flex-direction: unset;
        margin-top: 120px;
        margin-bottom: 240px
    }
}

.project>.project-icons.with-margin>a.partner-icon {
    display: initial !important
}

.project>.project-icons>lottie-player.arrow {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) rotate(180deg) scale(0.75)
}

@media (min-width: 1024px) {
    .project>.project-icons>lottie-player.arrow {
        bottom:0;
        top: unset
    }
}

.project>.project-icons>img {
    width: 250px;
    height: 250px
}

@media (min-width: 1024px) {
    .project>.project-icons>img {
        width:300px;
        height: 300px
    }
}

.project>.project-icons>a.arrow {
    visibility: visible
}

.project>.project-icons>a.arrow.back {
    transform: rotate(180deg)
}

@media (min-width: 1024px) {
    .project>.project-icons>a.arrow {
        visibility:hidden
    }
}

.project>.project-icons>a.partner-icon {
    position: relative;
    display: none;
    width: 250px
}

@media (min-width: 1024px) {
    .project>.project-icons>a.partner-icon {
        width:300px;
        display: initial
    }
}

.project>.project-icons>a.partner-icon:hover>img.overlay {
    visibility: visible;
    opacity: 1
}

.project>.project-icons>a.partner-icon>img.overlay {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) scale(1.25);
    transition: opacity 0.5s ease
}

.project>.info-container {
    display: flex;
    position: relative;
    justify-content: center;
    width: 100%
}

.project>.info-container>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1
}

.project>.info-container>.info-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 120px 20px 80px 20px;
    max-width: 1216px
}

@media (min-width: 1024px) {
    .project>.info-container>.info-content {
        padding:220px 56px 80px 56px;
        flex-direction: unset;
        align-items: unset;
        justify-content: space-between
    }
}

.project>.info-container>.info-content>.left {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 4px;
    margin-bottom: 48px
}

@media (min-width: 1024px) {
    .project>.info-container>.info-content>.left {
        width:50%
    }
}

.project>.info-container>.info-content>.left>.title {
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    color: #ffffff
}

.project>.info-container>.info-content>.left>a.link {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    text-decoration-line: underline;
    color: #25d695;
    font-style: italic
}

@media (min-width: 1024px) {
    .project>.info-container>.info-content>.left>a.link {
        font-size:18px
    }
}

.project>.info-container>.info-content>.body {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #c3c3c3
}

@media (min-width: 1024px) {
    .project>.info-container>.info-content>.body {
        max-width:50%
    }
}

.project>.info-container>.info-content>.body>ul {
    list-style: disc inside
}

.project>.images-container {
    max-width: 1440px;
    width: fit-content;
    display: grid;
    place-items: center;
    margin-bottom: 120px;
    padding: 0px 20px
}

@media (min-width: 1024px) {
    .project>.images-container {
        margin-bottom:240px;
        grid-auto-flow: column
    }
}

.st-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100vw
}

.st-action {
    border-radius: 4px;
    width: 200px;
    height: 64px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase
}

@media (min-width: 1280px) {
    .st-action {
        width:240px;
        height: 72px;
        font-size: 18px
    }
}

.st-action.primary {
    background: linear-gradient(225deg, #25d695 0%, #179b69 100%);
    color: #1d222c
}

.st-action.secondary {
    background: linear-gradient(225deg, #25d695 0%, #179b69 100%);
    color: #ffffff
}

.st-section-container {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.st-section-container .smart-video-wrapper {
    width: 90%;
    max-width: 1000px;
    margin: 200px auto 0
}

.st-section-container .smart-video-wrapper .smart-tokens-video {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    padding-bottom: 56.25%
}

@media (min-width: 768px) {
    .st-section-container .smart-video-wrapper .smart-tokens-video {
        border-radius:50px
    }
}

.st-section-container .smart-video-wrapper .smart-tokens-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.st-section-container.horizon {
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    aspect-ratio: 2.7 / 1
}

@media (min-width: 1024px) {
    .st-section-container.horizon {
        background-size:contain
    }
}

.st-section-container.horizon.left {
    background-image: url("../assets/images/sections/section-left.png")
}

@media (min-width: 1024px) {
    .horizon>.st-section-inner {
        padding-top:120px
    }
}

.st-section-inner {
    max-width: 1440px;
    display: grid;
    margin-top: 80px;
    place-items: center;
    gap: 60px;
    padding: 20px
}

.st-section-inner>img {
    grid-row: 2
}

.st-section-inner.no-margin {
    margin-top: 16px
}

@media (min-width: 1024px) {
    .st-section-inner.no-margin {
        margin-top:120px
    }
}

@media (min-width: 1024px) {
    .st-section-inner {
        margin:120px;
        grid-template-columns: 1fr 1fr;
        padding: unset
    }

    .st-section-inner>img {
        grid-row: unset
    }
}

.st-section-inner.no-gap-mob {
    gap: 0px
}

@media (min-width: 1024px) {
    .st-section-inner.no-gap-mob {
        gap:20px
    }
}

.st-section-inner.st-hero {
    margin-bottom: 40px;
    padding: 40px 20px
}

@media (min-width: 1024px) {
    .st-section-inner.st-hero {
        margin-bottom:unset;
        padding: unset
    }
}

.st-section-inner.st-hero>img {
    max-width: 562px;
    max-height: 586px
}

.st-section-inner.st-hero>.st-hero-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px
}

@media (min-width: 1024px) {
    .st-section-inner.st-hero>.st-hero-header {
        align-items:unset
    }
}

.st-section-inner.st-hero>.st-hero-header>.st-hero-title {
    text-shadow: 0px 0px 4px rgba(255,255,255,0.64);
    font-weight: 700;
    line-height: 1.25;
    color: #ffffff;
    font-size: 32px;
    text-align: center
}

@media (min-width: 1024px) {
    .st-section-inner.st-hero>.st-hero-header>.st-hero-title {
        font-size:80px;
        text-align: unset
    }
}

.st-section-inner.st-hero>.st-hero-header>.st-hero-info {
    line-height: 1.75;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    color: #c3c3c3;
    max-width: 492px
}

.st-section-inner.st-hero>.st-hero-header>.st-hero-info.yellow {
    color: #f1c34e;
    font-weight: 600
}

@media (min-width: 1024px) {
    .st-section-inner.st-hero>.st-hero-header>.st-hero-info {
        font-size:24px;
        text-align: unset;
        max-width: unset
    }
}

.st-section-text {
    display: grid;
    gap: 24px;
    height: fit-content;
    padding: 24px
}

@media (min-width: 1024px) {
    .st-section-text {
        padding:unset
    }
}

.st-section-text>.st-section-title {
    font-weight: 800;
    line-height: 1.25;
    color: #25d695;
    font-size: 32px
}

@media (min-width: 1024px) {
    .st-section-text>.st-section-title {
        font-size:56px
    }
}

.st-section-text>.st-section-body {
    font-weight: 400;
    line-height: 1.75;
    color: #c3c3c3;
    font-size: 16px
}

@media (min-width: 1024px) {
    .st-section-text>.st-section-body {
        font-size:24px
    }
}

.st-features {
    display: grid;
    gap: 32px;
    grid-row: 2
}

@media (min-width: 1024px) {
    .st-features {
        grid-row:unset
    }
}

.st-features>.feature {
    background: linear-gradient(278.66deg, rgba(94,103,115,0.15) 0%, rgba(94,103,115,0) 89.23%);
    backdrop-filter: blur(5px);
    border-radius: 8px;
    padding: 24px;
    display: flex;
    gap: 24px;
    width: 234px;
    height: 64px
}

@media (min-width: 1024px) {
    .st-features>.feature {
        width:352px;
        height: 96px
    }
}

.st-features>.feature>img {
    width: 42px;
    height: 28px
}

@media (min-width: 1024px) {
    .st-features>.feature>img {
        width:84px;
        height: 56px
    }
}

.st-features>.feature>.feature-text {
    font-weight: 500;
    line-height: 1.67;
    color: #ffffff;
    text-shadow: 0px 0px 4px rgba(255,255,255,0.32);
    font-size: 16px
}

@media (min-width: 1024px) {
    .st-features>.feature>.feature-text {
        font-size:24px
    }
}

.st-banner {
    background: linear-gradient(88.89deg, rgba(37,214,149,0.15) 0%, rgba(37,214,149,0) 100%);
    backdrop-filter: blur(5px);
    margin-bottom: 120px;
    margin-top: 120px;
    padding: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-image: linear-gradient(90deg, rgba(37,214,149,0.54), rgba(37,214,149,0)) 1
}

@media (min-width: 1024px) {
    .st-banner {
        margin-top:unset;
        padding: 40px
    }
}

.st-banner>.st-banner-inner {
    max-width: 1440px;
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    background: linear-gradient(225deg, rgba(37,214,149,0.15) 0%, rgba(23,155,105,0.15) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-text-stroke: 1px #25d695
}

.st-emphasis {
    position: relative;
    display: grid;
    grid-template-rows: auto auto 1fr;
    padding: 48px;
    display: grid;
    gap: 18px;
    max-width: 598px;
    min-height: 400px;
    padding: 40px 30px
}

@media (min-width: 1024px) {
    .st-emphasis {
        border-radius:20px;
        padding: 48px;
        min-height: 534px;
        height: 100%
    }
}

.st-emphasis.blue {
    background: linear-gradient(315deg, #01327a 12.56%, #004dc2 89.48%)
}

.st-emphasis.green {
    background: linear-gradient(225deg, #25d695 0%, #179b69 100%)
}

.st-emphasis>.st-emphasis-title {
    font-weight: 800;
    font-size: 32px;
    line-height: 1.25;
    color: #ffffff;
    z-index: 2
}

@media (min-width: 1024px) {
    .st-emphasis>.st-emphasis-title {
        font-size:56px
    }
}

.st-emphasis>.st-emphasis-body {
    font-weight: 400;
    line-height: 1.75;
    color: #eeeeee;
    z-index: 2;
    font-size: 16px
}

@media (min-width: 1024px) {
    .st-emphasis>.st-emphasis-body {
        font-size:25px
    }
}

.st-emphasis>img {
    width: 160px;
    height: 160px;
    position: absolute;
    bottom: 0
}

.st-emphasis>img.left {
    left: 0
}

.st-emphasis>img.right {
    right: 0
}

.tokenization-graphic {
    max-width: 495px;
    max-height: 602px
}

.st-usecases {
    display: grid;
    gap: 24px
}

.st-usecases>.usecase {
    display: flex;
    gap: 12px
}

.st-usecases>.usecase>.usecase-text {
    font-weight: 500;
    line-height: 1.67;
    color: #ffffff;
    text-shadow: 0px 0px 4px rgba(255,255,255,0.32);
    font-size: 20px
}

@media (min-width: 1024px) {
    .st-usecases>.usecase>.usecase-text {
        font-size:24px
    }
}

.st-usecases>.usecase>img {
    width: 28px;
    height: 28px
}

@media (min-width: 1024px) {
    .st-usecases>.usecase>img {
        width:40px;
        height: 40px
    }
}

.st-grants-promo {
    background: linear-gradient(315deg, #01327a 12.56%, #004dc2 89.48%);
    min-height: 655px
}

.st-grants-graphic {
    max-width: 350px;
    max-height: 350px;
    margin-bottom: 60px
}

@media (min-width: 1024px) {
    .st-grants-graphic {
        max-width:495px;
        max-height: 495px;
        margin-bottom: unset
    }
}

.cn-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100vw
}

.cn-page h3 {
    font-size: 2rem
}

@media (min-width: 1024px) {
    .cn-page h3 {
        font-size:3rem
    }
}

.cn-page p,.cn-page a,.cn-page b {
    font-size: 1.15rem
}

@media (min-width: 1024px) {
    .cn-page p,.cn-page a,.cn-page b {
        font-size:1.5rem
    }
}

.cn-page p span,.cn-page a span,.cn-page b span {
    font-size: inherit
}

.cn-page span {
    font-size: 1rem
}

.cn-hero {
    margin-top: -6.5rem;
    width: 100%;
    background: url("../assets/images/core-nova/core-nova-bg.png");
    background-size: cover;
    background-position: center;
    height: 100vh
}

.cn-hero .cn-hero-inner {
    width: 100%;
    max-width: 900px;
    padding-top: 10rem;
    padding-left: 1rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(90deg, rgba(8,39,27,0.75) 68.73%, rgba(8,39,27,0) 100%)
}

@media (min-width: 1024px) {
    .cn-hero .cn-hero-inner {
        padding-left:7em
    }
}

.cn-hero .cn-hero-inner .core-hero-img {
    width: 90%;
    max-width: 700px
}

.cn-hero .cn-hero-inner .core-hero-title {
    width: 90%;
    max-width: 600px;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 2.5rem
}

.cn-hero .cn-hero-inner .core-hero-title b {
    font-weight: 700
}

.cn-hero .cn-hero-inner .countdown-container {
    display: none;
    background: linear-gradient(315deg, rgba(94,103,115,0.75) 0%, rgba(94,103,115,0.15) 89.23%);
    border-radius: 8px;
    align-items: flex-start;
    justify-content: center;
    padding: 1rem;
    width: 95%;
    max-width: 600px
}

.cn-hero .cn-hero-inner .countdown-container .time-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20%
}

.cn-hero .cn-hero-inner .countdown-container .time-item p {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.5;
    color: #fff;
    font-family: "Arvo"
}

.cn-hero .cn-hero-inner .countdown-container .time-item span {
    font-size: 1rem;
    color: #c3c3c3;
    line-height: 1.5
}

.cn-hero .cn-hero-inner .countdown-container .colons {
    transform: translateY(-10%)
}

.cn-hero .cn-hero-inner .countdown-container .colons p {
    color: #868991;
    font-size: 2rem;
    font-weight: 600
}

@media (min-width: 768px) {
    .cn-hero .cn-hero-inner .countdown-container .time-item p {
        font-size:64px
    }

    .cn-hero .cn-hero-inner .countdown-container .time-item span {
        font-size: 18px
    }

    .cn-hero .cn-hero-inner .countdown-container .colons p {
        font-size: 64px
    }
}

.cn-hero .cn-hero-inner .attend-btn {
    display: flex;
    align-items: center;
    margin-top: 2.5rem
}

.cn-hero .cn-hero-inner .attend-btn p {
    color: #25d695;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 800;
    margin-right: 3.5rem
}

.cn-hero .cn-hero-inner .attend-btn img {
    width: 6rem
}

.cn-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 5rem 0
}

@media (min-width: 1024px) {
    .cn-section {
        padding:10rem 0
    }
}

.cn-section.core-nova-vid-section {
    background: #060f16
}

.cn-section.core-nova-vid-section .core-nova-video {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    max-width: 1000px
}

.cn-section.core-nova-vid-section .core-nova-video .core-nova-title {
    width: 100%
}

.cn-section.core-nova-vid-section .core-nova-video .inner-video-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: -5%;
    border-radius: 10px;
    position: relative;
    padding-bottom: 56.25%
}

@media (min-width: 768px) {
    .cn-section.core-nova-vid-section .core-nova-video .inner-video-container {
        width:90%;
        border-radius: 50px
    }
}

.cn-section.core-nova-vid-section .core-nova-video .inner-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.cn-section.what-coreum {
    position: relative
}

.cn-section.what-coreum .decor-img {
    position: absolute;
    width: 15%
}

.cn-section.what-coreum .decor-img.top-right-img {
    top: 0;
    right: 0
}

.cn-section.what-coreum .decor-img.bot-left-img {
    bottom: 0;
    left: 0
}

.cn-section.what-coreum .what-coreum-inner {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: 95%;
    max-width: 1100px
}

.cn-section.what-coreum .what-coreum-inner .left,.cn-section.what-coreum .what-coreum-inner .right {
    width: 100%
}

.cn-section.what-coreum .what-coreum-inner .left {
    margin-top: 2rem;
    height: 300px
}

.cn-section.what-coreum .what-coreum-inner .left iframe {
    width: 100%;
    height: 100%
}

.cn-section.what-coreum .what-coreum-inner .right h3 {
    color: #25d695;
    margin-bottom: 1.5rem;
    text-align: left
}

.cn-section.what-coreum .what-coreum-inner .right p {
    color: #c3c3c3
}

.cn-section.what-coreum .what-coreum-inner .right p b {
    color: #fff
}

@media (min-width: 1024px) {
    .cn-section.what-coreum .what-coreum-inner {
        flex-direction:row;
        justify-content: space-between
    }

    .cn-section.what-coreum .what-coreum-inner .left,.cn-section.what-coreum .what-coreum-inner .right {
        width: 45%
    }

    .cn-section.what-coreum .what-coreum-inner .left {
        margin-top: 0
    }
}

.cn-section.cn-tickets .cn-section-inner {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    width: 95%;
    max-width: 1100px;
    align-items: center;
    flex-wrap: wrap
}

.cn-section.cn-tickets .cn-section-inner .left,.cn-section.cn-tickets .cn-section-inner .right {
    width: 100%
}

.cn-section.cn-tickets .cn-section-inner .right {
    text-align: left;
    margin-bottom: 3rem
}

.cn-section.cn-tickets .cn-section-inner .right h3 {
    color: #25d695;
    text-align: left;
    margin-bottom: 1.5rem
}

.cn-section.cn-tickets .cn-section-inner .right p {
    margin-bottom: 3.5rem
}

.cn-section.cn-tickets .cn-section-inner .right p b {
    color: #fff
}

.cn-section.cn-tickets .cn-section-inner .right a {
    padding-left: 2rem;
    padding-right: 2rem
}

.cn-section.cn-tickets .cn-section-inner .left {
    display: flex;
    justify-content: center
}

.cn-section.cn-tickets .cn-section-inner .left img {
    max-width: 500px
}

@media (min-width: 1024px) {
    .cn-section.cn-tickets .cn-section-inner {
        flex-direction:row
    }

    .cn-section.cn-tickets .cn-section-inner .left,.cn-section.cn-tickets .cn-section-inner .right {
        width: 45%
    }

    .cn-section.cn-tickets .cn-section-inner .right {
        margin-bottom: 0
    }
}

.cn-section.cn-sponsor {
    background: #060f16
}

.cn-section.cn-sponsor .cn-sponsor-inner {
    display: flex;
    justify-content: space-between;
    width: 95%;
    max-width: 1100px;
    align-items: center;
    flex-wrap: wrap
}

.cn-section.cn-sponsor .cn-sponsor-inner .left,.cn-section.cn-sponsor .cn-sponsor-inner .right {
    width: 100%
}

.cn-section.cn-sponsor .cn-sponsor-inner .left h3 {
    color: #25d695;
    text-align: left;
    margin-bottom: 1.5rem
}

.cn-section.cn-sponsor .cn-sponsor-inner .left p {
    color: #c3c3c3
}

.cn-section.cn-sponsor .cn-sponsor-inner .left p b {
    color: #fff
}

.cn-section.cn-sponsor .cn-sponsor-inner .left p a {
    font-style: italic;
    color: #c3c3c3;
    text-decoration: underline
}

.cn-section.cn-sponsor .cn-sponsor-inner .right {
    display: flex;
    justify-content: center;
    margin-top: 3rem
}

.cn-section.cn-sponsor .cn-sponsor-inner .right img {
    max-width: 500px;
    margin: 0 auto
}

@media (min-width: 1024px) {
    .cn-section.cn-sponsor .cn-sponsor-inner .left,.cn-section.cn-sponsor .cn-sponsor-inner .right {
        width:45%
    }
}

.cn-event-details {
    position: relative;
    background: #060f16;
    width: 100%;
    padding: 10rem 0
}

.cn-event-details h3 {
    color: #25d695;
    margin-bottom: 5rem
}

.cn-event-details .decor-img {
    position: absolute;
    width: 40%;
    z-index: 1
}

.cn-event-details .decor-img.tr-img {
    top: 0;
    right: 0
}

.cn-event-details .decor-img.bl-img {
    bottom: 0;
    left: 0;
    width: 20%
}

.cn-event-details .inner-event {
    width: 95%;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1100px
}

.cn-event-details .inner-event .details {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.cn-event-details .inner-event .details .single-detail {
    text-align: left;
    width: 100%;
    margin-top: 1rem
}

.cn-event-details .inner-event .details .single-detail p {
    color: #c3c3c3
}

@media (min-width: 1024px) {
    .cn-event-details .inner-event .details .single-detail {
        width:30%;
        margin-top: 0
    }
}

.cn-event-details .lighthouse-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1100px;
    z-index: 2;
    flex-wrap: wrap;
    margin-top: 1rem
}

.cn-event-details .lighthouse-details p span {
    color: #25d695
}

.cn-event-details .lighthouse-details a {
    color: #25d695;
    text-decoration: underline;
    font-style: italic
}

@media (min-width: 1024px) {
    .cn-event-details .lighthouse-details {
        margin-top:5rem
    }

    .cn-event-details .lighthouse-details .left {
        width: 25%
    }

    .cn-event-details .lighthouse-details .right {
        width: 65%;
        margin-top: 0
    }
}

.cn-event-details .lighthouse-carousel {
    width: 95%;
    max-width: 1000px;
    margin: 5rem auto 2rem;
    border-radius: 24px;
    overflow: hidden
}

.cn-event-details .lighthouse-dots {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 100px;
    margin: 0 auto 5rem
}

.cn-event-details .lighthouse-dots .dot {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    border: 1px solid #5e6773;
    transition: 0.3s
}

.cn-event-details .lighthouse-dots .dot.active {
    width: 25px;
    background: #25d695;
    border-color: #25d695;
    border-radius: 8px
}

.cn-simple-section {
    padding: 5rem 0;
    background-size: cover;
    background-position: left;
    width: 100%
}

@media (min-width: 1024px) {
    .cn-simple-section {
        padding:10rem 0
    }
}

.cn-simple-section.cn-who-attending {
    background-image: url("../assets/images/core-nova/attending-bg.png")
}

@media (min-width: 1024px) {
    .cn-simple-section.cn-who-attending {
        background-size:contain;
        background-position: center
    }
}

.cn-simple-section.cn-good-cause {
    background-image: url("../assets/images/core-nova/goodcause-bg.png");
    background-position: center
}

.cn-simple-section.cn-good-cause .good-cause-inner {
    display: flex;
    flex-direction: column
}

.cn-simple-section.cn-good-cause .good-cause-inner img {
    width: 95%;
    margin: 40px auto;
    max-width: 400px
}

.cn-simple-section.cn-good-cause .good-cause-inner a {
    margin: 0 auto;
    width: 240px;
    font-size: 18px
}

@media (min-width: 1024px) {
    .cn-simple-section.cn-good-cause {
        background-size:contain
    }
}

.cn-simple-section .simple-inner {
    width: 95%;
    max-width: 1000px;
    margin: 0 auto
}

.cn-simple-section .simple-inner h3 {
    color: #25d695;
    margin-bottom: 1.5rem;
    line-height: 1.5
}

.cn-simple-section .simple-inner p {
    text-align: center
}

.cn-simple-section .simple-inner p span {
    font-style: italic
}

.cn-tiers {
    background: #060f16;
    position: relative;
    padding-bottom: 20rem;
    width: 100%;
    padding-top: 2rem
}

.cn-tiers .core-outline {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60vw
}

.cn-tiers .tiers {
    width: 95%;
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
    gap: 48px 12px
}

.cn-tiers .tiers .single-tier {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 2rem 0;
    border: 1px solid #5e6773;
    background: linear-gradient(180deg, rgba(94,103,115,0.15) 0%, rgba(11,22,30,0) 100%);
    border-radius: 8px
}

@media (min-width: 768px) {
    .cn-tiers .tiers .single-tier {
        width:calc(25% - 12px)
    }
}

.cn-tiers .tiers .single-tier img {
    width: 60px;
    position: absolute;
    top: 0;
    transform: translateY(-50%)
}

.cn-tiers .tiers .single-tier p {
    font-weight: 600;
    font-size: 24px;
    color: #fff
}

.cn-tiers .tiers .single-tier span {
    color: #c3c3c3;
    text-align: center
}

.rewards-container {
    background: linear-gradient(270deg, rgba(37,214,149,0.1) 0%, rgba(37,214,149,0) 100%);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 20px;
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    gap: 24px
}

@media (min-width: 768px) {
    .rewards-container {
        padding:48px
    }
}

.slider-container {
    display: grid;
    gap: 12px
}

.slider-container>.slider-header {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.slider-container>.slider-header>.slider-header-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #c3c3c3
}

@media (min-width: 768px) {
    .slider-container>.slider-header>.slider-header-title {
        font-size:20px
    }
}

.slider-container>.slider-header>.slider-header-value {
    font-weight: 600;
    line-height: 35px;
    text-align: right;
    color: #fff;
    font-size: 20px
}

@media (min-width: 768px) {
    .slider-container>.slider-header>.slider-header-value {
        font-size:28px
    }
}

.slider-container>.slider-minmax {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.slider-container>.slider-minmax>b {
    all: unset;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: right;
    color: #868991
}

.slider {
    appearance: none;
    width: 100%;
    height: 5px;
    outline: none;
    opacity: 0.7;
    transition: opacity 0.2s;
    border-radius: 2.5px;
    background: linear-gradient(to right, #179b69 0%, #25d695 50%, #fff 50%, #fff 100%)
}

.slider:hover {
    opacity: 1
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
    backdrop-filter: blur(4px);
    border-radius: 10px
}

.result-container {
    display: grid;
    place-self: end stretch;
    height: fit-content
}

.result-container .result-container-item {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.result-container .result-container-item .result-container-label {
    font-weight: 400;
    line-height: 30px;
    color: #c3c3c3;
    font-size: 14px
}

@media (min-width: 768px) {
    .result-container .result-container-item .result-container-label {
        text-align:right;
        font-size: 20px
    }
}

.result-container .result-container-item .result-container-value {
    font-weight: 600;
    line-height: 35px;
    color: #ffffff;
    text-shadow: 0px 0px 4px rgba(255,255,255,0.32);
    font-size: 20px
}

@media (min-width: 768px) {
    .result-container .result-container-item .result-container-value {
        font-size:28px
    }
}

.dropdown-container {
    position: relative;
    border-radius: 4px;
    padding: 12px 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #eee;
    display: flex;
    gap: 0.5em;
    align-items: center;
    justify-content: center;
    z-index: 999
}

.dropdown-container>img {
    width: 16px;
    height: 16px;
    transition: 0.25s
}

.dropdown-container:hover {
    background: #1d222c;
    border-radius: 4px 4px 0px 0px
}

.dropdown-container:hover>img {
    transform: rotate(180deg)
}

.dropdown-menu {
    visibility: hidden;
    transition: 0.25s
}

.dropdown-container:hover>.dropdown-menu {
    margin-top: 0px;
    position: absolute;
    top: 100%;
    z-index: 1000;
    visibility: visible;
    display: grid;
    padding: 24px;
    background: #1d222c;
    white-space: nowrap;
    place-items: center start;
    border-radius: 0px 4px 4px 4px;
    outline: none;
    border: none
}

@media (min-width: 1024px) {
    .dropdown-container:hover>.dropdown-menu {
        grid-template-columns:1fr 1fr;
        column-gap: 120px
    }
}

.dropdown-container:hover>.dropdown-menu>a {
    padding: none
}

.dropdown-container:hover>.dropdown-menu>a:hover {
    color: #25d695
}

.use-cases {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative
}

.use-cases>.info {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 2.5%;
    margin-bottom: 5em
}

@media (min-width: 768px) {
    .use-cases>.info {
        margin-bottom:0
    }
}

.use-cases>.info .title {
    font-size: 3em;
    margin-bottom: 1.5em
}

.use-cases>.info p {
    font-size: 1.25em;
    margin-bottom: 4em
}

.use-cases>.info a {
    width: 11.86em
}

.use-cases>.info img#side-logo {
    display: none
}

.use-cases>.info img#side-eclipse {
    display: none
}

@media (min-width: 768px) {
    .use-cases>.info img#side-logo {
        display:block;
        width: 30%;
        height: 80%;
        margin-top: 4em;
        margin-left: -16%
    }

    .use-cases>.info img#side-eclipse {
        display: block;
        width: 70%;
        margin-left: -20%;
        margin-top: -25em
    }
}

.use-cases>.uses-cards {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 2.5%
}

@media (min-width: 768px) {
    .use-cases>.uses-cards {
        padding:0
    }
}

.use-cases>.uses-cards .cards-left,.use-cases>.uses-cards .cards-right {
    width: 48%;
    display: flex;
    flex-direction: column
}

.use-cases>.uses-cards .cards-left .flip-card,.use-cases>.uses-cards .cards-right .flip-card {
    margin-bottom: 1.25em
}

.use-cases>.uses-cards .cards-right {
    margin-top: 5em
}

@media (min-width: 768px) {
    .use-cases {
        flex-direction:row
    }

    .use-cases>.info {
        width: 35%
    }

    .use-cases>.uses-cards {
        width: 60%;
        padding-right: 2.5%
    }
}

@media (min-width: 768px) {
    .mob-only {
        display:none !important
    }
}

.dsk-only {
    display: none !important
}

@media (min-width: 768px) {
    .dsk-only {
        display:flex !important
    }
}
