@font-face {
    font-family: "FintechFusionSemiBold";
    src: url("/i/fonts/seminar-sifd/FintechFusion-SemiBold.ttf");
}

@font-face {
    font-family: "FintechFusionRegular";
    src: url("/i/fonts/seminar-sifd/FintechFusion-Regular.ttf");
}

@font-face {
    font-family: "FintechFusionMedium";
    src: url("/i/fonts/seminar-sifd/FintechFusion-Medium.ttf");
}

@font-face {
    font-family: "FintechFusionBold";
    src: url("/i/fonts/seminar-sifd/FintechFusion-Bold.ttf");
}

@font-face {
    font-family: "Onest";
    src: url("/i/fonts/Onest/Onest-Regular.ttf");
    font-weight: 400;
}

@font-face {
    font-family: "Onest";
    src: url("/i/fonts/Onest/Onest-Medium.ttf");
    font-weight: 500;
}

@font-face {
    font-family: "Onest";
    src: url("/i/fonts/Onest/Onest-SemiBold.ttf");
    font-weight: 600;
}

@font-face {
    font-family: "Onest";
    src: url("/i/fonts/Onest/Onest-Bold.ttf");
    font-weight: 700;
}

.font-fintec-semibold {
    font-family: "FintechFusionSemiBold", sans-serif;
}

.font-fintec-medium {
    font-family: "FintechFusionMedium", sans-serif;
}

.font-fintec-regular {
    font-family: "FintechFusionRegular", sans-serif;
}

.font-fintec-bold {
    font-family: "FintechFusionBold", sans-serif;
}

@media (min-width: 320px) and (max-width: 375px) {
    .slip-withdrawal {
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 28px !important;
        width: 100% !important;
        max-width: 424.98px !important;
        min-width: 0 !important;
        height: auto !important;
        margin: 0 auto !important;
    }

    .slip-withdrawal__copy {
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        order: 1 !important;
        gap: 24px !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        height: auto !important;
        align-self: stretch !important;
        padding: 0 15px !important;
    }

    .slip-withdrawal__copy h2 {
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 320px !important;
        min-width: 0 !important;
        margin: 0 !important;
        color: #13161a !important;
        font-family: "Onest", sans-serif !important;
        font-size: 32px !important;
        font-weight: 600 !important;
        line-height: 30px !important;
        letter-spacing: -0.2px !important;
        text-transform: none !important;
    }

    .slip-withdrawal__copy p {
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 320px !important;
        min-width: 0 !important;
        margin: 0 !important;
        color: rgba(19, 22, 26, 0.72) !important;
        font-family: "FintechFusionMedium", sans-serif !important;
        font-size: 16px !important;
        line-height: 20px !important;
        white-space: normal !important;
    }

    .slip-withdrawal__copy strong {
        color: #13161a !important;
        font-family: "FintechFusionSemiBold", sans-serif !important;
    }

    .slip-withdrawal__image {
        display: block !important;
        order: 2 !important;
        width: 100% !important;
        max-width: 376px !important;
        min-width: 0 !important;
        height: auto !important;
        aspect-ratio: auto !important;
        margin: 0 auto !important;
        object-fit: contain !important;
        object-position: center bottom !important;
    }
}

/* Keep the existing site callback widget at its original scale on this page. */
.callback-widjet__callback__block,
.callback-widjet__chat__block,
.callback-widjet__social__block {
    box-sizing: content-box;
    width: 80px;
    height: 80px;
}

.callback-widjet__setting {
    box-sizing: content-box;
    width: 58px;
    height: 58px;
    padding: 14px;
    border-radius: 100%;
}

.callback-widjet__setting img {
    display: block;
    width: 100%;
    height: auto;
}

.callback-widjet__callback {
    box-shadow: 0 0 0 26px rgba(127, 12, 12, 0.08);
}

.callback-widjet__line {
    margin-bottom: 46px;
}

/* Keep the shared site shell menus above the SLIP landing sections. */
div.toolbar,
#main_menu,
#sub_menus,
div.lng-sel,
div.cab-sel,
.language-dropdown {
    z-index: 1200;
}

.language-dropdown ul,
#sub_menus .subsubmenu,
#sub_menus .subsubmenu_empty,
div.lng-list,
div.cab-list,
div.lng-sublist {
    z-index: 1201;
}

.slip-hero {
    font-size: 16px;
    background: #ffffff;
    border-bottom: 1px solid #eceef2;
    overflow-x: hidden;
}

.awards_footer {
    display: none !important;
}

.slip-hero__inner {
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 24px 0;
}

.slip-hero__content {
    display: flex;
    width: 1152px;
    max-width: 1152px;
    min-height: 462px;
    margin: 0 auto;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
}

.slip-hero__breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
    color: #757575;
    font-family: "FintechFusionRegular", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}

.slip-hero__breadcrumbs > div {
    display: flex;
    align-items: center;
}

.slip-hero__breadcrumbs a {
    display: inline-flex;
    align-items: center;
    color: #757575;
    text-decoration: none;
    white-space: nowrap;
}

.slip-hero__breadcrumbs a:hover {
    text-decoration: underline;
}

.slip-hero__breadcrumbs a:focus-visible {
    outline: 2px solid #2563eb;
    outline-offset: 2px;
    border-radius: 2px;
}

.slip-hero__breadcrumb-home {
    display: block;
    width: 18px;
    min-width: 18px;
    height: 18px;
    flex-shrink: 0;
    background: url("/i/img/gear.svg") no-repeat center;
    opacity: 0.5;
    transition: opacity 0.3s;
}

.slip-hero__breadcrumb-home:hover {
    opacity: 1;
}

.slip-hero__breadcrumb-separator {
    width: 10px;
    height: 11px;
    margin: 0 8px;
    flex-shrink: 0;
    background: url(/i/img/arrow.svg) no-repeat;
    background-position: 3px 1px;
}

.slip-hero__title {
    max-width: 564px;
    margin: 0 0 24px;
    color: #191c1f;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1px;
}

.slip-hero__description {
    max-width: 466px;
    margin: 0 0 24px;
    color: rgba(19, 22, 26, 0.72);
    font-size: 16px;
    line-height: 22px;
}

.slip-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.slip-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    min-width: 205px;
    height: 40px;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 9999px;
    border: 1px solid transparent;
    font-family: "FintechFusion", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    white-space: nowrap;
    text-decoration: none;
    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease;
    cursor: pointer;
    box-sizing: border-box;
}

.slip-button--primary {
    background: #13161a;
    color: #ffffff;
}

.slip-button--primary:hover,
.slip-button--primary:focus-visible {
    opacity: 0.8;
}

.slip-button--secondary {
    background: #ffffff;
    border-color: #d9dde3;
    color: #191c1f;
}

.slip-button--secondary:hover,
.slip-button--secondary:focus-visible {
    border-color: #191c1f;
}

.slip-hero__media {
    flex: 0 0 466px;
    display: flex;
    width: 466px;
    min-height: 462px;
    align-items: flex-end;
    justify-content: flex-end;
}

.slip-hero__image {
    display: block;
    width: 466px;
    max-width: 466px;
    height: 422px;
    object-fit: contain;
    object-position: center bottom;
}

.slip-content {
    font-size: 16px;
    background: #f5f5f3;
    overflow-x: hidden;
}

.slip-content,
.slip-content * {
    box-sizing: border-box;
}

.slip-content__inner {
    width: 1200px;
    max-width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    padding: 64px 24px 0;
}

.slip-benefits {
    position: relative;
    display: block;
    width: 1152px;
    height: 676px;
    margin: 0 auto;
}

.slip-benefits__stack {
    display: contents;
}

.slip-benefit-card {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
    overflow: hidden;
    border: 1px solid rgba(19, 22, 26, 0.06);
    border-radius: 32px;
    background: #ffffff;
    box-shadow: none;
}

.slip-benefit-card__copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    padding: 40px;
}

.slip-benefit-card__title {
    margin: 0;
    color: #13161a;
    font-family: "Onest", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0;
    text-transform: none;
}

.slip-benefit-card__text {
    margin: 0;
    color: rgba(19, 22, 26, 0.72);
    font-family: "FintechFusionMedium", sans-serif;
    font-size: 16px;
    line-height: 22px;
}

.slip-benefit-card__image {
    flex: none;
    position: static;
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    pointer-events: none;
    object-fit: cover;
    object-position: center bottom;
}

.slip-benefits__stack .slip-benefit-card:nth-child(1) {
    top: 0;
    left: 0;
    width: 270px;
    height: 422px;
}

.slip-benefits__stack .slip-benefit-card:nth-child(2) {
    top: 446px;
    left: 0;
    width: 270px;
    height: 230px;
}

.slip-benefits__stack .slip-benefit-card:nth-child(1) .slip-benefit-card__copy {
    height: 262px;
}

.slip-benefits__stack
    .slip-benefit-card:nth-child(1)
    .slip-benefit-card__image {
    height: 160px;
}

.slip-benefits__stack .slip-benefit-card:nth-child(2) .slip-benefit-card__copy {
    height: 230px;
}

.slip-benefits__stack .slip-benefit-card:nth-child(2) .slip-benefit-card__title {
    width: 190px;
    max-width: 190px;
    min-width: 190px;
}

