/* Reference layout for the "Why parents choose SAIKT" block. */
html body #root #aboutUs.container-page.why-we-are-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    scroll-margin-top: 92px !important;
}

html body #root #aboutUs.why-we-are-wrapper .container-page__title {
    width: auto !important;
    max-width: 1260px !important;
    margin: 0 auto 10px !important;
    color: #004789 !important;
    text-align: left !important;
    font-size: 44px !important;
    line-height: 52px !important;
    letter-spacing: 0 !important;
}

html body #root #aboutUs .why-we-are {
    width: auto !important;
    max-width: 1260px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: linear-gradient(180deg, #f8fcff 0%, #fff 100%) !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    overflow: visible !important;
}

html body #root #aboutUs .why-we-are__lead {
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 24px !important;
    color: #28282b !important;
    font-size: 17px !important;
    line-height: 26px !important;
}

html body #root #aboutUs .why-we-are__top,
html body #root #aboutUs .why-we-are__grid {
    display: grid !important;
}

html body #root #aboutUs .why-we-are__top {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 22px !important;
    margin-bottom: 22px !important;
}

html body #root #aboutUs .why-we-are__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 18px !important;
}

html body #root #aboutUs .why-card {
    position: relative !important;
    display: grid !important;
    align-items: start !important;
    overflow: hidden !important;
    border: 1px solid rgba(0, 139, 210, .16) !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: 0 10px 24px rgba(0, 71, 137, .075) !important;
    box-sizing: border-box !important;
}

html body #root #aboutUs .why-card:before,
html body #root #aboutUs .why-card__icon:after {
    content: none !important;
    display: none !important;
}

html body #root #aboutUs .why-card__icon,
html body #root #aboutUs .why-card__visual {
    flex: 0 0 auto !important;
}

html body #root #aboutUs .why-card__icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

html body #root #aboutUs .why-card__icon img,
html body #root #aboutUs .why-card__visual-main {
    display: block !important;
    object-fit: contain !important;
    filter: none !important;
}

html body #root #aboutUs .why-card__icon i,
html body #root #aboutUs .why-card__visual i,
html body #root #aboutUs .why-card__visual-glow,
html body #root #aboutUs .why-card__visual-orbit,
html body #root #aboutUs .why-card__visual-panel,
html body #root #aboutUs .why-card__visual-chip {
    display: none !important;
}

html body #root #aboutUs .why-card__content {
    position: relative !important;
    z-index: 2 !important;
    min-width: 0 !important;
    width: auto !important;
    max-width: none !important;
}

html body #root #aboutUs .why-card h3 {
    max-width: none !important;
    margin: 0 !important;
    color: #004789 !important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
}

html body #root #aboutUs .why-card strong {
    display: block !important;
    color: #ff5e5e !important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700 !important;
}

html body #root #aboutUs .why-card p {
    margin: 0 !important;
    color: #28282b !important;
    font-family: "Montserrat", sans-serif !important;
}

html body #root #aboutUs .why-card--large {
    grid-template-columns: 72px minmax(0, 1fr) 230px !important;
    grid-template-rows: auto !important;
    column-gap: 18px !important;
    row-gap: 10px !important;
    align-items: start !important;
    min-height: 286px !important;
    padding: 28px !important;
}

html body #root #aboutUs .why-card--large .why-card__icon {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 68px !important;
    height: 68px !important;
}

html body #root #aboutUs .why-card--large .why-card__icon img {
    width: 68px !important;
    height: 68px !important;
}

html body #root #aboutUs .why-card--large .why-card__content {
    display: block !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: start !important;
    max-width: 430px !important;
    padding-top: 4px !important;
}

html body #root #aboutUs .why-card--large h3 {
    margin: 0 !important;
    margin-bottom: 10px !important;
    font-size: 24px !important;
    line-height: 30px !important;
}

html body #root #aboutUs .why-card--large strong {
    display: block !important;
    margin: 0 !important;
    margin-bottom: 16px !important;
    font-size: 17px !important;
    line-height: 23px !important;
}

html body #root #aboutUs .why-card--large p {
    font-size: 15px !important;
    line-height: 24px !important;
}

html body #root #aboutUs .why-card--large .why-card__visual {
    position: relative !important;
    z-index: 1 !important;
    display: flex !important;
    grid-column: 3 !important;
    grid-row: 1 !important;
    align-self: center !important;
    align-items: center !important;
    justify-content: center !important;
    width: 230px !important;
    height: 210px !important;
    margin: auto 0 auto auto !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
}

html body #root #aboutUs .why-card--large .why-card__visual:before,
html body #root #aboutUs .why-card--large .why-card__visual:after {
    content: none !important;
    display: none !important;
}

html body #root #aboutUs .why-card--large .why-card__visual-main {
    width: 230px !important;
    height: 210px !important;
}

html body #root #aboutUs .why-card--small {
    grid-template-columns: 94px minmax(0, 1fr) !important;
    gap: 16px !important;
    min-height: 222px !important;
    padding: 18px !important;
}

html body #root #aboutUs .why-card--small .why-card__icon {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 94px !important;
    height: 94px !important;
    align-self: start !important;
}

html body #root #aboutUs .why-card--small .why-card__icon img {
    width: 94px !important;
    height: 94px !important;
}

