.page[name='trainingSets'] > .content > .heroSection > .heroInner {
    width: 1200px;
    max-width: calc(100% - 64px);
    margin-right: auto;
    margin-left: auto;
    align-items: center;
    position: relative;
    z-index: 2;
}
.page[name='trainingSets'] > .content > .heroSection > .breadcrumb {
    width: 1200px;
    max-width: calc(100% - 64px);
    margin-right: auto;
    margin-left: auto;
}
.page[name='trainingSets'] > .content > .heroSection > .heroInner > .heroCopy > .breadcrumb {
    display: inline-grid;
    grid-template-columns: auto 8px auto;
    gap: 10px;
    align-items: center;
}
.page[name='trainingSets'] > .content > .heroSection > .heroInner > .heroCopy > .breadcrumb > .breadcrumbLink {
    text-decoration: none;
}
.page[name='trainingSets'] > .content > .heroSection > .heroInner > .heroCopy > .breadcrumb > .breadcrumbSeparator {
    width: 6px;
    height: 6px;
    border-top: 1px solid;
    transform: rotate(45deg);
}
.page[name='trainingSets'] > .content > .heroSection > .heroInner > .heroCopy > .breadcrumb > .breadcrumbCurrent {
    font-weight: 700;
}
.page[name='trainingSets'] > .content > .heroSection > .heroInner > .heroCopy > .heroTitle {
    max-width: 610px;
    margin-top: 24px;
}
.page[name='trainingSets'] > .content > .heroSection > .heroInner > .heroCopy > .heroDescription {
    max-width: 585px;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}
