.announcement-bar--marquee{overflow:hidden;width:100%}.announcement-bar__message--marquee{display:block;overflow:hidden;white-space:nowrap;margin:0}.announcement-bar__marquee-track{display:inline-flex;gap:4rem;animation:nm-marquee 22s linear infinite;will-change:transform}.announcement-bar__marquee-item{flex-shrink:0;white-space:nowrap}@keyframes nm-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.announcement-bar__marquee-track{animation:none}}.nm-cta-banner{padding:4rem 0}.nm-cta-banner__shell{display:grid;gap:2rem;padding:2.4rem;border-radius:3rem;background:linear-gradient(135deg,#0f2d54,#1a6fba);color:#f5f9ff}.nm-cta-banner__eyebrow{margin:0 0 1rem;font-size:var(--nm-cta-eyebrow-size);letter-spacing:.12em;text-transform:uppercase;opacity:.82}.nm-cta-banner__shell h2{margin:0;font-size:var(--nm-cta-heading-size)}.nm-cta-banner__shell .rte{margin-top:1rem}.nm-cta-banner__shell .rte,.nm-cta-banner__shell .rte p{font-size:var(--nm-cta-text-size);color:#f7f6f2e0}.nm-cta-banner__points{display:grid;gap:.8rem;margin:1.6rem 0 0;padding:0;list-style:none}.nm-cta-banner__points li{display:flex;gap:1rem;align-items:flex-start;font-size:var(--nm-cta-points-size)}.nm-cta-banner__points span{display:inline-flex;width:1.6rem;height:1.6rem;color:#fff;flex:none}.nm-cta-banner__points svg{width:100%;height:100%}.nm-cta-banner__action{display:flex;align-items:center}.nm-cta-banner__action .button{width:100%;justify-content:center;background:#f5f9ff;color:#0f2d54;font-size:var(--nm-cta-button-size)}@media screen and (min-width:990px){.nm-cta-banner__shell{grid-template-columns:minmax(0,1fr) auto;align-items:center;padding:3rem 3.4rem}.nm-cta-banner__action .button{width:auto;min-width:22rem}}.nm-faq-teaser{padding:4rem 0}.nm-faq-teaser__intro{max-width:68rem}.nm-faq-teaser__eyebrow{margin:0 0 1rem;font-size:var(--nm-faq-eyebrow-size);letter-spacing:.12em;text-transform:uppercase;color:#1a6fba}.nm-faq-teaser__intro h2{margin:0;font-size:var(--nm-faq-heading-size)}.nm-faq-teaser__intro .rte{font-size:var(--nm-faq-text-size)}.nm-faq-teaser__items{display:grid;gap:1rem;margin-top:2rem}.nm-faq-teaser__item{padding:0 2rem;border:1px solid rgba(15,45,84,.1);border-radius:2rem;background:#fff}.nm-faq-teaser__item summary{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:1.8rem 0;cursor:pointer;list-style:none;font-weight:700;font-size:var(--nm-faq-question-size);color:#0a1930}.nm-faq-teaser__item summary::-webkit-details-marker{display:none}.nm-faq-teaser__plus{display:inline-flex;width:1.8rem;height:1.8rem;color:#1a6fba;flex:none}.nm-faq-teaser__plus svg{width:100%;height:100%}.nm-faq-teaser__item .rte{padding-bottom:1.8rem;font-size:var(--nm-faq-answer-size)}.nm-faq-teaser__cta{margin-top:2rem}.nm-faq-teaser__cta .button{font-size:var(--nm-faq-button-size)}.nm-featured-products{padding:4rem 0}.nm-featured-products__intro{max-width:68rem}.nm-featured-products__eyebrow{margin:0 0 1rem;font-size:var(--nm-featured-eyebrow-size);letter-spacing:.12em;text-transform:uppercase;color:#1a6fba}.nm-featured-products__intro h2{margin:0;font-size:var(--nm-featured-heading-size)}.nm-featured-products__intro .rte{font-size:var(--nm-featured-text-size)}.nm-featured-products__grid{display:grid;gap:1.6rem;margin-top:2.4rem}@media screen and (min-width:750px){.nm-featured-products__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.nm-footer-trust{padding:0 0 4rem}.nm-footer-trust__grid{display:grid;gap:1.4rem}.nm-footer-trust__item{padding:2rem;border-radius:2.4rem;background:#fff;border:1px solid rgba(15,45,84,.1)}.nm-footer-trust__icon{display:inline-flex;width:2rem;height:2rem;color:#1a6fba}.nm-footer-trust__icon svg{width:100%;height:100%}.nm-footer-trust__item h3{margin:1.2rem 0 .6rem;font-size:var(--nm-footer-trust-heading-size)}.nm-footer-trust__item p{margin:0;font-size:var(--nm-footer-trust-text-size)}@media screen and (min-width:750px){.nm-footer-trust__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:990px){.nm-footer-trust__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.nm-gallery{padding:4rem 0}.nm-gallery__eyebrow{margin:0 0 1rem;font-size:var(--gallery-eyebrow-size);letter-spacing:.12em;text-transform:uppercase;color:#1a6fba}.nm-gallery h2{margin:0 0 1rem;font-size:var(--gallery-heading-size)}.nm-gallery__intro-text{max-width:64rem;margin-bottom:3rem;font-size:var(--gallery-text-size)}.nm-gallery__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.nm-gallery__item{position:relative;border-radius:1.2rem;overflow:hidden;background:#e5e7eb}.nm-gallery__item img{width:100%;height:22rem;object-fit:cover;display:block;transition:transform .3s ease}.nm-gallery__item:hover img{transform:scale(1.03)}.nm-gallery__caption{position:absolute;bottom:1rem;left:1rem;background:#000000b3;color:#fff;font-size:var(--gallery-caption-size);font-weight:600;padding:.3rem 1rem;border-radius:2rem}.nm-gallery__placeholder{width:100%;height:22rem;display:block}.nm-gallery__note{margin:2rem 0 0;font-size:var(--gallery-note-size);color:#9ca3af;text-align:center}@media(max-width:989px){.nm-gallery__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:749px){.nm-gallery__grid{grid-template-columns:1fr}.nm-gallery__item img{height:26rem}}.nm-home-hero{padding:4rem 0 2rem;background:radial-gradient(circle at 75% 25%,rgba(191,218,255,.35),transparent 0 22rem),linear-gradient(135deg,#f5f9ff,#def)}.nm-home-hero__shell{display:grid;gap:3rem;align-items:center}.nm-home-hero__eyebrow{display:inline-flex;margin:0 0 1.6rem;padding:.8rem 1.4rem;border-radius:999px;background:#1a6fba1f;color:#0f2d54;font-size:var(--nm-home-eyebrow-size);font-weight:700;letter-spacing:.12em;text-transform:uppercase}.nm-home-hero__title{margin:0;font-family:Georgia,Times New Roman,serif;font-size:var(--nm-home-heading-size);line-height:.96;color:#0a1930}.nm-home-hero__title span{display:block;color:#1a6fba;font-style:italic}.nm-home-hero__subheading{max-width:58rem;margin-top:2rem;font-size:var(--nm-home-subheading-size);color:#0a1930c7}.nm-home-hero__points{display:grid;gap:1rem;margin:2rem 0 0;padding:0;list-style:none}.nm-home-hero__points li{display:flex;gap:1rem;align-items:flex-start;font-size:var(--nm-home-points-size);color:#0a1930}.nm-home-hero__points span{display:inline-flex;width:1.8rem;height:1.8rem;color:#1a6fba;flex:none}.nm-home-hero__points svg{width:100%;height:100%}.nm-home-hero__actions{display:flex;flex-wrap:wrap;gap:1.2rem;margin-top:2.4rem}.nm-home-hero__stats{display:grid;gap:1.2rem;margin-top:2.6rem;grid-template-columns:repeat(auto-fit,minmax(12rem,1fr))}.nm-home-hero__stat{padding:1.6rem;border-radius:1.8rem;background:#ffffffb8;border:1px solid rgba(15,45,84,.12)}.nm-home-hero__stat strong{display:block;font-size:var(--nm-home-stat-value-size);line-height:1;color:#0f2d54}.nm-home-hero__stat span{display:block;margin-top:.6rem;font-size:var(--nm-home-stat-label-size);letter-spacing:.08em;text-transform:uppercase}.nm-home-hero__visual{position:relative}.nm-home-hero__panel{overflow:hidden;border-radius:3rem;background:#fff;box-shadow:0 30px 80px #0f2d5414}.nm-home-hero__panel img,.nm-home-hero__panel svg{width:100%;height:auto;display:block}.nm-home-hero__cards{display:grid;gap:1.2rem;margin-top:1.6rem}.nm-home-hero__card{display:inline-flex;gap:.8rem;align-items:center;width:fit-content;padding:1rem 1.3rem;border-radius:999px;background:#fff;box-shadow:0 12px 30px #0f2d5414;font-size:var(--nm-home-card-size);color:#0f2d54}.nm-home-hero__card span{display:inline-flex;width:1.6rem;height:1.6rem}.nm-home-hero__card svg{width:100%;height:100%}@media screen and (min-width:990px){.nm-home-hero{padding:5rem 0 3rem}.nm-home-hero__shell{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:4.8rem}.nm-home-hero__cards{position:absolute;inset:auto 1.6rem 1.6rem auto;width:min(28rem,60%)}}.nm-how-it-works{padding:4rem 0}.nm-how-it-works__intro{max-width:68rem;margin:0 auto;text-align:center}.nm-how-it-works__eyebrow{margin:0 0 1rem;font-size:var(--eyebrow-size);font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#1a6fba}.nm-how-it-works__intro h2{margin:0;font-size:var(--nm-how-heading-size)}.nm-how-it-works__intro .rte{font-size:var(--nm-how-text-size)}.nm-how-it-works__grid{display:grid;gap:1.8rem;margin-top:2.4rem}.nm-how-it-works__step{padding:1.6rem;border-radius:2rem;background:#fff;border:1px solid rgba(15,45,84,.12);box-shadow:0 1.2rem 3rem #0f2d5414}.nm-how-it-works__media{position:relative;overflow:hidden;width:min(100%,var(--step-media-width));height:var(--step-media-height);margin:0 auto;border-radius:1.4rem;background:#0f2d540d}.nm-how-it-works__media-element{display:block;width:100%;height:100%;object-fit:cover}.nm-how-it-works__content{padding:1.8rem .2rem .6rem}.nm-how-it-works__count{display:inline-grid;place-items:center;width:3.4rem;height:3.4rem;border-radius:50%;background:#0f2d54;color:#f5f9ff;font-weight:700;font-size:var(--nm-how-step-number-size);line-height:1}.nm-how-it-works__media .nm-how-it-works__count{position:absolute;top:1.2rem;left:1.2rem;z-index:1;box-shadow:0 .8rem 1.6rem #00000029}.nm-how-it-works__step h3{margin:0 0 .8rem;font-size:var(--nm-how-step-title-size);line-height:1.25}.nm-how-it-works__step p{margin:0;font-size:var(--nm-how-step-text-size);line-height:1.65;color:#121212b8}@media screen and (min-width:750px){.nm-how-it-works__grid{grid-template-columns:repeat(auto-fit,minmax(24rem,1fr))}}.nm-persona-grid{padding:4rem 0}.nm-persona-grid__intro{max-width:68rem}.nm-persona-grid__eyebrow{margin:0 0 1rem;font-size:var(--nm-persona-eyebrow-size);letter-spacing:.12em;text-transform:uppercase;color:#1a6fba}.nm-persona-grid__intro h2{margin:0;font-size:var(--nm-persona-heading-size)}.nm-persona-grid__intro .rte{font-size:var(--nm-persona-text-size)}.nm-persona-grid__cards{display:grid;gap:1.4rem;margin-top:2.4rem}.nm-persona-grid__card{padding:2rem;border-radius:2.4rem;background:#fff;border:1px solid rgba(15,45,84,.1)}.nm-persona-grid__icon{display:inline-flex;width:2.2rem;height:2.2rem;color:#1a6fba}.nm-persona-grid__icon svg{width:100%;height:100%}.nm-persona-grid__card h3{margin:1.4rem 0 .6rem;font-size:var(--nm-persona-card-heading-size)}.nm-persona-grid__card p{margin:0;font-size:var(--nm-persona-card-text-size)}@media screen and (min-width:750px){.nm-persona-grid__cards{grid-template-columns:repeat(2,minmax(0,1fr))}}.nm-problem-solution{padding:4rem 0}.nm-problem-solution__intro{max-width:72rem}.nm-problem-solution__eyebrow{margin:0 0 1rem;font-size:var(--nm-ps-eyebrow-size);letter-spacing:.12em;text-transform:uppercase;color:#1a6fba}.nm-problem-solution__intro h2{margin:0;font-size:var(--nm-ps-heading-size)}.nm-problem-solution__intro .rte{font-size:var(--nm-ps-text-size)}.nm-problem-solution__grid{display:grid;gap:1.6rem;margin-top:2.4rem}.nm-problem-solution__card{padding:2.2rem;border-radius:2.6rem;background:#eef4ff;border:1px solid rgba(15,45,84,.08)}.nm-problem-solution__card--solution{background:#fff}.nm-problem-solution__card h3{margin:0 0 1.2rem;font-size:var(--nm-ps-card-heading-size)}.nm-problem-solution__card ul{display:grid;gap:1rem;margin:0;padding:0;list-style:none}.nm-problem-solution__card li{display:grid;grid-template-columns:auto 1fr;gap:.9rem;align-items:start;font-size:var(--nm-ps-card-text-size)}.nm-problem-solution__card span{display:inline-flex;width:1.8rem;height:1.8rem;color:#1a6fba}.nm-problem-solution__card span svg{width:100%;height:100%}@media screen and (min-width:990px){.nm-problem-solution__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.nm-product-hero{padding:var(--nm-product-top-padding) 0 var(--nm-product-bottom-padding)}.nm-product-hero__layout{display:grid;gap:2.4rem}.nm-product-hero__media-frame{position:relative;overflow:hidden;border-radius:2.6rem;background:#fff;border:1px solid rgba(15,45,84,.1)}.nm-product-hero__main-image,.nm-product-hero__media-frame img,.nm-product-hero__media-frame svg{display:block;width:100%;height:auto}.nm-product-hero__thumbs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.8rem}.nm-product-hero__thumb{padding:0;border:1px solid rgba(15,45,84,.12);border-radius:1.4rem;overflow:hidden;background:#fff;cursor:pointer;aspect-ratio:1 / 1;width:100%;display:block}.nm-product-hero__thumb.is-active{border-color:#1a6fba;box-shadow:0 0 0 1px #1a6fba}.nm-product-hero__thumb img{display:block;width:100%;height:100%;object-fit:cover}.nm-product-hero__media-badges,.nm-product-hero__chips{display:flex;flex-wrap:wrap;gap:.8rem}.nm-product-hero__media-badges{position:absolute;top:1.4rem;left:1.4rem;z-index:1}.nm-product-hero__badge{display:inline-flex;padding:.8rem 1.2rem;border-radius:.8rem;background:#fff;color:#0a1930;font-size:var(--nm-product-badge-size);font-weight:700;letter-spacing:.04em;text-transform:uppercase;line-height:1;box-shadow:0 .4rem 1.8rem #0a193014}.nm-product-hero__media-badges .nm-product-hero__badge:nth-child(2){background:#1a6fba;color:#f5f9ff}.nm-product-hero__eyebrow{margin:0 0 .8rem;font-size:var(--nm-product-eyebrow-size);letter-spacing:.12em;text-transform:uppercase;color:#1a6fba}.nm-product-hero__info h1{margin:0;font-size:var(--nm-product-title-size);line-height:.98}.nm-product-hero__subtitle{margin-top:1.2rem;font-size:var(--nm-product-subtitle-size)}.nm-product-hero__chips{margin-top:1.6rem}.nm-product-hero__chip{display:inline-flex;align-items:center;gap:.8rem;padding:.9rem 1.2rem;border-radius:999px;background:#fff;border:1px solid rgba(15,45,84,.1)}.nm-product-hero__chip span{display:inline-flex;width:1.6rem;height:1.6rem;color:#1a6fba}.nm-product-hero__chip svg{width:100%;height:100%}.nm-product-hero__chip small{font-size:var(--nm-product-chip-size);line-height:1.2}.nm-product-hero__benefits{display:grid;gap:.9rem;margin:var(--nm-product-subtitle-to-line-gap) 0 0;padding:0;list-style:none;border-top:1px solid rgba(15,45,84,.12);padding-top:var(--nm-product-line-to-benefits-gap)}.nm-product-hero__benefits li{display:flex;gap:.9rem;align-items:start;padding:0}.nm-product-hero__benefits span{display:inline-flex;width:1.8rem;height:1.8rem;color:#1a6fba}.nm-product-hero__benefits span svg{width:100%;height:100%}.nm-product-hero__benefits strong,.nm-product-hero__offer strong,.nm-product-hero__warning strong{color:#0a1930}.nm-product-hero__benefits strong{font-size:var(--nm-product-benefit-title-size);line-height:1.2}.nm-product-hero__offer strong{display:block;font-size:var(--nm-product-offer-title-size);line-height:1.2}.nm-product-hero__warning strong{display:block;margin-bottom:.6rem;font-size:var(--nm-product-warning-title-size);letter-spacing:.05em;text-transform:uppercase}.nm-product-hero__benefits p,.nm-product-hero__offer p{margin:.4rem 0 0;font-size:var(--nm-product-benefit-text-size)}.nm-product-hero__offer p{font-size:var(--nm-product-offer-text-size)}.nm-product-hero__offer,.nm-product-hero__warning{margin-top:1.6rem;border-radius:2rem}.nm-product-hero__offer{padding:0}.nm-product-hero__warning{padding:var(--nm-product-warning-padding-top, 16px) 1.6rem var(--nm-product-warning-padding-bottom, 16px);border:1px dashed rgba(194,42,32,.45);background:#fff4f1}.nm-product-hero__warning,.nm-product-hero__warning .rte{color:#8f1d14}.nm-product-hero__warning .rte p{margin:0;font-size:var(--nm-product-warning-text-size);line-height:1.45}.nm-product-hero__warning strong:before{content:"!";display:inline-flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem;margin-right:.7rem;border-radius:50%;background:#c22a20;color:#fff;font-size:1.1rem;font-weight:700;vertical-align:text-top}.nm-product-hero__price-row{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;margin-top:1.6rem}.nm-product-hero__app-blocks{display:grid;gap:.6rem;margin:1rem 0 .35rem}.nm-product-hero__app-block{min-width:0}.nm-product-hero__price-label,.nm-product-hero__compare-label{font-size:1.2rem;font-weight:800;line-height:1;letter-spacing:.06em;text-transform:uppercase}.nm-product-hero__price-label{color:#0a1930}.nm-product-hero__price{font-size:var(--nm-product-price-size);font-weight:800;color:#0a1930;line-height:1;letter-spacing:-.01em}.nm-product-hero__compare-label{margin-left:.35rem;color:#8a96a8}.nm-product-hero__compare{font-size:var(--nm-product-compare-size);text-decoration:line-through;color:#8a96a8;font-weight:500}.nm-product-hero__savings{display:inline-flex;align-items:center;padding:.4rem .9rem;border-radius:999px;border:1px solid #fecaca;background:#fee2e2;color:#b91c1c;font-size:var(--nm-product-savings-size);font-weight:800;letter-spacing:.02em;text-transform:uppercase}.nm-product-hero__form{display:grid;gap:1rem;margin-top:0;padding-top:var(--nm-product-form-padding-top);padding-bottom:var(--nm-product-form-padding-bottom)}.nm-product-hero__label{font-size:var(--nm-product-form-label-size);font-weight:700}.nm-product-hero__purchase-row{display:block;margin-top:0}.nm-product-hero__scarcity{display:flex;align-items:center;gap:1rem;padding:1rem 1.2rem;border:1px solid rgba(196,31,24,.22);border-radius:.8rem;background:linear-gradient(180deg,#fff7f5,#fffdfc);box-shadow:0 .8rem 2.4rem #c41f1814;margin-top:1rem}.nm-product-hero__scarcity-pulse{position:relative;width:1rem;height:1rem;border-radius:50%;background:#c41f18;box-shadow:0 0 #c41f186b;flex:none;animation:nm-scarcity-pulse 1.8s ease-out infinite}.nm-product-hero__scarcity strong,.nm-product-hero__scarcity small{display:block}.nm-product-hero__scarcity strong{color:#8f1d14;font-size:1.38rem;font-weight:900;line-height:1.2;text-transform:uppercase;letter-spacing:.04em}.nm-product-hero__scarcity small{margin-top:.2rem;color:#4f5d70;font-size:1.22rem;line-height:1.35}@keyframes nm-scarcity-pulse{0%{box-shadow:0 0 #c41f186b}70%{box-shadow:0 0 0 .9rem #c41f1800}to{box-shadow:0 0 #c41f1800}}.nm-product-hero__submit{width:100%!important;min-height:11.2rem!important;justify-content:center!important;text-transform:uppercase!important;letter-spacing:0!important;font-size:3.8rem!important;font-weight:950!important;line-height:1.04!important;border-radius:2.2rem!important;border:0!important;background:linear-gradient(180deg,#3090dd,#176ab0)!important;color:#fff!important;box-shadow:0 2rem 3.8rem #1a6fba61!important;padding:2.4rem 2rem!important;text-align:center!important;white-space:normal!important;min-width:0!important}.nm-product-hero__submit:before,.nm-product-hero__submit:after{content:none!important;display:none!important;box-shadow:none!important}.nm-product-hero__submit:hover{transform:translateY(-1px);box-shadow:0 2rem 3.6rem #1a6fba61}@media(max-width:520px){.nm-product-hero__submit{min-height:9.6rem!important;font-size:3rem!important;padding:2rem 1.2rem!important;border-radius:1.8rem!important}}@media(max-width:749px){.nm-product-hero{padding-top:var(--nm-product-mobile-top-padding);padding-bottom:var(--nm-product-mobile-bottom-padding)}}.nm-product-hero__payment-badges{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;margin-top:-.1rem}.nm-product-hero__payment-badge{position:relative;display:grid;min-height:5.4rem;align-content:center;gap:.2rem;padding:.9rem .8rem;overflow:hidden;border:1px solid rgba(15,45,84,.1);border-radius:1.4rem;background:#fff;box-shadow:0 .8rem 2.2rem #0a193014}.nm-product-hero__payment-badge:after{content:"";position:absolute;inset:auto -1.8rem -2.2rem auto;width:5.2rem;height:5.2rem;border-radius:50%;opacity:.16}.nm-product-hero__payment-badge strong,.nm-product-hero__payment-badge small{position:relative;z-index:1}.nm-product-hero__payment-badge strong{color:#0a1930;font-size:1.45rem;font-weight:900;line-height:1;letter-spacing:0}.nm-product-hero__payment-badge small{color:#536174;font-size:1.05rem;font-weight:700;line-height:1.15}.nm-product-hero__payment-badge--vipps{border-color:#ff5b243d;background:linear-gradient(135deg,#fff8f4,#fff 62%)}.nm-product-hero__payment-badge--vipps strong{color:#ff5b24}.nm-product-hero__payment-badge--vipps:after{background:#ff5b24}.nm-product-hero__payment-badge--klarna{border-color:#ffb3c780;background:linear-gradient(135deg,#fff2f6,#fff 62%)}.nm-product-hero__payment-badge--klarna strong{color:#111827}.nm-product-hero__payment-badge--klarna:after{background:#ffb3c7}.nm-product-hero__payment-badge--visa{border-color:#1a379633;background:linear-gradient(135deg,#f3f7ff,#fff 62%)}.nm-product-hero__payment-badge--visa strong{color:#1a3796;letter-spacing:.05em}.nm-product-hero__payment-badge--visa:after{background:#1a3796}.nm-product-hero__cta-story{display:flex;gap:1rem;align-items:flex-start;padding:1.2rem;border:1px solid rgba(15,45,84,.12);border-radius:.8rem;background:#fff;box-shadow:0 1rem 2.8rem #0a193014}.nm-product-hero__cta-story-avatar{display:inline-flex;align-items:center;justify-content:center;width:4.6rem;height:4.6rem;border-radius:50%;object-fit:cover;background:#dce7f4;color:#fff;flex:none}.nm-product-hero__cta-story-avatar--initial{background:linear-gradient(135deg,#0f2d54,#1a6fba);font-size:1.7rem;font-weight:900;line-height:1}.nm-product-hero__cta-story-body{min-width:0}.nm-product-hero__cta-story-head{display:flex;align-items:center;flex-wrap:wrap;gap:.65rem;margin-bottom:.25rem}.nm-product-hero__cta-story-head strong{color:#0a1930;font-size:1.42rem;font-weight:900;line-height:1.2}.nm-product-hero__cta-story-head span{display:inline-flex;align-items:center;padding:.18rem .55rem;border-radius:999px;background:#eef7ff;color:#1a6fba;font-size:1.08rem;font-weight:900;line-height:1.15}.nm-product-hero__cta-story-meta{display:flex;align-items:center;flex-wrap:wrap;gap:.55rem;color:#66758a;font-size:1.12rem;font-weight:800;line-height:1.2}.nm-product-hero__cta-story-stars{color:#f2a900;font-size:1.2rem;letter-spacing:.02em}.nm-product-hero__cta-story p{margin:.65rem 0 0;color:#2b3b4f;font-size:1.34rem;line-height:1.48}.nm-product-hero__microtrust{display:grid;gap:.8rem}.nm-product-hero__microtrust span{display:flex;gap:.8rem;align-items:start;font-size:var(--nm-product-microtrust-size)}.nm-product-hero__microtrust i{display:inline-flex;width:1.6rem;height:1.6rem;color:#1a6fba;flex:none}.nm-product-hero__microtrust i svg{width:100%;height:100%}.nm-product-hero__status{margin:0;padding:1rem 1.2rem;border-radius:1.4rem;background:#e3240214;color:#9f2106}.nm-product-hero__accordion{display:grid;gap:1rem;margin-top:1.6rem}.nm-product-hero__accordion details{padding:0 1.8rem;border-radius:2rem;background:#fff;border:1px solid rgba(15,45,84,.1)}.nm-product-hero__accordion summary{padding:1.6rem 0;cursor:pointer;font-weight:700;font-size:var(--nm-product-accordion-heading-size);color:#0a1930;list-style:none}.nm-product-hero__accordion summary::-webkit-details-marker{display:none}.nm-product-hero__accordion .rte{padding-bottom:1.8rem;font-size:var(--nm-product-accordion-text-size)}.nm-product-hero__social-review{margin-top:1.4rem}.nm-product-hero__social-row{display:flex;align-items:flex-start;gap:.8rem}.nm-product-hero__social-avatar{width:3.6rem;height:3.6rem;border-radius:50%;object-fit:cover;flex:none}.nm-product-hero__social-avatar--placeholder{background:#c9cdd2}.nm-product-hero__social-bubble{background:#f0f2f5;border-radius:1.8rem;padding:.8rem 1.2rem;flex:1;min-width:0}.nm-product-hero__social-name{display:block;font-size:1.3rem;font-weight:700;color:#050505;line-height:1.3;margin-bottom:.3rem}.nm-product-hero__social-text{margin:0;font-size:1.4rem;line-height:1.45;color:#050505;word-break:break-word}.nm-product-hero__social-footer{display:flex;align-items:center;justify-content:space-between;padding:.4rem 0 0 4.4rem;gap:.8rem}.nm-product-hero__social-meta{display:flex;align-items:center;gap:.4rem;font-size:1.2rem;font-weight:600;color:#65676b}.nm-product-hero__social-time,.nm-product-hero__social-sep{color:#65676b;font-weight:400}.nm-product-hero__social-action{cursor:default;color:#65676b}.nm-product-hero__social-reactions{display:flex;align-items:center;gap:.4rem;font-size:1.3rem;color:#65676b;font-weight:400}.nm-product-hero__social-emojis{font-size:1.5rem;line-height:1;letter-spacing:-.2rem}.nm-product-hero__rating-above-title{margin-bottom:1rem}.nm-sticky-bar{position:fixed;bottom:0;left:0;right:0;background:var(--nm-sticky-bg, #0f2d54);color:var(--nm-sticky-text, #f5f9ff);z-index:200;padding:1rem 0;transform:translateY(110%);transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:0 -2px 16px #0a193033}.nm-sticky-bar.is-visible{transform:translateY(0)}.nm-sticky-bar__inner{display:flex;align-items:center;gap:1.4rem}.nm-sticky-bar__image{width:5.4rem;height:5.4rem;border-radius:.8rem;object-fit:cover;flex-shrink:0;background:#fff;padding:.2rem}.nm-sticky-bar__text{display:flex;flex-direction:column;flex:1;min-width:0;gap:.2rem}.nm-sticky-bar__title{font-weight:700;font-size:var(--nm-sticky-title-size, 15px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--nm-sticky-text, #f5f9ff);line-height:1.2}.nm-sticky-bar__urgency{display:inline-flex;align-items:center;gap:.45rem;color:#ffd9d2;font-size:1.08rem;font-weight:900;line-height:1.1;text-transform:uppercase;letter-spacing:.04em}.nm-sticky-bar__urgency i{width:.68rem;height:.68rem;border-radius:50%;background:#ff4f3e;box-shadow:0 0 0 .35rem #ff4f3e2e;flex:none}.nm-sticky-bar__price-row{display:inline-flex;align-items:baseline;gap:.6rem}.nm-sticky-bar__price{font-size:var(--nm-sticky-price-size, 16px);font-weight:800;color:var(--nm-sticky-text, #f5f9ff);line-height:1}.nm-sticky-bar__compare{font-size:calc(var(--nm-sticky-price-size, 16px) * .78);text-decoration:line-through;opacity:.65}.nm-sticky-bar__btn{flex-shrink:0;min-height:4.4rem;padding:0 2rem;background:var(--nm-sticky-btn-bg, #1a6fba);color:var(--nm-sticky-btn-text, #ffffff);font-size:var(--nm-sticky-btn-size, 14px);font-weight:700;letter-spacing:.06em;text-transform:uppercase;border:none;border-radius:999px;cursor:pointer;transition:filter .2s}.nm-sticky-bar__btn:hover{filter:brightness(1.08)}@media screen and (max-width:540px){.nm-sticky-bar__title{font-size:13px}.nm-sticky-bar__urgency{font-size:1rem}.nm-sticky-bar__btn{padding:0 1.15rem;font-size:11.5px;min-width:13.8rem}.nm-sticky-bar__image{width:4.4rem;height:4.4rem}}@media screen and (min-width:990px){.nm-product-hero__layout{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:4rem;align-items:start}.nm-product-hero__gallery{position:sticky;top:12rem}}@media screen and (max-width:749px){.nm-product-hero__thumbs{grid-template-columns:repeat(5,minmax(0,1fr))}}.nm-proof-comparison{padding:4rem 0}.nm-proof-comparison__layout{display:grid;gap:2rem}.nm-proof-comparison__eyebrow{margin:0 0 1rem;font-size:var(--nm-proof-eyebrow-size);letter-spacing:.12em;text-transform:uppercase;color:#1a6fba}.nm-proof-comparison__proof h2,.nm-proof-comparison__table-wrap h3{margin:0}.nm-proof-comparison__proof h2{font-size:var(--nm-proof-heading-size)}.nm-proof-comparison__proof .rte{font-size:var(--nm-proof-text-size)}.nm-proof-comparison__table-wrap h3{font-size:var(--nm-proof-table-heading-size)}.nm-proof-comparison__cards{display:grid;gap:1.4rem;margin-top:2rem}.nm-proof-comparison__card,.nm-proof-comparison__table-wrap{padding:2rem;border-radius:2.4rem;background:#fff;border:1px solid rgba(15,45,84,.1)}.nm-proof-comparison__card strong{display:block;font-size:var(--nm-proof-value-size);line-height:1;color:#0f2d54}.nm-proof-comparison__card h3{margin:1rem 0 .6rem;font-size:var(--nm-proof-card-heading-size)}.nm-proof-comparison__card p{margin:0;font-size:var(--nm-proof-card-text-size)}.nm-proof-comparison__table{display:grid;gap:.8rem;margin-top:1.6rem}.nm-proof-comparison__row{display:grid;grid-template-columns:1.4fr repeat(3,minmax(0,1fr));gap:.8rem;align-items:stretch}.nm-proof-comparison__row span{display:flex;align-items:center;min-height:5rem;padding:1rem 1.2rem;border-radius:1.6rem;background:#f5f9ff;font-size:var(--nm-proof-table-text-size);text-align:left}.nm-proof-comparison__row--head span{background:#0f2d54;color:#f5f9ff;font-weight:700}@media screen and (min-width:990px){.nm-proof-comparison__layout{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}}.nm-results-strip{padding:4rem 0}.nm-results-strip__intro{max-width:72rem}.nm-results-strip__eyebrow{margin:0 0 1rem;font-size:var(--nm-results-eyebrow-size);letter-spacing:.12em;text-transform:uppercase;color:#1a6fba}.nm-results-strip__intro h2{margin:0;font-size:var(--nm-results-heading-size)}.nm-results-strip__intro .rte{font-size:var(--nm-results-text-size)}.nm-results-strip__grid{display:grid;gap:1.4rem;margin-top:2.4rem}.nm-results-strip__card{padding:2rem;border-radius:2.4rem;background:#fff;border:1px solid rgba(15,45,84,.1)}.nm-results-strip__card strong{display:inline-flex;padding:.7rem 1.2rem;border-radius:999px;background:#1a6fba1a;color:#0f2d54;font-size:var(--nm-results-label-size);letter-spacing:.08em;text-transform:uppercase}.nm-results-strip__card h3{margin:1.4rem 0 .6rem;font-size:var(--nm-results-card-heading-size)}.nm-results-strip__card p,.nm-results-strip__note{margin:0}.nm-results-strip__card p{font-size:var(--nm-results-card-text-size)}.nm-results-strip__note{margin-top:1.8rem;font-size:var(--nm-results-note-size);color:#0a1930b8}@media screen and (min-width:750px){.nm-results-strip__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.nm-reviews{padding:5.2rem 0;background:#f5f9ff}.nm-reviews__header{display:grid;gap:2rem;align-items:end;margin-bottom:2.4rem}.nm-reviews__intro{max-width:78rem}.nm-reviews__eyebrow{margin:0 0 1rem;font-size:var(--nm-reviews-eyebrow-size);letter-spacing:.12em;text-transform:uppercase;color:#1a6fba}.nm-reviews__intro h2{margin:0;font-size:var(--nm-reviews-heading-size);line-height:1.05;color:#0f2d54}.nm-reviews__intro .rte{margin-top:1rem;font-size:var(--nm-reviews-text-size)}.nm-reviews__score-card,.nm-reviews__summary,.nm-reviews__card{background:#fff;border:1px solid rgba(15,45,84,.1);box-shadow:0 1rem 3rem #0f2d540f}.nm-reviews__score-card{display:grid;gap:.6rem;justify-items:start;padding:1.8rem;border-radius:1.6rem}.nm-reviews__score-card strong{font-size:var(--nm-reviews-score-size);line-height:1;color:#0f2d54}.nm-reviews__score-card>span,.nm-reviews__trust p,.nm-reviews__bar-row small,.nm-reviews__card-top div>span,.nm-reviews__verified-row small{color:#0f2d54ad}.nm-reviews__stars{display:inline-flex;gap:.2rem;color:#f5b942;line-height:1}.nm-reviews__stars span{font-size:1.9rem}.nm-reviews__stars--small span{font-size:1.5rem}.nm-reviews__stars .is-muted{color:#0f2d5429}.nm-reviews__proof-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.nm-reviews__photo{position:relative;overflow:hidden;display:block;padding:0;border:0;border-radius:1.2rem;background:#dbeafe;cursor:zoom-in;aspect-ratio:1 / 1}.nm-reviews__photo img,.nm-reviews__photo svg{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.nm-reviews__photo:hover img{transform:scale(1.04)}.nm-reviews__photo span{position:absolute;left:.8rem;bottom:.8rem;max-width:calc(100% - 1.6rem);padding:.45rem .7rem;border-radius:999px;background:#0f2d54db;color:#fff;font-size:1.1rem;font-weight:700;line-height:1.15}.nm-reviews__lower{display:grid;gap:1.6rem;margin-top:2rem}.nm-reviews__summary{display:grid;gap:1.6rem;padding:1.8rem;border-radius:1.6rem}.nm-reviews__breakdown{display:grid;gap:.8rem}.nm-reviews__bar-row{display:grid;grid-template-columns:3.2rem minmax(10rem,1fr) 4rem;align-items:center;gap:.8rem;font-size:1.3rem;color:#0f2d54}.nm-reviews__bar{overflow:hidden;height:.8rem;border-radius:999px;background:#1a6fba1f}.nm-reviews__bar i{display:block;height:100%;border-radius:inherit;background:#1a6fba}.nm-reviews__trust{padding:1.4rem;border-radius:1.2rem;background:#f5f9ff}.nm-reviews__trust strong{display:block;color:#0f2d54}.nm-reviews__trust p{margin:.5rem 0 0;font-size:1.4rem;line-height:1.45}.nm-reviews__cards{display:grid;gap:1.2rem}.nm-reviews__card{display:grid;gap:1rem;padding:1.6rem;border-radius:1.4rem}.nm-reviews__card-top{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.8rem 1.4rem}.nm-reviews__card-top strong,.nm-reviews__card-top span{display:block}.nm-reviews__card-top strong{font-size:var(--nm-reviews-card-name-size);color:#0f2d54}.nm-reviews__card-top div>span{font-size:1.2rem}.nm-reviews__card p{margin:0;font-size:var(--nm-reviews-card-text-size);line-height:1.55;color:#0a1930}.nm-reviews__verified-row{display:inline-flex;align-items:center;gap:.5rem}.nm-reviews__verified-row span{display:inline-flex;align-items:center;justify-content:center;width:1.7rem;height:1.7rem;border-radius:50%;background:#1a6fba;color:#fff;font-size:1rem;font-weight:700}.nm-reviews__dialog{width:min(90vw,76rem);padding:0;border:0;border-radius:1.4rem;background:#fff;box-shadow:0 2rem 6rem #0a193059}.nm-reviews__dialog::backdrop{background:#0a1930b8}.nm-reviews__dialog img{display:block;width:100%;height:auto;max-height:86vh;object-fit:contain}.nm-reviews__dialog-close{position:absolute;top:1rem;right:1rem;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;border:0;border-radius:50%;background:#0f2d54e6;color:#fff;font-size:2.4rem;line-height:1;cursor:pointer}@media screen and (min-width:750px){.nm-reviews__header{grid-template-columns:minmax(0,1fr) 24rem}.nm-reviews__proof-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem}.nm-reviews__lower{grid-template-columns:32rem minmax(0,1fr);align-items:start}.nm-reviews__summary{position:sticky;top:9rem}.nm-reviews__cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:990px){.nm-reviews__proof-grid{grid-template-columns:repeat(10,minmax(0,1fr))}}.nm-testimonials{padding:4rem 0}.nm-testimonials__intro{max-width:68rem}.nm-testimonials__eyebrow{margin:0 0 1rem;font-size:var(--nm-testimonials-eyebrow-size);letter-spacing:.12em;text-transform:uppercase;color:#1a6fba}.nm-testimonials__intro h2{margin:0;font-size:var(--nm-testimonials-heading-size)}.nm-testimonials__intro .rte{font-size:var(--nm-testimonials-text-size)}.nm-testimonials__grid{display:grid;gap:1.4rem;margin-top:2.4rem}.nm-testimonials__card{display:grid;gap:1.6rem;padding:2rem;border-radius:2.4rem;background:#fff;border:1px solid rgba(15,45,84,.1)}.nm-testimonials__card blockquote{margin:0;font-size:var(--nm-testimonials-quote-size);line-height:1.55;color:#0a1930}.nm-testimonials__meta{display:flex;gap:1rem;align-items:center}.nm-testimonials__meta img{width:5rem;height:5rem;object-fit:cover;border-radius:50%}.nm-testimonials__meta strong,.nm-testimonials__meta span{display:block}.nm-testimonials__meta strong{font-size:var(--nm-testimonials-name-size)}.nm-testimonials__meta span{font-size:var(--nm-testimonials-detail-size);color:#0a1930b8}@media screen and (min-width:750px){.nm-testimonials__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.nm-trust-strip{padding:1.2rem 0 0}.nm-trust-strip__grid{display:grid;gap:1.2rem}.nm-trust-strip__item{display:flex;gap:1rem;align-items:flex-start;padding:1.6rem;border-radius:2rem;background:#fff;border:1px solid rgba(15,45,84,.1)}.nm-trust-strip__icon{display:inline-flex;width:2rem;height:2rem;color:#1a6fba;flex:none}.nm-trust-strip__icon svg{width:100%;height:100%}.nm-trust-strip__item strong{display:block;margin:0;font-size:var(--nm-trust-heading-size);color:#0a1930}.nm-trust-strip__item p{margin:.4rem 0 0;font-size:var(--nm-trust-text-size)}@media screen and (min-width:750px){.nm-trust-strip__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:990px){.nm-trust-strip__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.nm-product-tile{display:grid;gap:1.6rem;padding:1.8rem;border:1px solid rgba(var(--color-foreground),.1);border-radius:2.4rem;height:100%}.nm-product-tile__media{display:block;aspect-ratio:1 / 1;overflow:hidden;border-radius:2rem;background:rgba(var(--color-foreground),.04)}.nm-product-tile__media img,.nm-product-tile__media svg{width:100%;height:100%;object-fit:cover}.nm-product-tile__content{display:grid;gap:1rem;align-content:start}.nm-product-tile__eyebrow{margin:0;font-size:var(--nm-tile-eyebrow-size, 1.1rem);font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#1a6fba}.nm-product-tile__title{margin:0;font-size:var(--nm-tile-title-size, 2rem);line-height:1.05}.nm-product-tile__title a{color:inherit;text-decoration:none}.nm-rating-stars{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.8rem}.nm-rating-stars__icons{position:relative;display:inline-block;font-size:1.7rem;line-height:1;letter-spacing:.1em;white-space:nowrap}.nm-rating-stars__bg{color:#1a6fba38}.nm-rating-stars__fg{position:absolute;top:0;right:0;bottom:0;left:0;color:#1a6fba;overflow:hidden;width:var(--nm-rating-fill, 100%);white-space:nowrap;pointer-events:none}.nm-rating-stars__copy{display:inline-flex;gap:.5rem;font-size:1.3rem;line-height:1.2}
/*# sourceMappingURL=/cdn/shop/t/5/compiled_assets/styles.css.map */
