/* Circles page */
.circles-hero__save-mobile {
    display: none;
}
.main-circles-page {
    background: #f1f1f1;
}

.main-circles-page .section-hero .joinx-badge {
    margin-bottom: 18px;
}

.section-hero--circles {
    /* override base .section-hero padding-top:200px */
    padding-top: 0;
    padding-bottom: 0;

    min-height: 100vh;
    display: flex;
    align-items: stretch;
}

.section-hero--circles .container-1440 {
    flex: 1;
    display: flex;
    align-items: stretch;
}

.section-hero--circles .circles-hero__content {
    flex: 1;
    padding-top: 120px;
    padding-bottom: 36px;
}

.section-hero--circles .circles-hero__inner {
    flex: 1;
    min-height: 0;
}

.section-hero--circles .circles-hero__bottom {
    margin-top: auto;
}

.circles-hero__bottom img {
    width: auto;
    height: 30px;
    object-fit: contain;
    display: block;
    filter: grayscale(100%);
}

.section-hero--circles .circles-hero__swiss img {
    width: auto;
    height: 45px;
    object-fit: contain;
    display: block;
    filter: inherit;
}

.circles-hero__image {
    flex: 0 0 45%;
    max-width: 45%;
}

.circles-hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.section-hero--circles h1 {
    font-weight: var(--font-weight-medium);
    background: linear-gradient(148deg, #fff 0%, #999 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-hero--circles .section-hero__text {
    width: 100%;
    color: #878C91;
}

.section-circles {
    padding: 72px 0;
    background: #ffffff;
    color: var(--color-black);
}

.section-circles .regular-text-21 {
    color: rgb(19, 19, 19);
}

.circles-intro {
    row-gap: 28px;
}

.circles-intro__title {
    margin: 0;
}

.circles-intro__title-muted {
    color: rgba(6, 6, 6, 0.56);
    font-weight: var(--font-weight-medium);
}

.circles-intro__badge {
    margin-top: 16px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(6, 6, 6, 0.72);
    font-size: 0.9375rem;
    line-height: 1.2;
}

.circles-intro__badge-text {
    color: #010205;
}

.circles-intro__flag {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e30613;
    border-radius: 3px;
    color: #ffffff;
    flex: 0 0 18px;
}

.circles-intro__flag svg {
    width: 12px;
    height: 12px;
    display: block;
}

.circles-intro__text {
    margin: 0;
    color: #595959;
    font-weight: var(--font-weight-regular);
}

.section-circles--white {
    background: transparent;
}

.circles-opportunity {
    padding: 64px 0 96px;
}

.circles-opportunity__top {
    margin-bottom: 20px;
}

.circles-opportunity__header {
    margin-bottom: 28px;
}

.circles-opportunity__title {
    color: var(--color-black);
}

.circles-opportunity__text {
    margin: 0;
    font-size: var(--font-size-18);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
    color: rgba(6, 6, 6, 0.72);
}

.circles-card--stat {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 22px;
}

.circles-card__stat-value {
    font-size: var(--font-size-72);
    font-weight: var(--font-weight-medium);
    line-height: 1;
    letter-spacing: -0.03em;
    color: var(--color-black);
}

.circles-card__stat-label {
    margin-top: 10px;
    font-weight: var(--font-weight-medium);
    color: #595959;
}

.circles-card__stat-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.circles-avatars {
    display: inline-flex;
    align-items: center;
}

.circles-avatars img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.circles-card__content p {

    color: #595959;
}



.circles-card--info {
    position: relative;
    overflow: hidden;
}

.circles-card__title {
    margin: 0 0 10px 0;
    color: #010205;
}

.circles-card__note-inner {
    margin: 0 auto 24px auto;
    text-align: center;
}

.circles-card__note-inner--blue {
    color: #45A7DE;
}

.circles-card__note-inner--red {
    color: #EA5F38;
}

.circles-card__note-inner--purple {
    color: #6A26F1;
}

.circles-card__subtitle {
    margin: 0 0 16px 0;
    font-size: 13px;
    font-weight: var(--font-weight-regular);
    color: rgba(6, 6, 6, 0.6);
}

.circles-card__list {
    margin: 0 0 22px 0;
    padding: 0;
    display: grid;
    gap: 8px;
    font-size: 13px;
    line-height: 1.35;
    color: rgba(6, 6, 6, 0.68);
}

.circles-card__list li {
    position: relative;
    padding-left: 18px;
}

.circles-card__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(6, 6, 6, 0.35);
}

.circles-card__cta {
    width: fit-content;
}

.circles-card__footer {
    margin-top: 18px;
    display: flex;
    gap: 16px;
    align-items: center;
}

.circles-card--info .circles-card__cta {
    flex: 0 0 30%;
    max-width: 30%;
    width: 100%;
}

.circles-card--info .circles-card__sparkline {
    flex: 1 1 70%;
    max-width: 70%;
}

.circles-card--info .circles-card__sparkline img {
    width: 100%;
    height: auto;
    display: block;
}

.circles-founder {
    padding: 0px 0 110px;
}

.circles-founder__header {
    width: 70%;
    margin: 0 auto 42px;
    text-align: center;
}

