.s-38591decbaf4a67f37e3 a,
.s-7a86b15480e0a870f0b0,
.s-fea877d4f0f1699da0f9 a,
a,
button,
summary {
    cursor: pointer
}

:root {
    --teal: #3a5aff;
    --off: #fdfdfd;
    --coral: #ff2e63;
    --ink: #1a1c23;
    --muted: #5e6273;
    --link-color: #3a5aff;
    --shadow: 0 12px 35px rgba(26, 28, 35, 0.1);
    --radius: 12px;
    --container: 1200px
}

*,
::after,
::before {
    box-sizing: border-box
}

body,
html {
    margin: 0;
    padding: 0
}

html:focus-within {
    scroll-behavior: smooth
}

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

a {
    text-decoration: none
}

button {
    font: inherit
}

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: var(--ink);
    background: linear-gradient(180deg, var(--off) 0, #fff 100%);
    max-width: 100vw;
    overflow-x: hidden
}

.s-255a762c36cdae2fe950 {
    width: min(var(--container), 92vw);
    margin-inline: auto
}

.s-212301c593df7a10ee64 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .9rem 1.4rem;
    border-radius: 14px;
    font-weight: 700;
    background: linear-gradient(90deg, var(--teal), var(--coral));
    color: #fff;
    box-shadow: var(--shadow);
    cursor: pointer;
    border: none;
    transition: transform .2s, filter .2s
}

.s-212301c593df7a10ee64:hover {
    transform: translateY(-1px);
    filter: saturate(1.1)
}

.s-5e9b60f69165f32f8930 {
    display: inline-block;
    padding: .35rem .7rem;
    border-radius: 999px;
    background: #eaf6f4;
    color: var(--teal);
    font-weight: 600;
    letter-spacing: .02em
}

header {
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: saturate(1.2) blur(8px);
    background: rgba(247, 248, 245, .8);
    border-bottom: 1px solid rgba(15, 157, 138, .08)
}

.s-60fd8536301150cbca7d {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 0
}

.s-63acf68c4f951d6412a8 {
    display: flex;
    align-items: center;
    gap: 14px
}

.s-63acf68c4f951d6412a8 img {
    width: 40px;
    height: 40px;
    border-radius: 10px
}

.s-63acf68c4f951d6412a8 .s-6ae999552a0d2dca14d6 {
    font-weight: 900;
    letter-spacing: .2px;
    color: var(--teal)
}

nav a {
    color: var(--muted)
}

.s-fea877d4f0f1699da0f9 {
    display: flex;
    align-items: center;
    gap: 22px;
    font-weight: 600
}

.s-fea877d4f0f1699da0f9 a:hover {
    color: var(--teal)
}

.s-fea877d4f0f1699da0f9 .s-9613c87ef22f34bb9290 {
    margin-left: 10px
}

.s-7a86b15480e0a870f0b0 {
    display: none;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid rgba(15, 157, 138, .18);
    background: #fff;
    align-items: center;
    justify-content: center
}

.s-7a86b15480e0a870f0b0 span,
.s-7a86b15480e0a870f0b0::after,
.s-7a86b15480e0a870f0b0::before {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: var(--teal);
    border-radius: 2px;
    transition: .2s
}

.s-38591decbaf4a67f37e3.s-5fc7e38bffe00ca46add,
.s-7a86b15480e0a870f0b0 span {
    transform: translateY(0)
}

.s-7a86b15480e0a870f0b0::before {
    transform: translateY(-6px)
}

.s-7a86b15480e0a870f0b0::after {
    transform: translateY(6px)
}

.s-7a86b15480e0a870f0b0.s-2bb6b986c5d6fb26dd9d span {
    opacity: 0
}

.s-7a86b15480e0a870f0b0.s-2bb6b986c5d6fb26dd9d::before {
    transform: translateY(0) rotate(45deg)
}

.s-7a86b15480e0a870f0b0.s-2bb6b986c5d6fb26dd9d::after {
    transform: translateY(0) rotate(-45deg)
}

