* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: Poppins, Arial, sans-serif;
    color: #172B3A;
    background: #F7F9F6;
    line-height: 1.6;
    overflow-x: hidden
}

a {
    text-decoration: none;
    color: inherit
}

img {
    max-width: 100%;
    display: block
}

.container {
    width: min(1180px, calc(100% - 48px));
    margin: auto
}

.topline {
    height: 4px;
    background: linear-gradient(90deg, #0B2948, #D4A72C, #087A4B)
}

header {
    position: fixed;
    top: 4px;
    left: 0;
    right: 0;
    height: 88px;
    z-index: 50;
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid transparent;
    transition: .3s
}

header.scrolled {
    height: 74px;
    border-color: rgba(11, 41, 72, .12);
    box-shadow: 0 8px 30px rgba(7, 29, 53, .06)
}

.nav {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.brand {
    display: flex;
    align-items: center;
    gap: 11px
}

.brand img {
    width: 55px;
    height: 55px;
    object-fit: contain
}

.brand span {
    display: flex;
    flex-direction: column;
    line-height: 1.1
}

.brand b {
    font-size: 18px;
    letter-spacing: .06em;
    color: #0B2948
}

.brand small {
    font-size: 9px;
    letter-spacing: .18em;
    color: #607080;
    margin-top: 5px
}

.nav {
    position: relative
}

nav {
    display: flex;
    align-items: center;
    gap: 27px;
    font-size: 14px;
    color: #425365
}

nav>a:not(.navbtn) {
    position: relative
}

nav>a:not(.navbtn):after {
    content: "";
    position: absolute;
    height: 1px;
    background: #D4A72C;
    left: 0;
    right: 100%;
    bottom: -7px;
    transition: .25s
}

nav>a:not(.navbtn):hover:after {
    right: 0
}

.navbtn {
    background: #0B2948;
    color: #fff;
    padding: 13px 18px;
    border-radius: 3px;
    transition: .25s
}

.navbtn:hover {
    background: #087A4B;
    transform: translateY(-2px)
}

.menu {
    display: none;
    border: 0;
    background: none
}

.menu i {
    display: block;
    width: 25px;
    height: 2px;
    background: #0B2948;
    margin: 5px
}

.hero {
    min-height: 800px;
    padding: 155px 0 30px;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 78% 25%, rgba(212, 167, 44, .13), transparent 28%), linear-gradient(135deg, #f8faf7, #fff 55%, #eef5f0)
}

.hero:before {
    content: "";
    position: absolute;
    width: 650px;
    height: 650px;
    border: 1px solid rgba(11, 41, 72, .07);
    border-radius: 50%;
    right: -270px;
    top: 100px
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr .94fr;
    gap: 65px;
    align-items: center
}

.eyebrow,
.kicker {
    font-size: 10px;
    letter-spacing: .19em;
    font-weight: 700;
    color: #087A4B
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 10px
}

.eyebrow span {
    width: 34px;
    height: 1px;
    background: #D4A72C
}

.hero h1 {
    font-size: clamp(58px, 6.5vw, 91px);
    line-height: .98;
    letter-spacing: -.06em;
    color: #0B2948;
    margin: 22px 0 26px
}

.hero h1 span,
.hero h1 em {
    display: block;
    font-family: "Noto Sans Devanagari", sans-serif;
    font-style: normal
}

.hero h1 em {
    color: #087A4B;
    position: relative;
    width: max-content
}

.hero h1 em:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -13px;
    width: 72%;
    height: 4px;
    background: #D4A72C;
    transform: skewX(-35deg)
}

.hero h2 {
    font-size: 19px;
    line-height: 1.5;
    color: #0B2948;
    max-width: 540px;
    margin: 0 0 10px
}

.hero-copy>p {
    font-size: 14px;
    color: #667585;
    max-width: 525px
}

.actions {
    display: flex;
    gap: 12px;
    margin: 28px 0
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 20px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 3px;
    transition: .25s
}

.btn.dark {
    background: #0B2948;
    color: #fff
}

.btn.dark:hover {
    background: #087A4B;
    transform: translateY(-3px)
}

.btn.light {
    background: #fff;
    border: 1px solid rgba(11, 41, 72, .14);
    color: #0B2948
}

.btn.light:hover {
    border-color: #D4A72C;
    transform: translateY(-3px)
}

.start-badge {
    display: flex;
    align-items: center;
    gap: 12px
}

.start-badge>b {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    background: #F2E3A8;
    color: #0B2948;
    border-radius: 50%
}

.start-badge small,
.start-badge strong {
    display: block
}

.start-badge small {
    font-size: 10px;
    letter-spacing: .16em;
    color: #71808d
}

.start-badge strong {
    font-size: 14px;
    color: #0B2948
}

.hero-art {
    height: 530px;
    position: relative
}

.photo {
    position: absolute;
    right: 0;
    top: 0;
    width: 88%;
    height: 500px;
    overflow: hidden;
    border-radius: 160px 10px 10px 10px;
    box-shadow: 0 25px 70px rgba(7, 29, 53, .14)
}

.photo img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.photo div {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(11, 41, 72, .02), rgba(7, 29, 53, .35))
}

