.products-overview{font-family:var(--font-body);background:#fff}.products-overview h1,.products-overview h2,.products-overview h3,.products-overview h4{font-family:var(--font-body);letter-spacing:-.045em;font-weight:850}.products-overview button,.products-overview input,.products-overview select,.products-overview textarea,.products-overview table{font-family:var(--font-body)}.products-overview__hero{color:#fff;align-items:center;min-height:650px;display:grid;position:relative}.products-overview__hero-image{object-fit:cover}.products-overview__hero-shade{background:linear-gradient(90deg,#031322f0,#04192cb8 48%,#04192c24);position:absolute;inset:0}.products-overview__hero-inner{z-index:1;padding:105px 0;position:relative}.products-overview__hero-copy{max-width:740px}.products-overview__hero h1{margin:18px 0 25px;font-size:clamp(3.5rem,7vw,6.5rem)}.products-overview__hero p{color:#d6e1e9;max-width:680px;font-size:18px}.products-overview__hero-actions{gap:12px;margin-top:36px;display:flex}.products-overview__button-ghost{background:#03132240;border:1px solid #ffffff8c}.products-overview__button-ghost:hover{color:var(--ink);background:#fff}.products-overview__section{padding:105px 0;scroll-margin-top:70px}.products-overview__section--tint{background:#f2f5f7}.products-overview__section-heading{max-width:790px;margin-bottom:48px}.products-overview__section-heading h2{margin:14px 0 18px}.products-overview__section-heading>p{margin:0;font-size:17px}.products-overview__family-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.products-overview__family-card{border:1px solid var(--line);background:#fff;transition:all .25s}.products-overview__family-card:hover{transform:translateY(-5px);box-shadow:0 24px 55px #07182a1f}.products-overview__media{background:#dfe6ea;height:315px;position:relative;overflow:hidden}.products-overview__media img{object-fit:cover;transition:transform .45s}.products-overview__family-card:hover img{transform:scale(1.035)}.products-overview__family-body{padding:36px}.products-overview__family-body h3{margin:12px 0 16px;font-size:2rem}.products-overview__family-body h4{text-transform:uppercase;letter-spacing:.12em;margin:25px 0 13px;font-size:12px}.products-overview__family-body ul{grid-template-columns:1fr 1fr;gap:10px;margin:0 0 27px;padding:0;list-style:none;display:grid}.products-overview__family-body li{align-items:center;gap:8px;font-size:13px;font-weight:700;display:flex}.products-overview__family-body li svg{color:var(--red)}.products-overview__text-link{color:#0068b5;border-bottom:1px solid;align-items:center;gap:8px;padding-bottom:4px;font-size:13px;font-weight:800;display:inline-flex}.products-overview__comparison{border:1px solid var(--line);background:#fff;overflow:auto}.products-overview__comparison table{border-collapse:collapse;width:100%;min-width:820px}.products-overview__comparison th,.products-overview__comparison td{text-align:left;border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:20px 22px;font-size:13px;line-height:1.5}.products-overview__comparison thead th{color:#fff;text-transform:uppercase;letter-spacing:.08em;background:#0068b5;font-size:12px}.products-overview__comparison tbody th{background:#e8f0f5;width:165px}.products-overview__comparison tr:last-child>*{border-bottom:0}.products-overview__selection-list{border-top:1px solid var(--line);grid-template-columns:repeat(2,1fr);margin:0;padding:0;list-style:none;display:grid}.products-overview__selection-list li{border-bottom:1px solid var(--line);grid-template-columns:54px 1fr;gap:22px;padding:32px 28px 32px 0;display:grid}.products-overview__selection-list li:nth-child(odd){border-right:1px solid var(--line)}.products-overview__selection-list li:nth-child(2n){padding-left:28px}.products-overview__selection-list>li>span{color:#d71920;font:700 14px var(--font-display)}.products-overview__selection-list h3{margin-bottom:9px}.products-overview__selection-list p{margin-bottom:12px;font-size:14px}.products-overview__selection-list strong{color:#0068b5;font-size:12px}.products-overview__support{color:#fff;background:#071a2d;padding:90px 0}.products-overview__support-grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:90px;display:grid}.products-overview__support h2{margin:14px 0 20px}.products-overview__support p{color:#aebdca;font-size:17px}.products-overview__support-points{border:1px solid #294158;grid-template-columns:1fr 1fr;display:grid}.products-overview__support-points span{border-bottom:1px solid #294158;border-right:1px solid #294158;flex-direction:column;min-height:170px;padding:28px;display:flex}.products-overview__support-points span:nth-child(2n){border-right:0}.products-overview__support-points span:nth-last-child(-n+2){border-bottom:0}.products-overview__support-points svg{color:#e9b837;margin-bottom:27px}.products-overview__support-points small{color:#8fa2b2;margin-top:7px}.products-overview__faq{border-top:1px solid var(--line)}.products-overview__faq details{border-bottom:1px solid var(--line);background:#fff}.products-overview__faq summary{cursor:pointer;justify-content:space-between;padding:24px 26px;font-weight:800;list-style:none;display:flex}.products-overview__faq summary::-webkit-details-marker{display:none}.products-overview__faq summary span{color:#d71920;font-size:22px}.products-overview__faq details[open] summary span{transform:rotate(45deg)}.products-overview__faq p{max-width:900px;margin:0;padding:0 70px 24px 26px}@media (max-width:900px){.products-overview__family-grid,.products-overview__selection-list,.products-overview__support-grid{grid-template-columns:1fr}.products-overview__selection-list li:nth-child(odd){border-right:0}.products-overview__selection-list li:nth-child(2n){padding-left:0}.products-overview__support-grid{gap:50px}}@media (max-width:600px){.products-overview__hero{min-height:540px}.products-overview__hero-inner{padding:75px 0}.products-overview__hero h1{font-size:3.15rem}.products-overview__hero-actions{flex-direction:column}.products-overview__section{padding:72px 0}.products-overview__media{height:235px}.products-overview__family-body{padding:27px 22px}.products-overview__family-body ul{grid-template-columns:1fr}.products-overview__selection-list li{grid-template-columns:40px 1fr;padding-right:0}.products-overview__support-points{grid-template-columns:1fr}.products-overview__support-points span,.products-overview__support-points span:nth-child(2n){border-bottom:1px solid #294158;border-right:0}.products-overview__support-points span:last-child{border-bottom:0}}.products-overview .product-page__breadcrumb{background:#f7f9fb}.products-overview__hero{height:720px;min-height:720px}.products-overview__media{display:block}@media (max-width:600px){.products-overview__hero{height:680px;min-height:680px}}