.s-38591decbaf4a67f37e3 {
    position: fixed;
    inset: 64px 0 auto 0;
    background: #fff;
    border-top: 1px solid rgba(15, 157, 138, .12);
    transform: translateY(-120%);
    transition: transform .3s;
    z-index: 40
}

.s-38591decbaf4a67f37e3 .s-4fff663d0e817351245e {
    padding: 18px 4vw 28px;
    display: grid;
    gap: 14px
}

.s-38591decbaf4a67f37e3 .s-4fff663d0e817351245e a {
    padding: 12px 10px;
    border-radius: 12px;
    background: #f2f7f6
}

.s-0911aed621a145fb7a54 {
    min-height: 92vh;
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden
}

.s-0911aed621a145fb7a54 .s-f0cad97953dfb126d32d {
    display: grid;
    gap: 28px;
    align-items: center;
    grid-template-columns: 1.1fr .9fr
}

.s-8796ddf0c1a2ba0b79ae,
.s-9cd7c186300be5672687,
.s-b0212d6a131a07cc5359 {
    display: grid;
    gap: 16px
}

.s-9cd7c186300be5672687 h1 {
    font-size: clamp(2rem, 3.6vw + 1rem, 4.2rem);
    line-height: 1.04;
    margin: 0;
    letter-spacing: -.02em;
    background: conic-gradient(from 120deg at 30% 20%, var(--teal), var(--coral), var(--teal));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.s-9cd7c186300be5672687 p {
    font-size: clamp(1.05rem, .9vw + .8rem, 1.25rem);
    color: var(--muted);
    margin: 0
}

.s-f9e2073bb5434552b837 {
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap
}

.s-cb030491157b26a570b6 {
    display: flex;
    gap: 12px;
    align-items: center
}

.s-cb030491157b26a570b6 .s-348a3c4a81ea6081e50d {
    width: 10px;
    height: 10px;
    background: var(--teal);
    border-radius: 50%
}

.s-8e885be07f06da615c4c {
    position: absolute;
    left: 0;
    right: 0;
    top: 52%;
    height: 14px;
    transform: skewY(-1.8deg);
    background: radial-gradient(12px 8px at 0 50%, rgba(15, 157, 138, .18), transparent 60%), linear-gradient(90deg, rgba(15, 157, 138, .12) 0 10%, rgba(255, 111, 97, .18) 10% 20%, rgba(15, 157, 138, .12) 20% 30%, rgba(255, 111, 97, .18) 30% 40%, rgba(15, 157, 138, .12) 40% 50%, rgba(255, 111, 97, .18) 50% 60%, rgba(15, 157, 138, .12) 60% 70%, rgba(255, 111, 97, .18) 70% 80%, rgba(15, 157, 138, .12) 80% 90%, rgba(255, 111, 97, .18) 90% 100%);
    filter: blur(.2px);
    border-top: 1px dashed rgba(15, 157, 138, .25);
    border-bottom: 1px dashed rgba(15, 157, 138, .25)
}

.s-af764f988057e4e1486d {
    --y: -22px;
    position: absolute;
    top: calc(52% + var(--y));
    width: 18px;
    height: 18px;
    border-radius: 50%;
    box-shadow: var(--shadow);
    background: radial-gradient(circle at 30% 30%, #fff 0 25%, var(--coral) 30% 100%);
    animation: ride 7s linear infinite var(--delay, 0s)
}

.s-af764f988057e4e1486d:first-child {
    --delay: 0s;
    left: -40px
}

.s-af764f988057e4e1486d:nth-child(2) {
    --delay: 1.2s;
    left: -140px
}

.s-af764f988057e4e1486d:nth-child(3) {
    --delay: 2.4s;
    left: -240px
}

.s-af764f988057e4e1486d:nth-child(4) {
    --delay: 3.6s;
    left: -340px
}

@keyframes ride {
    0% {
        transform: translateX(0) translateZ(0)
    }

    100% {
        transform: translateX(calc(100vw + 600px))
    }
}

.s-527ea0fe44e8929177cb {
    background: #fff
}

.s-bb362a46a483f3f8c993 {
    width: min(520px, 90vw);
    height: 320px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow);
    background: #e9f4f2;
    position: relative
}

.s-8f327bef6e7f6d96a4d1 img,
.s-bb362a46a483f3f8c993 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.s-adac3846b477f4671462 {
    position: absolute;
    left: 12px;
    top: 12px;
    backdrop-filter: blur(6px);
    background: rgba(255, 255, 255, .7);
    border: 1px solid rgba(15, 157, 138, .18);
    border-radius: 12px;
    padding: 6px 10px;
    font-weight: 700;
    color: var(--teal)
}

.s-658c8286c17e402644ee {
    opacity: 0;
    transform: translateY(18px) scale(.98);
    transition: opacity .6s, transform .6s;
    will-change: transform
}

.s-658c8286c17e402644ee.s-af10ef20dd9060bbeead {
    opacity: 1;
    transform: none
}

.s-658c8286c17e402644ee.s-b9ca9ec20d6fd1a05bf9 {
    transform: translateX(-22px) translateY(10px)
}

.s-658c8286c17e402644ee.s-0bed47f2372daecb64fe {
    transform: translateX(22px) translateY(10px)
}

.s-658c8286c17e402644ee.s-68986d3b82b485780a27 {
    transform: translateY(26px)
}

.s-658c8286c17e402644ee.s-af10ef20dd9060bbeead.s-0bed47f2372daecb64fe,
.s-658c8286c17e402644ee.s-af10ef20dd9060bbeead.s-68986d3b82b485780a27,
.s-658c8286c17e402644ee.s-af10ef20dd9060bbeead.s-b9ca9ec20d6fd1a05bf9 {
    transform: none
}

footer {
    margin-top: 90px;
    background: #0e2121;
    color: #e7f1ef;
    padding: 54px 0
}

.s-36a8e73464d82d0ffbe7 {
    display: grid;
    gap: 26px;
    grid-template-columns: 1.2fr .8fr
}

.s-b10c5c635e2cf1e09c52 {
    display: flex;
    gap: 14px;
    align-items: center
}

.s-b10c5c635e2cf1e09c52 img {
    width: 42px;
    height: 42px;
    border-radius: 10px
}

.s-28ade61e9abc695dc838 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 24px
}

