
body {
    background-image: url('https://dakg4cmpuclai.cloudfront.net/uf93llgijbfw24vri5o779hr9/c3RhcmtuZXQuaW8%3D/img.gif') !important;
}

html {
    font-size: 16px;
    scroll-padding-top: 140px;
    scrollbar-gutter: stable;
    scroll-behavior: smooth;
}

body {
    font: 400 16px/1.3 var(--font-Inter);
    color: var(--text-secondary);
    background-color: var(--surface-background);

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header,
.one-container .container,
.separate-containers .paging-navigation,
.inside-page-header {
    background: transparent;
}

.page-header, .sidebar .widget, .site-main > * {
    margin-bottom: 0;
}

#page,
#page-wrapper {
    max-width: 100%;
    width: 100%;
}

.page-template .featured-image {
    display: none;
}

.site-content {
    flex-direction: column;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

body .hide {
    display: none;
}

.separate-containers .site-main {
    margin: 0;
    padding: 64px 0;
    background: var(--surface-background);
}

.full-width {
    max-width: 100%;
}

section .section-container {
    max-width: var(--main-container-width);
    margin: 0 auto;
    padding: 0 var(--padding-md);
}

.page-section:not(.small-gap) {
    margin-bottom: 56px;
}

.page-section.small-gap {
    margin-bottom: var(--padding-2-xl);
}

.page-section .section-title {
    margin-bottom: var(--padding-xl);
}

.desktop-only,
.desktop-tablet {
    display: none;
}

.grecaptcha-badge {
    display: none;
}

@media (min-width: 768px) {
    .mob-only {
        display: none !important;
    }

    .desktop-tablet {
        display: block;
    }

    section .section-container {
        padding: 0 var(--padding-2-xl);
    }

}

@media (min-width: 992px) {
    .separate-containers .site-main {
        padding-top: 96px;
    }

    .page-section:not(.small-gap) {
        margin-bottom: 136px;
    }

}

@media (min-width: 1025px) {
    .tablet-only {
        display: none !important;
    }

    .desktop-only {
        display: block;
    }
}

img {
    height: 100%;
    width: auto;
}

h1, h2, h3, h4, h5, h6, p {
    margin-bottom: 0;
}

h1, h2, h3, h4, h5 {
    font-weight: 700;
    color: var(--text-primary);
}

h1 {
    font-size: 80px;
    line-height: 100%;
}

h2 {
    font-size: 72px;
}

h3 {
    font-size: 58px;
}

h4 {
    font-size: 48px;
}

h5 {
    font-size: 40px;
}

h6 {
    font-size: 18px;
}

p {
    font-size: 16px;
    line-height: 32px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-enabled .inside-article .entry-content ul {
    margin: 0 0 0.5em 1.5em;
    padding: 0;
    list-style: disc;
}

hr {
    margin: 0;
    border-width: 0;
    border-bottom: 1px solid var(--border-divider);
}


p:has(> img) + h3 {
    margin-top: 0;
}

p:has(> img) + h2 {
    margin-top: 0;
}

.d-flex {
    display: flex;
}

.f-col {
    flex-direction: column;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.page.separate-containers .inside-article,
.page.separate-containers .comments-area,
.page.separate-containers .page-header,
.page.one-container .container,
.page.separate-containers .paging-navigation,
.page.inside-page-header {
    background: var(--surface-background);
}

.page table,
.page td,
.page th {
    border-color: var(--border-table);
}

.separate-containers .featured-image {
    margin-top: 0;
}

@media(min-width: 992px) {

    .col50 {
        width: 50%;
    }

    .col30 {
        width: 33.33%;
    }

    .col25 {
        width: 25%;
    }

}

.breadcrumb {
    display: flex;
    flex-direction: column;
    color: var(--text-primary);
    font: 500 14px/1.5 var(--font-Inter);
}

.breadcrumb svg {
    vertical-align: text-top;
    min-width: 16px;
    height: 16px;
    color: var(--text-secondary);
    margin-right: var(--padding-xs);
}

.breadcrumb-parents {
    min-width: max-content;
}

.breadcrumb a {
    color: var(--text-secondary);
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline var(--text-primary);
}

.cta-btn {
    text-align: center;
    font-family: var(--font-Inter);
    font-size: 14px;
    line-height: 16px;
}

.cta-btn-small {
    text-align: center;
    font-family: var(--font-Inter);
    font-size: 13px;
    line-height: 20px;
}

.btn-text,
.btn-text:active,
.btn-text:focus {
    color: var(--colors-card-link);
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    padding: 16px 0;
    border: none;
    background: none;
    width: auto;
    text-decoration: none;
}

.btn-text:hover {
    color: var(--colors-card-link);
    background: none;
    text-decoration: underline;
}

.btn-big-fill,
.btn-big-fill:active,
.btn-big-fill:focus {
    color: var(--colors-white, #FFF);
    display: inline-flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid var(--colors-navy);
    background: var(--colors-navy);
    width: auto;
}

.btn-big-fill:hover {
    background: var(--colors-selected-main);
    border: 1px solid var(--colors-selected-main);
}

.btn-big-border,
.btn-big-border:active {
    color: var(--colors-navy);
    display: inline-flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: transparent;
    border: 1px solid var(--colors-navy);
}

.btn-big-border:hover {
    color: rgba(255, 255, 255, 0.5);
    background: var(--colors-selected-main);
    border: 1px solid var(--colors-selected-main);
}


.heading-h1 {
    font: 600 80px/1 var(--font-Inter);
}

.heading-h2 {
    font: 700 48px/1.25 var(--font-Inter);
}

.heading-h3 {
    font: 600 40px/1.25 var(--font-Inter);
}

.heading-h4 {
    font: 700 32px/1.4 var(--font-Inter);
}

.heading-h5 {
    font: 700 18px/1.4 var(--font-Inter);
}

.body-xx-small-strong {
    font: 700 12px/1.2 var(--font-Inter);
}

.body-xsmall {
    font: 400 14px/1.5 var(--font-Inter);
}

.body-xsmall-strong {
    font: 600 14px/1.5 var(--font-Inter);
}

.body-small {
    font: 400 16px/1.5 var(--font-Inter);
}

.body-small-long {
    font: 400 16px/2 var(--font-Inter);
}

.body-small-strong {
    font: 600 16px/1.5 var(--font-Inter);
}

.body-medium {
    font: 400 18px/1.78 var(--font-Inter);
}

.body-medium-strong {
    font: 500 18px/1.78 var(--font-Inter);
}

.body-large {
    font: 400 24px/1.5 var(--font-Inter);
}

.body-large-strong {
    font: 500 24px/1.5 var(--font-Inter);
}

.body-large-extrastrong {
    font: 700 24px/1.5 var(--font-Inter);
}

.caption-small {
    font: 500 12px/1.4 var(--font-Inter);
}

.entry-content p a:not(.btn) {
    color: var(--text-link);
}


.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    border-radius: var(--radius-xs);
    white-space: nowrap;
}

.btn-round {
    border-radius: var(--radius-round);
}

.btn-large {
    height: 50px;
    padding: var(--padding-md) var(--padding-xl);
}

.btn-medium {
    padding: var(--padding-sm) var(--padding-xl);
}

.btn-small {
    padding: var(--padding-xs) var(--padding-md);
}

.btn-gradient,
.btn-gradient:active,
.btn-gradient:focus {
    color: var(--text-button-gradient);
    background: linear-gradient(270deg,
    var(--surface-button-gradient-default-a) 0%,
    var(--surface-button-gradient-default-b) 51%,
    var(--surface-button-gradient-default-c) 100%);
}

.btn-gradient:hover {
    color: var(--text-button-gradient);
    background: linear-gradient(270deg,
    var(--surface-button-gradient-hover-a) 0%,
    var(--surface-button-gradient-hover-b) 51%,
    var(--surface-button-gradient-hover-c) 100%);
}

.btn-fill,
.btn-fill:active,
.btn-fill:focus  {
    color: var(--text-button-fill);
    background: var(--surface-button-fill-default);
}

.btn-fill:hover {
    color: var(--text-button-fill);
    background: var(--surface-button-fill-hover);
}

.btn-outline,
.btn-outline:active,
.btn-outline:focus {
    color: var(--text-button-outline);
    background: var(--surface-button-outline-default);
    border: 1px solid var(--border-button-outline);
}

.btn-outline:hover {
    color: var(--text-button-outline-hover);
    background: var(--surface-button-outline-hover);
    border-color: var(--border-button-outline-hover);
}

.btn-fill-invert,
.btn-fill-invert:focus,
.btn-fill-invert:active  {
    color: var(--text-button-fill-invert);
    background: var(--surface-button-fill-invert);
    border: 1px solid var(--border-button-fill-invert);
}

.btn-fill-invert:hover {
    color: var(--text-button-fill-invert-hover);
    background: var(--surface--button-fill-invert-hover);
    border-color: var(--border--button-fill-invert-hover);
}

.apply-btn {
    height: 45px;
    padding: var(--padding-xs) var(--padding-xl);
}

/* Form elements */
.form-field label {
    display: block;
    margin-right: var(--padding-sm);
    margin-bottom: 6px;
    font: 700 14px/1.5 var(--font-Inter);
    color: var(--text-label);
}

.form-field .required-mark {
    margin-left: var(--padding-base);
    color: var(--text-required);
}

.newsletter-form form label {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font: 700 14px/1.5 var(--font-Inter);
    color: var(--text-label);
}

.newsletter-form form input[type="text"],
.newsletter-form form input[type="email"] {
    margin-bottom: 6px;
}

.newsletter-form form input[type="text"] + span[class*="not-valid"],
.newsletter-form form input[type="email"] + span[class*="not-valid"] {
    color: var(--text-required);
}

.newsletter-form form input[type="text"],
.newsletter-form form input[type="email"],
.form-field input,
.form-field textarea {
    display: block;
    width: 100%;
    color: var(--text-secondary);
    background: var(--surface-input);
    border: 1px solid var(--border-input);
    border-radius: var(--radius-xs);
}

.newsletter-form form input[type="text"],
.newsletter-form form input[type="email"],
.form-field input {
    height: 40px;
    padding: 0 var(--padding-md);
}

.form-field textarea {
    padding: var(--padding-xs) var(--padding-md);
    resize: none;
}

.newsletter-form form input[type="text"]:focus,
.newsletter-form form input[type="email"]:focus,
.form-field input:focus,
.form-field textarea:focus {
    color: var(--text-secondary);
    background: var(--surface-input);
    box-shadow: #000000 0 0 0 1px;
}

.newsletter-form form input[type="text"]:focus-visible,
.newsletter-form form input[type="email"]:focus-visible,
.form-field input:focus-visible,
.form-field textarea:focus-visible {
    border-color: var(--border-input-focused);
    box-shadow: var(--border-input-focused) 0 0 0 1px;
}

.newsletter-form form input[type="submit"] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: var(--padding-xs) var(--padding-md);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-button-fill);
    background: var(--surface-button-fill-default);
    border-radius: var(--radius-xs);
    white-space: nowrap;
}

.newsletter-form form input[type="submit"]:hover {
    color: var(--text-button-fill);
    background: var(--surface-button-fill-hover);
}

.newsletter-form form input[type="submit"]:active,
.newsletter-form form input[type="submit"]:focus {
    background: var(--surface-button-fill-pressed);
}

/* Card */
.starknet-card {
    background: var(--surface-card);
    border: 1px solid var(--border-card);
}

.starknet-card:hover {
    background: linear-gradient(var(--surface-card), var(--surface-card)) padding-box,
    linear-gradient(200deg, #C507E4, #5C94FF) border-box;
    border-color: transparent;
}

/* Hero Banner */
p.hero-intro-text {
    margin: 20px auto 0;
    max-width: 1062px;
    padding: 0 var(--padding-md);
}

/* Modal */
body.modal-opened {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background: var(--colors-blackAlpha-600);
}

.modal.hidden {
    display: none;
}

.modal-content {
    position: relative;
    width: 100%;
    max-width: 340px;
    margin: 64px 0;
    padding-bottom: var(--padding-2-xl);
    background: var(--surface-modal);
    border: 1px solid var(--border-modal);
    border-radius: var(--radius-xs);
    box-shadow: rgba(0, 0, 0, 0.14) 0 4px 24px,
    rgba(0, 0, 0, 0.1) 0 2px 2px;
}

.modal-content-header {
    justify-content: flex-end;
    padding: var(--padding-xs) var(--padding-sm) 0 var(--padding-sm);
}

.modal-content-header .button-close-modal {
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    padding: 0;
    background: transparent;
    border-radius: var(--radius-base);
}

.modal-content-header .button-close-modal:hover {
    background: var(--surface-button-modal-close);
}

.modal-content-header .button-close-modal svg {
    width: 12px;
    height: 12px;
    color: var(--text-button-modal-close);
}

.modal-content-main {
    padding: 0 var(--padding-xl) var(--padding-xs);
}

.modal-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.modal-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

/* Video */
.video-player {
    position: relative;
    display: flex;
}

.video-player .video-title {
    position: absolute;
    top: 16px;
    left: 16px;
    display: none;
    padding: var(--padding-xs) var(--padding-sm);
    background: rgba(0, 0, 0, 0.85);
    border-radius: var(--radius-base);
}

.video-player .video-title p {
    padding: 0;
    font-weight: 500;
    line-height: 24px;
    color: var(--text-video-controls);
}

.video-player .controls {
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
}

.video-player .controls .control-buttons {
    justify-content: space-between;
    padding: var(--padding-base) var(--padding-lg);
    background: rgba(0, 0, 0, 0.75);
}

.control-buttons-block {
    align-items: center;
    gap: var(--padding-base);
}

.video-player .controls button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    background: none;
}

.video-player .controls button svg {
    color: var(--text-video-controls);
}

.video-player .controls button:hover svg {
    color: var(--text-video-controls-hover);
}

.video-player .controls .play-button g {
    display: none;
}

.video-player .controls .play-button[data-state="play"] .pause {
    display: block;
}

.video-player .controls .play-button[data-state="pause"] .play {
    display: block;
}

.video-player .controls .play-button[data-state="ended"] .replay {
    display: block;
}

.video-player .volume-buttons-group button path {
    display: none;
}

.video-player .controls button[data-state="muted"] .muted {
    display: block;
}

.video-player .controls button[data-state="unmuted"] .unmuted {
    display: block;
}

.video-player .controls .time {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-video-controls-hover);
}