.page[name='trainingSets'] > .content > .heroSection > .heroInner > .heroCopy > .heroFeatures {
    margin-top: 24px;
}
.page[name='trainingSets'] > .content > .heroSection > .heroInner > .heroCopy > .heroFeatures > .heroFeature {
    display: inline-grid;
    grid-template-columns: 16px auto;
    gap: 8px;
    align-items: center;
    vertical-align: middle;
}
.page[name='trainingSets'] > .content > .heroSection > .heroInner > .heroCopy > .heroFeatures > .heroFeature > img {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    display: inline-block;
}
.page[name='trainingSets'] > .content > .heroSection > .heroInner > .heroCopy > .heroFeatures > .heroFeature > .featureLabel {
    font-weight: 600;
}
.page[name='trainingSets'] > .content > .heroSection > .heroInner > .heroVisual > img {
    width: 100%;
    height: 100%;
}
.page[name='trainingSets'] > .content > .setsSection > .sectionInner > .sectionTitle {
    font-size: 35px;
    font-weight: 800;
}
.page[name='trainingSets'] > .content > .setsSection > .sectionInner > .sectionDescription {
    max-width: 650px;
    margin-top: 12px;
}
.page[name='trainingSets'] > .content > .setsSection > .sectionInner > .tabList {
    padding: 5px;
}
.page[name='trainingSets'] > .content > .setsSection > .sectionInner > .tabList > .button {
    padding: 16px;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    font-weight: 700;
    transition: all 0.3s ease;
}
.page[name='trainingSets'] > .content > .setsSection > .sectionInner > .sectionHeader {
    text-align: center;
}
.page[name='trainingSets'] > .content > .setsSection > .sectionInner > .sets {
    margin-top: 48px;
}
.page[name='trainingSets'] > .content > .setsSection > .sectionInner > .sets:not([index='8']) {
    display: none;
}
.page[name='trainingSets'] > .content > .setsSection > .sectionInner > .sets > .set:hover {
    transform: translateY(-4px);
}
.page[name='trainingSets'] > .content > .setsSection > .sectionInner > .sets > .set {
    position: relative;
    border-radius: 28px;
    transition: transform 0.3s ease;
    margin-bottom: 24px;
}
.page[name='trainingSets'] > .content > .setsSection > .sectionInner > .sets > .set > .imageWrapper {
    border-top-right-radius: 28px;
    border-top-left-radius: 28px;
    height: 136px;
}
.page[name='trainingSets'] > .content > .setsSection > .sectionInner > .sets > .set > .imageWrapper > img {
    width: 100%;
    height: 100%;
    display: block;
    border-top-right-radius: 28px;
    border-top-left-radius: 28px;
    object-fit: cover;
}
.page[name='trainingSets'] > .content > .setsSection > .sectionInner > .sets > .set > .title {
    margin-top: 24px;
    font-size: 22px;
    font-weight: 600;
    padding-right: 24px;
    padding-left: 24px;
}
.page[name='trainingSets'] > .content > .setsSection > .sectionInner > .sets > .set > .options {
    display: grid;
    gap: 13px;
    min-height: 170px;
    margin-top: 28px;
    padding-right: 24px;
    padding-left: 24px;
}
.page[name='trainingSets'] > .content > .setsSection > .sectionInner > .sets > .set > .options > .option {
    display: flex;
    gap: 12px;
    font-weight: 500;
}
.page[name='trainingSets'] > .content > .setsSection > .sectionInner > .sets > .set > .options > .option > span {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.page[name='trainingSets'] > .content > .setsSection > .sectionInner > .sets > .set > .price {
    overflow: hidden;
    margin-top: 22px;
    padding-right: 24px;
    padding-left: 24px;
}
.page[name='trainingSets'] > .content > .setsSection > .sectionInner > .sets > .set > .price > .side:first-child {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    font-size: 35px;
    font-weight: 800;
    margin-top: 8px;
}
.page[name='trainingSets'] > .content > .setsSection > .sectionInner > .sets > .set > .price > .side:first-child > .currency,
.page[name='trainingSets'] > .content > .setsSection > .sectionInner > .sets > .set > .price > .side:first-child > .value {
    font-size: 26px;
}
.page[name='trainingSets'] > .content > .setsSection > .sectionInner > .sets > .set > .price > .side:first-child > .period {
    font-size: 16px;
}
.page[name='trainingSets'] > .content > .setsSection > .sectionInner > .sets > .set > .price > .side:last-child > .total {
    font-size: 16px;
    margin-bottom: 12px;
}
.page[name='trainingSets'] > .content > .setsSection > .sectionInner > .sets > .set > .price > .side:last-child > .total > span {
    font-weight: 700;
}
.page[name='trainingSets'] > .content > .setsSection > .sectionInner > .sets > .set > .price > .side:last-child > .installment > img {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}
.page[name='trainingSets'] > .content > .setsSection > .sectionInner > .sets > .set > .price > .side:last-child > .installment > .value {
    margin-right: 4px;
    margin-left: 4px;
}
.page[name='trainingSets'] > .content > .setsSection > .sectionInner > .sets > .set > .price > .side:last-child > .installment > span {
    vertical-align: middle;
    font-size: 16px;
    font-weight: 600;
}
.page[name='trainingSets'] > .content > .setsSection > .sectionInner > .sets > .set > .cardActions {
    display: grid;
    grid-template-columns: 0.7fr 1fr;
    gap: 10px;
    padding: 28px 24px 24px;
}
.page[name='trainingSets'] > .content > .setsSection > .sectionInner > .sets > .set > .cardActions > .button {
    padding: 12px 18px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border-radius: 14px;
}
.page[name='trainingSets'] > .content > .journeySection > .sectionInner {
    width: 1200px;
    max-width: calc(100% - 64px);
    margin-right: auto;
    margin-left: auto;
}
.page[name='trainingSets'] > .content > .journeySection > .sectionInner > .sectionTitle {
    font-size: 36px;
    font-weight: 800;
}
.page[name='trainingSets'] > .content > .journeySection > .sectionInner > .sectionDescription {
    max-width: 650px;
    margin-top: 12px;
    font-size: 18px;
    font-weight: 500;
}
.page[name='trainingSets'] > .content > .journeySection > .sectionInner > .journeyTrack {
    margin-top: 44px;
    position: relative;
}
.page[name='trainingSets'] > .content > .journeySection > .sectionInner > .journeyTrack > .trackLine {
    height: 2px;
    position: absolute;
    top: 48px;
    right: 110px;
    left: 110px;
    border-top: 2px dashed;
}
.page[name='trainingSets'] > .content > .journeySection > .sectionInner > .journeyTrack > .journeySteps > .journeyStep:hover > .stepNumber {
    transform: scale(1.06) translateY(-2px);
}
.page[name='trainingSets'] > .content > .journeySection > .sectionInner > .journeyTrack > .journeySteps > .journeyStep > .stepNumber {
    width: 96px;
    height: 96px;
    margin: auto;
    border: 5px solid;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 22px;
    font-weight: 600;
    transition: transform 0.3s ease;
}
.page[name='trainingSets'] > .content > .journeySection > .sectionInner > .journeyTrack > .journeySteps > .journeyStep > .stepCard {
    min-height: 128px;
    padding: 23px 20px;
    border: 1px solid;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.3s ease;
}
.page[name='trainingSets'] > .content > .journeySection > .sectionInner > .journeyTrack > .journeySteps > .journeyStep > .stepCard > .stepTitle {
    font-size: 18px;
    font-weight: 600;
}
.page[name='trainingSets'] > .content > .journeySection > .sectionInner > .journeyTrack > .journeySteps > .journeyStep > .stepCard > .stepDescription {
    margin-top: 12px;
    font-weight: 500;
}
.page[name='trainingSets'] > .content > .benefitsSection > .sectionInner {
    width: 1200px;
    max-width: calc(100% - 64px);
    margin-right: auto;
    margin-left: auto;
}
.page[name='trainingSets'] > .content > .benefitsSection > .sectionInner > .sectionTitle {
    font-size: 36px;
    font-weight: 800;
}
.page[name='trainingSets'] > .content > .benefitsSection > .sectionInner > .sectionDescription {
    max-width: 680px;
    margin-top: 12px;
    font-size: 18px;
    font-weight: 500;
}
.page[name='trainingSets'] > .content > .benefitsSection > .sectionInner > .benefitsGrid > .benefitCard:hover {
    transform: translateY(-4px);
}
.page[name='trainingSets'] > .content > .benefitsSection > .sectionInner > .benefitsGrid > .benefitCard {
    min-height: 175px;
    padding: 25px;
    border: 1px solid;
    border-radius: 14px;
    transition: transform 0.3s ease;
}
.page[name='trainingSets'] > .content > .benefitsSection > .sectionInner > .benefitsGrid > .benefitCard > .benefitIcon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    padding: 10px;
}
.page[name='trainingSets'] > .content > .benefitsSection > .sectionInner > .benefitsGrid > .benefitCard > .benefitIcon > img {
    width: 100%;
    height: 100%;
    display: block;
}
.page[name='trainingSets'] > .content > .benefitsSection > .sectionInner > .benefitsGrid > .benefitCard > .benefitTitle {
    margin-top: 18px;
    font-size: 18px;
    font-weight: 700;
}
.page[name='trainingSets'] > .content > .benefitsSection > .sectionInner > .benefitsGrid > .benefitCard > .benefitDescription {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
}
.page[name='trainingSets'] > .content > .questionSection > .sectionInner {
    width: 1200px;
    max-width: calc(100% - 64px);
    margin-right: auto;
    margin-left: auto;
}
.page[name='trainingSets'] > .content > .questionSection > .sectionInner > .sectionTitle {
    font-size: 36px;
    font-weight: 800;
}
.page[name='trainingSets'] > .content > .questionSection > .sectionInner > .sectionDescription {
    margin-top: 12px;
    font-size: 18px;
    font-weight: 500;
}
.page[name='trainingSets'] > .content > .questionSection > .sectionInner > .questionContent {
    margin-top: 36px;
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    gap: 24px;
    align-items: start;
}
.page[name='trainingSets'] > .content > .questionSection > .sectionInner > .questionContent > .buttons > .button:hover {
    transform: translateY(-2px);
}
.page[name='trainingSets'] > .content > .questionSection > .sectionInner > .questionContent > .buttons > .button {
    min-height: 54px;
    margin-bottom: 10px;
    padding: 10px 14px;
    border: 1px solid;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 34px 1fr 16px;
    gap: 10px;
    align-items: center;
    transition: transform 0.3s ease;
}
.page[name='trainingSets'] > .content > .questionSection > .sectionInner > .questionContent > .buttons > .button > .faqNumber {
    width: 26px;
    height: 26px;
    border-radius: 7px;
    display: grid;
    place-items: center;
    font-size: 10px;
    font-weight: 800;
}
.page[name='trainingSets'] > .content > .questionSection > .sectionInner > .questionContent > .buttons > .button > .faqQuestion {
    font-size: 16px;
    font-weight: 600;
}
.page[name='trainingSets'] > .content > .questionSection > .sectionInner > .questionContent > .buttons > .button > .faqArrow {
    width: 7px;
    height: 7px;
    border-bottom: 1px solid;
    transform: rotate(45deg);
}
.page[name='trainingSets'] > .content > .questionSection > .sectionInner > .questionContent > .answer:not([index='0']) {
    display: none;
}
.page[name='trainingSets'] > .content > .questionSection > .sectionInner > .questionContent > .answer {
    min-height: 264px;
    padding: 30px;
    border: 1px solid;
    border-radius: 13px;
}
.page[name='trainingSets'] > .content > .questionSection > .sectionInner > .questionContent > .answer > .answerTitle {
    font-size: 26px;
    font-weight: 800;
}
.page[name='trainingSets'] > .content > .questionSection > .sectionInner > .questionContent > .answer > .answerDescription {
    margin-top: 18px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
}
.page[name='trainingSets'] > .content > .questionSection > .sectionInner > .button {
    padding: 12px 16px;
    border-radius: 16px;
    margin-top: 32px;
    margin-right: auto;
    margin-left: auto;
    width: 220px;
    text-align: center;
}
.page[name='trainingSets'] > .content > .questionSection > .sectionInner > .button > span {
    font-size: 16px;
    font-weight: 600;
}
.page[name='trainingSets'] > .content > .questionSection > .sectionInner > .button > img {
    width: 20px;
    height: 20px;
    display: inline-block;
    transform: rotate(180deg);
}
.page[name='trainingSets'] > .content > .questionSection > .sectionInner > .button > img {
    vertical-align: middle;
}
.page[name='trainingSets'] > .content > .advisorSection {
    width: 1200px;
    max-width: calc(100% - 64px);
    margin-right: auto;
    margin-left: auto;
}
.page[name='trainingSets'] > .content > .advisorSection > .advisorInner {
    border-radius: 24px;
}
.page[name='trainingSets'] > .content > .advisorSection > .advisorInner > .advisorCopy > .advisorTitle {
    font-size: 30px;
    font-weight: 800;
}
.page[name='trainingSets'] > .content > .advisorSection > .advisorInner > .advisorCopy > .advisorDescription {
    max-width: 660px;
    margin-top: 11px;
}
.page[name='trainingSets'] > .content > .advisorSection > .advisorInner > .advisorActions {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 8px;
    white-space: nowrap;
}
.page[name='trainingSets'] > .content > .advisorSection > .advisorInner > .advisorActions > .button:hover {
    transform: translateY(-2px);
}
.page[name='trainingSets'] > .content > .advisorSection > .advisorInner > .advisorActions > .button {
    min-width: 150px;
    padding: 14px 18px;
    border: 1px solid;
    border-radius: 10px;
    font-weight: 700;
    text-align: center;
    transition: transform 0.3s ease;
}
.page[name='trainingSets'] > .content > .advisorSection > .advisorInner > .advisorActions > .button > .buttonIcon {
    width: 12px;
    height: 12px;
    display: inline-block;
    border: 2px solid;
    border-radius: 50%;
    vertical-align: middle;
}