.s-28ade61e9abc695dc838 a {
    color: #cbe7e3
}

.s-28ade61e9abc695dc838 a:hover {
    color: #fff
}

.s-bc26e7423ecfd569355e {
    font-size: .92rem;
    color: #c3d7d4
}

.s-a183ebd46412ad596fa9 {
    font-size: .88rem;
    color: #b8cdca;
    display: grid;
    gap: 10px
}

.s-be1c47dbf97124fbe8b4 {
    margin-top: 16px
}

.s-66a2f98a016255dfe9cb {
    display: block
}

.s-8b52a634fc68403f989f {
    display: none
}

main {
    padding-bottom: 40px
}

.s-20182fbc10716eb197ea {
    padding: 80px 0
}

.s-8e44183d54e9adfec795 {
    background: radial-gradient(circle at 0 0, rgba(15, 157, 138, .04), transparent 55%), #fff
}

.s-ce713f486917d789b03b {
    margin-bottom: 32px;
    max-width: 640px
}

.s-ce713f486917d789b03b h2 {
    margin: 0 0 8px;
    font-size: clamp(1.7rem, 1.3vw + 1.2rem, 2.2rem);
    letter-spacing: -.01em
}

.s-ce713f486917d789b03b p {
    margin: 0;
    color: var(--muted);
    font-size: 1rem
}

.s-675f86fe814f97648b78 {
    text-transform: uppercase;
    font-size: .78rem;
    letter-spacing: .2em;
    color: var(--teal);
    font-weight: 700;
    margin-bottom: 8px
}