.video-player .controls .progress-bar {
    height: 4px;
    cursor: pointer;
}

.video-player .controls .bar {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: #64646480;
}

.video-player .controls .current-progress {
    display: block;
    width: 0;
    height: 100%;
    background: #EC796B;
}

.video-player .controls .progress-slider {
    position: absolute;
    top: 50%;
    left: 0;
    display: none;
    width: 12px;
    height: 12px;
    background: #EC796B;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.video-player .controls .bar:hover .progress-slider {
    display: block;
}

.video-player .controls .volume-buttons-group {
    align-items: center;
}

.video-player .volume-buttons-group:hover .volume-bar-holder {
    width: 80px;
}

.video-player .controls .volume-bar-holder {
    width: 0;
    margin-right: 20px;
    cursor: pointer;
    transition: width 500ms;
}

.video-player .controls .volume-bar {
    position: relative;
    width: 100%;
    height: 4px;
    background: #7E7E7E;
    border-radius: 2px;
}

.video-player .controls .current-volume {
    display: block;
    width: 100%;
    height: 100%;
    background: #CCCCCC;
    border-radius: 2px;
}

.video-player .controls .volume-slider {
    position: absolute;
    top: 50%;
    left: 100%;
    display: none;
    width: 14px;
    height: 14px;
    background: #CCCCCC;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.video-player .volume-buttons-group:hover .volume-slider {
    display: block;
}

