/* Stardexa Aquarium main styles compact v2.0.24: same design rules, faster delivery. */
:root{--ink:#071520;--ink-2:#132d3f;--muted:#526978;--soft:#f5fbf8;--surface:#fff;--line:#d9e9e4;--navy:#071b2c;--deep:#0a263f;--lagoon:#0f5f73;--teal:#119a9d;--teal-dark:#08757a;--coral:#c84a31;--coral-dark:#a93a25;--gold:#f3b84b;--sand:#fff1d2;--foam:#d4f4eb;--shadow:0 12px 30px rgba(7,21,32,.08);--shadow-2:0 20px 50px rgba(7,21,32,.12);--radius:18px;--radius-lg:26px;--container:1180px;--container-wide:1280px;--font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Inter,Arial,sans-serif}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);font-size:16px;line-height:1.6;color:var(--ink);background:var(--soft);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body.nav-open,body.search-open{overflow:hidden}img,svg,video{display:block;max-width:100%;height:auto}a{color:var(--teal-dark);text-decoration-thickness:.08em;text-underline-offset:.18em}a:hover{color:var(--coral-dark)}button,input,textarea,select{font:inherit}button{cursor:pointer}h1,h2,h3,h4{margin:0 0 .55em;line-height:1.12;letter-spacing:-.035em;color:var(--ink)}h1{font-size:clamp(2rem,4vw,3.65rem);max-width:12.5ch}h2{font-size:clamp(1.45rem,2.7vw,2.25rem)}h3{font-size:clamp(1.05rem,1.6vw,1.35rem)}p{margin:0 0 1rem;color:var(--muted)}.container{width:min(100% - 32px,var(--container));margin-inline:auto}.section{padding-block:clamp(42px,6vw,76px)}.site-main{overflow:hidden}.screen-reader-text,.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;top:12px;left:12px;z-index:999;padding:9px 13px;border-radius:999px;background:var(--ink);color:#fff;transform:translateY(-160%);transition:transform .18s ease}.skip-link:focus{transform:translateY(0)}:focus-visible{outline:3px solid var(--gold);outline-offset:3px}#latest-guides,#tank-calculator,#calculate-your-aquarium-water-volume{scroll-margin-top:110px}.site-header{position:sticky;top:0;z-index:100;box-shadow:0 12px 30px rgba(7,21,32,.05)}.site-header::before{position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,#1bc9be,var(--gold),#ff7a59);content:""}.site-header__top{background:linear-gradient(90deg,var(--navy),var(--deep));color:#effffb;border-bottom:1px solid rgba(255,255,255,.09)}.site-header__top-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:34px;padding-top:3px}.site-header__top p{margin:0;font-size:.8rem;font-weight:750;line-height:1.35;color:#effffb}.site-header__top-links{display:flex;align-items:center;gap:12px;white-space:nowrap}.site-header__top-links>a{font-size:.76rem;font-weight:850;color:#d4f4eb;text-decoration:none}.site-header__top-links>a:hover{color:var(--sand)}.site-header__main{background:rgba(251,255,248,.97);border-bottom:1px solid rgba(217,233,228,.95)}.site-header__inner{display:grid;grid-template-columns:auto minmax(0,1fr)auto;align-items:center;gap:20px;min-height:68px}.site-branding{display:flex;flex-direction:column;gap:2px;min-width:0}.site-logo-text{display:inline-flex;align-items:center;gap:10px;font-size:1.1rem;font-weight:950;letter-spacing:-.04em;color:var(--ink);text-decoration:none}.site-logo-word{white-space:nowrap}.site-logo-mark{display:inline-grid;place-items:center;width:36px;height:36px;border-radius:13px;background:linear-gradient(135deg,var(--lagoon),var(--teal));color:#fff;box-shadow:0 9px 20px rgba(17,154,157,.2)}.site-tagline{margin:0;font-size:.77rem;font-weight:700;color:var(--muted)}.main-navigation{justify-self:center}.main-navigation ul{display:flex;align-items:center;gap:4px;margin:0;padding:0;list-style:none}.main-navigation li{position:relative}.main-navigation a{display:flex;align-items:center;min-height:40px;padding:9px 12px;border-radius:999px;color:var(--ink-2);font-size:.91rem;font-weight:850;text-decoration:none}.main-navigation a:hover,.main-navigation .current-menu-item>a{background:#e7f8f3;color:var(--teal-dark)}.main-navigation .sub-menu{position:absolute;top:100%;left:0;z-index:50;display:grid;min-width:210px;padding:8px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .16s ease,transform .16s ease,visibility .16s ease}.main-navigation li:hover>.sub-menu,.main-navigation li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.main-navigation .sub-menu a{justify-content:flex-start;border-radius:12px;white-space:nowrap}.main-navigation .sub-menu .sub-menu{top:0;left:100%}.site-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.header-search-toggle,.header-cta,.nav-toggle{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;text-decoration:none;font-weight:900}.header-search-toggle{gap:7px;min-height:40px;padding:0 13px;background:#edf8f5;color:var(--ink-2)}.header-search-toggle__icon{width:15px;height:15px;border:2px solid currentColor;border-radius:50%;position:relative}.header-search-toggle__icon::after{position:absolute;right:-6px;bottom:-5px;width:8px;height:2px;border-radius:99px;background:currentColor;transform:rotate(45deg);content:""}.header-cta{min-height:40px;padding:0 15px;background:var(--coral);color:#fff;box-shadow:0 8px 20px rgba(200,74,49,.18)}.header-cta:hover{background:var(--coral-dark);color:#fff}.nav-toggle{display:none;width:42px;height:42px;background:var(--navy);color:#fff}.nav-toggle__line,.nav-toggle__line::before,.nav-toggle__line::after{display:block;width:18px;height:2px;border-radius:99px;background:currentColor;content:""}.nav-toggle__line{position:relative}.nav-toggle__line::before,.nav-toggle__line::after{position:absolute;left:0}.nav-toggle__line::before{top:-6px}.nav-toggle__line::after{top:6px}.social-links{display:flex;align-items:center;gap:8px}.social-links a{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:999px;background:rgba(255,255,255,.12);color:inherit;font-size:.78rem;font-weight:900;text-decoration:none}.social-links--header a{width:auto;height:auto;background:transparent;color:#d4f4eb}.site-search-panel[hidden]{display:none}.site-search-panel{position:fixed;inset:0;z-index:500;display:grid;place-items:start center;padding:9vh 18px}.site-search-panel__backdrop{position:absolute;inset:0;background:rgba(7,21,32,.62)}.site-search-panel__dialog{position:relative;width:min(100%,680px);padding:28px;border-radius:28px;background:#fff;box-shadow:0 28px 80px rgba(0,0,0,.26)}.site-search-panel__close{position:absolute;top:12px;right:12px;width:36px;height:36px;border:0;border-radius:50%;background:#edf8f5;color:var(--ink);font-size:1.4rem}.site-search-panel h2{font-size:clamp(1.45rem,3vw,2.2rem)}.site-search-panel__form{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:18px;padding:6px;border:1px solid var(--line);border-radius:999px;background:#f8fffc}.site-search-panel__form input{min-width:0;min-height:46px;padding:0 15px;border:0;background:transparent;outline:0}.site-search-panel__form button,.hero-search button,.footer-search-form button{min-height:44px;padding-inline:18px;border:0;border-radius:999px;background:var(--teal-dark);color:#fff;font-weight:900}.site-search-panel__quick-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.site-search-panel__quick-links a{padding:8px 11px;border-radius:999px;background:#eaf8f3;font-size:.86rem;font-weight:800;text-decoration:none}.eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:10px;color:var(--teal-dark);font-size:.78rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.eyebrow::before{width:22px;height:2px;border-radius:99px;background:var(--gold);content:""}.section-heading{max-width:660px;margin-bottom:24px}.section-heading--center{margin-inline:auto;text-align:center}.section-heading--center .eyebrow{justify-content:center}.section-heading--split{display:flex;align-items:end;justify-content:space-between;gap:18px;max-width:none}.button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;font-size:.92rem;font-weight:900;text-decoration:none}.button--primary{background:var(--coral);color:#fff;box-shadow:0 9px 18px rgba(200,74,49,.16)}.button--primary:hover{background:var(--coral-dark);color:#fff}.button--ghost{border:1px solid rgba(7,21,32,.12);background:#fff;color:var(--ink)}.text-link{font-weight:900;text-decoration:none;color:var(--teal-dark)}.text-link:hover{color:var(--coral-dark)}.hero{position:relative;padding-block:clamp(34px,5vw,62px);background:linear-gradient(135deg,#ecfbf7 0%,#fffaf0 100%);border-bottom:1px solid var(--line)}.hero__grid{display:grid;grid-template-columns:minmax(0,1fr)minmax(270px,380px);align-items:center;gap:clamp(22px,4vw,44px)}.hero__content{min-width:0}.hero__content h1{width:100%;max-width:550px;margin-bottom:.55em;text-wrap:balance}.hero__intro{max-width:550px;font-size:1rem;line-height:1.65}.hero__intro--archive-description p{margin:0 0 .8em}.hero__intro--archive-description p:last-child{margin-bottom:0}.hero-search{display:grid;grid-template-columns:minmax(0,1fr)auto;gap:8px;max-width:560px;margin-top:18px;padding:6px;border:1px solid rgba(15,95,115,.15);border-radius:999px;background:#fff;box-shadow:0 8px 22px rgba(7,21,32,.06)}.hero-search input{min-width:0;min-height:44px;padding:0 15px;border:0;background:transparent;outline:0}.hero__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.hero__panel{position:relative;overflow:hidden;padding:22px;border:1px solid rgba(15,95,115,.13);border-radius:24px;background:linear-gradient(90deg,var(--teal),var(--gold),#ff7a59)top left / 100% 5px no-repeat,#fff;box-shadow:var(--shadow);clip-path:inset(0 round 24px)}.hero__panel>*{position:relative;z-index:1}.hero__panel-top{display:flex;gap:12px;align-items:center;margin-bottom:14px}.hero__panel-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:15px;background:#e7f8f3;font-size:1.25rem}.hero__panel-label{margin:0;color:var(--coral);font-size:.74rem;font-weight:950;text-transform:uppercase;letter-spacing:.09em}.hero__panel h2{margin:0;font-size:1.25rem}.hero-topic-list{display:grid;gap:8px;margin:0;padding:0;list-style:none}.hero-topic-list a{display:flex;justify-content:space-between;gap:10px;padding:11px 12px;border-radius:14px;background:#f6fbfa;color:var(--ink);font-size:.93rem;font-weight:850;text-decoration:none}.hero-topic-list a::after{color:var(--teal-dark);content:"→"}.hero-topic-list a:hover{background:#e7f8f3;color:var(--teal-dark)}.topics{background:#fff}.topic-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.topic-card{display:grid;align-content:start;gap:8px;min-height:210px;padding:20px;border:1px solid var(--line);border-radius:22px;background:#fff;color:inherit;text-decoration:none;box-shadow:var(--shadow)}.topic-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-2)}.topic-card__icon{display:grid;place-items:center;width:42px;height:42px;border-radius:15px;background:#edf8f5;font-size:1.3rem}.topic-card h3{margin-bottom:0}.topic-card p{font-size:.91rem}.topic-card__link{align-self:end;color:var(--teal-dark);font-size:.88rem;font-weight:900}.featured{background:#f8fffc}.featured__grid{display:grid;grid-template-columns:minmax(240px,.8fr)minmax(0,1.35fr);align-items:center;gap:26px}.featured-card{display:grid;grid-template-columns:minmax(210px,.86fr)minmax(0,1fr);gap:18px;overflow:hidden;border:1px solid var(--line);border-radius:26px;background:#fff;box-shadow:var(--shadow)}.featured-card__media,.post-card__media,.entry__image{display:block;overflow:hidden;background:#e7f8f3}.featured-card__media{min-height:250px}.featured-card__media img,.post-card__media img{width:100%;height:100%;object-fit:cover}.featured-card__body{align-self:center;padding:20px 22px 20px 0}.post-meta{display:flex;flex-wrap:wrap;align-items:center;gap:7px 10px;margin-bottom:10px;color:#637784;font-size:.78rem;font-weight:850;text-transform:uppercase;letter-spacing:.03em}.post-meta a{text-decoration:none}.featured-card h3{font-size:clamp(1.25rem,2.2vw,1.8rem)}.image-fallback{display:block;width:100%;height:100%;min-height:220px;background:linear-gradient(135deg,#d4f4eb,#fff1d2)}.image-fallback--small{min-height:170px}.latest{background:#fff}.post-grid,.post-grid--archive{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.post-card{overflow:hidden;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--shadow)}.post-card__media{aspect-ratio:1.55/1}.post-card__body{padding:17px}.post-card h3{margin-bottom:8px}.post-card h3 a{color:inherit;text-decoration:none}.post-card h3 a:hover{color:var(--teal-dark)}.post-card p{font-size:.91rem}.path{background:#f8fffc}.path__grid{display:grid;grid-template-columns:minmax(240px,.85fr)minmax(0,1.25fr);gap:26px;align-items:start}.step-list{counter-reset:steps;display:grid;gap:13px;margin:0;padding:0;list-style:none}.step-list li{position:relative;display:grid;gap:3px;padding:16px 16px 16px 58px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 8px 18px rgba(7,21,32,.05)}.step-list li::before{counter-increment:steps;content:counter(steps);position:absolute;top:16px;left:16px;display:grid;place-items:center;width:30px;height:30px;border-radius:999px;background:var(--teal-dark);color:#fff;font-weight:950}.step-list strong{color:var(--ink)}.step-list span{color:var(--muted);font-size:.92rem}.care{background:#fff}.care-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.care-card{padding:22px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--shadow)}.newsletter{padding-block:40px;background:#fff}.newsletter__box{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:24px;border-radius:26px;background:linear-gradient(135deg,var(--navy),var(--deep));box-shadow:var(--shadow-2)}.newsletter__box h2,.newsletter__box p{color:#fff}.newsletter__box p{max-width:650px;color:#d8f2ee}.faq{background:#f8fffc}.faq__grid{display:grid;grid-template-columns:minmax(240px,.85fr)minmax(0,1.25fr);gap:26px}.faq-list{display:grid;gap:12px}.faq-list details{padding:16px 18px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 8px 18px rgba(7,21,32,.05)}.faq-list summary{cursor:pointer;color:var(--ink);font-weight:900}.faq-list p{margin:10px 0 0}.ad-slot{margin-block:24px;padding:12px;border:1px dashed #bfded5;border-radius:18px;background:#fafffd;text-align:center}.ad-slot__label{margin:0 0 8px;color:#526978;font-size:.72rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.ad-slot__inner{min-height:90px;display:grid;place-items:center;border-radius:14px;background:#fff;color:var(--muted)}.site-footer{position:relative;overflow:hidden;background:linear-gradient(145deg,#06131f 0%,#071b2c 48%,#0a263f 100%);color:#fff}.site-footer__reef{position:absolute;inset:0 0 auto;height:1px;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(27,201,190,.38),rgba(243,184,75,.28),transparent);opacity:1}.site-footer>.ad-slot{position:relative;z-index:1;width:min(100% - 40px,var(--container-wide));margin:0 auto;padding-top:26px;background:transparent}.site-footer>.ad-slot .ad-slot__inner{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.14)}.site-footer p,.site-footer a{color:#d8f2ee}.site-footer h2,.site-footer .widget-title{margin:0 0 14px;color:#fff;font-size:1rem;letter-spacing:-.02em}.site-footer__grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 34px;width:min(100% - 40px,var(--container-wide));max-width:var(--container-wide);padding-block:42px;margin-inline:auto}.site-footer__brand{grid-column:1/-1;display:grid;justify-items:start;align-items:center;width:100%;text-align:left}.site-footer__brand .site-logo-text--footer{display:flex;justify-content:flex-start;align-items:center;width:max-content;max-width:100%;justify-self:start;margin:0 0 14px;color:#fff;font-size:1.22rem;line-height:1}.site-footer__brand>p,.site-footer__brand>.textwidget,.site-footer__brand>.widget_text,.site-footer__brand .textwidget p{display:block;width:min(100%,760px);margin:0 0 18px;color:#d8f2ee;font-size:.94rem;line-height:1.65;text-align:left}.site-footer__brand .social-links--footer{justify-content:flex-start;margin-top:8px}.social-links--footer a{width:34px;height:34px;background:rgba(255,255,255,.1)}.site-footer__nav{min-width:0;padding:22px;border:1px solid rgba(255,255,255,.1);border-radius:22px;background:rgba(255,255,255,.055)}.site-footer__nav ul,.site-footer__legal ul{display:grid;gap:8px;padding:0;margin:0;list-style:none}.site-footer__nav a{display:inline-flex;align-items:center;gap:8px;font-weight:820;text-decoration:none}.site-footer__nav a::before{width:6px;height:6px;border-radius:999px;background:var(--gold);box-shadow:0 0 0 3px rgba(243,184,75,.13);content:""}.site-footer__nav a:hover,.site-footer__legal a:hover{color:var(--sand)}.site-footer__search{grid-column:1/-1;display:grid;justify-items:start;gap:16px;text-align:left;margin-top:4px}.site-footer__search h2{display:block;width:100%;margin:0;text-align:left}.footer-search-form{display:grid;grid-template-columns:minmax(0,1fr)auto;gap:8px;width:min(100%,680px);padding:6px;border:1px solid rgba(255,255,255,.15);border-radius:999px;background:rgba(255,255,255,.09)}.footer-search-form input{min-width:0;min-height:44px;padding:0 14px;border:0;background:transparent;color:#fff;outline:0}.footer-search-form input::placeholder{color:rgba(216,242,238,.78)}.site-footer__note,.site-footer__widgets,.site-footer__widgets p{display:block;width:min(100%,680px);margin:0;color:#d8f2ee;font-size:.91rem;line-height:1.6;text-align:left}.site-footer__widgets{margin-top:0}.site-footer__widgets .widget{margin-bottom:12px}.site-footer__bottom{position:relative;z-index:1;padding-block:18px;border-top:1px solid rgba(255,255,255,.13);background:rgba(0,0,0,.12)}.site-footer__bottom-inner{width:min(100% - 40px,var(--container-wide));display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:16px;margin-inline:auto}.site-footer__bottom p{margin:0;color:#d8f2ee;font-size:.85rem}.site-footer__legal ul{display:flex;flex-wrap:wrap;gap:8px 14px}.site-footer__legal a,.back-to-top{font-size:.83rem;font-weight:850;text-decoration:none}.back-to-top{white-space:nowrap}.archive-page,.single-page{background:#fff}.content-layout{display:grid;grid-template-columns:minmax(0,1fr)320px;gap:32px;align-items:start}.content-stack{display:grid;gap:24px}.narrow-content{width:min(100% - 32px,820px);margin-inline:auto}.entry__header{margin-bottom:24px}.entry__header h1{max-width:900px}.entry__image{margin-bottom:24px;border-radius:24px}.entry__content{font-size:1.04rem}.entry__content h2,.entry__content h3{margin-top:1.5em}.entry__content img{border-radius:18px}.entry__footer{padding-top:24px}.entry-tags{display:flex;flex-wrap:wrap;gap:8px}.entry-tags a{padding:7px 10px;border-radius:999px;background:#eaf8f3;font-size:.85rem;font-weight:800;text-decoration:none}.pagination-wrap{display:flex;justify-content:center;margin-top:28px}.comments-area{margin-top:36px}.comment-list{padding:0;list-style:none}.no-comments{font-weight:800}.error-page{text-align:center}.widget{margin-bottom:20px}.widget-title{font-size:1.1rem}@media(max-width:1060px){.site-header__inner{grid-template-columns:auto auto;justify-content:space-between}.main-navigation{position:fixed;inset:106px 16px auto;z-index:120;display:none;max-height:calc(100vh - 128px);overflow:auto;padding:14px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--shadow-2)}.main-navigation.is-open{display:block}.main-navigation ul{display:grid;gap:4px}.main-navigation a{justify-content:space-between;border-radius:14px}.main-navigation .sub-menu{position:static;min-width:0;padding:4px 0 4px 14px;border:0;background:transparent;box-shadow:none;opacity:1;visibility:visible;transform:none}.nav-toggle{display:inline-flex}.header-cta{display:none}.hero__grid{grid-template-columns:1fr;text-align:left!important;justify-items:stretch!important}.hero__content,.hero h1,.hero__intro,.hero__intro p,.hero__panel{text-align:left!important}.hero h1,.hero__intro,.hero-search{margin-left:0!important;margin-right:0!important}.hero-search,.hero__actions{justify-content:flex-start!important}.hero__panel{width:min(100%,620px);justify-self:stretch!important}.featured__grid,.path__grid,.faq__grid{grid-template-columns:1fr}.featured__grid>.section-heading,.path__grid>.section-heading,.faq__grid>.section-heading{text-align:center;margin-inline:auto}.featured-card{grid-template-columns:minmax(220px,.86fr)minmax(0,1fr)}.topic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.post-grid,.post-grid--archive,.care-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.content-layout{grid-template-columns:1fr}.site-footer__grid,.site-footer__bottom-inner{width:min(100% - 32px,var(--container))}}@media(max-width:760px){body{font-size:15.5px}.container{width:min(100% - 24px,var(--container))}.section{padding-block:38px}h1{font-size:clamp(1.85rem,9vw,2.6rem)}h2{font-size:clamp(1.35rem,6vw,1.9rem)}.site-header__top-inner{justify-content:center;text-align:center}.site-header__top-links{display:none}.site-header__inner{min-height:62px}.site-tagline{display:none}.header-search-toggle__text{display:none}.header-search-toggle{width:40px;height:40px;padding:0}.main-navigation{inset:100px 12px auto}.site-search-panel{padding-top:70px}.site-search-panel__dialog{padding:22px;border-radius:24px}.site-search-panel__form,.hero-search,.footer-search-form{grid-template-columns:1fr;border-radius:22px}.site-search-panel__form button,.hero-search button,.footer-search-form button{width:100%;border-radius:16px}.hero{padding-block:30px}.hero-search{width:100%;max-width:100%}.hero__actions{width:100%;display:grid;grid-template-columns:1fr 1fr}.button{width:100%}.hero__panel{padding:18px}.topic-grid,.post-grid,.post-grid--archive,.care-grid{grid-template-columns:1fr}.topic-card{min-height:auto}.featured-card{grid-template-columns:1fr}.featured-card__media{min-height:auto;aspect-ratio:1.55/1}.featured-card__body{padding:18px}.section-heading--split{display:grid;gap:10px}.newsletter__box{display:grid;text-align:center}.newsletter__box .button{width:auto;justify-self:center}.site-footer__grid{grid-template-columns:1fr;gap:26px;width:min(100% - 24px,var(--container));padding-block:36px}.site-footer__brand,.site-footer__search{grid-column:1/-1}.site-footer__brand .site-logo-text--footer{margin-bottom:10px}.site-footer__nav{width:100%;padding:20px;text-align:left!important}.site-footer__nav ul{justify-items:start!important}.site-footer__nav a{justify-content:flex-start!important}.site-footer__nav+.site-footer__nav{padding-top:22px;border-top:1px solid rgba(255,255,255,.18)}.site-footer__search{gap:16px}.footer-search-form{width:100%;max-width:100%}.site-footer__bottom-inner{width:min(100% - 24px,var(--container));grid-template-columns:1fr;justify-items:start!important;text-align:left!important;gap:9px}.site-footer__legal ul{justify-content:flex-start!important}.back-to-top{justify-self:start!important}}@media(max-width:430px){.hero__actions{grid-template-columns:1fr}.site-logo-text{font-size:1rem}.site-logo-mark{width:34px;height:34px}.hero__panel-top{align-items:flex-start;text-align:left}.hero-topic-list a{font-size:.9rem}.site-footer__nav{padding:18px}.site-footer__brand>p,.site-footer__note{font-size:.89rem}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}.topic-card:hover{transform:none}}.site-logo-image{display:inline-flex;align-items:center;justify-content:center;line-height:0;text-decoration:none}.site-logo-image img{display:block;width:auto;height:42px;max-width:180px;object-fit:contain}.site-logo-image--footer{margin:0 auto 14px}.site-logo-image--footer img{height:48px;max-width:220px}.social-links{padding:0;margin:0;list-style:none}.footer-social{display:grid;justify-items:center;gap:10px;width:100%;margin-top:16px}.footer-social__title{margin:0;color:#fff!important;font-size:.78rem;font-weight:900;letter-spacing:.09em;line-height:1.2;text-transform:uppercase}.social-links--footer{justify-content:center;flex-wrap:wrap;gap:10px}.social-links--footer a{width:auto!important;min-width:38px;height:38px!important;padding:0 12px;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.1);color:#fff;border-radius:999px;display:inline-flex;align-items:center;gap:8px;transition:background .2s ease,border-color .2s ease,transform .2s ease}.social-links--footer a:hover{background:rgba(255,255,255,.16);border-color:rgba(255,255,255,.28);transform:translateY(-1px);color:#fff}.social-links__icon{display:inline-grid;place-items:center;min-width:18px;font-size:.76rem;font-weight:950;letter-spacing:.02em;text-transform:uppercase}.social-links--footer .social-links__label{font-size:.82rem;font-weight:850;line-height:1}.social-links--header .social-links__label{display:none}@media(max-width:760px){.site-logo-image img{height:38px;max-width:150px}.site-logo-image--footer img{height:44px;max-width:190px}.footer-social{margin-top:14px}.social-links--footer{gap:8px}.social-links--footer a{height:36px!important;padding-inline:10px}.social-links--footer .social-links__label{font-size:.8rem}}@media(max-width:430px){.site-logo-image img{height:34px;max-width:136px}.site-logo-image--footer img{height:40px;max-width:170px}.social-links--footer{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.social-links--footer a{justify-content:center;width:100%!important}}.site-footer__brand{position:relative;overflow:hidden;padding:28px 32px;border:1px solid rgba(255,255,255,.12);border-radius:30px;background:linear-gradient(135deg,rgba(255,255,255,.105),rgba(255,255,255,.048));box-shadow:0 20px 50px rgba(0,0,0,.12)}.site-footer__brand::before{position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 18% 0%,rgba(27,201,190,.18),transparent 34%),radial-gradient(circle at 86% 20%,rgba(243,184,75,.12),transparent 30%);content:""}.site-footer__brand>*{position:relative;z-index:1}.site-footer__search{padding:26px 32px 28px;border:1px solid rgba(255,255,255,.12);border-radius:30px;background:linear-gradient(135deg,rgba(8,117,122,.25),rgba(255,255,255,.055));box-shadow:0 18px 42px rgba(0,0,0,.11)}.site-footer__search h2{font-size:clamp(1.18rem,2vw,1.36rem);line-height:1.18;letter-spacing:-.025em}.footer-search-form{border:0;background:#fff;box-shadow:0 16px 38px rgba(0,0,0,.16)}.footer-search-form input{color:var(--ink)}.footer-search-form input::placeholder{color:#6b7c82}.footer-search-form button{background:var(--coral)}.footer-search-form button:hover{background:var(--coral-dark)}.site-footer__nav{background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.052));box-shadow:0 14px 34px rgba(0,0,0,.09)}@media(max-width:1060px){.site-footer__brand,.site-footer__search{padding:26px 24px;border-radius:26px}.site-footer__grid{gap:26px}.site-footer__search{margin-top:0}}@media(max-width:760px){.site-footer__brand,.site-footer__search{padding:24px 18px;border-radius:24px}.site-footer__grid{gap:22px}.site-footer__nav+.site-footer__nav{margin-top:0}}@media(min-width:1061px){.site-footer__grid{width:min(100% - 72px,var(--container-wide));max-width:var(--container-wide);grid-template-columns:repeat(12,minmax(0,1fr));gap:24px;align-items:stretch;padding-block:52px 44px}.site-footer__brand{grid-column:1/-1;position:relative;overflow:hidden;display:grid;justify-items:start;gap:0;padding:30px 44px 28px;border:1px solid rgba(255,255,255,.12);border-radius:30px;background:linear-gradient(135deg,rgba(255,255,255,.105),rgba(255,255,255,.048));box-shadow:0 20px 50px rgba(0,0,0,.12)}.site-footer__brand::before{position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 18% 0%,rgba(27,201,190,.18),transparent 34%),radial-gradient(circle at 86% 20%,rgba(243,184,75,.12),transparent 30%);content:""}.site-footer__brand>*{position:relative;z-index:1}.site-footer__brand .site-logo-text--footer{margin:0 0 12px;font-size:1.34rem;letter-spacing:-.035em}.site-logo-image--footer{margin:0 0 12px}.site-footer__brand>p,.site-footer__brand>.textwidget,.site-footer__brand>.widget_text,.site-footer__brand .textwidget p{width:min(100%,820px);margin:0 0 16px;font-size:.95rem;line-height:1.65;color:#dff7f2;text-align:left}.footer-social{margin-top:14px}.social-links--footer{justify-content:flex-start;gap:10px 12px}.social-links--footer a{min-width:40px;height:40px!important;padding:0 14px;border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.11);box-shadow:0 10px 24px rgba(0,0,0,.09)}.site-footer__nav{grid-column:span 6;display:grid;align-content:start;min-height:100%;padding:26px 30px;border-radius:26px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.052));box-shadow:0 14px 34px rgba(0,0,0,.09)}.site-footer__nav h2{margin:0 0 16px;font-size:.94rem;line-height:1.25;letter-spacing:.085em;text-transform:uppercase;color:#fff}.site-footer__nav ul{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px}.site-footer__nav a{font-size:.92rem;line-height:1.35;color:#eafffb}.site-footer__nav a::before{flex:0 0 auto}.site-footer__search{grid-column:1/-1;display:grid;justify-items:start;gap:14px;margin-top:0;padding:28px 44px 30px;border:1px solid rgba(255,255,255,.12);border-radius:30px;background:linear-gradient(135deg,rgba(8,117,122,.25),rgba(255,255,255,.055));box-shadow:0 18px 42px rgba(0,0,0,.11)}.site-footer__search h2{margin:0;font-size:1.36rem;line-height:1.18;letter-spacing:-.025em;color:#fff}.footer-search-form{width:min(100%,760px);padding:7px;border:0;background:#fff;box-shadow:0 16px 38px rgba(0,0,0,.16)}.footer-search-form input{min-height:46px;padding:0 18px;color:var(--ink)}.footer-search-form input::placeholder{color:#6b7c82}.footer-search-form button{min-width:136px;background:var(--coral)}.footer-search-form button:hover{background:var(--coral-dark)}.site-footer__note,.site-footer__widgets,.site-footer__widgets p{width:min(100%,760px);font-size:.92rem;color:#dff7f2}.site-footer__bottom{padding-block:17px;background:rgba(0,0,0,.17)}.site-footer__bottom-inner{width:min(100% - 72px,var(--container-wide));max-width:var(--container-wide);grid-template-columns:minmax(0,1fr)auto auto;gap:20px}.site-footer__legal ul{gap:8px 18px}}.site-footer__brand,.site-footer__search,.site-footer__nav{background:transparent!important;box-shadow:none!important;border-radius:0!important}.site-footer__brand::before{display:none!important;content:none!important}.site-footer__grid{gap:0!important}.site-footer__brand{padding:34px 0 30px!important;border:0!important;border-bottom:1px solid rgba(216,242,238,.16)!important}.site-footer__search{padding:30px 0 32px!important;border:0!important;border-bottom:1px solid rgba(216,242,238,.16)!important}.site-footer__nav{padding:30px 34px 18px!important;border:0!important}.site-footer__nav--topics{border-right:1px solid rgba(216,242,238,.16)!important}.site-footer__brand .site-logo-text--footer,.site-logo-image--footer{margin-bottom:13px!important}.footer-social{margin-top:18px!important;padding-top:18px;border-top:1px solid rgba(216,242,238,.13)}.social-links--footer a{background:transparent!important;border-color:rgba(216,242,238,.22)!important;box-shadow:none!important}.social-links--footer a:hover{background:rgba(255,255,255,.08)!important;border-color:rgba(216,242,238,.36)!important}.footer-search-form{box-shadow:none!important;border:1px solid rgba(216,242,238,.24)!important}.site-footer__bottom{border-top:1px solid rgba(216,242,238,.16)!important;background:rgba(0,0,0,.10)!important}@media(max-width:1060px){.site-footer__nav--topics{border-right:1px solid rgba(216,242,238,.16)!important}}@media(max-width:760px){.site-footer__grid{gap:0!important;padding-block:34px!important}.site-footer__brand{padding:0 0 28px!important}.site-footer__search{padding:28px 0!important}.site-footer__nav{padding:24px 0!important}.site-footer__nav--topics{border-right:0!important;border-bottom:1px solid rgba(216,242,238,.18)!important}.site-footer__nav+.site-footer__nav{border-top:0!important}.footer-social{width:min(100%,420px);margin-left:0!important;margin-right:auto!important}}.site-main{--stardexa-front-section-gap:var(--stardexa-front-section-gap-desktop,54px)}.site-main .section{padding-block:var(--stardexa-front-section-gap)}.site-main .hero{padding-block:calc(var(--stardexa-front-section-gap)* .72)}.site-footer{--stardexa-footer-section-gap:var(--stardexa-footer-section-gap-desktop,30px)}.site-footer__brand{padding-top:var(--stardexa-footer-section-gap)!important;padding-bottom:calc(var(--stardexa-footer-section-gap)* .9)!important}.site-footer__search{padding-top:var(--stardexa-footer-section-gap)!important;padding-bottom:var(--stardexa-footer-section-gap)!important}.site-footer__nav{padding-top:var(--stardexa-footer-section-gap)!important;padding-bottom:calc(var(--stardexa-footer-section-gap)* .65)!important}.footer-social{margin-top:calc(var(--stardexa-footer-section-gap)* .55)!important;padding-top:calc(var(--stardexa-footer-section-gap)* .55)!important}@media(max-width:1060px){.site-main{--stardexa-front-section-gap:var(--stardexa-front-section-gap-tablet,46px)}.site-footer{--stardexa-footer-section-gap:var(--stardexa-footer-section-gap-tablet,28px)}}@media(max-width:760px){.site-main{--stardexa-front-section-gap:var(--stardexa-front-section-gap-mobile,36px)}.site-main .hero{padding-block:calc(var(--stardexa-front-section-gap)* .82)}.site-footer{--stardexa-footer-section-gap:var(--stardexa-footer-section-gap-mobile,24px)}}@media(min-width:1061px){.site-footer__grid{grid-template-columns:repeat(12,minmax(0,1fr))!important;width:min(100% - 72px,var(--container-wide))!important;max-width:var(--container-wide)!important}.site-footer__brand{grid-column:1/-1!important;display:grid!important;grid-template-columns:minmax(0,1fr)minmax(280px,auto)!important;grid-template-areas:"footerLogo footerSocial" "footerIntro footerSocial"!important;align-items:center!important;justify-items:start!important;column-gap:48px!important;text-align:left!important}.site-footer__brand .site-logo-text--footer,.site-footer__brand .site-logo-image--footer{grid-area:footerLogo!important;justify-self:start!important;margin:0 0 10px!important}.site-footer__brand>p,.site-footer__brand>.textwidget,.site-footer__brand>.widget_text,.site-footer__brand .textwidget p{grid-area:footerIntro!important;width:min(100%,680px)!important;margin:0!important;text-align:left!important}.site-footer__brand .footer-social{grid-area:footerSocial!important;justify-self:end!important;align-self:center!important;width:auto!important;min-width:260px!important;margin:0!important;padding:0 0 0 42px!important;border-top:0!important;border-left:1px solid rgba(216,242,238,.18)!important;text-align:left!important}.footer-social__title{margin:0 0 12px!important;text-align:left!important}.site-footer__brand .social-links--footer{justify-content:flex-start!important}.site-footer__nav--topics{order:2!important;grid-column:1/5!important;border-right:1px solid rgba(216,242,238,.16)!important}.site-footer__nav--helpful{order:3!important;grid-column:5/9!important;border-right:1px solid rgba(216,242,238,.16)!important}.site-footer__search{order:4!important;grid-column:9/-1!important;display:grid!important;align-content:start!important;justify-items:stretch!important;margin-top:0!important;padding-left:34px!important;padding-right:0!important;border-bottom:0!important;text-align:left!important}.site-footer__search h2,.site-footer__note,.site-footer__widgets,.site-footer__widgets p{width:100%!important;text-align:left!important}.site-footer__search h2{margin-bottom:2px!important}.footer-search-form{width:100%!important;max-width:100%!important}.site-footer__nav{display:grid!important;align-content:start!important;padding-left:34px!important;padding-right:34px!important}.site-footer__nav ul{grid-template-columns:1fr!important}}@media(min-width:1061px){.site-footer__brand .footer-social{border-left:0!important;padding-left:0!important}.site-footer__nav--topics,.site-footer__nav--helpful{border-right:0!important}}@media(max-width:1060px){.site-footer__brand{order:1!important}.site-footer__nav--topics{order:2!important}.site-footer__nav--helpful{order:3!important}.site-footer__search{order:4!important;grid-column:1/-1!important;border-top:1px solid rgba(216,242,238,.16)!important;border-bottom:0!important}}@media(max-width:760px){.site-footer__search{padding-top:var(--stardexa-footer-section-gap)!important}}html{scroll-behavior:smooth}@media(min-width:1061px){.site-footer__grid{padding-block:26px 34px!important}.site-footer__brand{padding-top:8px!important;padding-bottom:var(--stardexa-footer-section-gap)!important;align-items:start!important}.site-footer__brand .site-logo-text--footer,.site-footer__brand .site-logo-image--footer{margin-top:0!important}.site-footer__brand .footer-social{align-self:start!important;padding-top:4px!important}.footer-social__title{margin-top:0!important}.site-footer__nav,.site-footer__search{justify-items:center!important;text-align:center!important;padding-left:24px!important;padding-right:24px!important}.site-footer__nav h2,.site-footer__nav ul,.site-footer__nav li,.site-footer__nav a,.site-footer__search h2,.site-footer__note,.site-footer__widgets,.site-footer__widgets p{text-align:center!important}.site-footer__nav ul{width:max-content!important;max-width:100%!important;justify-items:start!important;margin-left:0!important;margin-right:auto!important}.site-footer__nav a{justify-content:flex-start!important}.site-footer__search .footer-search-form{width:min(100%,520px)!important;margin-left:0!important;margin-right:auto!important}.site-footer__note,.site-footer__widgets,.site-footer__widgets p{width:min(100%,520px)!important;margin-left:0!important;margin-right:auto!important}}@media(min-width:1061px){.site-footer__nav--topics,.site-footer__nav--helpful{justify-items:start!important;text-align:left!important}.site-footer__nav--topics h2,.site-footer__nav--helpful h2,.site-footer__nav--topics ul,.site-footer__nav--helpful ul,.site-footer__nav--topics li,.site-footer__nav--helpful li,.site-footer__nav--topics a,.site-footer__nav--helpful a{text-align:left!important}.site-footer__nav--topics ul,.site-footer__nav--helpful ul{width:auto!important;max-width:100%!important;margin-inline:0!important;justify-items:start!important}.site-footer__nav--topics a,.site-footer__nav--helpful a{justify-content:flex-start!important}}.tank-calculator{background:linear-gradient(180deg,transparent 0%,rgba(212,244,235,.42)100%)}.tank-calculator__wrap{position:relative;overflow:hidden;padding:clamp(24px,4vw,42px);border:1px solid var(--line);border-radius:30px;background:linear-gradient(135deg,#ffffff 0%,#f7fffb 55%,#effaf7 100%);box-shadow:var(--shadow)}.tank-calculator__wrap::before{position:absolute;inset:0 0 auto;height:5px;background:linear-gradient(90deg,var(--teal),var(--gold),var(--coral));content:""}.tank-calculator__heading{max-width:760px;margin-inline:auto;margin-bottom:24px}.tank-calculator__grid{display:grid;grid-template-columns:minmax(0,1.08fr)minmax(320px,.92fr);gap:22px;align-items:stretch}.tank-calculator__form,.tank-calculator__result{border:1px solid rgba(217,233,228,.95);border-radius:24px;background:#fff}.tank-calculator__form{padding:22px}.tank-calculator__fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.tank-calculator__fields label{display:grid;gap:7px;font-weight:850;color:var(--ink-2)}.tank-calculator__fields span{font-size:.86rem}.tank-calculator__fields input,.tank-calculator__fields select{width:100%;min-height:46px;padding:0 13px;border:1px solid var(--line);border-radius:14px;background:#f8fffc;color:var(--ink);outline:0}.tank-calculator__fields input:focus,.tank-calculator__fields select:focus{border-color:var(--teal);box-shadow:0 0 0 4px rgba(17,154,157,.13)}.tank-calculator__button{width:100%;margin-top:16px;border:0}.tank-calculator__result{display:grid;align-content:center;padding:24px;background:linear-gradient(135deg,var(--navy),var(--deep));color:#fff;box-shadow:0 20px 42px rgba(7,21,32,.16)}.tank-calculator__result-label{margin:0 0 8px;color:var(--foam);font-size:.78rem;font-weight:950;letter-spacing:.11em;text-transform:uppercase}.tank-calculator__big{display:block;font-size:clamp(1.8rem,4vw,3rem);line-height:1;font-weight:950;letter-spacing:-.045em;color:#fff}.tank-calculator__result-sub{margin:10px 0 18px;color:#dff7f2}.tank-calculator__stats{display:grid;gap:10px;margin:0}.tank-calculator__stats div{display:grid;grid-template-columns:minmax(0,1fr)auto;gap:12px;align-items:center;padding:11px 0;border-top:1px solid rgba(255,255,255,.13)}.tank-calculator__stats dt{font-size:.82rem;font-weight:800;color:#bfece4}.tank-calculator__stats dd{margin:0;font-weight:950;color:#fff;text-align:right}.tank-calculator__note{max-width:920px;margin:18px auto 0;font-size:.92rem;text-align:center}@media(max-width:900px){.tank-calculator__grid{grid-template-columns:1fr}.tank-calculator__result{align-content:start}}@media(max-width:620px){.tank-calculator__wrap{padding:22px 16px;border-radius:24px}.tank-calculator__fields{grid-template-columns:1fr}.tank-calculator__form,.tank-calculator__result{padding:18px;border-radius:20px}.tank-calculator__stats div{grid-template-columns:1fr;gap:3px}.tank-calculator__stats dd{text-align:left}}.main-navigation .menu-item-has-children>a{gap:7px}.main-navigation .menu-item-has-children>a::after{flex:0 0 auto;width:7px;height:7px;margin-left:2px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-2px)rotate(45deg);opacity:.62;content:""}.main-navigation .sub-menu .menu-item-has-children>a::after{transform:rotate(-45deg)}.submenu-toggle{display:none}.nav-toggle__text{display:none}@media(min-width:1061px){.main-navigation .sub-menu{gap:2px}.main-navigation .sub-menu a{width:100%}.main-navigation .sub-menu li{min-width:0}}@media(max-width:1060px){body.nav-open::before{position:fixed;inset:var(--stardexa-header-height,76px)0 0;z-index:109;background:rgba(7,21,32,.34);backdrop-filter:blur(2px);content:""}.site-header__main{position:relative}.site-header__inner{grid-template-columns:minmax(0,1fr)auto;gap:12px}.site-header__actions{gap:8px}.nav-toggle{display:inline-flex!important;gap:8px;width:auto;min-width:44px;height:42px;padding:0 13px;background:var(--navy);color:#fff;box-shadow:0 10px 24px rgba(7,21,32,.18);transition:background .18s ease,transform .18s ease}.nav-toggle:hover,.nav-toggle[aria-expanded="true"]{background:var(--teal-dark)}.nav-toggle[aria-expanded="true"].nav-toggle__line{background:transparent}.nav-toggle[aria-expanded="true"].nav-toggle__line::before{top:0;transform:rotate(45deg)}.nav-toggle[aria-expanded="true"].nav-toggle__line::after{top:0;transform:rotate(-45deg)}.nav-toggle__line,.nav-toggle__line::before,.nav-toggle__line::after{transition:top .18s ease,transform .18s ease,background .18s ease}.nav-toggle__text{display:inline;font-size:.82rem;font-weight:950;letter-spacing:.01em;line-height:1}.main-navigation{position:fixed!important;top:calc(var(--stardexa-header-height,76px)+ 10px)!important;left:16px!important;right:16px!important;bottom:auto!important;z-index:130!important;display:block!important;width:auto!important;max-height:calc(100dvh - var(--stardexa-header-height,76px)- 22px)!important;padding:12px!important;border:1px solid rgba(15,95,115,.16)!important;border-radius:24px!important;background:rgba(255,255,255,.98)!important;box-shadow:0 28px 80px rgba(7,21,32,.22)!important;overflow:auto!important;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px)scale(.985);transition:opacity .18s ease,visibility .18s ease,transform .18s ease;-webkit-overflow-scrolling:touch}.main-navigation.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)scale(1)}.main-navigation ul{display:grid!important;align-items:initial!important;gap:6px!important;width:100%!important}.main-navigation li{display:grid;grid-template-columns:minmax(0,1fr)auto;align-items:center;width:100%;border-radius:18px}.main-navigation a{grid-column:1/2;justify-content:flex-start!important;min-height:46px!important;padding:11px 14px!important;border-radius:16px!important;color:var(--ink-2)!important;font-size:1rem!important;font-weight:900!important;line-height:1.25!important}.main-navigation a:hover,.main-navigation .current-menu-item>a,.main-navigation .current-menu-ancestor>a{background:#e7f8f3!important;color:var(--teal-dark)!important}.main-navigation .menu-item-has-children>a::after{display:none}.submenu-toggle{grid-column:2/3;display:inline-grid!important;place-items:center;width:40px;height:40px;margin-right:4px;border:0;border-radius:14px;background:#edf8f5;color:var(--ink-2);transition:background .18s ease,color .18s ease,transform .18s ease}.submenu-toggle:hover,.submenu-toggle[aria-expanded="true"]{background:var(--teal-dark);color:#fff}.submenu-toggle::before{width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-2px)rotate(45deg);transition:transform .18s ease;content:""}.submenu-toggle[aria-expanded="true"]::before,.main-navigation li.submenu-open>.submenu-toggle::before{transform:translateY(2px)rotate(225deg)}.main-navigation .sub-menu{grid-column:1/-1;display:none!important;position:static!important;min-width:0!important;width:100%!important;margin:0 0 6px 10px!important;padding:3px 0 3px 12px!important;border:0!important;border-left:2px solid var(--line)!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;opacity:1!important;visibility:visible!important;transform:none!important;transition:none!important}.main-navigation li.submenu-open>.sub-menu,.main-navigation li.current-menu-ancestor>.sub-menu{display:grid!important}.main-navigation .sub-menu li{background:#f8fffc}.main-navigation .sub-menu a{min-height:42px!important;padding:9px 12px!important;font-size:.94rem!important;white-space:normal!important}}@media(max-width:760px){body.nav-open::before{inset:var(--stardexa-header-height,68px)0 0}.site-header__inner{min-height:62px}.site-branding{max-width:calc(100vw - 132px)}.header-search-toggle{flex:0 0 auto}.nav-toggle{width:42px;min-width:42px;padding:0;border-radius:50%}.nav-toggle__text{display:none}.main-navigation{top:calc(var(--stardexa-header-height,68px)+ 8px)!important;left:12px!important;right:12px!important;max-height:calc(100dvh - var(--stardexa-header-height,68px)- 18px)!important;padding:10px!important;border-radius:22px!important}.main-navigation a{min-height:44px!important;font-size:.96rem!important}.submenu-toggle{width:38px;height:38px;border-radius:13px}.main-navigation .sub-menu{margin-left:8px!important;padding-left:10px!important}}.main-navigation .children{list-style:none}@media(min-width:1061px){.main-navigation .menu,.main-navigation .primary-menu{display:flex!important;align-items:center!important;gap:4px!important;margin:0!important;padding:0!important;list-style:none!important}.main-navigation .sub-menu,.main-navigation .children{position:absolute!important;top:100%!important;left:0!important;z-index:80!important;display:grid!important;min-width:220px!important;margin:0!important;padding:8px!important;border:1px solid var(--line)!important;border-radius:16px!important;background:#fff!important;box-shadow:0 18px 46px rgba(7,21,32,.14)!important;opacity:0!important;visibility:hidden!important;transform:translateY(8px)!important;transition:opacity .16s ease,transform .16s ease,visibility .16s ease!important}.main-navigation li:hover>.sub-menu,.main-navigation li:focus-within>.sub-menu,.main-navigation li:hover>.children,.main-navigation li:focus-within>.children{opacity:1!important;visibility:visible!important;transform:translateY(0)!important}.main-navigation .sub-menu .sub-menu,.main-navigation .children .children{top:0!important;left:100%!important}.main-navigation .sub-menu a,.main-navigation .children a{justify-content:flex-start!important;width:100%!important;min-height:38px!important;padding:9px 12px!important;border-radius:12px!important;white-space:nowrap!important}}@media(max-width:1060px){body.nav-open{overflow:hidden}body.nav-open::before{position:fixed!important;inset:var(--stardexa-header-height,76px)0 0!important;z-index:109!important;background:rgba(7,21,32,.42)!important;backdrop-filter:none!important;content:""!important}.site-header__inner{display:grid!important;grid-template-columns:minmax(0,1fr)auto!important;gap:12px!important;min-height:66px!important}.site-header__actions{display:flex!important;align-items:center!important;gap:8px!important}.nav-toggle{display:inline-flex!important;align-items:center!important;gap:8px!important;width:auto!important;min-width:44px!important;height:42px!important;padding:0 13px!important;border-radius:999px!important;background:var(--navy)!important;color:#fff!important;box-shadow:none!important}.nav-toggle[aria-expanded="true"]{background:var(--teal-dark)!important}.nav-toggle__text{display:inline!important;font-size:.82rem!important;font-weight:950!important}.main-navigation{position:fixed!important;top:calc(var(--stardexa-header-height,76px)+ 10px)!important;left:50%!important;right:auto!important;bottom:auto!important;z-index:130!important;display:block!important;width:min(680px,calc(100vw - 32px))!important;max-height:calc(100dvh - var(--stardexa-header-height,76px)- 22px)!important;margin:0!important;padding:12px!important;border:1px solid rgba(15,95,115,.18)!important;border-radius:22px!important;background:#fff!important;box-shadow:0 26px 70px rgba(7,21,32,.24)!important;overflow:auto!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translate(-50%,-8px)!important;transition:opacity .18s ease,visibility .18s ease,transform .18s ease!important;-webkit-overflow-scrolling:touch!important}.main-navigation.is-open{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translate(-50%,0)!important}.main-navigation ul,.main-navigation .menu,.main-navigation .primary-menu{display:block!important;width:100%!important;margin:0!important;padding:0!important;list-style:none!important}.main-navigation li{position:relative!important;display:grid!important;grid-template-columns:minmax(0,1fr)auto!important;align-items:center!important;width:100%!important;margin:0 0 8px!important;border:1px solid rgba(12,79,96,.1)!important;border-radius:16px!important;background:#fbfffd!important;overflow:hidden!important}.main-navigation li:not(.menu-item-has-children):not(.page_item_has_children){grid-template-columns:1fr!important}.main-navigation li:last-child{margin-bottom:0!important}.main-navigation a{display:flex!important;grid-column:1/2!important;align-items:center!important;justify-content:flex-start!important;width:100%!important;min-width:0!important;min-height:46px!important;padding:12px 14px!important;border-radius:0!important;background:transparent!important;color:var(--ink-2)!important;font-size:.98rem!important;font-weight:900!important;line-height:1.25!important;white-space:normal!important;word-break:normal!important}.main-navigation a:hover,.main-navigation .current-menu-item>a,.main-navigation .current-menu-ancestor>a,.main-navigation .current_page_item>a,.main-navigation .current_page_ancestor>a{background:#e7f8f3!important;color:var(--teal-dark)!important}.main-navigation .menu-item-has-children>a::after,.main-navigation .page_item_has_children>a::after{display:none!important}.submenu-toggle{display:inline-grid!important;grid-column:2/3!important;place-items:center!important;width:40px!important;height:40px!important;margin:3px 4px 3px 0!important;border:0!important;border-radius:13px!important;background:#edf8f5!important;color:var(--ink-2)!important;cursor:pointer!important}.submenu-toggle:hover,.submenu-toggle[aria-expanded="true"]{background:var(--teal-dark)!important;color:#fff!important}.submenu-toggle::before{width:8px!important;height:8px!important;border-right:2px solid currentColor!important;border-bottom:2px solid currentColor!important;transform:translateY(-2px)rotate(45deg)!important;transition:transform .18s ease!important;content:""!important}.submenu-toggle[aria-expanded="true"]::before,.main-navigation li.submenu-open>.submenu-toggle::before{transform:translateY(2px)rotate(225deg)!important}.main-navigation .sub-menu,.main-navigation .children{position:static!important;grid-column:1/-1!important;display:none!important;width:100%!important;min-width:0!important;margin:0!important;padding:8px 10px 10px 16px!important;border:0!important;border-top:1px solid rgba(12,79,96,.1)!important;border-radius:0!important;background:#f6fcfa!important;box-shadow:none!important;opacity:1!important;visibility:visible!important;transform:none!important;transition:none!important}.main-navigation li.submenu-open>.sub-menu,.main-navigation li.submenu-open>.children{display:block!important}.main-navigation .sub-menu li,.main-navigation .children li{margin:5px 0!important;border:0!important;border-left:2px solid rgba(27,201,190,.35)!important;border-radius:12px!important;background:#fff!important}.main-navigation .sub-menu a,.main-navigation .children a{min-height:40px!important;padding:9px 12px!important;font-size:.93rem!important;font-weight:850!important;white-space:normal!important}}@media(max-width:760px){.site-header__inner{min-height:60px!important}.site-tagline{display:none!important}.site-branding{max-width:calc(100vw - 118px)!important}.header-cta{display:none!important}.header-search-toggle{width:40px!important;height:40px!important;min-height:40px!important;padding:0!important}.header-search-toggle__text{display:none!important}.nav-toggle{width:42px!important;min-width:42px!important;height:42px!important;padding:0!important;border-radius:50%!important}.nav-toggle__text{display:none!important}.main-navigation{top:calc(var(--stardexa-header-height,68px)+ 8px)!important;width:calc(100vw - 24px)!important;max-height:calc(100dvh - var(--stardexa-header-height,68px)- 18px)!important;padding:10px!important;border-radius:20px!important}.main-navigation li{margin-bottom:7px!important;border-radius:15px!important}.main-navigation a{min-height:44px!important;padding:11px 12px!important;font-size:.95rem!important}.submenu-toggle{width:38px!important;height:38px!important;border-radius:12px!important}.main-navigation .sub-menu,.main-navigation .children{padding:7px 8px 9px 12px!important}}@media(max-width:1060px){body.nav-open{overflow:hidden!important}body.nav-open::before{display:none!important;content:none!important}.site-header{z-index:300!important}.site-header__main{position:relative!important;z-index:301!important}.site-header__inner{grid-template-columns:minmax(0,1fr)auto!important;gap:12px!important}.nav-toggle{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;background:var(--navy)!important;color:#fff!important}.nav-toggle[aria-expanded="true"]{background:var(--teal-dark)!important}.nav-toggle[aria-expanded="true"].nav-toggle__line{background:transparent!important}.nav-toggle[aria-expanded="true"].nav-toggle__line::before{top:0!important;transform:rotate(45deg)!important}.nav-toggle[aria-expanded="true"].nav-toggle__line::after{top:0!important;transform:rotate(-45deg)!important}.nav-toggle__line,.nav-toggle__line::before,.nav-toggle__line::after{transition:top .18s ease,transform .18s ease,background .18s ease!important}.main-navigation{position:fixed!important;top:var(--stardexa-header-height,76px)!important;left:0!important;right:0!important;bottom:0!important;z-index:290!important;display:block!important;width:100vw!important;height:calc(100dvh - var(--stardexa-header-height,76px))!important;max-height:none!important;margin:0!important;padding:20px clamp(14px,3vw,34px)28px!important;border:0!important;border-top:1px solid rgba(12,79,96,.1)!important;border-radius:0!important;background:linear-gradient(180deg,#fbfff8 0%,#eef8f4 100%)!important;box-shadow:none!important;overflow:auto!important;overflow-x:hidden!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(-10px)!important;transition:opacity .2s ease,visibility .2s ease,transform .2s ease!important;-webkit-overflow-scrolling:touch!important}.main-navigation.is-open{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateY(0)!important}.main-navigation>ul,.main-navigation .menu,.main-navigation .primary-menu{display:grid!important;width:min(100%,760px)!important;margin:0 auto!important;padding:8px 0 24px!important;list-style:none!important;gap:10px!important}.main-navigation li{position:relative!important;display:grid!important;grid-template-columns:minmax(0,1fr)auto!important;align-items:center!important;width:100%!important;margin:0!important;border:1px solid rgba(12,79,96,.12)!important;border-radius:18px!important;background:rgba(255,255,255,.88)!important;box-shadow:0 12px 28px rgba(7,21,32,.06)!important;overflow:hidden!important}.main-navigation li:not(.menu-item-has-children):not(.page_item_has_children){grid-template-columns:1fr!important}.main-navigation a{display:flex!important;grid-column:1/2!important;align-items:center!important;justify-content:space-between!important;width:100%!important;min-width:0!important;min-height:54px!important;padding:15px 17px!important;border-radius:0!important;background:transparent!important;color:var(--ink)!important;font-size:1.03rem!important;font-weight:900!important;letter-spacing:-.01em!important;line-height:1.25!important;text-decoration:none!important;white-space:normal!important;word-break:normal!important}.main-navigation a:hover,.main-navigation .current-menu-item>a,.main-navigation .current-menu-ancestor>a,.main-navigation .current_page_item>a,.main-navigation .current_page_ancestor>a{background:#e7f8f3!important;color:var(--teal-dark)!important}.main-navigation .menu-item-has-children>a::after,.main-navigation .page_item_has_children>a::after{display:none!important;content:none!important}.submenu-toggle{display:inline-grid!important;grid-column:2/3!important;place-items:center!important;width:44px!important;height:44px!important;margin:5px 6px 5px 0!important;border:0!important;border-radius:15px!important;background:#edf8f5!important;color:var(--ink-2)!important;cursor:pointer!important;transition:background .18s ease,color .18s ease,transform .18s ease!important}.submenu-toggle:hover,.submenu-toggle[aria-expanded="true"]{background:var(--teal-dark)!important;color:#fff!important}.submenu-toggle::before{display:block!important;width:9px!important;height:9px!important;border-right:2px solid currentColor!important;border-bottom:2px solid currentColor!important;transform:translateY(-2px)rotate(45deg)!important;transition:transform .18s ease!important;content:""!important}.submenu-toggle[aria-expanded="true"]::before,.main-navigation li.submenu-open>.submenu-toggle::before{transform:translateY(2px)rotate(225deg)!important}.main-navigation .sub-menu,.main-navigation .children{position:static!important;grid-column:1/-1!important;display:none!important;width:100%!important;min-width:0!important;margin:0!important;padding:10px 12px 12px!important;border:0!important;border-top:1px solid rgba(12,79,96,.1)!important;border-radius:0!important;background:rgba(232,248,243,.76)!important;box-shadow:none!important;opacity:1!important;visibility:visible!important;transform:none!important;transition:none!important}.main-navigation li.submenu-open>.sub-menu,.main-navigation li.submenu-open>.children{display:grid!important;gap:8px!important}.main-navigation .sub-menu li,.main-navigation .children li{margin:0!important;border:1px solid rgba(12,79,96,.08)!important;border-left:4px solid rgba(27,201,190,.45)!important;border-radius:14px!important;background:#fff!important;box-shadow:none!important}.main-navigation .sub-menu a,.main-navigation .children a{min-height:46px!important;padding:11px 13px!important;color:var(--ink-2)!important;font-size:.96rem!important;font-weight:850!important;white-space:normal!important}.main-navigation .sub-menu .sub-menu,.main-navigation .children .children{padding:8px 8px 10px!important;background:#f8fffc!important}}@media(max-width:760px){.main-navigation{top:var(--stardexa-header-height,68px)!important;height:calc(100dvh - var(--stardexa-header-height,68px))!important;width:100vw!important;padding:16px 12px 24px!important}.main-navigation>ul,.main-navigation .menu,.main-navigation .primary-menu{width:100%!important;gap:9px!important;padding-top:4px!important}.main-navigation li{border-radius:17px!important}.main-navigation a{min-height:52px!important;padding:14px 15px!important;font-size:1rem!important}.submenu-toggle{width:42px!important;height:42px!important;margin-right:5px!important;border-radius:14px!important}.main-navigation .sub-menu,.main-navigation .children{padding:9px 9px 11px!important}.main-navigation .sub-menu a,.main-navigation .children a{min-height:44px!important;font-size:.94rem!important}}@media(max-width:1060px){body.nav-open{background:#f6fbf8}.site-header{z-index:500!important}.nav-toggle{position:relative!important;isolation:isolate!important;min-width:48px!important;height:44px!important;border:1px solid rgba(255,255,255,.12)!important;background:linear-gradient(135deg,#071b2c 0%,#0d5366 100%)!important;box-shadow:0 12px 26px rgba(7,21,32,.18)!important}.nav-toggle:hover,.nav-toggle[aria-expanded="true"]{background:linear-gradient(135deg,#08757a 0%,#119a9d 100%)!important;transform:translateY(-1px)!important}.main-navigation{top:var(--stardexa-header-height,76px)!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;height:calc(100dvh - var(--stardexa-header-height,76px))!important;padding:clamp(18px,3vw,30px)clamp(14px,4vw,42px)34px!important;background:radial-gradient(circle at 12% 0%,rgba(17,154,157,.18)0,rgba(17,154,157,0)32%),radial-gradient(circle at 92% 18%,rgba(243,184,75,.18)0,rgba(243,184,75,0)30%),linear-gradient(180deg,#fbfff9 0%,#effbf7 52%,#fff8ea 100%)!important;border-top:1px solid rgba(12,79,96,.10)!important;box-shadow:inset 0 12px 34px rgba(7,21,32,.04)!important}.main-navigation::before{display:block!important;width:min(100%,820px)!important;margin:0 auto 16px!important;padding:15px 18px!important;border:1px solid rgba(12,79,96,.10)!important;border-radius:22px!important;background:rgba(255,255,255,.72)!important;box-shadow:0 14px 34px rgba(7,21,32,.06)!important;color:#0a2533!important;font-size:1.05rem!important;font-weight:950!important;letter-spacing:-.02em!important;text-align:left!important;content:"Explore Stardexa"!important}.main-navigation>ul,.main-navigation .menu,.main-navigation .primary-menu{width:min(100%,820px)!important;gap:12px!important;padding:0 0 28px!important}.main-navigation>ul>li,.main-navigation .menu>li,.main-navigation .primary-menu>li{position:relative!important;border:1px solid rgba(12,79,96,.11)!important;border-radius:22px!important;background:rgba(255,255,255,.92)!important;box-shadow:0 15px 38px rgba(7,21,32,.075)!important;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease,background .18s ease!important}.main-navigation>ul>li::before,.main-navigation .menu>li::before,.main-navigation .primary-menu>li::before{position:absolute!important;top:17px!important;left:16px!important;z-index:1!important;width:10px!important;height:10px!important;border-radius:999px!important;background:linear-gradient(135deg,#119a9d,#f3b84b)!important;box-shadow:0 0 0 6px rgba(17,154,157,.09)!important;content:""!important}.main-navigation>ul>li:hover,.main-navigation .menu>li:hover,.main-navigation .primary-menu>li:hover,.main-navigation>ul>li.submenu-open,.main-navigation .menu>li.submenu-open,.main-navigation .primary-menu>li.submenu-open{border-color:rgba(17,154,157,.28)!important;background:#fff!important;box-shadow:0 18px 44px rgba(7,21,32,.09)!important}.main-navigation a{min-height:58px!important;padding:17px 18px 17px 42px!important;color:#091d2a!important;font-size:1.04rem!important;font-weight:950!important;letter-spacing:-.018em!important}.main-navigation a:hover,.main-navigation .current-menu-item>a,.main-navigation .current-menu-ancestor>a,.main-navigation .current_page_item>a,.main-navigation .current_page_ancestor>a{background:linear-gradient(90deg,rgba(17,154,157,.10),rgba(243,184,75,.10))!important;color:#075b62!important}.submenu-toggle{position:relative!important;width:46px!important;height:46px!important;margin:6px 8px 6px 0!important;border:1px solid rgba(12,79,96,.10)!important;border-radius:16px!important;background:linear-gradient(180deg,#f4fffb,#e7f7f3)!important;color:#0a3b45!important;box-shadow:inset 0 -1px 0 rgba(7,21,32,.04)!important}.submenu-toggle::before{width:9px!important;height:9px!important;border-right:2px solid currentColor!important;border-bottom:2px solid currentColor!important;transform:translateY(-2px)rotate(45deg)!important}.submenu-toggle::after{position:absolute!important;inset:auto auto 7px 50%!important;width:14px!important;height:2px!important;border-radius:99px!important;background:currentColor!important;opacity:.18!important;transform:translateX(-50%)!important;content:""!important}.submenu-toggle:hover,.submenu-toggle[aria-expanded="true"]{background:linear-gradient(135deg,#08757a,#119a9d)!important;border-color:transparent!important;color:#fff!important;box-shadow:0 10px 22px rgba(8,117,122,.22)!important}.submenu-toggle[aria-expanded="true"]::before,.main-navigation li.submenu-open>.submenu-toggle::before{transform:translateY(2px)rotate(225deg)!important}.main-navigation .sub-menu,.main-navigation .children{margin:0!important;padding:12px 12px 14px!important;border-top:1px solid rgba(12,79,96,.09)!important;background:linear-gradient(180deg,rgba(238,250,247,.92),rgba(255,255,255,.92))!important}.main-navigation li.submenu-open>.sub-menu,.main-navigation li.submenu-open>.children{display:grid!important;gap:8px!important}.main-navigation .sub-menu li,.main-navigation .children li{border:1px solid rgba(12,79,96,.08)!important;border-left:0!important;border-radius:16px!important;background:#fff!important;box-shadow:none!important}.main-navigation .sub-menu li::before,.main-navigation .children li::before{top:18px!important;left:14px!important;width:7px!important;height:7px!important;box-shadow:0 0 0 5px rgba(243,184,75,.10)!important;background:#f3b84b!important}.main-navigation .sub-menu a,.main-navigation .children a{min-height:46px!important;padding:12px 14px 12px 34px!important;font-size:.96rem!important;font-weight:880!important;color:#153240!important}}@media(max-width:760px){.main-navigation{padding:16px 12px 26px!important}.main-navigation::before{margin-bottom:12px!important;padding:13px 15px!important;border-radius:20px!important;font-size:1rem!important;text-align:center!important}.main-navigation>ul,.main-navigation .menu,.main-navigation .primary-menu{gap:10px!important}.main-navigation>ul>li,.main-navigation .menu>li,.main-navigation .primary-menu>li{border-radius:20px!important}.main-navigation>ul>li::before,.main-navigation .menu>li::before,.main-navigation .primary-menu>li::before{top:18px!important;left:14px!important}.main-navigation a{min-height:56px!important;padding:15px 14px 15px 38px!important;font-size:1rem!important}.submenu-toggle{width:43px!important;height:43px!important;margin:6px 6px 6px 0!important;border-radius:15px!important}.main-navigation .sub-menu,.main-navigation .children{padding:10px 9px 12px!important}.main-navigation .sub-menu a,.main-navigation .children a{min-height:44px!important;padding-left:32px!important;font-size:.94rem!important}}@media(max-width:1060px){body.nav-open::before{display:none!important;content:none!important}body.nav-open{overflow:hidden!important}.site-header{z-index:1000!important}.site-header__main{position:relative!important;z-index:1001!important}.site-header__inner{position:relative!important;z-index:1002!important}.nav-toggle{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:44px!important;height:44px!important;min-width:44px!important;padding:0!important;border:0!important;border-radius:15px!important;background:#063744!important;color:#ffffff!important;box-shadow:none!important;transform:none!important}.nav-toggle:hover,.nav-toggle[aria-expanded="true"]{background:#08757a!important;transform:none!important}.nav-toggle__line,.nav-toggle__line::before,.nav-toggle__line::after{width:18px!important;height:2px!important;border-radius:999px!important;background:currentColor!important;transition:transform .18s ease,opacity .18s ease!important}.nav-toggle[aria-expanded="true"].nav-toggle__line{background:transparent!important}.nav-toggle[aria-expanded="true"].nav-toggle__line::before{transform:translateY(6px)rotate(45deg)!important}.nav-toggle[aria-expanded="true"].nav-toggle__line::after{transform:translateY(-6px)rotate(-45deg)!important}.main-navigation{position:fixed!important;top:var(--stardexa-menu-top,var(--stardexa-header-height,76px))!important;left:0!important;right:0!important;bottom:0!important;z-index:900!important;display:none!important;width:100vw!important;height:calc(100dvh - var(--stardexa-menu-top,var(--stardexa-header-height,76px)))!important;max-width:none!important;max-height:none!important;margin:0!important;padding:18px clamp(14px,4vw,34px)28px!important;overflow-x:hidden!important;overflow-y:auto!important;border:0!important;border-top:1px solid rgba(7,21,32,.08)!important;border-radius:0!important;background:#f8fffb!important;box-shadow:none!important;transform:none!important;opacity:1!important;visibility:visible!important;justify-self:auto!important}.main-navigation.is-open{display:block!important}.main-navigation::before{display:block!important;width:min(100%,780px)!important;margin:0 auto 14px!important;padding:0 2px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#536a75!important;font-size:.82rem!important;font-weight:800!important;letter-spacing:.12em!important;text-align:left!important;text-transform:uppercase!important;content:"Site menu"!important}.main-navigation>ul,.main-navigation .menu,.main-navigation .primary-menu{display:grid!important;width:min(100%,780px)!important;margin:0 auto!important;padding:0 0 26px!important;gap:10px!important;list-style:none!important}.main-navigation li,.main-navigation>ul>li,.main-navigation .menu>li,.main-navigation .primary-menu>li,.main-navigation .sub-menu li,.main-navigation .children li{position:relative!important;display:grid!important;grid-template-columns:minmax(0,1fr)auto!important;align-items:center!important;margin:0!important;padding:0!important;border:1px solid #dcebe7!important;border-radius:16px!important;background:#ffffff!important;box-shadow:none!important;transition:border-color .16s ease,background .16s ease!important}.main-navigation li:hover,.main-navigation li.submenu-open,.main-navigation .current-menu-item,.main-navigation .current_page_item,.main-navigation .current-menu-ancestor,.main-navigation .current_page_ancestor{border-color:rgba(8,117,122,.28)!important;background:#ffffff!important}.main-navigation li::before,.main-navigation>ul>li::before,.main-navigation .menu>li::before,.main-navigation .primary-menu>li::before,.main-navigation .sub-menu li::before,.main-navigation .children li::before{display:none!important;content:none!important}.main-navigation a,.main-navigation .sub-menu a,.main-navigation .children a{grid-column:1!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;min-height:54px!important;width:100%!important;padding:14px 16px!important;border:0!important;border-radius:15px!important;background:transparent!important;color:#09202d!important;font-size:1rem!important;font-weight:850!important;line-height:1.25!important;letter-spacing:-.012em!important;text-decoration:none!important;white-space:normal!important}.main-navigation a:hover,.main-navigation .current-menu-item>a,.main-navigation .current-menu-ancestor>a,.main-navigation .current_page_item>a,.main-navigation .current_page_ancestor>a{background:#ecf8f4!important;color:#075b62!important}.main-navigation .menu-item-has-children>a::after,.main-navigation .page_item_has_children>a::after{display:none!important;content:none!important}.submenu-toggle{grid-column:2!important;grid-row:1!important;position:relative!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:42px!important;height:42px!important;min-width:42px!important;margin:6px 8px 6px 0!important;padding:0!important;border:1px solid #d4e6e1!important;border-radius:13px!important;background:#eef9f5!important;color:#075b62!important;box-shadow:none!important}.submenu-toggle::before{display:block!important;width:9px!important;height:9px!important;margin:0!important;border:0!important;border-right:2px solid currentColor!important;border-bottom:2px solid currentColor!important;background:transparent!important;box-shadow:none!important;transform:translateY(-2px)rotate(45deg)!important;transition:transform .16s ease!important;content:""!important}.submenu-toggle::after{display:none!important;content:none!important}.submenu-toggle:hover,.submenu-toggle[aria-expanded="true"],.main-navigation li.submenu-open>.submenu-toggle{border-color:#08757a!important;background:#08757a!important;color:#ffffff!important}.submenu-toggle[aria-expanded="true"]::before,.main-navigation li.submenu-open>.submenu-toggle::before{transform:translateY(2px)rotate(225deg)!important}.main-navigation .sub-menu,.main-navigation .children{grid-column:1 / -1!important;position:static!important;top:auto!important;left:auto!important;display:none!important;width:auto!important;min-width:0!important;max-width:none!important;margin:0!important;padding:8px 10px 12px!important;gap:8px!important;border:0!important;border-top:1px solid #e2efeb!important;border-radius:0 0 16px 16px!important;background:#f2fbf7!important;box-shadow:none!important;opacity:1!important;visibility:visible!important;transform:none!important;list-style:none!important}.main-navigation li.submenu-open>.sub-menu,.main-navigation li.submenu-open>.children{display:grid!important}.main-navigation .sub-menu li,.main-navigation .children li{border-color:#e0eee9!important;border-radius:13px!important;background:#ffffff!important}.main-navigation .sub-menu a,.main-navigation .children a{min-height:44px!important;padding:11px 13px!important;font-size:.94rem!important;font-weight:780!important;color:#17313d!important}}@media(max-width:760px){.main-navigation{padding:14px 12px 24px!important}.main-navigation::before{margin-bottom:10px!important;font-size:.78rem!important;text-align:left!important}.main-navigation>ul,.main-navigation .menu,.main-navigation .primary-menu{gap:9px!important}.main-navigation a,.main-navigation .sub-menu a,.main-navigation .children a{min-height:52px!important;padding:13px 14px!important;font-size:.98rem!important}.submenu-toggle{width:40px!important;height:40px!important;min-width:40px!important;margin-right:7px!important;border-radius:12px!important}.main-navigation .sub-menu,.main-navigation .children{padding:7px 8px 10px!important}.main-navigation .sub-menu a,.main-navigation .children a{min-height:42px!important;font-size:.92rem!important}}@media(max-width:1060px){.nav-toggle__line{position:relative!important;display:block!important;width:20px!important;height:2px!important;border-radius:999px!important;background:currentColor!important;transition:background .18s ease!important}.nav-toggle__line::before,.nav-toggle__line::after{position:absolute!important;left:0!important;display:block!important;width:20px!important;height:2px!important;border-radius:999px!important;background:currentColor!important;transform-origin:center!important;transition:top .18s ease,transform .18s ease!important;content:""!important}.nav-toggle__line::before{top:-6px!important;transform:none!important}.nav-toggle__line::after{top:6px!important;transform:none!important}.nav-toggle[aria-expanded="true"].nav-toggle__line{background:transparent!important}.nav-toggle[aria-expanded="true"].nav-toggle__line::before,.nav-toggle[aria-expanded="true"].nav-toggle__line::after{top:0!important;background:currentColor!important}.nav-toggle[aria-expanded="true"].nav-toggle__line::before{transform:rotate(45deg)!important}.nav-toggle[aria-expanded="true"].nav-toggle__line::after{transform:rotate(-45deg)!important}}.site-search-panel[hidden]{display:none!important}.site-search-panel{position:fixed!important;inset:0!important;z-index:9999!important;display:flex!important;align-items:stretch!important;justify-content:center!important;width:100vw!important;min-height:100vh!important;min-height:100dvh!important;padding:0!important;background:#fff}.site-search-panel__backdrop{display:none!important}.site-search-panel__dialog{position:relative!important;width:100vw!important;max-width:none!important;height:100vh!important;height:100dvh!important;min-height:100vh!important;min-height:100dvh!important;padding:clamp(34px,6vw,72px)max(18px,calc((100vw - var(--container))/2))!important;border-radius:0!important;background:linear-gradient(135deg,#f8fffc 0%,#fffaf0 100%)!important;box-shadow:none!important;overflow-y:auto!important}.site-search-panel__close{position:fixed!important;top:18px!important;right:18px!important;z-index:2!important;width:44px!important;height:44px!important;background:#fff!important;box-shadow:0 12px 28px rgba(7,21,32,.12)!important;font-size:1.65rem!important;line-height:1!important}.site-search-panel .eyebrow,.site-search-panel h2,.site-search-panel__form,.site-search-panel__tags-wrap{width:min(100%,920px);margin-left:auto;margin-right:auto}.site-search-panel h2{font-size:clamp(2rem,5vw,4rem);max-width:920px}.site-search-panel__form{grid-template-columns:minmax(0,1fr)auto;margin-top:24px;padding:8px;background:#fff;box-shadow:0 16px 45px rgba(7,21,32,.09)}.site-search-panel__form input{min-height:54px;font-size:1.05rem}.site-search-panel__form button{min-height:52px;padding-inline:24px}.site-search-panel__tags-wrap{margin-top:24px}.site-search-panel__tags-title{margin:0 0 12px;color:var(--ink);font-size:.83rem;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.site-search-panel__tag-links{max-height:min(44vh,430px);overflow-y:auto;padding:2px 4px 8px 0;scrollbar-width:thin}.site-search-panel__tag-links a{background:#fff;border:1px solid rgba(15,95,115,.12);box-shadow:0 8px 18px rgba(7,21,32,.04);transition:transform .16s ease,background .16s ease,color .16s ease,border-color .16s ease}.site-search-panel__tag-links a:hover{transform:translateY(-1px);background:#e7f8f3;border-color:rgba(15,95,115,.22);color:var(--teal-dark)}.site-search-panel__tag-links a[hidden]{display:none!important}.site-search-panel__no-tags{width:min(100%,920px);margin:12px auto 0;color:var(--muted);font-weight:800}@media(max-width:600px){.site-search-panel__dialog{padding:58px 18px 30px!important}.site-search-panel__close{top:12px!important;right:12px!important;width:40px!important;height:40px!important}.site-search-panel__form{grid-template-columns:1fr;border-radius:24px;padding:10px}.site-search-panel__form input{min-height:48px}.site-search-panel__form button{width:100%}.site-search-panel__tag-links{max-height:45vh}}.stardexa-ad-unit{width:min(100% - 32px,var(--container));margin:24px auto;text-align:center}.stardexa-ad-unit__label{display:block;width:auto;margin:0 auto 8px;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#526978;font-size:.72rem;font-weight:850;letter-spacing:.10em;line-height:1.2;text-align:center;text-transform:uppercase}.stardexa-ad-unit__inner{width:100%;min-height:90px;display:grid;place-items:center;overflow:hidden;border-radius:20px}.stardexa-ad-unit__inner ins.adsbygoogle{max-width:100%}.stardexa-ad-label-only{display:block;width:auto;max-width:calc(100% - 32px);margin:10px auto;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#526978;font-size:.72rem;font-weight:850;letter-spacing:.10em;line-height:1.2;text-align:center;text-transform:uppercase}.site-search-panel__ad{width:min(100%,920px)!important;margin:18px auto 0!important}.site-search-panel__ad .stardexa-ad-unit__inner{min-height:80px;background:rgba(255,255,255,.58)}.site-search-panel__ad.stardexa-ad-label-only{width:auto!important;max-width:100%!important;margin:12px auto 0!important}@media(max-width:600px){.stardexa-ad-unit{width:min(100% - 24px,var(--container));margin:18px auto}.stardexa-ad-label-only{max-width:calc(100% - 24px);margin:8px auto}.site-search-panel__ad{width:100%!important;margin-top:16px!important}.site-search-panel__ad.stardexa-ad-label-only{width:auto!important;margin-top:10px!important}}@media(min-width:1061px){.site-header__inner--menu-left{grid-template-columns:auto minmax(0,1fr)auto!important}.site-header__inner--menu-left .main-navigation{justify-self:start!important}.site-header__inner--menu-center{grid-template-columns:minmax(180px,1fr)auto minmax(180px,1fr)!important}.site-header__inner--menu-center .main-navigation{justify-self:center!important}.site-header__inner--menu-center .site-header__actions{justify-self:end!important}.site-header__inner--menu-right{grid-template-columns:auto minmax(0,1fr)auto!important}.site-header__inner--menu-right .main-navigation{justify-self:end!important}}@media(max-width:1200px){.site-header__inner--menu-left,.site-header__inner--menu-center,.site-header__inner--menu-right{grid-template-columns:minmax(0,1fr)auto!important;justify-content:space-between!important;align-items:center!important;gap:12px!important}.site-header__inner--menu-left .site-branding,.site-header__inner--menu-center .site-branding,.site-header__inner--menu-right .site-branding{justify-self:start!important;min-width:0!important}.site-header__inner--menu-left .site-header__actions,.site-header__inner--menu-center .site-header__actions,.site-header__inner--menu-right .site-header__actions{justify-self:end!important}.site-header__inner--menu-left .main-navigation,.site-header__inner--menu-center .main-navigation,.site-header__inner--menu-right .main-navigation,.main-navigation{position:fixed!important;top:var(--stardexa-menu-top,var(--stardexa-header-height,76px))!important;left:0!important;right:0!important;bottom:0!important;z-index:900!important;display:none!important;width:100vw!important;height:calc(100dvh - var(--stardexa-menu-top,var(--stardexa-header-height,76px)))!important;max-width:none!important;max-height:none!important;margin:0!important;padding:18px clamp(14px,4vw,34px)28px!important;overflow-x:hidden!important;overflow-y:auto!important;border:0!important;border-top:1px solid rgba(7,21,32,.08)!important;border-radius:0!important;background:#f8fffb!important;box-shadow:none!important;transform:none!important;opacity:1!important;visibility:visible!important;justify-self:auto!important}.site-header__inner--menu-left .main-navigation.is-open,.site-header__inner--menu-center .main-navigation.is-open,.site-header__inner--menu-right .main-navigation.is-open,.main-navigation.is-open{display:block!important}.nav-toggle{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:44px!important;height:44px!important;min-width:44px!important;padding:0!important;border:0!important;border-radius:15px!important;background:#063744!important;color:#ffffff!important;box-shadow:none!important;transform:none!important}.nav-toggle:hover,.nav-toggle[aria-expanded="true"]{background:#08757a!important;transform:none!important}.nav-toggle__line{position:relative!important;display:block!important;width:20px!important;height:2px!important;border-radius:999px!important;background:currentColor!important;transition:background .18s ease!important}.nav-toggle__line::before,.nav-toggle__line::after{position:absolute!important;left:0!important;display:block!important;width:20px!important;height:2px!important;border-radius:999px!important;background:currentColor!important;transform-origin:center!important;transition:top .18s ease,transform .18s ease!important;content:""!important}.nav-toggle__line::before{top:-6px!important;transform:none!important}.nav-toggle__line::after{top:6px!important;transform:none!important}.nav-toggle[aria-expanded="true"].nav-toggle__line{background:transparent!important}.nav-toggle[aria-expanded="true"].nav-toggle__line::before,.nav-toggle[aria-expanded="true"].nav-toggle__line::after{top:0!important;background:currentColor!important}.nav-toggle[aria-expanded="true"].nav-toggle__line::before{transform:rotate(45deg)!important}.nav-toggle[aria-expanded="true"].nav-toggle__line::after{transform:rotate(-45deg)!important}.header-cta{display:none!important}.main-navigation::before{display:block!important;width:min(100%,780px)!important;margin:0 auto 14px!important;padding:0 2px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#536a75!important;font-size:.82rem!important;font-weight:800!important;letter-spacing:.12em!important;text-align:left!important;text-transform:uppercase!important;content:"Site menu"!important}.main-navigation>ul,.main-navigation .menu,.main-navigation .primary-menu{display:grid!important;width:min(100%,780px)!important;margin:0 auto!important;padding:0 0 26px!important;gap:10px!important;list-style:none!important}.main-navigation li,.main-navigation>ul>li,.main-navigation .menu>li,.main-navigation .primary-menu>li,.main-navigation .sub-menu li,.main-navigation .children li{position:relative!important;display:grid!important;grid-template-columns:minmax(0,1fr)auto!important;align-items:center!important;margin:0!important;padding:0!important;border:1px solid #dcebe7!important;border-radius:16px!important;background:#ffffff!important;box-shadow:none!important}.main-navigation a,.main-navigation .sub-menu a,.main-navigation .children a{grid-column:1!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;min-height:54px!important;width:100%!important;padding:14px 16px!important;border:0!important;border-radius:15px!important;background:transparent!important;color:#09202d!important;font-size:1rem!important;font-weight:850!important;line-height:1.25!important;letter-spacing:-.012em!important;text-decoration:none!important;white-space:normal!important}.main-navigation .menu-item-has-children>a::after,.main-navigation .page_item_has_children>a::after{display:none!important;content:none!important}.submenu-toggle{grid-column:2!important;grid-row:1!important;position:relative!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:42px!important;height:42px!important;min-width:42px!important;margin:6px 8px 6px 0!important;padding:0!important;border:1px solid #d4e6e1!important;border-radius:13px!important;background:#eef9f5!important;color:#075b62!important;box-shadow:none!important}.submenu-toggle::before{display:block!important;width:9px!important;height:9px!important;margin:0!important;border:0!important;border-right:2px solid currentColor!important;border-bottom:2px solid currentColor!important;background:transparent!important;box-shadow:none!important;transform:translateY(-2px)rotate(45deg)!important;transition:transform .16s ease!important;content:""!important}.submenu-toggle::after{display:none!important;content:none!important}.submenu-toggle:hover,.submenu-toggle[aria-expanded="true"],.main-navigation li.submenu-open>.submenu-toggle{border-color:#08757a!important;background:#08757a!important;color:#ffffff!important}.submenu-toggle[aria-expanded="true"]::before,.main-navigation li.submenu-open>.submenu-toggle::before{transform:translateY(2px)rotate(225deg)!important}.main-navigation .sub-menu,.main-navigation .children{grid-column:1 / -1!important;position:static!important;top:auto!important;left:auto!important;display:none!important;width:auto!important;min-width:0!important;max-width:none!important;margin:0!important;padding:8px 10px 12px!important;gap:8px!important;border:0!important;border-top:1px solid #e2efeb!important;border-radius:0 0 16px 16px!important;background:#f2fbf7!important;box-shadow:none!important;opacity:1!important;visibility:visible!important;transform:none!important;list-style:none!important}.main-navigation li.submenu-open>.sub-menu,.main-navigation li.submenu-open>.children{display:grid!important}}@media(max-width:1200px){.nav-toggle{width:44px!important;max-width:44px!important;overflow:hidden!important;gap:0!important;font-size:0!important;line-height:1!important;flex:0 0 44px!important}.nav-toggle__text{display:none!important}.site-header__actions{flex:0 0 auto!important;min-width:0!important;gap:8px!important}}@media(max-width:380px){.header-search-toggle,.nav-toggle{width:40px!important;height:40px!important;min-width:40px!important;max-width:40px!important;flex-basis:40px!important}}@media(min-width:980px){.site-header__inner,.site-header__inner--menu-left,.site-header__inner--menu-center,.site-header__inner--menu-right{align-items:center!important;gap:20px!important;justify-content:normal!important}.site-header__inner--menu-left{grid-template-columns:auto minmax(0,1fr)auto!important}.site-header__inner--menu-center{grid-template-columns:minmax(180px,1fr)auto minmax(180px,1fr)!important}.site-header__inner--menu-right{grid-template-columns:auto minmax(0,1fr)auto!important}.site-header__inner--menu-left .site-branding,.site-header__inner--menu-center .site-branding,.site-header__inner--menu-right .site-branding{justify-self:start!important;min-width:0!important}.site-header__inner--menu-left .main-navigation{justify-self:start!important}.site-header__inner--menu-center .main-navigation{justify-self:center!important}.site-header__inner--menu-right .main-navigation{justify-self:end!important}.site-header__inner--menu-left .site-header__actions,.site-header__inner--menu-center .site-header__actions,.site-header__inner--menu-right .site-header__actions,.site-header__actions{justify-self:end!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;flex:0 0 auto!important;min-width:0!important}.nav-toggle{display:none!important}.header-cta{display:inline-flex!important}.main-navigation,.site-header__inner--menu-left .main-navigation,.site-header__inner--menu-center .main-navigation,.site-header__inner--menu-right .main-navigation{position:static!important;top:auto!important;left:auto!important;right:auto!important;bottom:auto!important;z-index:auto!important;display:block!important;width:auto!important;height:auto!important;max-width:none!important;max-height:none!important;margin:0!important;padding:0!important;overflow:visible!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important}.main-navigation::before{display:none!important;content:none!important}.main-navigation>ul,.main-navigation ul,.main-navigation .menu,.main-navigation .primary-menu{display:flex!important;align-items:center!important;justify-content:center!important;gap:4px!important;width:auto!important;max-width:none!important;margin:0!important;padding:0!important;list-style:none!important}.main-navigation li,.main-navigation>ul>li,.main-navigation .menu>li,.main-navigation .primary-menu>li{position:relative!important;display:block!important;width:auto!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}.main-navigation a,.main-navigation .sub-menu a,.main-navigation .children a{display:flex!important;align-items:center!important;justify-content:center!important;width:auto!important;min-width:0!important;min-height:40px!important;padding:9px 12px!important;border:0!important;border-radius:999px!important;background:transparent!important;color:var(--ink-2)!important;font-size:.91rem!important;font-weight:850!important;letter-spacing:normal!important;line-height:1.25!important;text-decoration:none!important;white-space:nowrap!important}.main-navigation a:hover,.main-navigation .current-menu-item>a,.main-navigation .current-menu-ancestor>a,.main-navigation .current_page_item>a,.main-navigation .current_page_ancestor>a{background:#e7f8f3!important;color:var(--teal-dark)!important}.main-navigation .menu-item-has-children>a::after,.main-navigation .page_item_has_children>a::after{display:block!important;flex:0 0 auto!important;width:7px!important;height:7px!important;margin-left:7px!important;border:0!important;border-right:2px solid currentColor!important;border-bottom:2px solid currentColor!important;background:transparent!important;transform:translateY(-2px)rotate(45deg)!important;opacity:.62!important;content:""!important}.submenu-toggle{display:none!important}.main-navigation .sub-menu,.main-navigation .children{position:absolute!important;top:100%!important;left:0!important;z-index:50!important;display:grid!important;min-width:210px!important;width:auto!important;max-width:none!important;margin:0!important;padding:8px!important;gap:2px!important;border:1px solid var(--line)!important;border-radius:16px!important;background:#fff!important;box-shadow:var(--shadow)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(8px)!important;transition:opacity .16s ease,transform .16s ease,visibility .16s ease!important;list-style:none!important}.main-navigation .sub-menu li,.main-navigation .children li{display:block!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.main-navigation .sub-menu a,.main-navigation .children a{justify-content:flex-start!important;width:100%!important;border-radius:12px!important}.main-navigation li:hover>.sub-menu,.main-navigation li:focus-within>.sub-menu,.main-navigation li:hover>.children,.main-navigation li:focus-within>.children{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateY(0)!important}.main-navigation .sub-menu .sub-menu,.main-navigation .children .children{top:0!important;left:100%!important}}.search-results-page{background:linear-gradient(180deg,#f7fffb 0%,#ffffff 44%,#f5fbf8 100%)}.search-results-layout{display:grid;grid-template-columns:minmax(0,1fr)minmax(280px,340px);gap:clamp(22px,3.5vw,42px);align-items:start;padding-block:clamp(32px,5vw,62px)}.search-results-content{min-width:0}.search-results-toolbar{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:18px}.search-results-toolbar h2{margin-bottom:0;max-width:none;font-size:clamp(1.45rem,2.2vw,2rem)}.search-results-count{display:inline-flex;align-items:center;justify-content:center;min-height:34px;margin:0;padding:5px 12px;border:1px solid rgba(15,95,115,.14);border-radius:999px;background:#fff;color:var(--teal-dark);font-size:.82rem;font-weight:950;white-space:nowrap}.search-results-list{display:grid;gap:16px}.search-result-card{display:grid;grid-template-columns:minmax(170px,240px)minmax(0,1fr);overflow:hidden;border:1px solid rgba(15,95,115,.12);border-radius:26px;background:#fff;box-shadow:0 12px 30px rgba(7,21,32,.065);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.search-result-card:hover{transform:translateY(-2px);border-color:rgba(8,117,122,.24);box-shadow:0 18px 42px rgba(7,21,32,.105)}.search-result-card__media{display:block;min-height:100%;background:#e7f8f3;text-decoration:none}.search-result-card__media img{width:100%;height:100%;min-height:210px;object-fit:cover}.search-result-card__body{display:flex;flex-direction:column;min-width:0;padding:22px}.search-result-card__meta{display:flex;flex-wrap:wrap;align-items:center;gap:7px 10px;margin-bottom:10px;color:#5e7380;font-size:.74rem;font-weight:900;letter-spacing:.045em;text-transform:uppercase}.search-result-card__meta span:not(:first-child)::before{display:inline-block;width:4px;height:4px;margin-right:10px;border-radius:50%;background:#9eb1b9;vertical-align:middle;content:""}.search-result-card__category{align-self:flex-start;margin-bottom:10px;padding:5px 10px;border-radius:999px;background:#e7f8f3;color:#08757a;font-size:.76rem;font-weight:950;text-decoration:none}.search-result-card__category:hover{background:#d4f4eb;color:#071520}.search-result-card__title{max-width:none;margin-bottom:8px;font-size:clamp(1.2rem,1.8vw,1.55rem);line-height:1.17}.search-result-card__title a{color:inherit;text-decoration:none}.search-result-card__title a:hover{color:var(--teal-dark)}.search-result-card__excerpt{margin-bottom:16px;color:#405b6b;font-size:.95rem;line-height:1.65}.search-result-card__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto}.search-result-card__tags{display:flex;flex-wrap:wrap;gap:7px;min-width:0}.search-result-card__tags a{padding:4px 8px;border-radius:999px;background:#f3faf7;color:#526978;font-size:.76rem;font-weight:850;text-decoration:none}.search-result-card__tags a:hover{background:#e7f8f3;color:#08757a}.search-result-card__read{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding-inline:13px;border-radius:999px;background:#fff4ee;color:#a93a25;font-size:.84rem;font-weight:950;text-decoration:none;white-space:nowrap}.search-result-card__read:hover{background:#c84a31;color:#fff}.search-results-pagination{display:flex;justify-content:center;margin-top:26px}.search-results-pagination .nav-links{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.search-results-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:40px;min-height:40px;padding:0 12px;border:1px solid rgba(15,95,115,.13);border-radius:999px;background:#fff;color:var(--ink-2);font-weight:900;text-decoration:none}.search-results-pagination .page-numbers.current,.search-results-pagination .page-numbers:hover{border-color:var(--teal-dark);background:var(--teal-dark);color:#fff}.search-empty{padding:clamp(24px,4vw,42px);border:1px solid rgba(15,95,115,.12);border-radius:30px;background:#fff;box-shadow:var(--shadow);text-align:center}.search-empty__icon{display:grid;place-items:center;width:52px;height:52px;margin:0 auto 14px;border-radius:18px;background:#e7f8f3;color:#08757a;font-size:1.45rem;font-weight:950}.search-empty h2{max-width:none}.search-empty p{max-width:620px;margin-inline:auto}.search-empty__tips{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:14px}.search-empty__tips span{padding:7px 10px;border-radius:999px;background:#f3faf7;color:#405b6b;font-size:.84rem;font-weight:850}.search-results-rail{display:grid;gap:16px;position:sticky;top:120px}.search-results-rail__card{padding:20px;border:1px solid rgba(15,95,115,.12);border-radius:24px;background:#fff;box-shadow:0 12px 30px rgba(7,21,32,.055)}.search-results-rail__card h2{max-width:none;margin-bottom:12px;font-size:1.05rem;letter-spacing:-.02em}.search-results-tags{display:flex;flex-wrap:wrap;gap:8px}.search-results-tags a{padding:8px 10px;border:1px solid rgba(15,95,115,.11);border-radius:999px;background:#f8fffc;color:#132d3f;font-size:.84rem;font-weight:850;text-decoration:none}.search-results-tags a:hover{border-color:rgba(8,117,122,.28);background:#e7f8f3;color:#08757a}.search-results-categories{display:grid;gap:6px;margin:0;padding:0;list-style:none}.search-results-categories a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid rgba(217,233,228,.86);color:var(--ink-2);font-weight:850;text-decoration:none}.search-results-categories li:last-child a{border-bottom:0}.search-results-categories a:hover{color:#08757a}.search-results-categories small{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:24px;padding:0 7px;border-radius:999px;background:#f3faf7;color:#526978;font-size:.75rem;font-weight:950}.search-results-page__ad{width:100%!important;max-width:100%;margin:18px 0 24px!important}.search-results-page__ad.stardexa-ad-label-only{width:auto!important;margin:8px auto 18px!important}.search-results-page__ad .stardexa-ad-unit__inner{min-height:120px;border:1px solid rgba(217,233,228,.7);background:#fbfffd}@media(max-width:1060px){.search-results-layout{grid-template-columns:1fr}.search-results-rail{position:static;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.search-result-card{grid-template-columns:minmax(160px,220px)minmax(0,1fr)}}@media(max-width:760px){.search-results-toolbar{display:grid;align-items:start}.search-results-count{justify-self:start}.search-results-rail{grid-template-columns:1fr}.search-result-card{grid-template-columns:1fr;border-radius:24px}.search-result-card__media img{min-height:190px;aspect-ratio:1.62/1}.search-result-card__body{padding:18px}.search-result-card__footer{display:grid;align-items:start}.search-result-card__read{justify-self:start}.search-results-page__ad{margin:14px 0 20px!important}}@media(max-width:430px){.search-results-layout{padding-block:28px}.search-result-card__media img{min-height:170px}.search-result-card__body{padding:16px}.search-result-card__meta{font-size:.68rem}.search-results-rail__card{padding:18px;border-radius:22px}}.search-results-page--fullwidth{background:linear-gradient(180deg,#f7fffb 0%,#ffffff 42%,#f5fbf8 100%)}.search-results-page--fullwidth .search-results-layout{display:block;width:100%;max-width:1220px;padding-block:clamp(32px,5vw,64px)}.search-results-page--fullwidth .search-results-content{width:100%;max-width:none;margin:0 auto}.search-results-page--fullwidth .search-results-list{gap:18px}.search-results-page--fullwidth .search-result-card{grid-template-columns:minmax(220px,310px)minmax(0,1fr);border-radius:28px}.search-results-page--fullwidth .search-result-card--no-media{display:block}.search-results-page--fullwidth .search-result-card--no-media .search-result-card__body{width:100%}.search-results-extras{margin-top:clamp(28px,4vw,44px);padding-top:clamp(20px,3vw,30px);border-top:1px solid rgba(15,95,115,.1)}.search-results-extras>h2{max-width:none;margin-bottom:16px;font-size:clamp(1.35rem,2.2vw,1.9rem);letter-spacing:-.03em}.search-results-extras__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;align-items:start}.search-results-extra-card{padding:clamp(18px,2.4vw,24px);border:1px solid rgba(15,95,115,.12);border-radius:24px;background:#fff;box-shadow:0 12px 30px rgba(7,21,32,.055)}.search-results-extra-card h3{max-width:none;margin-bottom:12px;font-size:1.05rem;letter-spacing:-.02em}@media(min-width:1220px){.search-results-page--fullwidth .search-result-card__body{padding:28px 30px}.search-results-page--fullwidth .search-result-card__media img{min-height:235px}.search-results-page--fullwidth .search-result-card__title{font-size:clamp(1.28rem,1.45vw,1.72rem)}}@media(max-width:980px){.search-results-page--fullwidth .search-result-card{grid-template-columns:minmax(180px,240px)minmax(0,1fr)}.search-results-extras__grid{grid-template-columns:1fr}}@media(max-width:700px){.search-results-page--fullwidth .search-results-layout{padding-block:28px}.search-results-page--fullwidth .search-result-card{grid-template-columns:1fr;border-radius:24px}.search-results-extra-card{border-radius:22px}.search-results-extras{margin-top:28px}}.not-found-page{background:linear-gradient(180deg,#f7fffb 0%,#fff 46%,#f5fbf8 100%)}.not-found-ad-wrap{padding-top:clamp(16px,2.4vw,24px)}.not-found-ad-wrap--last{padding-bottom:clamp(28px,5vw,56px)}.not-found-page__ad{width:100%!important;max-width:100%;margin:0 auto 18px!important}.not-found-page__ad.stardexa-ad-label-only{width:auto!important;margin:0 auto 18px!important;text-align:center}.not-found-page__ad .stardexa-ad-unit__inner{min-height:120px;border:1px solid rgba(217,233,228,.7);background:#fbfffd}.not-found-explore{padding-block:clamp(28px,4.5vw,54px)}.not-found-explore__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(16px,2.5vw,24px)}.not-found-topic-card{padding:clamp(20px,2.7vw,28px);border:1px solid rgba(15,95,115,.12);border-radius:28px;background:#fff;box-shadow:0 12px 30px rgba(7,21,32,.055)}.not-found-topic-card h3{max-width:none;margin-bottom:14px;font-size:clamp(1.18rem,2vw,1.55rem)}.not-found-tag-list{display:flex;flex-wrap:wrap;gap:8px}.not-found-tag-list a{padding:8px 11px;border:1px solid rgba(15,95,115,.12);border-radius:999px;background:#f8fffc;color:#132d3f;font-size:.88rem;font-weight:850;text-decoration:none}.not-found-tag-list a:hover{border-color:rgba(8,117,122,.28);background:#e7f8f3;color:#08757a}.not-found-category-list{display:grid;gap:6px;margin:0;padding:0;list-style:none}.not-found-category-list a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 0;border-bottom:1px solid rgba(217,233,228,.86);color:#132d3f;font-weight:850;text-decoration:none}.not-found-category-list li:last-child a{border-bottom:0}.not-found-category-list a:hover{color:#08757a}.not-found-category-list small{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:24px;padding:0 8px;border-radius:999px;background:#f3faf7;color:#526978;font-size:.76rem;font-weight:950}.not-found-latest{padding-block:clamp(30px,5vw,66px);background:linear-gradient(180deg,#fff 0%,#f7fffb 100%)}.not-found-latest .section-heading{margin-bottom:24px}.not-found-latest__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.not-found-post-card{overflow:hidden;border:1px solid rgba(15,95,115,.12);border-radius:26px;background:#fff;box-shadow:0 12px 30px rgba(7,21,32,.065)}.not-found-post-card__media{display:block;overflow:hidden;background:#e7f8f3}.not-found-post-card__media img,.not-found-post-card__media .image-fallback{width:100%;aspect-ratio:1.55/1;object-fit:cover}.not-found-post-card__body{padding:18px}.not-found-post-card__meta{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 10px;color:#526978;font-size:.75rem;font-weight:900;letter-spacing:.03em;text-transform:uppercase}.not-found-post-card h3{max-width:none;margin-bottom:9px;font-size:clamp(1.05rem,1.5vw,1.28rem)}.not-found-post-card h3 a{color:var(--ink);text-decoration:none}.not-found-post-card h3 a:hover{color:#08757a}.not-found-post-card p:not(.not-found-post-card__meta){font-size:.94rem;line-height:1.58}@media(max-width:980px){.not-found-latest__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.not-found-explore__grid,.not-found-latest__grid{grid-template-columns:1fr}.not-found-topic-card,.not-found-post-card{border-radius:24px}.not-found-page__ad{margin-bottom:16px!important}}@media(max-width:430px){.not-found-topic-card{padding:18px}.not-found-post-card__body{padding:16px}.not-found-tag-list a{font-size:.84rem}}.search-results-page--fullwidth .search-results-layout,.not-found-page>.not-found-ad-wrap,.not-found-explore>.container,.not-found-latest>.container{width:min(100% - 40px,var(--container));max-width:var(--container);margin-inline:auto}@media(max-width:760px){.hero__panel{border-radius:22px;clip-path:inset(0 round 22px)}.search-results-page--fullwidth .search-results-layout,.not-found-page>.not-found-ad-wrap,.not-found-explore>.container,.not-found-latest>.container{width:min(100% - 32px,var(--container))}}@media(max-width:430px){.search-results-page--fullwidth .search-results-layout,.not-found-page>.not-found-ad-wrap,.not-found-explore>.container,.not-found-latest>.container{width:min(100% - 28px,var(--container))}}.archive-page--fullwidth{background:linear-gradient(180deg,#f7fffb 0%,#fff 42%,#f5fbf8 100%)}.archive-page--fullwidth .archive-layout{display:block;width:min(100% - 40px,var(--container));max-width:1220px;margin-inline:auto;padding-block:clamp(32px,5vw,64px)}.archive-page--fullwidth .archive-content{width:100%;max-width:none;margin:0 auto}.archive-page--fullwidth .archive-results-list{gap:18px}.archive-page--fullwidth .archive-result-card{grid-template-columns:minmax(220px,310px)minmax(0,1fr);border-radius:28px}.archive-page--fullwidth .archive-result-card.search-result-card--no-media{display:block}.archive-page--fullwidth .archive-result-card.search-result-card--no-media .search-result-card__body{width:100%}.archive-toolbar{margin-bottom:18px}.archive-empty .archive-empty__search{margin-inline:auto}.archive-extras{margin-bottom:0}.archive-page__ad{width:min(100% - 40px,var(--container))!important;max-width:1220px;margin:clamp(18px,3vw,28px)auto 0!important}.archive-page__ad.stardexa-ad-label-only{width:auto!important;margin:clamp(14px,2vw,22px)auto 0!important;text-align:center}.archive-page__ad .stardexa-ad-unit__inner{min-height:120px;border:1px solid rgba(217,233,228,.7);background:#fbfffd}@media(min-width:1220px){.archive-page--fullwidth .archive-result-card .search-result-card__body{padding:28px 30px}.archive-page--fullwidth .archive-result-card .search-result-card__media img{min-height:235px}.archive-page--fullwidth .archive-result-card .search-result-card__title{font-size:clamp(1.28rem,1.45vw,1.72rem)}}@media(max-width:980px){.archive-page--fullwidth .archive-result-card{grid-template-columns:minmax(180px,240px)minmax(0,1fr)}}@media(max-width:760px){.archive-page--fullwidth .archive-layout,.archive-page__ad{width:min(100% - 32px,var(--container))}.archive-page--fullwidth .archive-layout{padding-block:28px}.archive-page--fullwidth .archive-result-card{grid-template-columns:1fr;border-radius:24px}.archive-page__ad{margin-top:16px!important}}@media(max-width:430px){.archive-page--fullwidth .archive-layout,.archive-page__ad{width:min(100% - 28px,var(--container))}.archive-page--fullwidth .archive-result-card .search-result-card__body{padding:16px}}.index-page{background:linear-gradient(180deg,#f7fffb 0%,#fff 42%,#f5fbf8 100%)}.index-page__content{padding-block:clamp(34px,5vw,66px)}.index-page__inner{width:min(100% - 32px,var(--container-wide));max-width:var(--container-wide)}.index-page__heading{margin-bottom:clamp(20px,3vw,30px)}.index-page__count{display:inline-flex;align-items:center;justify-content:center;min-height:38px;margin:0;padding:7px 14px;border:1px solid rgba(15,95,115,.16);border-radius:999px;background:#fff;color:#075f73;font-size:.84rem;font-weight:950;white-space:nowrap;box-shadow:0 10px 24px rgba(7,21,32,.05)}.term-index{width:100%}.term-index__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:clamp(12px,1.6vw,18px);margin:0;padding:0;list-style:none}@media(min-width:981px){.term-index__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.term-index__item{display:flex;min-width:0}.term-card{display:grid;gap:10px;width:100%;min-width:0;padding:16px;border:1px solid rgba(15,95,115,.13);border-radius:20px;background:#fff;color:var(--ink);text-decoration:none;box-shadow:0 10px 24px rgba(7,21,32,.055);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.term-card:hover{transform:translateY(-2px);border-color:rgba(8,117,122,.28);background:#fbfffd;box-shadow:0 18px 36px rgba(7,21,32,.1)}.term-card:focus-visible{outline:3px solid rgba(8,117,122,.34);outline-offset:4px}.term-card__top{display:grid;grid-template-columns:38px minmax(0,1fr)max-content;align-items:center;gap:8px;min-width:0}.term-card__icon{display:grid;place-items:center;width:38px;height:38px;border-radius:14px;background:#e7f8f3;color:#075f73;font-size:1rem;font-weight:950;line-height:1;box-shadow:inset 0 0 0 1px rgba(8,117,122,.07)}.term-card--tag .term-card__icon{background:#fff1e8;color:#96331f;box-shadow:inset 0 0 0 1px rgba(255,122,89,.12)}.term-card__title{min-width:0;color:#132d3f;font-size:clamp(1rem,1.02vw,1.12rem);font-weight:950;line-height:1.16;letter-spacing:-.025em;overflow-wrap:anywhere}.term-card:hover .term-card__title{color:#075f73}.term-card__count{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:4px 8px;border:1px solid rgba(15,95,115,.12);border-radius:999px;background:#f3faf7;color:#526978;font-size:.7rem;font-weight:950;line-height:1;white-space:nowrap}.term-card--tag .term-card__count{border-color:rgba(255,122,89,.16);background:#fff8f4;color:#8c3f2d}.term-card__description{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#405b6b;font-size:.88rem;line-height:1.5}.index-page__empty{max-width:760px;margin-inline:auto}.index-posts-list{gap:18px}.index-page__ad{width:min(100% - 40px,var(--container))!important;max-width:1220px;margin:clamp(18px,3vw,28px)auto 0!important}.index-page__ad.stardexa-ad-label-only{width:auto!important;margin:clamp(14px,2vw,22px)auto 0!important;text-align:center}.index-page__ad .stardexa-ad-unit__inner{min-height:120px;border:1px solid rgba(217,233,228,.7);background:#fbfffd}@media(min-width:1220px){.index-page--latest .archive-result-card .search-result-card__body{padding:28px 30px}.index-page--latest .archive-result-card .search-result-card__media img{min-height:235px}.index-page--latest .archive-result-card .search-result-card__title{font-size:clamp(1.28rem,1.45vw,1.72rem)}}@media(max-width:980px){.term-index__grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,250px),1fr))}.term-card{padding:15px}.index-page--latest .archive-result-card{grid-template-columns:minmax(180px,240px)minmax(0,1fr)}}@media(max-width:760px){.index-page__content{padding-block:30px}.index-page__inner,.index-page__ad{width:min(100% - 32px,var(--container));margin-inline:auto}.index-page__ad{margin-top:16px!important}.term-index__grid{gap:12px}.term-card{border-radius:18px}.index-page--latest .archive-result-card{grid-template-columns:1fr;border-radius:24px}.index-page__count{justify-self:start}.index-page__heading{display:grid;gap:10px}}@media(max-width:560px){.term-index__grid{grid-template-columns:1fr}.term-card{padding:15px}.term-card__top{grid-template-columns:38px minmax(0,1fr)max-content;gap:8px}.term-card__icon{width:38px;height:38px;border-radius:14px}.term-card__count{padding-inline:8px;font-size:.7rem}.term-card__description{font-size:.86rem;-webkit-line-clamp:2}}@media(max-width:430px){.index-page__inner,.index-page__ad{width:min(100% - 28px,var(--container))}.term-card__title{font-size:1rem}.index-page--latest .archive-result-card .search-result-card__body{padding:16px}}.author-page .hero__panel.author-hero-card{display:grid;gap:16px}.author-hero-card__top{margin-bottom:0}.author-hero-card__avatar{flex:0 0 auto;display:grid;place-items:center;width:var(--author-avatar-size,72px);height:var(--author-avatar-size,72px);border-radius:22px;background:#e7f8f3;box-shadow:inset 0 0 0 1px rgba(8,117,122,.08)}.author-hero-card__avatar-img{width:100%!important;height:100%!important;border-radius:inherit;object-fit:cover}.author-hero-card__stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0}.author-hero-card__stats div{display:grid;gap:3px;min-width:0;padding:12px;border:1px solid rgba(15,95,115,.1);border-radius:16px;background:#f6fbfa}.author-hero-card__stats dt{color:#607783;font-size:.72rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.author-hero-card__stats dd{margin:0;color:#075f73;font-size:1.1rem;font-weight:950;line-height:1.1}.author-hero-card__links{margin-top:0}.author-hero-card__website{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding-inline:15px;border-radius:999px;background:#fff4ee;color:#a93a25;font-size:.88rem;font-weight:950;text-decoration:none}.author-hero-card__website:hover{background:#c84a31;color:#fff}.author-layout{padding-top:clamp(32px,5vw,64px)}.author-results-list{gap:18px}@media(max-width:1060px){.author-page .hero__panel.author-hero-card{text-align:left}.author-hero-card__stats{width:100%}}@media(max-width:760px){.author-hero-card__top{align-items:center;text-align:left}.author-hero-card__avatar{width:64px;height:64px;border-radius:20px}.author-hero-card__stats{grid-template-columns:1fr}.author-hero-card__website{width:100%}}@media(max-width:430px){.author-hero-card__avatar{width:58px;height:58px;border-radius:18px}.author-hero-card__stats div{padding:11px}}@media(min-width:981px){.hero .hero__grid{grid-template-columns:minmax(0,1fr)minmax(270px,380px)!important;justify-items:stretch!important;text-align:left!important}.hero .hero__content{width:auto!important;max-width:none!important}.hero .hero__content h1,.hero .hero__intro{margin-left:0!important;margin-right:0!important}.hero .hero-search{margin-left:0!important;margin-right:0!important;justify-content:normal!important}.hero .hero__actions{justify-content:flex-start!important}.hero .hero__panel{width:auto!important;max-width:none!important}}@media(max-width:980px){.hero .hero__grid{grid-template-columns:1fr!important;justify-items:stretch!important;text-align:left!important}.hero .hero__content{width:100%;max-width:100%;justify-self:stretch!important;text-align:left!important}.hero .hero__content h1,.hero .hero__intro,.hero .hero-search{width:100%;max-width:100%;margin-left:0!important;margin-right:0!important;text-align:left!important}.hero .hero-search,.hero .hero__actions{justify-content:flex-start!important}.hero .hero__panel{justify-self:stretch!important;width:100%;max-width:620px;text-align:left!important}}.single-post-page{background:linear-gradient(180deg,#f7fffb 0%,#fff 42%,#f5fbf8 100%)}.single-breadcrumb{max-width:720px;margin:0 0 10px;color:var(--teal-dark);font-size:.78rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.single-breadcrumb--eyebrow{display:inline-flex;align-items:center;gap:8px;width:auto;padding:0;border:0;background:transparent}.single-breadcrumb ol{display:flex;flex-wrap:wrap;align-items:center;gap:6px 8px;margin:0;padding:0;list-style:none}.single-breadcrumb li{display:inline-flex;align-items:center;gap:8px;min-width:0}.single-breadcrumb li:not(:first-child)::before{display:inline-block;color:#8aa3ad;font-weight:950;content:"/"}.single-breadcrumb a{color:var(--teal-dark);text-decoration:none}.single-breadcrumb a:hover{color:#a93a25}.single-breadcrumb li[aria-current="page"]span{display:inline-block;max-width:320px;overflow:hidden;color:#526978;text-overflow:ellipsis;white-space:nowrap}.single-hero__excerpt p{margin:0;color:#405b6b}.single-hero__meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px;max-width:680px;margin-top:16px;color:#526978;font-size:.78rem;font-weight:900;letter-spacing:.045em;text-transform:uppercase}.single-hero__meta>*{display:inline-flex;align-items:center;gap:6px;color:#526978;text-decoration:none;white-space:nowrap}.single-hero__meta>*:not(:first-child)::before{display:inline-block;width:4px;height:4px;margin-right:4px;border-radius:999px;background:#9eb1b9;content:""}.single-hero__meta a{color:#075f73;font-weight:950;text-decoration:none}.single-hero__meta a:hover{color:var(--teal-dark)}.single-hero-card__stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0 0 14px}.single-hero-card__stats div{padding:12px;border:1px solid rgba(15,95,115,.11);border-radius:16px;background:#f7fcfa}.single-hero-card__stats dt{margin:0 0 4px;color:#526978;font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.07em}.single-hero-card__stats dd{margin:0;color:#075f73;font-size:1rem;font-weight:950;line-height:1.2}.single-toc{display:grid;gap:8px;margin-top:4px}.single-toc__list,.single-toc__children{display:grid;gap:8px;margin:0;padding:0;list-style:none}.single-toc__link,.single-toc__details summary{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;min-height:44px;padding:11px 12px;border:1px solid rgba(15,95,115,.08);border-radius:14px;background:#f6fbfa;color:var(--ink);font-size:.93rem;font-weight:850;line-height:1.25;text-decoration:none}.single-toc__link:hover,.single-toc__details summary:hover{border-color:rgba(8,117,122,.2);background:#e7f8f3;color:var(--teal-dark)}.single-toc__details summary{cursor:pointer;list-style:none}.single-toc__details summary::-webkit-details-marker{display:none}.single-toc__details summary a{min-width:0;flex:1;color:inherit;text-decoration:none}.single-toc__details summary::after{display:inline-flex;align-self:center;align-items:center;justify-content:center;flex:0 0 22px;width:22px;height:22px;padding-bottom:1px;border-radius:999px;background:#fff;color:#075f73;font-size:.86rem;font-weight:950;line-height:1;content:"▾";transition:transform .18s ease}.single-toc__details[open]summary::after{transform:rotate(180deg)}.single-toc__children{margin-top:8px;margin-left:12px;padding-left:12px;border-left:2px solid #d9eee8}.single-toc__children a{display:block;padding:8px 10px;border-radius:12px;color:#405b6b;font-size:.86rem;font-weight:800;line-height:1.28;text-decoration:none}.single-toc__children a:hover{background:#f6fbfa;color:#075f73}.single-toc__empty{margin:0;padding:12px;border:1px solid rgba(15,95,115,.1);border-radius:14px;background:#f8fffc;color:#526978;font-size:.9rem;font-weight:700;line-height:1.45}.single-post-shell{width:100%;max-width:none;margin-inline:0;padding:clamp(16px,2.6vw,34px)0 clamp(32px,5vw,64px)}.single-article{width:100%;max-width:none;margin-inline:0;padding:clamp(18px,3.5vw,40px)max(16px,calc((100vw - 1240px)/2 + 16px));border:0;border-radius:0;background:transparent;box-shadow:none}.single-featured-media{position:relative;overflow:hidden;width:min(calc(100vw - 40px),1340px);max-width:none;margin:0 0 clamp(22px,4vw,38px)50%;padding:var(--single-featured-padding,10px);border:1px solid rgba(15,95,115,.18);border-radius:36px;background:linear-gradient(135deg,#dff7f1 0%,#fff7df 50%,#e6f6ff 100%);box-shadow:0 24px 58px rgba(7,21,32,.12);transform:translateX(-50%)}.single-featured-media img{position:relative;z-index:1;display:block;width:100%;height:var(--single-featured-height,480px);object-fit:cover;border-radius:26px}.single-featured-media figcaption{padding:10px 14px;background:#f8fffc;color:#526978;font-size:.86rem;line-height:1.45;text-align:center}.single-content{color:#132d3f;font-size:clamp(1rem,.45vw + .93rem,1.08rem);line-height:1.78}.single-content>*{max-width:100%;margin-left:auto;margin-right:auto}.single-content>p{margin-top:0;margin-bottom:0.8em;color:#263f4f}.single-content h2,.single-content h3,.single-content h4{max-width:100%;color:#071520;scroll-margin-top:110px;text-wrap:balance}.single-content h2{margin-top:1em;margin-bottom:.58em;padding-top:.2em;font-size:clamp(1.55rem,2.4vw,2.25rem);line-height:1.16}.single-content h3{margin-top:1.75em;margin-bottom:.55em;font-size:clamp(1.25rem,1.75vw,1.62rem);line-height:1.2}.single-content h4{margin-top:1.5em;margin-bottom:.5em;font-size:clamp(1.08rem,1.3vw,1.28rem);line-height:1.25;letter-spacing:-.02em}.single-content a{font-weight:800;color:#08757a;text-decoration-thickness:.09em;text-underline-offset:.2em}.single-content a:hover{color:#a93a25}.single-content ul,.single-content ol{max-width:100%;margin-top:.4em;margin-bottom:1.35em;padding-left:1.35em;color:#263f4f}.single-content li{margin-bottom:.55em;padding-left:.16em}.single-content li::marker{color:#08757a;font-weight:900}.single-content blockquote{max-width:100%;margin:1.7em auto;padding:22px 24px;border-left:5px solid var(--gold);border-radius:0 22px 22px 0;background:#fffaf0;color:#263f4f;box-shadow:0 10px 24px rgba(7,21,32,.05)}.single-content blockquote p{margin-bottom:.8em;color:#263f4f;font-size:1.08em;font-weight:700;line-height:1.65}.single-content blockquote p:last-child{margin-bottom:0}.single-content figure{margin-top:1.55em;margin-bottom:1.55em}.single-content img{border-radius:20px;box-shadow:0 12px 30px rgba(7,21,32,.075)}.single-content figcaption{margin-top:9px;color:#637784;font-size:.88rem;line-height:1.45;text-align:center}.single-content .alignwide{max-width:100%}.single-content .alignfull{max-width:none;width:calc(100% + 40px);margin-left:-20px;margin-right:-20px}.single-content .wp-block-image,.single-content .wp-block-gallery,.single-content .wp-block-embed,.single-content .wp-block-video{max-width:100%}.single-content .wp-block-quote{max-width:100%}.single-content .wp-block-table{max-width:100%;overflow-x:auto}.single-content table{width:100%;border-collapse:separate;border-spacing:0;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#fff;font-size:.95rem}.single-content th,.single-content td{padding:12px 14px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.single-content th{background:#e7f8f3;color:#071520;font-weight:950}.single-content tr:last-child td{border-bottom:0}.single-content pre{max-width:100%;overflow:auto;padding:18px;border-radius:20px;background:#071520;color:#effffb;font-size:.9rem;line-height:1.6}.single-content code{padding:.16em .34em;border-radius:7px;background:#edf8f5;color:#075f73;font-size:.9em}.single-content pre code{padding:0;background:transparent;color:inherit}.single-page-links{display:flex;flex-wrap:wrap;gap:8px;align-items:center;max-width:100%;margin:28px auto 0;color:#526978;font-weight:900}.single-page-links a,.single-page-links>span{display:inline-flex;align-items:center;justify-content:center;min-width:36px;min-height:36px;padding:0 10px;border-radius:999px;background:#edf8f5;text-decoration:none}.single-taxonomy{max-width:100%;margin:clamp(26px,4vw,38px)auto 0;padding-top:24px;border-top:1px solid var(--line)}.single-taxonomy h2{margin-bottom:12px;font-size:1.05rem;letter-spacing:-.02em}.single-taxonomy .entry-tags{margin:0}.single-author-box{display:grid;grid-template-columns:auto minmax(0,1fr);gap:16px;max-width:100%;margin:clamp(26px,4vw,38px)auto 0;padding:20px;border:1px solid rgba(15,95,115,.11);border-radius:24px;background:#f8fffc}.single-author-box__avatar img{width:74px;height:74px;border-radius:22px}.single-author-box .eyebrow{margin-bottom:6px}.single-author-box h2{margin-bottom:6px;font-size:1.24rem}.single-author-box h2 a{color:inherit;text-decoration:none}.single-author-box p:last-child{margin-bottom:0}.single-related{width:min(100% - 40px,1120px);max-width:1120px;margin:clamp(28px,4.5vw,52px)auto 0;padding-top:clamp(24px,3.5vw,36px);border-top:1px solid var(--line)}.single-related .section-heading{margin-bottom:20px}.single-related__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.single-related-card{height:100%}.single-related__empty{padding:18px;border:1px solid var(--line);border-radius:22px;background:#fff;text-align:center}.single-comments-wrap{max-width:900px;margin:clamp(32px,5vw,58px)auto 0;padding:clamp(18px,3vw,28px);border:1px solid rgba(15,95,115,.1);border-radius:28px;background:#fff;box-shadow:0 14px 34px rgba(7,21,32,.06)}.single-page__ad{width:min(100% - 40px,1240px)!important;max-width:1240px;margin:clamp(10px,2vw,18px)auto!important}.single-page__ad--inside{width:100%!important;max-width:100%!important;margin:clamp(16px,2.5vw,24px)auto!important}.single-page__ad .stardexa-ad-unit__inner{min-height:120px;border:1px solid rgba(217,233,228,.7);background:#fbfffd}@media(min-width:981px){.single-post-page .hero__content h1{max-width:720px}.single-post-page .hero__intro{max-width:680px}.single-post-page .hero-search{max-width:620px}}@media(max-width:980px){.single-breadcrumb{margin-left:0!important;margin-right:0!important}.single-breadcrumb ol{justify-content:flex-start!important}.single-hero__meta{justify-content:flex-start!important;margin-left:0!important;margin-right:0!important;text-align:left!important}.single-hero-card__stats{text-align:left}.single-hero-card__stats dt,.single-hero-card__stats dd{white-space:nowrap}.single-page__ad{width:min(100% - 32px,1240px)}.single-article{padding-inline:18px}.single-content .alignfull{width:100%;margin-left:auto;margin-right:auto}.single-related{width:min(100% - 36px,1120px)}.single-related__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.single-breadcrumb{font-size:.7rem}.single-breadcrumb li[aria-current="page"]span{max-width:190px}.single-hero__meta{gap:7px 10px;font-size:.72rem}.single-hero-card__stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.single-hero-card__stats div{padding:10px 8px}.single-hero-card__stats dt{font-size:.64rem}.single-hero-card__stats dd{font-size:.88rem}.single-post-shell{padding-top:18px}.single-article{padding:18px}.single-featured-media{width:calc(100vw - 32px);border-radius:22px}.single-featured-media img{height:min(var(--single-featured-height,480px),58vw)}.single-content{font-size:1rem;line-height:1.72}.single-content h2{margin-top:1.75em}.single-content h3{margin-top:1.5em}.single-content img{border-radius:16px}.single-content blockquote{padding:18px;border-radius:0 18px 18px 0}.single-related__grid{grid-template-columns:1fr}.single-author-box{grid-template-columns:1fr;text-align:center}.single-author-box__avatar{display:flex;justify-content:center}.single-page__ad{margin-block:12px!important}}@media(max-width:430px){.single-page__ad{width:min(100% - 28px,1240px)}.single-article{padding:16px}.single-featured-media{width:calc(100vw - 24px)}.single-related{width:min(100% - 28px,1120px)}.single-content ul,.single-content ol{padding-left:1.15em}.single-content th,.single-content td{padding:10px 11px}.single-author-box{padding:16px}.single-related-card .post-card__body{padding:16px}}.single-article__fallback-header{max-width:760px;margin:0 auto clamp(22px,4vw,34px)}.single-article__fallback-header h1{max-width:760px}.single-article__fallback-header p:not(.eyebrow){max-width:680px;color:#405b6b;font-size:1.05rem;line-height:1.65}@media(max-width:980px){.single-post-page .hero__content h1{width:100%!important;max-width:none!important;text-wrap:normal}.single-post-page .hero__intro,.single-post-page .hero-search{width:100%!important;max-width:none!important}}@media(max-width:380px){.single-hero-card__stats{gap:6px}.single-hero-card__stats div{padding:9px 7px;border-radius:14px}.single-hero-card__stats dt{letter-spacing:.04em}.single-hero-card__stats dd{font-size:.82rem}}.single-featured-media::before{position:absolute;z-index:2;inset:calc(var(--single-featured-padding,10px)+ 1px);border:1px solid rgba(255,255,255,.68);border-radius:25px;pointer-events:none;content:""}.single-featured-media figcaption{position:relative;z-index:3;margin:8px 4px 0;padding:10px 14px;border-radius:16px;background:rgba(248,255,252,.92);color:#526978;font-size:.86rem;line-height:1.45;text-align:center}.single-toc__details summary{align-items:center}.single-toc__details summary a{align-self:center;line-height:1.25}.single-toc__details summary::after{margin-top:0}.single-toc__details[open]summary::after{transform:rotate(180deg)}.single-content .wp-block-image img{width:auto;max-width:100%;height:auto}.single-content .wp-block-image.aligncenter{text-align:center}.single-content .wp-block-gallery img{box-shadow:none}.single-content img,.single-content .wp-block-image img,.single-content figure img{display:block;margin-left:auto;margin-right:auto}.single-content figure,.single-content .wp-block-image{text-align:center}.single-content .alignleft,.single-content .alignright,.single-content .aligncenter,.single-content .wp-block-image.alignleft,.single-content .wp-block-image.alignright,.single-content .wp-block-image.aligncenter{float:none;margin-left:auto;margin-right:auto}.single-content .wp-block-image .alignleft,.single-content .wp-block-image .alignright,.single-content .wp-block-image .aligncenter{float:none;margin-left:auto;margin-right:auto}.single-content .wp-block-gallery,.single-content .wp-block-gallery.has-nested-images{justify-content:center}.single-content .wp-block-gallery img{margin:0}.single-content ul,.single-content ol{position:relative;padding:18px 20px 18px 2.35em;border:1px solid rgba(15,95,115,.11);border-radius:22px;background:linear-gradient(180deg,#fbfffd 0%,#f6fbfa 100%);box-shadow:0 10px 24px rgba(7,21,32,.045)}.single-content ul ul,.single-content ul ol,.single-content ol ul,.single-content ol ol{margin-top:.55em;margin-bottom:.2em;padding:.1em 0 .1em 1.35em;border:0;border-radius:0;background:transparent;box-shadow:none}.single-content li{padding-left:.22em}.single-content li + li{margin-top:.46em}.single-content ul li::marker{color:#08757a;font-size:1.12em}.single-content ol li::marker{color:#08757a;font-weight:950}.single-content .wp-block-table,.single-content figure.wp-block-table{max-width:100%;margin:1.8em auto;overflow-x:auto;border:1px solid rgba(15,95,115,.13);border-radius:24px;background:#fff;box-shadow:0 16px 36px rgba(7,21,32,.06);-webkit-overflow-scrolling:touch}.single-content .wp-block-table table,.single-content figure.wp-block-table table{margin:0;border:0;border-radius:0;box-shadow:none}.single-content table{min-width:620px;border-color:rgba(15,95,115,.13)}.single-content th,.single-content td{border-right:1px solid rgba(15,95,115,.08)}.single-content th:last-child,.single-content td:last-child{border-right:0}.single-content th{background:linear-gradient(180deg,#e7f8f3 0%,#dff3ee 100%);color:#071b2c}.single-content tbody tr:nth-child(even)td{background:#fbfffd}.single-content tbody tr:hover td{background:#f1fbf8}@media(min-width:981px){.single-post-shell{padding-top:clamp(8px,1.2vw,16px)}.single-article{padding-top:clamp(8px,1.35vw,18px)}.single-featured-media{margin-bottom:clamp(20px,3.2vw,32px)}}@media(max-width:760px){.single-content ul,.single-content ol{padding:15px 16px 15px 2em;border-radius:18px}.single-content .wp-block-table,.single-content figure.wp-block-table{border-radius:18px}.single-content table{min-width:560px;font-size:.92rem}}.single-content ul,.single-content ol{padding:0 0 0 1.45em;border:0;border-radius:0;background:transparent;box-shadow:none;color:#263f4f}.single-content ul ul,.single-content ul ol,.single-content ol ul,.single-content ol ol{margin-top:.45em;margin-bottom:.35em;padding-left:1.25em}.single-content li{margin-bottom:.62em;padding-left:.18em;line-height:1.72}.single-content li + li{margin-top:.15em}.single-content ul li::marker{color:#08757a;font-size:1.05em}.single-content ol li::marker{color:#08757a;font-weight:950}.single-content .wp-block-table,.single-content figure.wp-block-table{max-width:100%;margin:1.8em auto;overflow-x:auto;border:1px solid #b8d6d1;border-radius:18px;background:#ffffff;box-shadow:0 14px 32px rgba(7,21,32,.055);-webkit-overflow-scrolling:touch}.single-content .wp-block-table table,.single-content figure.wp-block-table table{width:100%;min-width:620px;margin:0;border:0;border-collapse:separate;border-spacing:0;border-radius:0;background:#fff;box-shadow:none}.single-content table{width:100%;min-width:620px;border:1px solid #b8d6d1;border-collapse:separate;border-spacing:0;border-radius:18px;background:#fff;box-shadow:0 14px 32px rgba(7,21,32,.055)}.single-content .wp-block-table table,.single-content figure.wp-block-table table{border:0;box-shadow:none}.single-content th,.single-content td{padding:14px 16px;border-right:1px solid #d8ebe7;border-bottom:1px solid #d8ebe7;text-align:left;vertical-align:top}.single-content th:last-child,.single-content td:last-child{border-right:0}.single-content tbody tr:last-child td{border-bottom:0}.single-content th{background:#e7f8f3;color:#071b2c;font-weight:950;letter-spacing:-.01em}.single-content td{background:#fff;color:#263f4f}.single-content tbody tr:nth-child(even)td{background:#fbfffd}.single-content tbody tr:hover td{background:#f3fbf8}.single-content .wp-block-table figcaption,.single-content figure.wp-block-table figcaption{padding:10px 14px;border-top:1px solid #d8ebe7;background:#fbfffd;color:#526978}@media(max-width:760px){.single-content ul,.single-content ol{padding:0 0 0 1.25em}.single-content li{line-height:1.68}.single-content .wp-block-table,.single-content figure.wp-block-table{border-radius:16px}.single-content .wp-block-table table,.single-content figure.wp-block-table table,.single-content table{min-width:560px;font-size:.92rem}.single-content th,.single-content td{padding:12px 13px}}.single-post-page{--stardexa-single-section-gap:var(--stardexa-single-section-gap-desktop,44px)}.single-post-page .section{padding-block:var(--stardexa-single-section-gap)}.single-post-page .hero{padding-block:calc(var(--stardexa-single-section-gap)* .78)}.single-post-page .single-post-shell{padding-top:calc(var(--stardexa-single-section-gap)* .42);padding-bottom:calc(var(--stardexa-single-section-gap)* 1.18)}.single-post-page .single-featured-media{margin-bottom:calc(var(--stardexa-single-section-gap)* .72)}.single-post-page .single-page__ad{margin-top:calc(var(--stardexa-single-section-gap)* .34)!important;margin-bottom:calc(var(--stardexa-single-section-gap)* .34)!important}.single-post-page .single-page__ad--inside{margin-top:calc(var(--stardexa-single-section-gap)* .52)!important;margin-bottom:calc(var(--stardexa-single-section-gap)* .52)!important}.single-post-page .single-taxonomy,.single-post-page .single-author-box,.single-post-page .single-comments-wrap{margin-top:var(--stardexa-single-section-gap)}.single-post-page .single-related{margin-top:var(--stardexa-single-section-gap);padding-top:calc(var(--stardexa-single-section-gap)* .7)}@media(max-width:980px){.single-post-page{--stardexa-single-section-gap:var(--stardexa-single-section-gap-tablet,36px)}.single-post-page .hero{padding-block:calc(var(--stardexa-single-section-gap)* .85)}.single-post-page .single-post-shell{padding-top:calc(var(--stardexa-single-section-gap)* .45)}}@media(max-width:760px){.single-post-page{--stardexa-single-section-gap:var(--stardexa-single-section-gap-mobile,28px)}.single-post-page .hero{padding-block:calc(var(--stardexa-single-section-gap)* .92)}.single-post-page .single-post-shell{padding-top:calc(var(--stardexa-single-section-gap)* .5);padding-bottom:calc(var(--stardexa-single-section-gap)* 1.05)}.single-post-page .single-featured-media{margin-bottom:calc(var(--stardexa-single-section-gap)* .65)}}.single-content .wp-block-table,.single-content figure.wp-block-table{max-width:100%;overflow-x:visible;border:1px solid #b8d6d1;border-radius:18px;background:#fff;box-shadow:0 14px 32px rgba(7,21,32,.055)}.single-content .wp-block-table table,.single-content figure.wp-block-table table,.single-content table{width:100%;max-width:100%;min-width:0!important;table-layout:auto;border-collapse:separate;border-spacing:0;background:#fff;font-size:.95rem}.single-content .wp-block-table table,.single-content figure.wp-block-table table{border:0;border-radius:0;box-shadow:none}.single-content table:not(.wp-calendar-table){border:1px solid #b8d6d1;border-radius:18px;overflow:hidden;box-shadow:0 14px 32px rgba(7,21,32,.055)}.single-content .wp-block-table table:not(.wp-calendar-table),.single-content figure.wp-block-table table:not(.wp-calendar-table){border:0;box-shadow:none}.single-content th,.single-content td{width:auto;max-width:1px;padding:13px 14px;white-space:normal;word-break:normal;overflow-wrap:anywhere;border-right:1px solid #d8ebe7;border-bottom:1px solid #d8ebe7;line-height:1.5}.single-content th{background:#e7f8f3;color:#071b2c;font-weight:950}.single-content td{background:#fff;color:#263f4f}.single-content th:last-child,.single-content td:last-child{border-right:0}.single-content thead tr:last-child th,.single-content tbody tr:last-child td,.single-content tfoot tr:last-child td{border-bottom:0}.single-content tbody tr:nth-child(even)td{background:#fbfffd}.single-content tbody tr:hover td{background:#f3fbf8}@media(max-width:980px){.single-content .wp-block-table,.single-content figure.wp-block-table{overflow-x:visible}.single-content .wp-block-table table,.single-content figure.wp-block-table table,.single-content table{min-width:0!important;font-size:.9rem}.single-content th,.single-content td{padding:11px 10px;line-height:1.45}}@media(max-width:520px){.single-content .wp-block-table,.single-content figure.wp-block-table{border-radius:14px}.single-content table:not(.wp-calendar-table){border-radius:14px}.single-content .wp-block-table table,.single-content figure.wp-block-table table,.single-content table{font-size:.84rem}.single-content th,.single-content td{padding:9px 7px}}.single-page-layout{--stardexa-page-section-gap:var(--stardexa-page-section-gap-desktop,44px);background:linear-gradient(180deg,#f7fffb 0%,#fff 42%,#f5fbf8 100%)}.single-page-layout .section{padding-block:var(--stardexa-page-section-gap)}.single-page-layout .hero{padding-block:calc(var(--stardexa-page-section-gap)* .78)}.single-page-layout .hero__content h1{max-width:720px}.single-page-layout .hero__intro{max-width:680px}.single-page-layout .hero-search{max-width:620px}.single-page-layout .single-post-shell{padding-top:calc(var(--stardexa-page-section-gap)* .42);padding-bottom:calc(var(--stardexa-page-section-gap)* 1.18)}.single-page-layout .single-featured-media{margin-bottom:calc(var(--stardexa-page-section-gap)* .72)}.single-page-layout .single-page__ad{margin-top:calc(var(--stardexa-page-section-gap)* .34)!important;margin-bottom:calc(var(--stardexa-page-section-gap)* .34)!important}.single-page-layout .single-page__ad--inside{margin-top:calc(var(--stardexa-page-section-gap)* .52)!important;margin-bottom:calc(var(--stardexa-page-section-gap)* .52)!important}.single-page-layout .single-author-box,.single-page-layout .single-comments-wrap{margin-top:var(--stardexa-page-section-gap)}.single-page-layout .single-related{margin-top:var(--stardexa-page-section-gap);padding-top:calc(var(--stardexa-page-section-gap)* .7)}.page-content-shell{width:100%;max-width:none;margin-inline:0}.page-article{width:100%;max-width:none;margin-inline:0}.page-featured-media{isolation:isolate}.page-content{max-width:100%}@media(max-width:980px){.single-page-layout{--stardexa-page-section-gap:var(--stardexa-page-section-gap-tablet,36px)}.single-page-layout .hero{padding-block:calc(var(--stardexa-page-section-gap)* .85)}.single-page-layout .single-post-shell{padding-top:calc(var(--stardexa-page-section-gap)* .45)}.single-page-layout .hero__content h1,.single-page-layout .hero__intro,.single-page-layout .hero-search{width:100%!important;max-width:none!important}}@media(max-width:760px){.single-page-layout{--stardexa-page-section-gap:var(--stardexa-page-section-gap-mobile,28px)}.single-page-layout .hero{padding-block:calc(var(--stardexa-page-section-gap)* .92)}.single-page-layout .single-post-shell{padding-top:calc(var(--stardexa-page-section-gap)* .5);padding-bottom:calc(var(--stardexa-page-section-gap)* 1.05)}.single-page-layout .single-featured-media{margin-bottom:calc(var(--stardexa-page-section-gap)* .65)}}.single-comments-wrap,.page-comments-wrap{width:min(100% - 32px,980px);margin-inline:auto}.stardexa-reviews{margin:var(--single-section-gap,44px)auto 0;padding:clamp(22px,3vw,34px);border:1px solid rgba(12,79,96,.12);border-radius:28px;background:linear-gradient(180deg,#ffffff 0%,#f8fffd 100%);box-shadow:0 18px 44px rgba(7,21,32,.07)}.stardexa-reviews__header{display:grid;grid-template-columns:minmax(0,1fr)auto;gap:20px;align-items:center;padding-bottom:22px;border-bottom:1px solid rgba(12,79,96,.10)}.stardexa-reviews__header h2{margin:0;color:#092332;font-size:clamp(1.65rem,3vw,2.35rem);letter-spacing:-.035em;line-height:1.06}.stardexa-reviews__header p:not(.eyebrow){max-width:680px;margin:10px 0 0;color:#47636b;font-size:1rem;line-height:1.7}.stardexa-reviews__summary{display:grid;justify-items:end;gap:6px;min-width:178px;padding:15px 16px;border:1px solid rgba(17,154,157,.18);border-radius:22px;background:linear-gradient(135deg,#effbf8,#fff7e8);box-shadow:inset 0 -1px 0 rgba(7,21,32,.04);text-align:right}.stardexa-reviews__summary strong{color:#083642;font-size:1.65rem;line-height:1}.stardexa-reviews__summary span:last-child{color:#526b73;font-size:.84rem;font-weight:850}.stardexa-review-stars{display:inline-flex;align-items:center;gap:8px;color:#d59b17;font-size:.98rem;font-weight:950;letter-spacing:.03em;white-space:nowrap}.stardexa-review-stars .is-empty{color:#c7d5d8}.stardexa-review-stars__text{color:#143946;font-size:.88rem;letter-spacing:0}.stardexa-review-list{display:grid;gap:18px;margin:22px 0 0;padding:0;list-style:none}.stardexa-review-card{margin:0;padding:0;list-style:none}.stardexa-review-card .children{display:grid;gap:14px;margin:14px 0 0 clamp(18px,4vw,44px);padding:0;list-style:none}.stardexa-review-card__inner{position:relative;padding:clamp(17px,2.6vw,24px);border:1px solid rgba(12,79,96,.11);border-radius:24px;background:#fff;box-shadow:0 12px 30px rgba(7,21,32,.055)}.stardexa-review-card__inner::before{position:absolute;inset:0 auto 0 0;width:4px;border-radius:24px 0 0 24px;background:linear-gradient(180deg,#119a9d,#f3b84b);content:""}.stardexa-review-card__header{display:flex;gap:14px;align-items:center}.stardexa-review-card__avatar img{display:block;width:56px;height:56px;border:3px solid #fff;border-radius:18px;box-shadow:0 10px 24px rgba(7,21,32,.12)}.stardexa-review-card__meta{min-width:0}.stardexa-review-card__meta h3{margin:0;color:#092332;font-size:1.05rem;line-height:1.2;letter-spacing:-.018em}.stardexa-review-card__details{display:flex;flex-wrap:wrap;gap:8px 12px;align-items:center;margin-top:5px;color:#637981;font-size:.88rem;font-weight:800}.stardexa-review-card__details a{color:#526b73;text-decoration:none}.stardexa-review-card__details a:hover{color:#075b62;text-decoration:underline}.stardexa-review-card__content{margin-top:16px;color:#2c4650;font-size:1rem;line-height:1.75}.stardexa-review-card__content p{margin:0 0 1em}.stardexa-review-card__content p:last-child{margin-bottom:0}.stardexa-review-card__moderation{margin:14px 0 0;padding:10px 12px;border:1px solid rgba(243,184,75,.35);border-radius:14px;background:#fff8e8;color:#785a08;font-weight:850}.stardexa-review-card__footer{display:flex;justify-content:flex-end;margin-top:14px}.stardexa-review-card__footer a,.comment-reply-link{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 14px;border:1px solid rgba(17,154,157,.22);border-radius:999px;background:#eefbf8;color:#075b62;font-size:.88rem;font-weight:900;text-decoration:none}.stardexa-review-card__footer a:hover,.comment-reply-link:hover{background:#075b62;color:#fff}.stardexa-review-pagination{display:flex;justify-content:center;margin:24px 0 0}.stardexa-review-pagination ul{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:center;margin:0;padding:0;list-style:none}.stardexa-review-pagination a,.stardexa-review-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:42px;min-height:42px;padding:8px 12px;border:1px solid rgba(12,79,96,.13);border-radius:14px;background:#fff;color:#123944;font-weight:900;text-decoration:none}.stardexa-review-pagination .current,.stardexa-review-pagination a:hover{border-color:#119a9d;background:#119a9d;color:#fff}.stardexa-reviews__empty{margin:22px 0 0;padding:18px;border:1px dashed rgba(12,79,96,.18);border-radius:20px;background:#fbfffe;color:#526b73;font-weight:850;text-align:center}.comment-respond{margin-top:clamp(24px,4vw,34px);padding:clamp(20px,3vw,30px);border:1px solid rgba(12,79,96,.12);border-radius:26px;background:#fff;box-shadow:0 14px 34px rgba(7,21,32,.055)}.comment-reply-title{margin:0 0 8px;color:#092332;font-size:clamp(1.35rem,2.5vw,1.9rem);line-height:1.1;letter-spacing:-.03em}.comment-notes,.logged-in-as{margin:0 0 18px;color:#5a727a;font-size:.95rem;line-height:1.65}.comment-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.comment-form p{margin:0}.comment-form-comment,.comment-form-url,.comment-notes,.comment-form-cookies-consent,.form-submit,.logged-in-as,.stardexa-review-rating-field{grid-column:1/-1}.comment-form label,.stardexa-review-rating-field legend{display:block;margin-bottom:7px;color:#123944;font-size:.93rem;font-weight:950}.comment-form input[type="text"],.comment-form input[type="email"],.comment-form input[type="url"],.comment-form textarea{width:100%;border:1px solid rgba(12,79,96,.16);border-radius:16px;background:#fbfffe;color:#092332;font:inherit;font-size:1rem;line-height:1.5;outline:none;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.comment-form input[type="text"],.comment-form input[type="email"],.comment-form input[type="url"]{height:52px;padding:0 15px}.comment-form textarea{min-height:156px;padding:14px 15px;resize:vertical}.comment-form input:focus,.comment-form textarea:focus{border-color:#119a9d;background:#fff;box-shadow:0 0 0 4px rgba(17,154,157,.12)}.comment-form-cookies-consent{display:flex;gap:10px;align-items:flex-start;color:#526b73;font-size:.93rem;line-height:1.5}.comment-form-cookies-consent label{margin:0;font-weight:700;color:#526b73}.stardexa-review-rating-field{margin:2px 0 0;padding:0;border:0}.stardexa-review-rating-field__choices{display:flex;flex-wrap:wrap;gap:8px}.stardexa-review-rating-field__choices label{position:relative;margin:0;cursor:pointer}.stardexa-review-rating-field__choices input{position:absolute;opacity:0;pointer-events:none}.stardexa-review-rating-field__choices span{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:8px 12px;border:1px solid rgba(12,79,96,.14);border-radius:999px;background:#fbfffe;color:#b98512;font-size:.9rem;font-weight:950;letter-spacing:.02em;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease}.stardexa-review-rating-field__choices input:checked + span,.stardexa-review-rating-field__choices input:focus-visible + span{border-color:#119a9d;background:#eafaf6;box-shadow:0 0 0 4px rgba(17,154,157,.10)}.stardexa-review-rating-field__choices label:hover span{transform:translateY(-1px);border-color:rgba(17,154,157,.36)}.stardexa-review-rating-field p{margin:8px 0 0;color:#637981;font-size:.88rem;line-height:1.5}.required{color:#a34b09}.form-submit{display:flex;justify-content:flex-start;margin-top:4px!important}.stardexa-review-submit,.comment-form .submit{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:13px 22px;border:0;border-radius:999px;background:linear-gradient(135deg,#08757a,#119a9d);color:#fff;font-weight:950;box-shadow:0 14px 28px rgba(8,117,122,.22);cursor:pointer}.stardexa-review-submit:hover,.comment-form .submit:hover{background:linear-gradient(135deg,#063c45,#08757a)}.no-comments{margin:22px 0 0;padding:14px 16px;border-radius:18px;background:#f5faf9;color:#526b73;font-weight:850}.reviews-ad{margin:clamp(20px,3vw,28px)0}@media(max-width:980px){.single-comments-wrap,.page-comments-wrap{width:min(100% - 28px,900px)}.stardexa-reviews{padding:24px}.stardexa-reviews__header{grid-template-columns:1fr;align-items:start}.stardexa-reviews__summary{justify-items:start;text-align:left;min-width:0;width:100%}}@media(max-width:700px){.single-comments-wrap,.page-comments-wrap{width:min(100% - 24px,100%)}.stardexa-reviews{padding:18px;border-radius:22px}.comment-form{grid-template-columns:1fr}.stardexa-review-card__header{align-items:flex-start}.stardexa-review-card__avatar img{width:48px;height:48px;border-radius:16px}.stardexa-review-card .children{margin-left:14px}.stardexa-review-rating-field__choices{display:grid;grid-template-columns:1fr 1fr;gap:8px}.stardexa-review-rating-field__choices span{width:100%}.comment-respond{padding:18px;border-radius:22px}.form-submit{display:block}.stardexa-review-submit,.comment-form .submit{width:100%}}@media(max-width:430px){.stardexa-review-rating-field__choices{grid-template-columns:1fr}.stardexa-review-card__details{display:grid;gap:5px}}.single-comments-wrap,.page-comments-wrap{width:min(100% - 32px,1240px);max-width:1240px;margin-inline:auto}.stardexa-reviews{position:relative;width:100%;overflow:hidden;padding:clamp(24px,3.4vw,42px);border:1px solid rgba(12,79,96,.13);border-radius:32px;background:radial-gradient(circle at 12% 0%,rgba(17,154,157,.10),transparent 34%),radial-gradient(circle at 92% 12%,rgba(243,184,75,.13),transparent 28%),linear-gradient(180deg,#ffffff 0%,#f8fffc 100%);box-shadow:0 22px 54px rgba(7,21,32,.075)}.stardexa-reviews::before{position:absolute;inset:0 0 auto;height:5px;background:linear-gradient(90deg,#08757a,#119a9d,#f3b84b);content:""}.stardexa-reviews__header{position:relative;grid-template-columns:minmax(0,1fr)minmax(220px,auto);gap:clamp(18px,3vw,34px);padding-bottom:clamp(20px,3vw,28px)}.stardexa-reviews__summary{border-color:rgba(17,154,157,.22);background:rgba(255,255,255,.78);backdrop-filter:blur(10px)}.stardexa-review-list{gap:clamp(16px,2.2vw,24px);margin-top:clamp(22px,3vw,30px)}.stardexa-review-card__inner{padding:clamp(18px,2.4vw,28px);border-color:rgba(12,79,96,.12);border-radius:26px;background:rgba(255,255,255,.94);box-shadow:0 14px 34px rgba(7,21,32,.06)}.stardexa-review-card__inner::before{width:5px;background:linear-gradient(180deg,#08757a,#119a9d 52%,#f3b84b)}.stardexa-review-card__avatar img{border-radius:50%;background:#fff}.stardexa-review-card__meta h3{font-size:clamp(1rem,.6vw + .88rem,1.14rem)}.stardexa-review-card__content{max-width:94ch;color:#263f4f}.comment-respond{position:relative;padding:clamp(22px,3.2vw,38px);border-color:rgba(12,79,96,.13);border-radius:30px;background:linear-gradient(180deg,#ffffff 0%,#fbfffd 100%);box-shadow:0 18px 44px rgba(7,21,32,.065)}.comment-reply-title{font-size:clamp(1.45rem,2.4vw,2.05rem)}.comment-notes{max-width:820px;padding:12px 14px;border:1px solid rgba(17,154,157,.16);border-radius:16px;background:#f0fbf8;color:#355a62;font-weight:750}.comment-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.comment-form-author,.comment-form-email{min-width:0}.comment-form input[type="text"],.comment-form input[type="email"],.comment-form input[type="url"],.comment-form textarea{border-color:rgba(12,79,96,.18);background:#fff;box-shadow:inset 0 1px 0 rgba(7,21,32,.02)}.comment-form textarea{min-height:178px}.stardexa-review-rating-field{padding:16px;border:1px solid rgba(12,79,96,.12);border-radius:20px;background:#fbfffd}.stardexa-review-rating-field__choices span{background:#fff}.stardexa-review-submit,.comment-form .submit{min-width:190px;box-shadow:0 16px 30px rgba(8,117,122,.24)}@media(max-width:980px){.single-comments-wrap,.page-comments-wrap{width:min(100% - 28px,100%)}.stardexa-reviews__header{grid-template-columns:1fr}}@media(max-width:700px){.single-comments-wrap,.page-comments-wrap{width:min(100% - 24px,100%)}.stardexa-reviews{padding:20px;border-radius:24px}.comment-respond{padding:20px;border-radius:24px}.comment-form{grid-template-columns:1fr;gap:15px}.comment-notes{padding:11px 12px}.stardexa-review-rating-field{padding:14px}}@media(max-width:430px){.single-comments-wrap,.page-comments-wrap{width:min(100% - 20px,100%)}.stardexa-review-card__inner{padding:17px;border-radius:22px}}.stardexa-reviews{overflow:visible;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.stardexa-reviews::before{content:none!important}.stardexa-reviews__header{padding:0 0 clamp(18px,2.6vw,26px);border-bottom:1px solid rgba(12,79,96,.11)}.stardexa-reviews__summary{background:#fff;box-shadow:0 12px 28px rgba(7,21,32,.055)}.stardexa-review-list{width:100%}.stardexa-review-card__inner{width:100%;overflow:hidden;padding:clamp(18px,2.2vw,26px);border:1px solid rgba(12,79,96,.13);border-radius:26px;background:#fff;box-shadow:0 14px 34px rgba(7,21,32,.06)}.stardexa-review-card__inner::before{inset:16px auto 16px 0;width:5px;border-radius:999px}.stardexa-review-card__header{display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%}.stardexa-review-card__identity{display:flex;align-items:center;gap:14px;min-width:0;flex:1 1 auto}.stardexa-review-card__meta{min-width:0}.stardexa-review-card__details{flex-wrap:nowrap;gap:8px 10px;white-space:nowrap}.stardexa-review-card__actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:8px;flex:0 0 auto;white-space:nowrap}.stardexa-review-card__footer{display:none}.stardexa-review-replies-toggle,.comment-reply-link{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:7px 12px;border:1px solid rgba(17,154,157,.22);border-radius:999px;background:#eefbf8;color:#075b62;font-size:.83rem;font-weight:950;line-height:1;text-decoration:none;cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease}.stardexa-review-replies-toggle:hover,.stardexa-review-replies-toggle:focus-visible,.comment-reply-link:hover,.comment-reply-link:focus-visible{border-color:#075b62;background:#075b62;color:#fff;transform:translateY(-1px)}.stardexa-review-card__content{max-width:none;margin-top:clamp(14px,2vw,18px)}.stardexa-review-card>.children{position:relative;display:none;gap:14px;margin:16px 0 0 clamp(22px,4vw,52px);padding:0 0 0 clamp(16px,2.2vw,24px);list-style:none}.stardexa-review-card.is-showing-replies>.children{display:grid}.stardexa-review-card>.children::before{position:absolute;inset:0 auto 0 0;width:2px;border-radius:999px;background:linear-gradient(180deg,rgba(17,154,157,.55),rgba(243,184,75,.45));content:""}.stardexa-review-card>.children>.stardexa-review-card{position:relative}.stardexa-review-card>.children>.stardexa-review-card::before{position:absolute;top:32px;left:calc(-1 * clamp(16px,2.2vw,24px));width:clamp(12px,1.8vw,20px);height:2px;border-radius:999px;background:rgba(17,154,157,.48);content:""}.stardexa-review-card>.children .stardexa-review-card__inner{box-shadow:0 10px 24px rgba(7,21,32,.045)}.stardexa-review-stars{display:inline-flex;align-items:center;gap:5px;white-space:nowrap;letter-spacing:0;line-height:1}.stardexa-review-stars__icon{display:inline-flex;align-items:center;justify-content:center;color:#d99513;font-size:1rem;line-height:1}.stardexa-review-stars__text{color:#143946;font-size:.86rem;font-weight:950;line-height:1}.stardexa-review-rating-field{background:transparent}.stardexa-review-rating-field__choices{display:flex!important;flex-wrap:nowrap!important;gap:7px;max-width:390px}.stardexa-review-rating-field__choices label{flex:1 1 0}.stardexa-review-rating-field__choices span{width:100%;min-height:40px;padding:7px 8px;font-size:.9rem;white-space:nowrap}.comment-respond.is-reply-mode .stardexa-review-rating-field{display:none}.comment-respond.is-reply-mode .comment-reply-title::before{content:"↪";display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;margin-right:8px;border-radius:999px;background:#eafaf6;color:#08757a;font-size:1rem;vertical-align:middle}.stardexa-cancel-reply a,#cancel-comment-reply-link{font-size:.86rem;font-weight:900;color:#08757a;text-decoration:none}.stardexa-cancel-reply a:hover,#cancel-comment-reply-link:hover{text-decoration:underline}@media(max-width:700px){.stardexa-review-card__header{gap:10px}.stardexa-review-card__identity{gap:10px}.stardexa-review-card__avatar img{width:46px;height:46px}.stardexa-review-card__meta h3{font-size:.98rem}.stardexa-review-card__details{gap:6px;font-size:.78rem}.stardexa-review-card__actions{gap:6px}.stardexa-review-replies-toggle,.comment-reply-link{min-height:31px;padding:6px 9px;font-size:.76rem}.stardexa-review-rating-field__choices{max-width:100%;gap:5px}.stardexa-review-rating-field__choices span{min-height:38px;padding:6px 5px;font-size:.84rem}}@media(max-width:430px){.stardexa-review-card__inner{padding:16px}.stardexa-review-card__avatar img{width:42px;height:42px}.stardexa-review-card__details{font-size:.74rem}.stardexa-review-stars__icon{font-size:.92rem}.stardexa-review-stars__text{font-size:.78rem}.stardexa-review-replies-toggle,.comment-reply-link{padding-inline:8px}}.stardexa-reviews__header h2{font-size:clamp(1.38rem,2.2vw,1.92rem)}.stardexa-reviews__header p:not(.eyebrow){max-width:640px;font-size:.94rem;line-height:1.62}.stardexa-reviews__summary{justify-items:center!important;place-items:center!important;align-content:center;min-width:168px;padding:13px 15px;text-align:center!important}.stardexa-reviews__summary strong{font-size:1.42rem}.stardexa-reviews__summary span:last-child{font-size:.78rem}.stardexa-reviews__summary .stardexa-review-stars{justify-content:center}.stardexa-review-list{gap:16px;margin-top:20px}.stardexa-review-card__inner{padding:clamp(15px,1.7vw,21px);border-radius:22px}.stardexa-review-card__inner::before{inset:14px auto 14px 0;width:4px;border-radius:999px}.stardexa-review-card__avatar img{width:50px;height:50px;border-width:2px}.stardexa-review-card__identity{gap:12px}.stardexa-review-card__meta h3{font-size:clamp(.95rem,.5vw + .84rem,1.05rem)}.stardexa-review-card__details{gap:7px 10px;font-size:.8rem}.stardexa-review-card__content{margin-top:12px;font-size:.94rem;line-height:1.66}.stardexa-review-replies-toggle,.comment-reply-link{min-height:31px;padding:6px 10px;font-size:.78rem}.comment-respond{padding:clamp(18px,2.5vw,28px);border-radius:24px}.comment-reply-title{font-size:clamp(1.25rem,2vw,1.68rem)}.comment-notes,.logged-in-as{font-size:.88rem;line-height:1.55}.comment-form{gap:14px}.comment-form label,.stardexa-review-rating-field legend{font-size:.86rem}.comment-form input[type="text"],.comment-form input[type="email"],.comment-form input[type="url"]{height:46px;padding-inline:13px;font-size:.94rem}.comment-form textarea{min-height:138px;padding:12px 13px;font-size:.94rem}.stardexa-review-submit,.comment-form .submit{min-height:46px;padding:11px 19px;font-size:.92rem}.stardexa-review-stars{gap:7px;font-size:.92rem}.stardexa-review-stars__visual{display:inline-flex;align-items:center;justify-content:center;gap:2px;white-space:nowrap;line-height:1}.stardexa-review-stars__star{position:relative;display:inline-block;width:1em;color:#c7d5d8;font-size:1em;line-height:1}.stardexa-review-stars__star.is-full{color:#d99513}.stardexa-review-stars__star.is-half{color:#c7d5d8}.stardexa-review-stars__star.is-half::before{position:absolute;inset:0 auto 0 0;width:50%;overflow:hidden;color:#d99513;content:"★"}.stardexa-review-stars__icon{display:none!important}.stardexa-review-stars__text{font-size:.8rem;font-weight:900}.stardexa-review-card__details .stardexa-review-stars{font-size:.84rem}.stardexa-reviews__summary .stardexa-review-stars{font-size:1.02rem}.stardexa-review-rating-field{padding:12px;border-radius:18px}.stardexa-review-rating-field legend{margin-bottom:9px}.stardexa-review-rating-field__choices{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr));gap:7px;width:min(100%,390px);max-width:390px}.stardexa-review-rating-field__choices label{min-width:0}.stardexa-review-rating-field__choices span{width:100%;min-height:38px;padding:6px 5px;border-color:rgba(12,79,96,.16);border-radius:14px;background:#fff;box-shadow:0 5px 12px rgba(7,21,32,.035);font-size:.84rem;gap:3px}.stardexa-review-rating-field__choices span span[aria-hidden="true"]{color:#d99513;font-size:1rem;line-height:1}.stardexa-review-rating-field__choices input:checked + span{border-color:#08757a;background:#eafaf6;color:#083642;box-shadow:0 0 0 3px rgba(17,154,157,.10),0 8px 18px rgba(8,117,122,.10)}.stardexa-review-rating-field__choices input:focus-visible + span{outline:2px solid #08757a;outline-offset:2px}.stardexa-review-rating-field p{font-size:.8rem}@media(max-width:700px){.stardexa-reviews__header{gap:14px}.stardexa-reviews__summary{width:100%;min-width:0;padding:12px}.stardexa-review-card__inner{padding:15px;border-radius:20px}.stardexa-review-card__avatar img{width:42px;height:42px}.stardexa-review-card__content{font-size:.9rem}.stardexa-review-stars__text{font-size:.74rem}.stardexa-review-card__details .stardexa-review-stars{font-size:.78rem}.stardexa-review-rating-field__choices{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:5px;max-width:100%}.stardexa-review-rating-field__choices span{min-height:36px;padding:5px 3px;border-radius:12px;font-size:.78rem}}@media(max-width:430px){.stardexa-reviews__header h2{font-size:1.28rem}.stardexa-review-card__header{gap:8px}.stardexa-review-card__details{gap:5px;font-size:.72rem}.stardexa-review-rating-field__choices{grid-template-columns:repeat(5,minmax(0,1fr))!important}}.stardexa-review-card__inner{border-radius:28px}.stardexa-review-card__inner::before{inset:8px auto 8px 0;width:5px;border-radius:999px}.stardexa-review-card>.children .stardexa-review-card__inner{border-radius:24px}.stardexa-review-card>.children .stardexa-review-card__inner::before{inset:9px auto 9px 0}.stardexa-review-rating-field{padding:10px 12px}.stardexa-review-rating-field__choices{display:inline-grid!important;grid-template-columns:repeat(5,auto)!important;align-items:center;gap:6px;width:auto;max-width:100%}.stardexa-review-rating-field__choices label{width:auto;min-width:0}.stardexa-review-rating-field__choices span{display:inline-flex;align-items:center;justify-content:center;gap:4px;width:auto;min-width:44px;min-height:32px;padding:4px 8px;border-radius:999px;font-size:.8rem;line-height:1;box-shadow:0 3px 8px rgba(7,21,32,.025)}.stardexa-review-rating-field__choices span span[aria-hidden="true"]{font-size:.9rem;line-height:1}.stardexa-review-rating-field__choices input:checked + span{box-shadow:0 0 0 2px rgba(17,154,157,.10),0 5px 12px rgba(8,117,122,.08)}@media(max-width:700px){.stardexa-review-card__inner{border-radius:24px}.stardexa-review-card__inner::before{inset:8px auto 8px 0;width:4px}.stardexa-review-rating-field__choices{display:grid!important;grid-template-columns:repeat(5,minmax(0,auto))!important;justify-content:start;gap:5px}.stardexa-review-rating-field__choices span{min-width:39px;min-height:30px;padding:4px 6px;font-size:.76rem}.stardexa-review-rating-field__choices span span[aria-hidden="true"]{font-size:.84rem}}@media(max-width:360px){.stardexa-review-rating-field__choices span{min-width:36px;padding-inline:5px}}.stardexa-review-card,.stardexa-review-card__inner,.stardexa-review-card__header,.stardexa-review-card__identity,.stardexa-review-card__meta,.stardexa-review-card__actions,.stardexa-review-rating-field,.stardexa-review-rating-field__choices{min-width:0;max-width:100%;box-sizing:border-box}.stardexa-review-card__header{display:grid;grid-template-columns:minmax(0,1fr)auto;align-items:start;gap:10px 14px}.stardexa-review-card__identity{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;min-width:0}.stardexa-review-card__avatar{flex:0 0 auto}.stardexa-review-card__avatar img{display:block;object-fit:cover;max-width:none;flex:0 0 auto}.stardexa-review-card__details{min-width:0;max-width:100%;overflow:visible}.stardexa-review-card__details .stardexa-review-stars{flex:0 1 auto;min-width:0;max-width:100%}.stardexa-review-card__actions{align-self:start;display:flex;flex-wrap:wrap;gap:6px}.stardexa-review-replies-toggle,.comment-reply-link{position:relative;z-index:2;white-space:nowrap}.stardexa-review-card>.children{max-width:100%}.stardexa-review-rating-field{overflow:hidden}.stardexa-review-rating-field__choices{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;width:min(100%,360px)!important;max-width:100%!important;gap:6px}.stardexa-review-rating-field__choices label{display:block;width:100%;min-width:0}.stardexa-review-rating-field__choices span{width:100%!important;min-width:0!important;height:32px;min-height:32px;padding:4px 5px;gap:3px;font-size:.78rem;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:clip}.stardexa-review-rating-field__choices span span[aria-hidden="true"]{flex:0 0 auto;font-size:.86rem}@media(max-width:700px){.single-comments-wrap,.page-comments-wrap{width:min(100% - 24px,100%);margin-inline:auto}.stardexa-review-list{gap:14px}.stardexa-review-card__inner{width:100%;padding:15px 13px 15px 17px;margin-inline:auto;border-radius:24px}.stardexa-review-card__inner::before{inset:9px auto 9px 0;width:4px}.stardexa-review-card__header{grid-template-columns:1fr;gap:8px}.stardexa-review-card__identity{grid-template-columns:42px minmax(0,1fr);gap:10px;width:100%}.stardexa-review-card__avatar img{width:42px;height:42px;border-radius:50%}.stardexa-review-card__meta h3{font-size:.95rem;line-height:1.2;word-break:break-word}.stardexa-review-card__details{display:flex;flex-wrap:wrap;align-items:center;gap:5px 8px;white-space:normal;font-size:.74rem;line-height:1.25}.stardexa-review-card__details .stardexa-review-stars{font-size:.76rem}.stardexa-review-stars__visual{gap:1px}.stardexa-review-stars__text{font-size:.72rem}.stardexa-review-card__actions{justify-content:flex-start;margin-left:52px;width:calc(100% - 52px);padding-top:1px}.stardexa-review-replies-toggle,.comment-reply-link{min-height:30px;padding:6px 9px;font-size:.74rem}.stardexa-review-card__content{margin-top:10px;font-size:.9rem;line-height:1.58}.stardexa-review-card>.children{margin:14px 0 0;padding-left:16px}.stardexa-review-card>.children>.stardexa-review-card::before{left:-16px;width:14px}.stardexa-review-card>.children .stardexa-review-card__actions{display:none}.stardexa-review-rating-field{padding:11px}.stardexa-review-rating-field__choices{grid-template-columns:repeat(5,minmax(0,1fr))!important;width:100%!important;gap:4px}.stardexa-review-rating-field__choices span{height:31px;min-height:31px;padding:4px 3px;font-size:.74rem}.stardexa-review-rating-field__choices span span[aria-hidden="true"]{font-size:.82rem}}@media(max-width:380px){.single-comments-wrap,.page-comments-wrap{width:min(100% - 18px,100%)}.stardexa-review-card__inner{padding:14px 11px 14px 15px}.stardexa-review-card__identity{grid-template-columns:38px minmax(0,1fr);gap:9px}.stardexa-review-card__avatar img{width:38px;height:38px}.stardexa-review-card__actions{margin-left:47px;width:calc(100% - 47px)}.stardexa-review-replies-toggle,.comment-reply-link{padding-inline:8px;font-size:.7rem}.stardexa-review-rating-field__choices{gap:3px}.stardexa-review-rating-field__choices span{height:29px;min-height:29px;padding-inline:2px;font-size:.68rem;gap:2px}.stardexa-review-rating-field__choices span span[aria-hidden="true"]{font-size:.78rem}}.stardexa-review-rating-field{padding:clamp(12px,2.5vw,16px)!important;overflow:visible!important}.stardexa-review-rating-field__choices{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;align-items:stretch!important;gap:8px!important;width:min(100%,560px)!important;max-width:100%!important}.stardexa-review-rating-field__choices .stardexa-rating-choice-wrap{display:block!important;width:100%!important;min-width:0!important;margin:0!important;cursor:pointer}.stardexa-review-rating-field__choices .stardexa-rating-choice-wrap input{position:absolute;opacity:0;pointer-events:none}.stardexa-rating-choice{display:flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;width:100%!important;min-width:0!important;min-height:42px!important;padding:7px 6px!important;border:1px solid rgba(12,79,96,.16)!important;border-radius:14px!important;background:#ffffff!important;color:#123944!important;font-style:normal!important;line-height:1!important;white-space:nowrap!important;overflow:hidden!important;box-shadow:0 6px 14px rgba(7,21,32,.04)!important;transition:background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease!important}.stardexa-rating-choice strong{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 24px!important;width:24px!important;height:24px!important;border-radius:999px!important;background:#eef9f7!important;color:#08757a!important;font-size:.82rem!important;font-weight:950!important;line-height:1!important}.stardexa-rating-choice small{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;width:auto!important;min-width:0!important;max-width:none!important;overflow:visible!important;color:#d28a00!important;font-size:.92rem!important;font-weight:950!important;line-height:1!important}.stardexa-review-rating-field__choices input:checked + .stardexa-rating-choice{border-color:#08757a!important;background:linear-gradient(135deg,#08757a,#119a9d)!important;color:#fff!important;box-shadow:0 12px 22px rgba(8,117,122,.18)!important}.stardexa-review-rating-field__choices input:checked + .stardexa-rating-choice strong{background:#fff!important;color:#08757a!important}.stardexa-review-rating-field__choices input:checked + .stardexa-rating-choice small{color:#fff!important}.stardexa-review-rating-field__choices input:focus-visible + .stardexa-rating-choice{outline:3px solid rgba(17,154,157,.22)!important;outline-offset:3px!important}.stardexa-review-rating-field__choices .stardexa-rating-choice-wrap:hover .stardexa-rating-choice{transform:translateY(-1px)!important;border-color:rgba(17,154,157,.38)!important}@media(max-width:700px){.stardexa-review-rating-field{padding:11px!important}.stardexa-review-rating-field__choices{gap:5px!important;width:100%!important}.stardexa-rating-choice{min-height:38px!important;padding:6px 4px!important;border-radius:12px!important;gap:2px!important}.stardexa-rating-choice strong{flex-basis:22px!important;width:22px!important;height:22px!important;font-size:.78rem!important}.stardexa-rating-choice small{font-size:.84rem!important}}@media(max-width:420px){.stardexa-review-rating-field__choices{gap:4px!important}.stardexa-rating-choice{min-height:36px!important;padding:5px 3px!important}.stardexa-rating-choice strong{flex-basis:24px!important;width:24px!important;height:24px!important;font-size:.8rem!important}.stardexa-rating-choice small{display:inline-flex!important;font-size:.78rem!important}}@media(max-width:340px){.stardexa-review-rating-field{padding:9px!important}.stardexa-review-rating-field__choices{gap:2px!important}.stardexa-rating-choice{min-height:34px!important;border-radius:10px!important}.stardexa-rating-choice strong{flex-basis:22px!important;width:22px!important;height:22px!important;font-size:.76rem!important}}.stardexa-review-rating-field__choices{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:10px!important;width:min(100%,620px)!important;max-width:100%!important}.stardexa-review-rating-field__choices .stardexa-rating-choice-wrap{min-width:0!important}.stardexa-rating-choice{display:grid!important;grid-template-columns:1fr 1fr!important;align-items:center!important;justify-items:center!important;gap:0!important;width:100%!important;min-width:0!important;min-height:44px!important;padding:0!important;border:1px solid rgba(12,79,96,.18)!important;border-radius:14px!important;background:#ffffff!important;color:#113943!important;overflow:hidden!important;box-shadow:0 7px 16px rgba(7,21,32,.045)!important;line-height:1!important}.stardexa-rating-choice strong,.stardexa-rating-choice small{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:100%!important;min-width:0!important;border-radius:0!important;background:transparent!important;line-height:1!important}.stardexa-rating-choice strong{font-size:.92rem!important;font-weight:950!important;color:#08757a!important;border-right:1px solid rgba(12,79,96,.12)!important}.stardexa-rating-choice small{font-size:.96rem!important;font-weight:950!important;color:#d28a00!important}.stardexa-review-rating-field__choices input:checked + .stardexa-rating-choice{border-color:#08757a!important;background:linear-gradient(135deg,#08757a,#119a9d)!important;color:#fff!important;box-shadow:0 12px 22px rgba(8,117,122,.18)!important}.stardexa-review-rating-field__choices input:checked + .stardexa-rating-choice strong,.stardexa-review-rating-field__choices input:checked + .stardexa-rating-choice small{color:#fff!important;background:transparent!important}.stardexa-review-rating-field__choices input:checked + .stardexa-rating-choice strong{border-right-color:rgba(255,255,255,.28)!important}.stardexa-review-rating-field__choices input:focus-visible + .stardexa-rating-choice{outline:3px solid rgba(17,154,157,.24)!important;outline-offset:3px!important}.stardexa-review-rating-field__choices .stardexa-rating-choice-wrap:hover .stardexa-rating-choice{transform:translateY(-1px)!important;border-color:rgba(17,154,157,.4)!important}@media(max-width:700px){.stardexa-review-rating-field__choices{gap:6px!important;width:100%!important}.stardexa-rating-choice{min-height:38px!important;border-radius:12px!important}.stardexa-rating-choice strong{font-size:.82rem!important}.stardexa-rating-choice small{font-size:.86rem!important}}@media(max-width:380px){.stardexa-review-rating-field__choices{gap:4px!important}.stardexa-rating-choice{min-height:34px!important;border-radius:10px!important}.stardexa-rating-choice strong{font-size:.76rem!important}.stardexa-rating-choice small{font-size:.8rem!important}}@media(min-width:981px){.stardexa-review-rating-field__choices{width:min(100%,520px)!important;gap:8px!important}.stardexa-rating-choice{min-height:38px!important;border-radius:12px!important;box-shadow:0 5px 12px rgba(7,21,32,.035)!important}.stardexa-rating-choice strong{font-size:.82rem!important}.stardexa-rating-choice small{font-size:.86rem!important}}.stardexa-back-to-top{position:fixed;right:var(--sxa-btt-side);bottom:var(--sxa-btt-bottom);z-index:var(--sxa-btt-z);display:grid;place-items:center;width:var(--sxa-btt-size);height:var(--sxa-btt-size);padding:0;border:0;border-radius:50%;background:var(--sxa-btt-bg);color:var(--sxa-btt-color);box-shadow:0 18px 45px rgba(7,21,32,.22),0 8px 18px rgba(7,21,32,.14);opacity:0;visibility:hidden;transform:translateY(16px)scale(.94);transition:opacity .2s ease,visibility .2s ease,transform .2s ease,background-color .2s ease,box-shadow .2s ease;-webkit-tap-highlight-color:transparent}.stardexa-back-to-top--left{right:auto;left:var(--sxa-btt-side)}.stardexa-back-to-top--rounded{border-radius:18px}.stardexa-back-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)scale(1)}.stardexa-back-to-top:hover{background:var(--sxa-btt-bg-hover);color:var(--sxa-btt-color);box-shadow:0 22px 52px rgba(7,21,32,.28),0 10px 22px rgba(7,21,32,.16)}.stardexa-back-to-top:focus-visible{outline:3px solid var(--gold);outline-offset:4px}.stardexa-back-to-top__ring{position:absolute;inset:0;pointer-events:none}.stardexa-back-to-top__ring svg{width:100%;height:100%;transform:rotate(-90deg)}.stardexa-back-to-top__track,.stardexa-back-to-top__progress{fill:none;stroke-width:var(--sxa-btt-progress-width)}.stardexa-back-to-top__track{stroke:var(--sxa-btt-track);opacity:.34}.stardexa-back-to-top__progress{stroke:var(--sxa-btt-progress);stroke-linecap:round;transition:stroke-dashoffset .08s linear}.stardexa-back-to-top--no-progress .stardexa-back-to-top__ring{display:none}.stardexa-back-to-top__icon{position:relative;z-index:1;display:grid;place-items:center;width:var(--sxa-btt-icon);height:var(--sxa-btt-icon);line-height:1}.stardexa-back-to-top__icon svg{width:100%;height:100%;display:block}@media(min-width:1025px){.stardexa-back-to-top--hide-desktop{display:none!important}}@media(min-width:601px)and(max-width:1024px){.stardexa-back-to-top{right:var(--sxa-btt-side-tablet);bottom:var(--sxa-btt-bottom-tablet);width:var(--sxa-btt-size-tablet);height:var(--sxa-btt-size-tablet)}.stardexa-back-to-top--left{right:auto;left:var(--sxa-btt-side-tablet)}.stardexa-back-to-top--hide-tablet{display:none!important}}@media(max-width:600px){.stardexa-back-to-top{right:var(--sxa-btt-side-mobile);bottom:var(--sxa-btt-bottom-mobile);width:var(--sxa-btt-size-mobile);height:var(--sxa-btt-size-mobile);box-shadow:0 14px 34px rgba(7,21,32,.22)}.stardexa-back-to-top--left{right:auto;left:var(--sxa-btt-side-mobile)}.stardexa-back-to-top--rounded{border-radius:16px}.stardexa-back-to-top--hide-mobile{display:none!important}}@media(prefers-reduced-motion:reduce){.stardexa-back-to-top,.stardexa-back-to-top__progress{transition:none}}.stardexa-gdpr{position:fixed;inset:auto 0 0;z-index:var(--sxa-gdpr-z);display:flex;justify-content:center;padding:18px clamp(14px,3vw,32px);pointer-events:none;color:var(--sxa-gdpr-text)}.stardexa-gdpr__backdrop{position:fixed;inset:0;background:var(--sxa-gdpr-overlay);opacity:1;pointer-events:auto}.stardexa-gdpr__backdrop[hidden],.stardexa-gdpr__panel[hidden],.stardexa-gdpr-manage[hidden]{display:none!important}.stardexa-gdpr__panel{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr)auto;gap:18px 24px;width:min(100%,var(--sxa-gdpr-max));max-height:calc(100vh - 36px);overflow:auto;padding:22px;border:1px solid var(--sxa-gdpr-border);border-radius:var(--sxa-gdpr-radius);background:var(--sxa-gdpr-bg);box-shadow:0 24px 74px rgba(7,21,32,.22),0 10px 24px rgba(7,21,32,.12);pointer-events:auto;scrollbar-width:thin}.stardexa-gdpr__content{min-width:0}.stardexa-gdpr__eyebrow{margin:0 0 7px;color:var(--sxa-gdpr-primary);font-size:.74rem;font-weight:850;letter-spacing:.11em;text-transform:uppercase}.stardexa-gdpr h2{margin:0 0 8px;color:var(--sxa-gdpr-text);font-size:clamp(1.1rem,1.8vw,1.45rem);line-height:1.18;letter-spacing:-.03em}.stardexa-gdpr p{margin:0;color:var(--sxa-gdpr-muted);font-size:.94rem;line-height:1.6}.stardexa-gdpr__policy{display:inline-flex;margin-top:10px;color:var(--sxa-gdpr-primary);font-weight:800;text-decoration:none}.stardexa-gdpr__policy:hover,.stardexa-gdpr__policy:focus{text-decoration:underline}.stardexa-gdpr__actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:10px;min-width:min(100%,360px)}.stardexa-gdpr__button,.stardexa-gdpr-manage{appearance:none;border:0;font:inherit;font-weight:850;line-height:1.1;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,color .18s ease,border-color .18s ease;-webkit-tap-highlight-color:transparent}.stardexa-gdpr__button{min-height:44px;padding:13px 17px;border-radius:999px;border:1px solid transparent}.stardexa-gdpr__button:hover,.stardexa-gdpr-manage:hover{transform:translateY(-1px)}.stardexa-gdpr__button:focus-visible,.stardexa-gdpr-manage:focus-visible,.stardexa-gdpr__switch input:focus-visible+span{outline:3px solid var(--gold);outline-offset:3px}.stardexa-gdpr__button--primary{background:var(--sxa-gdpr-primary);color:var(--sxa-gdpr-primary-text);box-shadow:0 12px 22px rgba(14,98,112,.22)}.stardexa-gdpr__button--secondary{background:var(--sxa-gdpr-secondary);color:var(--sxa-gdpr-secondary-text);border-color:var(--sxa-gdpr-border)}.stardexa-gdpr__button--ghost{background:transparent;color:var(--sxa-gdpr-primary);border-color:var(--sxa-gdpr-border)}.stardexa-gdpr__preferences{grid-column:1/-1;display:grid;gap:10px;padding-top:2px}.stardexa-gdpr__preferences[hidden]{display:none!important}.stardexa-gdpr__category{display:grid;grid-template-columns:minmax(0,1fr)auto;align-items:center;gap:14px;padding:14px;border:1px solid var(--sxa-gdpr-border);border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.82),rgba(247,252,252,.92))}.stardexa-gdpr__category strong{display:block;margin:0 0 3px;color:var(--sxa-gdpr-text);font-size:.96rem}.stardexa-gdpr__category p{font-size:.88rem;line-height:1.5}.stardexa-gdpr__switch{position:relative;display:inline-grid;gap:5px;justify-items:center;font-size:.72rem;font-weight:800;color:var(--sxa-gdpr-muted);cursor:pointer}.stardexa-gdpr__switch input{position:absolute;opacity:0;pointer-events:none}.stardexa-gdpr__switch span{position:relative;display:block;width:50px;height:28px;border-radius:999px;background:#d9e6e8;box-shadow:inset 0 0 0 1px rgba(7,21,32,.08);transition:background-color .18s ease}.stardexa-gdpr__switch span::after{content:"";position:absolute;top:4px;left:4px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 3px 8px rgba(7,21,32,.18);transition:transform .18s ease}.stardexa-gdpr__switch input:checked+span{background:var(--sxa-gdpr-primary)}.stardexa-gdpr__switch input:checked+span::after{transform:translateX(22px)}.stardexa-gdpr__switch input:disabled+span{opacity:.74}.stardexa-gdpr--layout-card{inset:auto auto 0 0;justify-content:flex-start;width:min(100%,520px);padding:18px}.stardexa-gdpr--layout-card.stardexa-gdpr--bottom-right{right:0;left:auto}.stardexa-gdpr--layout-card .stardexa-gdpr__panel{grid-template-columns:1fr}.stardexa-gdpr--layout-card .stardexa-gdpr__actions{justify-content:flex-start;min-width:0}.stardexa-gdpr--layout-modal,.stardexa-gdpr--center{inset:0;align-items:center}.stardexa-gdpr--layout-modal .stardexa-gdpr__panel,.stardexa-gdpr--center .stardexa-gdpr__panel{width:min(100%,760px);grid-template-columns:1fr}.stardexa-gdpr--layout-modal .stardexa-gdpr__actions,.stardexa-gdpr--center .stardexa-gdpr__actions{justify-content:flex-start}.stardexa-gdpr-manage{position:fixed;right:var(--sxa-gdpr-manage-side);bottom:var(--sxa-gdpr-manage-bottom);z-index:calc(var(--sxa-gdpr-z)- 1);display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:10px 14px;border:1px solid var(--sxa-gdpr-border);border-radius:999px;background:var(--sxa-gdpr-bg);color:var(--sxa-gdpr-primary);box-shadow:0 14px 32px rgba(7,21,32,.14);pointer-events:auto;font-size:.86rem}.stardexa-gdpr-manage--left{right:auto;left:var(--sxa-gdpr-manage-side)}.stardexa-gdpr-manage--center{right:auto;left:50%;transform:translateX(-50%)}.stardexa-gdpr-manage--center:hover{transform:translate(-50%,-1px)}.stardexa-gdpr-manage span{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:var(--sxa-gdpr-secondary)}.stardexa-ad-consent-placeholder{width:min(100% - 40px,var(--container-wide));margin:24px auto;padding:14px 16px;border:1px dashed rgba(14,98,112,.28);border-radius:16px;background:#f6fbfb;text-align:center;color:#5c7278}.stardexa-ad-consent-placeholder p{margin:0;font-size:.86rem}@media(min-width:1025px){.stardexa-gdpr--hide-desktop{display:none!important}}@media(min-width:701px)and(max-width:1024px){.stardexa-gdpr-manage{right:var(--sxa-gdpr-manage-side-tablet);bottom:var(--sxa-gdpr-manage-bottom-tablet)}.stardexa-gdpr-manage--left{right:auto;left:var(--sxa-gdpr-manage-side-tablet)}.stardexa-gdpr{padding:16px}.stardexa-gdpr__panel{grid-template-columns:1fr;gap:16px}.stardexa-gdpr__actions{justify-content:flex-start;min-width:0}.stardexa-gdpr--hide-tablet{display:none!important}}@media(max-width:700px){.stardexa-gdpr{inset:auto 0 0;padding:10px}.stardexa-gdpr__panel{grid-template-columns:1fr;gap:14px;width:100%;max-height:calc(100vh - 20px);padding:17px;border-radius:min(22px,var(--sxa-gdpr-radius))}.stardexa-gdpr__actions{display:grid;grid-template-columns:1fr;min-width:0}.stardexa-gdpr__button{width:100%;min-height:46px}.stardexa-gdpr__category{grid-template-columns:1fr;justify-items:start}.stardexa-gdpr--layout-card{width:100%;padding:10px}.stardexa-gdpr-manage{right:var(--sxa-gdpr-manage-side-mobile);bottom:var(--sxa-gdpr-manage-bottom-mobile);max-width:calc(100% -(var(--sxa-gdpr-manage-side-mobile)* 2));font-size:.82rem}.stardexa-gdpr-manage--left{right:auto;left:var(--sxa-gdpr-manage-side-mobile)}.stardexa-gdpr-manage--center{right:auto;left:50%;max-width:calc(100% -(var(--sxa-gdpr-manage-side-mobile)* 2));transform:translateX(-50%)}.stardexa-gdpr-manage--center:hover{transform:translate(-50%,-1px)}.stardexa-gdpr--hide-mobile{display:none!important}}@media(prefers-reduced-motion:reduce){.stardexa-gdpr__button,.stardexa-gdpr-manage,.stardexa-gdpr__switch span,.stardexa-gdpr__switch span::after{transition:none!important}}.ad-slot__label,.stardexa-ad-unit__label,.stardexa-ad-label-only{color:#526978!important}.site-footer .ad-slot__label{color:#d8f2ee!important}.single-hero__featured-media{width:min(100%,760px);max-width:100%;margin:clamp(18px,2.8vw,28px)0 clamp(16px,2.4vw,24px);transform:none;border-radius:30px}.single-hero__featured-media::before{z-index:2;inset:9px;border-radius:23px}.single-hero__featured-media img{height:clamp(230px,28vw,var(--single-featured-height,480px));border-radius:22px}.single-hero__featured-media figcaption{text-align:left}.single-page-layout .single-hero__featured-media{width:min(100%,760px)}@media(max-width:980px){.single-hero__featured-media,.single-page-layout .single-hero__featured-media{width:min(100%,720px);margin-left:0!important;margin-right:auto}.single-hero__featured-media figcaption{text-align:left!important}}@media(max-width:760px){.single-hero__featured-media,.single-page-layout .single-hero__featured-media{width:100%;padding:var(--single-featured-padding,10px);border-radius:22px}.single-hero__featured-media::before{inset:9px;border-radius:16px}.single-hero__featured-media img{height:clamp(210px,58vw,360px);border-radius:17px}}@media(max-width:430px){.single-hero__featured-media img{height:clamp(190px,56vw,300px)}}.single-toc,.single-toc *{text-align:left}.single-toc__link,.single-toc__details summary{color:#071520;text-align:left}.single-toc__link{justify-content:flex-start}.single-toc__details summary{justify-content:space-between}.single-toc__summary-text{min-width:0;flex:1 1 auto;color:inherit;line-height:1.25;text-align:left}.single-toc__details[open]summary{border-color:rgba(8,117,122,.24);background:#e7f8f3;color:#075f73}.single-toc__children a{color:#143946;text-align:left}.single-toc__child--parent a{color:#075f73;font-weight:900}.single-toc__link:focus-visible,.single-toc__details summary:focus-visible,.single-toc__children a:focus-visible{outline:3px solid var(--gold);outline-offset:3px;border-color:#075f73}@media(max-width:980px){.single-toc,.single-toc__list,.single-toc__item,.single-toc__details,.single-toc__children{justify-items:stretch;text-align:left}.single-toc__link,.single-toc__details summary,.single-toc__summary-text,.single-toc__children a{justify-content:flex-start;text-align:left!important}.single-toc__details summary{justify-content:space-between}}.stardexa-review-stars{color:#8a5a00}.stardexa-review-stars .is-empty{color:#526b73}.stardexa-rating-choice small{color:#8a5a00!important}.stardexa-review-rating-field__choices input:checked + .stardexa-rating-choice small{color:#fff!important}@media(max-width:1060px){.hero__grid{text-align:left!important;justify-items:stretch!important}.hero__content{width:100%!important;justify-self:stretch!important;text-align:left!important}.hero h1,.hero__content h1,.hero__intro,.hero__intro p,.hero__panel,.hero__panel h2,.hero__panel-label,.hero-topic-list a{text-align:left!important}.hero h1,.hero__content h1,.hero__intro,.hero-search{margin-left:0!important;margin-right:0!important}.hero .eyebrow,.hero__actions{justify-content:flex-start!important}.hero-search,.hero__panel{justify-self:stretch!important}}.site-footer,.site-footer__grid,.site-footer__brand,.site-footer__search,.site-footer__nav,.site-footer__bottom-inner,.footer-social{text-align:left!important}.site-footer__brand,.site-footer__search,.site-footer__nav,.site-footer__bottom-inner,.footer-social{justify-items:start!important}.site-footer__brand .site-logo-text--footer,.site-footer__brand .site-logo-image--footer,.site-logo-image--footer{justify-self:start!important;margin-left:0!important;margin-right:0!important}.site-footer__brand>p,.site-footer__brand>.textwidget,.site-footer__brand>.widget_text,.site-footer__brand .textwidget p,.site-footer__nav h2,.site-footer__nav ul,.site-footer__nav li,.site-footer__nav a,.site-footer__search h2,.site-footer__note,.site-footer__widgets,.site-footer__widgets p,.site-footer__bottom p,.site-footer__legal,.site-footer__legal ul,.site-footer__legal li,.site-footer__legal a,.footer-social__title{text-align:left!important}.site-footer__brand>p,.site-footer__brand>.textwidget,.site-footer__brand>.widget_text,.site-footer__brand .textwidget p,.site-footer__note,.site-footer__widgets,.site-footer__widgets p{margin-left:0!important;margin-right:0!important}.site-footer__brand .site-logo-text--footer,.site-footer__brand .social-links--footer,.social-links--footer,.site-footer__legal ul{justify-content:flex-start!important}.site-footer__nav ul{justify-items:start!important;margin-left:0!important;margin-right:0!important}.site-footer__nav a,.back-to-top{justify-content:flex-start!important;justify-self:start!important}.site-footer__search .footer-search-form,.footer-search-form{margin-left:0!important;margin-right:0!important}@media(max-width:760px){.site-footer__bottom-inner{justify-items:start!important}.site-footer__legal ul{justify-content:flex-start!important}}.site-footer__brand .footer-social{justify-self:start!important;text-align:left!important}.social-links--footer a{justify-content:flex-start!important;text-align:left!important}@media(max-width:980px){body .hero,body .hero .container,body .hero .hero__grid,body .hero .hero__content,body .hero .hero__content *,body .hero .hero__intro,body .hero .hero__intro *,body .hero .hero__panel,body .hero .hero__panel *,body .single-breadcrumb,body .single-breadcrumb *,body .single-hero__meta,body .single-hero__meta *,body .site-footer,body .site-footer *{text-align:left!important}body .hero .hero__grid{justify-items:stretch!important;place-items:stretch!important}body .hero .hero__content,body .hero .hero__panel,body .site-footer__brand,body .site-footer__search,body .site-footer__nav,body .site-footer__bottom-inner,body .footer-social{justify-self:stretch!important;justify-items:start!important;align-items:start!important}body .hero .hero__content h1,body .hero .hero__intro,body .hero .hero-search,body .hero .hero__panel,body .single-breadcrumb,body .single-hero__meta,body .site-footer__brand>p,body .site-footer__brand>.textwidget,body .site-footer__brand>.widget_text,body .site-footer__brand .textwidget p,body .site-footer__note,body .site-footer__widgets,body .site-footer__widgets p,body .site-footer__search .footer-search-form,body .footer-search-form{margin-left:0!important;margin-right:auto!important}body .hero .eyebrow,body .hero .hero-search,body .hero .hero__actions,body .hero-topic-list a,body .single-breadcrumb ol,body .single-hero__meta,body .site-footer__brand .site-logo-text--footer,body .site-footer__brand .social-links--footer,body .social-links--footer,body .site-footer__legal ul,body .site-footer__nav a,body .back-to-top{justify-content:flex-start!important}body .site-footer__nav ul{justify-items:start!important;margin-left:0!important;margin-right:auto!important}body .site-footer__bottom-inner{grid-template-columns:1fr!important}}.site-footer .footer-social{width:100%!important;max-width:100%!important;justify-items:start!important;align-items:start!important}.site-footer .social-links--footer,body .site-footer .social-links--footer{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;align-items:center!important;justify-content:flex-start!important;align-content:flex-start!important;gap:8px!important;width:100%!important;max-width:100%!important;padding:0!important;margin:0!important;list-style:none!important}.site-footer .social-links--footer li,body .site-footer .social-links--footer li{display:inline-flex!important;flex:0 0 auto!important;width:auto!important;max-width:100%!important;margin:0!important;padding:0!important}.site-footer .social-links--footer a,body .site-footer .social-links--footer a{display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;flex:0 0 auto!important;width:auto!important;min-width:0!important;max-width:100%!important;height:auto!important;min-height:34px!important;padding:7px 11px!important;white-space:nowrap!important;line-height:1.1!important;text-align:left!important}.site-footer .social-links--footer .social-links__icon,body .site-footer .social-links--footer .social-links__icon{flex:0 0 auto!important;min-width:auto!important}.site-footer .social-links--footer .social-links__label,body .site-footer .social-links--footer .social-links__label{display:inline-block!important;width:auto!important;font-size:.8rem!important;line-height:1.1!important;white-space:nowrap!important}@media(max-width:430px){.site-footer .social-links--footer,body .site-footer .social-links--footer{display:flex!important;grid-template-columns:none!important;width:100%!important}.site-footer .social-links--footer a,body .site-footer .social-links--footer a{width:auto!important;padding:7px 10px!important}}@media(max-width:760px){body .site-footer .site-footer__grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;column-gap:0!important;row-gap:0!important;align-items:start!important}body .site-footer .site-footer__brand,body .site-footer .site-footer__search{grid-column:1/-1!important}body .site-footer .site-footer__nav--topics{grid-column:1/2!important;order:2!important;border-right:1px solid rgba(216,242,238,.16)!important;border-bottom:0!important}body .site-footer .site-footer__nav--helpful{grid-column:2/3!important;order:3!important;border-top:0!important;border-bottom:0!important}body .site-footer .site-footer__nav{width:auto!important;min-width:0!important;max-width:100%!important;padding:22px 14px!important;margin:0!important;border-left:0!important;border-radius:0!important;background:transparent!important}body .site-footer .site-footer__nav + .site-footer__nav{padding-top:22px!important;margin-top:0!important;border-top:0!important}body .site-footer .site-footer__nav h2{font-size:1rem!important;line-height:1.25!important}body .site-footer .site-footer__nav ul{width:100%!important;max-width:100%!important;gap:9px!important}body .site-footer .site-footer__nav a{max-width:100%!important;font-size:.95rem!important;line-height:1.25!important;white-space:normal!important;word-break:normal!important}body .site-footer .site-footer__search{order:4!important;margin-top:0!important;border-top:1px solid rgba(216,242,238,.16)!important}}.single-breadcrumb,.single-breadcrumb--eyebrow,.page-breadcrumb{width:100%!important;max-width:100%!important;min-width:0!important}.single-breadcrumb--eyebrow{display:flex!important;align-items:center!important}.single-breadcrumb--eyebrow::before{flex:0 0 22px!important}.single-breadcrumb ol,.page-breadcrumb ol{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:flex-start!important;width:100%!important;max-width:100%!important;min-width:0!important;gap:4px 7px!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch;scrollbar-width:none}.single-breadcrumb ol::-webkit-scrollbar,.page-breadcrumb ol::-webkit-scrollbar{display:none}.single-breadcrumb li,.page-breadcrumb li{flex:0 0 auto!important;min-width:0!important;gap:6px!important}.single-breadcrumb li[aria-current="page"],.page-breadcrumb li[aria-current="page"]{flex:0 0 auto!important}.single-breadcrumb a,.single-breadcrumb a span,.single-breadcrumb li[aria-current="page"]span,.page-breadcrumb a,.page-breadcrumb a span,.page-breadcrumb li[aria-current="page"]span{display:inline!important;max-width:none!important;overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important}@media(max-width:980px){body .single-breadcrumb,body .page-breadcrumb{width:100%!important;max-width:100%!important;font-size:.72rem!important;letter-spacing:.055em!important;line-height:1.25!important;overflow:visible!important}body .single-breadcrumb ol,body .page-breadcrumb ol{flex-wrap:nowrap!important;gap:4px 6px!important;padding-bottom:1px!important}body .single-breadcrumb li:not(:first-child)::before,body .page-breadcrumb li:not(:first-child)::before{flex:0 0 auto!important;margin:0!important}}@media(max-width:760px){body .single-breadcrumb,body .page-breadcrumb{font-size:clamp(.56rem,2.2vw,.68rem)!important;letter-spacing:.04em!important}body .single-breadcrumb--eyebrow::before{width:18px!important;flex-basis:18px!important}body .single-breadcrumb ol,body .page-breadcrumb ol{gap:3px 5px!important}body .single-breadcrumb li,body .page-breadcrumb li{gap:5px!important}}@media(max-width:430px){body .single-breadcrumb,body .page-breadcrumb{font-size:clamp(.5rem,2.45vw,.6rem)!important;letter-spacing:.03em!important}body .single-breadcrumb--eyebrow::before{display:none!important}}.single-breadcrumb.single-breadcrumb--eyebrow::before,.page-breadcrumb.single-breadcrumb--eyebrow::before{display:inline-block!important;content:""!important;width:22px!important;height:2px!important;flex:0 0 22px!important;border-radius:99px!important;background:var(--gold)!important}.single-breadcrumb.single-breadcrumb--eyebrow ol,.page-breadcrumb.single-breadcrumb--eyebrow ol{flex:1 1 auto!important;width:auto!important;max-width:calc(100% - 30px)!important}@media(max-width:760px){body .single-breadcrumb.single-breadcrumb--eyebrow::before,body .page-breadcrumb.single-breadcrumb--eyebrow::before{display:inline-block!important;width:18px!important;flex-basis:18px!important}body .single-breadcrumb.single-breadcrumb--eyebrow ol,body .page-breadcrumb.single-breadcrumb--eyebrow ol{max-width:calc(100% - 25px)!important}}@media(max-width:430px){body .single-breadcrumb.single-breadcrumb--eyebrow::before,body .page-breadcrumb.single-breadcrumb--eyebrow::before{display:inline-block!important;width:16px!important;flex-basis:16px!important}body .single-breadcrumb.single-breadcrumb--eyebrow ol,body .page-breadcrumb.single-breadcrumb--eyebrow ol{max-width:calc(100% - 22px)!important}}@media(min-width:701px)and(max-width:980px){body .stardexa-reviews__header{display:grid!important;grid-template-columns:minmax(0,1fr)minmax(220px,274px)!important;align-items:center!important;gap:20px!important}body .stardexa-reviews__summary{width:100%!important;max-width:274px!important;min-width:220px!important;justify-self:end!important;justify-items:center!important;place-items:center!important;text-align:center!important;margin-left:auto!important}body .stardexa-reviews__header p:not(.eyebrow){max-width:640px!important}}@media(max-width:700px){body .stardexa-reviews__header{grid-template-columns:1fr!important}body .stardexa-reviews__summary{width:100%!important;max-width:none!important;min-width:0!important;justify-self:stretch!important}}.newsletter__box--subscribe{display:grid;grid-template-columns:minmax(0,1.05fr)minmax(320px,.75fr);align-items:center;gap:clamp(18px,3vw,34px)}.newsletter__content{min-width:0}.newsletter-subscribe{width:100%;max-width:430px;justify-self:end;padding:18px;border:1px solid rgba(216,242,238,.22);border-radius:22px;background:rgba(255,255,255,.08);box-shadow:0 20px 48px rgba(0,0,0,.18)}.newsletter-subscribe__form{display:grid;gap:12px;margin:0}.newsletter-subscribe__fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}.newsletter-subscribe label{display:grid;gap:6px;color:#d8f2ee;font-size:.78rem;font-weight:850}.newsletter-subscribe label span{color:#d8f2ee}.newsletter-subscribe input{width:100%;min-height:44px;border:1px solid rgba(216,242,238,.28);border-radius:14px;background:#fff;color:var(--ink);font:inherit;padding:0 13px;outline:0}.newsletter-subscribe input:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(243,184,75,.22)}.newsletter-subscribe .button{width:100%;justify-content:center}.newsletter-subscribe__note{margin:0;color:#b9ddd8!important;font-size:.78rem;line-height:1.45}.newsletter-subscribe__message{min-height:1.45em;margin:2px 0 0!important;color:#d8f2ee!important;font-size:.86rem;font-weight:850}.newsletter-subscribe__message.is-success{color:#b9f6c7!important}.newsletter-subscribe__message.is-error{color:#ffd3c7!important}.newsletter-subscribe__verify[hidden]{display:none!important}.newsletter-subscribe.is-verified .newsletter-subscribe__form{display:none}.newsletter-subscribe.is-verified .newsletter-subscribe__message{font-size:.95rem;color:#b9f6c7!important}@media(max-width:900px){.newsletter__box--subscribe{grid-template-columns:1fr}.newsletter-subscribe{max-width:100%;justify-self:stretch}.newsletter-subscribe__fields{grid-template-columns:1fr 1fr}}@media(max-width:540px){.newsletter-subscribe__fields{grid-template-columns:1fr}.newsletter-subscribe{padding:14px;border-radius:18px}.newsletter__box--subscribe{text-align:left}.newsletter__box--subscribe .eyebrow,.newsletter__box--subscribe h2,.newsletter__box--subscribe p{text-align:left}.newsletter__box--subscribe .button{justify-self:stretch}}.newsletter-subscribe--simple{display:grid;gap:12px;align-content:center}.newsletter-subscribe--simple .button{width:100%;justify-content:center}.button--ghost{background:#000000;border:1px solid rgba(216,242,238,.25);color:#fff}.button--ghost:hover,.button--ghost:focus{background:var(--coral-dark);color:#fff}.button--danger{background:#d64933!important;color:#fff!important;border-color:#d64933!important}.stardexa-subscriber-modal[hidden]{display:none!important}.stardexa-subscriber-modal{position:fixed;inset:0;z-index:99999;display:grid;place-items:center;padding:20px}.stardexa-subscriber-modal__overlay{position:absolute;inset:0;background:rgba(2,20,32,.62);backdrop-filter:blur(5px)}.stardexa-subscriber-modal__dialog{position:relative;width:min(620px,100%);max-height:calc(100vh - 40px);overflow:auto;border:1px solid rgba(194,225,220,.8);border-radius:28px;background:linear-gradient(180deg,#ffffff 0%,#f7fffd 100%);box-shadow:0 30px 90px rgba(2,20,32,.32);padding:24px;color:var(--ink)}.stardexa-subscriber-modal__close{position:absolute;top:14px;right:14px;width:38px;height:38px;border:0;border-radius:999px;background:#edf8f6;color:var(--ink);font-size:26px;line-height:1;cursor:pointer}.stardexa-subscriber-modal__head{padding-right:44px}.stardexa-subscriber-modal__head h2{margin:6px 0 16px;font-size:clamp(1.45rem,4vw,2rem);line-height:1.1}.stardexa-subscriber-tabs{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 16px}.stardexa-subscriber-tabs button{border:1px solid rgba(0,126,132,.2);border-radius:999px;background:#edf8f6;color:var(--ink);font-weight:900;padding:10px 15px;cursor:pointer}.stardexa-subscriber-tabs button.is-active{background:var(--teal);color:#fff}.stardexa-subscriber-pane{display:none}.stardexa-subscriber-pane.is-active{display:block}.stardexa-subscriber-modal .newsletter-subscribe__form{display:grid;gap:14px}.stardexa-subscriber-modal .newsletter-subscribe__fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.stardexa-subscriber-modal label{display:grid;gap:6px;color:var(--ink);font-weight:850}.stardexa-subscriber-modal label span{color:var(--ink)}.stardexa-subscriber-modal input[type="text"],.stardexa-subscriber-modal input[type="email"]{width:100%;min-height:48px;border:1px solid rgba(0,126,132,.24);border-radius:14px;background:#fff;color:var(--ink);font:inherit;padding:0 14px;outline:0}.stardexa-subscriber-modal input:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(0,126,132,.12)}.stardexa-subscriber-modal .newsletter-subscribe__note{color:#58707a!important}.stardexa-subscriber-modal .newsletter-subscribe__message{color:var(--ink)!important;font-weight:850;min-height:1.4em}.stardexa-subscriber-modal .newsletter-subscribe__message.is-success{color:#087a42!important}.stardexa-subscriber-modal .newsletter-subscribe__message.is-error{color:#b32d18!important}.stardexa-subscriber-account__empty{margin:0;padding:18px;border:1px dashed rgba(0,126,132,.28);border-radius:16px;background:#f3fbfa}.stardexa-subscriber-account__details{display:grid;gap:15px}.stardexa-subscriber-account__details>p{margin:0;padding:16px;border-radius:18px;background:#eef9f7}.stardexa-subscriber-account__details strong{font-size:1.1rem}.stardexa-subscriber-preferences{display:grid;gap:12px}.stardexa-subscriber-preferences label{display:flex;align-items:flex-start;gap:10px;padding:12px;border:1px solid rgba(0,126,132,.16);border-radius:14px;background:#fff}.stardexa-subscriber-preferences input[type="checkbox"]{width:18px;height:18px;margin-top:2px}.stardexa-subscriber-actions{display:flex;flex-wrap:wrap;gap:10px}.stardexa-subscriber-activity{display:flex;gap:10px;flex-wrap:wrap;color:#516974;font-weight:850}.stardexa-comment-subscriber-note{padding:12px 14px;border:1px solid rgba(0,126,132,.16);border-radius:16px;background:#f1fbf9;color:var(--ink);font-weight:750}.stardexa-comment-subscriber-note button{border:0;background:transparent;color:var(--teal);font-weight:900;text-decoration:underline;cursor:pointer;padding:0}.comment-form .comment-form-author input[type="hidden"],.comment-form .comment-form-email input[type="hidden"]{display:none}@media(max-width:560px){.stardexa-subscriber-modal{padding:10px}.stardexa-subscriber-modal__dialog{max-height:calc(100vh - 20px);border-radius:22px;padding:18px}.stardexa-subscriber-modal .newsletter-subscribe__fields{grid-template-columns:1fr}.stardexa-subscriber-tabs button{flex:1 1 auto}.stardexa-subscriber-actions .button{width:100%;justify-content:center}}html.stardexa-subscriber-modal-open{overflow:hidden}.header-cta--login{cursor:pointer;border:0;font:inherit;font-weight:900}.newsletter-subscribe--single{max-width:360px;display:grid;gap:10px;place-items:stretch}.newsletter-subscribe__main-button{min-height:52px;font-size:1rem}.stardexa-subscriber-modal{position:fixed;inset:0;z-index:99999;display:block;padding:0}.stardexa-subscriber-modal[hidden]{display:none!important}.stardexa-subscriber-modal__overlay{position:absolute;inset:0;background:rgba(2,20,32,.72);backdrop-filter:blur(8px)}.stardexa-subscriber-modal__dialog{position:relative;display:grid;grid-template-columns:minmax(260px,360px)minmax(0,1fr);width:100%;height:100vh;max-height:none;overflow:hidden;border:0;border-radius:0;background:#f7fffd;color:var(--ink);box-shadow:none;padding:0}.stardexa-subscriber-modal__close{position:absolute;top:18px;right:18px;z-index:5;width:44px;height:44px;border:0;border-radius:999px;background:#fff;color:var(--ink);font-size:28px;line-height:1;cursor:pointer;box-shadow:0 14px 32px rgba(2,20,32,.16)}.stardexa-subscriber-modal__side{display:flex;flex-direction:column;gap:14px;padding:clamp(24px,4vw,46px);background:linear-gradient(160deg,var(--navy),var(--deep));color:#fff}.stardexa-subscriber-modal__side .eyebrow,.stardexa-subscriber-modal__side h2,.stardexa-subscriber-modal__side p{color:#fff}.stardexa-subscriber-modal__side p{color:#d8f2ee}.stardexa-subscriber-modal__side h2{font-size:clamp(1.75rem,3vw,2.65rem);line-height:1.08}.stardexa-subscriber-modal__main{overflow:auto;padding:clamp(24px,4vw,54px);padding-right:clamp(24px,5vw,72px)}.stardexa-subscriber-tabs{display:grid;gap:10px;margin:14px 0 0}.stardexa-subscriber-tabs button{width:100%;min-height:48px;border:1px solid rgba(216,242,238,.2);border-radius:18px;background:rgba(255,255,255,.08);color:#fff;font-weight:950;text-align:left;padding:0 16px;cursor:pointer}.stardexa-subscriber-tabs button.is-active,.stardexa-subscriber-tabs button:hover{background:#fff;color:var(--teal-dark)}.stardexa-subscriber-pane{display:none;max-width:760px}.stardexa-subscriber-pane.is-active{display:grid;gap:18px}.stardexa-subscriber-pane-head{padding:20px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--shadow)}.stardexa-subscriber-pane-head h3{margin:0 0 6px;font-size:clamp(1.45rem,3vw,2rem)}.stardexa-subscriber-pane-head p{margin:0}.stardexa-subscriber-modal .newsletter-subscribe__form{display:grid;gap:14px;padding:20px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--shadow)}.stardexa-subscriber-modal .newsletter-subscribe__fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.stardexa-subscriber-modal label{display:grid;gap:7px;color:var(--ink);font-weight:850}.stardexa-subscriber-modal label span{color:var(--ink)}.stardexa-subscriber-modal input[type="text"],.stardexa-subscriber-modal input[type="email"],.stardexa-subscriber-modal input[type="url"],.stardexa-subscriber-modal textarea{width:100%;min-height:48px;border:1px solid rgba(0,126,132,.24);border-radius:14px;background:#fff;color:var(--ink);font:inherit;padding:0 14px;outline:0}.stardexa-subscriber-modal textarea{min-height:112px;padding:12px 14px;resize:vertical}.stardexa-subscriber-modal input:focus,.stardexa-subscriber-modal textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(0,126,132,.12)}.stardexa-subscriber-choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.stardexa-subscriber-choice-grid label,.stardexa-subscriber-preferences label{display:flex;align-items:flex-start;gap:10px;padding:13px;border:1px solid rgba(0,126,132,.16);border-radius:16px;background:#f7fffd}.stardexa-subscriber-choice-grid input,.stardexa-subscriber-preferences input[type="checkbox"]{width:18px;height:18px;margin-top:2px;flex:0 0 auto}.stardexa-subscriber-login-box{padding:20px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--shadow)}.stardexa-subscriber-login-box h3{margin:0 0 6px}.stardexa-subscriber-switch{margin:0;color:var(--muted);font-weight:800}.stardexa-subscriber-switch button{border:0;background:transparent;color:var(--teal-dark);font:inherit;font-weight:950;text-decoration:underline;cursor:pointer;padding:0}.stardexa-subscriber-profile-card{display:grid;gap:16px;padding:22px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:var(--shadow)}.stardexa-subscriber-profile-card__top{display:flex;gap:16px;align-items:center}.stardexa-subscriber-profile-card__top img{width:86px;height:86px;border-radius:50%;object-fit:cover;background:#edf8f6;border:3px solid #fff;box-shadow:0 12px 30px rgba(2,20,32,.12)}.stardexa-subscriber-profile-card__top h3{margin:0;font-size:1.6rem}.stardexa-subscriber-profile-card__top p{margin:0;color:var(--muted)}.stardexa-subscriber-profile-meta{display:flex;flex-wrap:wrap;gap:10px}.stardexa-subscriber-profile-meta span,.stardexa-subscriber-review-card{padding:12px 14px;border:1px solid rgba(0,126,132,.14);border-radius:16px;background:#f3fbfa;color:var(--ink);font-weight:850}.stardexa-subscriber-bio{margin:0;color:var(--muted);line-height:1.65}.stardexa-subscriber-review-card{display:grid;gap:4px;text-align:center}.stardexa-subscriber-review-card strong{font-size:2.6rem;color:var(--teal-dark);line-height:1}.stardexa-subscriber-settings-locked{padding:20px;border:1px dashed rgba(0,126,132,.24);border-radius:20px;background:#fff}.stardexa-subscriber-settings-forms{display:grid;gap:16px}.stardexa-subscriber-preferences{display:grid;gap:12px;padding:20px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--shadow)}.stardexa-subscriber-actions{display:flex;flex-wrap:wrap;gap:10px}.stardexa-subscriber-danger-zone{padding:16px;border:1px solid rgba(214,73,51,.14);border-radius:18px;background:#fff7f5}.newsletter-subscribe__message{min-height:1.45em;margin:0!important;color:var(--ink)!important;font-size:.9rem;font-weight:850}.newsletter-subscribe__message.is-success{color:#087a42!important}.newsletter-subscribe__message.is-error{color:#b32d18!important}.button--danger{background:#d64933!important;color:#fff!important;border-color:#d64933!important}.stardexa-comment-subscriber-note{padding:12px 14px;border:1px solid rgba(0,126,132,.16);border-radius:16px;background:#f1fbf9;color:var(--ink);font-weight:750}.stardexa-comment-subscriber-note button{border:0;background:transparent;color:var(--teal);font-weight:900;text-decoration:underline;cursor:pointer;padding:0}.comment-form .comment-form-author input[type="hidden"],.comment-form .comment-form-email input[type="hidden"]{display:none}html.stardexa-subscriber-modal-open{overflow:hidden}@media(max-width:900px){.stardexa-subscriber-modal__dialog{grid-template-columns:1fr;overflow:auto}.stardexa-subscriber-modal__side{padding:24px 18px 18px}.stardexa-subscriber-modal__main{padding:18px}.stardexa-subscriber-tabs{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.stardexa-subscriber-tabs button{min-height:42px;text-align:center;padding:0 8px;border-radius:14px}.stardexa-subscriber-choice-grid{grid-template-columns:1fr}.stardexa-subscriber-modal .newsletter-subscribe__fields{grid-template-columns:1fr}}@media(max-width:560px){.newsletter__box--subscribe{display:grid;text-align:left}.newsletter-subscribe--single{max-width:100%;width:100%}.stardexa-subscriber-modal__side h2{font-size:1.55rem}.stardexa-subscriber-tabs{grid-template-columns:1fr 1fr}.stardexa-subscriber-profile-card__top{align-items:flex-start}.stardexa-subscriber-profile-card__top img{width:72px;height:72px}.stardexa-subscriber-actions .button{width:100%;justify-content:center}}.stardexa-subscriber-modal .stardexa-auth-only[hidden],.stardexa-subscriber-modal .stardexa-account-only[hidden]{display:none!important}.stardexa-subscriber-modal.is-logged-out .stardexa-account-only{display:none!important}.stardexa-subscriber-modal.is-logged-in .stardexa-auth-only{display:none!important}.stardexa-subscriber-modal.is-logged-out .stardexa-subscriber-modal__dialog{grid-template-columns:minmax(260px,360px)minmax(0,620px);justify-content:center}.stardexa-subscriber-modal.is-logged-out .stardexa-subscriber-modal__main{display:flex;align-items:center;width:100%}.stardexa-subscriber-modal.is-logged-out .stardexa-subscriber-pane{width:100%;max-width:620px}.stardexa-subscriber-modal.is-logged-out .stardexa-subscriber-tabs{grid-template-columns:1fr 1fr;display:grid}.stardexa-subscriber-modal.is-logged-in .stardexa-subscriber-tabs{display:grid}.stardexa-subscriber-modal .stardexa-subscriber-pane[hidden]{display:none!important}.stardexa-subscriber-modal .stardexa-subscriber-pane.is-active[hidden]{display:none!important}.stardexa-subscriber-modal .stardexa-avatar-upload input[type="file"]{width:100%;padding:12px;border:1px dashed rgba(0,126,132,.28);border-radius:14px;background:#f7fffd;color:var(--ink);font:inherit}.stardexa-subscriber-modal .stardexa-avatar-upload small{display:block;color:var(--muted);font-weight:700;line-height:1.4}.stardexa-subscriber-profile-card__top img{display:block!important;background:#e7f8f3}.newsletter-subscribe--single{justify-content:center;align-items:center}.newsletter-subscribe--single .newsletter-subscribe__main-button{min-width:220px}.stardexa-subscriber-modal .stardexa-subscriber-choice-grid label{cursor:pointer}@media(max-width:900px){.stardexa-subscriber-modal.is-logged-out .stardexa-subscriber-modal__dialog{grid-template-columns:1fr}.stardexa-subscriber-modal.is-logged-out .stardexa-subscriber-modal__main{display:block}.stardexa-subscriber-modal.is-logged-out .stardexa-subscriber-tabs{grid-template-columns:1fr 1fr}.stardexa-subscriber-modal.is-logged-in .stardexa-subscriber-tabs{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:560px){.stardexa-subscriber-modal.is-logged-in .stardexa-subscriber-tabs{grid-template-columns:1fr 1fr}.stardexa-subscriber-modal.is-logged-out .stardexa-subscriber-tabs{grid-template-columns:1fr 1fr}.newsletter-subscribe--single .newsletter-subscribe__main-button{min-width:0;width:100%}}.header-cta--profile{width:52px;min-width:52px;height:52px;padding:5px!important;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden}.header-cta--profile .header-cta__avatar{width:40px;height:40px;border-radius:999px;object-fit:cover;display:block;background:#edf8f6;border:2px solid rgba(255,255,255,.85);box-shadow:0 4px 14px rgba(2,20,32,.16)}.header-cta--profile:hover .header-cta__avatar,.header-cta--profile:focus-visible .header-cta__avatar{transform:scale(1.03)}.newsletter-subscribe__main-button.is-subscribed{background:#edf8f6!important;color:var(--teal-dark)!important;border:1px solid rgba(0,126,132,.28)!important;box-shadow:none!important}.newsletter-subscribe__main-button.is-subscribed:hover,.newsletter-subscribe__main-button.is-subscribed:focus-visible{background:#dff4f0!important;color:var(--teal-dark)!important}.stardexa-comment-login-required{margin:0 0 1rem;padding:.95rem 1rem;border:1px solid rgba(28,115,104,.18);border-radius:16px;background:#f3fbf8;color:var(--color-text,#17211f)}.stardexa-comment-login-required button,.stardexa-comment-subscriber-note button{appearance:none;border:0;border-radius:999px;background:var(--color-primary,#147365);color:#fff;font-weight:800;padding:.45rem .8rem;margin-inline-start:.35rem;cursor:pointer}.stardexa-comment-login-required button:focus-visible,.stardexa-comment-subscriber-note button:focus-visible{outline:3px solid rgba(20,115,101,.32);outline-offset:3px}.stardexa-subscriber-comments-list{display:grid;gap:.85rem;margin-top:1rem}.stardexa-subscriber-comment{border:1px solid rgba(23,33,31,.12);border-radius:18px;background:#fff;padding:1rem;box-shadow:0 12px 30px rgba(12,38,35,.08)}.stardexa-subscriber-comment__top{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.stardexa-subscriber-comment__top a{font-weight:900;color:inherit;text-decoration:none}.stardexa-subscriber-comment__status{border-radius:999px;padding:.25rem .55rem;font-size:.72rem;font-weight:900;white-space:nowrap;background:#fff7de;color:#7a5600}.stardexa-subscriber-comment__status.is-approved{background:#e9f8ef;color:#176b39}.stardexa-subscriber-comment__rating{display:inline-block;font-size:.9rem;letter-spacing:.05em;color:#b37c00;margin-bottom:.35rem}.stardexa-subscriber-comment__content{white-space:pre-wrap;margin:.4rem 0}.stardexa-subscriber-comment__actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.8rem}.stardexa-subscriber-comment__locked{margin:.65rem 0 0;font-size:.85rem;color:rgba(23,33,31,.65)}@media(max-width:640px){.stardexa-subscriber-comment__top{flex-direction:column}}#commentform.stardexa-commentform--guest[data-stardexa-comment-gated],#commentform.stardexa-commentform--guest .comment-form-comment,#commentform.stardexa-commentform--guest .stardexa-review-rating-field,#commentform.stardexa-commentform--guest .form-submit{display:none!important}#commentform.stardexa-commentform--guest .form-submit input[disabled],#commentform.stardexa-commentform--guest[data-stardexa-comment-gated]input[disabled],#commentform.stardexa-commentform--guest[data-stardexa-comment-gated]textarea[disabled]{cursor:not-allowed}#commentform.stardexa-commentform--subscriber .stardexa-comment-login-required{display:none!important}#commentform.stardexa-commentform--subscriber[data-stardexa-comment-gated][hidden]{display:none!important}#commentform.stardexa-commentform--subscriber .stardexa-comment-subscriber-note,#commentform.stardexa-commentform--subscriber .stardexa-comment-login-required{display:none!important}@media(max-width:900px){.stardexa-subscriber-modal__dialog{grid-template-columns:1fr!important;height:100dvh;overflow:hidden;background:#f7fffd}.stardexa-subscriber-modal__close{top:12px;right:12px;width:38px;height:38px;font-size:24px;box-shadow:0 10px 24px rgba(2,20,32,.14)}.stardexa-subscriber-modal__side{flex:0 0 auto;gap:8px;padding:14px 14px 12px!important;padding-right:58px!important;border-bottom:1px solid rgba(216,242,238,.14)}.stardexa-subscriber-modal__side .eyebrow{font-size:.72rem;letter-spacing:.08em;margin:0}.stardexa-subscriber-modal__side h2{margin:0;font-size:clamp(1.05rem,4.2vw,1.35rem)!important;line-height:1.15}.stardexa-subscriber-modal__side p{display:none}.stardexa-subscriber-modal.is-logged-in .stardexa-subscriber-tabs,.stardexa-subscriber-modal.is-logged-out .stardexa-subscriber-tabs,.stardexa-subscriber-tabs{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:6px!important;margin:8px 0 0!important;width:100%}.stardexa-subscriber-modal.is-logged-out .stardexa-subscriber-tabs{grid-template-columns:repeat(2,minmax(0,1fr))!important}.stardexa-subscriber-tabs button{min-width:0!important;width:100%!important;min-height:36px!important;padding:0 6px!important;border-radius:999px!important;font-size:clamp(.72rem,2.7vw,.88rem)!important;line-height:1!important;text-align:center!important;white-space:nowrap;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}.stardexa-subscriber-tabs button.is-active,.stardexa-subscriber-tabs button:hover,.stardexa-subscriber-tabs button:focus-visible{background:#ffffff;color:var(--teal-dark);box-shadow:0 8px 20px rgba(2,20,32,.12)}.stardexa-subscriber-modal__main{overflow:auto;padding:14px!important}.stardexa-subscriber-pane.is-active{gap:12px}.stardexa-subscriber-profile-card,.stardexa-subscriber-pane-head,.stardexa-subscriber-modal .newsletter-subscribe__form,.stardexa-subscriber-preferences,.stardexa-subscriber-login-box{border-radius:18px;padding:16px}.stardexa-subscriber-profile-card__top{gap:12px}.stardexa-subscriber-profile-card__top img{width:64px!important;height:64px!important}.stardexa-subscriber-profile-card__top h3{font-size:clamp(1.2rem,5vw,1.55rem)}.stardexa-subscriber-profile-meta span{padding:10px 12px;border-radius:14px}}@media(max-width:420px){.stardexa-subscriber-modal__side{padding-left:12px!important;padding-right:52px!important}.stardexa-subscriber-tabs{gap:5px!important}.stardexa-subscriber-tabs button{font-size:.68rem!important;min-height:34px!important;padding:0 3px!important}}.stardexa-subscriber-modal.is-logged-in #stardexa-subscriber-title{display:none!important}.stardexa-subscriber-modal__side .stardexa-subscriber-account-intro{max-width:520px;margin:0;font-size:clamp(.95rem,1.2vw,1.05rem);line-height:1.55}@media(max-width:900px){.stardexa-subscriber-modal__side{gap:6px!important}.stardexa-subscriber-modal__side p.stardexa-auth-only:not(.eyebrow):not([hidden]),.stardexa-subscriber-modal__side p.stardexa-account-only:not(.eyebrow):not([hidden]){display:block!important;margin:0;font-size:clamp(.78rem,2.7vw,.9rem)!important;line-height:1.38!important;color:#d8f2ee!important;max-width:100%}.stardexa-subscriber-modal__side .eyebrow:not([hidden]){display:inline-flex!important;align-items:center;gap:8px}}@media(max-width:420px){.stardexa-subscriber-modal__side p.stardexa-auth-only:not(.eyebrow):not([hidden]),.stardexa-subscriber-modal__side p.stardexa-account-only:not(.eyebrow):not([hidden]){font-size:.76rem!important;line-height:1.34!important}}@media(max-width:979px){.stardexa-subscriber-modal.is-logged-in .stardexa-subscriber-modal__dialog,.stardexa-subscriber-modal.is-logged-out .stardexa-subscriber-modal__dialog,.stardexa-subscriber-modal__dialog{display:grid!important;grid-template-columns:1fr!important;grid-template-rows:auto minmax(0,1fr)!important;height:100dvh!important;max-height:100dvh!important;overflow:hidden!important;background:#f7fffd!important}.stardexa-subscriber-modal__side{display:grid!important;grid-template-columns:1fr!important;align-content:start!important;gap:8px!important;min-height:0!important;height:auto!important;padding:18px 72px 16px 20px!important;border-bottom:1px solid rgba(216,242,238,.14)!important;box-shadow:0 14px 32px rgba(2,20,32,.14)!important}.stardexa-subscriber-modal__side .eyebrow:not([hidden]){display:inline-flex!important;align-items:center!important;gap:8px!important;width:auto!important;margin:0!important;font-size:.74rem!important;letter-spacing:.11em!important;line-height:1.2!important}.stardexa-subscriber-modal.is-logged-in #stardexa-subscriber-title{display:none!important}.stardexa-subscriber-modal__side p.stardexa-account-only:not(.eyebrow):not([hidden]),.stardexa-subscriber-modal__side p.stardexa-auth-only:not(.eyebrow):not([hidden]){display:block!important;max-width:760px!important;margin:0!important;font-size:clamp(.78rem,1.6vw,.95rem)!important;line-height:1.4!important;color:#d8f2ee!important}.stardexa-subscriber-tabs{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important;width:min(100%,920px)!important;margin:8px 0 0!important}.stardexa-subscriber-modal.is-logged-out .stardexa-subscriber-tabs{grid-template-columns:repeat(2,minmax(0,1fr))!important;width:min(100%,520px)!important}.stardexa-subscriber-tabs button{min-width:0!important;width:100%!important;min-height:40px!important;padding:0 10px!important;border-radius:999px!important;font-size:clamp(.78rem,1.9vw,.94rem)!important;line-height:1!important;text-align:center!important;white-space:nowrap!important;background:rgba(255,255,255,.08)!important;border-color:rgba(216,242,238,.24)!important}.stardexa-subscriber-tabs button.is-active,.stardexa-subscriber-tabs button:hover,.stardexa-subscriber-tabs button:focus-visible{background:#ffffff!important;color:var(--teal-dark)!important;box-shadow:0 8px 20px rgba(2,20,32,.12)!important}.stardexa-subscriber-modal__main{min-height:0!important;overflow:auto!important;padding:clamp(16px,3vw,28px)!important}}@media(max-width:640px){.stardexa-subscriber-modal__close{top:10px!important;right:10px!important;width:36px!important;height:36px!important;font-size:23px!important}.stardexa-subscriber-modal__side{gap:6px!important;padding:12px 54px 11px 14px!important}.stardexa-subscriber-modal__side .eyebrow:not([hidden]){font-size:.66rem!important;letter-spacing:.09em!important}.stardexa-subscriber-modal__side p.stardexa-account-only:not(.eyebrow):not([hidden]),.stardexa-subscriber-modal__side p.stardexa-auth-only:not(.eyebrow):not([hidden]){font-size:.74rem!important;line-height:1.32!important}.stardexa-subscriber-tabs{gap:5px!important;margin-top:6px!important}.stardexa-subscriber-tabs button{min-height:32px!important;padding:0 4px!important;font-size:clamp(.62rem,2.8vw,.76rem)!important;letter-spacing:-.01em!important}.stardexa-subscriber-modal__main{padding:12px!important}}@media(max-width:979px){.site-header__actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:6px!important}.site-header__actions .header-cta--login{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:42px!important;min-width:42px!important;max-width:42px!important;height:42px!important;min-height:42px!important;padding:0!important;border-radius:999px!important;background:#edf8f6!important;color:var(--teal-dark)!important;box-shadow:0 10px 24px rgba(2,20,32,.08)!important;order:2!important;font-size:0!important;line-height:1!important;overflow:hidden!important}.site-header__actions .header-search-toggle{order:1!important}.site-header__actions .nav-toggle{order:3!important}.site-header__actions .header-cta--login:not(.header-cta--profile)::before{content:""!important;display:block!important;width:16px!important;height:16px!important;border:2px solid currentColor!important;border-radius:999px!important;box-shadow:0 15px 0 -5px currentColor!important;transform:translateY(-5px)!important}.site-header__actions .header-cta--profile{background:#ffffff!important;border:2px solid var(--coral)!important;box-shadow:0 10px 24px rgba(200,74,49,.16)!important}.site-header__actions .header-cta--profile .header-cta__avatar{width:34px!important;height:34px!important;border:2px solid rgba(255,255,255,.95)!important;box-shadow:none!important}.site-header__actions .header-cta__label:not(.screen-reader-text){position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}}@media(max-width:760px){.site-header__inner{grid-template-columns:minmax(0,1fr)auto!important;gap:8px!important;min-height:64px!important}.site-branding{max-width:calc(100vw - 188px)!important}.site-logo-text{gap:8px!important}.site-logo-mark{width:36px!important;height:36px!important;border-radius:13px!important}}@media(max-width:390px){.site-header__actions{gap:5px!important}.site-header__actions .header-search-toggle,.site-header__actions .header-cta--login,.site-header__actions .nav-toggle{width:38px!important;min-width:38px!important;max-width:38px!important;height:38px!important;min-height:38px!important}.site-header__actions .header-cta--profile .header-cta__avatar{width:30px!important;height:30px!important}.site-branding{max-width:calc(100vw - 168px)!important}}@media(min-width:980px){.stardexa-subscriber-modal.is-logged-in .stardexa-subscriber-modal__dialog,.stardexa-subscriber-modal__dialog{grid-template-columns:minmax(260px,360px)minmax(0,1fr)!important;grid-template-rows:none!important}.stardexa-subscriber-modal__side{display:flex!important;flex-direction:column!important;gap:14px!important;height:100vh!important;padding:clamp(24px,4vw,46px)!important;border-bottom:0!important;box-shadow:none!important}.stardexa-subscriber-tabs{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;width:100%!important;margin:14px 0 0!important}.stardexa-subscriber-tabs button{width:100%!important;min-height:48px!important;padding:0 16px!important;text-align:left!important;border-radius:18px!important;font-size:1rem!important}}@media(max-width:979px){.stardexa-subscriber-modal.is-logged-in .stardexa-subscriber-modal__dialog,.stardexa-subscriber-modal.is-logged-out .stardexa-subscriber-modal__dialog,.stardexa-subscriber-modal__dialog{display:grid!important;grid-template-columns:1fr!important;grid-template-rows:auto minmax(0,1fr)!important;height:100dvh!important;max-height:100dvh!important;overflow:hidden!important}.stardexa-subscriber-modal__side{display:grid!important;grid-template-columns:1fr!important;align-content:start!important;gap:7px!important;height:auto!important;min-height:0!important;padding:16px 68px 14px 18px!important;border-bottom:1px solid rgba(216,242,238,.14)!important;box-shadow:0 14px 32px rgba(2,20,32,.14)!important}.stardexa-subscriber-tabs{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:7px!important;width:100%!important;margin:7px 0 0!important}.stardexa-subscriber-tabs button{width:100%!important;min-width:0!important;min-height:38px!important;padding:0 8px!important;border-radius:999px!important;font-size:clamp(.72rem,2.1vw,.9rem)!important;line-height:1!important;text-align:center!important;white-space:nowrap!important}.stardexa-subscriber-modal__main{min-height:0!important;overflow:auto!important;padding:clamp(14px,3vw,24px)!important}}@media(max-width:520px){.stardexa-subscriber-tabs{gap:5px!important}.stardexa-subscriber-tabs button{min-height:34px!important;padding:0 4px!important;font-size:clamp(.62rem,2.9vw,.76rem)!important}}.stardexa-subscriber-comment__actions{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:10px!important}.stardexa-subscriber-comment__actions .button{width:auto!important;min-width:118px!important;max-width:max-content!important;min-height:42px!important;padding:0 22px!important;justify-content:center!important;flex:0 0 auto!important;border-radius:999px!important}@media(max-width:520px){.stardexa-subscriber-comment__actions .button{min-width:104px!important;min-height:38px!important;padding:0 18px!important}}.stardexa-subscriber-settings-forms .newsletter-subscribe__fields{align-items:stretch!important}.stardexa-subscriber-settings-forms .newsletter-subscribe__fields>label{display:flex!important;flex-direction:column!important;height:100%!important}.stardexa-subscriber-settings-forms .newsletter-subscribe__fields>label>input[type="text"],.stardexa-subscriber-settings-forms .newsletter-subscribe__fields>label>input[type="file"]{min-height:58px!important;height:58px!important;box-sizing:border-box!important}.stardexa-subscriber-settings-forms .stardexa-avatar-upload small{min-height:38px!important;display:flex!important;align-items:center!important;margin-top:8px!important}.stardexa-subscriber-settings-forms .newsletter-subscribe__fields>label:not(.stardexa-avatar-upload)::after{content:"";display:block;min-height:46px}@media(max-width:760px){.stardexa-subscriber-settings-forms .newsletter-subscribe__fields>label:not(.stardexa-avatar-upload)::after{display:none}}.stardexa-subscriber-comment.is-editing{border-color:rgba(20,115,101,.36)!important;box-shadow:0 16px 36px rgba(12,38,35,.10)!important}.stardexa-subscriber-comment__editor{margin-top:.75rem}.stardexa-subscriber-comment__editor textarea{width:100%!important;min-height:118px!important;border:1px solid rgba(20,115,101,.22)!important;border-radius:16px!important;background:#f8fffd!important;padding:.85rem 1rem!important;font:inherit!important;line-height:1.55!important;color:var(--color-text,#17211f)!important;resize:vertical!important;outline:none!important}.stardexa-subscriber-comment__editor textarea:focus{border-color:var(--color-primary,#147365)!important;box-shadow:0 0 0 4px rgba(20,115,101,.10)!important}.stardexa-subscriber-comment__editor-actions{display:flex!important;flex-wrap:wrap!important;gap:10px!important;align-items:center!important;margin-top:.65rem!important}.stardexa-subscriber-comment__editor-actions .button{width:auto!important;min-width:118px!important;max-width:max-content!important;min-height:40px!important;padding:0 20px!important;border-radius:999px!important;flex:0 0 auto!important}.stardexa-subscriber-comment__editor-actions .button--primary{background:var(--color-primary,#147365)!important;color:#fff!important;border-color:var(--color-primary,#147365)!important}@media(max-width:520px){.stardexa-subscriber-comment__editor-actions .button{min-width:104px!important;min-height:38px!important;padding:0 16px!important}}.stardexa-subscriber-profile-card .stardexa-subscriber-actions,.stardexa-subscriber-danger-zone{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:10px!important}.stardexa-subscriber-profile-card .stardexa-subscriber-actions .button,.stardexa-subscriber-danger-zone .button{width:auto!important;min-width:132px!important;max-width:max-content!important;min-height:42px!important;padding:0 22px!important;justify-content:center!important;flex:0 0 auto!important;border-radius:999px!important}.stardexa-subscriber-profile-card .stardexa-subscriber-actions .button--primary{min-width:190px!important}.stardexa-subscriber-danger-zone .button--danger{min-width:146px!important}@media(max-width:979px){.stardexa-subscriber-profile-card .stardexa-subscriber-actions,.stardexa-subscriber-danger-zone{justify-content:flex-start!important}.stardexa-subscriber-profile-card .stardexa-subscriber-actions .button,.stardexa-subscriber-danger-zone .button{width:auto!important;min-width:124px!important;max-width:max-content!important;min-height:40px!important;padding:0 20px!important;flex:0 0 auto!important}.stardexa-subscriber-profile-card .stardexa-subscriber-actions .button--primary{min-width:178px!important}.stardexa-subscriber-danger-zone .button--danger{min-width:140px!important}}@media(max-width:420px){.stardexa-subscriber-profile-card .stardexa-subscriber-actions,.stardexa-subscriber-danger-zone{gap:8px!important}.stardexa-subscriber-profile-card .stardexa-subscriber-actions .button,.stardexa-subscriber-danger-zone .button{width:100%!important;max-width:none!important;min-width:0!important;flex:1 1 100%!important}}.newsletter__box--subscribe .newsletter-subscribe--single{width:auto!important;max-width:none!important;justify-self:center!important;place-items:center!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.newsletter__box--subscribe .newsletter-subscribe--single .newsletter-subscribe__main-button{width:auto!important;min-width:220px!important;max-width:100%!important;padding-inline:34px!important;justify-self:center!important}@media(max-width:900px){.newsletter__box--subscribe .newsletter-subscribe--single{justify-self:center!important;width:100%!important}.newsletter__box--subscribe .newsletter-subscribe--single .newsletter-subscribe__main-button{width:auto!important;min-width:220px!important}}@media(max-width:420px){.newsletter__box--subscribe .newsletter-subscribe--single .newsletter-subscribe__main-button{width:min(100%,260px)!important;min-width:0!important}}.stardexa-subscriber-profile-card .stardexa-subscriber-actions,.stardexa-subscriber-danger-zone{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;align-items:center!important}.stardexa-subscriber-profile-card .stardexa-subscriber-actions .button,.stardexa-subscriber-danger-zone .button{width:100%!important;max-width:none!important;min-width:0!important;flex:0 1 auto!important;padding-inline:16px!important;justify-content:center!important}@media(min-width:980px){.stardexa-subscriber-profile-card .stardexa-subscriber-actions,.stardexa-subscriber-danger-zone{max-width:560px!important}}@media(max-width:360px){.stardexa-subscriber-profile-card .stardexa-subscriber-actions,.stardexa-subscriber-danger-zone{grid-template-columns:1fr!important}}.site-header__actions .header-cta--login:not(.header-cta--profile){position:relative!important}@media(max-width:979px){.site-header__actions .header-cta--login:not(.header-cta--profile){background:#edf8f6!important;border:1px solid rgba(0,126,132,.12)!important;color:var(--teal-dark)!important;box-shadow:0 10px 24px rgba(2,20,32,.08)!important}.site-header__actions .header-cta--login:not(.header-cta--profile)::before{content:""!important;position:absolute!important;left:50%!important;top:10px!important;width:12px!important;height:12px!important;margin-left:-6px!important;border:2px solid currentColor!important;border-radius:50%!important;box-shadow:none!important;transform:none!important}.site-header__actions .header-cta--login:not(.header-cta--profile)::after{content:""!important;position:absolute!important;left:50%!important;bottom:9px!important;width:20px!important;height:10px!important;margin-left:-10px!important;border:2px solid currentColor!important;border-bottom:0!important;border-radius:999px 999px 0 0!important}}.site-header__top-inner{justify-content:flex-start!important;text-align:left!important}.site-header__top p{flex:1 1 auto;text-align:left!important}.site-header__top-links{margin-left:auto}@media(max-width:760px){.site-header__top-inner{justify-content:flex-start!important;text-align:left!important}.site-header__top p{width:100%;text-align:left!important}}.single-post-faq{margin:clamp(24px,4vw,38px)0;padding:clamp(22px,4vw,34px);border:1px solid var(--line);border-radius:26px;background:#f8fffc;box-shadow:0 8px 18px rgba(7,21,32,.05)}.single-post-faq .faq__grid{grid-template-columns:minmax(210px,.72fr)minmax(0,1.28fr);gap:clamp(18px,3vw,28px)}.single-post-faq .section-heading{text-align:left;margin:0}.single-post-faq .section-heading h2{margin-bottom:0}.single-post-faq .faq-list details{box-shadow:none}.single-post-faq .faq-list p{line-height:1.65}@media(max-width:980px){.single-post-faq{padding:20px;border-radius:22px}.single-post-faq .faq__grid{grid-template-columns:1fr}.single-post-faq .section-heading{text-align:left!important;margin:0!important}}.comment-form input::placeholder,.comment-form textarea::placeholder{color:#5f7076;opacity:1}.comment-form input::-webkit-input-placeholder,.comment-form textarea::-webkit-input-placeholder{color:#5f7076;opacity:1}.index-hero__panel{overflow:hidden}.index-hero__featured-media{margin:-10px -10px 18px;border-radius:24px;overflow:hidden;background:#eaf8f3;box-shadow:0 14px 28px rgba(7,21,32,.12)}.index-hero__featured-media img{display:block;width:100%;aspect-ratio:16/10;height:auto;object-fit:cover}.index-hero__featured-media+.hero__panel-top{margin-top:4px}@media (max-width:1060px){.index-hero__featured-media{margin:-4px -4px 16px;border-radius:20px}}
/* Hero panel full-width content fix v2.0.27
   Keeps page/post hero navigation content stretched across the available card width.
   Stats remain two equal columns (50% / 50%) on desktop, tablet, and mobile. */
.hero__panel,
.hero__panel .hero__panel-top,
.hero__panel .hero-topic-list,
.hero__panel .hero-topic-list li,
.hero__panel .hero-topic-list a,
.hero__panel .single-hero-card__stats,
.hero__panel .author-hero-card__stats,
.hero__panel .single-toc,
.hero__panel .single-toc__list,
.hero__panel .single-toc__item,
.hero__panel .single-toc__details,
.hero__panel .single-toc__link,
.hero__panel .single-toc__details summary,
.hero__panel .single-toc__empty{
	width:100%!important;
	max-width:none!important;
	min-width:0!important;
	justify-self:stretch!important;
}
.hero__panel .single-hero-card__stats,
.hero__panel .author-hero-card__stats{
	display:grid!important;
	grid-template-columns:repeat(2,minmax(0,1fr))!important;
	gap:10px!important;
	align-items:stretch!important;
}
.hero__panel .single-hero-card__stats > div,
.hero__panel .author-hero-card__stats > div{
	min-width:0!important;
}
.hero__panel .single-toc,
.hero__panel .single-toc__list{
	display:grid!important;
	grid-template-columns:1fr!important;
}
.hero__panel .single-toc__link,
.hero__panel .single-toc__details summary,
.hero__panel .hero-topic-list a{
	box-sizing:border-box!important;
}
@media (max-width:1060px){
	body .hero .hero__panel{
		width:100%!important;
		max-width:none!important;
		margin-left:0!important;
		margin-right:0!important;
	}
}
@media (max-width:760px){
	.hero__panel .single-hero-card__stats,
	.hero__panel .author-hero-card__stats{
		grid-template-columns:repeat(2,minmax(0,1fr))!important;
		gap:8px!important;
	}
	.hero__panel .single-hero-card__stats dt,
	.hero__panel .author-hero-card__stats dt{
		white-space:normal!important;
	}
	.hero__panel .single-hero-card__stats dd,
	.hero__panel .author-hero-card__stats dd{
		white-space:normal!important;
		overflow-wrap:anywhere!important;
	}
}
@media (max-width:380px){
	.hero__panel .single-hero-card__stats,
	.hero__panel .author-hero-card__stats{
		grid-template-columns:repeat(2,minmax(0,1fr))!important;
		gap:6px!important;
	}
}
.single-content ul,.single-content ol{margin-inline-start:.3rem;padding-inline-start:1.7rem}.single-content ul ul,.single-content ul ol,.single-content ol ul,.single-content ol ol{margin-inline-start:0;padding-inline-start:1.35rem}.single-content .wp-block-table,.single-content figure.wp-block-table{overflow:hidden}.single-content .stardexa-table-scroll{max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#08757a #e8f4f1}.single-content .stardexa-table-scroll::-webkit-scrollbar{height:10px}.single-content .stardexa-table-scroll::-webkit-scrollbar-track{background:#e8f4f1}.single-content .stardexa-table-scroll::-webkit-scrollbar-thumb{background:#08757a;border-radius:999px}.single-content .stardexa-table-scroll--standalone{margin:1.8em auto;border:1px solid #b8d6d1;border-radius:18px;background:#fff;box-shadow:0 14px 32px rgba(7,21,32,.055)}.single-content .stardexa-table-scroll table{width:max-content;min-width:100%;margin:0;border:0;border-radius:0;box-shadow:none}.single-content .stardexa-table-scroll th,.single-content .stardexa-table-scroll td{min-width:130px;white-space:normal}.single-content .stardexa-table-scroll--standalone table tr:first-child>*{border-top:0}.single-content table.stardexa-table--first-row-heading tbody>tr:first-child>th,.single-content table.stardexa-table--first-row-heading tbody>tr:first-child>td{background:#e7f8f3;color:#071b2c;font-weight:950;letter-spacing:-.01em}@media(max-width:760px){.single-content ul,.single-content ol{margin-inline-start:.2rem;padding-inline-start:1.5rem}.single-content .stardexa-table-scroll th,.single-content .stardexa-table-scroll td{min-width:120px}}.author-directory{background:#fff}.author-directory__heading{align-items:end}.author-directory__count{margin:0;color:var(--teal-dark);font-size:.9rem;font-weight:900}.author-directory__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.author-directory-card{display:grid;grid-template-columns:86px minmax(0,1fr);gap:16px;align-items:start;padding:20px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--shadow)}.author-directory-card__avatar{display:block;width:86px;height:86px;overflow:hidden;border-radius:22px;background:#e7f8f3}.author-directory-card__avatar img{width:100%;height:100%;object-fit:cover}.author-directory-card__body{min-width:0}.author-directory-card h3{margin:0 0 6px;font-size:1.15rem}.author-directory-card h3 a{color:var(--ink);text-decoration:none}.author-directory-card h3 a:hover{color:var(--teal-dark)}.author-directory-card__count{margin:0 0 8px;color:var(--teal-dark);font-size:.77rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.author-directory-card__bio{margin:0 0 12px;font-size:.91rem;line-height:1.55}.author-directory__pagination{margin-top:30px}.author-directory__pagination .page-numbers{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.author-directory__pagination .page-numbers a,.author-directory__pagination .page-numbers span{display:inline-flex;align-items:center;justify-content:center;min-width:40px;min-height:40px;padding:0 12px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--ink);font-size:.88rem;font-weight:900;text-decoration:none}.author-directory__pagination .page-numbers .current{border-color:var(--teal-dark);background:var(--teal-dark);color:#fff}.author-directory__pagination .page-numbers a:hover{border-color:var(--teal-dark);color:var(--teal-dark)}@media(max-width:980px){.author-directory__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.author-directory__grid{grid-template-columns:1fr}.author-directory-card{grid-template-columns:72px minmax(0,1fr);padding:18px}.author-directory-card__avatar{width:72px;height:72px;border-radius:19px}}


/* LCP render isolation v2.0.41: keep distant DOM out of the initial paint work. */
@supports (content-visibility:auto){
	.site-main > .section:not(.hero),
	.site-main > .container,
	.site-main > .single-post-shell,
	.site-main > .single-page__ad,
	.site-footer{
		content-visibility:auto;
		contain-intrinsic-size:auto 860px;
	}
}
.header-cta--profile .header-cta__avatar--placeholder{position:relative;overflow:hidden;background:#e7f8f3}
.header-cta--profile .header-cta__avatar--placeholder::before{position:absolute;top:8px;left:50%;width:12px;height:12px;border-radius:50%;background:#0f5f73;transform:translateX(-50%);content:""}
.header-cta--profile .header-cta__avatar--placeholder::after{position:absolute;right:7px;bottom:5px;left:7px;height:13px;border-radius:12px 12px 8px 8px;background:#0f5f73;content:""}
