button {
    border: none;
    background: none;
    font-family: inherit;
    color: inherit;
    font-size: inherit;
    cursor: pointer;
    outline: none;
}

.display-4,
.display-2 {
    font-weight: 450;
}

.display-2 {
    font-size: 36px;
    line-height: 44px;
}

@media screen and (min-width: 480px) {
    .display-2 {
        font-size: 44px;
        line-height: 54px;
    }
}

@media screen and (min-width: 720px) {
    .display-2 {
        font-size: 56px;
        line-height: 64px;
    }
}

@media screen and (min-width: 1024px) {
    .display-2 {
        font-size: 72px;
        line-height: 82px;
    }
}

.display-4 {
    font-size: 24px;
    line-height: 32px;
}

@media screen and (min-width: 480px) {
    .display-4 {
        font-size: 32px;
        line-height: 40px;
    }
}

@media screen and (min-width: 720px) {
    .display-4 {
        font-size: 36px;
        line-height: 44px;
    }
}

@media screen and (min-width: 1024px) {
    .display-4 {
        font-size: 36px;
        line-height: 44px;
    }
}

.title-3,
.title-2 {
    font-weight: 500;
}

.title-2 {
    font-size: 18px;
    line-height: 26px;
}

@media screen and (min-width: 1024px) {
    .title-2 {
        font-size: 20px;
        line-height: 28px;
    }
}

.title-3 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px;
}

.subtitle-1 {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

@media screen and (min-width: 1024px) {
    .subtitle-1 {
        font-size: 20px;
        line-height: 28px;
    }
}

.subtitle-2 {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

@media screen and (min-width: 720px) {
    .subtitle-2 {
        font-size: 16px;
        line-height: 24px;
    }
}

h2 {
    color: var(--Text-Primary);
}

.tag {
    padding: 4px 12px;
    border-radius: 32px;
    border: 1px solid transparent;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.content {
    width: 100%;
    max-width: 1440px;
    padding: 0 var(--content-padding);
    margin: 0 auto;
}

::selection {
    background-color: var(--Fill-Brand-default);
    color: var(--Text-Primary);
}

.milestones {
    margin-bottom: 120px;
}

@media screen and (min-width: 1024px) {
    .milestones {
        margin-bottom: 176px;
    }
}

input {
    cursor: pointer;
}

.swiper-button-prev,
.swiper-button-next {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background-color: var(--Fill-2-default);
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    bottom: calc(50% - 24px);
    display: none;
    transition: background-color 0.2s ease-out;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: var(--Fill-2-hover);
}

.swiper-button-prev:active,
.swiper-button-next:active {
    background-color: var(--Fill-2-pressed);
}

body[dir="ltr"] .swiper-button-prev {
    left: 0;
}

body[dir="ltr"] .swiper-button-next {
    right: 0;
}

@media screen and (min-width: 720px) {
    .milestones-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 56px;
        margin-bottom: 56px;
    }
}

@media screen and (min-width: 1024px) {
    .milestones-title {
        margin-bottom: 104px;
    }

    .milestones-title .display-2 {
        max-width: 550px;
    }
}

@media screen and (min-width: 1366px) {
    .milestones-title .display-2 {
        max-width: 750px;
    }
}

.milestones-title .subtitle-1 {
    color: var(--Text-Tertiary);
    max-width: 220px;
}

.milestones-title-right {
    display: flex;
    gap: 24px;
    align-items: center;
    margin-top: 56px;
    margin-bottom: 72px;
    min-width: 180px;
}

@media screen and (min-width: 720px) {
    .milestones-title-right {
        display: block;
        margin: 0;
    }
}

@media screen and (min-width: 1024px) {
    .milestones-title-right {
        display: flex;
        max-width: 260px;
        gap: 32px;
    }
}

.milestones-img-wrap {
    position: relative;
}

.milestones-img-wrap img {
    position: relative;
    width: 76px;
    height: 96px;
}

@media screen and (min-width: 1024px) {
    .milestones-img-wrap img {
        width: 102px;
        height: 128px;
    }
}

.milestones-img-wrap:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    background-image: url(https://static.cdnroute.io/_assets/images/milestones/light.svg);
    background-position: center center;
    background-size: 100%;
}

@media screen and (min-width: 720px) {
    .milestones-img-wrap:before {
        width: 250px;
        height: 250px;
    }
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function,
            initial);
    box-sizing: content-box;
}

.swiper-wrapper {
    transform: translateZ(0);
}

.swiper-horizontal {
    touch-action: pan-y;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}

body[dir="ltr"] .milestones .swiper-button-prev {
    left: 32px;
}

body[dir="ltr"] .milestones .swiper-button-next {
    right: 32px;
}

@media screen and (min-width: 1366px) {
    body[dir="ltr"] .milestones .swiper-button-prev {
        left: 0;
    }

    body[dir="ltr"] .milestones .swiper-button-next {
        right: 0;
    }
}

.swiper-milestones {
    position: relative;
}

.swiper-milestones-wrap {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    transition: padding-inline 0.6s ease;
    height: 260px;
}

@media screen and (min-width: 1024px) {
    .swiper-milestones-wrap {
        padding-inline: 240px;
    }
}

@media screen and (min-width: 1200px) {
    .swiper-milestones-wrap {
        padding-inline: 300px;
    }
}

@media screen and (min-width: 1366px) {
    .swiper-milestones-wrap {
        max-width: 1328px;
    }
}

.swiper-milestones-wrap:before,
.swiper-milestones-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 2;
    height: calc(100% - 70px);
}