.s-14462b05beda019e4785 {
    display: grid;
    gap: 40px 60px;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
    align-items: start
}

.s-9e26dc46296e8d5886be {
    gap: 26px 40px;
    margin-top: 26px
}

.s-4e37a4849647a6bf7864 {
    display: grid;
    gap: 26px;
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.s-4d0c84559f69dffcd672 {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

.s-ceda2335594ff2d39425 {
    display: grid;
    gap: 14px
}

.s-6387ba847a5d7f00d534 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.s-93720caa841037718a71 {
    padding: .4rem .8rem;
    border-radius: 999px;
    font-size: .86rem;
    border: 1px dashed rgba(15, 157, 138, .25);
    color: var(--muted);
    background: #f9fbfa
}

.s-8f327bef6e7f6d96a4d1 {
    width: 100%;
    max-width: 480px;
    height: 260px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow);
    background: #e9f4f2;
    margin-left: auto
}

.s-60ddf0a721aa19a97052 {
    max-width: 520px;
    height: 280px;
    background: #fff7f4
}

.s-f89ec66ea42c3b5e9ad4 {
    font-size: .9rem;
    color: var(--muted);
    margin-top: 6px
}

.s-10344c68f0407f7ff1a8 {
    margin-top: 18px
}

.s-cec2306c70456e961bb6 {
    color: var(--link-color);
    font-weight: 600;
    text-decoration: underline
}

.s-afd03d442afff4bd461a {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px
}

.s-2124037ca66a33c14c48 {
    padding: 18px 18px 16px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .03);
    border: 1px solid rgba(15, 157, 138, .08);
    display: grid;
    gap: 8px
}

.s-207b7e04fe7a01a9b8eb {
    width: 28px;
    height: 28px;
    border-radius: 10px;
    background: conic-gradient(from 130deg, var(--teal), var(--coral), var(--teal))
}

.s-12a7402837b05882c37b h3,
.s-2124037ca66a33c14c48 h3 {
    margin: 0;
    font-size: 1rem
}

.s-01701d9b4a4791f62b41 p,
.s-12a7402837b05882c37b p,
.s-16c00449a9a3f15a3214 p,
.s-2124037ca66a33c14c48 p,
.s-6406510c31e0c9925733 p {
    margin: 0;
    font-size: .9rem;
    color: var(--muted)
}

.s-3032d5b39916e37b77a7 {
    display: grid;
    gap: 24px
}

.s-4b7615dce52c4c05ce4e {
    padding: 18px 20px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(15, 157, 138, .12);
    position: relative;
    overflow: hidden
}

.s-4b7615dce52c4c05ce4e::before {
    content: "";
    position: absolute;
    inset: auto -40px 0 auto;
    width: 140px;
    height: 140px;
    background: radial-gradient(circle at 30% 30%, rgba(255, 111, 97, .5), transparent 63%);
    opacity: .25
}

.s-4b7615dce52c4c05ce4e h3 {
    margin: 0 0 6px;
    font-size: 1.02rem
}

.s-4b7615dce52c4c05ce4e p {
    margin: 0;
    font-size: .93rem;
    color: var(--muted)
}

.s-e9b4202d3bfd0567120d {
    font-size: .8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: var(--teal);
    margin-bottom: 6px
}

.s-056bebf608a92e7de761 {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch
}

.s-3f2be862afeb01d0582a {
    background: #fff;
    border-radius: 22px;
    padding: 22px 22px 20px;
    border: 1px solid rgba(15, 157, 138, .16);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .04);
    display: grid;
    gap: 10px
}

.s-e2f7242926400565f79f {
    border-color: var(--coral);
    box-shadow: 0 14px 34px rgba(255, 111, 97, .16);
    position: relative
}

.s-c330f35756103c2dfef9 {
    position: absolute;
    top: 16px;
    right: 18px;
    background: rgba(255, 111, 97, .1);
    color: var(--coral);
    padding: 4px 9px;
    border-radius: 999px;
    font-size: .76rem;
    font-weight: 700
}