.float {
    position: absolute;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 18px 45px rgba(7, 29, 53, .15);
    z-index: 2
}

.float.one {
    top: 48px;
    left: 0;
    padding: 18px 21px;
    width: 160px
}

.float.one small {
    font-size: 7px;
    letter-spacing: .16em;
    color: #087A4B;
    display: block
}

.float.one b {
    font-size: 18px;
    color: #0B2948;
    display: block
}

.float.one i {
    display: block;
    width: 60px;
    height: 2px;
    background: #D4A72C;
    margin-top: 11px
}

.float.two {
    bottom: 42px;
    left: 24px;
    padding: 13px 17px;
    display: flex;
    align-items: center;
    gap: 10px
}

.float.two>b {
    display: grid;
    place-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #0B2948;
    color: #fff
}

.float.two span {
    font-size: 13px;
    font-weight: 700;
    color: #0B2948
}

.float.two small {
    display: block;
    font-size: 6px;
    letter-spacing: .13em;
    color: #71808d
}

.hero-foot {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #7d8995;
    margin-top: 15px
}

.hero-foot span:last-child {
    letter-spacing: .18em
}

.trust {
    background: #fff;
    border-top: 1px solid rgba(11, 41, 72, .1);
    border-bottom: 1px solid rgba(11, 41, 72, .1)
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.trust-grid>div {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 23px;
    border-right: 1px solid rgba(11, 41, 72, .1)
}

.trust-grid>div:first-child {
    padding-left: 0
}

.trust-grid>div:last-child {
    border: 0
}

.trust-grid b {
    font-size: 16px;
    color: #D4A72C
}

.trust-grid strong,
.trust-grid small {
    display: block
}

.trust-grid strong {
    font-size: 14px;
    color: #0B2948
}

.trust-grid small {
    font-size: 12px;
    color: #758391
}

.section {
    padding: 120px 0
}

.about {
    background: #fff
}

.about-grid {
    display: grid;
    grid-template-columns: .9fr 1fr;
    gap: 100px;
    align-items: center
}

.about-img {
    height: 560px;
    position: relative
}

.about-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px 120px 8px 8px;
    position: relative;
    z-index: 1
}

.about-img>span {
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 90%;
    height: 90%;
    border: 1px solid #D4A72C;
    border-radius: 8px 120px 8px 8px
}

.about-img label {
    position: absolute;
    z-index: 2;
    left: 25px;
    bottom: 25px;
    background: #0B2948;
    color: #fff;
    padding: 14px 19px;
    font-size: 8px;
    letter-spacing: .16em;
    line-height: 1.3
}

.about-img label b {
    font-size: 15px
}

.about h2,
.section-head h2,
.benefit-head h2,
.vision h2,
.contact h2 {
    font-size: clamp(40px, 4.6vw, 65px);
    line-height: 1.05;
    letter-spacing: -.05em;
    color: #0B2948;
    margin: 0
}

.about h2 em,
.section-head h2 em,
.benefit-head h2 em,
.vision h2 em,
.contact h2 em {
    font-style: normal;
    color: #087A4B
}

.about-copy>p {
    font-size: 14px;
    color: #667585;
    max-width: 520px;
    margin: 24px 0 32px
}

.lines {
    border-top: 1px solid rgba(11, 41, 72, .12)
}

.lines>div {
    display: flex;
    gap: 22px;
    padding: 17px 0;
    border-bottom: 1px solid rgba(11, 41, 72, .12)
}

.lines>b,
.lines>div>b {
    font-size: 16px;
    color: #D4A72C
}

.lines span>* {
    display: block
}

.lines strong {
    font-size: 14px;
    color: #0B2948
}

.lines small {
    font-size: 12px;
    color: #758391
}

.process {
    background: #f1f6f2
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 60px
}

.section-head>div .kicker {
    display: block;
    margin-bottom: 16px
}

