.heading-1,.heading-2,.heading-3,.heading-4,.heading-5,.heading-6,h1,h2,h3,h4,h5,h6{color:#21222d;font:400 16px/1.6 -apple-system,BlinkMacSystemFont,Golos Text,sans-serif;font-weight:600}.heading-1,h1{font-size:3rem;line-height:1.2em}.heading-2,h2{font-size:2.25rem;line-height:1.2em}.heading-3,h3{font-size:2rem;line-height:1.2em}.heading-4,h4{font-size:1.5rem;line-height:1.2em}.heading-5,h5{font-size:1.25rem;line-height:1.2em}.heading-6,h6{font-size:1rem;font-weight:600;line-height:1.2em}.layout{box-sizing:border-box;margin:0 auto;max-width:90rem;padding:0 16px;width:100%}@media(min-width:481px){.layout{padding:0 32px}}@media(min-width:769px){.layout{padding:0 43px}}@media(min-width:1025px){.layout{padding:0 60px}}.layout-product{display:flex;flex-direction:column}@media(min-width:769px){.layout-product{display:grid;grid-template-columns:repeat(22,1fr)}}.layout-product--main{grid-area:main}@media(min-width:769px){.layout-product--main{grid-column-end:15;grid-column-start:1}}@media(min-width:1025px){.layout-product--main{grid-column-end:12;grid-column-start:1}}.layout-product--info{grid-area:info}@media(min-width:769px){.layout-product--info{grid-column-end:23;grid-column-start:16}}@media(min-width:1025px){.layout-product--info{grid-column-end:23;grid-column-start:13}}.section-feature{margin-top:1.5rem;padding-bottom:1.25rem}.section-feature .heading-4,.section-feature h4{font-size:1.5rem;font-weight:600;margin:0 0 1.25rem}.section-feature__blocks{display:grid;gap:1.25rem;grid-template-columns:1fr}@media(min-width:769px){.section-feature__blocks{align-items:flex-start;gap:1.25rem;grid-template-columns:repeat(3,1fr)}}.section-feature__block{display:grid;grid-column-gap:1rem;grid-row-gap:.5rem;border-radius:.75rem;grid-template-areas:"icon title" "icon description" "icon alert";grid-template-columns:3.125rem 1fr}@media(min-width:769px){.section-feature__block{grid-template-areas:"icon title" "description description" "alert alert"}}.section-feature__block .block-icon{align-items:center;border-radius:var(--radius);display:flex;grid-area:icon;justify-content:center;max-height:3.125rem;max-width:3.125rem;min-height:3.125rem;min-width:3.125rem}.section-feature__block .block-icon--website{background:var(--color-accent)}.section-feature__block .block-icon--social{background:#1877f2}.section-feature__block .block-icon--print{background:#f1f2f8}.section-feature__block .block-title{align-items:center;display:flex;font-family:-apple-system,BlinkMacSystemFont,Golos Text,sans-serif;font-size:1rem;font-weight:600;grid-area:title}.section-feature__block .block-description{font-size:.875rem;grid-area:description;line-height:1.5}@media(min-width:769px){.section-feature__block .block-description{font-size:1rem}}.section-feature__block .block-alert{align-items:flex-start;border-radius:.5rem;display:flex;gap:.5rem;grid-area:alert;padding:.75rem}.section-feature__block .block-alert--warning{background:#ffd7de;color:#f43658}.section-feature__block .block-alert--warning .alert-icon{background:var(--color-danger)}.section-feature__block .block-alert--warning .alert-text{color:#f43658}.section-feature__block .block-alert--info{background:#eff6ff;border:1px solid #bfdbfe}.section-feature__block .block-alert--info .alert-icon{background:#3b82f6}.section-feature__block .block-alert--info .alert-icon:before{content:"ℹ"}.section-feature__block .block-alert--info .alert-text{color:#1e40af}.section-feature__block .block-alert--success{background:#f0fdf4;border:1px solid #bbf7d0}.section-feature__block .block-alert--success .alert-icon{background:#22c55e}.section-feature__block .block-alert--success .alert-icon:before{content:"✓"}.section-feature__block .block-alert--success .alert-text{color:#166534}.section-feature__block .block-alert .alert-icon{align-items:center;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.75rem;height:1.25rem;justify-content:center;margin-top:.125rem;width:1.25rem}.section-feature__block .block-alert .alert-text{font-size:.875rem;line-height:1.4}