.video-player .controls .current-volume:hover,
.video-player .controls .volume-slider:hover {
    background: var(--colors-white);
}


.toc-panel {
    display: none;

    max-width: 355px;
    position: sticky;
    margin-inline-end: 80px;
}

.toc-nav {
    position: sticky;
    top: 95px;
    padding-bottom: 100px;
    align-self: start;
}

.toc-nav-inner {
    border-left: 1px solid #efefef;
}

.toc-nav h6 {
    font-size: 0.875rem;
    line-height: 1.063rem;
    font-weight: 700;
    padding: 16px 0 16px 16px;
    text-transform: uppercase;
    color: var(--text-primary);
}

.toc-nav li {
    padding: 0 0 11px 16px;
    line-height: 1em;
    font-size: 14px;
    color: var(--colors-selected-main);
    margin: 3px 0 14px;
    position: relative;
}

.toc-nav li > a {
    font-size: 14px;
    line-height: 1.7;
    color: var(--text-button-show-more-focused);
}

.toc-nav li.active > a {
    color: var(--colors-selected-main);
}

.toc-nav li.active:before {
    content: "";
    position: absolute;
    left: -6px;
    top: 5px;
    width: 5px;
    height: 14px;
    border-radius: 1px;
    background: var(--colors-selected-main);
}

@media (min-width: 992px) {
    .toc-panel {
        display: block;
    }

    .breadcrumb {
        flex-direction: row;
    }
}


.top-announcement-bar {
    max-width: 100%;
    margin: 0;
    width: 100%;
    gap: 2px;
    padding: 6px 6px;
    background: linear-gradient(270deg, #0C0D44 0%, #291C78 51%, #63354F 100%);
}

.bar-container {
    justify-content: center;
    align-items: center;
    width: 100%;
}

.bar-content.d-flex {
    margin-left: auto;
    align-items: center;
    flex-direction: column;
    gap: 6px;
}

p.announcement-bar-title {
    color: var(--colors-white);
    text-align: center;
    margin-left: auto;
}

.top-announcement-bar .cta-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 8px;
    background-color: #6565B3;
    margin-left: 10px;
}

.top-announcement-bar .cta-wrapper:before {
    border: 1px solid rgba(255, 255, 255, 0);
    box-shadow: 0 0 4px 4px #FFFFFF40;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    opacity: 0;
    transition: all 0.4s linear;
    animation: 4s ease-in-out infinite blinkAnimation;
}

@keyframes blinkAnimation {
    0% {opacity: 0;}
    50% {opacity: 1;}
    100% {opacity: 0;}
}

.top-announcement-bar .cta-wrapper .anim-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity 2s ease;
    border-radius: 8px;
    animation: 8s ease-in-out infinite fadeAnimation;
}