.section-head>p {
    max-width: 330px;
    font-size: 14px;
    color: #667585
}

.steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative
}

.steps:before {
    content: "";
    position: absolute;
    top: 58px;
    left: 10%;
    right: 10%;
    height: 1px;
    background: #D4A72C;
    opacity: .6
}

.steps article {
    text-align: center;
    padding: 0 20px;
    position: relative
}

.steps article>b {
    font-size: 14px;
    color: #D4A72C;
    display: block;
    margin-bottom: 15px
}

.steps article>i {
    display: grid;
    place-items: center;
    width: 70px;
    height: 70px;
    margin: auto auto 20px;
    border: 1px solid rgba(212, 167, 44, .6);
    background: #fff;
    border-radius: 50%;
    font-style: normal;
    font-size: 21px;
    color: #0B2948;
    position: relative;
    z-index: 1
}

.steps h3 {
    font-size: 15px;
    color: #0B2948;
    margin: 0 0 6px
}

.steps p {
    font-size: 14px;
    color: #667585;
    max-width: 175px;
    margin: auto
}

.start {
    padding: 95px 0;
    background: #071D35;
    color: #fff;
    position: relative;
    overflow: hidden
}

.start:before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    border: 1px solid rgba(212, 167, 44, .15);
    border-radius: 50%;
    left: -170px;
    top: -260px
}

.start-grid {
    display: grid;
    grid-template-columns: 1fr .95fr 1fr;
    gap: 55px;
    align-items: center;
    position: relative
}

.gold {
    color: #F2E3A8
}

.ten {
    font-size: clamp(100px, 12vw, 160px);
    line-height: .78;
    letter-spacing: -.09em;
    color: #D4A72C;
    display: block;
    margin: 25px 0 12px
}

.day {
    font-size: 9px;
    letter-spacing: .28em;
    color: #aebcc7;
    font-weight: 700
}

.start-copy {
    border-left: 1px solid rgba(255, 255, 255, .15);
    padding-left: 45px
}

.start-copy h2 {
    font-size: clamp(29px, 3vw, 43px);
    line-height: 1.08;
    letter-spacing: -.04em;
    margin: 0
}

.start-copy h2 em {
    font-style: normal;
    color: #F2E3A8
}

.start-copy p {
    font-size: 14px;
    line-height: 1.8;
    color: #b8c5d0;
    max-width: 330px;
    margin: 20px 0
}

.start-copy a {
    font-size: 12px;
    color: #fff;
    border-bottom: 1px solid #D4A72C;
    padding-bottom: 6px
}

.flow {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px
}

.flow div {
    text-align: center
}

.flow b {
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    border: 1px solid rgba(212, 167, 44, .6);
    border-radius: 50%;
    color: #D4A72C
}

.flow small {
    font-size: 12px;
    display: block;
    color: #aebcc7;
    margin-top: 8px
}

.flow>i {
    width: 25px;
    height: 1px;
    background: rgba(212, 167, 44, .55)
}

.benefits {
    background: #fff
}

.benefit-head {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: end;
    margin-bottom: 52px
}

.benefit-head .kicker {
    grid-column: 1/-1;
    margin-bottom: 16px
}

.benefit-head p {
    font-size: 14px;
    color: #667585;
    max-width: 300px;
    justify-self: end
}

.benefit-grid {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 18px
}

.feature {
    min-height: 400px;
    background: #0B2948;
    color: #fff;
    padding: 37px;
    position: relative;
    overflow: hidden
}

.feature>span {
    font-size: 18px;
    color: #F2E3A8
}

.feature>i {
    float: right;
    width: 43px;
    height: 43px;
    border: 1px solid rgba(212, 167, 44, .65);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #D4A72C;
    font-style: normal
}

.feature h3 {
    font-size: 43px;
    line-height: 1.03;
    letter-spacing: -.05em;
    margin-top: 75px
}

.feature h3 em {
    color: #F2E3A8;
    font-style: normal
}

.feature p {
    font-size: 14px;
    color: #b8c5d0;
    max-width: 285px
}

