.mrs-ms{
    font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    color:#17233b;
    background:#fff
}

.mrs-ms *{
    box-sizing:border-box
}

.mrs-ms__wrap{
    width:min(1180px,calc(100% - 40px));
    margin:auto
}

.mrs-ms__hero{
    background:#012169;
    padding:62px 0;
    color:#fff
}

.mrs-ms__hero-grid{
    display:grid;
    grid-template-columns:1.05fr .95fr;
    align-items:center;
    gap:48px
}

.mrs-ms__eyebrow{
    margin:0 0 10px;
    color:#c58d00;
    text-transform:uppercase;
    letter-spacing:.1em;
    font-weight:800;
    font-size:13px
}

.mrs-ms__hero .mrs-ms__eyebrow{
    color:#ffee02
}

.mrs-ms h1{
    font-size:clamp(40px,5vw,64px);
    line-height:1.04;
    margin:0 0 20px;
    color:#fff
}

.mrs-ms__hero-copy>p:not(.mrs-ms__eyebrow){
    font-size:20px;
    line-height:1.6;
    color:#e2eaff;
    margin:0
}

.mrs-ms__hero-image{
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 20px 50px rgba(0,0,0,.25);
    aspect-ratio:4/3
}

.mrs-ms__hero-image img{
    width:100%;
    height:100%;
    object-fit:cover
}

.mrs-ms__actions{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    margin-top:28px
}

.mrs-ms__button{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    min-height:54px;
    padding:0 24px;
    border-radius:10px;
    text-decoration:none;
    font-weight:800;
    transition:background .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease
}

.mrs-ms__button--gold{
    background:#ffc303;
    color:#012169
}

.mrs-ms__button--light{
    background:#fff;
    color:#012169
}

.mrs-ms__button--blue{
    background:#012169;
    color:#ffffff!important;
    min-height:72px;
    padding:0 34px;
    border-radius:12px;
    font-size:18px;
    font-weight:800;
    box-shadow:0 10px 22px rgba(1,33,105,.20)
}

.mrs-ms__button--blue:hover,
.mrs-ms__button--blue:focus{
    background:#012169;
    color:#ffffff!important;
    transform:translateY(-2px);
    box-shadow:0 14px 28px rgba(1,33,105,.25)
}

.mrs-ms__partner a.mrs-ms__button--blue,
.mrs-ms__partner a.mrs-ms__button--blue:visited{
    color:#ffffff!important
}

.mrs-ms__section{
    padding:76px 0
}

.mrs-ms__section--soft{
    background:#f4f7fb
}

.mrs-ms__heading{
    max-width:780px;
    margin:0 auto 38px;
    text-align:center
}

.mrs-ms__heading h2,
.mrs-ms__partner h2,
.mrs-ms__form-section h2{
    font-size:clamp(34px,4vw,48px);
    line-height:1.1;
    margin:0 0 16px;
    color:#012169
}

.mrs-ms__heading>p:last-child,
.mrs-ms__partner p,
.mrs-ms__form-section p{
    font-size:18px;
    line-height:1.65;
    color:#526071
}

.mrs-ms__cards,
.mrs-ms__steps{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px
}

.mrs-ms__cards article,
.mrs-ms__steps article{
    background:#fff;
    border:1px solid #dce3ee;
    border-radius:18px;
    padding:28px;
    box-shadow:0 8px 24px rgba(1,33,105,.07)
}

.mrs-ms__cards .dashicons{
    width:54px;
    height:54px;
    display:grid;
    place-items:center;
    border-radius:14px;
    background:#e9f3fb;
    color:#012169;
    font-size:28px
}

.mrs-ms h3{
    font-size:23px;
    color:#012169;
    margin:18px 0 10px
}

.mrs-ms__cards p,
.mrs-ms__steps p{
    font-size:16px;
    line-height:1.6;
    color:#5e6979
}

.mrs-ms__steps article>span{
    width:46px;
    height:46px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:#ffc303;
    color:#012169;
    font-weight:900;
    font-size:20px
}

.mrs-ms__benefits{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
    margin-top:24px
}