@media screen and (min-width: 1024px) {

    .swiper-milestones-wrap:before,
    .swiper-milestones-wrap:after {
        height: 100%;
    }
}

.swiper-milestones-wrap:before {
    background: linear-gradient(-90deg,
            var(--Fill-0-alpha0) 0%,
            var(--Fill-0-default) 69.5%);
    left: 0;
    width: 30px;
}

@media screen and (min-width: 720px) {
    .swiper-milestones-wrap:before {
        width: 120px;
    }
}

@media screen and (min-width: 1024px) {
    .swiper-milestones-wrap:before {
        width: 150px;
    }
}

@media screen and (min-width: 1366px) {
    .swiper-milestones-wrap:before {
        width: 180px;
    }
}

@media screen and (min-width: 1440px) {
    .swiper-milestones-wrap:before {
        width: 200px;
    }
}

.swiper-milestones-wrap:after {
    background: linear-gradient(90deg,
            var(--Fill-0-alpha0) 0%,
            var(--Fill-0-default) 69.5%);
    right: 0;
    width: 50px;
}

@media screen and (min-width: 720px) {
    .swiper-milestones-wrap:after {
        width: 120px;
    }
}

@media screen and (min-width: 1024px) {
    .swiper-milestones-wrap:after {
        width: 150px;
    }
}

@media screen and (min-width: 1366px) {
    .swiper-milestones-wrap:after {
        width: 180px;
    }
}

@media screen and (min-width: 1440px) {
    .swiper-milestones-wrap:after {
        width: 200px;
    }
}

@media screen and (min-width: 1024px) {
    .swiper-milestones {
        max-width: calc(100vw - 64px);
        margin: 0 auto;
        overflow: visible;
    }
}

@media screen and (min-width: 1366px) {
    .swiper-milestones {
        max-width: calc(100vw - 80px);
    }
}

@media screen and (min-width: 1440px) {
    .swiper-milestones {
        max-width: 1328px;
    }
}

.swiper-milestones .swiper-wrapper {
    align-items: stretch;
}

.swiper-milestones .swiper-wrapper .swiper-slide {
    height: auto;
}

.swiper-milestones .swiper-milestones-pagination {
    position: static;
    gap: 20px;
    padding: 0 20px;
    display: flex;
    margin-top: 56px;
    overflow-x: auto;
    scroll-behavior: smooth;
}

.swiper-milestones .swiper-milestones-pagination::-webkit-scrollbar {
    display: none !important;
}

@media screen and (min-width: 1024px) {
    .swiper-milestones .swiper-milestones-pagination {
        display: none;
    }
}

.swiper-milestones .swiper-milestones-pagination .swiper-pagination-bullet.tag {
    color: var(--Text-Quaternary);
    border-color: var(--Fill-4-default);
    border-radius: 32px;
    transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out !important;
}

@media screen and (min-width: 720px) {
    .swiper-milestones .swiper-milestones-pagination .swiper-pagination-bullet.tag {
        padding: 10px 20px;
    }
}

.swiper-milestones .swiper-milestones-pagination .swiper-pagination-bullet-active.tag {
    color: #ff761e;
    border-color: #ff761e;
}

.swiper-range {
    -webkit-appearance: none;
    width: 100%;
    border-radius: 24px;
    height: 10px;
    outline: none;
    transition: background 0.3s;
    cursor: pointer;
    display: block;
    position: relative;
    background-color: transparent;
}

.swiper-range-labels {
    color: var(--Text-Quaternary);
    display: none;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 38px -5px 88px;
    width: calc(100% + 10px);
}

@media screen and (min-width: 1024px) {
    .swiper-range-labels {
        display: flex;
    }
}

.swiper-range-labels .range-label {
    width: 40px;
    text-align: center;
}

.swiper-range-wrap {
    position: relative;
    background: var(--Fill-2-default);
    border-radius: 10px;
    display: none;
}

@media screen and (min-width: 1024px) {
    .swiper-range-wrap {
        display: block;
    }
}

.swiper-range-wrap:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 10px;
    width: var(--progress, 83.33%);
    background: linear-gradient(90deg,
            var(--Fill-1-default) 0%,
            var(--Fill-Brand-default) 100%);
    border-radius: 10px;
}

.swiper-range-wrap span {
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    display: block;
    border-radius: 50%;
    z-index: 0;
}

.swiper-range-wrap span:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff7f066;
}

@media screen and (min-width: 1024px) {

    .swiper-milestones-button-prev,
    .swiper-milestones-button-next {
        display: flex;
        z-index: 3;
    }
}

.card {
    padding: 24px;
    border-radius: 24px;
    width: 260px !important;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out !important;
}

.card * {
    pointer-events: none;
}

.card-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.card-heading .card-icon.y2025 {
    max-width: 145px;
    height: auto;
}

@media screen and (min-width: 1024px) {
    .card {
        width: 300px !important;
    }
}

.card.swiper-slide-active {
    border-color: var(--Fill-Brand-default);
    background-color: #ffb98a0d;
    box-shadow: 0 0 2px #0000000d;
}

.card.swiper-slide-active span.title-3 {
    background-color: var(--Fill-4-default);
    border-color: var(--Fill-4-default);
}

.card span.title-3 {
    color: var(--Text-Primary);
    border: 1px solid var(--Fill-4-default);
    transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out !important;
}

.card .title-2:not(.title-2-orange) {
    margin: 16px 0 8px;
    color: #ebebeb;
}

.card .subtitle-2 {
    color: var(--Text-Secondary-default);
}

.card .title-2-orange,
.card .display-4 {
    background: var(--gradient-brand-default);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}