.fm-hero{--fmh-bg: #f1ebde;--fmh-accent: #398c61;--fmh-accent-dark: #2d7350;--fmh-text: #1a2240;--fmh-muted: rgba(26, 34, 64, .66);--fmh-card-bg: #ffffff;--fmh-card-text: #1a2240;--fmh-card-muted: #555f70;--fmh-radius: 12px;--fmh-max: 1240px;color:var(--fmh-text);padding:18px 22px 24px}.fm-hero__inner{position:relative;overflow:hidden;max-width:var(--fmh-max);margin:0 auto;background:radial-gradient(1200px 700px at 0% 0%,rgba(255,250,235,.75),transparent 62%),radial-gradient(900px 520px at 100% 0%,rgba(255,244,220,.55),transparent 60%),radial-gradient(700px 400px at 0% 100%,rgba(57,140,97,.05),transparent 60%),var(--fmh-bg);border-radius:16px;padding:32px 32px 36px}.fm-hero__bg-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none}.fm-hero__inner>.fm-hero__header,.fm-hero__inner>.fm-hero__doors,.fm-hero__inner>.fm-hero__cta-row--mobile{position:relative;z-index:1}@media(min-width:1024px){.fm-hero__inner{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,3fr);grid-template-areas:"header doors" "ctamob ctamob";column-gap:40px;row-gap:20px;align-items:center}.fm-hero__header{grid-area:header}.fm-hero__doors{grid-area:doors}.fm-hero__cta-row--mobile{grid-area:ctamob}}.fm-hero__header{text-align:left;margin-bottom:32px;max-width:760px}.fm-hero__eyebrow{display:inline-flex;margin-bottom:14px;padding:7px 14px;border-radius:999px;border:1px solid rgba(26,34,64,.22);background:#ffffff8c;font-size:11px;font-weight:500;letter-spacing:.08em}.fm-hero__tp-widget{display:block;width:100%;max-width:422px;margin:0 0 18px}.fm-hero__tp-static{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:var(--fmh-text);font-family:var(--fm-font-body);font-size:13px;line-height:1;white-space:nowrap;border:0}.fm-hero__tp-static:hover,.fm-hero__tp-static:focus-visible{text-decoration:underline;text-underline-offset:3px;outline:none}.fm-hero__tp-static__verdict{font-weight:700;font-size:14px}.fm-hero__tp-static__stars{display:block;width:108px;height:auto;flex:0 0 auto}.fm-hero__tp-static__rating{font-weight:600}.fm-hero__tp-static__rating strong{font-weight:700}.fm-hero__tp-static__brand{color:var(--fmh-muted);font-weight:500}@media(max-width:767px){.fm-hero__tp-static{font-size:12px;gap:6px}.fm-hero__tp-static__verdict{font-size:13px}.fm-hero__tp-static__stars{width:92px}}.fm-hero__headline{margin:0;font-size:30px;line-height:1.15;letter-spacing:-.02em}.fm-hero__subline{margin:14px 0 0;font-size:16px;color:var(--fmh-muted);line-height:1.5}.fm-hero__cta-row{margin-top:22px;display:flex;gap:12px;justify-content:flex-start;flex-wrap:wrap}.fm-hero__btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:10px 24px;border-radius:8px;font-size:14px;font-weight:700;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease}.fm-hero__btn--primary{color:#fff;background:var(--fmh-accent)}.fm-hero__btn--primary:hover,.fm-hero__btn--primary:focus-visible{background:var(--fmh-accent-dark);color:#fff;transform:translateY(-2px)}.fm-hero__btn--secondary{color:var(--fmh-text);border:1px solid rgba(26,34,64,.32);background:#ffffff8c}.fm-hero__btn--secondary:hover,.fm-hero__btn--secondary:focus-visible{background:#ffffffd9;border-color:#1a224080;transform:translateY(-2px)}.fm-hero__benefits{margin:20px 0 0;padding:0;list-style:none;display:flex;justify-content:flex-start;gap:14px;flex-wrap:wrap}.fm-hero__benefit{font-size:10px;color:var(--fmh-muted)}.fm-hero__benefit:before{content:"\2713";color:var(--fmh-accent);margin-right:5px;font-weight:700}.fm-hero__doors{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:32px}.fm-hero__door{position:relative;display:flex;flex-direction:column;text-decoration:none;color:var(--fmh-card-text);border-radius:var(--fmh-radius);transition:transform .22s ease,box-shadow .22s ease}.fm-hero__door:hover,.fm-hero__door:focus-visible{text-decoration:none;color:var(--fmh-card-text);transform:translateY(-4px);box-shadow:0 14px 32px #1a224024}.fm-hero__door-img-wrap{width:100%;aspect-ratio:1 / 1;overflow:hidden;background:#1c2b52;flex-shrink:0;border-radius:var(--fmh-radius) var(--fmh-radius) 0 0}.fm-hero__door-img-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.fm-hero__door:hover .fm-hero__door-img-wrap img{transform:scale(1.05)}.fm-hero__door-img-wrap--icon{display:flex;align-items:center;justify-content:center;background:linear-gradient(160deg,#1e2f6a,#0f2353);color:var(--fmh-accent)}.fm-hero__door-img-wrap--icon svg{width:64px;height:64px}.fm-hero__door-img-wrap--icon img{width:auto;height:64px;object-fit:contain}.fm-hero__door-body{flex:1;padding:0 16px 16px;display:flex;flex-direction:column;background:var(--fmh-card-bg);border-radius:0 0 var(--fmh-radius) var(--fmh-radius);overflow:visible}.fm-hero__door-icon{width:36px;height:36px;border-radius:50%;background:#fff;border:1px solid rgba(57,140,97,.18);display:flex;align-items:center;justify-content:center;color:var(--fmh-accent);flex-shrink:0;position:relative;z-index:2;margin-top:-18px;margin-left:14px;margin-bottom:10px;box-shadow:0 2px 8px #0000001a}.fm-hero__door-icon svg,.fm-hero__door-icon img{width:18px;height:18px;display:block}.fm-hero__door-title{margin:0 0 5px;font-size:12px;font-weight:800;line-height:1.25;color:var(--fmh-card-text)}.fm-hero__door-desc{margin:0;font-size:10px;line-height:1.5;color:var(--fmh-card-muted)}.fm-hero__door--featured .fm-hero__door-body{border-top:3px solid transparent;transition:border-color .22s ease}.fm-hero__door--featured:hover .fm-hero__door-body,.fm-hero__door--featured:focus-visible .fm-hero__door-body{border-top-color:var(--fmh-accent)}.fm-hero__trust{max-width:var(--fmh-max);margin:22px auto 0;padding:0 32px}.product-trusted-strip{padding:70px 0}.product-trusted-strip .fm-hero__trust{max-width:100%;margin:0 auto;padding:0}.fm-hero__trust-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:14px 28px}.fm-hero__trust-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--fmh-muted);padding-right:28px;border-right:1px solid rgba(26,34,64,.18)}.fm-hero__trust-logos{flex:1;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:14px 24px}.fm-hero__trust-img{height:45px;width:auto;max-width:120px;object-fit:contain;display:block;filter:brightness(0);opacity:.55;transition:opacity .18s ease}.fm-hero__trust-img:hover{opacity:.85}.fm-hero__cta-row--mobile{display:none}@media(max-width:640px){.fm-hero{padding:16px 12px 20px}.fm-hero__inner{padding:22px 18px 26px;border-radius:14px}.fm-hero__trust{padding:0 12px;margin-top:18px}.fm-hero__trust-row{flex-direction:column;align-items:flex-start;gap:8px}.fm-hero__trust-label{padding-right:0;border-right:0}.fm-hero__trust-logos{width:100%;flex-wrap:nowrap;justify-content:flex-start;gap:18px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.fm-hero__trust-logos::-webkit-scrollbar{display:none}.fm-hero__trust-logo{flex:0 0 auto}.fm-hero__header{max-width:100%;text-align:center}.fm-hero__header .fm-hero__cta-row,.fm-hero__benefits{display:none}.fm-hero__doors{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:16px}.fm-hero__door-title{font-size:15px}.fm-hero__door-desc{font-size:12px}.fm-hero__cta-row--mobile{display:flex;justify-content:center;margin-bottom:24px}.fm-hero__cta-row--mobile .fm-hero__btn--primary{width:100%}.fm-hero__trust-img{height:18px;max-width:68px}}.fm-tp-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px}.fm-tp-popup[hidden]{display:none}.fm-tp-popup__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000a6;cursor:pointer}.fm-tp-popup__box{position:relative;background:#fff;border-radius:16px;padding:36px 32px 32px;width:100%;max-width:820px;max-height:88vh;overflow-y:auto;z-index:1;box-shadow:0 24px 60px #00000059}.fm-tp-popup__close{position:absolute;top:14px;right:14px;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#00000012;border:none;cursor:pointer;color:#374151;transition:background .18s ease;flex-shrink:0}.fm-tp-popup__close:hover{background:#00000024}.fm-tp-popup__logo{display:block;height:28px;width:auto;margin-bottom:12px}.fm-tp-popup__title{font-size:22px;font-weight:700;color:#0d1117;margin:0 0 20px;padding-right:40px}@media(max-width:640px){.fm-tp-popup__box{padding:28px 18px 24px;border-radius:12px;max-height:92vh}.fm-tp-popup__title{font-size:18px}}.fm-reviews{--fmr-bg: #f7f6f5;--fmr-accent: #398c61;--fmr-heading: #0f1523;--fmr-muted: rgba(15,21,35,.6);--fmr-card-bg: #ffffffff;--fmr-card-text: rgba(20, 20, 20, .82);--fmr-card-author: #000000ff;--fmr-max: 1440px;background:var(--fmr-bg);padding:72px 32px;color:var(--fmr-heading);position:relative;overflow:hidden}.fm-reviews:before{content:"\201d";position:absolute;top:-.08em;right:40px;font-size:clamp(180px,18vw,300px);font-weight:700;line-height:1;font-family:Georgia,serif;color:#0f15230f;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0}.fm-reviews__inner{max-width:var(--fmr-max);margin:0 auto;display:flex;flex-direction:column;gap:40px;position:relative;z-index:1}.fm-reviews__head{text-align:center}.fm-reviews__heading{font-size:clamp(28px,3.5vw,46px);font-weight:700;color:var(--fmr-heading);margin:0 0 14px;line-height:1.15}.fm-reviews__sub{font-size:16px;color:var(--fmr-muted);margin:0 auto 22px;max-width:680px;line-height:1.6}.fm-reviews__meta{display:block;width:100%}.fm-reviews__meta .trustpilot-widget iframe{width:425px!important;max-width:100%!important;margin:0 auto}.fm-reviews__track{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:6px}.fm-reviews__track::-webkit-scrollbar{display:none}.fm-reviews__card{flex:0 0 calc(25% - 14px);min-width:260px;scroll-snap-align:start;background:var(--fmr-card-bg);border-radius:12px;padding:26px 22px;display:flex;flex-direction:column;gap:12px}.fm-reviews__card-stars{display:block}.fm-reviews__card-stars img{height:18px;width:auto;display:block}.fm-reviews__card-text{font-size:14px;line-height:1.65;color:var(--fmr-card-text);flex:1}.fm-reviews__card-author{font-weight:700;font-size:14px;color:var(--fmr-card-author)}.fm-reviews__card-verified{font-size:12px;color:var(--fmr-accent);display:flex;align-items:center;gap:4px}.fm-reviews__nav{display:flex;gap:10px}.fm-reviews__btn{width:40px;height:40px;border:1.5px solid #c8cfe0;border-radius:50%;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--fmr-heading);font-size:16px;transition:background .2s,border-color .2s,color .2s}.fm-reviews__btn:hover{background:var(--fmr-accent);border-color:var(--fmr-accent);color:#fff}@media(max-width:1200px){.fm-reviews__card{flex:0 0 calc(33.33% - 12px)}}@media(max-width:768px){.fm-reviews__card{flex:0 0 calc(50% - 9px)}.fm-reviews{padding:56px 20px}}@media(max-width:520px){.fm-reviews__card{flex:0 0 92vw}}.fm-sectors{--fms-bg: #f7f6f5;--fms-accent: #398c61;--fms-accent-dk: #2d7350;--fms-text: #000000;--fms-card-bg: #ffffff;--fms-card-text: #111827;--fms-card-muted: #555f70;--fms-radius: 12px;--fms-max: 1240px;background:var(--fms-bg);padding:56px 22px;color:var(--fms-text)}.fm-sectors__inner{max-width:var(--fms-max);margin:0 auto}.fm-sectors__heading{text-align:center;margin-bottom:32px}.fm-sectors__title{margin:0 0 10px;font-size:clamp(26px,3.6vw,40px);font-weight:800;letter-spacing:-.025em;line-height:1.1}.fm-sectors__subtitle{margin:0;font-size:clamp(15px,1.8vw,18px);color:#ffffffad;line-height:1.5;max-width:560px;margin-inline:auto}.fm-sectors__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.fm-sectors__card{display:flex;flex-direction:column;text-decoration:none;color:var(--fms-card-text);background:var(--fms-card-bg);border-radius:var(--fms-radius);overflow:hidden;transition:transform .22s ease,box-shadow .22s ease}.fm-sectors__card:hover,.fm-sectors__card:focus-visible{text-decoration:none;color:var(--fms-card-text);transform:translateY(-4px);box-shadow:0 16px 44px #00000080}.fm-sectors__card-img-wrap{width:100%;aspect-ratio:3 / 2;overflow:hidden;background:#1c2b52;flex-shrink:0}.fm-sectors__card-img-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.fm-sectors__card:hover .fm-sectors__card-img-wrap img{transform:scale(1.05)}.fm-sectors__card-img-wrap--icon{display:flex;align-items:center;justify-content:center;background:linear-gradient(160deg,#1e2f6a,#0f2353);color:var(--fms-accent)}.fm-sectors__card-img-wrap--icon svg{width:52px;height:52px}.fm-sectors__card-body{flex:1;padding:16px 18px 18px;display:flex;flex-direction:column}.fm-sectors__card-title{margin:0 0 6px;font-size:17px;font-weight:700;line-height:1.25;color:var(--fms-card-text)}.fm-sectors__card-desc{margin:0 0 14px;font-size:13px;line-height:1.5;color:var(--fms-card-muted);flex:1}.fm-sectors__card-btn{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:6px 18px;border-radius:999px;border:1.5px solid #cdd3dc;font-size:13px;font-weight:700;color:var(--fms-card-text);background:transparent;transition:border-color .2s ease,background .2s ease;align-self:flex-start;text-decoration:none}.fm-sectors__card:hover .fm-sectors__card-btn{border-color:var(--fms-accent);background:#95c23d14;color:var(--fms-card-text)}@media(max-width:1024px){.fm-sectors__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.fm-sectors{padding:44px 14px}.fm-sectors__grid{gap:10px}.fm-sectors__card-title{font-size:15px}.fm-sectors__card-desc{font-size:12px}}.fm-wc{--fmwc-bg: #222329;--fmwc-accent: #7dc143;--fmwc-heading: #ffffff;--fmwc-sub: rgba(255,255,255,.7);--fmwc-col-title: #ffffff;--fmwc-col-desc: rgba(255,255,255,.68);--fmwc-max: 1440px;background:var(--fmwc-bg);padding:112px 32px;color:var(--fmwc-heading)}.fm-wc__inner{max-width:var(--fmwc-max);margin:0 auto;display:flex;flex-direction:column;gap:56px}.fm-wc__head{text-align:center}.fm-wc__heading{font-size:clamp(28px,3.5vw,46px);font-weight:700;color:var(--fmwc-heading);margin:0 0 18px;line-height:1.15}.fm-wc__sub{font-size:16px;color:var(--fmwc-sub);max-width:720px;margin:0 auto;line-height:1.7}.fm-wc__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:32px}.fm-wc__col{display:flex;flex-direction:column;gap:18px}.fm-wc__icon{width:48px;height:48px;color:var(--fmwc-accent);flex-shrink:0}.fm-wc__icon svg{width:100%;height:100%;stroke:var(--fmwc-accent);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.fm-wc__icon img{width:100%;height:100%;object-fit:contain}.fm-wc__content{border-left:3px solid var(--fmwc-accent);padding-left:16px;display:flex;flex-direction:column;gap:10px}.fm-wc__title{font-size:16px;font-weight:700;color:var(--fmwc-col-title);margin:0;line-height:1.3}.fm-wc__desc{font-size:14px;line-height:1.65;color:var(--fmwc-col-desc);margin:0}@media(max-width:1200px){.fm-wc__grid{grid-template-columns:repeat(3,1fr)}.fm-wc{padding:80px 32px}}@media(max-width:768px){.fm-wc__grid{grid-template-columns:repeat(2,1fr)}.fm-wc{padding:60px 20px}}@media(max-width:480px){.fm-wc__grid{grid-template-columns:1fr}}.fm-logo-banner{--fmlb-accent: #7dc143;--fmlb-overlay: rgba(10, 12, 20, .62);--fmlb-text: #ffffff;--fmlb-sub: rgba(255,255,255,.78);position:relative;min-height:560px;display:flex;align-items:center;overflow:hidden;background:#0a0c14}.fm-logo-banner__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat}.fm-logo-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--fmlb-overlay)}.fm-logo-banner__inner{position:relative;z-index:2;width:100%;max-width:900px;margin:0 auto;padding:80px 32px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:24px}.fm-logo-banner__heading{font-size:clamp(30px,4.5vw,56px);font-weight:700;color:var(--fmlb-text);line-height:1.15;margin:0}.fm-logo-banner__sub{font-size:16px;line-height:1.7;color:var(--fmlb-sub);max-width:680px;margin:0;text-align:left}.fm-logo-banner__ctas{display:flex;gap:14px;flex-wrap:wrap;justify-content:center;margin-top:8px}.fm-logo-banner__cta{display:inline-flex;align-items:center;gap:8px;padding:14px 30px;border-radius:999px;font-size:15px;font-weight:600;text-decoration:none;transition:all .22s;cursor:pointer;white-space:nowrap}.fm-logo-banner__cta--primary{background:var(--fmlb-accent);color:#fff;border:2px solid var(--fmlb-accent)}.fm-logo-banner__cta--primary:hover{background:#6aad35;border-color:#6aad35;color:#fff;transform:translateY(-1px)}.fm-logo-banner__cta--outline{background:transparent;color:var(--fmlb-text);border:2px solid rgba(255,255,255,.65)}.fm-logo-banner__cta--outline:hover{border-color:#fff;background:#ffffff1a;transform:translateY(-1px)}@media(max-width:640px){.fm-logo-banner{min-height:420px}.fm-logo-banner__inner{padding:60px 20px}.fm-logo-banner__ctas{flex-direction:column;align-items:center}.fm-logo-banner__cta{width:100%;max-width:280px;justify-content:center}}.fm-logo-strip{--fmls-bg: #ffffff;--fmls-heading: #0f1523;--fmls-divider: #e8ebf0;--fmls-max: 1440px;background:var(--fmls-bg);border-top:1px solid var(--fmls-divider);border-bottom:1px solid var(--fmls-divider);padding:40px 32px}.fm-logo-strip__inner{max-width:var(--fmls-max);margin:0 auto;display:flex;align-items:center;gap:48px;flex-wrap:wrap}.fm-logo-strip__heading{font-size:16px;font-weight:700;color:var(--fmls-heading);margin:0;min-width:180px;max-width:220px;line-height:1.35;flex-shrink:0}.fm-logo-strip__logos{display:flex;align-items:center;gap:40px;flex-wrap:wrap;flex:1}.fm-logo-strip__logo{display:flex;align-items:center;opacity:.55;transition:opacity .2s;flex-shrink:0}.fm-logo-strip__logo:hover{opacity:.85}.fm-logo-strip__logo img{height:28px;width:auto;object-fit:contain;filter:grayscale(1)}.fm-logo-strip__logo-placeholder{font-size:13px;font-weight:700;color:#666;letter-spacing:.03em;text-transform:uppercase}@media(max-width:900px){.fm-logo-strip__inner{flex-direction:column;align-items:center;gap:24px}.fm-logo-strip__heading{max-width:100%;text-align:center}.fm-logo-strip__logos{gap:24px;justify-content:center}}@media(max-width:560px){.fm-logo-strip{padding:32px 20px}.fm-logo-strip__logo img{height:22px}}.fm-reviews-alt{--fmra-bg: #ffffff;--fmra-accent: #7dc143;--fmra-quote: #3b5bdb;--fmra-heading: #0f1523;--fmra-muted: rgba(15,21,35,.6);--fmra-card-bg: #f4f5f8;--fmra-card-border: #e5e9f0;--fmra-star: #f5a623;--fmra-verified: #1c7ed6;--fmra-max: 1440px;background:var(--fmra-bg);padding:112px 32px;color:var(--fmra-heading)}.fm-reviews-alt__inner{max-width:var(--fmra-max);margin:0 auto;display:flex;flex-direction:column;gap:48px}.fm-reviews-alt__quote-mark{font-size:80px;line-height:.6;color:var(--fmra-quote);font-family:Georgia,serif;margin-bottom:16px;display:block}.fm-reviews-alt__heading{font-size:clamp(26px,3.5vw,44px);font-weight:700;color:var(--fmra-heading);margin:0 0 14px;line-height:1.15;max-width:460px}.fm-reviews-alt__sub{font-size:15px;color:var(--fmra-muted);margin:0 0 20px;max-width:460px;line-height:1.6}.fm-reviews-alt__meta{display:block}.fm-reviews-alt__track{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:6px}.fm-reviews-alt__track::-webkit-scrollbar{display:none}.fm-reviews-alt__card{flex:0 0 calc(25% - 14px);min-width:240px;scroll-snap-align:start;background:var(--fmra-card-bg);border:1px solid var(--fmra-card-border);border-radius:10px;padding:22px 20px;display:flex;flex-direction:column;gap:10px}.fm-reviews-alt__card-stars{display:block}.fm-reviews-alt__card-stars img{height:17px;width:auto;display:block}.fm-reviews-alt__card-text{font-size:13px;line-height:1.65;color:var(--fmra-muted);flex:1}.fm-reviews-alt__card-author{font-weight:700;font-size:13px;color:var(--fmra-heading)}.fm-reviews-alt__card-verified{font-size:11px;color:var(--fmra-verified);display:flex;align-items:center;gap:3px}.fm-reviews-alt__nav{display:flex;gap:10px}.fm-reviews-alt__btn{width:40px;height:40px;border:1.5px solid #c8cfe0;border-radius:50%;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--fmra-heading);font-size:16px;transition:background .2s,border-color .2s,color .2s}.fm-reviews-alt__btn:hover{background:var(--fmra-accent);border-color:var(--fmra-accent);color:#fff}@media(max-width:1200px){.fm-reviews-alt__card{flex:0 0 calc(33.33% - 12px)}.fm-reviews-alt{padding:80px 32px}}@media(max-width:768px){.fm-reviews-alt__card{flex:0 0 calc(50% - 9px)}.fm-reviews-alt{padding:60px 20px}}@media(max-width:520px){.fm-reviews-alt__card{flex:0 0 90vw}}
/*# sourceMappingURL=/cdn/shop/t/324/assets/fm-home.css.map */
