
/* program__cost styles
--------------------------------------------- */
.list__test {
    margin: 0;
    padding: 0;
    list-style: none;
}

.program__cost {
    margin-top: 170px;
}

.program__cost:first-child {
    margin-top: 80px;
}

.program__cost .section__title {
    font-size: 66px;
    font-weight: 400;
    line-height: 1.07;
    letter-spacing: -0.66px;
    margin: 0 0 25px;
}

.program__cost .container {
    display: flex;
}

.program__cost .section__left {
    flex: 1;
    padding-right: 16px;
    display: flex;
    flex-direction: column;
}

.program__cost .section__left > * {
    width: 100%;
}

.program__cost .section__left .program__included {
    flex-grow: 1;
    margin-bottom: 30px;
}

.program__cost .section__right {
    width: calc(33.33% - 8px);
}

.program__cost .button__custom {
    min-height: 46px;
    width: 100%;
}

.program__cost-image img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: auto;
    border-radius: 24px;
}

.program__included-title {
    margin-bottom: 15px;
}

.program__included-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.program__included-item {
    position: relative;
    margin-right: 16px;
    width: 97px;
    border-radius: 6px;
    border: 1px solid #EBEBEB;
    background-color: #fff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.06);
}

.program__included-item:hover .program__included-item-image img {
    opacity: 1;
}

.program__included-item:hover .program__included-item-icon {
    filter: brightness(0) invert(100%);
}

.program__included-item:hover + .program__included-item {
    opacity: 0;
}

.program__included-item:hover .program__included-item-title {
    display: block;
}

.program__included-item-title {
    display: none;
    position: absolute;
    left: calc(100% + 16px);
    top: 0;
    width: 100%;
    font-size: 12px;
    letter-spacing: -0.12px;
}

.program__included-item-image {
    position: relative;
}

.program__included-item-image img:not(.program__included-item-icon) {
    display: block;
    object-fit: cover;
    width: 100%;
    height: auto;
    aspect-ratio: 97/140;
    border-radius: 6px;
    transition: 0.1s;
    opacity: 0;
}

.program__included-item-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45px;
    height: 45px;
    transition: 0.1s;
}

.program__cost-line {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.program__cost-line-left {
    max-width: 320px;
    font-size: 12px;
    letter-spacing: -0.12px;
}

.program__cost-line-right {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
    letter-spacing: -0.12px;
    text-align: right;
}

.program__cost-line-right li {
    margin-bottom: 10px;
}

.program__cost-line-right li:last-child {
    margin-bottom: 0;
}

.program__cost-line-right strong {
    font-family: Bergamasco;
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3px;
    margin-left: 12px;
}

@media screen and (max-width: 1199px) {
    .program__cost .section__title {
        font-size: 45px;
    }
}

@media screen and (max-width: 991px) {
    .program__cost {
        margin-top: 90px;
    }
    .program__cost .section__title {
        margin-bottom: 24px;
        position: relative;
        padding-right: 30px;
    }
    .program__cost .section__title img {
        display: block;
        width: 30px;
        height: auto;
        position: absolute;
        top: 0;
        right: 0;
    }
    .program__cost .container {
        display: block;
    }
    .program__cost .section__left {
        padding-right: 0;
    }
    .program__cost .section__left .program__included,
    .program__cost .section__left .program__cost-info {
        display: none;
    }
    .program__cost .section__right {
        width: 100%;
    }
    .program__cost-image {
        position: relative;
    }
    .program__cost-image img {
        aspect-ratio: 700/505;
    }
    .program__cost-info-mobile {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 50px 8px 8px;
        border-radius: 0 0 24px 24px;
        background: linear-gradient(180deg, rgba(115, 115, 115, 0) 0%, rgba(115, 115, 115, 0.1) 100%);
        backdrop-filter: blur(10px);
        color: #F7F6F6;
        mask-image: linear-gradient(to top, black 0%, black 70%, rgba(0, 0, 0, 0) 100%);
        -webkit-mask-image: linear-gradient(to top, black 0%, black 70%, rgba(0, 0, 0, 0) 100%);
    }
    .program__cost-info-mobile:not(.active) {
        display: none;
    }
    .program__cost-info-mobile span,
    .program__cost-info-mobile strong {
        display: block;
        padding-left: 16px;
    }
    .program__cost-info-mobile span {
        font-size: 14px;
        letter-spacing: -0.14px;
    }
    .program__cost-info-mobile strong {
        font-family: Bergamasco;
        font-size: 35px;
        line-height: 1;
        font-weight: 400;
        margin-top: 5px;
        margin-bottom: 15px;
        letter-spacing: -0.35px;
    }
    .program__cost-people-line {
        border-radius: 10em;
        background-color: #EFEDED;
        display: flex;
        padding: 2px;
        margin-bottom: 6px;
    }
    .program__cost-people-line .tab__button {
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 0.15px;
        color: #868586;
        border-radius: 10em;
        flex: 1;
        text-align: center;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 36px;
        cursor: pointer;
    }
    .program__cost-people-line .tab__button:hover {
        color: #404041;
    }
    .program__cost-people-line .tab__button.active {
        color: #404041;
        background: #FFF;
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
        cursor: default;
    }
    .program__included-mobile {
        margin-top: 24px;
        background-color: #fff;
        border-radius: 24px;
        padding: 24px 24px 12px;
        position: relative;
    }
    .program__included-icon {
        display: block;
        width: 24px;
        height: auto;
        position: absolute;
        right: 24px;
        top: 24px;
    }
    .program__included-title {
        font-size: 28px;
        font-weight: 500;
        letter-spacing: -0.28px;
        margin-bottom: 5px;
    }
    .program__included-description {
        font-size: 14px;
        letter-spacing: -0.14px;
        max-width: 540px;
        color: #898989;
    }
    .program__included-list {
        margin-top: 45px;
        font-size: 14px;
        letter-spacing: -0.14px;
        flex-wrap: wrap;
        margin-left: -16px;
        position: relative;
    }
    .program__included-list::before, .program__included-list::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        bottom: 15px;
        border-right: 1px dashed #898989;
    }
    .program__included-list::before {
        left: 33.33%;
    }
    .program__included-list::after {
        left: 66.66%;
    }
    .program__included-list li {
        margin-bottom: 15px;
        width: 33.33%;
        min-width: 33.33%;
        padding-left: 16px;
    }
}

@media screen and (max-width: 767px) {
    /**/
}

@media screen and (max-width: 576px) {
    .program__cost {
        margin-top: 65px;
    }
    .program__cost .section__title {
        font-size: 30px;
        margin-bottom: 22px;
    }
    .program__cost-image img {
        aspect-ratio: 350/500;
    }
    .program__included-mobile {
        padding: 16px;
    }
    .program__included-title {
        font-size: 24px;
    }
    .program__included-icon {
        top: 16px;
        right: 16px;
    }
    .program__included-description {
        font-size: 12px;
    }
    .program__included-list {
        margin-top: 40px;
        font-size: 12px;
        margin-right: -10px;
    }
    .program__included-list::before {
        display: none;
    }
    .program__included-list::after {
        left: 50%;
    }
    .program__included-list li {
        width: 50%;
        min-width: 50%;
    }
}

@media screen and (min-width: 992px) {
    .program__cost .section__title img,
    .program__cost .program__cost-people-line,
    .program__cost .program__cost-info-mobile,
    .program__cost .program__included-mobile {
        display: none;
    }
}