.top-announcement-bar .cta-wrapper .bg-4 {
    background: linear-gradient(0deg, #6565B3 0%, #7666D8 51%, #D586B5 100%);
    opacity: 1;
}

.top-announcement-bar .cta-wrapper .bg-3 {
    background: linear-gradient(90deg, #6565B3 0%, #7666D8 51%, #D586B5 100%);
    animation-delay: 2s;
}

.top-announcement-bar .cta-wrapper .bg-2 {
    background: linear-gradient(180deg, #6565B3 0%, #7666D8 51%, #D586B5 100%);
    animation-delay: 4s;
}

.top-announcement-bar .cta-wrapper .bg-1 {
    background: linear-gradient(270deg, #6565B3 0%, #7666D8 51%, #D586B5 100%);
    animation-delay: 6s;
}

@keyframes fadeAnimation {
    0% {opacity: 0;}
    25% {opacity: 1;}
    50%, 100% {opacity: 0;}
}

a.announcement-bar-cta,
a.announcement-bar-cta:focus {
    position: relative;
    z-index: 1;
    padding: 6px 16px;
    color: var(--colors-white);
    border-radius: 8px;
    text-align: center;
    align-items: center;
    margin-left: 8px;
    gap: 5px;
}

a.announcement-bar-cta svg {
    width: 18px;
}

button.top-ann-bar-close {
    background: none;
    margin-left: auto;
    padding: 2px 16px;
    margin-top: -3px;
}

button.top-ann-bar-close svg{
    color: var(--colors-white);
}

@media (min-width: 768px) {
    .top-announcement-bar {

        padding: 8px 16px;

    }

    .bar-content.d-flex {
        margin-left: auto;
        align-items: center;
        flex-direction: column;
        gap: 24px;
    }

    .bar-content.d-flex {
        flex-direction: row;
    }
}

@media (min-width: 1301px) {


    .bar-container.d-flex {
        max-width: 1216px;
        margin: 0 auto;
    }
}


.ecosystem-updates-widget {
    position: relative;
    z-index: 999;
    opacity: 0;
    max-height: 105px;
    background: linear-gradient(263.45deg, rgba(205, 205, 232, 0.3) -0.06%, rgba(222, 250, 255, 0.3) 101.57%);
}

.ecosystem-updates-container {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}

.starknet-ui-dark .ecosystem-updates-widget  {
    background: linear-gradient(270deg, rgba(12, 13, 68, 0.3) 0%, rgba(41, 28, 120, 0.3) 51%, rgba(99, 53, 79, 0.3) 100%);

}

.ecosystem-updates-list {
    max-width: 1150px;
    margin: 0 auto;
    padding: 20px 80px;
}

.ecosystem-updates-list .ecosystem-update-item {
    position: relative;
    padding: 0 0 0 20px;
    height: 63px;
    flex-grow: 1;
    z-index: 99999999;
}

.ecosystem-update-item .item-content *{
    font: 600 14px/21px var(--font-Inter);
    color: var(--text-primary);
}

.ecosystem-update-item .item-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ecosystem-update-item .item-content a:hover {
    text-decoration: underline;
}


.ecosystem-updates-widget .slick-list {
    height: 450px;
}

.item-wrapper .item-content-tooltip {
    font: 400 14px/21px var(--font-Inter);
    color: var(--text-primary);
}

.item-wrapper .item-content-tooltip {
    padding: 16px;
    border-radius: 20px;
    position: absolute;
    opacity: 0;
    width: 90%;
    left: 5%;
    transition: all 0.5s ease;
    background: var(--surface-card);
    box-shadow: 0 0 15px -3px #00000033;
    z-index: -1;
}

.item-wrapper .item-content-tooltip.open {
    opacity: 1;

    z-index: 99999;
}

.ecosystem-update-item .item-updated {
    font: 500 12px/17px var(--font-Inter);
    color: var(--text-secondary);
    margin-bottom: 4px;
}

.ecosystem-updates-widget .content-slider-navigation .slick-arrow {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 5px;
    cursor: pointer;
    color: var(--text-slider-nav);
    background: transparent;
    border-radius: 50%;
    border: 1px solid var(--text-slider-nav);
    transition: all 0.3s ease;
}

.ecosystem-updates-widget .arrow-box.prev.slick-arrow {
    left: 0;
    top: 30px;
}

.ecosystem-updates-widget .arrow-box.next.slick-arrow {
    right: 0;
    top: 30px;
}

.ecosystem-updates-widget .content-slider-navigation .slick-arrow:hover {
    /*color: #A3B5DE;*/
    background: #EDF2F7;
    border-color: #A3B5DE;
}

.starknet-ui-dark .ecosystem-updates-widget .content-slider-navigation .slick-arrow:hover {
    /*color: #A3B5DE;*/
    background: #A3B5DE;
    border-color: #EDF2F7;
}

@media (min-width: 768px) {
    .ecosystem-update-item {
        border-right: 1px solid #A3B5DE;
    }

    .ecosystem-updates-list .ecosystem-update-item {
        padding: 0 20px;
        height: 63px;
    }
}

@media (min-width: 1150px) {
    .ecosystem-updates-list {
        padding: 20px 0;
    }
}

/* page */

body.page.separate-containers .site-main {
    max-width: 1280px;
    margin: 0 auto;
}

body.page.separate-containers h1 {
    font: 700 48px/1.25 var(--font-Inter);
}

/* Hero section */
.hero-container {
    position: relative;
    padding: 64px var(--padding-md);
    overflow: hidden;
    border-radius: 32px;
}

.hero-bg-lines {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    mix-blend-mode: soft-light;
}

.hero-bg-lines img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-content {
    position: relative;
    z-index: 2;
    flex-direction: column;
    gap: 48px;
}

.hero-col-right img {
    width: 300px;
    max-width: 90%;
    height: 300px;
    object-fit: contain;
}

.hero-col-left {
    order: 1;
}

.hero-col-left .hero-logo {
    margin-bottom: var(--padding-md);
}

.hero-col-left .hero-logo img {
    display: block;
    width: 80px;
    height: 80px;
}

/*.hero-col-left .hero-divider {*/
/*    position: relative;*/
/*    height: 1px;*/
/*    margin-bottom: var(--padding-xs);*/
/*    overflow: visible;*/
/*    opacity: 0.2;*/
/*    mix-blend-mode: multiply;*/
/*    background: linear-gradient(95.36deg,*/
/*        var(--surface-hero-divider-a) 1.31%,*/
/*        var(--surface-hero-divider-b) 169.4%);*/
/*    border: none;*/
/*}*/

/*.hero-col-left .hero-divider::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 50%;*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-top: 2px solid transparent;*/
/*    border-bottom: 2px solid transparent;*/
/*    border-left: 5px solid var(--surface-hero-divider-b);*/
/*    transform: translateY(-50%);*/
/*}*/

.hero-col-left .hero-title {
    margin-bottom: var(--padding-xs);
    line-height: 58px;
}

.hero-col-left .hero-description {
    color: var(--text-subtitle);
}

@media (min-width: 480px) {
    .hero-container {
        padding-right: 64px;
    }
}

@media (min-width: 768px) {
    .hero-container {
        padding: 64px 64px 64px 96px;
    }

    .hero-col-left {
        max-width: 576px;
    }
}

@media (min-width: 992px) {
    .hero-container {
        height: 420px;
        padding: 0 0 0 80px;
    }

    .hero-content {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: var(--padding-base);
        height: 100%;
    }

    .hero-col-right {
        flex-shrink: 0;
        width: 25%;
    }

    .hero-col-right img {
        width: 250px;
        height: 250px;
    }

    .hero-col-left {
        order: unset;
        max-width: 672px;
    }
}

/* Info cards section */
.info-cards-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--page-gap-small);
}

.info-card {
    position: relative;
    border-radius: var(--radius-lg);
}

.info-card .card-image-wrap {
    position: relative;
    justify-content: center;
    align-items: center;
    height: 292px;
    width: calc(100% - 16px);
    margin: var(--padding-xs) var(--padding-xs) 0;
    overflow: hidden;
    background: linear-gradient(179.88deg,
    var(--surface-card-img-a) 0.1%,
    var(--surface-card-img-b) 124.96%);
    border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.info-card .card-image {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    opacity: 0.8;
}

.info-card .card-image img {
    height: auto;
    max-height: 400px;
}

.info-card .card-image-wrap .bg-pattern {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 432px;
    height: 292px;
    opacity: 1;
    transform: translate(-50%, -50%);
    background: url('/wp-content/uploads/2024/03/image_icon_card_curves.png') no-repeat center;
    background-size: cover;
    mix-blend-mode: overlay;
}

.info-card .card-content {
    padding: 48px var(--padding-2-xl);
}

.info-card .card-content h3 {
    margin-bottom: var(--padding-sm);
    line-height: 1;
}

.info-card .card-content p {
    margin-bottom: var(--padding-xl);
}

.info-card .card-content a {
    color: var(--text-link);
}

.info-card a:hover {
    text-decoration: underline;
}

.info-card a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

@media (min-width: 768px) {
    .info-cards-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .info-cards-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1280px) {
    .info-cards-wrapper.cards-4-wrap {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Links list */
.links-list {
    background: var(--surface-card);
    border: 1px solid var(--border-card);
    border-radius: var(--radius-md);
}

.links-list .link-item {
    flex-direction: column;
    gap: var(--padding-sm);
    justify-content: center;
    align-items: flex-start;
    padding: var(--padding-xl);
}

.links-list .link-item:not(:last-child) {
    border-bottom: 1px solid var(--border-card);
}

.links-list .link-item a {
    gap: var(--padding-xs);
    font-weight: 700;
    line-height: 24px;
    color: var(--text-link);
}

.links-list .link-item svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

.links-list .link-item a:hover {
    text-decoration: underline;
}

.links-list .link-item > div {
    gap: var(--padding-xs);
    align-items: center;
}

.links-section .links-list p {
    padding: 0;
}

.links-list .link-item .dot {
    display: none;
}

.links-list .link-item .dot + p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (min-width: 768px) {
    .links-list .link-item {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        height: 80px;
    }

    .links-list .link-item .dot {
        display: block;
    }
}

/* Badges */
.badge {
    display: inline-block;
    height: 24px;
    padding: 2px var(--padding-sm);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    border-radius: var(--radius-round);
}

.neutral-outline-badge {
    color: var(--text-secondary);
    background: transparent;
    border: 1px solid var(--border-card);
}

.general-badge {
    color: var(--text-badge-general);
    background: var(--surface-badge-general);
}

.badge[style*="background-color:  "] {
    color: var(--text-badge-general);
}

.pink-badge {
    color: var(--text-badge-pink);
    background: var(--surface-badge-pink);
}

.badge[style*="background-color: #fce7f3"] {
    color: var(--text-badge-pink);
}

.blue-badge {
    color: var(--text-badge-blue);
    background: var(--surface-badge-blue);
}

.badge[style*="background-color: #dbeafe"] {
    color: var(--text-badge-blue);
}

.yellow-badge {
    color: var(--text-badge-yellow);
    background: var(--surface-badge-yellow);
}

.badge[style*="background-color: #fef3c7"] {
    color: var(--text-badge-yellow);
}

.green-badge {
    color: var(--text-badge-green);
    background: var(--surface-badge-green);
}

.badge[style*="background-color: #d1fae5"] {
    color: var(--text-badge-green);
}

.purple-badge {
    color: var(--text-badge-purple);
    background: var(--surface-badge-purple);
}

.badge[style*="background-color: #ede9fe"] {
    color: var(--text-badge-purple);
}

/* Newsletters-modal */
.newsletters-modal .modal-content {
    max-width: 410px;
}

.newsletters-modal .modal-content-main {
    padding: 0 var(--padding-2-xl);
}

.newsletters-modal .modal-title {
    margin-bottom: var(--padding-md);
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
}

.newsletters-modal .modal-text {
    margin-bottom: var(--padding-2-xl);
}

.newsletters-modal form .form-field,
.newsletters-modal .newsletter-form form > p {
    margin-bottom: var(--padding-md);
}

/* Pages with aside toc (FAQ, Glossary, Tools, etc.) */
.faq-main-container,
.tools-main-container {
    max-width: var(--main-container-width);
    margin: 0 auto;
    padding: 0 var(--padding-md);
}

.faq-content,
.glossary-content,
.tools-content {
    width: 100%;
    max-width: 845px;
    margin-left: auto;
}

.glossary-page-title,
.tools-page-title {
    line-height: 58px;
}

.glossary-page-desc,
.tools-page-desc {
    margin-bottom: 28px;
}

.glossary-page-desc + hr,
.tools-page-desc + hr {
    margin-bottom: 56px;
}

.glossary-paragraph,
.tools-paragraph {
    margin-bottom: var(--padding-4-xl);
}

.tools-paragraph-title {
    margin-bottom: var(--padding-xl);
    line-height: 1;
}

@media (min-width: 992px) {
    .tools-main-container section .section-container {
        padding: 0;
    }

    .glossary-page-desc,
    .tools-page-desc {
        margin-bottom: 44px;
    }

    .faq-main-container,
    .tools-main-container {
        padding: 0 var(--padding-2-xl);
    }
}

/* Media Kit Page */
@media (min-width: 991px) {
    section.page-section.media-kit-groups-section {
        margin-bottom: 0;
    }

}

.media-kit-groups-section .tools-paragraph:not(:last-child) {
    margin-bottom: 126px;
}

.media-kit-groups-section .tools-paragraph-title {
    line-height: 3.625rem;
    margin: 16px 0;
}

.media-kit-image {
    margin: 40px 0;
}

.media-kit-image img {
    border-radius: 8px;
}

/* Starknet Devs Newsletter Page */
.newsletter-page .site-content .site-main {
    max-width: 1280px;
    margin: 0 auto;
    padding: 48px 0 ;
}

.newsletter-page h1 {
    font: 800 48px/1.2 var(--font-Inter);
}

.newsletter-page .entry-content {
    margin-top: 0;
}

.newsletter-page hr {
    margin-bottom: 24px;
}

.newsletter-page .entry-content > p{
    font: 400 16px/2 var(--font-Inter);
    padding: var(--padding-xs) 0 32px;
}

.newsletter-page .newsletter-form {
    max-width: 500px;
}

.newsletter-page .newsletter-form p {
    margin-bottom: 12px;
}

.wpcf7 form {
    position: relative;
    width: max-content;
    margin: 0 auto;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.wpcf7-response-output {
    position: absolute;
    bottom: -20px;
    font-size: 14px;
}

@media (min-width: 991px) {
    .wpcf7-response-output {
        bottom: -20px;
    }
}

/* Starknet Devs Newsletter Page END */


/* 400*/
.starknet-not-exist-page {
    max-width: 1280px;
    margin: 0 auto;
    padding: 128px 32px;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--border-card);
    border-radius: 24px;
    background-color: var(--bg-menu-inner);
}

.starknet-not-exist-page h2{
    font: 800 80px/1 var(--font-Inter);
}

.starknet-not-exist-page p{
    font: 600 24px/1 var(--font-Inter);
    margin: 12px 0 40px;
}



/* Search bar */
#snalg-autocomplete {
    margin-right: 12px;
}

.aa-Autocomplete {
    position: relative;
}

.aa-DetachedSearchButton {
    min-width: 177px;
    padding: 0 8px 0 5px;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;

    font-size: 14px;
    color: rgb(133, 133, 133);

    border: none;
    border-radius: 8px;
    background: rgb(246, 246, 246) !important;
    transition: none;
}

.aa-DetachedSearchButton:hover,
.aa-DetachedSearchButton:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.aa-DetachedSearchButton:after {
    content: '/';

    width: 38px;
    height: 31px;
    margin-left: auto;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 13px;
    color: #363636;

    border-radius: 4px;
    border: 1px solid #E2E8F0;
    background-color: #ccc;

    pointer-events: none;
}

.site-header .aa-DetachedSearchButton * {
    background: none;
}

.aa-DetachedSearchButtonQuery,
.aa-DetachedSearchButton .aa-DetachedSearchButtonPlaceholder {
    color: rgb(133, 133, 133);
}

.starknet-ui-dark .aa-DetachedSearchButtonQuery,
.starknet-ui-dark .aa-DetachedSearchButton .aa-DetachedSearchButtonPlaceholder {
    color: rgb(204, 204, 204);
}

.aa-DetachedSearchButtonQuery {
    margin-right: 10px;
}

.aa-DetachedSearchButton svg {
    width: 16px;
    color: rgb(133, 133, 133);
}

.starknet-ui-dark .aa-DetachedSearchButton svg {
    color: rgb(204, 204, 204);
}

.aa-DetachedContainer--modal {
    top: 80px;
    border-radius: 16px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, .25), 0px 1px 47px -3px rgba(0, 0, 0, .15), 0px 60px 70px -2px rgba(0, 0, 0, .08);
}

.starknet-ui-dark .aa-DetachedContainer--modal,
.starknet-ui-dark .aa-DetachedContainer .aa-Panel {
    background: rgb(27, 27, 27);
}

.starknet-ui-dark .aa-DetachedContainer--modal {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, .25), 0px 1px 47px -3px rgba(0, 0, 0, .15), 0px 12px 22px -2px rgba(0, 0, 0, .68);
}

.starknet-ui-dark .aa-GradientBottom {
    background-image: linear-gradient(rgba(27, 27, 27, 0), rgb(27, 27, 27));
}

.aa-DetachedFormContainer {
    padding: 0 32px;
    border-bottom: 1px solid rgb(92, 148, 255);
}

.starknet-ui-dark .aa-DetachedFormContainer {
    border-color: rgb(175, 202, 255);
}

.aa-DetachedCancelButton {
    background: none;
    cursor: pointer;
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid rgb(235, 235, 235);
    padding: 9px 16px;
    margin: auto 0;
}

.aa-DetachedCancelButton:hover,
.aa-DetachedCancelButton:focus {
    color: #262627;
    box-shadow: inset 0 0 0 1px rgb(235, 235, 235);
    background: none;
}

.starknet-ui-dark .aa-DetachedCancelButton {
    color: #fff;
    border-color: rgb(49, 49, 49);
}

.starknet-ui-dark .aa-DetachedCancelButton:hover,
.starknet-ui-dark .aa-DetachedCancelButton:focus {
    box-shadow: inset 0 0 0 1px rgb(49, 49, 49);
}

.aa-Form {
    align-items: center;
    border: none;
    border-radius: 3px;
    display: flex;
    line-height: 1em;
    margin: 0;
    position: relative;
    flex: 1;
    padding-block: 8px;
    background: transparent;
}

.aa-Form:focus-within {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.aa-SubmitButton {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px 0 0;
}

.aa-SubmitButton:hover,
.aa-SubmitButton:focus {
    background: none;
}

.aa-Label svg,
.aa-LoadingIndicator svg {
    color: rgb(92, 148, 255);
}

.starknet-ui-dark .aa-Label svg,
.starknet-ui-dark .aa-LoadingIndicator svg {
    color: rgb(175, 202, 255);
}

.aa-Input {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background: none !important;
    border: 0 !important;
    color: rgb(54, 54, 54) !important;
    font-size: 14px !important;
    height: 44px !important;
    padding: 0 !important;
    width: 100% !important;
}

.aa-Input::placeholder {
    opacity: 0 !important;
}

.aa-ClearButton:hover,
.aa-ClearButton:focus {
    background: none;
}

.starknet-ui-dark .aa-Input {
    color: #fff !important;
}

.starknet-ui-dark .aa-ClearButton svg {
    color: #fff;
}

.aa-Panel--scrollable {
    padding: 16px 32px 8px;
}

.starknet-ui-dark .aa-Panel--scrollable {
    scrollbar-color: rgb(27, 27, 27)
    rgb(44, 46, 64);
}

.aa-DetachedContainer--modal .aa-PanelLayout {
    min-height: min(600px, 75vh);
}

.aa-DetachedContainer .aa-SourceHeader {
    margin: 16px 0 12px 0;

    font-size: 14px;
    font-weight: 700;
}

.starknet-ui-dark .aa-DetachedContainer .aa-SourceHeader {
    color: #fff;
}

.aa-Item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px;
    min-height: 70px;
    cursor: pointer;
    margin-bottom: 8px;
    border-radius: 8px;
    background-color: rgb(251, 251, 251);
}

.aa-Item:last-child {
    margin-bottom: 24px;
}

.starknet-ui-dark .aa-Item {
    background: rgb(30, 29, 29);
}

.aa-Item[aria-selected="true"] {
    color: #fff;
    background-color: rgb(92, 148, 255);
}

.starknet-ui-dark .aa-Item[aria-selected="true"] {
    background-color: rgb(175, 202, 255);
}

.aa-Item[aria-selected="true"] svg,
.aa-Item[aria-selected="true"] span,
.aa-Item[aria-selected="true"] span a,
.aa-Item[aria-selected="true"] span mark,
.aa-Item[aria-selected="true"] mark,
.aa-Item[aria-selected="true"] span small,
.aa-Item[aria-selected="true"] .aa-ItemContentTitle {
    color: #fff;
}

.aa-Item[aria-selected="true"] mark,
.aa-Item[aria-selected="true"] span mark,
.aa-Item[aria-selected="true"] .aa-ItemContentTitle mark {
    border-color: #fff;
}

.starknet-ui-dark .aa-Item[aria-selected="true"] svg,
.starknet-ui-dark .aa-Item[aria-selected="true"] span,
.starknet-ui-dark .aa-Item[aria-selected="true"] span a,
.starknet-ui-dark .aa-Item[aria-selected="true"] span mark,
.starknet-ui-dark .aa-Item[aria-selected="true"] mark,
.starknet-ui-dark .aa-Item[aria-selected="true"] span small,
.starknet-ui-dark .aa-Item[aria-selected="true"] .aa-ItemContentTitle {
    color: #000;
}

.starknet-ui-dark .aa-Item[aria-selected="true"] mark,
.starknet-ui-dark .aa-Item[aria-selected="true"] span mark,
.starknet-ui-dark .aa-Item[aria-selected="true"] .aa-ItemContentTitle mark {
    border-color: #000;
}

.aa-Item button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.aa-Item svg {
    width: 20px;
    height: 20px;
    margin: 5px;
    color: rgb(133, 133, 133);
    flex-shrink: 0;
}

.starknet-ui-dark .aa-Item svg {
    color: #fff;
}

.aa-ItemContent {
    gap: 0;
}

.aa-Item span,
.aa-ItemContentTitle {
    margin: 0 auto 0 16px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.7;
}

.aa-Item span,
.aa-Item span a,
.aa-ItemContentTitle {
    color: rgb(54, 54, 54);
}

.starknet-ui-dark .aa-Item span,
.starknet-ui-dark .aa-Item span a,
.starknet-ui-dark .aa-ItemContentTitle {
    color: #fff;
}

.aa-Item span small {
    display: block;
    margin-top: 4px;

    font-size: 12px;
    font-weight: 500;
    color: rgb(133, 133, 133);
    line-height: 1.5;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.starknet-ui-dark .aa-Item span small {
    color: #fff;
}

.aa-Item > a {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.aa-Item mark {
    font-weight: 600;
    border-bottom: 2px solid #000;
    background: none;
}

.starknet-ui-dark .aa-Item mark {
    color: #fff;
    border-color: #fff;
}

[data-autocomplete-source-id="recentSearchesPlugin"] .aa-ItemActions .aa-ItemActionButton:first-child:hover svg {
    color: #ff4557;
}

.starknet-ui-dark .aa-DetachedSearchButton {
    background: rgb(27, 27, 27) !important;
}

.starknet-ui-dark .aa-DetachedSearchButton:after {
    color: #ccc;
    border-color: #2D3748;
    background: #313131;
}

@media only screen and (max-width: 991px) {

    .aa-DetachedSearchButton:after {
        display: none;
        content: inherit;
    }
}

@media only screen and (max-width: 586px) {

    #snalg-autocomplete {
        margin: 0;
    }

    .aa-DetachedSearchButton,
    .starknet-ui-dark .aa-DetachedSearchButton {
        min-width: 0;
        padding: 0;
        border-radius: 0;
        background: none !important;
    }

    .aa-DetachedSearchButtonPlaceholder,
    .aa-DetachedSearchButtonQuery {
        display: none;
    }

    .starknet-ui-dark .aa-DetachedContainer {
        background: rgb(27, 27, 27);
    }
}

/* Entry modal */
.provision-modal.modal {
    align-items: center;
}

.provision-modal .modal-background {
    position: relative;
}

.provision-modal .modal-background img {
    object-position: center;
}

.provision-modal .modal-content {
    display: flex;
    width: max-content;
    max-width: 90vw;
    margin: 0;
    padding-bottom: 0;
    overflow: hidden;
    border: 2px solid transparent;
    background: linear-gradient(313.46deg, #0C0C4F 0%, #3F8CFF 100.07%) border-box;
}

.provision-modal .modal-content-header,
.provision-modal .modal-content-main {
    position: absolute;
    z-index: 1;
    top: 0;
}

.provision-modal .modal-content-header {
    right: 0;
}

.provision-modal .modal-content-header .button-close-modal svg {
    color: #FFFFFF;
}

.provision-modal .modal-content-main {
    align-items: center;
    padding: 10px var(--padding-base);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.provision-modal img {
    display: block;
}

.provision-modal .modal-title {
    font: 700 26px/1 var(--font-Inter);
    color: #EFEFEF;
    margin-bottom: 20px;
    text-align: center;
    padding: 0 10px;
}

.provision-modal .button-wrap {
    width: 100%;
    padding: 0 var(--padding-lg);
}

.provision-modal .read-more-btn {
    gap: var(--padding-sm);
    width: 100%;
    height: 48px;
    color: #16161D;
    background: #E8E8F7;
    max-width: 250px;
    margin: 0 auto;
}

.provision-modal .read-more-btn:hover {
    color: #8FBCFF;
    background: #F0F0FB;
}

@media (min-width: 767px) {
    .provision-modal .modal-content {
        max-width: 80vw;
    }

    .provision-modal .modal-title {
        font: 700 33px/1 var(--font-Inter);
        margin-bottom: 20px;
    }

    .provision-modal .modal-content-main {
        padding: 68px var(--padding-base) 10px;
    }
}

@media (min-width: 991px) {
    .provision-modal .modal-content {
        max-width: 50vw;
        /*max-height: 60vh;*/
    }
}

@media (min-width: 1921px) {
    .provision-modal .modal-content {
        max-width: 35vw;
    }
}


/*** Stark Custom Table ***/

body.roadmap-table article {
    position: relative;
}

body.roadmap-table main.site-main{
    padding-top: 0;
    padding-bottom: 0 ;
}

body.roadmap-table .inside-article {
    max-width: 1120px;
    margin: 0 auto;
}

body.roadmap-table .entry-header {
    display: flex;
    align-items: center;
    justify-content: center;
}

body.roadmap-table h1.entry-title {
    font: 600 32px/1.25 var(--font-Inter);
    text-align: center;
    max-width: 205px;
}

body.roadmap-table .entry-content {
    margin-top: 20px;
}

.stark-table table {
    border-radius: 24px;
    border-collapse: separate;
    overflow: hidden;
    border: 1px solid #00000024;
    table-layout: fixed;
    margin-bottom: 0;
}

.stark-table table tr td {
    border-color: #D2D2DA;
    border-style: solid;
    border-width: 0 1px 1px 0;
    vertical-align: top;
    padding: 18px 15px;
}

.stark-table table tr td:last-of-type {
    border-right: none;
}

.stark-table.mobile-table table tr td:first-of-type {
    width: 35%;
}

.stark-table table tr:last-of-type td {
    border-bottom: none;
}

.stark-table table tr td * {
    font: 400 14px/1.5 var(--font-Inter);
    color: var(--text-primary);
}

.stark-table table tr td h6 {
    font: 600 14px/1.5 var(--font-Inter);
}

.stark-table table tr td a {
    color: var(--text-button-outline-hover);
    text-decoration: underline;
}

.starknet-ui-dark .stark-table table {
    border-color: #A5A5FF24;
}

.starknet-ui-dark .stark-table table tbody {
    background: #353964;
}

.starknet-ui-dark .stark-table tr:first-child td{
    background: #565A7E;
}

.starknet-ui-dark table tr td {
    border-color: #A5A5FF24;
}

.stark-table ol, ul {
    margin: 0 0 0 5px;
}

.stark-table ul {
    padding-left: 0;
    list-style: none;
}

.stark-table ul li {
    position: relative;
    padding-left: 15px;
}

.stark-table ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    .stark-table.mobile-table table {
        width: 595px;
        margin: 0 auto;
    }

    .stark-table table tr td {
        padding: 20px;
    }

    body.roadmap-table h1.entry-title {
        font: 600 40px / 1.25 var(--font-Inter);
        max-width: max-content;
    }

    .stark-table table tr td h6 {
        font: 600 16px/1.3 var(--font-Inter);
    }

    .stark-table table tr td * {
        font: 400 16px/1.5 var(--font-Inter);
    }
}

@media (min-width: 992px) {

    body.roadmap-table h1.entry-title {
        font: 600 48px / 1.25 var(--font-Inter);
        /*padding-left: 30px;*/
    }

    .stark-table tr:first-child td {
        background: #BFBFE3;
        text-align: left;
    }

    .starknet-ui-dark .stark-table tr:first-child td:not(:last-of-type,:first-of-type) {
        border-color: #A5A5FF24;
    }

    .stark-table tr:nth-child(odd):not(:first-of-type) td{
        background: #E7E7F7;
    }

    .starknet-ui-dark .stark-table tr:nth-child(odd):not(:first-of-type) td{
        background: #292E5C;
    }

    .stark-table table tr td:first-of-type {
        width: 110px;
    }

    .stark-table table tr td:nth-of-type(2) {
        width: 250px;
    }

    body.roadmap-table .inside-article {
        padding: 104px 40px;
    }

    .stark-table ul li {
        padding-left: 20px;
    }

}


/*** Related posts/pages ***/
.starknet-related {
    width: 100%;
    max-width: 1624px;
    margin: 0 auto 32px;
    padding: 0 16px;
}

.starknet-related.related-pages {
    max-width: 1280px;
}

.related-title {
    font-size: 22px;
    margin: 60px 0 48px
}

.related-wrapper .related-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--padding-xl);
    margin-bottom: 96px;
    max-width: 100%;
    overflow-x: auto;
}

.starknet-related.related-pages .related-wrapper .related-list {
    display: flex;
    max-width: 100%;
}

.starknet-related.related-pages .post-item {
    max-width: 376px;
}

.post-item {
    padding: 0;
    border-radius: var(--radius-xs);
    height: 100%;
    overflow: hidden;
    min-width: 280px;
}

.post-item a {
    display: flex;
}

.post-item a:hover .post-item-image img {
    scale: 1.05;
}

.post-item-inner {
    display: flex;
    flex-direction: column;
    gap: var(--padding-2-xl);
    flex: 1 1 0%;
    height: 475px;
}

.post-item-image {
    aspect-ratio: 1.77778 / 1;
    position: relative;
    place-items: center;
    overflow: hidden;
}

.post-item-image img {
    width: 100%;
    object-fit: cover;
    transition: all .3s linear;
}

.post-item-content-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
    padding: 0 24px 32px;
    max-height: max-content;
    gap:  var(--padding-base);
}

.starknet-related.related-pages .post-item-content-wrapper {
    padding: 32px 24px;
}

.post-item-date {
    margin-top: auto;
}

.post-item-tags {
    display: flex;
    flex-wrap: wrap;
    gap: var(--padding-xs);
    min-height: 30px;
    overflow: hidden;
    margin-bottom: 10px;
}

.post-badge {
    color: var(--text-secondary);
    background: var(--surface-badge-related);
    border-radius: 6px;
}

.post-item-title {
    font: 700 24px/32px var(--font-Inter);
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 14px;
    max-height: 64px;
}

p.post-item-date {
    font-size: 14px;
    line-height: 21px;
    color: var(--text-date-related);
}

p.post-item-excerpt {
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    color: var(--text-secondary);
    margin-bottom: 5px;
    max-height: 68px;
}

/******* FAQs STYLES *******/
.page-faq-block {
    margin: 0 auto 96px;
    width: 100vw;
    max-width: 1344px;
}

.page-faq-block .faq-content {
    width: 100%;
    margin: 0;
    padding: 0 16px;
}

.faq-content .faq-content-title {
    line-height: 58px;
    margin-bottom: var(--padding-sm);
}

.faq-content hr {
    margin-bottom: 56px;
}

.faq-group-section {
    margin-bottom: 96px;
}


.faq-group-section.page-faq-block .faq-group-title {
    margin: 32px 0 24px;
    font: 600 32px / 1.25 var(--font-Inter);
}

.faq-group-section .faq-group-subtitle {
    margin-bottom: var(--padding-xl);
}

.faq-group-section .faq-qna-list {
    background: var(--surface-card);
    border: 1px solid var(--border-card);
    border-radius: var(--radius-md);
}

.faq-group-section .faq-qna-row:not(:last-child) {
    border-bottom: 1px solid var(--border-card);
}

.faq-group-section .faq-qna-button {
    align-items: center;
    gap: var(--padding-md);
    width: 100%;
    padding: var(--padding-xl);
    color: var(--text-primary);
    background: transparent;
    text-align: left;
}

.faq-group-section .faq-qna-button svg {
    transition: transform 0.2s ease-out;
}

.faq-group-section .faq-qna-button.opened svg {
    transform: rotateX(180deg);
}

.faq-group-section .faq-answer {
    display: none;
    padding: 0 var(--padding-xl) var(--padding-lg) calc(var(--padding-xl) * 2 + var(--padding-md));
}

.faq-group-section .faq-answer p {
    padding: var(--padding-xs) 0 var(--padding-md);
}

.faq-group-section .faq-answer a {
    color: var(--text-link);
}

.faq-group-section .faq-answer a:hover {
    text-decoration: underline;
}

.faq-group-section .faq-answer ol,
.faq-group-section .faq-answer ul {
    margin: 0 0 var(--padding-md) var(--padding-md);
    padding-left: var(--padding-base);
}

.faq-group-section .faq-answer ul {
    list-style-type: initial;
}

.faq-group-section .faq-answer ol {
    list-style-type: decimal;
}

.faq-group-section .faq-answer img {
    margin: var(--padding-3-xl) 0;
    border-radius: var(--radius-xs);
}

@media (min-width: 768px) {
    .page-faq-block .faq-content {
        padding: 0 32px;
    }
}