.mrs-ms__benefits div{
    display:flex;
    align-items:center;
    gap:10px;
    background:#fff;
    border-radius:12px;
    padding:16px;
    font-weight:700
}

.mrs-ms__benefits .dashicons{
    color:#247f3f
}

.mrs-ms__partner{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:center;
    gap:36px;
    background:#fff8dc;
    border:1px solid #efd675;
    border-radius:20px;
    padding:36px
}

.mrs-ms__faq{
    max-width:900px;
    margin:auto;
    display:flex;
    flex-direction:column;
    gap:12px
}

.mrs-ms__faq details{
    background:#fff;
    border:1px solid #dce3ee;
    border-radius:14px;
    padding:0 20px
}

.mrs-ms__faq summary{
    cursor:pointer;
    padding:20px 0;
    font-weight:800;
    font-size:18px;
    color:#012169
}

.mrs-ms__faq details p{
    margin:0 0 20px;
    color:#5e6979;
    line-height:1.6
}

.mrs-ms__form-section{
    background:#012169;
    padding:76px 0;
    color:#fff
}

.mrs-ms__form-grid{
    display:grid;
    grid-template-columns:.85fr 1.15fr;
    gap:48px;
    align-items:start
}

.mrs-ms__form-section h2{
    color:#fff
}

.mrs-ms__form-section p{
    color:#dce7ff
}

.mrs-ms__phone{
    display:inline-block;
    margin-top:18px;
    color:#ffee02;
    font-size:22px;
    font-weight:800;
    text-decoration:none
}

.mrs-ms__form{
    background:#fff;
    color:#17233b;
    border-radius:20px;
    padding:30px;
    display:flex;
    flex-direction:column;
    gap:16px
}

.mrs-ms__two{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px
}

.mrs-ms__form label{
    display:flex;
    flex-direction:column;
    gap:7px;
    font-weight:700
}

.mrs-ms__form input,
.mrs-ms__form select,
.mrs-ms__form textarea{
    width:100%;
    border:1px solid #cbd5e1;
    border-radius:9px;
    padding:12px;
    font-size:16px
}

.mrs-ms__form button{
    min-height:56px;
    border:0;
    border-radius:10px;
    background:#012169;
    color:#fff;
    font-size:17px;
    font-weight:850;
    cursor:pointer
}

.mrs-ms__form button:disabled{
    opacity:.65
}

.mrs-ms__consent{
    flex-direction:row!important;
    align-items:flex-start;
    font-weight:500!important;
    line-height:1.45
}

.mrs-ms__consent input{
    width:auto;
    margin-top:3px
}

.mrs-ms__hp{
    position:absolute!important;
    left:-9999px!important
}

.mrs-ms__response{
    min-height:22px;
    font-weight:700
}

.mrs-ms__response.is-success{
    color:#17632c
}

.mrs-ms__response.is-error{
    color:#a12020
}

@media(max-width:900px){
    .mrs-ms__hero-grid,
    .mrs-ms__form-grid{
        grid-template-columns:1fr
    }

    .mrs-ms__cards,
    .mrs-ms__steps{
        grid-template-columns:1fr 1fr
    }

    .mrs-ms__hero{
        padding:48px 0
    }

    .mrs-ms__hero-image{
        max-width:700px
    }

    .mrs-ms__partner{
        grid-template-columns:1fr
    }

    .mrs-ms__partner .mrs-ms__button--blue{
        justify-self:start
    }
}

@media(max-width:620px){
    .mrs-ms__wrap{
        width:min(100% - 24px,1180px)
    }

    .mrs-ms__section,
    .mrs-ms__form-section{
        padding:54px 0
    }

    .mrs-ms__cards,
    .mrs-ms__steps,
    .mrs-ms__benefits,
    .mrs-ms__two{
        grid-template-columns:1fr
    }

    .mrs-ms__hero-copy>p:not(.mrs-ms__eyebrow){
        font-size:18px
    }

    .mrs-ms__button{
        width:100%
    }

    .mrs-ms__partner{
        padding:24px
    }

    .mrs-ms__form{
        padding:20px
    }
}