html body #root #aboutUs .why-card--small .why-card__content {
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: start !important;
}

html body #root #aboutUs .why-card--small h3 {
    margin: 0 0 12px !important;
    font-size: 16px !important;
    line-height: 21px !important;
}

html body #root #aboutUs .why-card--small p {
    font-size: 13px !important;
    line-height: 20px !important;
}

html body #root #aboutUs .why-we-are__note {
    display: flex !important;
    align-items: center !important;
    gap: 18px !important;
    margin-top: 22px !important;
    padding: 16px 28px !important;
    min-height: 56px !important;
    border: 1px solid rgba(0, 139, 210, .12) !important;
    border-radius: 8px !important;
    background: #f5fbff !important;
    color: #28282b !important;
    font-size: 14px !important;
    line-height: 20px !important;
    box-sizing: border-box !important;
}

html body #root #aboutUs .why-we-are__note i {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
    background: #008bd2 !important;
    color: #fff !important;
    font-size: 20px !important;
    flex: 0 0 auto !important;
}

@media screen and (max-width: 1480px) {
    html body #root #aboutUs.why-we-are-wrapper .container-page__title,
    html body #root #aboutUs .why-we-are {
        max-width: min(1260px, calc(100% - 120px)) !important;
    }

    html body #root #aboutUs .why-card--large {
        grid-template-columns: 68px minmax(0, 1fr) 210px !important;
    }

    html body #root #aboutUs .why-card--large .why-card__visual,
    html body #root #aboutUs .why-card--large .why-card__visual-main {
        width: 210px !important;
        height: 190px !important;
    }

    html body #root #aboutUs .why-card--small {
        grid-template-columns: 96px minmax(0, 1fr) !important;
    }

    html body #root #aboutUs .why-card--small .why-card__icon,
    html body #root #aboutUs .why-card--small .why-card__icon img {
        width: 94px !important;
        height: 94px !important;
    }
}

@media screen and (max-width: 1180px) {
    html body #root #aboutUs.why-we-are-wrapper .container-page__title,
    html body #root #aboutUs .why-we-are {
        max-width: min(1260px, calc(100% - 80px)) !important;
    }

    html body #root #aboutUs .why-we-are__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    html body #root #aboutUs .why-card--large {
        grid-template-columns: 72px minmax(0, 1fr) 190px !important;
    }

    html body #root #aboutUs .why-card--large .why-card__visual,
    html body #root #aboutUs .why-card--large .why-card__visual-main {
        width: 190px !important;
        height: 160px !important;
    }
}

@media screen and (max-width: 940px) {
    html body #root #aboutUs .why-we-are__top {
        grid-template-columns: 1fr !important;
    }

    html body #root #aboutUs .why-card--large {
        grid-template-columns: 72px minmax(0, 1fr) 230px !important;
        min-height: 252px !important;
    }

    html body #root #aboutUs .why-card--large .why-card__visual,
    html body #root #aboutUs .why-card--large .why-card__visual-main {
        width: 230px !important;
        height: 190px !important;
    }
}

@media screen and (max-width: 720px) {
    html body #root #aboutUs.why-we-are-wrapper .container-page__title,
    html body #root #aboutUs .why-we-are {
        max-width: calc(100% - 40px) !important;
    }

    html body #root #aboutUs.why-we-are-wrapper .container-page__title {
        font-size: 36px !important;
        line-height: 43px !important;
    }

    html body #root #aboutUs .why-we-are {
        padding: 18px !important;
    }

    html body #root #aboutUs .why-we-are__lead {
        font-size: 15px !important;
        line-height: 23px !important;
    }

    html body #root #aboutUs .why-we-are__grid {
        grid-template-columns: 1fr !important;
    }

    html body #root #aboutUs .why-card--large,
    html body #root #aboutUs .why-card--small {
        grid-template-columns: 56px minmax(0, 1fr) !important;
        gap: 14px !important;
        min-height: 0 !important;
        padding: 18px !important;
    }

    html body #root #aboutUs .why-card--large .why-card__icon,
    html body #root #aboutUs .why-card--large .why-card__icon img,
    html body #root #aboutUs .why-card--small .why-card__icon,
    html body #root #aboutUs .why-card--small .why-card__icon img {
        width: 56px !important;
        height: 56px !important;
    }

    html body #root #aboutUs .why-card--large .why-card__content,
    html body #root #aboutUs .why-card--small .why-card__content {
        display: block !important;
        grid-column: 2 !important;
        grid-row: 1 !important;
        max-width: none !important;
        padding-top: 0 !important;
    }

    html body #root #aboutUs .why-card--large h3 {
        font-size: 22px !important;
        line-height: 27px !important;
    }

    html body #root #aboutUs .why-card--large strong {
        margin-bottom: 10px !important;
        font-size: 15px !important;
        line-height: 21px !important;
    }

    html body #root #aboutUs .why-card--large .why-card__visual {
        grid-column: 1 / -1 !important;
        grid-row: 2 !important;
        justify-self: center !important;
        width: 100% !important;
        max-width: 260px !important;
        height: 160px !important;
        margin-top: 10px !important;
    }

    html body #root #aboutUs .why-card--large .why-card__visual-main {
        width: 100% !important;
        height: 160px !important;
    }
}