.s-058ed46b94ceb2a310f2,
.s-f10261ef592f16832186 {
    font-weight: 700;
    margin: 0
}

.s-80aa3c1f773459317a39 {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0
}

.s-80aa3c1f773459317a39 span {
    font-size: .88rem;
    font-weight: 400;
    color: var(--muted)
}

.s-337af7b89bcd6ad1eb02,
.s-8308e39da3d1ea7565e3,
.s-addbe7fe25f49d5a738a {
    font-size: .9rem;
    color: var(--muted);
    margin: 0
}

.s-ea4bbf28c652a0061d9f {
    list-style: none;
    padding: 0;
    margin: 6px 0 10px;
    font-size: .9rem;
    color: var(--muted)
}

.s-ea4bbf28c652a0061d9f li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--teal);
    margin-right: 8px;
    transform: translateY(-1px)
}

.s-305eb7cb8676336739c2 {
    margin-top: 6px
}

.s-36ee9ef7d82f6d50990f {
    font-size: .85rem;
    color: var(--muted);
    margin-top: 14px
}

.s-645a331aa3f0db653efd,
.s-82e51ce291af013c2cd8,
.s-896b78e1bc2d444ab431 {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.s-ec7890030c52eb9d2169 {
    border-radius: 20px;
    border: 1px solid rgba(15, 157, 138, .16);
    padding: 18px 18px 16px;
    background: #fff;
    display: grid;
    gap: 10px
}

.s-0092beb5204c296c7c49 {
    width: 100%;
    height: 210px;
    border-radius: 16px;
    overflow: hidden;
    background: #f5f7f6
}

.s-220fe17aa24cdba6c837 {
    font-weight: 700;
    margin: 4px 0 0
}

.s-27e7dc8fc4bc5ec7c051 {
    font-size: .84rem;
    color: var(--muted)
}

.s-b48bb5565824c47aec6a {
    padding: 20px 20px 18px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(15, 157, 138, .12);
    position: relative;
    overflow: hidden
}

.s-b48bb5565824c47aec6a::before {
    content: "“";
    position: absolute;
    font-size: 4rem;
    color: rgba(15, 157, 138, .09);
    top: -16px;
    left: 10px
}

.s-b48bb5565824c47aec6a p {
    margin: 10px 0 8px;
    font-size: .95rem;
    color: var(--ink)
}

.s-b48bb5565824c47aec6a strong {
    display: block;
    font-size: .9rem
}

.s-b48bb5565824c47aec6a span {
    display: block;
    font-size: .84rem;
    color: var(--muted)
}

.s-6406510c31e0c9925733 {
    border-radius: 20px;
    border: 1px solid rgba(15, 157, 138, .16);
    padding: 18px 18px 16px;
    background: #fff;
    display: grid;
    gap: 8px
}

.s-4a159392d2a477be6278 {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--coral)
}

.s-f81a1b16a10363d4e7b9 {
    font-size: .88rem;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: var(--teal);
    font-weight: 700
}

.s-2166fb19fa0f3dfe3667,
.s-f9297b31869eb9108de6 {
    text-transform: uppercase;
    letter-spacing: .18em;
    color: var(--teal);
    font-weight: 700
}

.s-b6d9f89d928b6546cbdf {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    counter-reset: step
}

.s-01701d9b4a4791f62b41 {
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(15, 157, 138, .14);
    padding: 18px 16px 16px;
    position: relative;
    overflow: hidden
}

.s-01701d9b4a4791f62b41::before {
    counter-increment: step;
    content: counter(step);
    position: absolute;
    top: -14px;
    right: 12px;
    font-size: 3rem;
    font-weight: 800;
    color: rgba(15, 157, 138, .06)
}

.s-01701d9b4a4791f62b41 h3,
.s-16c00449a9a3f15a3214 h3 {
    margin: 0 0 4px;
    font-size: 1rem
}

.s-16c00449a9a3f15a3214 {
    position: relative;
    padding-left: 26px;
    display: grid;
    gap: 20px
}