@media (max-width: 1200px) {
    .page[name='trainingSets'] > .content > .heroSection > .heroInner > .heroCopy > .heroTitle {
        font-size: 38px;
        font-weight: 700;
    }
    .page[name='trainingSets'] > .content > .heroSection > .heroInner > .heroCopy > .heroFeatures > .heroFeature {
        margin-bottom: 8px;
    }
    .page[name='trainingSets'] > .content > .setsSection > .sectionInner > .tabList {
        overflow-x: auto;
        white-space: nowrap;
        padding-right: 32px;
        padding-left: 32px;
    }
    .page[name='trainingSets'] > .content > .setsSection > .sectionInner > .tabList > .button {
        display: inline-block;
        vertical-align: middle;
    }
    .page[name='trainingSets'] > .content > .setsSection > .sectionInner > .sets {
        width: 1200px;
        max-width: calc(100% - 64px);
        margin-right: auto;
        margin-left: auto;
    }
    .page[name='trainingSets'] > .content > .setsSection > .sectionInner > .sets > .set {
        margin-bottom: 24px;
    }
    .page[name='trainingSets'] > .content > .journeySection,
    .page[name='trainingSets'] > .content > .benefitsSection,
    .page[name='trainingSets'] > .content > .questionSection {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .page[name='trainingSets'] > .content > .benefitsSection > .sectionInner > .sectionDescription {
        margin-bottom: 16px;
    }
    .page[name='trainingSets'] > .content > .journeySection > .sectionInner > .journeyTrack > .trackLine {
        display: none;
    }
    .page[name='trainingSets'] > .content > .journeySection > .sectionInner > .journeyTrack > .journeySteps > .journeyStep:not(:last-child) {
        margin-bottom: 24px;
    }
    .page[name='trainingSets'] > .content > .journeySection > .sectionInner > .journeyTrack > .journeySteps > .journeyStep > .stepCard {
        margin-top: 16px;
    }
    .page[name='trainingSets'] > .content > .benefitsSection > .sectionInner > .benefitsGrid > .benefitCard {
        margin-bottom: 16px;
    }
    .page[name='trainingSets'] > .content > .advisorSection {
        padding-bottom: 32px;
    }
    .page[name='trainingSets'] > .content > .advisorSection > .advisorInner {
        padding: 24px;
    }
    .page[name='trainingSets'] > .content > .advisorSection > .advisorInner > .advisorCopy {
        margin-bottom: 16px;
    }
}
@media (min-width: 1201px) {
    .page[name='trainingSets'] > .content > .heroSection {
        min-height: 470px;
        padding-bottom: 74px;
        overflow: hidden;
    }
    .page[name='trainingSets'] > .content > .heroSection > .heroInner {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .page[name='trainingSets'] > .content > .heroSection > .heroInner > .heroVisual {
        width: 100%;
        height: 100%;
    }
    .page[name='trainingSets'] > .content > .heroSection > .heroInner > .heroCopy > .heroTitle {
        font-size: 48px;
        font-weight: 800;
    }
    .page[name='trainingSets'] > .content > .setsSection {
        padding-bottom: 72px;
        min-height: 735px;
    }
    .page[name='trainingSets'] > .content > .setsSection > .sectionInner {
        width: 1200px;
        max-width: calc(100% - 64px);
        margin-right: auto;
        margin-left: auto;
    }
    .page[name='trainingSets'] > .content > .setsSection > .sectionInner > .tabList {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        margin-top: 34px;
        border-radius: 14px;
    }
    .page[name='trainingSets'] > .content > .setsSection > .sectionInner > .sets > .set {
        width: calc(33.3% - 16px);
        display: inline-block;
        vertical-align: middle;
    }
    .page[name='trainingSets'] > .content > .journeySection {
        padding-top: 66px;
        padding-bottom: 78px;
    }
    .page[name='trainingSets'] > .content > .journeySection > .sectionInner > .journeyTrack > .journeySteps {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        position: relative;
        z-index: 2;
    }
    .page[name='trainingSets'] > .content > .journeySection > .sectionInner > .journeyTrack > .journeySteps > .journeyStep > .stepCard {
        margin-top: 18px;
        height: 140px;
    }
    .page[name='trainingSets'] > .content > .benefitsSection {
        padding-top: 62px;
        padding-bottom: 70px;
    }
    .page[name='trainingSets'] > .content > .benefitsSection > .sectionInner > .sectionDescription {
        margin-bottom: 16px;
    }
    .page[name='trainingSets'] > .content > .benefitsSection > .sectionInner > .benefitsGrid {
        margin-top: 38px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }
    .page[name='trainingSets'] > .content > .questionSection {
        padding-top: 56px;
        padding-bottom: 64px;
    }
    .page[name='trainingSets'] > .content > .advisorSection {
        padding-bottom: 68px;
    }
    .page[name='trainingSets'] > .content > .advisorSection > .advisorInner {
        padding: 80px 42px;
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 42px;
        align-items: center;
    }
}