.circles-founder__title {
    margin: 0 0 16px 0;
    color: var(--color-black);
}

.circles-founder__title span {
    font-weight: var(--font-weight-bold);
}

.circles-founder__lead {
    margin: 0;
    font-size: var(--font-size-18);
    font-weight: var(--font-weight-medium);
    line-height: 1.6;
    color: rgba(6, 6, 6, 0.66);
}

.circles-founder-card {
    height: 100%;
    overflow: hidden;
}


.circles-founder-card__title {
    margin: 6px 0 4px 0;
    font-size: var(--font-size-28);
    font-weight: var(--font-weight-bold);
    line-height: 1.15;
    color: var(--color-black);
    letter-spacing: -0.02em;
}

.circles-founder-card__text {
    margin: 0;
    color: rgba(6, 6, 6, 0.62);
}

.circles-founder-card__cta {
    margin-top: auto;
}

.circles-founder-card--banner {
    min-height: 320px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 18px 40px rgba(6, 6, 6, 0.1);
    border: 1px solid rgba(6, 6, 6, 0.08);
    display: flex;
    align-items: stretch;
}

.circles-founder-card__banner-inner {
    padding: 34px 34px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: space-between;
}

.circles-founder-card__banner-title {
    margin: 0;
    font-size: var(--font-size-32);
    font-weight: var(--font-weight-medium);
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #ffffff;
}

.circles-founder-card__banner-text {
    margin: 0;
    color: #CBCBCB;
}

.circles-founder-card__banner-foot {
    margin: auto 0 0 0;
    color: rgb(255, 255, 255);
}

.circles-management {
    padding: 78px 0 86px;
    color: var(--color-black);
}

.circles-management__title {
    margin: 0;
}

.circles-management__text {
    margin: 0;
    color: rgba(6, 6, 6, 0.72);
}

.circles-management__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

@media (min-width: 992px) {
    .circles-management__grid {
        grid-template-columns: minmax(220px, 4fr) 8fr;
        align-items: start;
        gap: 28px;
    }
}

.circles-position {
    padding: 0 0 110px;
    margin-top: 60px;
}

.circles-position__title {
    margin: 0 0 10px 0;
    color: var(--color-black);
}

.circles-position__lead {
    margin: 0;
    color: #878C91;
}

.circles-position__kicker {
    margin: 0 0 10px 0;
    font-weight: var(--font-weight-bold);
    color: #1A4048;
}

.circles-position__text {
    margin: 0;
    color: #878C91;
}

.circles-pools {
    padding: 0 0 110px;
    color: var(--color-black);
}

.circles-pools__title {
    margin: 0 0 10px 0;
}

.circles-pools__text {
    margin: 0;
    color: rgba(6, 6, 6, 0.6);
}

.circles-pools__text b {
    font-weight: var(--font-weight-medium);
}

.circles-pools__rings {
    margin-top: 26px;
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    align-items: center;
}

.circles-opportunity__card .joinx-surface {
    background: #ffffff;
}

.circles-ring {
    --size: 150px;
    --stroke: 10px;
    --circ: 213.6;
    /* 2*pi*34 */

    width: var(--size);
    height: var(--size);
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.circles-ring__svg {
    width: 100%;
    height: 100%;
    display: block;
}

.circles-ring__track,
.circles-ring__progress {
    fill: none;
    stroke-width: var(--stroke);
}

.circles-ring__track {
    stroke: rgba(6, 6, 6, 0.1);
}

.circles-ring__progress {
    stroke: rgba(170, 210, 90, 1);
    stroke-linecap: round;
    stroke-dasharray: var(--circ);
    stroke-dashoffset: var(--circ);
    transform: rotate(0deg);
    transform-origin: 48px 48px;
    filter: drop-shadow(0 0 10px rgba(170, 210, 90, 0.35));
    transition: stroke-dashoffset 0.9s ease-out;
}

.circles-pools.is-in-view .circles-ring__progress {
    stroke-dashoffset: calc(var(--circ) * (1 - var(--p, 0.75)));
}

.circles-pools .circles-ring:nth-child(1) .circles-ring__progress {
    transition-delay: 0.1s;
}

.circles-pools .circles-ring:nth-child(2) .circles-ring__progress {
    transition-delay: 0.25s;
}

.circles-pools .circles-ring:nth-child(3) .circles-ring__progress {
    transition-delay: 0.4s;
}

.circles-ring__label {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    font-weight: var(--font-weight-bold);
    line-height: 1.1;
    color: rgba(6, 6, 6, 0.65);
    pointer-events: none;
}

.circles-incubator {
    padding: 0 0 120px;
    color: #ffffff;
}

.circles-incubator__banner {
    position: relative;
    border-radius: 18px;

    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.35);

    padding: 84px 40px;
    overflow: hidden;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.circles-incubator__avatar {
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #9a58ff, #2db5ff);
    color: #ffffff;
    font-size: 13px;
    font-weight: var(--font-weight-bold);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.4);
}

