.scr3-fit{background:var(--scr3-fit-bg);color:#00313c;overflow:hidden;padding:var(--scr3-fit-pt) 24px var(--scr3-fit-pb)}.scr3-fit__inner{margin:0 auto;width:min(100%,var(--scr3-fit-width))}.scr3-fit__header{margin:0 auto 48px;text-align:center}.scr3-fit__header h2{font-size:48px;line-height:1.08;margin:0 auto 18px;max-width:620px}.scr3-fit__header p{font-size:17px;margin:0}.scr3-fit__grid{display:grid;gap:var(--scr3-fit-gap);grid-template-columns:repeat(2,minmax(0,1fr))}.scr3-fit__grid article{align-items:center;background:var(--scr3-fit-card-bg);border:1px solid rgba(0,49,60,.1);border-radius:6px;display:flex;gap:20px;min-height:112px;min-width:0;padding:22px 24px;transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}.scr3-fit__icon{border:1px solid var(--scr3-fit-accent);border-radius:50%;color:var(--scr3-fit-accent);display:grid;flex:0 0 44px;font-size:20px;height:44px;place-items:center;width:44px}.scr3-fit__icon img{display:block;height:24px;object-fit:contain;width:24px}.scr3-fit h3{font-size:17px;line-height:1.25;margin:0 0 6px}.scr3-fit__grid p{color:#34657f;font-size:15px;line-height:1.45;margin:0}.scr3-fit__warning{color:var(--scr3-fit-warning);font-size:17px;font-weight:700;line-height:1.45;margin:48px auto 0;max-width:860px;text-align:center}@media (max-width:900px){.scr3-fit__header h2{font-size:42px}.scr3-fit__grid{grid-template-columns:1fr}}@media (max-width:767px){.scr3-fit{padding:58px 20px 52px}.scr3-fit__header{margin-bottom:32px}.scr3-fit__header h2{font-size:38px}.scr3-fit__grid article{min-height:0;padding:18px}.scr3-fit__warning{font-size:15px;margin-top:34px}}@media (max-width:480px){.scr3-fit{padding:54px 16px 48px}.scr3-fit__header h2{font-size:34px}.scr3-fit__header p{font-size:15px;line-height:1.5}.scr3-fit__grid{gap:12px}.scr3-fit__grid article{align-items:flex-start;gap:14px;padding:16px}.scr3-fit__icon{flex-basis:40px;height:40px;width:40px}.scr3-fit h3{font-size:16px}.scr3-fit__grid p{font-size:14px}}@media (hover:hover){.scr3-fit__grid article:hover{border-color:color-mix(in srgb,var(--scr3-fit-accent),transparent 45%);box-shadow:0 12px 28px rgba(0,49,60,.08);transform:translateY(-3px)}}