.benefit-list {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.benefit-list article {
    display: grid;
    grid-template-columns: 35px 55px 1fr 25px;
    gap: 14px;
    align-items: center;
    padding: 22px 25px;
    background: #f1f6fb;
    border-left: 4px solid #0B2948
}

.benefit-list .green {
    background: #eff8f2;
    border-color: #087A4B
}

.benefit-list .goldrow {
    background: #fcf6e6;
    border-color: #D4A72C
}

.benefit-list article>b {
    font-size: 14px;
    color: #8896a3
}

.benefit-list article>i {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-style: normal;
    color: #0B2948
}

.benefit-list strong,
.benefit-list small {
    display: block
}

.benefit-list strong {
    font-size: 16px;
    color: #0B2948
}

.benefit-list small {
    font-size: 12px;
    color: #667585
}

.benefit-list article>em {
    font-style: normal;
    color: #0B2948
}

.family {
    height: 680px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff
}

.family>img,
.shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.shade {
    background: linear-gradient(90deg, rgba(7, 29, 53, .9), rgba(7, 29, 53, .45), rgba(7, 29, 53, .1))
}

.family-copy {
    position: relative;
    z-index: 2
}

.family-copy h2 {
    font-family: "Noto Sans Devanagari", sans-serif;
    font-size: clamp(54px, 7vw, 88px);
    line-height: 1.02;
    letter-spacing: -.06em;
    margin: 14px 0 20px
}

.family-copy h2 em {
    font-style: normal;
    color: #F2E3A8
}

.family-copy p {
    font-size: 14px;
    color: #d4dfe5;
    margin-bottom: 27px
}

.family blockquote {
    position: absolute;
    right: 6%;
    bottom: 50px;
    z-index: 2;
    font: italic 22px Georgia, serif;
    color: rgba(255, 255, 255, .72)
}

.vision {
    background: #fff
}

.vision-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center
}

.goals {
    border-top: 1px solid rgba(11, 41, 72, .12)
}

.goals div {
    display: grid;
    grid-template-columns: 45px 1fr 25px;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid rgba(11, 41, 72, .12)
}

.goals b {
    font-size: 16px;
    color: #D4A72C
}

.goals strong {
    font-size: 16px;
    color: #0B2948
}

.goals i {
    font-style: normal;
    color: #087A4B;
    text-align: right
}

.contact {
    padding: 115px 0;
    background: #071D35;
    color: #fff
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr .8fr;
    gap: 95px
}

.contact h2 {
    color: #fff
}

.contact h2 em {
    color: #F2E3A8
}

.contact>div>div>p {
    font-size: 14px;
    color: #b8c5d0;
    max-width: 480px;
    margin: 22px 0 30px
}

.details {
    border-top: 1px solid rgba(255, 255, 255, .14)
}

.details>a,
.details>div {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 17px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14)
}

.details b {
    width: 39px;
    height: 39px;
    border: 1px solid rgba(212, 167, 44, .55);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #D4A72C
}

.details small,
.details strong {
    display: block
}

.details small {
    font-size: 12px;
    letter-spacing: .17em;
    color: #91a1af
}

.details strong {
    font-size: 14px;
    margin-top: 2px;
    color: #fff
}

.form {
    background: #fff;
    color: #0B2948;
    padding: 35px
}

.form-title {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 25px
}

.form-title span {
    font-size: 16px;
    color: #D4A72C
}

.form-title h3 {
    font-size: 19px;
    margin: 0
}

.form label {
    display: block;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 600;
    color: #556676;
    margin-bottom: 16px
}

.form input,
.form textarea {
    width: 100%;
    display: block;
    border: 0;
    border-bottom: 1px solid #ccd4da;
    padding: 9px 0;
    margin-top: 5px;
    outline: 0;
    font: 12px Poppins;
    color: #0B2948;
    background: transparent;
    resize: vertical
}

.form input:focus,
.form textarea:focus {
    border-color: #D4A72C
}

.form label small {
    display: block;
    color: #b13d3d;
    font-size: 8px;
    min-height: 11px
}

.form button {
    width: 100%;
    border: 0;
    background: #0B2948;
    color: #fff;
    padding: 14px;
    font: 600 12px Poppins;
    cursor: pointer
}

.form button:hover {
    background: #087A4B
}

.form #status {
    font-size: 9px;
    color: #087A4B;
    min-height: 13px;
    margin: 9px 0 0
}

footer {
    background: #061a2d;
    color: #aebbc6
}

.foot-top {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 25px;
    align-items: center;
    padding: 40px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.foot-top .brand img {
    width: 47px;
    height: 47px
}

.foot-top .brand b {
    font-size: 15px;
    color: #fff
}

.foot-top .brand small {
    font-size: 10px
}

.footlinks {
    display: flex;
    gap: 20px;
    font-size: 14px
}

.footlinks a:hover {
    color: #fff
}

.footcta {
    font-size: 14px;
    color: #F2E3A8;
    border-bottom: 1px solid #D4A72C;
    padding-bottom: 5px
}

.foot-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 19px 0;
    font-size: 12px;
    color: #718392
}

