:root{--green:#126e62;--green-d:#0d5149;--green-dd:#083b35;--green-i:#218376;--green-100:#d6ebe6;--green-50:#eaf4f1;--green-25:#f3f9f7;--coral:#f26452;--coral-d:#c74739;--coral-100:#f8b4aa;--coral-25:#fce2de;--gold:#f5c84c;--gold-d:#b98700;--gold-100:#fbe7a2;--gold-25:#fff7d6;--gold-text:#755600;--disc:#d94343;--disc-d:#b93434;--text:#182622;--text-2:#61706b;--text-3:#82908b;--line:#dee5e2;--page:#f7f9f8;--page-2:#f1f5f3;--card:#ffffff;--ink:#101916;--r-btn:10px;--r-field:10px;--r-chip:999px;--r-card-sm:12px;--r-card:16px;--r-banner:20px;--sh-sm:0 1px 2px rgba(24,38,34,0.06);--sh-card:0 6px 20px rgba(24,38,34,0.07);--sh-hover:0 10px 28px rgba(24,38,34,0.11);--ff-head:var(--font-manrope),system-ui,-apple-system,sans-serif;--ff-body:var(--font-inter),system-ui,-apple-system,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{margin:0}body{font-family:var(--ff-body);background:var(--page);color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4{font-family:var(--ff-head);margin:0}p{margin:0}button{font:inherit}img{display:block;max-width:100%}a{color:var(--green);text-decoration:none}a:hover{color:var(--green-d)}:focus-visible{outline:2px solid var(--green);outline-offset:2px;border-radius:3px}@media (prefers-reduced-motion:reduce){*{transition-duration:.001ms!important;animation-duration:.001ms!important;scroll-behavior:auto!important}}.container{max-width:1280px;margin:0 auto;padding:0 32px}@media (max-width:600px){.container{padding:0 16px}}.header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(255,255,255,.88);backdrop-filter:saturate(140%) blur(10px);-webkit-backdrop-filter:saturate(140%) blur(10px);border-bottom:1px solid var(--line)}.hd-desk-row{max-width:1280px;margin:0 auto;padding:15px 32px;gap:26px}.hd-desk-row,.hd-logo{display:flex;align-items:center}.hd-logo{flex:none;gap:14px}.hd-logo img{height:40px;width:auto}.hd-slogan{font-family:var(--ff-head);font-size:13px;font-weight:700;line-height:1.25;color:var(--green-d);white-space:nowrap;border-left:1px solid var(--line);padding-left:14px}.hd-slogan .coral{color:var(--coral)}@media (max-width:1250px){.hd-desk .hd-slogan{display:none}}.hd-search{flex:1 1;max-width:600px;position:relative;display:flex;align-items:center}.hd-search .ic{position:absolute;left:15px;pointer-events:none;color:var(--text-3);display:flex}.hd-search input{width:100%;height:48px;padding:0 108px 0 44px;border:1px solid var(--line);border-radius:var(--r-field);background:#fff;font-family:var(--ff-body);font-size:14px;color:var(--text)}.hd-search input::placeholder{color:var(--text-3)}.hd-search button{position:absolute;right:5px;height:38px;padding:0 18px;background:var(--green);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer}.hd-search button:hover{background:var(--green-d)}.hd-actions{flex:none;gap:4px}.hd-act,.hd-actions{display:flex;align-items:center}.hd-act{flex-direction:column;gap:2px;padding:6px 12px;border-radius:10px;font-size:11px;font-weight:500;color:var(--text-2);transition:color .14s,background .14s}.hd-act:hover{color:var(--green-d);background:var(--green-50)}.hd-sep{width:1px;height:32px;background:var(--line);margin:0 6px}.hd-how{display:flex;align-items:center;gap:7px;padding:9px 14px;border:1px solid var(--line);border-radius:10px;font-size:13px;font-weight:600;color:var(--text);transition:color .14s,background .14s}.hd-how:hover{color:var(--green-d);background:var(--green-50)}.hd-how .ic{color:var(--green);display:flex}.hd-catrow{border-top:1px solid var(--green-25)}.hd-catnav-wrap{max-width:1280px;margin:0 auto;padding:0 32px;gap:6px}.hd-catnav,.hd-catnav-wrap{display:flex;align-items:center}.hd-catnav{flex:1 1;min-width:0;gap:2px;height:50px;overflow-x:auto;scrollbar-width:none}.hd-catnav::-webkit-scrollbar{display:none}.hd-more{position:relative;flex:none}.hd-more-btn{display:flex;align-items:center;gap:5px;padding:8px 13px;border:none;background:none;border-radius:8px;cursor:pointer;font-size:13.5px;font-weight:500;color:var(--text-2);transition:color .14s,background .14s;white-space:nowrap}.hd-more-btn.open,.hd-more-btn:hover{color:var(--green-d);background:var(--green-50)}.hd-more-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:60;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--sh-hover);padding:8px;display:grid;grid-template-columns:repeat(2,minmax(180px,1fr));grid-gap:2px;gap:2px;max-height:70vh;overflow-y:auto}.hd-more-menu a{padding:9px 12px;border-radius:8px;font-size:13.5px;font-weight:500;color:var(--text);white-space:nowrap}.hd-more-menu a:hover{background:var(--green-50);color:var(--green-d)}.hd-more-menu a.all{grid-column:1/-1;color:var(--green-d);font-weight:600;border-top:1px solid var(--line);border-radius:0 0 8px 8px;margin-top:4px;padding-top:11px}.hd-cat-all{flex:none;display:flex;align-items:center;gap:8px;padding:8px 14px;border-radius:10px;font-size:13.5px;font-weight:600;color:#fff;background:var(--green)}.hd-cat-all:hover{color:#fff;background:var(--green-d)}.hd-navlink{flex:none;padding:8px 13px;border-radius:8px;font-size:13.5px;font-weight:500;color:var(--text-2);transition:color .14s,background .14s;white-space:nowrap}.hd-navlink:hover{color:var(--green-d);background:var(--green-50)}.hd-mob{padding:11px 16px 12px;display:flex;flex-direction:column;gap:11px}.hd-mob-row{display:flex;align-items:center;gap:12px}.hd-mob-row .spacer{flex:1 1}.hd-mob-logo{flex:none;display:flex;align-items:center;gap:10px;min-width:0}.hd-mob-logo img{height:34px;width:auto}.hd-mob .hd-slogan{font-size:12px;padding-left:10px}@media (max-width:639px){.hd-mob .hd-slogan{display:none}}.hd-mob-btn{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:10px;color:var(--text-2);background:#fff;cursor:pointer}.hd-mob-btn:hover{color:var(--green-d);border-color:var(--green-100)}.hd-mob-search{position:relative;display:flex;align-items:center}.hd-mob-search .ic{position:absolute;left:14px;pointer-events:none;color:var(--text-3);display:flex}.hd-mob-search input{width:100%;height:46px;padding:0 16px 0 42px;border:1px solid var(--line);border-radius:var(--r-field);background:#fff;font-family:var(--ff-body);font-size:14px;color:var(--text)}.hd-chips{display:flex;gap:8px;overflow-x:auto;margin:0 -16px;padding:2px 16px;scrollbar-width:none}.hd-chips::-webkit-scrollbar{display:none}.hd-chip-all{flex:none;display:inline-flex;align-items:center;gap:6px;padding:7px 13px;border-radius:999px;font-size:13px;font-weight:600;color:#fff;background:var(--green)}.hd-chip-all:hover{color:#fff;background:var(--green-d)}.hd-chip{flex:none;padding:7px 13px;border:1px solid var(--line);border-radius:999px;font-size:13px;font-weight:500;color:var(--text-2);background:#fff;white-space:nowrap}.hd-chip:hover{border-color:var(--green-100);color:var(--green-d)}.hd-menu{position:absolute;top:100%;left:0;right:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff;box-shadow:var(--sh-hover);padding:10px 16px 16px;display:flex;flex-direction:column;gap:2px}.hd-menu a{display:flex;align-items:center;gap:10px;padding:11px 10px;border-radius:10px;font-size:14.5px;font-weight:600;color:var(--text)}.hd-menu a:hover{background:var(--green-50);color:var(--green-d)}.hd-menu .ic{color:var(--green);display:flex}@media (max-width:919px){.hd-desk{display:none!important}}@media (min-width:920px){.hd-menu,.hd-mob{display:none!important}}.hero{background:linear-gradient(180deg,#ebf4f0,#f7f9f8);border-bottom:1px solid var(--green-25)}.hero-pad{max-width:1280px;margin:0 auto;padding:64px 32px 48px}.hero-grid{display:grid;grid-template-columns:1.04fr .96fr;grid-gap:40px;gap:40px;align-items:center}.hero-grid>*{min-width:0}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--green-100);color:var(--green-d);font-size:12.5px;font-weight:600;padding:6px 13px;border-radius:999px}.hero h1{font-size:52px;font-weight:800;line-height:1.04;letter-spacing:-.03em;color:var(--ink);margin-top:20px;text-wrap:balance}.hero-sub{font-size:18px;line-height:1.6;color:var(--text-2);margin-top:18px;max-width:520px}.hero-ctas{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.btn-solid{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:50px;padding:0 24px;background:var(--green);color:#fff;font-weight:700;font-size:15px;border:none;border-radius:var(--r-btn);cursor:pointer;transition:background .15s}.btn-solid:hover{background:var(--green-d);color:#fff}.btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:50px;padding:0 22px;background:#fff;color:var(--text);font-weight:600;font-size:15px;border:1px solid var(--line);border-radius:var(--r-btn);transition:background .15s,border-color .15s}.btn-ghost:hover{background:var(--green-50);border-color:var(--green-100);color:var(--text)}.hero-art{position:relative;min-height:430px}.hero-art .blob{position:absolute;width:300px;height:300px;border-radius:46% 54% 58% 42%/54% 46% 54% 46%;background:var(--green-100);top:24px;right:24px;opacity:.7}.hero-art .circ-coral{position:absolute;width:130px;height:130px;border-radius:50%;background:var(--coral-25);bottom:24px;left:6px}.hero-art .circ-gold{position:absolute;width:74px;height:74px;border-radius:50%;background:var(--gold-25);top:8px;left:78px}.tg-card{position:absolute;top:4px;left:30px;width:330px;z-index:3;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 22px 54px rgba(13,81,73,.16);overflow:hidden;transform:rotate(-1.5deg);cursor:pointer;transition:transform .16s ease,box-shadow .16s ease}.tg-card:hover{transform:rotate(-1.5deg) translateY(-4px);box-shadow:0 26px 60px rgba(13,81,73,.22)}.tg-overlay{position:absolute;inset:0;z-index:4;border-radius:20px}.tg-overlay:focus-visible{outline:2px solid #1e96d1;outline-offset:3px}.tg-cta{position:relative;z-index:5}.tg-head{gap:11px;padding:14px 16px;background:linear-gradient(135deg,#2aabee,#1e96d1);color:#fff}.tg-ava,.tg-head{display:flex;align-items:center}.tg-ava{flex:none;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.4);justify-content:center}.tg-ava svg{margin:2px 0 0 -2px}.tg-id{flex:1 1;min-width:0}.tg-name{font-family:var(--ff-head);font-weight:800;font-size:15px}.tg-sub{font-size:11.5px;opacity:.88;margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tg-free{flex:none;background:#fff;color:#1e96d1;font-size:11px;font-weight:800;padding:4px 10px;border-radius:999px}.tg-chat{display:flex;flex-direction:column;gap:9px;padding:14px 12px;background:linear-gradient(180deg,#eaf3f9,#e2eff7)}.tg-msg{display:flex;align-items:center;gap:10px;padding:9px 11px;background:#fff;border-radius:13px 13px 13px 5px;box-shadow:0 1px 2px rgba(24,38,34,.09);animation:tg-in .5s ease both}.tg-msg:nth-child(2){animation-delay:.18s}.tg-msg:nth-child(3){animation-delay:.36s}@keyframes tg-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.tg-msg .media{flex:none;width:46px;height:46px;border-radius:10px;background:var(--page-2);overflow:hidden;display:flex;align-items:center;justify-content:center}.tg-msg .media img{width:100%;height:100%;object-fit:contain}.tg-msg .tx{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:3px}.tg-msg .t{font-size:12.5px;font-weight:600;color:var(--text);line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tg-msg .p{display:flex;align-items:baseline;gap:7px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.tg-msg .p s{font-size:11px;color:var(--text-3)}.tg-msg .p b{font-family:var(--ff-head);font-weight:800;font-size:14.5px;color:var(--green-d)}.tg-msg .p em{font-style:normal;font-size:10.5px;font-weight:700;color:#fff;background:var(--disc);padding:1.5px 6px;border-radius:6px}.tg-msg .tk{align-self:flex-end;flex:none;font-size:10.5px;color:#3aa4dd;letter-spacing:-2.5px;padding-right:2px}.tg-foot{padding:13px 13px 14px;background:#fff;border-top:1px solid var(--line)}.tg-cta{display:flex;align-items:center;justify-content:center;gap:9px;height:47px;border-radius:13px;background:linear-gradient(135deg,#2aabee,#1e96d1);color:#fff;font-weight:700;font-size:15px;box-shadow:0 8px 20px rgba(42,171,238,.35);transition:transform .15s ease,box-shadow .15s ease,filter .15s ease}.tg-cta:hover{color:#fff;transform:translateY(-1px);filter:brightness(1.06);box-shadow:0 10px 24px rgba(42,171,238,.45)}.tg-note{text-align:center;font-size:11.5px;color:var(--text-3);margin-top:9px}.tg-card.wa .tg-head{background:linear-gradient(135deg,#25d366,#1daa57)}.tg-card.wa .tg-free{color:#16824a}.tg-card.wa .tg-chat{background:linear-gradient(180deg,#f1ece4,#e9e1d3)}.tg-card.wa .tg-msg .tk{color:#53bdeb}.tg-card.wa .tg-cta{background:linear-gradient(135deg,#25d366,#1daa57);box-shadow:0 8px 20px rgba(37,211,102,.35)}.tg-card.wa .tg-cta:hover{box-shadow:0 10px 24px rgba(37,211,102,.45)}.tg-card.wa .tg-overlay:focus-visible{outline-color:#1daa57}@media (min-width:901px){.hero-art.duo .tg-card{width:296px}.hero-art.duo .tg-card.wa{left:-10px;top:10px;transform:rotate(-2.2deg);z-index:4}.hero-art.duo .tg-card.wa:hover{transform:rotate(-2.2deg) translateY(-4px)}.hero-art.duo .tg-card:not(.wa){left:auto;right:-10px;top:34px;transform:rotate(2deg);z-index:3}.hero-art.duo .tg-card:not(.wa):hover{transform:rotate(2deg) translateY(-4px)}.hero-art.duo .hero-pill-gold{top:-14px;right:34px;z-index:6}.hero-art.duo .hero-pill-check{bottom:-8px;left:50%;transform:translateX(-50%);z-index:6}}@media (prefers-reduced-motion:reduce){.tg-msg{animation:none}}.hero-fab{position:absolute;top:40px;right:30px;width:56px;height:56px;background:#fff;border-radius:50%;box-shadow:var(--sh-card);display:flex;align-items:center;justify-content:center;color:var(--coral)}.hero-pill-gold{top:150px;right:6px;gap:6px;color:var(--gold-text);padding:8px 12px}.hero-pill-check,.hero-pill-gold{position:absolute;display:inline-flex;align-items:center;background:#fff;box-shadow:var(--sh-card);font-size:12.5px;font-weight:600;border-radius:999px}.hero-pill-check{bottom:40px;left:70px;gap:7px;color:var(--green-d);padding:9px 14px}.hero-pill-check .dot{width:18px;height:18px;background:var(--green);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.trust{display:flex;flex-wrap:wrap;gap:12px;margin-top:44px}.trust-item{flex:1 1;min-width:230px;gap:13px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px 18px}.trust-item,.trust-item .ic{display:flex;align-items:center}.trust-item .ic{flex:none;width:42px;height:42px;background:var(--green-50);border-radius:11px;justify-content:center;color:var(--green)}.trust-item .t{font-size:14.5px;font-weight:700;color:var(--text)}.trust-item .s{font-size:12.5px;color:var(--text-2);margin-top:2px}.main-pad{padding:56px 0 0}.section{max-width:1280px;margin:0 auto 56px;padding:0 32px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:22px}.section-eyebrow{display:inline-flex;align-items:center;gap:7px;color:var(--disc-d);font-size:12.5px;font-weight:700;letter-spacing:.02em}.section-head h2{font-size:28px;font-weight:800;letter-spacing:-.02em;color:var(--ink)}.section-eyebrow+h2{margin-top:6px}.section-head h2.sm{font-size:26px}.section-sub{font-size:15.5px;color:var(--text-2);margin-top:7px}.seeall{flex:none;font-size:14px;font-weight:600;color:var(--green);display:inline-flex;align-items:center;gap:5px;transition:gap .15s,color .15s}.seeall:hover{gap:9px;color:var(--green-d)}.grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:14px;gap:14px}.grid>*{min-width:0}@media (min-width:700px){.grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1100px){.grid{grid-template-columns:repeat(6,1fr)}}.row{display:grid;grid-auto-flow:column;grid-auto-columns:200px;grid-gap:14px;gap:14px;overflow-x:auto;padding:4px 2px 14px;scrollbar-width:none}.row::-webkit-scrollbar{display:none}.band{background:var(--green-25);border-top:1px solid var(--green-25);border-bottom:1px solid var(--green-25);padding:48px 0;margin-bottom:56px}.band .section{margin-bottom:0}.pcard{position:relative;display:flex;flex-direction:column;height:100%;cursor:pointer;background:var(--card);border:1px solid var(--line);border-radius:var(--r-card);box-shadow:var(--sh-card);overflow:hidden;transition:box-shadow .16s ease,transform .16s ease,border-color .16s ease}.pcard:hover{box-shadow:var(--sh-hover);transform:translateY(-3px);border-color:var(--green-100)}.pcard-media{position:relative;aspect-ratio:4/3;background:#fff;display:flex;align-items:center;justify-content:center;color:#c3d2cc;overflow:hidden}.pcard-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;padding:8px;box-sizing:border-box}.pcard-disc{position:absolute;top:8px;left:8px;background:var(--disc);color:#fff;font-weight:700;font-size:11px;letter-spacing:.01em;padding:3px 7px;border-radius:6px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;box-shadow:0 1px 2px rgba(24,38,34,.14)}.pcard-fav{position:absolute;top:7px;right:7px;z-index:2;width:31px;height:31px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid var(--line);border-radius:999px;box-shadow:var(--sh-sm);color:var(--text-2);cursor:pointer;transition:border-color .14s,color .14s}.pcard-fav:hover{border-color:var(--coral-100)}.pcard-fav.on,.pcard-fav:hover{color:var(--coral)}.pcard-body{display:flex;flex-direction:column;gap:4px;padding:10px 11px 11px;flex:1 1}.pcard-cat{font-size:10px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--text-2)}.pcard-title-link{position:relative;z-index:2;text-decoration:none;color:inherit}.pcard-title-link:hover .pcard-title{color:var(--green-d)}.pcard-title{font-family:var(--ff-body);font-size:13px;font-weight:600;line-height:1.3;color:var(--text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:34px;text-wrap:pretty}.pcard-prices{display:flex;align-items:baseline;gap:7px;flex-wrap:wrap;margin-top:2px}.pcard-from{font-size:11.5px;color:var(--text-3);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.pcard-from s{text-decoration:line-through}.pcard-now{font-family:var(--ff-head);font-weight:800;font-size:18px;line-height:1.05;color:var(--green-d);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.pcard-badges{display:flex;gap:5px;flex-wrap:wrap}.pcard-badges:empty{display:none}.tag-gold{background:var(--gold-25);color:var(--gold-text)}.tag-gold,.tag-green{display:inline-flex;align-items:center;gap:4px;font-size:10.5px;font-weight:600;padding:3px 7px;border-radius:999px}.tag-green{background:var(--green-50);color:var(--green-d)}.pcard-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;padding-top:6px}.pcard-store{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:600;color:var(--text);min-width:0}.pcard-store .ic{color:var(--text-2);flex:none;display:flex}.pcard-store .nm{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pcard-upd{font-size:10px;color:var(--text-3);white-space:nowrap}.pcard-overlay{position:absolute;inset:0;z-index:1}.ed-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:16px;gap:16px}.edcard{display:flex;flex-direction:column;gap:14px;border-radius:var(--r-banner);padding:22px;min-height:168px;transition:box-shadow .16s,transform .16s}.edcard:hover{box-shadow:var(--sh-hover);transform:translateY(-3px)}.edcard .ic{width:44px;height:44px;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center}.edcard .bot{margin-top:auto}.edcard .t{font-family:var(--ff-head);font-size:16.5px;font-weight:700;color:var(--ink);line-height:1.3}.edcard .go{display:inline-flex;align-items:center;gap:5px;font-size:13px;font-weight:600;margin-top:10px}.edcard.green{background:var(--green-50);border:1px solid var(--green-100)}.edcard.green .go,.edcard.green .ic{color:var(--green-d)}.edcard.green .ic{color:var(--green)}.edcard.greenlite{background:var(--green-25);border:1px solid var(--green-100)}.edcard.greenlite .ic{color:var(--green)}.edcard.greenlite .go{color:var(--green-d)}.edcard.gold{background:var(--gold-25);border:1px solid var(--gold-100)}.edcard.gold .ic{color:var(--gold-d)}.edcard.gold .go{color:var(--gold-text)}.edcard.coral{background:var(--coral-25);border:1px solid var(--coral-100)}.edcard.coral .go,.edcard.coral .ic{color:var(--coral-d)}.news{position:relative;overflow:hidden;background:linear-gradient(135deg,#eaf4f1,#f3f9f7);border:1px solid var(--green-100);border-radius:var(--r-banner);padding:48px 44px}.news .deco-1{width:220px;height:220px;background:#fff;top:-70px;right:-40px}.news .deco-1,.news .deco-2{position:absolute;border-radius:50%;opacity:.5}.news .deco-2{width:120px;height:120px;background:var(--green-100);bottom:-50px;right:130px}.news-in{position:relative;max-width:680px}.news-badge{display:inline-flex;align-items:center;gap:8px;background:#fff;color:var(--green-d);font-size:12.5px;font-weight:600;padding:6px 13px;border-radius:999px;border:1px solid var(--green-100)}.news h2{font-size:30px;font-weight:800;letter-spacing:-.02em;color:var(--ink);margin-top:16px}.news-sub{font-size:16px;line-height:1.6;color:var(--text-2);margin-top:10px}.news-form{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.news-field{position:relative;display:flex;align-items:center;flex:1 1;min-width:240px}.news-field .ic{position:absolute;left:15px;pointer-events:none;color:var(--text-3);display:flex}.news-field input{width:100%;height:52px;padding:0 16px 0 44px;border:1px solid var(--line);border-radius:var(--r-btn);background:#fff;font-family:var(--ff-body);font-size:15px;color:var(--text)}.news-form .btn-solid{height:52px;padding:0 26px}.news-note{font-size:12.5px;color:var(--text-3);margin-top:12px}.news-ok{display:flex;align-items:center;gap:10px;margin-top:22px;background:#fff;border:1px solid var(--green-100);border-radius:var(--r-btn);padding:14px 16px;font-size:14.5px;font-weight:600;color:var(--green-d)}@media (max-width:600px){.news{padding:32px 20px}}.footer{background:var(--green-dd);color:#dceae6}.footer a{color:inherit}.footer-in{max-width:1280px;margin:0 auto;padding:56px 32px 28px}.f-grid{display:grid;grid-template-columns:1.7fr 1fr 1.1fr 1.1fr 1.6fr;grid-gap:40px;gap:40px}.f-brandcol img{height:42px;width:auto;margin-bottom:16px}.f-about{font-size:13.5px;line-height:1.65;color:#afcac3;max-width:280px}.f-tagline{font-family:var(--ff-head);font-weight:700;font-size:15px;color:#fff;margin-top:14px}.f-social{display:flex;gap:10px;margin-top:18px}.f-social a{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.16);border-radius:10px;color:#cfe1dc;transition:color .14s,border-color .14s,background .14s}.f-social a:hover{color:#fff;border-color:rgba(255,255,255,.4);background:rgba(255,255,255,.06)}.f-grid h3{font-size:13px;font-weight:700;color:#fff;letter-spacing:.02em;margin-bottom:14px}.f-grid ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px;font-size:13.5px}.f-grid ul a{color:#afcac3;transition:color .14s}.f-grid ul a:hover{color:#fff}.f-grid ul a.f-more{color:#dceae6;font-weight:600}.f-grid ul a.f-more:hover{color:#fff}.f-news-sub{font-size:13px;line-height:1.6;color:#afcac3;margin-bottom:14px}.f-news-form{display:flex;flex-direction:column;gap:9px}.f-news-field{position:relative;display:flex;align-items:center}.f-news-field .ic{position:absolute;left:13px;pointer-events:none;color:#7fa39b;display:flex}.f-news-field input{width:100%;height:46px;padding:0 14px 0 40px;border:1px solid rgba(255,255,255,.18);border-radius:10px;background:rgba(255,255,255,.06);color:#fff;font-family:var(--ff-body);font-size:14px}.f-news-field input::placeholder{color:#7fa39b}.f-news-form button{height:46px;background:var(--coral);color:#fff;border:none;border-radius:10px;font-weight:700;font-size:14px;cursor:pointer;transition:filter .15s}.f-news-form button:hover{filter:brightness(.94)}.f-news-ok{font-size:13px;font-weight:600;color:#fff;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);border-radius:10px;padding:12px 14px}.f-disc-wrap{margin-top:40px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12)}.f-disc{font-size:12.5px;line-height:1.7;color:#93b4ad;max-width:900px}.f-disc strong{color:#c7ddd7;font-weight:600}.f-bottom{margin-top:20px;display:flex;align-items:center;justify-content:space-between;gap:16px}.f-legal{font-size:12.5px;color:#7fa39b}.f-bottom-links{display:flex;gap:20px;font-size:12.5px}.f-bottom-links a{color:#afcac3;transition:color .14s}.f-bottom-links a:hover{color:#fff}.footer :focus-visible{outline-color:var(--gold)}.page-head{max-width:1280px;margin:0 auto;padding:40px 32px 8px}.breadcrumb{font-size:13px;margin-bottom:14px}.breadcrumb,.breadcrumb a{color:var(--text-2)}.breadcrumb a:hover{color:var(--green-d)}.page-head h1{font-size:34px;font-weight:800;letter-spacing:-.025em;color:var(--ink)}.page-head .sub{font-size:15.5px;color:var(--text-2);margin-top:8px}.page-body{max-width:1280px;margin:0 auto;padding:8px 32px 64px}.filters{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:18px 0 4px}.filters .seg{display:inline-flex;background:#fff;border:1px solid var(--line);border-radius:12px;padding:3px;box-shadow:var(--sh-sm)}.filters .seg button{border:none;background:transparent;font-size:13px;font-weight:600;color:var(--text-2);padding:8px 12px;border-radius:9px;cursor:pointer}.filters .seg button.on{background:var(--green-50);color:var(--green-d)}.filters .toggle{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--text);background:#fff;border:1px solid var(--line);padding:9px 13px;border-radius:12px;cursor:pointer;box-shadow:var(--sh-sm)}.filters .toggle.on{background:var(--green-50);color:var(--green-d);border-color:var(--green-100)}.filters select{font:inherit;font-size:13px;font-weight:600;color:var(--text);background:#fff;border:1px solid var(--line);padding:9px 12px;border-radius:12px;box-shadow:var(--sh-sm)}.result-count{font-size:13px;color:var(--text-2);padding:8px 0 14px}.detail{display:grid;grid-template-columns:1.05fr 1fr;grid-gap:36px;gap:36px;padding:10px 0 40px;align-items:start}.detail-media{position:-webkit-sticky;position:sticky;top:130px;background:#fff;border:1px solid var(--line);border-radius:var(--r-banner);aspect-ratio:1;overflow:hidden;box-shadow:var(--sh-card);display:flex;align-items:center;justify-content:center;color:#c3d2cc}.detail-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.detail-media .pcard-disc{top:16px;left:16px;font-size:13px}.detail h1{font-size:clamp(24px,3.2vw,32px);font-weight:800;line-height:1.15;letter-spacing:-.025em;color:var(--ink);margin:12px 0 14px}.detail-chips{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.chip{font-size:11.5px;font-weight:600;color:var(--text-2);background:#fff;border:1px solid var(--line);padding:4px 10px;border-radius:999px}.chip.niche{color:var(--green-d);background:var(--green-50);border-color:var(--green-100)}.detail .desc{color:var(--text-2);line-height:1.65;margin-top:16px;font-size:15px}.pricecard{background:#fff;border:1px solid var(--line);border-radius:var(--r-card);padding:18px;box-shadow:var(--sh-sm);margin:16px 0}.pricecard .from{font-size:13px;color:var(--text-3);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.pricecard .from s{text-decoration:line-through}.pricecard .row1{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;margin-top:2px}.pricecard .now{font-family:var(--ff-head);font-size:34px;font-weight:800;letter-spacing:-.02em;color:var(--green-d);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.pricecard .save{display:inline-flex;align-items:center;gap:5px;font-size:12.5px;font-weight:600;color:var(--green-d);background:var(--green-50);padding:4px 10px;border-radius:999px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.coupon-box{display:flex;align-items:center;gap:10px;margin-top:14px;padding:12px 14px;border:1px dashed var(--green-100);background:var(--green-25);border-radius:12px}.coupon-box .ic{color:var(--green);display:flex}.coupon-box .label{font-size:11.5px;color:var(--text-2)}.coupon-box .code{font-size:17px;font-weight:800;letter-spacing:.06em;color:var(--green-d);font-family:var(--ff-head)}.coupon-box button{margin-left:auto;font-size:13px;font-weight:700;color:var(--green-d);background:#fff;border:1px solid var(--green-100);padding:8px 13px;border-radius:9px;cursor:pointer}.coupon-box button:hover{background:var(--green-50)}.btn-cta{display:flex;width:100%;align-items:center;justify-content:center;gap:8px;height:52px;background:var(--green);color:#fff;font-weight:700;font-size:15.5px;border:none;border-radius:var(--r-btn);cursor:pointer;transition:background .15s}.btn-cta:hover{background:var(--green-d);color:#fff}.disclosure{display:flex;gap:8px;align-items:flex-start;color:var(--text-2);font-size:12.5px;line-height:1.6;margin-top:16px;padding:14px;background:var(--page-2);border-radius:12px}.disclosure .ic{color:var(--text-3);flex:none;margin-top:2px;display:flex}.sticky-cta{display:none}@media (max-width:880px){.detail{grid-template-columns:1fr;gap:22px}.detail-media{position:relative;top:0}.sticky-cta{display:flex;align-items:center;gap:12px;position:fixed;left:0;right:0;bottom:0;z-index:50;padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--line);box-shadow:0 -8px 24px rgba(24,38,34,.08)}.sticky-cta .now{font-family:var(--ff-head);font-size:20px;font-weight:800;color:var(--green-d);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.sticky-cta .btn-cta{flex:1 1;height:48px}.has-sticky{padding-bottom:88px}}.cf{max-width:820px;margin:0 auto;padding:8px 32px 64px}.cf section{margin-top:40px;scroll-margin-top:140px}.cf h2{font-size:24px;font-weight:800;letter-spacing:-.02em;color:var(--ink);margin-bottom:12px}.cf p{margin-top:10px}.cf p,.cf ul{font-size:15.5px;line-height:1.7;color:var(--text-2)}.cf ul{margin:12px 0 0;padding-left:22px}.cf .hl{border:1px solid var(--green-100);border-radius:var(--r-card);padding:20px 22px;margin-top:16px}.cf .hl,.empty{background:#fff}.empty{padding:56px 22px;text-align:center;color:var(--text-2);border:1px dashed var(--line);border-radius:var(--r-card)}.empty .ic{margin-bottom:12px;color:#c3d2cc}.empty .ic,.totop{display:flex;justify-content:center}.totop{position:fixed;right:18px;bottom:18px;z-index:45;width:44px;height:44px;border-radius:50%;border:1px solid var(--line);background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:var(--sh-card);cursor:pointer;color:var(--text);align-items:center}.totop:hover{color:var(--green-d);border-color:var(--green-100)}@media (max-width:880px){.totop{bottom:86px}}@media (max-width:900px){.hero-grid{grid-template-columns:1fr}.hero-art{min-height:0;margin-top:30px}.hero-art .blob,.hero-art .circ-coral,.hero-art .circ-gold,.hero-fab,.hero-pill-check,.hero-pill-gold{display:none}.tg-card{position:static;margin:0 auto}.hero-art.duo .tg-card,.tg-card{width:min(400px,100%);transform:none}.hero-art.duo .tg-card+.tg-card{margin-top:16px}.hero h1{font-size:40px}.f-grid{grid-template-columns:1fr 1fr;gap:32px 24px}.f-brandcol{grid-column:1/-1}}@media (max-width:600px){.hero h1{font-size:32px}.hero-pad{padding:40px 16px 36px}.section{padding:0 16px}.page-head{padding:28px 16px 8px}.cf,.page-body{padding:8px 16px 56px}.section-head h2{font-size:24px}.footer-in{padding:44px 16px 24px}}@media (max-width:560px){.f-grid{grid-template-columns:1fr}.f-bottom{flex-direction:column;align-items:flex-start;gap:12px}}.ch-section{margin-bottom:40px}.ch-h2{font-size:22px;font-weight:800;letter-spacing:-.02em;color:var(--ink)}.ch-lead{margin:6px 0 18px;color:var(--text-2);font-size:15px}.ch-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:14px;gap:14px}.ch-card{display:flex;align-items:center;gap:14px;padding:16px 18px;border-radius:14px;background:#fff;border:1px solid var(--line);text-decoration:none;color:inherit;transition:box-shadow .18s ease,transform .18s ease,border-color .18s ease}.ch-card:hover{box-shadow:var(--sh-hover);transform:translateY(-2px);border-color:var(--green-100)}.ch-card.featured{background:var(--green-25);border-color:var(--green-100)}.ch-ic{flex:0 0 auto;width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:var(--green-50);color:var(--green)}.ch-card.featured .ch-ic{background:#fff}.ch-body{display:flex;flex-direction:column;gap:3px;min-width:0;flex:1 1 auto}.ch-name{font-family:var(--ff-head);font-size:16.5px;font-weight:700;color:var(--ink);line-height:1.3}.ch-tags{font-size:13px;color:var(--text-2);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ch-go{flex:0 0 auto;display:inline-flex;align-items:center;gap:4px;font-size:13.5px;font-weight:700;color:var(--green-d);padding:8px 12px;border-radius:10px;background:var(--green-50)}.ch-card.featured .ch-go{background:var(--green);color:#fff}.ch-card.wa .ch-ic{background:#e7f8ee;color:#1daa57}.ch-card.wa:hover{border-color:#bfe9d0}.ch-card.wa.featured{background:#f0faf4;border-color:#cdeeda}.ch-card.wa.featured .ch-ic{background:#fff;color:#1daa57}.ch-card.wa .ch-go{background:#e7f8ee;color:#16824a}.ch-card.wa.featured .ch-go{background:#1daa57;color:#fff}.ch-qr{display:none}@media (min-width:1024px){.ch-grid{grid-template-columns:repeat(auto-fill,minmax(440px,1fr))}.ch-qr{display:block;flex:0 0 auto;width:108px;height:108px;padding:6px;background:#fff;border:1px solid var(--line);border-radius:10px}.ch-qr svg{display:block;width:100%;height:100%}}.ch-foot{margin-top:28px;font-size:13.5px;color:var(--text-3)}.ch-foot a{color:var(--green-d)}@media (max-width:600px){.ch-grid{grid-template-columns:1fr}.ch-card{padding:14px;gap:12px}.ch-go{padding:7px 10px;font-size:13px}}.price-changed{margin:10px 0 0;padding:8px 10px;border-radius:8px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;font-size:13px;line-height:1.4}.checked-at{margin:8px 0 0;color:var(--muted,#6b7280);font-size:12px}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope Fallback;src:local("Arial");ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.00%;size-adjust:103.19%}.__className_946509{font-family:Manrope,Manrope Fallback;font-style:normal}.__variable_946509{--font-manrope:"Manrope","Manrope Fallback"}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_8b3a0b{font-family:Inter,Inter Fallback;font-style:normal}.__variable_8b3a0b{--font-inter:"Inter","Inter Fallback"}