.pmb-start {
    --pmb-start-overlap: -87rem;
    --pmb-start-pt: 111rem;
    --pmb-start-pb: 111rem;
    position: relative;
    z-index: 2;
    width: 100%;
    margin-top: var(--pmb-start-overlap);
    padding: 0;
}

.pmb-start,
.pmb-start * {
    box-sizing: border-box;
}

.pmb-start__shell {
    position: relative;
    width: calc(100% - 30rem);
    max-width: 1890rem;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 30rem;
    background: var(--pmb-start-bg, #1b1b1b);
    color: #fff;
}

.pmb-start__bg,
.pmb-start__bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.pmb-start__bg {
    z-index: 0;
    pointer-events: none;
}

.pmb-start__bg-image {
    display: block;
    object-fit: cover;
    object-position: center bottom;
}

.pmb-start__container {
    position: relative;
    z-index: 1;
    width: 1456rem;
    max-width: calc(100% - 80rem);
    margin: 0 auto;
    padding: var(--pmb-start-pt) 0 var(--pmb-start-pb);
}

.pmb-start__head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30rem;
    width: 1011rem;
    max-width: 100%;
}

.pmb-start__heading,
.pmb-start__subtitle,
.pmb-start__card-title,
.pmb-start__card-text {
    margin: 0;
}

.pmb-start__heading {
    width: var(--pmb-start-heading-width-desktop, 125%);
    max-width: none;
    font-family: Jost, Arial, sans-serif;
    font-size: var(--pmb-start-heading-desktop, 76rem);
    line-height: 1.12;
    font-weight: 600;
    letter-spacing: .455rem;
    color: #fff;
}

.pmb-start__subtitle {
    width: 1011rem;
    max-width: 100%;
    font-family: Jost, Arial, sans-serif;
    font-size: 28rem;
    line-height: 1.2;
    font-weight: 400;
    color: rgba(255, 255, 255, .8);
}

.pmb-start__track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 453rem));
    gap: 46rem;
    align-items: stretch;
    width: 100%;
    margin-top: 60rem;
}

.pmb-start__card {
    position: relative;
    display: flex;
    width: 453rem;
    height: 100%;
    min-width: 0;
    padding: 47.27rem 38.462rem 43.269rem;
    overflow: hidden;
    border-radius: 20rem;
    background: #fff;
    color: #333;
}

.pmb-start__card-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20rem;
    width: 376.077rem;
    max-width: 100%;
}

.pmb-start__title-row {
    display: flex;
    align-items: center;
    gap: 29rem;
    width: 100%;
    min-height: 77rem;
}

.pmb-start__number {
    display: block;
    flex: 0 0 auto;
    margin: 0;
    font-family: Jost, Arial, sans-serif;
    font-size: 64rem;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: .4375rem;
    background: linear-gradient(183.96deg, #ff9327 29.499%, #fff 73.161%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    white-space: nowrap;
}

.pmb-start__card-title {
    width: 158rem;
    max-width: 100%;
    font-family: Jost, Arial, sans-serif;
    font-size: 24rem;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: .4375rem;
    color: #333;
}

.pmb-start__card-text {
    width: 100%;
    min-height: 56rem;
    font-family: Jost, Arial, sans-serif;
    font-size: 20rem;
    line-height: 1.4;
    font-weight: 400;
    color: rgba(51, 51, 51, .8);
}

.pmb-start__icon-wrap {
    position: absolute;
    z-index: 2;
    top: 20rem;
    right: 20rem;
    width: 130rem;
    height: 93rem;
    overflow: hidden;
    pointer-events: none;
}

.pmb-start__icon {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.pmb-start__link {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10rem;
    width: max-content;
    max-width: 100%;
    height: 27rem;
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 2rem dashed #ff9327;
    color: rgba(51, 51, 51, .8);
    font-family: Jost, Arial, sans-serif;
    font-size: 17.506rem;
    line-height: 26.259rem;
    font-weight: 400;
    text-decoration: none;
}

.pmb-start__link span {
    border: 0;
}

.pmb-start__link img {
    display: block;
    flex: 0 0 24rem;
    width: 24rem;
    height: 24rem;
    margin: 0;
}

.pmb-start__link:hover,
.pmb-start__link:focus-visible {
    color: #333;
}

.pmb-start__link:focus-visible {
    outline: 2rem solid #ff9327;
    outline-offset: 4rem;
}

@media (max-width: 1100px) and (min-width: 768px) {
    .pmb-start__container {
        max-width: calc(100% - 48rem);
    }

    .pmb-start__heading {
        font-size: 58rem;
    }

    .pmb-start__subtitle {
        font-size: 24rem;
    }

    .pmb-start__track {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28rem;
    }

    .pmb-start__card {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .pmb-start {
        margin-top: 0;
    }

    .pmb-start__shell {
        width: 100%;
        max-width: none;
        margin: 0;
        border-radius: 0;
    }

    .pmb-start__container {
        width: auto;
        max-width: none;
        margin: 0 20rem;
        padding: var(--pmb-start-pt-mobile, 56rem) 0 var(--pmb-start-pb-mobile, 42rem);
    }

    .pmb-start__head {
        gap: 16rem;
        width: 100%;
    }

    .pmb-start__heading {
        width: var(--pmb-start-heading-width-mobile, 100%);
        max-width: 100%;
        font-size: var(--pmb-start-heading-mobile, 28rem);
        line-height: 1.12;
        letter-spacing: 0;
    }


    .pmb-start__subtitle {
        width: 100%;
        font-size: 16rem;
        line-height: 1.45;
    }

    .pmb-start__track {
        display: flex;
        gap: 16rem;
        width: calc(100% + 20rem);
        margin-top: 28rem;
        padding: 0 20rem 8rem 0;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        overscroll-behavior-inline: contain;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .pmb-start__track::-webkit-scrollbar {
        display: none;
    }

    .pmb-start__card {
        flex: 0 0 calc(100vw - 88rem);
        width: auto;
        height: auto;
        min-height: 0;
        padding: 28rem 22rem;
        border-radius: 18rem;
        scroll-snap-align: start;
    }

    .pmb-start__card-content {
        width: 100%;
        gap: 16rem;
    }

    .pmb-start__title-row {
        gap: 18rem;
        min-height: 62rem;
        padding-right: 70rem;
    }

    .pmb-start__number {
        font-size: 50rem;
    }

    .pmb-start__card-title {
        width: auto;
        font-size: 19rem;
    }

    .pmb-start__card-text {
        min-height: 0;
        font-size: 15rem;
        line-height: 1.45;
    }

    .pmb-start__icon-wrap {
        top: 18rem;
        right: 14rem;
        width: 76rem;
        height: 56rem;
    }

    .pmb-start__link {
        height: 24rem;
        font-size: 14rem;
        line-height: 1.35;
    }

    .pmb-start__link img {
        flex-basis: 20rem;
        width: 20rem;
        height: 20rem;
    }
}