.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: .7s ease
}

.reveal.visible {
    opacity: 1;
    transform: none
}

.delay {
    transition-delay: .12s
}

.d1 {
    transition-delay: .18s
}

.d2 {
    transition-delay: .24s
}

.d3 {
    transition-delay: .3s
}

@media(max-width:980px) {
    .main-nav {
        gap: 15px
    }

    .hero-grid {
        gap: 40px
    }

    .about-grid {
        gap: 55px
    }

    .start-grid {
        grid-template-columns: 1fr 1fr
    }

    .flow {
        grid-column: 1/-1;
        justify-content: flex-start
    }

    .benefit-head {
        display: block
    }

    .benefit-head p {
        margin-top: 15px
    }

    .contact-grid {
        gap: 55px
    }
}

@media(max-width:760px) {
    .container {
        width: min(100% - 30px, 620px)
    }

    header {
        height: 76px
    }

    .brand img {
        width: 47px;
        height: 47px
    }

    .brand b {
        font-size: 16px
    }

    .menu {
        display: block;
        z-index: 3
    }

    nav {
        position: absolute;
        top: 76px;
        left: 0;
        right: 0;
        background: #fff;
        box-shadow: 0 20px 45px rgba(7, 29, 53, .12);
        padding: 18px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        opacity: 0;
        pointer-events: none;
        transform: translateY(-8px);
        transition: .25s
    }

    nav.open {
        opacity: 1;
        pointer-events: auto;
        transform: none
    }

    nav a {
        padding: 11px 4px
    }

    .navbtn {
        text-align: center;
        margin-top: 7px
    }

    .hero {
        padding-top: 125px;
        min-height: auto
    }

    .hero-grid {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .hero h1 {
        font-size: 56px
    }

    .hero-art {
        height: 430px
    }

    .photo {
        height: 410px;
        width: 92%;
        border-radius: 110px 8px 8px 8px
    }

    .hero-foot {
        display: none
    }

    .trust-grid {
        grid-template-columns: 1fr 1fr
    }

    .trust-grid>div,
    .trust-grid>div:first-child {
        padding: 18px 12px
    }

    .trust-grid>div:nth-child(2) {
        border-right: 0
    }

    .section {
        padding: 80px 0
    }

    .about-grid,
    .vision-grid,
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 55px
    }

    .about-img {
        height: 460px
    }

    .section-head {
        display: block;
        margin-bottom: 45px
    }

    .section-head>p {
        margin-top: 17px
    }

    .steps {
        grid-template-columns: 1fr 1fr;
        gap: 40px 8px
    }

    .steps:before {
        display: none
    }

    .steps article {
        padding: 0 6px
    }

    .start-grid {
        grid-template-columns: 1fr;
        gap: 35px
    }

    .start-copy {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, .15);
        padding: 25px 0 0
    }

    .flow {
        grid-column: auto
    }

    .benefit-grid {
        grid-template-columns: 1fr
    }

    .feature {
        min-height: 340px
    }

    .feature h3 {
        margin-top: 55px
    }

    .family {
        height: 580px
    }

    .family blockquote {
        display: none
    }

    .contact {
        padding: 85px 0
    }

    .foot-top {
        grid-template-columns: 1fr;
        gap: 22px
    }

    .footlinks {
        flex-wrap: wrap
    }

    .foot-bottom {
        flex-direction: column
    }
}

@media(max-width:430px) {
    .hero h1 {
        font-size: 48px
    }

    .hero h2 {
        font-size: 16px
    }

    .actions {
        flex-direction: column
    }

    .btn {
        width: 100%
    }

    .hero-art {
        height: 365px
    }

    .photo {
        height: 350px
    }

    .float.one {
        transform: scale(.88);
        transform-origin: left top
    }

    .trust-grid {
        grid-template-columns: 1fr
    }

    .trust-grid>div {
        border-right: 0
    }

    .about-img {
        height: 390px
    }

    .steps {
        grid-template-columns: 1fr
    }

    .flow {
        gap: 7px
    }

    .flow>i {
        width: 14px
    }

    .benefit-list article {
        grid-template-columns: 30px 45px 1fr 18px;
        padding: 18px 13px
    }

    .benefit-list article>i {
        width: 42px;
        height: 42px
    }

    .family {
        height: 540px
    }

    .family-copy h2 {
        font-size: 49px
    }

    .form {
        padding: 25px 19px
    }
}