.slip-benefit-card--wide {
    top: 0;
    left: 294px;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 564px;
    height: 676px;
}
.slip-benefit-card--wide .slip-benefit-card__image {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.slip-benefit-card--wide .slip-benefit-card__copy {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    width: 320px;
    max-width: 320px;
    min-width: 320px;
    height: 262px;
    min-height: 262px;
    margin: 0;
    padding: 24px 40px 40px;
}

body.language-en .slip-benefit-card--wide .slip-benefit-card__copy {
    padding-top: 40px;
}

.slip-benefit-card--wide .slip-benefit-card__title,
.slip-benefit-card--wide .slip-benefit-card__text {
    width: 240px;
    max-width: 240px;
    min-width: 240px;
    margin: 0;
}

.slip-benefit-card--tall {
    top: 0;
    left: 882px;
    width: 270px;
    height: 676px;
}

.slip-benefit-card--tall .slip-benefit-card__copy {
    height: 262px;
}

.slip-benefit-card--tall .slip-benefit-card__image {
    height: 414px;
}

.slip-how {
    width: 1152px;
    margin: 0 auto;
    padding-top: 64px;
}

.slip-title-filters {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    pointer-events: none;
}

.slip-how__title {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 1152px;
    max-width: 1152px;
    min-width: 0;
    height: 200px;
    margin: 0 0 48px;
    padding: 0;
    border-bottom: 1px solid;
    border-image-source: linear-gradient(
        270deg,
        rgba(19, 22, 26, 0) 0%,
        rgba(19, 22, 26, 0.1) 10%,
        rgba(19, 22, 26, 0.1) 90%,
        rgba(19, 22, 26, 0) 100%
    );
    border-image-slice: 1;
    transform: none;
    color: rgba(19, 22, 26, 0.12);
    font-family: "Onest", sans-serif;
    font-weight: 600;
    font-size: 64px;
    line-height: 72px;
    text-align: center;
    letter-spacing: -0.055em;
    box-shadow: none;
}

.slip-how__title::before {
    display: none;
}

.slip-how__title::after {
    display: none;
}

.slip-how__title > span {
    display: block;
    line-height: 72px;
    transform: translateY(14px);
    filter: url(#slip-inner-shadow-alpha-safe);
}

.slip-how__grid {
    display: grid;
    grid-template-columns: 270px 270px 270px 270px;
    gap: 24px;
    align-items: start;
}

.slip-how-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
    min-height: 216px;
    padding: 20px;
    border: 1px solid rgba(19, 22, 26, 0.06);
    border-radius: 32px;
    background: #13161A0A;
    box-shadow: none;
    text-transform: none;
}

.slip-how-card--wide {
    grid-column: span 3;
    display: grid;
    grid-template-columns: 397px 397px;
    align-items: center;
    column-gap: 20px;
    height: 216px;
}

.slip-how-card--medium {
    grid-column: span 2;
    min-height: 220px;
}

.slip-how-card--accent {
    grid-column: span 2;
    min-height: 220px;
    background: #edf4ff;
    border-color: rgba(43, 117, 255, 0.08);
}

.slip-how-card__icon {
    position: static;
    flex: none;
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.slip-how-card__number {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ffffff;
    color: #13161a;
    font-family: "FintechFusionSemiBold", sans-serif;
    font-size: 16px;
    line-height: 24px;
    box-shadow: 0 4px 12px rgba(19, 22, 26, 0.08);
}

.slip-how-card--accent .slip-how-card__number {
    color: #2b75ff;
}

.slip-how-card__body {
    align-self: stretch;
    width: 100%;
    padding: 0;
}

.slip-how-card__title {
    margin: 0 0 8px;
    color: #13161a;
    font-family: "FintechFusionSemiBold", sans-serif;
    font-size: 18px;
    line-height: 24px;
    text-transform: none;
}

.slip-how-card__text,
.slip-how-card__note span {
    margin: 0;
    color: rgba(19, 22, 26, 0.56);
    font-family: "FintechFusionMedium", sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-transform: none;
}

.slip-how-card__note {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    border: 1px solid rgba(19, 22, 26, 0.06);
    border-radius: 20px;
    background: #f7f7f8;
}

.slip-how-card__note strong {
    display: block;
    color: #13161a;
    font-family: "FintechFusionSemiBold", sans-serif;
    font-size: 18px;
    line-height: 24px;
}

.bg-gradient {
    background: #bfe9ff;
    background: linear-gradient(
        344deg,
        rgba(191, 233, 255, 1) 0%,
        rgba(235, 238, 242, 1) 70%
    );
}

.first_grid_bg {
    background: #bfe9ff;
    background: linear-gradient(
        149deg,
        rgba(191, 233, 255, 1) 0%,
        rgba(235, 238, 242, 1) 50%
    );
}

.form_bg_gradient {
    background: #bfe9ff;
    background: linear-gradient(
        164deg,
        rgba(191, 233, 255, 1) 0%,
        rgba(235, 238, 242, 1) 50%
    );
}

.how_it_works_bg_gradient {
    background: #bfe9ff;
    background: linear-gradient(
        338deg,
        rgba(191, 233, 255, 1) 0%,
        rgba(255, 255, 255, 1) 50%
    );
}

.select2-container {
    width: 100% !important;
}

.promo-text {
    color: #000 !important;
}

.no-scrollbar {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.no-scrollbar::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

@media (max-width: 1199px) {
    .slip-hero__title {
        font-size: 52px;
    }

    .slip-hero__description {
        font-size: 21px;
    }

    .slip-how__grid {
        grid-template-columns: 1fr 1fr;
    }

    .slip-how-card,
    .slip-how-card--wide,
    .slip-how-card--medium {
        grid-column: auto;
    }

    .slip-how-card--wide {
        grid-template-columns: auto 1fr;
    }

    .slip-how-card__note {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .slip-hero__inner {
        padding-top: 12px;
    }

    .slip-hero__breadcrumbs {
        margin-bottom: 20px;
        font-size: 13px;
        line-height: 18px;
        gap: 0;
    }

    .slip-hero__title {
        margin-bottom: 16px;
        font-size: 40px;
    }

    .slip-hero__description {
        margin-bottom: 24px;
        font-size: 18px;
    }

    .slip-button {
        width: 100%;
        min-height: 48px;
        font-size: 16px;
    }

    .slip-content__inner {
        padding: 24px 16px 56px;
    }

    .slip-benefits,
    .slip-benefits__stack,
    .slip-how__grid {
        grid-template-columns: 1fr;
    }

    .slip-benefit-card,
    .slip-benefit-card--wide,
    .slip-benefit-card--tall {
        min-height: 0;
        height: auto;
    }

    .slip-benefit-card__copy {
        padding: 22px 22px 0;
    }

    .slip-benefit-card__image,
    .slip-benefit-card--wide .slip-benefit-card__image,
    .slip-benefit-card--tall .slip-benefit-card__image {
        width: 100%;
        max-width: 100%;
    }

    .slip-how {
        padding-top: 64px;
    }

    .slip-how__title {
        margin-bottom: 26px;
        font-size: 34px;
    }

    .slip-how-card {
        min-height: 132px;
        padding: 20px;
    }
}

/* Desktop-first Figma lock. Responsive rules for this page will be rebuilt after desktop is approved. */
.slip-content__inner {
    max-width: 1200px;
    min-width: 1200px;
    padding: 64px 24px 88px;
}

.slip-benefits {
    position: relative;
    display: block;
    width: 1152px;
    height: 632px;
    margin: 0 auto;
}

.slip-benefits__stack {
    display: contents;
}

.slip-benefit-card,
.slip-benefit-card--wide,
.slip-benefit-card--tall {
    min-height: 0;
}

.slip-benefit-card__image,
.slip-benefit-card--wide .slip-benefit-card__image,
.slip-benefit-card--tall .slip-benefit-card__image {
    max-width: none;
}

.slip-how {
    width: 1152px;
    margin: 0 auto;
    padding-top: 0;
}

.slip-how__title {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 1152px;
    max-width: 1152px;
    min-width: 0;
    height: 200px;
    margin: 0 0 48px;
    transform: none;
    font-size: 64px;
    line-height: 72px;
}

.slip-how__title::before {
    display: none;
}

.slip-how__grid {
    display: grid;
    grid-template-columns: 270px 270px 270px 270px;
    grid-template-rows: 216px 220px;
    gap: 24px;
    align-items: start;
    width: 1152px;
    height: 460px;
}

.slip-how-card,
.slip-how-card--wide,
.slip-how-card--medium,
.slip-how-card--accent {
    grid-column: auto;
    min-height: 216px;
    padding: 20px;
    gap: 24px;
}

.slip-how-card--wide {
    grid-column: span 3;
    justify-self: start;
    display: grid;
    grid-template-columns: 397px 397px;
    grid-template-rows: 60px 92px;
    align-items: flex-start;
    column-gap: 24px;
    row-gap: 24px;
    width: 858px;
    height: 216px;
}

.slip-how-card--wide .slip-how-card__icon {
    grid-column: 1;
    grid-row: 1;
}

.slip-how-card--wide .slip-how-card__body {
    grid-column: 1;
    grid-row: 2;
    width: 397px;
    height: 76px;
    padding: 0 8px 4px;
}

.slip-how-card--wide .slip-how-card__note {
    position: static;
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: end;
    width: 397px;
    height: 128px;
    min-height: 0;
    padding: 16px;
    gap: 8px;
    border-color: rgba(19, 22, 26, 0.1);
    border-radius: 20px;
    background: rgba(19, 22, 26, 0.04);
    backdrop-filter: blur(24px);
}

.slip-how-card--wide .slip-how-card__number {
    top: 12px;
    right: 12px;
}

.slip-how-card--medium,
.slip-how-card--accent {
    grid-column: span 2;
    min-height: 220px;
}

.slip-how-card__icon {
    position: static;
    display: block;
    flex: none;
    width: 60px;
    height: 60px;
}

.slip-how-card__number {
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
}

.slip-leverage {
    box-sizing: border-box;
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
    height: 674px;
    padding: 96px 24px;
}

.slip-leverage__content {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr 564px;
    align-items: center;
    gap: 122px;
    width: 1152px;
    max-width: 1152px;
    height: 482px;
}

.slip-leverage__intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    width: 466px;
    max-width: 466px;
    height: 320px;
}

.slip-leverage__intro-title {
    margin: 0;
    width: 466px;
    max-width: 466px;
    color: #13161a;
    font-family: "Onest", sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -1px;
    text-transform: none;
}

.slip-leverage__intro-text {
    margin: 0;
    width: 466px;
    max-width: 466px;
    color: rgba(19, 22, 26, 0.72);
    font-family: "FintechFusionMedium", sans-serif;
    font-size: 16px;
    line-height: 22px;
}

.slip-leverage__cta {
    width: 205px;
    min-width: 205px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    padding: 0 16px;
}

.slip-leverage-panel {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 564px;
    max-width: 564px;
    height: 482px;
    min-height: 482px;
    padding: 24px 32px;
    gap: 0;
    border: 1px solid rgba(19, 22, 26, 0.06);
    border-radius: 32px;
    background: #ffffff;
    overflow: hidden;
}

.slip-leverage-panel__ranges {
    display: flex;
    flex-direction: column;
    width: 500px;
    flex: 0 0 auto;
}

.slip-leverage-range {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
    padding: 12px 0;
    width: 500px;
    height: 70px;
    border-bottom: 1px solid rgba(19, 22, 26, 0.08);
}

.slip-leverage-range + .slip-leverage-range {
    padding-top: 12px;
}

.slip-leverage-range__meta {
    display: flex;
    flex-direction: column;
    width: 500px;
}

.slip-leverage-range__meta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    width: 500px;
    height: 20px;
}

.slip-leverage-range__meta span,
.slip-leverage-range__level {
    color: rgba(19, 22, 26, 0.56);
    font-family: "FintechFusionMedium", sans-serif;
    font-size: 14px;
    line-height: 20px;
}

.slip-leverage-range__period,
.slip-leverage-range__ratio {
    color: #13161a;
    font-family: "FintechFusionSemiBold", sans-serif;
    font-size: 16px;
    line-height: 22px;
}

.slip-leverage-range__barline {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 16px;
    align-items: center;
    width: 500px;
    height: 22px;
}

.slip-leverage-range__barcluster {
    display: grid;
    grid-template-columns: 200px 54px;
    justify-content: end;
    align-items: center;
    gap: 16px;
    width: 392px;
    margin-left: auto;
}

.slip-leverage-range__period {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.slip-leverage-range__track {
    position: relative;
    width: 200px;
    max-width: 200px;
    height: 16px;
    border-radius: 9999px;
    background: rgba(19, 22, 26, 0.04);
    overflow: hidden;
}

.slip-leverage-range__fill {
    display: block;
    height: 100%;
    border-radius: inherit;
}

.slip-leverage-range--max .slip-leverage-range__fill {
    width: 100%;
    background: linear-gradient(90deg, rgba(82, 133, 55, 0.6) 0%, #528537 100%);
}

.slip-leverage-range--mid .slip-leverage-range__fill {
    width: 50%;
    background: linear-gradient(90deg, rgba(168, 91, 62, 0.6) 0%, #a85b3e 100%);
}

.slip-leverage-range--base .slip-leverage-range__fill {
    width: 25%;
    background: linear-gradient(90deg, rgba(19, 22, 26, 0.12) 0%, rgba(19, 22, 26, 0.32) 100%);
}

.slip-leverage-panel__examples {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 500px;
    height: 224px;
    padding-top: 48px;
    flex: 0 0 auto;
}

.slip-leverage-panel__examples-title {
    margin: 0;
    width: 500px;
    height: 32px;
    padding-bottom: 12px;
    color: rgba(19, 22, 26, 0.56);
    font-family: "FintechFusionMedium", sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-transform: none;
}

.slip-leverage-example-list {
    display: flex;
    flex-direction: column;
    width: 500px;
}

.slip-leverage-example {
    display: flex;
    gap: 16px;
    align-items: center;
    width: 500px;
    height: 72px;
    padding: 12px 0;
}

.slip-leverage-example + .slip-leverage-example {
    border-top: 1px solid rgba(19, 22, 26, 0.08);
}

.slip-leverage-example__icon {
    width: 40px;
    height: 40px;
    flex: none;
    filter: drop-shadow(0px 6px 12px rgba(19, 22, 26, 0.1));
}

.slip-leverage-example__body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 444px;
    height: 48px;
    min-width: 0;
    flex: 1 1 auto;
}

.slip-leverage-example__head {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    width: 444px;
    height: 24px;
}

.slip-leverage-example__head h4 {
    margin: 0;
    color: #13161a;
    font-family: "FintechFusionSemiBold", sans-serif;
    font-size: 16px;
    line-height: 22px;
}

.slip-leverage-example__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    min-height: 24px;
    max-height: 24px;
    padding: 0 8px;
    border-radius: 9999px;
    background: #528537;
    box-shadow: 0px 2px 4px rgba(19, 22, 26, 0.12);
    color: #ffffff;
    font-family: "FintechFusionSemiBold", sans-serif;
    font-size: 13px;
    line-height: 18px;
    text-shadow: 0px 2px 4px rgba(19, 22, 26, 0.12);
}

.slip-leverage-example__body p {
    margin: 0;
    width: 444px;
    height: 20px;
    color: rgba(19, 22, 26, 0.72);
    font-family: "FintechFusionMedium", sans-serif;
    font-size: 14px;
    line-height: 20px;
}

@media (max-width: 767px) {
    .slip-leverage__intro-title {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -0.5px;
        text-transform: none;
    }

    .slip-leverage__intro-text {
        font-size: 14px;
        line-height: 20px;
    }

    .slip-leverage-panel {
        min-height: 0;
        padding: 24px 20px;
        gap: 24px;
        border-radius: 24px;
    }

    .slip-leverage-range {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .slip-leverage-range__barline {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .slip-leverage-range__level {
        text-align: left;
    }

    .slip-leverage-range__track {
        width: 100%;
    }

    .slip-leverage-range__ratio {
        justify-self: start;
    }

    .slip-leverage-example {
        gap: 12px;
    }

    .slip-leverage-example__icon {
        width: 40px;
        height: 40px;
    }

    .slip-leverage-example__head h4,
    .slip-leverage-example__body p {
        font-size: 14px;
        line-height: 20px;
    }

    .slip-leverage-example__badge {
        min-height: 22px;
        font-size: 12px;
        line-height: 18px;
    }
}

.slip-withdrawal {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 122px;
    width: 1200px;
    max-width: 1200px;
    height: 592px;
    margin: 0 auto;
}

.slip-withdrawal__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    order: 2;
    width: 466px;
    max-width: 466px;
    height: auto;
}

.slip-withdrawal__copy h2 {
    width: 466px;
    max-width: 466px;
    margin: 0;
    color: #13161a;
    font-family: "Onest", sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1px;
    text-transform: none;
}

.slip-withdrawal__copy p {
    width: 466px;
    margin: 0;
    color: rgba(19, 22, 26, 0.72);
    font-family: "FintechFusionMedium", sans-serif;
    font-size: 16px;
    line-height: 22px;
}

.slip-withdrawal__copy strong {
    color: #13161a;
}

.slip-withdrawal__image {
    display: block;
    order: 1;
    width: 564px;
    max-width: 564px;
    height: 564px;
    object-fit: contain;
}

.slip-start-heading {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 1200px;
    max-width: 1200px;
    height: 200px;
    margin: 0 auto;
    padding: 0 24px;
}

.slip-start-heading .slip-start__title {
    width: 1152px;
    max-width: 1152px;
}

.slip-start {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    width: 1200px;
    max-width: 1200px;
    height: 408px;
    margin-top: 64px;
    border-bottom: 1px solid;
    border-image-source: linear-gradient(
        270deg,
        rgba(19, 22, 26, 0) 0%,
        rgba(19, 22, 26, 0.1) 10%,
        rgba(19, 22, 26, 0.1) 90%,
        rgba(19, 22, 26, 0) 100%
    );
    border-image-slice: 1;
}

.slip-start__title {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 72px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid;
    border-image-source: linear-gradient(
        270deg,
        rgba(19, 22, 26, 0) 0%,
        rgba(19, 22, 26, 0.1) 10%,
        rgba(19, 22, 26, 0.1) 90%,
        rgba(19, 22, 26, 0) 100%
    );
    border-image-slice: 1;
    color: rgba(19, 22, 26, 0.12);
    font-family: "Onest", sans-serif;
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -0.055em;
    text-align: center;
    font-weight: 600;
    overflow: hidden;
}

.slip-start__title > span {
    display: block;
    height: 72px;
    line-height: 72px;
    transform: translateY(14px);
    filter: url(#slip-inner-shadow-alpha-safe);
}

.slip-start__grid {
    display: grid;
    grid-template-columns: repeat(4, 270px);
    gap: 24px;
    width: 1152px;
    height: 200px;
    margin: 0 auto;
}

.slip-start-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 270px;
    height: 200px;
    padding: 24px;
    border-radius: 24px;
    background: rgba(19, 22, 26, 0.03);
}

.slip-start-card__icon {
    display: block;
    width: 24px;
    height: 24px;
}

.slip-start-card__title {
    margin: 0;
    color: #13161a;
    font-family: "FintechFusionSemiBold", sans-serif;
    font-size: 18px;
    line-height: 24px;
    text-transform: none !important;
}

.slip-start-card__text {
    margin: 0;
    color: rgba(19, 22, 26, 0.72);
    font-family: "FintechFusionMedium", sans-serif;
    font-size: 14px;
    line-height: 20px;
}

.slip-start-card__text a {
    color: #276ef1 !important;
    text-decoration: underline !important;
}

.slip-start__contact {
    margin: 0;
    color: rgba(19, 22, 26, 0.56);
    font-family: "FintechFusionMedium", sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.slip-start__contact a {
    color: #276ef1;
    text-decoration: none;
}
@media (min-width: 768px) and (max-width: 1199px) {
    .slip-hero__inner,
    .slip-content__inner,
    .slip-how,
    .slip-how__title,
    .slip-leverage,
    .slip-start-heading,
    .slip-start,
    .slip-start-heading .slip-start__title {
        box-sizing: border-box;
        width: 100%;
        max-width: 768px;
        min-width: 0;
    }

    .slip-hero__inner {
        width: 100%;
        box-sizing: border-box;
        max-width: 768px;
        padding: 0 24px;
    }

    .slip-hero__content {
        width: 720px;
        max-width: 100%;
        min-height: 798px;
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .slip-hero__copy {
        flex: none;
        box-sizing: border-box;
        display: flex;
        width: 720px;
        max-width: 100%;
        min-width: 0;
        height: 424px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 40px 0;
        gap: 24px;
    }

    .slip-hero__breadcrumbs {
        width: 564px;
        max-width: 564px;
        margin: 0;
        font-size: 13px;
        line-height: 18px;
        gap: 0;
    }

    .slip-hero__title {
        width: 564px;
        max-width: 564px;
        margin: 0;
        font-family: "Onest", sans-serif;
        font-weight: 600;
        font-size: 48px;
        line-height: 56px;
        letter-spacing: -1.25px;
    }

    .slip-hero__description {
        width: 564px;
        max-width: 564px;
        margin: 0;
        font-family: "FintechFusionMedium", sans-serif;
        font-size: 16px;
        line-height: 22px;
    }

    .slip-hero__actions {
        gap: 12px;
        width: 100%;
        max-width: 564px;
        margin: 0;
    }

    .slip-button {
        width: max-content;
        min-width: 205px;
        min-height: 40px;
        max-height: 40px;
        padding: 0 16px;
        font-family: "FintechFusionSemiBold", sans-serif;
        font-size: 16px;
        line-height: 22px;
        white-space: nowrap;
        flex: 0 0 auto;
    }

    .slip-hero__media {
        box-sizing: border-box;
        display: flex;
        width: 100%;
        max-width: 720px;
        min-height: 0;
        align-items: flex-end;
        justify-content: center;
        margin-top: 0;
    }

    .slip-hero__image {
        display: block;
        width: 100%;
        max-width: 720px;
        max-height: 720px;
        margin: 0 auto;
        object-fit: contain;
        object-position: center bottom;
    }

    .slip-content__inner {
        box-sizing: border-box;
        padding: 64px 24px 32px;
        max-width: 100%;
    }

    .slip-how {
        box-sizing: border-box;
        width: 720px;
        max-width: calc(100% - 48px);
        margin-top: 0;
        padding: 64px 0 0;
    }

    .slip-how__title {
        box-sizing: border-box;
        width: 720px;
        max-width: 100%;
        height: 148px;
        min-height: 148px;
        margin-bottom: 48px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        border-bottom: 1px solid;
        border-image-source: linear-gradient(
            270deg,
            rgba(19, 22, 26, 0) 0%,
            rgba(19, 22, 26, 0.1) 10%,
            rgba(19, 22, 26, 0.1) 90%,
            rgba(19, 22, 26, 0) 100%
        );
        border-image-slice: 1;
        font-size: 48px;
        font-family: "Onest", sans-serif;
        font-weight: 600;
        line-height: 56px;
        letter-spacing: -1.25px;
        overflow: hidden;
    }

    .slip-how__title > span,
    .slip-start__title > span {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        width: 100%;
        height: 56px;
        line-height: 56px;
        transform: translateY(14px);
        filter: url(#slip-inner-shadow-alpha-safe);
    }

    .slip-how__grid {
        width: 720px;
        max-width: 100%;
        height: auto;
        grid-template-columns: repeat(2, 348px);
        grid-template-rows: repeat(2, 352px);
        gap: 24px;
        justify-content: center;
        margin-top: 0;
    }

    .slip-how-card,
    .slip-how-card--wide,
    .slip-how-card--medium,
    .slip-how-card--accent {
        box-sizing: border-box;
        grid-column: auto;
        justify-self: stretch;
        align-self: stretch;
        width: 348px;
        height: 352px;
        min-height: 352px;
        padding: 20px;
        gap: 24px;
        border-radius: 32px;
    }

    .slip-how-card--wide {
        display: grid;
        grid-column: auto;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto 1fr;
        row-gap: 24px;
        column-gap: 0;
    }

    .slip-how-card--wide .slip-how-card__body,
    .slip-how-card--wide .slip-how-card__note {
        grid-column: auto;
        grid-row: auto;
        width: 100%;
        height: auto;
        padding: 0;
    }

    .slip-how-card--wide .slip-how-card__note {
        padding: 24px;
        border-radius: 24px;
        background: rgba(19, 22, 26, 0.04);
    }

    .slip-how-card__icon,
    .slip-how-card--wide .slip-how-card__icon {
        width: 24px;
        height: 24px;
    }

    .slip-how-card__number,
    .slip-how-card--wide .slip-how-card__number {
        top: 12px;
        right: 12px;
        width: 36px;
        height: 36px;
        font-size: 18px;
    }

    .slip-how-card__title {
        font-size: 18px;
        line-height: 24px;
    }

    .slip-how-card__text,
    .slip-how-card__note span {
        font-size: 14px;
        line-height: 20px;
    }

    .slip-how-card__note strong {
        font-size: 18px;
        line-height: 24px;
    }

    .slip-how-card__body {
        gap: 8px;
        padding: 0;
    }

    .slip-how-card--wide .slip-how-card__body {
        width: auto;
        padding: 0;
    }

    .slip-how-card--medium,
    .slip-how-card--accent {
        grid-column: auto;
        min-height: 352px;
    }

    .slip-leverage-table,
    .slip-deals-card {
        flex: none;
    }

    .slip-leverage-table {
        width: 720px;
        max-width: 100%;
        height: auto;
        border-radius: 32px;
    }

    .slip-deals-card {
        box-sizing: border-box;
        width: 720px;
        max-width: 100%;
        height: auto;
        padding: 24px;
        gap: 24px;
        border-radius: 32px;
    }

    .slip-leverage-table th,
    .slip-leverage-table td {
        width: 50%;
        padding: 20px 16px;
        font-size: 18px;
        line-height: 24px;
    }

    .slip-leverage-table th {
        font-size: 14px;
        line-height: 20px;
    }

    .slip-deals-card__title {
        font-size: 14px;
        line-height: 20px;
    }

    .slip-deals-card__grid {
        grid-template-columns: 1fr 1fr;
        gap: 0;
    }

    .slip-deal,
    .slip-deals-card--ru .slip-deal {
        width: 100%;
        min-height: 102px;
    }

    .slip-deal + .slip-deal {
        padding-top: 0;
        padding-left: 24px;
        border-top: 0;
        border-left: 1px solid rgba(19, 22, 26, 0.08);
    }

    .slip-deal__icon {
        width: 24px;
        height: 24px;
    }

    .slip-deal__body,
    .slip-deals-card--ru .slip-deal__body {
        width: auto;
    }

    .slip-deal__body h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .slip-deals-card--ru .slip-deal__body h4 {
        font-size: 15px;
        line-height: 21px;
        letter-spacing: -0.1px;
        white-space: nowrap;
    }

    .slip-deal__body p,
    .slip-deal__body strong {
        font-size: 14px;
        line-height: 20px;
    }

    .slip-deal__body strong {
        font-size: 18px;
        line-height: 24px;
    }

    .slip-withdrawal {
        box-sizing: border-box;
        width: 768px;
        max-width: 100%;
        height: 464px;
        min-height: 464px;
        margin: 0 auto;
        padding: 64px 24px 40px;
        gap: 40px;
        align-items: center;
        justify-content: flex-start;
    }

    .slip-withdrawal__copy,
    .slip-withdrawal__copy h2,
    .slip-withdrawal__copy p {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .slip-withdrawal__copy {
        flex: 0 0 340px;
        width: 340px;
        max-width: 340px;
        height: 300px;
        padding: 0;
        gap: 24px;
    }

    .slip-withdrawal__copy h2 {
        width: 340px;
        max-width: 340px;
        font-size: 34px;
        line-height: 42px;
        letter-spacing: -1px;
    }

    .slip-withdrawal__copy p {
        width: 340px;
        max-width: 340px;
        font-size: 16px;
        line-height: 22px;
    }

    .slip-withdrawal__image {
        flex: 0 0 312px;
        width: 312px;
        max-width: 312px;
        height: 312px;
        margin: 0 0 0 auto;
        object-fit: contain;
    }

    .slip-start-heading {
        box-sizing: border-box;
        width: 768px;
        max-width: 100%;
        height: 148px;
        min-height: 148px;
        margin: 0 auto;
        padding: 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .slip-start {
        box-sizing: border-box;
        width: 768px;
        max-width: 100%;
        height: 573px;
        min-height: 573px;
        margin: 0 auto;
        gap: 48px;
        justify-content: center;
    }

    .slip-start__title {
        box-sizing: border-box;
        width: 720px;
        max-width: 100%;
        height: 56px;
        min-height: 56px;
        margin-bottom: 0;
        font-family: "Onest", sans-serif;
        font-weight: 600;
        font-size: 48px;
        line-height: 56px;
        letter-spacing: -1.25px;
        border-bottom: 1px solid;
        border-image-source: linear-gradient(
            270deg,
            rgba(19, 22, 26, 0) 0%,
            rgba(19, 22, 26, 0.1) 10%,
            rgba(19, 22, 26, 0.1) 90%,
            rgba(19, 22, 26, 0) 100%
        );
        border-image-slice: 1;
        align-items: flex-end;
    }

    .slip-start__title > span {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        width: 100%;
        height: 56px;
        line-height: 56px;
        transform: translateY(14px);
    }

    .slip-start__grid {
        width: 720px;
        max-width: 100%;
        height: 365px;
        min-height: 365px;
        grid-template-columns: repeat(2, 348px);
        grid-template-rows: repeat(2, 170px);
        gap: 24px;
        justify-content: center;
    }

    .slip-start-card {
        box-sizing: border-box;
        width: 348px;
        min-width: 340px;
        height: 170px;
        min-height: 170px;
        padding: 24px;
        gap: 16px;
        border-radius: 24px;
    }

    .slip-start-card__icon {
        width: 24px;
        height: 24px;
    }

    .slip-start-card__title {
        font-size: 18px;
        line-height: 24px;
    }

    .slip-start-card__text {
        font-size: 14px;
        line-height: 20px;
    }

    .slip-start__contact {
        margin: 0;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .slip-withdrawal {
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        width: 768px !important;
        min-width: 0 !important;
        max-width: 720px !important;
        height: 771px !important;
        min-height: 771px !important;
        margin: 0 auto !important;
        padding: 64px 0 0 !important;
        gap: 24px !important;
    }

    .slip-withdrawal__copy {
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: flex-start !important;
        order: 1 !important;
        width: min(720px, calc(100vw - 48px)) !important;
        max-width: 720px !important;
        min-width: 0 !important;
        height: 187px !important;
        min-height: 187px !important;
        max-height: 187px !important;
        padding: 0 !important;
        gap: 24px !important;
        margin: 0 !important;
    }

    .slip-withdrawal__copy h2 {
        width: min(720px, calc(100vw - 48px)) !important;
        max-width: 80% !important;
        min-width: 0 !important;
        min-height: 96px !important;
        height: auto !important;
        margin: 0 !important;
        color: #13161A !important;
        font-family: "Onest", sans-serif !important;
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 36px !important;
        line-height: 44px !important;
        letter-spacing: -0.75px !important;
        display: block !important;
        white-space: normal !important;
    }

    .slip-withdrawal__copy p {
        width: min(720px, calc(100vw - 48px)) !important;
        max-width: 720px !important;
        min-width: 0 !important;
        min-height: 67px !important;
        height: auto !important;
        margin: 0 !important;
        color: rgba(19, 22, 26, 0.72) !important;
        font-family: "FintechFusionMedium", sans-serif !important;
        font-style: normal !important;
        font-weight: 500 !important;
        font-size: 16px !important;
        line-height: 22px !important;
        display: block !important;
    }

    .slip-withdrawal__copy strong {
        color: #13161A !important;
        font-family: "FintechFusionSemiBold", sans-serif !important;
        font-weight: 600 !important;
    }

    .slip-withdrawal__image {
        display: block !important;
        order: 2 !important;
        flex: none !important;
        align-self: stretch !important;
        width: 720px !important;
        min-width: 720px !important;
        max-width: 720px !important;
        height: 480px !important;
        min-height: 480px !important;
        max-height: 480px !important;
        margin: 0 !important;
        object-fit: contain !important;
        object-position: center center !important;
    }
}



@media (min-width: 320px) and (max-width: 575.98px) {
    .slip-start-heading {
        box-sizing: border-box !important;
        display: flex !important;
        align-items: flex-end !important;
        justify-content: center !important;
        width: 100% !important;
        max-width: 575.98px !important;
        min-width: min(360px, 100%) !important;
        height: 80px !important;
        margin: 0 auto !important;
        padding: 0 24px !important;
        overflow: hidden !important;
    }

    .slip-start-heading .slip-start__title {
        box-sizing: border-box !important;
        position: relative !important;
        display: flex !important;
        align-items: flex-end !important;
        justify-content: center !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        height: 80px !important;
        margin: 0 !important;
        padding: 0 !important;
        border-bottom: 1px solid rgba(19, 22, 26, 0.08) !important;
        box-shadow: none !important;
        overflow: visible !important;
        color: rgba(19, 22, 26, 0.1) !important;
        font-family: "Onest", sans-serif !important;
        font-size: 32px !important;
        font-weight: 600 !important;
        line-height: 40px !important;
        letter-spacing: -0.5px !important;
        text-align: center !important;
        text-transform: none !important;
    }

    .slip-start-heading .slip-start__title > span {
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        bottom: -8px !important;
        display: flex !important;
        align-items: flex-end !important;
        justify-content: center !important;
        width: 100% !important;
        height: 40px !important;
        line-height: 40px !important;
        transform: none !important;
    }

    .slip-start {
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        width: 100% !important;
        max-width: 424.98px !important;
        min-width: 0 !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 auto !important;
        gap: 48px !important;
        border-bottom: none !important;
    }

    .slip-start__grid {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 0 24px !important;
        gap: 24px !important;
        height: auto !important;
        min-height: 0 !important;
        margin-top: 64px !important;
    }

    .slip-start-card {
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        height: 160px !important;
        min-height: 160px !important;
        padding: 24px !important;
        gap: 8px !important;
        border-radius: 24px !important;
        background: rgba(19, 22, 26, 0.04) !important;
    }

    .slip-start-card:nth-child(2) {
        height: 140px !important;
        min-height: 140px !important;
    }

    .slip-start-card:nth-child(4) {
        height: 184px !important;
        min-height: 184px !important;
    }

    .slip-start-card__icon {
        width: 24px !important;
        height: 24px !important;
        margin: 0 !important;
    }

    .slip-start-card__title {
        margin: 0 !important;
        color: #13161A !important;
        font-family: "FintechFusionSemiBold", sans-serif !important;
        font-size: 18px !important;
        line-height: 24px !important;
        text-transform: none !important;
    }

    .slip-start-card__text {
        margin: 0 !important;
        color: rgba(19, 22, 26, 0.72) !important;
        font-family: "FintechFusionMedium", sans-serif !important;
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .slip-start-card__text a {
        color: #2563EB !important;
        text-decoration: underline !important;
    }

    .slip-start__contact {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        color: rgba(19, 22, 26, 0.56) !important;
        font-family: "FintechFusionMedium", sans-serif !important;
        font-size: 13px !important;
        line-height: 18px !important;
        text-align: center !important;
    }

    .slip-start__contact a {
        color: #2563EB !important;
        text-decoration: none !important;
    }
    .slip-how {
        box-sizing: border-box !important;
        display: block !important;
        visibility: visible !important;
        width: 100% !important;
        max-width: 424.98px !important;
        min-width: 0 !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 auto !important;
        padding: 0 0 32px !important;
        overflow: visible !important;
    }

    .slip-how__title {
        box-sizing: border-box !important;
        position: relative !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-end !important;
        visibility: visible !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        height: 80px !important;
        min-height: 0 !important;
        margin: 0 0 32px !important;
        padding: 0 !important;
        border: 0 !important;
        border-bottom: 1px solid rgba(19, 22, 26, 0.08) !important;
        border-image-source: none !important;
        border-image-slice: 1 !important;
        box-shadow: none !important;
        color: rgba(19, 22, 26, 0.1) !important;
        font-family: "Onest", sans-serif !important;
        font-size: clamp(22px, 6.4vw, 30px) !important;
        font-weight: 600 !important;
        line-height: 40px !important;
        letter-spacing: -0.5px !important;
        text-align: center !important;
    }

    .slip-how__title > span {
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        bottom: clamp(3px, calc(3px + (100vw - 320px) * 3 / 105), 6px) !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        max-width: 100% !important;
        height: 40px !important;
        line-height: 40px !important;
        white-space: nowrap !important;
        z-index: 0 !important;
    }

    .slip-leverage {
        box-sizing: border-box !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 430px !important;
        height: auto !important;
        margin: 0 auto !important;
        padding: 48px 12px 64px !important;
        overflow: hidden !important;
    }

    .slip-leverage__title {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .slip-leverage__content {
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 40px !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .slip-leverage__intro {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 24px !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        flex: none !important;
    }

    .slip-leverage__intro-title {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        color: #13161a !important;
        font-family: "Onest", sans-serif !important;
        font-size: 32px !important;
        font-weight: 600 !important;
        line-height: 1.2 !important;
        letter-spacing: -0.75px !important;
        text-transform: none !important;
        white-space: normal !important;
        overflow-wrap: normal !important;
    }

    .slip-leverage__intro-text {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        color: rgba(19, 22, 26, 0.72) !important;
        font-family: "FintechFusionMedium", sans-serif !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        line-height: 22px !important;
    }

    .slip-leverage__cta {
        display: inline-flex !important;
        width: 262px !important;
        min-width: 262px !important;
        max-width: 262px !important;
        height: 52px !important;
        min-height: 52px !important;
        max-height: 52px !important;
        padding: 0 20px !important;
        align-self: flex-start !important;
        white-space: nowrap !important;
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .slip-leverage-panel {
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 28px 28px 32px !important;
        gap: 0 !important;
        border: 1px solid rgba(19, 22, 26, 0.06) !important;
        border-radius: 32px !important;
        background: #ffffff !important;
        overflow: hidden !important;
        flex: none !important;
    }

    .slip-leverage-panel__ranges,
    .slip-leverage-panel__examples,
    .slip-leverage-example-list {
        width: 100% !important;
        max-width: 100% !important;
    }

    .slip-leverage-range {
        box-sizing: border-box !important;
        display: grid !important;
        grid-template-columns: 92px minmax(92px, 1fr) 70px !important;
        grid-template-rows: auto auto !important;
        column-gap: 12px !important;
        row-gap: 8px !important;
        align-items: center !important;
        width: 100% !important;
        max-width: 100% !important;
        height: 90px !important;
        border-bottom: 1px solid rgba(19, 22, 26, 0.08) !important;
    }

    .slip-leverage-range__meta,
    .slip-leverage-range__meta-row {
        display: contents !important;
        width: auto !important;
        max-width: none !important;
        height: auto !important;
    }

    .slip-leverage-range__meta-row > span:first-child {
        grid-column: 1 !important;
        grid-row: 1 !important;
        color: rgba(19, 22, 26, 0.56) !important;
        font-family: "FintechFusionMedium", sans-serif !important;
        font-size: 13px !important;
        line-height: 18px !important;
    }

    .slip-leverage-range__level {
        grid-column: 3 !important;
        grid-row: 1 !important;
        justify-self: end !important;
        color: rgba(19, 22, 26, 0.56) !important;
        font-size: 13px !important;
        line-height: 18px !important;
        text-align: right !important;
    }

    .slip-leverage-range__barline {
        display: contents !important;
        width: auto !important;
        max-width: none !important;
        height: auto !important;
    }

    .slip-leverage-range__period {
        grid-column: 1 !important;
        grid-row: 2 !important;
        width: auto !important;
        color: #13161a !important;
        font-family: "FintechFusionSemiBold", sans-serif !important;
        font-size: 16px !important;
        line-height: 22px !important;
        white-space: nowrap !important;
    }

    .slip-leverage-range__barcluster {
        grid-column: 2 / 4 !important;
        grid-row: 2 !important;
        display: grid !important;
        grid-template-columns: minmax(92px, 1fr) 58px !important;
        align-items: center !important;
        gap: 12px !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }

    .slip-leverage-range__track {
        width: 100% !important;
        max-width: 100% !important;
        height: 16px !important;
        border-radius: 9999px !important;
    }

    .slip-leverage-range__ratio {
        justify-self: end !important;
        color: #13161a !important;
        font-family: "FintechFusionSemiBold", sans-serif !important;
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .slip-leverage-panel__examples {
        height: auto !important;
        padding-top: 48px !important;
    }

    .slip-leverage-panel__examples-title {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        margin: 0 0 20px !important;
        padding: 0 !important;
        color: rgba(19, 22, 26, 0.56) !important;
        font-family: "FintechFusionMedium", sans-serif !important;
        font-size: 13px !important;
        line-height: 18px !important;
    }

    .slip-leverage-example {
        box-sizing: border-box !important;
        display: grid !important;
        grid-template-columns: 48px minmax(0, 1fr) !important;
        align-items: center !important;
        column-gap: 16px !important;
        row-gap: 4px !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 72px !important;
        padding: 12px 0 !important;
    }

    .slip-leverage-example__icon {
        grid-column: 1 !important;
        grid-row: 1 / span 2 !important;
        width: 48px !important;
        height: 48px !important;
    }

    .slip-leverage-example__body {
        display: flex !important;
        flex-direction: column !important;
        gap: 4px !important;
        grid-column: 2 !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-width: 0 !important;
    }

    .slip-leverage-example__head {
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
        flex-wrap: wrap !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }

    .slip-leverage-example__head h4 {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .slip-leverage-example__badge {
        height: 24px !important;
        min-height: 24px !important;
        max-height: 24px !important;
        padding: 0 10px !important;
        font-size: 13px !important;
        line-height: 18px !important;
    }

    .slip-leverage-example__body p {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        color: rgba(19, 22, 26, 0.72) !important;
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .slip-leverage-table {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    .slip-how__grid {
        box-sizing: border-box !important;
        display: flex !important;
        visibility: visible !important;
        flex-direction: column !important;
        gap: 16px !important;
        width: 100% !important;
        max-width: 528px !important;
        min-width: 0 !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 !important;
        overflow: visible !important;
    }

    .slip-how-card,
    .slip-how-card--wide,
    .slip-how-card--medium,
    .slip-how-card--accent {
        box-sizing: border-box !important;
        position: relative !important;
        display: flex !important;
        visibility: visible !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        grid-column: auto !important;
        grid-row: auto !important;
        gap: 24px !important;
        width: 100% !important;
        max-width: 528px !important;
        min-width: 0 !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 20px !important;
        border-radius: 32px !important;
        background: #ffffff !important;
        overflow: hidden !important;
    }

    .slip-how-card--wide {
        height: auto !important;
        min-height: 332px !important;
    }

    .slip-how-card--medium {
        height: auto !important;
        min-height: 220px !important;
    }

    .slip-how-card--accent {
        height: auto !important;
        min-height: 220px !important;
    }

    .slip-how-card--accent {
        background: #edf4ff !important;
    }

    .slip-how-card__icon,
    .slip-how-card--wide .slip-how-card__icon {
        display: block !important;
        width: 60px !important;
        height: 60px !important;
    }

    .slip-how-card__number,
    .slip-how-card--wide .slip-how-card__number {
        display: inline-flex !important;
        top: 12px !important;
        right: 12px !important;
        width: 36px !important;
        height: 36px !important;
        padding: 8px !important;
        font-size: 18px !important;
        line-height: 24px !important;
    }

    .slip-how-card__body,
    .slip-how-card--wide .slip-how-card__body {
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 8px !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        padding: 0 8px 4px !important;
    }

    .slip-how-card:nth-child(1) .slip-how-card__body {
        height: 92px !important;
    }

    .slip-how-card--wide .slip-how-card__body {
        height: 76px !important;
    }

    .slip-how-card--medium .slip-how-card__body {
        height: auto !important;
        min-height: 96px !important;
    }

    .slip-how-card--accent .slip-how-card__body {
        height: auto !important;
        min-height: 96px !important;
    }

    .slip-how-card__title {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        font-family: "FintechFusionSemiBold", sans-serif !important;
        font-size: 18px !important;
        line-height: 24px !important;
    }

    .slip-how-card__text {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        font-family: "FintechFusionMedium", sans-serif !important;
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .slip-how-card__note,
    .slip-how-card--wide .slip-how-card__note {
        box-sizing: border-box !important;
        position: static !important;
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        padding: 16px !important;
        border-radius: 20px !important;
        background: rgba(19, 22, 26, 0.04) !important;
    }

    .slip-how-card__note strong {
        box-sizing: border-box !important;
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 8px !important;
        padding: 0 8px !important;
        font-size: 18px !important;
        line-height: 24px !important;
    }

    .slip-how-card__note span {
        box-sizing: border-box !important;
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 8px 4px !important;
        font-size: 14px !important;
        line-height: 20px !important;
    }
}

@media (min-width: 320px) and (max-width: 575.98px) {
    .slip-content__inner {
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 424.98px !important;
        min-width: 0 !important;
        padding: 32px 24px 64px !important;
    }

    .slip-benefits {
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 24px !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    .slip-benefits__stack {
        display: contents !important;
    }

    .slip-benefits__stack .slip-benefit-card:nth-child(1),
    .slip-benefits__stack .slip-benefit-card:nth-child(2),
    .slip-benefit-card,
    .slip-benefit-card--wide,
    .slip-benefit-card--tall,
    .slip-benefits__stack .slip-benefit-card {
        box-sizing: border-box !important;
        position: relative !important;
        inset: auto !important;
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 !important;
        border-radius: 32px !important;
        overflow: hidden !important;
        background: #ffffff !important;
    }

    .slip-benefit-card--small,
    .slip-benefits__stack .slip-benefit-card:nth-child(1) {
        height: 380px !important;
    }

    .slip-benefits__stack .slip-benefit-card:nth-child(2) {
        height: 164px !important;
    }

    .slip-benefit-card--wide {
        height: 492px !important;
        overflow: hidden !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
        align-items: stretch !important;
        padding: 0 !important;
        gap: 0 !important;
    }

    .slip-benefit-card--tall {
        height: 320px !important;
        overflow: hidden !important;
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: stretch !important;
        padding: 0 !important;
        gap: 0 !important;
    }

    .slip-benefit-card--wide .slip-benefit-card__copy {
        box-sizing: border-box !important;
        position: relative !important;
        inset: auto !important;
        z-index: auto !important;
        flex: 0 0 186px !important;
        width: 100% !important;
        height: 186px !important;
        min-height: 186px !important;
        padding: 40px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 8px !important;
        order: 0 !important;
    }

    .slip-benefit-card--tall .slip-benefit-card__copy {
        box-sizing: border-box !important;
        position: relative !important;
        inset: auto !important;
        z-index: auto !important;
        flex: 0 0 58% !important;
        width: 58% !important;
        height: 320px !important;
        min-height: 320px !important;
        padding: 40px 10px 40px 24px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: center !important;
        gap: 8px !important;
        order: 0 !important;
    }

    .slip-benefit-card--wide .slip-benefit-card__picture {
        position: relative !important;
        flex: 0 0 200px !important;
        width: 100% !important;
        height: 200px !important;
        min-height: 200px !important;
        max-height: 200px !important;
        overflow: hidden !important;
        order: 1 !important;
        align-self: stretch !important;
        margin: 0 !important;
    }

    .slip-benefit-card--tall .slip-benefit-card__picture {
        display: block !important;
        position: relative !important;
        flex: 0 0 42% !important;
        width: 42% !important;
        height: 320px !important;
        max-height: 320px !important;
        margin: 0 !important;
        overflow: hidden !important;
        order: 1 !important;
    }

    .slip-benefit-card--tall .slip-benefit-card__picture .slip-benefit-card__image {
        position: absolute !important;
        bottom: 0 !important;
        right: 0 !important;
        width: 264px !important;
        min-width: 260px !important;
        height: 320px !important;
        object-fit: contain !important;
        object-position: right bottom !important;
        margin: 0 !important;
        transform: none !important;
        flex: none !important;
    }

    .slip-benefit-card--wide .slip-benefit-card__picture .slip-benefit-card__image {
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center bottom !important;
        margin: 0 !important;
        transform: none !important;
    }

    .slip-benefit-card--tall .slip-benefit-card__title {
        font-size: 22px !important;
        line-height: 28px !important;
    }

    .slip-benefit-card__title {
        margin: 0 !important;
        font-family: "Onest", sans-serif !important;
        font-size: 24px !important;
        line-height: 32px !important;
        font-weight: 600 !important;
        color: #13161a !important;
        text-transform: none !important;
        text-align: left !important;
    }

    /* Override for specific card titles that shouldn't be too large on mobile */
    .slip-benefits__stack .slip-benefit-card .slip-benefit-card__title {
        font-size: 20px !important;
        line-height: 26px !important;
        text-transform: none !important;
        width: 100% !important;
        max-width: none !important;
    }

    /* Restore larger title for the wide card as per Figma */
    .slip-benefit-card--wide .slip-benefit-card__title {
        font-size: 24px !important;
        line-height: 32px !important;
        text-transform: none !important;
        white-space: nowrap !important;
    }

    .slip-benefit-card__text {
        margin: 0 !important;
        color: rgba(19, 22, 26, 0.72) !important;
        font-family: "Fintech Fusion", sans-serif !important;
        font-size: 16px !important;
        line-height: 22px !important;
        font-weight: 500 !important;
        text-align: left !important;
    }

    /* Small description fix for narrow cards */
    .slip-benefits__stack .slip-benefit-card .slip-benefit-card__text {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    /* Restore larger text for wide card as per Figma */
    .slip-benefit-card--wide .slip-benefit-card__text {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .slip-benefit-card--tall .slip-benefit-card__image {
        max-height: 320px !important;
    }
    .slip-hero {
        box-sizing: border-box !important;
        background: #ffffff !important;
        border-bottom: none !important;
        padding-top: 0 !important;
    }

    .slip-hero__inner {
        box-sizing: border-box !important;
        width: min(100%, 360px) !important;
        max-width: 360px !important;
        min-width: 0 !important;
        margin: 0 auto !important;
        padding: 0 24px !important;
    }

    .slip-hero__content {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        align-items: flex-end !important;
        align-content: center !important;
        justify-content: center !important;
        width: 100% !important;
        max-width: 312px !important;
        min-width: 0 !important;
        min-height: auto !important;
        box-sizing: border-box !important;
        margin: 0 auto !important;
        gap: 0 24px !important;
    }

    .slip-hero__copy {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
        max-width: 312px !important;
        min-width: 0 !important;
        height: 496px !important;
        gap: 16px !important;
        flex: 1 0 auto !important;
    }

    .slip-hero__breadcrumbs {
        width: 100% !important;
        max-width: 312px !important;
        min-width: 0 !important;
        height: 20px !important;
        margin: 0 !important;
        gap: 0 !important;
        font-size: 13px !important;
        line-height: 18px !important;
        align-content: flex-start !important;
        align-self: stretch !important;
    }

    .slip-hero__title {
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 312px !important;
        height: 192px !important;
        margin: 0 !important;
        color: #13161a !important;
        font-family: "Onest", sans-serif !important;
        font-size: 40px !important;
        font-weight: 600 !important;
        line-height: 48px !important;
        letter-spacing: -1.5px !important;
        align-self: stretch !important;
    }

    .slip-hero__description {
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 312px !important;
        height: 88px !important;
        margin: 0 !important;
        color: rgba(19, 22, 26, 0.72) !important;
        font-family: "FintechFusionMedium", sans-serif !important;
        font-size: 16px !important;
        line-height: 22px !important;
        align-self: stretch !important;
    }

    .slip-hero__actions {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        align-content: center !important;
        justify-content: flex-start !important;
        width: 100% !important;
        max-width: 312px !important;
        height: 40px !important;
        margin: 0 !important;
        gap: 12px !important;
        align-self: stretch !important;
    }

    .slip-hero__actions .slip-button {
        box-sizing: border-box !important;
        width: 205px !important;
        min-width: 205px !important;
        height: 40px !important;
        min-height: 40px !important;
        max-height: 40px !important;
        padding: 0 16px !important;
        border-radius: 9999px !important;
        flex: 0 0 205px !important;
        font-family: "FintechFusionSemiBold", sans-serif !important;
        font-size: 16px !important;
        line-height: 22px !important;
        white-space: nowrap !important;
    }

    .slip-hero__actions .slip-button--primary {
        background: #13161a !important;
        color: #ffffff !important;
    }

    .slip-hero__media {
        display: flex !important;
        justify-content: center !important;
        align-items: flex-end !important;
        width: 100% !important;
        max-width: 312px !important;
        min-width: 0 !important;
        height: 312px !important;
        min-height: 312px !important;
        max-height: 312px !important;
        margin-top: 0 !important;
        flex: none !important;
        overflow: visible !important;
        align-self: stretch !important;
    }

    .slip-hero__image {
        display: block !important;
        width: 100% !important;
        max-width: 312px !important;
        height: auto !important;
        max-height: 312px !important;
        margin: 0 auto !important;
        object-fit: contain !important;
        object-position: center bottom !important;
    }

    .slip-how {
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 48px !important;
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
    }

    .slip-how__title {
        width: 100% !important;
        max-width: 100% !important;
        height: 60px !important;
        margin: 40px 0 !important;
        padding: 0 !important;
        border-bottom: 1px solid rgba(19, 22, 26, 0.1) !important;
        border-image: none !important;
        box-shadow: none !important;
        display: flex !important;
        align-items: flex-end !important;
        justify-content: center !important;
        position: relative !important;
    }

    .slip-how__title > span {
        display: block !important;
        line-height: 48px !important;
        transform: translateY(10px) !important;
        font-size: 28px !important;
        color: rgba(19, 22, 26, 0.1) !important;
        font-family: "Onest", sans-serif !important;
        font-weight: 600 !important;
        text-transform: uppercase !important;
        white-space: nowrap !important;
    }

    .slip-how__grid {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        padding: 0 0 24px !important;
        gap: 32px !important;
        width: 100% !important;
        height: auto !important;
    }

    .slip-how-card {
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        padding: 24px !important;
        gap: 16px !important;
        width: 100% !important;
        min-width: 280px !important;
        height: auto !important;
        background: rgba(19, 22, 26, 0.04) !important;
        border-radius: 24px !important;
        border: none !important;
    }

    .slip-how-card--accent {
        background: rgba(168, 91, 62, 0.08) !important;
        border: 1px dashed #A85B3E !important;
    }

    .slip-how-card__icon {
        width: 24px !important;
        height: 24px !important;
        flex: none !important;
        margin: 0 !important;
        object-fit: contain !important;
    }

    .slip-how-card__number {
        display: none !important;
    }

    .slip-how-card__body {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        padding: 0 !important;
        gap: 8px !important;
        width: 100% !important;
        height: auto !important;
    }

    .slip-how-card__title {
        width: 100% !important;
        height: auto !important;
        font-family: 'Fintech Fusion', sans-serif !important;
        font-weight: 600 !important;
        font-size: 18px !important;
        line-height: 24px !important;
        color: #13161A !important;
        text-transform: none !important;
        margin: 0 !important;
        text-align: left !important;
    }

    .slip-how-card__text {
        width: 100% !important;
        height: auto !important;
        font-family: 'Fintech Fusion', sans-serif !important;
        font-weight: 500 !important;
        font-size: 14px !important;
        line-height: 20px !important;
        color: rgba(19, 22, 26, 0.72) !important;
        margin: 0 !important;
        text-align: left !important;
    }

    .slip-how__example {
        display: block !important;
        width: 100% !important;
        max-width: 760px !important;
        min-height: 32px !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        font-family: "FintechFusionMedium", sans-serif !important;
        font-weight: 500 !important;
        font-size: 13px !important;
        line-height: 18px !important;
        letter-spacing: 0 !important;
        text-align: center !important;
        color: rgba(19, 22, 26, 0.56) !important;
    }

    .slip-how__example strong {
        display: inline !important;
        margin-right: 6px !important;
        font-family: "FintechFusionSemiBold", sans-serif !important;
        font-weight: 600 !important;
        color: #13161A !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .slip-benefit-card--tall {
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: flex-start !important;
        align-content: flex-start !important;
        justify-content: flex-start !important;
        gap: 0 !important;
        width: 528px !important;
        min-width: 300px !important;
        max-width: 528px !important;
        height: 320px !important;
        min-height: 320px !important;
        max-height: 320px !important;
        padding: 0 !important;
        overflow: hidden !important;
        border-radius: 32px !important;
        background: #ffffff !important;
    }

    .slip-benefit-card--tall .slip-benefit-card__copy {
        box-sizing: border-box !important;
        display: flex !important;
        flex: 0 0 264px !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 8px !important;
        order: 0 !important;
        width: 264px !important;
        min-width: 240px !important;
        max-width: 264px !important;
        height: 262px !important;
        min-height: 262px !important;
        max-height: 262px !important;
        margin: 0 !important;
        padding: 40px !important;
        z-index: 2 !important;
    }

    .slip-benefit-card--tall .slip-benefit-card__title {
        width: 184px !important;
        min-width: 184px !important;
        max-width: 184px !important;
        height: 64px !important;
        min-height: 64px !important;
        max-height: 64px !important;
        margin: 0 !important;
        color: #13161A !important;
        font-family: "Onest", sans-serif !important;
        font-size: 24px !important;
        font-weight: 600 !important;
        line-height: 32px !important;
        text-transform: none !important;
        white-space: normal !important;
    }

    .slip-benefit-card--tall .slip-benefit-card__text {
        width: 184px !important;
        min-width: 184px !important;
        max-width: 184px !important;
        height: 110px !important;
        min-height: 110px !important;
        max-height: 110px !important;
        margin: 0 !important;
        color: rgba(19, 22, 26, 0.72) !important;
        font-family: "FintechFusionMedium", sans-serif !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        line-height: 22px !important;
        text-transform: none !important;
    }

    .slip-benefit-card--tall .slip-benefit-card__image {
        display: block !important;
        flex: 0 0 264px !important;
        order: 1 !important;
        width: 264px !important;
        min-width: 260px !important;
        max-width: 264px !important;
        height: 320px !important;
        min-height: 320px !important;
        max-height: 320px !important;
        margin: 0 !important;
        object-fit: cover !important;
        object-position: right center !important;
        transform: none !important;
        z-index: 1 !important;
    }
}

@media (min-width: 320px) and (max-width: 375px) {
    .slip-hero__inner,
    .slip-content__inner,
    .slip-leverage {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .slip-hero__content,
    .slip-hero__copy,
    .slip-hero__breadcrumbs,
    .slip-hero__title,
    .slip-hero__description,
    .slip-hero__actions,
    .slip-hero__media,
    .slip-hero__image,
    .slip-leverage__intro,
    .slip-leverage__intro-title,
    .slip-leverage__intro-text,
    .slip-leverage-panel {
        max-width: 100% !important;
    }

    .slip-hero__copy {
        height: auto !important;
        min-height: 0 !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }

    .slip-hero__title {
        height: auto !important;
        font-size: 34px !important;
        line-height: 40px !important;
        letter-spacing: -0.8px !important;
    }

    .slip-hero__description {
        height: auto !important;
        font-size: 15px !important;
        line-height: 21px !important;
    }

    .slip-button,
    .slip-hero__actions .slip-button,
    .slip-leverage__cta {
        display: inline-flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
        width: 205px !important;
        min-width: 48px !important;
        max-width: 205px !important;
        height: 40px !important;
        min-height: 40px !important;
        max-height: 40px !important;
        padding: 0 16px !important;
        gap: 12px !important;
        border-radius: 9999px !important;
        flex: 0 0 auto !important;
        font-size: 16px !important;
        line-height: 22px !important;
        font-weight: 600 !important;
        text-align: center !important;
        white-space: nowrap !important;
    }

    .slip-benefit-card,
    .slip-benefit-card--wide,
    .slip-benefit-card--tall,
    .slip-benefits__stack .slip-benefit-card:nth-child(1),
    .slip-benefits__stack .slip-benefit-card:nth-child(2) {
        border-radius: 24px !important;
    }

    .slip-benefit-card--small,
    .slip-benefits__stack .slip-benefit-card:nth-child(1) {
        height: 348px !important;
    }

    .slip-benefits__stack .slip-benefit-card:nth-child(2) {
        height: 176px !important;
        min-height: 176px !important;
    }

    .slip-benefits__stack .slip-benefit-card:nth-child(2) .slip-benefit-card__copy {
        justify-content: flex-start !important;
        gap: 8px !important;
        height: 176px !important;
        min-height: 176px !important;
    }

    .slip-benefits__stack .slip-benefit-card:nth-child(2) .slip-benefit-card__title {
        font-size: 18px !important;
        line-height: 24px !important;
        text-transform: none !important;
        white-space: normal !important;
    }

    .slip-benefits__stack .slip-benefit-card:nth-child(2) .slip-benefit-card__text {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .slip-benefit-card--wide {
        height: 396px !important;
        min-height: 396px !important;
        justify-content: flex-start !important;
        align-items: stretch !important;
        gap: 0 !important;
    }

    .slip-benefit-card--wide .slip-benefit-card__copy,
    .slip-benefit-card--tall .slip-benefit-card__copy {
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        padding: 24px 20px !important;
    }

    .slip-benefit-card--wide .slip-benefit-card__copy {
        flex: 0 0 196px !important;
        width: 100% !important;
        min-width: 240px !important;
        height: 196px !important;
        min-height: 196px !important;
        gap: 8px !important;
        align-self: stretch !important;
    }

    .slip-benefit-card--wide .slip-benefit-card__title,
    .slip-benefit-card--wide .slip-benefit-card__text {
        width: 248px !important;
        max-width: 248px !important;
    }

    .slip-benefit-card--wide .slip-benefit-card__picture {
        position: relative !important;
        flex: 0 0 200px !important;
        width: 100% !important;
        height: 200px !important;
        min-height: 200px !important;
        max-height: 200px !important;
        overflow: hidden !important;
        order: 1 !important;
        align-self: stretch !important;
        margin: 0 !important;
    }

    .slip-benefit-card--wide .slip-benefit-card__picture .slip-benefit-card__image {
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        top: auto !important;
        width: 100% !important;
        height: 200px !important;
        margin: 0 !important;
        object-fit: cover !important;
        object-position: center bottom !important;
    }

    .slip-benefit-card--tall {
        height: 476px !important;
        min-height: 476px !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: center !important;
        gap: 0 !important;
        overflow: hidden !important;
    }

    .slip-benefit-card--tall .slip-benefit-card__copy {
        flex: 0 0 156px !important;
        width: 100% !important;
        min-width: 240px !important;
        height: 156px !important;
        min-height: 156px !important;
        padding: 32px !important;
        justify-content: flex-start !important;
        gap: 8px !important;
        align-self: stretch !important;
    }

    .slip-benefit-card--tall .slip-benefit-card__title,
    .slip-benefit-card--tall .slip-benefit-card__text {
        width: 248px !important;
        max-width: 248px !important;
    }

    .slip-benefit-card--tall .slip-benefit-card__picture,
    .slip-benefit-card--tall > .slip-benefit-card__image {
        position: relative !important;
        flex: 0 0 320px !important;
        width: 100% !important;
        max-width: 312px !important;
        min-width: 260px !important;
        height: 320px !important;
        max-height: 320px !important;
        padding-top: 0 !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
        order: 1 !important;
        align-self: stretch !important;
        margin: 0 !important;
    }

    .slip-benefit-card--tall .slip-benefit-card__picture .slip-benefit-card__image,
    .slip-benefit-card--tall > .slip-benefit-card__image {
        position: relative !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        width: 312px !important;
        max-width: 312px !important;
        min-width: 260px !important;
        height: 320px !important;
        max-height: 320px !important;
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
        transform: none !important;
        object-fit: contain !important;
        object-position: center bottom !important;
    }

    .slip-benefits__stack .slip-benefit-card .slip-benefit-card__title,
    .slip-benefit-card--wide .slip-benefit-card__title,
    .slip-benefit-card--tall .slip-benefit-card__title {
        font-size: 18px !important;
        line-height: 24px !important;
        white-space: normal !important;
    }

    .slip-benefit-card--tall .slip-benefit-card__title {
        text-transform: none !important;
    }

    .slip-benefits__stack .slip-benefit-card .slip-benefit-card__text,
    .slip-benefit-card--wide .slip-benefit-card__text {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .slip-benefit-card--tall .slip-benefit-card__text {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .slip-how {
        gap: 32px !important;
    }

    .slip-how__title {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
        max-width: 312px !important;
        height: 104px !important;
        min-height: 104px !important;
        max-height: 104px !important;
        margin: 40px 0px !important;
        box-sizing: border-box !important;
        position: relative !important;
        align-self: stretch !important;
        overflow: hidden !important;
    }

    .slip-how__title > span {
        display: block !important;
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        bottom: -10px !important;
        width: 100% !important;
        max-width: 312px !important;
        height: 80px !important;
        margin: 0 auto !important;
        font-family: "Onest", sans-serif !important;
        font-weight: 600 !important;
        font-size: 32px !important;
        line-height: 40px !important;
        letter-spacing: -0.5px !important;
        color: rgba(19, 22, 26, 0.1) !important;
        display: flex !important;
        align-items: flex-end !important;
        justify-content: center !important;
        transform: none !important;
        white-space: normal !important;
        text-align: center !important;
        text-transform: uppercase !important;
    }

    .slip-how__grid {
        gap: 20px !important;
        padding-bottom: 16px !important;
    }

    .slip-how-card {
        min-width: 0 !important;
        padding: 20px !important;
    }

    .slip-how-card__title {
        font-size: 18px !important;
        line-height: 24px !important;
    }

    .slip-how-card__text,
    .slip-how__example {
        font-size: 13px !important;
        line-height: 18px !important;
    }

    .slip-leverage__intro-title {
        height: auto !important;
        font-size: 32px !important;
        line-height: 36px !important;
    }

    .slip-leverage__intro-text {
        height: auto !important;
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .slip-leverage-panel {
        width: 100% !important;
        max-width: 312px !important;
        padding: 24px !important;
        border-radius: 32px !important;
    }

    .slip-leverage-panel__ranges,
    .slip-leverage-panel__examples,
    .slip-leverage-example-list {
        width: 100% !important;
        max-width: 264px !important;
    }

    .slip-leverage-range {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        width: 100% !important;
        max-width: 264px !important;
        height: 70px !important;
        min-height: 70px !important;
    }

    .slip-leverage-range__period,
    .slip-leverage-range__ratio,
    .slip-leverage-example__head h4 {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .slip-leverage-range__meta-row > span:first-child,
    .slip-leverage-range__level,
    .slip-leverage-panel__examples-title {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .slip-leverage-range__meta,
    .slip-leverage-range__meta-row {
        display: flex !important;
        width: 100% !important;
        max-width: 264px !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 16px !important;
    }

    .slip-leverage-range__level {
        text-align: right !important;
        white-space: nowrap !important;
    }

    .slip-leverage-range__period {
        white-space: nowrap !important;
    }

    .slip-leverage-range__barline {
        display: grid !important;
        grid-template-columns: 82px minmax(0, 1fr) !important;
        justify-content: flex-start !important;
        align-items: center !important;
        width: 100% !important;
        max-width: 264px !important;
        height: 22px !important;
        gap: 16px !important;
    }

    .slip-leverage-range__barcluster {
        display: flex !important;
        flex-direction: row !important;
        justify-content: flex-end !important;
        align-items: center !important;
        gap: 16px !important;
        width: calc(100% - 73px) !important;
        max-width: 191px !important;
        margin-left: auto !important;
    }

    .slip-leverage-range__track {
        width: 127px !important;
        min-width: 127px !important;
        max-width: 127px !important;
        height: 16px !important;
    }

    .slip-leverage-panel__examples {
        width: 100% !important;
        max-width: 264px !important;
        padding-top: 48px !important;
    }

    .slip-leverage-panel__examples-title {
        width: 100% !important;
        max-width: 264px !important;
        margin: 0 0 12px !important;
        font-size: 14px !important;
        line-height: 20px !important;
        color: rgba(19, 22, 26, 0.56) !important;
    }

    .slip-leverage-example {
        grid-template-columns: 40px minmax(0, 1fr) !important;
        column-gap: 16px !important;
        align-items: center !important;
        width: 100% !important;
        max-width: 264px !important;
        height: 92px !important;
        min-height: 92px !important;
        padding: 12px 0 !important;
    }

    .slip-leverage-example__icon {
        width: 40px !important;
        height: 40px !important;
        filter: drop-shadow(0 6px 12px rgba(19, 22, 26, 0.1)) !important;
    }

    .slip-leverage-example__body {
        min-width: 0 !important;
        width: 208px !important;
        max-width: 208px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 4px !important;
    }

    .slip-leverage-example__head {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        flex-wrap: wrap !important;
        gap: 8px !important;
        width: 100% !important;
        max-width: 208px !important;
        min-height: 24px !important;
    }

    .slip-leverage-example__head h4 {
        flex: 0 0 auto !important;
        min-width: 0 !important;
        white-space: nowrap !important;
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .slip-leverage-example__badge {
        flex: 0 0 auto !important;
        font-size: 13px !important;
        line-height: 18px !important;
        white-space: nowrap !important;
        min-height: 24px !important;
        max-height: 24px !important;
        padding: 0 8px !important;
        border-radius: 9999px !important;
    }

    .slip-leverage-example__body p {
        font-size: 14px !important;
        line-height: 20px !important;
        width: 100% !important;
        max-width: 208px !important;
        margin: 0 !important;
        color: rgba(19, 22, 26, 0.72) !important;
    }
}

@media (min-width: 376px) and (max-width: 575.98px) {
    .slip-benefit-card--wide {
        height: 492px !important;
        min-height: 492px !important;
        justify-content: flex-start !important;
        align-items: stretch !important;
        gap: 0 !important;
    }

    .slip-benefit-card--wide .slip-benefit-card__copy {
        flex: 0 0 186px !important;
        width: 100% !important;
        min-width: 280px !important;
        height: 186px !important;
        min-height: 186px !important;
        padding: 40px !important;
        gap: 8px !important;
        align-self: stretch !important;
    }

    .slip-benefit-card--wide .slip-benefit-card__title,
    .slip-benefit-card--wide .slip-benefit-card__text {
        width: 100% !important;
        max-width: calc(100% - 80px) !important;
    }

    .slip-benefit-card--wide .slip-benefit-card__title {
        font-size: 24px !important;
        line-height: 32px !important;
        white-space: normal !important;
    }

    .slip-benefit-card--wide .slip-benefit-card__text {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .slip-benefit-card--wide .slip-benefit-card__picture {
        display: block !important;
        position: relative !important;
        flex: 0 0 306px !important;
        width: 100% !important;
        min-width: 260px !important;
        height: 306px !important;
        min-height: 306px !important;
        max-height: 306px !important;
        margin: 0 !important;
        overflow: hidden !important;
        order: 1 !important;
        align-self: stretch !important;
    }

    .slip-benefit-card--wide .slip-benefit-card__picture .slip-benefit-card__image {
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        top: auto !important;
        width: 100% !important;
        height: 306px !important;
        margin: 0 !important;
        object-fit: contain !important;
        object-position: center bottom !important;
        transform: none !important;
    }
}


@media (min-width: 320px) and (max-width: 340px) {
    .slip-leverage {
        width: calc(100% + 24px) !important;
        max-width: none !important;
        margin-left: -12px !important;
        margin-right: -12px !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .slip-leverage-panel {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        padding: 20px 16px 24px !important;
    }

    .slip-leverage-panel__ranges,
    .slip-leverage-panel__examples,
    .slip-leverage-example-list,
    .slip-leverage-range,
    .slip-leverage-range__meta,
    .slip-leverage-range__meta-row,
    .slip-leverage-range__barline,
    .slip-leverage-panel__examples-title,
    .slip-leverage-example {
        max-width: 264px !important;
    }

    .slip-leverage-example__body,
    .slip-leverage-example__head,
    .slip-leverage-example__body p {
        max-width: 208px !important;
    }
}


.slip-features {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 64px 24px;
    gap: 48px;
}

.slip-features__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    width: 1152px;
    max-width: 1152px;
}

.slip-features__row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    width: 100%;
}

.slip-features__card {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 16px;
    border-radius: 24px;
    background: rgba(19, 22, 26, 0.04);
}

.slip-features__card--accent {
    background: rgba(168, 91, 62, 0.08);
    border: 1px dashed #A85B3E;
}

.slip-features__card-icon {
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
    color: #13161A;
}

.slip-features__card--accent .slip-features__card-icon {
    color: #A85B3E;
}

.slip-features__card-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 8px;
    width: 100%;
}

.slip-features__card-title {
    margin: 0;
    color: #13161A;
    font-family: "FintechFusionSemiBold", sans-serif;
    font-size: 18px;
    line-height: 24px;
}

.slip-features__card-text {
    margin: 0;
    color: rgba(19, 22, 26, 0.72);
    font-family: "FintechFusionMedium", sans-serif;
    font-size: 14px;
    line-height: 20px;
}

.slip-features__caption {
    width: 100%;
    max-width: 760px;
    margin: 0;
    color: #13161A;
    font-family: "FintechFusionSemiBold", sans-serif;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
}

@media (min-width: 1200px) {
    .slip-how {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 1200px;
        max-width: 1200px;
        height: 532px;
        margin: 0 auto;
        padding: 96px 24px;
        gap: 48px;
    }

    .slip-how__title {
        position: relative;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        width: 1152px;
        max-width: 1152px;
        min-width: 0;
        height: 200px;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid rgba(19, 22, 26, 0.1);
        color: rgba(19, 22, 26, 0.1);
        font-family: "Onest", sans-serif;
        font-weight: 600;
        font-size: 64px;
        line-height: 72px;
        text-align: center;
        letter-spacing: -1.25px;
        padding-top: 64px;
        box-shadow: none;
    }

    .slip-how__title > span {
        display: block;
        line-height: 72px;
        transform: translateY(18px);
        clip-path: inset(0 0 18px 0);

    }

    .slip-how__grid {
        display: grid;
        grid-template-columns: repeat(4, 270px);
        gap: 24px;
        width: 1152px;
        height: 260px;
        margin: 0;
    }

    .slip-how-card,
    .slip-how-card--wide,
    .slip-how-card--medium,
    .slip-how-card--accent {
        box-sizing: border-box;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 270px;
        min-width: 270px;
        max-width: 270px;
        height: 260px;
        min-height: 260px;
        margin: 0;
        padding: 24px;
        gap: 16px;
        border-radius: 24px;
        border: 0;
        background: rgba(19, 22, 26, 0.04);
        box-shadow: none;
        grid-column: auto;
    }

    .slip-how-card--accent {
        background: rgba(168, 91, 62, 0.08);
        border: 1px dashed #a85b3e;
    }

    .slip-how-card__icon,
    .slip-how-card--wide .slip-how-card__icon {
        width: 24px;
        height: 24px;
        margin: 0;
        object-fit: contain;
    }

    .slip-how-card__number,
    .slip-how-card--wide .slip-how-card__number {
        display: none;
    }

    .slip-how-card__body,
    .slip-how-card--wide .slip-how-card__body {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        width: 222px;
        max-width: 222px;
        margin: 0;
        padding: 0;
    }

    .slip-how-card__title {
        width: 222px;
        margin: 0;
        color: #13161a;
        font-family: "FintechFusionSemiBold", sans-serif;
        font-size: 18px;
        line-height: 24px;
        text-transform: none;
    }

    .slip-how-card__text,
    .slip-how-card__note span {
        width: 222px;
        margin: 0;
        color: rgba(19, 22, 26, 0.72);
        font-family: "FintechFusionMedium", sans-serif;
        font-size: 14px;
        line-height: 20px;
        text-transform: none;
    }

    .slip-how-card__note,
    .slip-how-card--wide .slip-how-card__note {
        display: none;
    }

    .slip-how__example {
        width: 760px;
        max-width: 760px;
        margin: 0;
        color: rgba(19, 22, 26, 0.72);
        font-family: "FintechFusionMedium", sans-serif;
        font-size: 13px;
        font-weight: 500;
        line-height: 18px;
        text-align: center;
    }

    .slip-how__example strong {
        color: #13161a;
        font-family: "FintechFusionSemiBold", sans-serif;
        font-weight: 600;
    }
}

@media (min-width: 1200px) {
    .slip-leverage {
        box-sizing: border-box;
        width: 1200px;
        max-width: 1200px;
        margin: 0 auto;
        height: 674px;
        padding: 96px 24px;
    }

    .slip-leverage__content {
        box-sizing: border-box;
        display: grid;
        grid-template-columns: 466px 564px;
        align-items: center;
        justify-content: center;
        gap: 122px;
        width: 1152px;
        max-width: 1152px;
        height: 482px;
        min-height: 482px;
        margin: 0 auto;
        padding-top: 64px;
    }

    .slip-leverage__intro {
        width: 466px;
        max-width: 466px;
        height: 320px;
    }

    .slip-leverage-panel {
        width: 564px;
        max-width: 564px;
        height: 482px;
        min-height: 482px;
        padding: 24px 32px;
        gap: 0;
    }

    .slip-leverage-panel__ranges,
    .slip-leverage-range,
    .slip-leverage-range__meta,
    .slip-leverage-range__meta-row,
    .slip-leverage-range__barline,
    .slip-leverage-panel__examples,
    .slip-leverage-example-list {
        width: 500px;
    }

    .slip-leverage-range {
        height: 70px;
        padding: 12px 0;
        gap: 4px;
    }

    .slip-leverage-range__barline {
        grid-template-columns: 92px 1fr;
    }

    .slip-leverage-range__barcluster {
        width: 392px;
    }

    .slip-leverage-range__period {
        white-space: nowrap;
    }
}


@media (min-width: 768px) and (max-width: 1199px) {
    .slip-content__inner {
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 768px !important;
        min-width: 0 !important;
        padding: 64px 24px 32px !important;
        overflow: hidden !important;
    }

    .slip-benefits {
        box-sizing: border-box !important;
        display: grid !important;
        grid-template-columns: 348px 348px !important;
        grid-template-rows: 346px 208px 186px !important;
        grid-template-areas:
            "transparent tall"
            "flexible tall"
            "wide wide" !important;
        gap: 24px !important;
        justify-content: center !important;
        width: 720px !important;
        max-width: 720px !important;
        min-width: 0 !important;
        height: 788px !important;
        margin: 0 auto !important;
        padding: 0 !important;
    }

    .slip-benefits__stack {
        display: contents !important;
    }

    .slip-benefits__stack .slip-benefit-card:nth-child(1),
    .slip-benefits__stack .slip-benefit-card:nth-child(2),
    .slip-benefit-card--wide,
    .slip-benefit-card--tall {
        position: relative !important;
        inset: auto !important;
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        height: 100% !important;
        min-height: 0 !important;
        display: flex !important;
        overflow: hidden !important;
        border-radius: 32px !important;
        background: #ffffff !important;
    }

    .slip-benefits__stack .slip-benefit-card:nth-child(1) {
        grid-area: transparent !important;
        position: relative !important;
        inset: auto !important;
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: flex-start !important;
        overflow: hidden !important;
        width: 348px !important;
        max-width: 348px !important;
        min-width: 348px !important;
        height: 346px !important;
        min-height: 346px !important;
        max-height: 346px !important;
        border-radius: 32px !important;
        background: #ffffff !important;
    }

    .slip-benefits__stack .slip-benefit-card:nth-child(2) {
        grid-area: flexible !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: center !important;
    }

    .slip-benefit-card--tall {
        grid-area: tall !important;
        position: relative !important;
        inset: auto !important;
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        overflow: hidden !important;
        width: 348px !important;
        min-width: 348px !important;
        max-width: 348px !important;
        height: 578px !important;
        min-height: 578px !important;
        max-height: 578px !important;
        border-radius: 32px !important;
        background: #ffffff !important;
    }

    .slip-benefit-card--wide {
        grid-area: wide !important;
        position: relative !important;
        inset: auto !important;
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        overflow: hidden !important;
        width: 720px !important;
        min-width: 720px !important;
        max-width: 720px !important;
        height: 186px !important;
        min-height: 186px !important;
        max-height: 186px !important;
        border-radius: 32px !important;
        background: #ffffff !important;
    }

    .slip-benefits__stack .slip-benefit-card:nth-child(2) .slip-benefit-card__copy,
    .slip-benefit-card--wide .slip-benefit-card__copy {
        box-sizing: border-box !important;
        position: relative !important;
        z-index: 2 !important;
        flex: none !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 8px !important;
        margin: 0 !important;
        padding: 40px !important;
    }

    .slip-benefits__stack .slip-benefit-card:nth-child(1) .slip-benefit-card__copy {
        box-sizing: border-box !important;
        position: relative !important;
        z-index: 2 !important;
        display: flex !important;
        flex: none !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 8px !important;
        width: 348px !important;
        min-width: 348px !important;
        max-width: 348px !important;
        height: 186px !important;
        min-height: 186px !important;
        max-height: 186px !important;
        margin: 0 !important;
        padding: 40px !important;
        align-self: stretch !important;
    }

    .slip-benefits__stack .slip-benefit-card:nth-child(2) .slip-benefit-card__copy {
        width: 348px !important;
        height: 208px !important;
        min-height: 208px !important;
    }

    .slip-benefit-card--tall .slip-benefit-card__copy {
        box-sizing: border-box !important;
        position: relative !important;
        z-index: 2 !important;
        display: flex !important;
        flex: none !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 8px !important;
        width: 348px !important;
        min-width: 348px !important;
        max-width: 348px !important;
        height: 240px !important;
        min-height: 240px !important;
        max-height: 240px !important;
        margin: 0 !important;
        padding: 40px !important;
        align-self: stretch !important;
    }

    .slip-benefit-card--wide .slip-benefit-card__copy {
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        padding: 40px !important;
        gap: 8px !important;
        width: 528px !important;
        min-width: 280px !important;
        max-width: 528px !important;
        height: 186px !important;
        min-height: 186px !important;
        max-height: 186px !important;
        align-self: stretch !important;
    }

    .slip-benefit-card--wide .slip-benefit-card__title {
        width: 448px !important;
        max-width: 448px !important;
        min-width: 448px !important;
        height: 32px !important;
        min-height: 32px !important;
        max-height: 32px !important;
        display: flex !important;
        align-items: center !important;
    }

    .slip-benefit-card--wide .slip-benefit-card__text {
        width: 448px !important;
        max-width: 448px !important;
        min-width: 448px !important;
        height: 66px !important;
        min-height: 66px !important;
        max-height: 66px !important;
    }

    .slip-benefit-card__title {
        margin: 0 !important;
        font-family: "Onest", sans-serif !important;
        font-weight: 600 !important;
        font-size: 24px !important;
        line-height: 32px !important;
        letter-spacing: 0 !important;
        text-transform: none !important;
        white-space: normal !important;
        overflow-wrap: normal !important;
    }

    .slip-benefit-card__text {
        margin: 0 !important;
        font-family: "FintechFusionMedium", sans-serif !important;
        font-weight: 500 !important;
        font-size: 16px !important;
        line-height: 22px !important;
        letter-spacing: 0 !important;
        text-transform: none !important;
        white-space: normal !important;
        overflow-wrap: normal !important;
    }

    .slip-benefits__stack .slip-benefit-card:nth-child(1) .slip-benefit-card__title,
    .slip-benefit-card--tall .slip-benefit-card__title {
        width: 268px !important;
        max-width: 268px !important;
    }

    .slip-benefits__stack .slip-benefit-card:nth-child(1) .slip-benefit-card__title {
        height: 32px !important;
        min-height: 32px !important;
        max-height: 32px !important;
    }

    .slip-benefits__stack .slip-benefit-card:nth-child(1) .slip-benefit-card__text {
        width: 268px !important;
        max-width: 268px !important;
        height: 66px !important;
        min-height: 66px !important;
        max-height: 66px !important;
    }

    .slip-benefit-card--tall .slip-benefit-card__title {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
    }

    .slip-benefit-card--tall .slip-benefit-card__text {
        width: 268px !important;
        max-width: 268px !important;
        height: 88px !important;
        min-height: 88px !important;
        max-height: 88px !important;
    }

    .slip-benefits__stack .slip-benefit-card:nth-child(1) .slip-benefit-card__image {
        display: block !important;
        flex: none !important;
        width: 348px !important;
        min-width: 348px !important;
        max-width: 348px !important;
        height: 160px !important;
        min-height: 160px !important;
        max-height: 160px !important;
        margin-top: auto !important;
        align-self: stretch !important;
        object-fit: fill !important;
        object-position: center bottom !important;
    }

    .slip-benefits__stack .slip-benefit-card:nth-child(2) .slip-benefit-card__image {
        display: none !important;
    }

    .slip-benefit-card--tall .slip-benefit-card__image {
        display: block !important;
        position: absolute !important;
        left: 0 !important;
        right: auto !important;
        bottom: -30% !important;
        z-index: 1 !important;
        flex: none !important;
        width: 348px !important;
        min-width: 260px !important;
        max-width: 348px !important;
        height: 512px !important;
        min-height: 512px !important;
        max-height: 512px !important;
        margin: 0 !important;
        object-fit: contain !important;
        object-position: center bottom !important;
    }

    .slip-benefit-card--wide .slip-benefit-card__image {
        content: url("/i/img/slip/benefit-risk-management-tablet.png") !important;
        display: block !important;
        position: relative !important;
        inset: auto !important;
        z-index: 1 !important;
        right: 35%!important;
        flex: none !important;
        align-self: stretch !important;
        width: 280px !important;
        min-width: 280px !important;
        max-width: 280px !important;
        height: 186px !important;
        min-height: 186px !important;
        max-height: 186px !important;
        margin-top: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
        object-fit: cover !important;
        object-position: center bottom !important;
    }

    .slip-how {
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 768px !important;
        height: auto !important;
        margin: 0 auto !important;
        padding: 64px 24px !important;
        gap: 48px !important;
    }

    .slip-how__grid {
        box-sizing: border-box !important;
        display: grid !important;
        grid-template-columns: repeat(2, 348px) !important;
        grid-template-rows: 160px 220px !important;
        gap: 24px !important;
        width: 720px !important;
        max-width: 720px !important;
        height: 404px !important;
        margin: 0 !important;
        padding: 0 !important;
        justify-content: center !important;
        align-items: start !important;
    }

    .slip-how-card,
    .slip-how-card--wide,
    .slip-how-card--medium,
    .slip-how-card--accent {
        box-sizing: border-box !important;
        position: relative !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        width: 348px !important;
        min-width: 340px !important;
        max-width: 348px !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 24px !important;
        gap: 16px !important;
        border-radius: 24px !important;
        border: 0 !important;
        background: rgba(19, 22, 26, 0.04) !important;
        box-shadow: none !important;
        grid-column: auto !important;
        align-self: stretch !important;
        flex-grow: 1 !important;
    }

    .slip-how-card:nth-child(1),
    .slip-how-card:nth-child(2) {
        height: 160px !important;
        max-height: 160px !important;
    }

    .slip-how-card:nth-child(3),
    .slip-how-card:nth-child(4),
    .slip-how-card--medium,
    .slip-how-card--accent {
        height: 220px !important;
        max-height: 220px !important;
    }

    .slip-how-card--accent {
        background: rgba(168, 91, 62, 0.08) !important;
        border: 1px dashed #A85B3E !important;
    }

    .slip-how-card__icon,
    .slip-how-card--wide .slip-how-card__icon {
        flex: 0 0 auto !important;
        width: 24px !important;
        height: 24px !important;
        margin: 0 !important;
        object-fit: contain !important;
    }

    .slip-how-card__number,
    .slip-how-card--wide .slip-how-card__number {
        display: none !important;
    }

    .slip-how-card__body,
    .slip-how-card--wide .slip-how-card__body {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 8px !important;
        width: 300px !important;
        max-width: 300px !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .slip-how-card__title {
        width: 300px !important;
        max-width: 300px !important;
        margin: 0 !important;
        color: #13161A !important;
        font-family: "FintechFusionSemiBold", sans-serif !important;
        font-size: 18px !important;
        line-height: 24px !important;
        font-weight: 600 !important;
        text-transform: none !important;
    }

    .slip-how-card__text,
    .slip-how-card__note span {
        width: 300px !important;
        max-width: 300px !important;
        margin: 0 !important;
        color: rgba(19, 22, 26, 0.72) !important;
        font-family: "FintechFusionMedium", sans-serif !important;
        font-size: 14px !important;
        line-height: 20px !important;
        font-weight: 500 !important;
        text-transform: none !important;
    }

    .slip-how-card__note,
    .slip-how-card--wide .slip-how-card__note {
        display: none !important;
    }

    .slip-how__example {
        box-sizing: border-box !important;
        display: block !important;
        width: 720px !important;
        max-width: 760px !important;
        height: auto !important;
        min-height: 37px !important;
        margin: 0 !important;
        color: #13161A8F;

        font-family: "FintechFusionMedium", sans-serif !important;
        font-size: 13px !important;
        line-height: 18px !important;
        font-weight: 500 !important;
        text-align: center !important;
        padding: 0px 15%;
    }

    .slip-how__example strong {
        color: #13161A !important;
        font-family: "FintechFusionSemiBold", sans-serif !important;
        font-weight: 600 !important;
    }

    .slip-leverage {
        box-sizing: border-box !important;
        width: 720px !important;
        min-width: 0 !important;
        max-width: 720px !important;
        height: auto !important;
        margin: 0 auto !important;
        padding: 64px 0 !important;
    }

    .slip-leverage__content {
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        align-content: flex-start !important;
        justify-content: flex-start !important;
        gap: 40px !important;
        width: 720px !important;
        min-width: 0 !important;
        max-width: 720px !important;
        height: 772px !important;
        min-height: 772px !important;
        margin: 0 auto !important;
    }

    .slip-leverage__intro {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        gap: 24px !important;
        width: 720px !important;
        min-width: 0 !important;
        max-width: 720px !important;
        height: 250px !important;
        min-height: 250px !important;
        margin: 0 !important;
        flex: 1 1 720px !important;
    }

    .slip-leverage__intro-title {
        width: 720px !important;
        min-width: 0 !important;
        max-width: 80% !important;
        height: 96px !important;
        margin: 0 !important;
        color: #13161A !important;
        font-family: "Onest", sans-serif !important;
        font-size: 40px !important;
        line-height: 48px !important;
        font-weight: 600 !important;
        letter-spacing: -1.25px !important;
    }

    .slip-leverage__intro-text {
        width: 720px !important;
        min-width: 0 !important;
        max-width: 720px !important;
        height: 66px !important;
        margin: 0 !important;
        color: rgba(19, 22, 26, 0.72) !important;
        font-family: "FintechFusionMedium", sans-serif !important;
        font-size: 16px !important;
        line-height: 22px !important;
        font-weight: 500 !important;
    }

    .slip-leverage__cta {
        width: 205px !important;
        min-width: 205px !important;
        max-width: 205px !important;
        height: 40px !important;
        min-height: 40px !important;
        max-height: 40px !important;
        padding: 0 16px !important;
        align-self: flex-start !important;
    }

    .slip-leverage-panel {
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: column !important;
        width: 720px !important;
        min-width: 0 !important;
        max-width: 720px !important;
        height: 482px !important;
        min-height: 482px !important;
        margin: 0 !important;
        padding: 24px 32px !important;
        gap: 0 !important;
        border: 1px solid rgba(19, 22, 26, 0.06) !important;
        border-radius: 32px !important;
        background: #FFFFFF !important;
        overflow: hidden !important;
        flex: 1 1 720px !important;
    }

    .slip-leverage-panel__ranges,
    .slip-leverage-range,
    .slip-leverage-range__meta,
    .slip-leverage-range__meta-row,
    .slip-leverage-range__barline,
    .slip-leverage-panel__examples,
    .slip-leverage-example-list {
        width: 100% !important;
        max-width: 656px !important;
    }

    .slip-leverage-range {
        box-sizing: border-box !important;
        height: 70px !important;
        padding: 12px 0 !important;
        gap: 4px !important;
        border-bottom: 1px solid rgba(19, 22, 26, 0.08) !important;
    }

    .slip-leverage-range__barline {
        display: flex !important;
        flex-direction: row !important;
        justify-content: flex-end !important;
        gap: 16px !important;
        align-items: center !important;
        height: 22px !important;
    }

    .slip-leverage-range__barcluster {
        display: flex !important;
        flex-direction: row !important;
        justify-content: end !important;
        align-items: center !important;
        gap: 16px !important;
        width: calc(100% - 137px) !important;
        max-width: 519px !important;
        margin-left: auto !important;
    }

    .slip-leverage-range__track {
        width: 200px !important;
        max-width: 200px !important;
        height: 16px !important;
    }

    .slip-leverage-range__period {
        white-space: nowrap !important;
    }

    .slip-leverage-panel__examples {
        height: 224px !important;
        padding-top: 48px !important;
    }

    .slip-leverage-panel__examples-title {
        width: 100% !important;
        max-width: 656px !important;
        height: 32px !important;
        margin: 0 !important;
        padding-bottom: 12px !important;
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .slip-leverage-example {
        width: 100% !important;
        max-width: 656px !important;
        height: 72px !important;
        padding: 12px 0 !important;
        gap: 16px !important;
    }

    .slip-leverage-example__icon {
        width: 40px !important;
        height: 40px !important;
    }

    .slip-leverage-example__body {
        width: calc(100% - 56px) !important;
        max-width: 600px !important;
        height: 48px !important;
    }

    .slip-leverage-example__head {
        width: 100% !important;
        max-width: 600px !important;
        height: 24px !important;
    }

    .slip-leverage-example__body p {
        width: 100% !important;
        max-width: 600px !important;
        height: 20px !important;
    }

    .slip-features {
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 !important;
        width: 768px !important;
        min-width: 768px !important;
        max-width: 1199.98px !important;
        height: 612px !important;
        margin: 0 auto !important;
        gap: 0 !important;
    }

    .slip-features__inner {
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        padding: 64px 24px !important;
        gap: 48px !important;
        width: 768px !important;
        max-width: 1200px !important;
    }

    .slip-features__row {
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        align-items: flex-start !important;
        align-content: flex-start !important;
        padding: 0 !important;
        gap: 24px !important;
        width: 720px !important;
    }

    .slip-features__card {
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        padding: 24px !important;
        gap: 16px !important;
        width: 348px !important;
        min-width: 340px !important;
        border-radius: 24px !important;
        background: rgba(19, 22, 26, 0.04) !important;
        flex: none !important;
        align-self: stretch !important;
        flex-grow: 1 !important;
    }

    .slip-features__card[data-feature="1"],
    .slip-features__card[data-feature="2"] {
        height: 160px !important;
    }

    .slip-features__card[data-feature="3"],
    .slip-features__card[data-feature="4"] {
        height: 220px !important;
    }

    .slip-features__card--accent {
        background: rgba(168, 91, 62, 0.08) !important;
        border: 1px dashed #A85B3E !important;
    }

    .slip-features__card-icon {
        width: 24px !important;
        height: 24px !important;
        flex: 0 0 auto !important;
        color: #13161A !important;
    }

    .slip-features__card--accent .slip-features__card-icon {
        color: #A85B3E !important;
    }

    .slip-features__card-body {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        padding: 0 !important;
        gap: 8px !important;
        width: 300px !important;
    }

    .slip-features__card-title {
        width: 300px !important;
        margin: 0 !important;
        color: #13161A !important;
        font-family: "FintechFusionSemiBold", sans-serif !important;
        font-size: 18px !important;
        line-height: 24px !important;
        text-transform: none !important;
    }

    .slip-features__card-text {
        width: 300px !important;
        margin: 0 !important;
        color: rgba(19, 22, 26, 0.72) !important;
        font-family: "FintechFusionMedium", sans-serif !important;
        font-size: 14px !important;
        line-height: 20px !important;
        text-transform: none !important;
    }

    .slip-features__caption {
        width: 720px !important;
        max-width: 760px !important;
        margin: 0 !important;
        color: #13161A !important;
        font-family: "FintechFusionSemiBold", sans-serif !important;
        font-size: 13px !important;
        line-height: 18px !important;
        text-align: center !important;
    }
}

@media (min-width: 320px) and (max-width: 340px) {
    .slip-leverage {
        width: calc(100% + 24px) !important;
        max-width: none !important;
        margin-left: -12px !important;
        margin-right: -12px !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .slip-leverage-panel {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        padding: 24px 20px !important;
        border-radius: 32px !important;
    }

    .slip-leverage-panel__ranges,
    .slip-leverage-panel__examples,
    .slip-leverage-example-list,
    .slip-leverage-range,
    .slip-leverage-range__meta,
    .slip-leverage-range__meta-row,
    .slip-leverage-range__barline,
    .slip-leverage-panel__examples-title,
    .slip-leverage-example {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
    }

    .slip-leverage-range {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        height: 70px !important;
        min-height: 70px !important;
        padding: 12px 0 !important;
        gap: 14px !important;
    }

    .slip-leverage-range__meta,
    .slip-leverage-range__meta-row {
        display: flex !important;
        width: 100% !important;
        justify-content: space-between !important;
        align-items: center !important;
        gap: 12px !important;
    }

    .slip-leverage-range__meta-row > span:first-child,
    .slip-leverage-range__level {
        font-size: 13px !important;
        line-height: 18px !important;
    }

    .slip-leverage-range__barline {
        display: flex !important;
        width: 100% !important;
        justify-content: flex-end !important;
        align-items: center !important;
        gap: 8px !important;
        height: 22px !important;
    }

    .slip-leverage-range__period,
    .slip-leverage-range__ratio {
        font-size: 16px !important;
        line-height: 22px !important;
        white-space: nowrap !important;
    }

    .slip-leverage-range__barcluster {
        display: flex !important;
        justify-content: flex-end !important;
        align-items: center !important;
        gap: 8px !important;
        width: calc(100% - 84px) !important;
        min-width: 0 !important;
        max-width: none !important;
        margin-left: auto !important;
    }

    .slip-leverage-range__track {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        height: 16px !important;
    }

    .slip-leverage-panel__examples {
        padding-top: 40px !important;
    }

    .slip-leverage-panel__examples-title {
        margin: 0 0 12px !important;
        font-size: 14px !important;
        line-height: 20px !important;
        color: rgba(19, 22, 26, 0.56) !important;
    }

    .slip-leverage-example {
        display: grid !important;
        grid-template-columns: 40px minmax(0, 1fr) !important;
        column-gap: 14px !important;
        align-items: center !important;
        width: 100% !important;
        height: auto !important;
        min-height: 92px !important;
        padding: 12px 0 !important;
    }

    .slip-leverage-example__icon {
        width: 40px !important;
        height: 40px !important;
        filter: drop-shadow(0 6px 12px rgba(19, 22, 26, 0.1)) !important;
    }

    .slip-leverage-example__body,
    .slip-leverage-example__head,
    .slip-leverage-example__body p {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
    }

    .slip-leverage-example__body {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 4px !important;
    }

    .slip-leverage-example__head {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        flex-wrap: wrap !important;
        gap: 8px !important;
        min-height: 24px !important;
    }

    .slip-leverage-example__head h4 {
        font-size: 16px !important;
        line-height: 22px !important;
        white-space: nowrap !important;
    }

    .slip-leverage-example__badge {
        font-size: 13px !important;
        line-height: 18px !important;
        min-height: 24px !important;
        padding: 0 8px !important;
        white-space: nowrap !important;
    }

    .slip-leverage-example__body p {
        margin: 0 !important;
        font-size: 14px !important;
        line-height: 20px !important;
        color: rgba(19, 22, 26, 0.72) !important;
    }
}

@media (min-width: 320px) and (max-width: 375px) {
    .slip-leverage__cta {
        display: inline-flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
        width: 205px !important;
        min-width: 48px !important;
        max-width: 205px !important;
        height: 40px !important;
        min-height: 40px !important;
        max-height: 40px !important;
        padding: 0 16px !important;
        gap: 12px !important;
        border-radius: 9999px !important;
        flex: 0 0 auto !important;
        font-size: 16px !important;
        line-height: 22px !important;
        font-weight: 600 !important;
        text-align: center !important;
        white-space: nowrap !important;
        align-self: flex-start !important;
    }
}

@media (min-width: 376px) and (max-width: 575.98px) {
    .slip-button,
    .slip-hero__actions .slip-button,
    .slip-leverage__cta {
        display: inline-flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
        width: 205px !important;
        min-width: 48px !important;
        max-width: 205px !important;
        height: 40px !important;
        min-height: 40px !important;
        max-height: 40px !important;
        padding: 0 16px !important;
        gap: 12px !important;
        border-radius: 9999px !important;
        flex: 0 0 auto !important;
        font-size: 16px !important;
        line-height: 22px !important;
        font-weight: 600 !important;
        text-align: center !important;
        white-space: nowrap !important;
    }
}

@media (min-width: 320px) and (max-width: 340px) {
    .slip-withdrawal__copy,
    .slip-withdrawal__copy h2,
    .slip-withdrawal__copy p {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        padding: 0 !important;
    }

    .slip-withdrawal__copy h2 {
        font-size: 32px !important;
        line-height: 40px !important;
        letter-spacing: -0.5px !important;
        white-space: normal !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
        hyphens: none !important;
    }
}

@media (min-width: 341px) and (max-width: 375.98px) {
    .slip-leverage-panel__ranges,
    .slip-leverage-panel__examples,
    .slip-leverage-example-list {
        width: 100% !important;
        max-width: 264px !important;
    }

    .slip-leverage-range {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        width: 100% !important;
        max-width: 264px !important;
        height: 70px !important;
        min-height: 70px !important;
    }

    .slip-leverage-range__meta,
    .slip-leverage-range__meta-row {
        display: flex !important;
        width: 100% !important;
        max-width: 264px !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 16px !important;
    }

    .slip-leverage-range__meta-row > span:first-child,
    .slip-leverage-range__level {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .slip-leverage-range__barline {
        display: grid !important;
        grid-template-columns: 82px minmax(0, 1fr) !important;
        justify-content: flex-start !important;
        align-items: center !important;
        width: 100% !important;
        max-width: 264px !important;
        height: 22px !important;
        gap: 4px !important;
    }

    .slip-leverage-range__period,
    .slip-leverage-range__ratio {
        font-size: 16px !important;
        line-height: 22px !important;
        white-space: nowrap !important;
    }

    .slip-leverage-range__period {
        width: 82px !important;
        min-width: 82px !important;
        max-width: 82px !important;
        text-align: left !important;
    }

    .slip-leverage-range__barcluster {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 42px !important;
        justify-content: flex-start !important;
        align-items: center !important;
        gap: 12px !important;
        width: 100% !important;
        max-width: none !important;
        margin-left: 0 !important;
    }

    .slip-leverage-range__track {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        height: 16px !important;
    }
}

/* Keep these final: they neutralize wider desktop locks on 376px-575.98px devices. */
@media (min-width: 376px) and (max-width: 575.98px) {
    .slip-benefits .slip-benefit-card--tall {
        width: min(432px, calc(100vw - 32px)) !important;
        min-width: 0 !important;
        max-width: 432px !important;
        height: 305px !important;
        min-height: 305px !important;
        max-height: 305px !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        gap: 0 !important;
        overflow: hidden !important;
    }

    .slip-benefits .slip-benefit-card--tall .slip-benefit-card__copy {
        flex: 0 0 49% !important;
        width: 49% !important;
        min-width: 0 !important;
        max-width: none !important;
        height: 263px !important;
        min-height: 263px !important;
        max-height: 263px !important;
        padding: 32px 12px 32px 32px !important;
        justify-content: flex-start !important;
    }

    .slip-benefits .slip-benefit-card--tall .slip-benefit-card__title {
        width: 132px !important;
        min-width: 132px !important;
        max-width: 132px !important;
        height: 48px !important;
        min-height: 48px !important;
        max-height: 48px !important;
        font-size: 18px !important;
        line-height: 24px !important;
    }

    .slip-benefits .slip-benefit-card--tall .slip-benefit-card__text {
        width: 150px !important;
        min-width: 150px !important;
        max-width: 150px !important;
        height: 100px !important;
        min-height: 100px !important;
        max-height: 100px !important;
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .slip-benefits .slip-benefit-card--tall .slip-benefit-card__picture,
    .slip-benefits .slip-benefit-card--tall > .slip-benefit-card__image {
        flex: 0 0 51% !important;
        width: 51% !important;
        min-width: 0 !important;
        max-width: none !important;
        height: 305px !important;
        min-height: 305px !important;
        max-height: 305px !important;
    }

    .slip-benefits .slip-benefit-card--tall .slip-benefit-card__picture .slip-benefit-card__image,
    .slip-benefits .slip-benefit-card--tall > .slip-benefit-card__image {
        position: relative !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        height: 305px !important;
        min-height: 305px !important;
        max-height: 305px !important;
        object-fit: cover !important;
        object-position: center top !important;
    }

    .slip-withdrawal {
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 24px !important;
        width: 100% !important;
        max-width: 430px !important;
        min-width: 0 !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 auto !important;
        padding: 0 20px !important;
        overflow: hidden !important;
    }

    .slip-withdrawal__copy,
    .slip-withdrawal__copy h2,
    .slip-withdrawal__copy p {
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 377px !important;
        min-width: 0 !important;
        height: auto !important;
        margin: 0 !important;
    }

    .slip-withdrawal__copy {
        order: 1 !important;
        flex: none !important;
        gap: 16px !important;
        padding: 0 !important;
    }

    .slip-withdrawal__image {
        display: block !important;
        order: 2 !important;
        flex: none !important;
        width: 100% !important;
        max-width: 377px !important;
        min-width: 0 !important;
        height: auto !important;
        margin: 0 auto !important;
        object-fit: contain !important;
        object-position: center center !important;
    }
}