.circles-incubator__content {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.circles-incubator__badge {
    margin-bottom: 6px;
}

.circles-incubator__title {
    margin: 0;
    font-size: var(--font-size-h2-big);
    font-weight: var(--font-weight-medium);
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: #ffffff;
}

.circles-incubator__text {
    margin: 0;
    color: #9E9E9E;
}

.circles-incubator__cta {
    margin-top: 12px;
}

.circles-card__sparkline img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.circles-opportunity__card-item .joinx-surface {
    background: #ffffff;
}

.joinx-surface__simulator {
    width: 60%;
    margin: 30px auto 0 auto;
}

.joinx-surface__simulator-header {
    margin-bottom: 20px;
}

.joinx-surface__simulator-header h3 {
    color: var(--color-black);
}

@media (min-width: 992px) {

    .circles-position__kicker,
    .circles-position__text,
    .circles-position__lead,
    .circles-position__title {
        text-align: left;
    }

    .section-circles .block-header,
    .section-circles .regular-text-21 {
        text-align: left;
    }

    .circles-management__title,
    .circles-management__text {
        text-align: left;
    }
}

@media (max-width: 991.98px) {
    .circles-hero__save-mobile {
        display: block;
    }
    .joinx-surface__simulator {
        width: 100%;
    }

    .section-hero--circles .circles-hero__content {
        padding-top: 92px;
        padding-bottom: 24px;
        gap: 22px;
    }

    .section-hero--circles .circles-hero__inner {
        flex-direction: column;
        align-items: center !important;
        text-align: center;
    }

    .section-hero--circles .section-hero__content {
        width: 100%;
        margin-bottom: 0;
    }

    .section-hero--circles .section-hero__text {
        width: 100%;
    }

    .circles-hero__image {
        flex: 0 0 auto;
        max-width: 100%;
        width: 100%;
    }

    .circles-hero__image img {
        height: auto;
        object-fit: contain;
    }

    .section-hero--circles .circles-hero__bottom {
        flex-direction: column;
        align-items: center;
        gap: 16px !important;
    }

    .section-hero--circles .circles-hero__logos {
        flex-wrap: wrap;
        gap: 14px !important;
    }
    .section-hero--circles .circles-hero__logos img {
       flex: 0 1 25%;
    }

    .section-circles {
        padding: 48px 0;
    }

    .section-circles .regular-text-18 {
        text-align: center;
    }

    .circles-intro {
        row-gap: 18px;
    }

    .circles-intro__title {
        text-align: center;
    }

    .circles-intro__text {
        text-align: center;
    }

    .main-circles-page .section-hero .joinx-badge {
        margin-left: auto;
        margin-right: auto;
    }

    .circles-intro__badge {
        justify-content: center;
        width: 100%;
    }

    .circles-opportunity {
        padding: 48px 0 72px;
    }

    .circles-opportunity__top {
        margin-bottom: 14px;
    }

    .circles-card--stat {
        text-align: center;
        align-items: center;
    }

    .circles-card__stat-image img {
        width: 100%;
        max-width: 320px;
        height: auto;
        object-fit: contain;
        display: block;
        margin: 0 auto;
    }

    .circles-card--info>.d-flex {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .circles-card--info>.d-flex>div:last-child img {
        width: 96px;
        height: 96px;
        object-fit: contain;
        display: block;
        margin: 6px auto 0;
    }

    .circles-card__stat-value {
        font-size: 46px;
    }

    .circles-avatars__item {
        width: 30px;
        height: 30px;
    }

    .circles-card__footer {
        flex-direction: column;
        align-items: stretch;
    }

    .circles-card--info .circles-card__cta,
    .circles-card--info .circles-card__sparkline {
        max-width: 100%;
        flex-basis: auto;
    }

    .circles-founder {
        padding: 0px 0 72px;
    }

    .circles-founder__header {
        width: 100%;
    }

    .circles-founder-card__icon img {
        width: 44px;
        height: 44px;
        object-fit: contain;
        display: block;
    }

    .circles-founder-card--banner {
        background-position: center;
    }

    .circles-founder-card__banner-inner {
        text-align: center;
        margin: 0 auto;
    }

    .circles-founder__title {
        font-size: var(--font-size-h2-big);
        line-height: 1.1;
    }

    .circles-founder-card--banner {
        min-height: 240px;
    }

    .circles-founder-card__banner-inner {
        padding: 26px 22px;
    }

    .circles-management {
        padding: 56px 0 64px;
    }

    .circles-management__grid {
        text-align: center;
    }

    .circles-position {
        padding-bottom: 72px;
    }

    .circles-pools {
        padding-bottom: 72px;
    }

    .circles-pools__rings {
        justify-content: center;
    }

    .circles-ring {
        --size: 82px;
        --stroke: 9px;
    }

    .circles-pools__text {
        margin-left: auto;
        margin-right: auto;
    }

    .circles-incubator {
        padding-bottom: 72px;
    }

    .circles-incubator__banner {
        padding: 34px 18px 30px;
        border-radius: 16px;
    }

    .circles-incubator__title {
        font-size: var(--font-size-40);
    }

    .circles-incubator__text {
        text-align: center;
    }
    .circles-hero__swiss {
        display: none;
    }
}