/* reset */
.cst-for {
    position: relative;
    z-index: 3;
}

.cst-for .lt-block-wrapper {
    padding: 80rem 0 40rem !important;
    background: var(--forBackground) !important;
}

.cst-for .container,
.cst-for .my-container {
    padding: 0 !important;
    max-width: 1200rem !important;
    margin: 0 auto !important;
}

.cst-for .row {
    margin: 0 !important;
}

.cst-for .flex-row {
    margin: 0 !important;
}

.cst-for .modal-block-content {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}

.cst-for .builder {
    padding: 0 !important;
}

.cst-for .builder-item,
.cst-for .builder-item p {
    margin-bottom: 0 !important;
}

/* custom */
.cst-for .tsr-header {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 40rem;
    line-height: 130%;
    text-align: center;
    color: var(--forColorTitle);
}

.cst-for .flex-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16rem;
    margin-top: 44rem !important;
}

.cst-for .lt-tsr-block.flex-column {
    border-radius: 32rem !important;
    padding: 40rem 32rem !important;
    background: var(--forCardBackground) !important;
}

.cst-for .lt-tsr-block.flex-column .lt-tsr-content {}

.cst-for .lt-tsr-block.flex-column .lt-tsr-content .image-card {
    margin: 0 !important;
}

.cst-for .lt-tsr-block.flex-column .lt-tsr-content .image-card .image-wrapper {
    margin: 0 !important;
    border: 2rem solid var(--forCardImageBorder) !important;
    background: var(--forCardImageBackground) !important;
    border-radius: 50% !important;
    width: 60rem !important;
    height: 60rem !important;
    padding: 6rem !important;
}

.cst-for .lt-tsr-block.flex-column .lt-tsr-content .image-card .image-wrapper>img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: top !important;
    border-radius: 50% !important;
    margin: 0 !important;
}

.cst-for .lt-tsr-block.flex-column .lt-tsr-content .image-card .image-wrapper>div {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    background-position: center top !important;
    background-size: cover !important;
    border-radius: 50% !important;
    margin: 0 !important;
}

.cst-for .lt-tsr-block.flex-column .lt-tsr-content .f-subheader {
    display: none !important;
}

.cst-for .lt-tsr-block.flex-column .lt-tsr-content .f-header {
    margin: 24rem 0 0 !important;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24rem;
    line-height: 140%;
    color: var(--forCardColorTitle);
}

.cst-for .lt-tsr-block.flex-column .lt-tsr-content .f-header p {
    margin: 0 !important;
}

.cst-for .lt-tsr-block.flex-column .lt-tsr-content .f-description {
    margin: 24rem 0 0 !important;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20rem;
    line-height: 130%;
    color: var(--forCardColorDesc);
}

.cst-for .lt-tsr-block.flex-column .lt-tsr-content .f-description p {
    margin: 0 !important;
}

@media screen and (max-width: 768px) {
    .cst-for .lt-block-wrapper {
        padding: 32rem 16rem 24rem !important;
    }

    .cst-for .container,
    .cst-for .my-container {
        padding: 0 !important;
        max-width: 100% !important;
        margin: 0 auto !important;
    }

    .cst-for .tsr-header {
        font-size: 30rem;
        line-height: 120%;
    }

    .cst-for .flex-row {
        grid-template-columns: 1fr;
        gap: 16rem 0;
        margin-top: 24rem !important;
    }

    .cst-for .lt-tsr-block.flex-column {
        border-radius: 24rem !important;
        padding: 16rem 16rem 24rem 24rem !important;
    }

    .cst-for .lt-tsr-block.flex-column .lt-tsr-content .f-header {
        margin: 16rem 0 0 !important;
        font-size: 20rem;
    }

    .cst-for .lt-tsr-block.flex-column .lt-tsr-content .f-description {
        margin: 16rem 0 0 !important;
        font-size: 18rem;
    }
}