.s-16c00449a9a3f15a3214::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, var(--teal), rgba(15, 157, 138, .1))
}

.s-f594fba69915add4318e {
    position: relative;
    padding-left: 12px
}

.s-f594fba69915add4318e::before {
    content: "";
    position: absolute;
    left: -3px;
    top: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid var(--teal)
}

.s-2166fb19fa0f3dfe3667 {
    font-size: .9rem;
    margin-bottom: 4px
}

.s-ee239916e89ea9c0637d {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.s-12a7402837b05882c37b {
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(15, 157, 138, .14);
    padding: 18px 18px 16px;
    display: grid;
    gap: 8px
}

.s-f9297b31869eb9108de6 {
    font-size: .76rem
}

.s-2eda8ad1632af052b0c7 {
    border-radius: 18px;
    border: 1px solid rgba(15, 157, 138, .16);
    padding: 16px 18px;
    background: #fff;
    display: grid;
    gap: 6px
}

.s-382240ed1c8ae85e000f {
    font-size: .85rem;
    color: var(--muted)
}

.s-9157c88a00b4ffaca632 {
    font-size: .88rem;
    margin-top: 4px
}

.s-f62373ad48b8f918e778 {
    display: grid;
    gap: 10px
}

details {
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(15, 157, 138, .14);
    padding: 10px 14px
}

summary {
    list-style: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px
}

summary::-webkit-details-marker {
    display: none
}

.s-6118bc3df91c55a7ca06 {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    border: 1px solid rgba(15, 157, 138, .6);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .75rem;
    color: var(--teal)
}

details[open] {
    box-shadow: 0 10px 24px rgba(0, 0, 0, .04)
}

details p {
    margin: 8px 0 4px;
    font-size: .9rem;
    color: var(--muted)
}

.s-12f81c93ee04ad2d5630 {
    border-radius: 24px;
    padding: 22px 22px 20px;
    background: linear-gradient(120deg, rgba(15, 157, 138, .12), rgba(255, 111, 97, .12));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .04)
}

.s-12f81c93ee04ad2d5630 h2 {
    margin: 0;
    font-size: 1.4rem
}

.s-12f81c93ee04ad2d5630 p {
    margin: 4px 0 0;
    font-size: .95rem;
    color: var(--muted)
}

@media (max-width:980px) {

    .s-66a2f98a016255dfe9cb,
    .s-fea877d4f0f1699da0f9 {
        display: none
    }

    .s-7a86b15480e0a870f0b0 {
        display: inline-flex
    }

    .s-0911aed621a145fb7a54 .s-f0cad97953dfb126d32d,
    .s-14462b05beda019e4785,
    .s-36a8e73464d82d0ffbe7 {
        grid-template-columns: 1fr
    }

    .s-8e885be07f06da615c4c {
        top: 58%
    }

    .s-8b52a634fc68403f989f {
        display: block
    }

    .s-8f327bef6e7f6d96a4d1 {
        margin-inline: auto
    }

    .s-056bebf608a92e7de761,
    .s-4d0c84559f69dffcd672,
    .s-4e37a4849647a6bf7864,
    .s-645a331aa3f0db653efd,
    .s-82e51ce291af013c2cd8,
    .s-896b78e1bc2d444ab431,
    .s-afd03d442afff4bd461a,
    .s-b6d9f89d928b6546cbdf,
    .s-ee239916e89ea9c0637d {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media (max-width:720px) {

    .s-056bebf608a92e7de761,
    .s-4d0c84559f69dffcd672,
    .s-4e37a4849647a6bf7864,
    .s-645a331aa3f0db653efd,
    .s-82e51ce291af013c2cd8,
    .s-896b78e1bc2d444ab431,
    .s-afd03d442afff4bd461a,
    .s-b6d9f89d928b6546cbdf,
    .s-ee239916e89ea9c0637d {
        grid-template-columns: 1fr
    }

    .s-20182fbc10716eb197ea {
        padding: 64px 0
    }
}