:root{--ap-brand-green:#25B005;--ap-green-deep:#1d9004;--ap-green:#25B005;--ap-green-mid:#25B005;--ap-green-action:#25B005;--ap-green-bright:#32d610;--ap-green-light:#4ae020;--ap-green-sub:#eef9ea;--ap-green-muted:#c8ebc0;--ap-charcoal:#0f172a;--ap-page-bg:#f4f6f8;--ap-surface:#ffffff;--ap-border:#e5e7eb;--ap-border-strong:#d1d5db;--ap-gradient-green:linear-gradient(135deg,#3dcc0a 0%,#25B005 50%,#1d9004 100%);--ap-gradient-green-soft:linear-gradient(135deg,#4ae020 0%,#25B005 55%,#1a8004 100%);--phoenix-primary:#25B005;--phoenix-primary-rgb:37,176,5;--phoenix-primary-dark:#1d9004;--phoenix-primary-light:#32d610;--phoenix-primary-subtle:#e3f5dc;--phoenix-primary-subtle-hover:#ccefc4;--phoenix-primary-text-emphasis:#176d03;--phoenix-btn-primary-bg:#25B005;--phoenix-btn-primary-border:#25B005;--phoenix-btn-primary-hover-bg:#1f9a04;--phoenix-btn-primary-hover-border:#1a8004;--ap-price-color:var(--bs-body-color,#212529);--ap-card-radius:0.5rem;--ap-card-shadow:none;--ap-section-py:2.75rem;--ap-home-section-gap:clamp(1.35rem,3.8vw,2.85rem);--ap-home-hero-pad-x:clamp(0.85rem,3.5vw,1.75rem);--ap-sidebar-bg:#ffffff;--ap-sidebar-muted:#64748b;--ap-sidebar-section-label:#9ca3af;--ap-sidebar-caret:#94a3b8;--ap-sidebar-item-text:#374151;--ap-sidebar-item-icon:#6b7280;--ap-sidebar-hover-bg:rgba(37,176,5,0.09);--ap-sidebar-hover-text:#145206;--ap-sidebar-active-bg:rgba(37,176,5,0.14);--ap-sidebar-active-bar:var(--ap-brand-green);--ap-sidebar-active-text:var(--phoenix-primary-text-emphasis);--ap-sidebar-active-icon:var(--ap-green-deep);--ap-sidebar-subtext:#6b7280;--ap-sidebar-sub-hover-bg:rgba(37,176,5,0.06);--ap-sidebar-sub-active-text:var(--ap-green-deep);--ap-sidebar-sub-active-bg:rgba(37,176,5,0.11);--ap-sidebar-navy:var(--ap-sidebar-item-text);--ap-sidebar-navy-active-bar:var(--ap-sidebar-active-bar);--ap-sidebar-navy-text-strong:var(--ap-sidebar-active-text);--ap-sidebar-slate-hover:var(--ap-sidebar-hover-text)}html{scroll-behavior:smooth}body,.card,.modal,.offcanvas,.dropdown-menu,.tooltip,.popover{font-family:'Nunito Sans',system-ui,-apple-system,sans-serif!important}body{background-color:var(--ap-page-bg)!important;color:var(--ap-charcoal);-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:'Nunito Sans',system-ui,sans-serif!important;font-weight:600;letter-spacing:-0.02em}.card{border-radius:var(--ap-card-radius)!important;border:1px solid var(--ap-border)!important;box-shadow:none!important;background:var(--ap-surface)}.card-header{font-weight:600;background:transparent!important;border-bottom-color:var(--ap-border)!important;padding-top:1rem;padding-bottom:1rem}.btn-primary,.btn-phoenix-primary{background-color:var(--phoenix-btn-primary-bg)!important;border-color:var(--phoenix-btn-primary-border)!important;color:#fff!important;font-weight:600;border-radius:var(--ap-card-radius);box-shadow:none!important}.btn-primary:hover,.btn-phoenix-primary:hover,.btn-primary:focus,.btn-phoenix-primary:focus{background-color:var(--phoenix-btn-primary-hover-bg)!important;border-color:var(--phoenix-btn-primary-hover-border)!important;color:#fff!important}.btn-primary:disabled,.btn-phoenix-primary:disabled{opacity:.55}.btn-outline-primary{color:var(--ap-green-mid)!important;border-color:var(--ap-green-muted)!important;background:transparent!important}.btn-outline-primary:hover{background:var(--ap-green-sub)!important;border-color:var(--ap-green-mid)!important;color:var(--ap-green-deep)!important}.text-primary{color:var(--ap-green-mid)!important}.bg-primary{background-color:var(--phoenix-btn-primary-bg)!important}.border-primary{border-color:var(--ap-green-mid)!important}.link-primary{color:var(--ap-green-mid)!important}.link-primary:hover{color:var(--ap-green-deep)!important}.badge.bg-primary,.badge-phoenix-primary{background-color:var(--phoenix-btn-primary-bg)!important;color:#fff!important;font-weight:600}.bg-primary-subtle{background-color:var(--ap-green-sub)!important}.text-primary-emphasis{color:var(--ap-green-deep)!important}.form-control,.form-select{border-radius:var(--ap-card-radius);border-color:var(--ap-border)}.form-control:focus,.form-select:focus{border-color:var(--ap-green-muted);box-shadow:0 0 0 3px rgba(37,176,5,0.22)}.form-check-input:checked{background-color:var(--phoenix-btn-primary-bg);border-color:var(--phoenix-btn-primary-bg)}.form-switch .form-check-input:checked{background-color:var(--phoenix-btn-primary-bg);border-color:var(--phoenix-btn-primary-bg)}.page-item.active .page-link{background-color:var(--phoenix-btn-primary-bg)!important;border-color:var(--phoenix-btn-primary-bg)!important;color:#fff!important;font-weight:600}.page-item.active .page-link:hover,.page-item.active .page-link:focus{color:#fff!important}.page-link{color:var(--ap-green-mid);border-color:var(--ap-border)}.page-link:hover{color:var(--ap-green-deep);background-color:var(--ap-green-sub);border-color:var(--ap-border)}.ap-section-title{font-weight:600;font-size:1.05rem;color:var(--phoenix-emphasis-color,var(--ap-charcoal));position:relative;padding-left:.75rem}.ap-section-title::before{content:'';position:absolute;left:0;top:12%;bottom:12%;width:2px;border-radius:1px;background:var(--ap-green-mid)}@keyframes ap-revealUp{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.reveal-up{opacity:0}.reveal-up.is-visible{animation:ap-revealUp .4s ease forwards}@media (max-width:991.98px){.reveal-up{opacity:1!important}.reveal-up.is-visible{animation:none!important}}@media (prefers-reduced-motion:reduce){.reveal-up{opacity:1!important}.reveal-up.is-visible{animation:none!important}}.product-card{transition:border-color .2s ease,box-shadow .2s ease;border-radius:var(--ap-card-radius)!important;border:1px solid var(--ap-border)!important;box-shadow:none!important;background:var(--ap-surface)}.product-card:hover{transform:none;box-shadow:none!important;border-color:var(--ap-green-muted)!important}.product-card .product-card-price-line{white-space:normal;word-break:break-word;line-height:1.35}@media (min-width:400px){.product-card .product-card-price-line{white-space:nowrap}}.product-card-stock-badge{bottom:8px;right:8px;font-size:0.62rem;font-weight:600;letter-spacing:0.02em;line-height:1.2;padding:0.2rem 0.45rem;z-index:2}.product-card-stock-badge--in{background:#d1fae5;color:#065f46}.product-card-stock-badge--low{background:#fef3c7;color:#92400e}.product-card-stock-badge--order{background:#cffafe;color:#0e7490}.product-card-stock-badge--out{background:#fee2e2;color:#991b1b}.ap-price{color:var(--ap-price-color);font-weight:600}.price-main{color:var(--ap-price-color)!important}.ap-page-header{padding-bottom:1rem;margin-bottom:1.25rem;border-bottom:1px solid var(--ap-border)}.ap-page-header h2,.ap-page-header h3{font-size:1.25rem;font-weight:600;margin-bottom:.2rem}.ap-page-header p{color:var(--phoenix-tertiary-color,#64748b);font-size:.875rem;margin:0}.navbar-vertical.card{border:1px solid var(--ap-border)!important;box-shadow:none!important}.table{--bs-table-border-color:var(--ap-border)}.table thead th{font-weight:600;font-size:0.8rem;text-transform:uppercase;letter-spacing:0.04em;color:#64748b;border-bottom-color:var(--ap-border-strong)!important}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{background-color:var(--phoenix-btn-primary-bg)!important;border-color:var(--phoenix-btn-primary-bg)!important;color:#fff!important}.nav-pills .nav-link.active:hover,.nav-pills .nav-link.active:focus,.nav-pills .show>.nav-link:hover,.nav-pills .show>.nav-link:focus{color:#fff!important}.input-group>.form-select[name="currency"],.form-select.ap-select-currency{flex:0 0 auto;width:auto;min-width:4.75rem;max-width:min(6rem,28vw);padding-left:0.5rem;padding-right:1.75rem;font-size:0.8125rem;font-weight:600;line-height:1.35;text-overflow:clip}@media (min-width:576px){.input-group>.form-select[name="currency"],.form-select.ap-select-currency{min-width:5.25rem;max-width:6.5rem}}.input-group-sm>.form-select[name="currency"],.input-group-sm>.form-select.ap-select-currency{min-width:4.5rem;padding-top:0.25rem;padding-bottom:0.25rem}.input-group.ap-money-group>.form-control,.input-group>.form-control.ap-money-input,.input-group>.form-control[inputmode="decimal"]{flex:1 1 0;width:1%;min-width:4.25rem;font-variant-numeric:tabular-nums;text-align:right;font-size:0.8125rem;padding-left:0.4rem;padding-right:0.4rem}.input-group.ap-money-group>.input-group-text,.input-group:has(>.form-control[inputmode="decimal"])>.input-group-text{flex:0 0 auto;min-width:2.35rem;justify-content:center;padding-left:0.35rem;padding-right:0.35rem;font-size:0.6875rem;font-weight:600}.input-group.ap-money-group>.form-select.ap-select-currency{flex:0 0 auto}.form-control[inputmode="decimal"]:not(.text-center){font-variant-numeric:tabular-nums;text-align:right}.pf-money-field-row>[class*="col-"]{flex:0 0 100%;max-width:100%}@media (min-width:1400px){.pf-money-field-row.pf-money-field-row--pair>[class*="col-"]{flex:0 0 50%;max-width:50%}}.list-group-item{border-color:var(--ap-border)}.dropdown-menu{border:1px solid var(--ap-border);box-shadow:0 4px 24px rgba(15,23,42,0.06);border-radius:var(--ap-card-radius)}main.main{background-color:var(--ap-page-bg)!important}main.main>.content{background-color:transparent!important}.btn-ap-submit-icon.btn,button.btn-ap-submit-icon{display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;padding-left:0.65rem;padding-right:0.65rem}.btn-ap-submit-icon::before{content:"";display:block;width:1rem;height:1rem;flex-shrink:0;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M10 2a8 8 0 105.293 14.293l4.853 4.853 1.414-1.414-4.853-4.853A8 8 0 0010 2zm0 2a6 6 0 110 12 6 6 0 010-12z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M10 2a8 8 0 105.293 14.293l4.853 4.853 1.414-1.414-4.853-4.853A8 8 0 0010 2zm0 2a6 6 0 110 12 6 6 0 010-12z'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.badge-ap-filter-count{background-color:var(--phoenix-btn-primary-bg)!important;color:#fff!important;font-size:0.65rem!important;font-weight:600!important;min-width:1.1rem;line-height:1.2}a.btn-ap-link-icon.btn,.btn-ap-link-icon.btn{display:inline-flex;align-items:center;justify-content:center;gap:0.25rem;min-width:2.25rem;min-height:2rem;padding:0.25rem 0.55rem;font-weight:600;border-radius:var(--ap-card-radius)}a.btn-ap-link-icon .btn-ap-link-icon__glyph:empty,.btn-ap-link-icon .btn-ap-link-icon__glyph:empty{display:inline-block;width:0.95rem;height:0.95rem;background-color:currentColor;opacity:0.85;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M14 3h7v7h-2V6.41l-9.29 9.3-1.42-1.42L17.59 5H14V3zm-12 18V3h7v2H4v14h14v-5h2v7H2z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M14 3h7v7h-2V6.41l-9.29 9.3-1.42-1.42L17.59 5H14V3zm-12 18V3h7v2H4v14h14v-5h2v7H2z'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.btn-ap-actions.dropdown-toggle::after,.btn-ap-actions.dropdown-toggle-split::after{display:none!important;margin-left:0!important;border:0!important;vertical-align:0!important}.btn-ap-actions{font-size:0.8125rem!important;font-weight:600;letter-spacing:0.02em;padding:0.25rem 0.5rem!important;line-height:1.2;min-width:2.125rem;min-height:2rem;border-radius:0.4rem!important;transition:background-color 0.15s ease,border-color 0.15s ease,color 0.15s ease,box-shadow 0.15s ease}.btn-ap-actions:focus-visible{box-shadow:0 0 0 0.2rem rgba(37,176,5,0.25)}.btn-ap-actions .btn-ap-actions__glyph{display:inline-block;line-height:1;font-size:1.15rem;font-weight:700;transform:translateY(-0.05em);letter-spacing:0}.product-card .text-body-quaternary{color:#64748b!important}[data-bs-theme="dark"] .product-card .text-body-quaternary{color:#94a3b8!important}.product-card-star{font-size:0.72rem;line-height:1;color:#94a3b8;letter-spacing:-0.06em}.product-card-star--full{color:#b45309}[data-bs-theme="dark"] .product-card-star{color:#475569}[data-bs-theme="dark"] .product-card-star--full{color:#fbbf24}.product-card-rating-count{font-size:0.68rem;color:#64748b}[data-bs-theme="dark"] .product-card-rating-count{color:#94a3b8}.wl-card-brand-label{color:#64748b!important}[data-bs-theme="dark"] .wl-card-brand-label{color:#94a3b8!important}.star-pdp{font-size:0.85rem;letter-spacing:0.05em;line-height:1;color:#94a3b8}.star-pdp--full{color:#b45309}[data-bs-theme="dark"] .star-pdp{color:#64748b}[data-bs-theme="dark"] .star-pdp--full{color:#fbbf24}.pub-breadcrumb .breadcrumb-item a.text-body-tertiary{color:#5c6577!important}.pub-breadcrumb .breadcrumb-item a.text-body-tertiary:hover{color:var(--ap-green-deep)!important;text-decoration:underline}[data-bs-theme="dark"] .pub-breadcrumb .breadcrumb-item a.text-body-tertiary{color:#94a3b8!important}.pub-section .text-body-quaternary{color:#64748b!important}[data-bs-theme="dark"] .pub-section .text-body-quaternary{color:#94a3b8!important}html:has(#pf-form-sticky-toolbar) main.main>.content{overflow:visible!important}.pf-form-sticky-toolbar.is-pinned{z-index:1032}.content{padding:0!important;background:transparent!important}body{overflow-x:hidden}#catalogGrid>[class*="col-"],#catalogGridCat>[class*="col-"],.product-carousel-section .row>[class*="col-"]{min-width:0}.pub-section{padding-top:var(--ap-section-py);padding-bottom:var(--ap-section-py)}.pub-card{border-radius:var(--ap-card-radius)!important;border:1px solid var(--ap-border,#e5e7eb)!important;box-shadow:none!important;background:var(--ap-surface,#fff)}.pub-page-header{margin-bottom:1.25rem}.pub-page-header h1,.pub-page-header h2{font-weight:600;letter-spacing:-0.02em}.icon-nav-item{min-width:68px;cursor:pointer}.icon-nav-item:hover .icon-container{transform:none;box-shadow:none;border-color:var(--ap-green-muted,#a7f3d0)}.icon-container{width:54px;height:54px;border-radius:12px;display:flex;align-items:center;justify-content:center;transition:border-color 0.2s,background 0.2s;margin:0 auto;border:1px solid var(--ap-border,#e5e7eb)}.nav-label{font-size:0.72rem;line-height:1.2}.reveal-up:nth-child(2){animation-delay:0.08s}.reveal-up:nth-child(3){animation-delay:0.16s}.reveal-up:nth-child(4){animation-delay:0.24s}.group-cat-head:hover span:last-child{color:var(--phoenix-primary)!important;text-decoration:underline}.bg-indigo-subtle{background-color:#e0d7ff!important}.text-indigo{color:#6610f2!important}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.pub-breadcrumb{position:relative;z-index:20}.pub-breadcrumb .breadcrumb-item a{position:relative;z-index:1}.ecommerce-homepage>section{margin-bottom:var(--ap-home-section-gap,clamp(1.35rem,3.8vw,2.85rem))}.ecommerce-homepage>section:last-child{margin-bottom:0}.product-carousel-section,.ap-home-seo-editorial,.ap-home-testimonials,.ap-home-brands-strip{content-visibility:auto;contain-intrinsic-size:auto 360px}.ap-home-section-kicker{letter-spacing:0.06em;color:var(--ap-green-deep,#156b00)}.ap-home-trust-band .ap-home-section-kicker{color:var(--ap-green-deep,#156b00)}.ap-home-trust-band .ap-usp-card-more{color:var(--ap-green-deep,#156b00)!important}.ap-usp-card-link{min-height:44px}.pub-carousel-head .pub-carousel-cta,.pub-carousel-head .swiper-nav-btn{min-height:44px;min-width:44px}.ecommerce-homepage .cat-pill{min-height:44px}.ap-home-section-title{font-size:clamp(1.15rem,2.2vw,1.35rem);line-height:1.25}.ap-home-section-sub{line-height:1.55}.ap-home-trust-band{background:linear-gradient(180deg,var(--ap-green-sub,#eef9ea) 0%,rgba(238,249,234,0.35) 55%,transparent 100%);border-radius:var(--ap-card-radius,0.75rem);padding:clamp(1.25rem,3vw,2rem) 0;margin-bottom:var(--ap-home-section-gap,clamp(1.35rem,3.8vw,2.85rem))}.ap-usp-card-link{color:inherit}.ap-usp-card{position:relative;overflow:hidden;border-top-width:3px!important;border-top-style:solid;transition:transform 0.18s ease,box-shadow 0.18s ease,border-color 0.18s ease}.ap-usp-card--accent-primary{border-top-color:var(--phoenix-primary,var(--ap-green-mid))}.ap-usp-card--accent-success{border-top-color:var(--phoenix-success)}.ap-usp-card--accent-info{border-top-color:var(--phoenix-info)}.ap-usp-card--accent-warning{border-top-color:var(--phoenix-warning)}.ap-usp-card--accent-danger{border-top-color:var(--phoenix-danger)}.ap-usp-card--accent-secondary{border-top-color:var(--phoenix-secondary)}.ap-usp-card--clickable{background:var(--phoenix-body-bg,#fff)}.ap-usp-card-icon{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-left:auto;margin-right:auto}.ap-usp-card-link:hover .ap-usp-card--clickable,.ap-usp-card-link:focus-visible .ap-usp-card--clickable{transform:translateY(-3px);box-shadow:0 0.5rem 1.25rem rgba(15,23,42,0.1);border-color:rgba(var(--phoenix-primary-rgb,37,176,5),0.35)!important}.ap-usp-card-link:focus-visible{outline:2px solid var(--phoenix-primary,var(--ap-green-mid));outline-offset:3px;border-radius:0.5rem}.ap-usp-card-more{opacity:0.85;transition:opacity 0.15s ease}.ap-usp-card-link:hover .ap-usp-card-more{opacity:1}.ap-home-stat-card{background:var(--phoenix-body-bg,#fff)}.ap-home-stat-icon{width:56px;height:56px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;margin:0 auto 0.85rem;flex-shrink:0}.ap-home-stat-icon--primary{background:rgba(var(--phoenix-primary-rgb,37,176,5),0.12);color:var(--phoenix-primary,var(--ap-green-mid))}.ap-home-stat-icon--success{background:rgba(var(--phoenix-success-rgb,25,135,84),0.12);color:var(--phoenix-success)}.ap-home-stat-icon--warning{background:rgba(var(--phoenix-warning-rgb,255,193,7),0.18);color:var(--phoenix-warning-emphasis,#997404)}.ap-home-stat-icon--info{background:rgba(var(--phoenix-info-rgb,13,202,240),0.14);color:var(--phoenix-info)}.ap-home-stat-icon--danger{background:rgba(var(--phoenix-danger-rgb,220,53,69),0.12);color:var(--phoenix-danger)}.ap-home-stat-icon--secondary{background:rgba(var(--phoenix-secondary-rgb,108,117,125),0.12);color:var(--phoenix-secondary)}.ap-home-stat-value{font-variant-numeric:tabular-nums}.ap-home-brands-strip{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:center;gap:0.75rem 1rem}.ap-home-brand-tile{flex:1 1 calc(50% - 0.5rem);max-width:100%;min-width:0;background:var(--phoenix-body-bg,#fff);border:1px solid var(--phoenix-border-color-translucent,rgba(15,23,42,0.09));border-radius:var(--ap-card-radius,0.5rem);padding:0.85rem 0.65rem;text-align:center;transition:border-color 0.18s ease,box-shadow 0.18s ease}.ap-home-brand-tile:hover{border-color:var(--ap-green-muted,#c8ebc0);box-shadow:0 0.25rem 0.75rem rgba(15,23,42,0.06)}.ap-home-brand-logo{display:flex;align-items:center;justify-content:center;min-height:48px;max-height:48px;margin-bottom:0.35rem}.ap-home-brand-logo img{max-height:48px;width:auto;object-fit:contain}.ap-home-brand-fallback{width:48px;height:48px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;margin:0 auto 0.35rem}@media (min-width:576px){.ap-home-brand-tile{flex:0 1 calc(33.333% - 0.75rem);max-width:180px}}@media (min-width:992px){.ap-home-brand-tile{flex:0 1 calc(12.5% - 0.875rem);max-width:140px}}.ecommerce-homepage>.ap-home-seo-editorial{margin-bottom:var(--ap-home-section-gap,clamp(1.35rem,3.8vw,2.85rem))}.ap-home-seo-editorial--embed{padding-top:clamp(0.25rem,1.5vw,0.75rem)}.ap-home-seo-editorial__title{max-width:48rem}.ap-home-seo-editorial__panel{max-width:none;width:100%}.ap-home-seo-editorial__panel.pub-editorial-reading{max-width:none}.ap-home-seo-editorial .pub-editorial-reading .pub-editorial-prose,.ap-home-seo-editorial .pub-editorial-reading .cms-public-prose,.ap-home-seo-editorial .pub-editorial-reading .home-seo-editorial-html{max-width:none;width:100%}.ap-home-seo-editorial{margin-bottom:var(--ap-home-section-gap,clamp(1.35rem,3.8vw,2.85rem))}.ap-home-seo-editorial.pub-editorial-shell--professional::before{height:min(220px,38vw)}.ap-home-seo-editorial .home-seo-editorial-html .lead{font-size:clamp(0.95rem,1.85vw,1.05rem);line-height:1.72;color:var(--phoenix-body-color);max-width:52rem;padding-bottom:0.85rem;border-bottom:1px solid rgba(37,176,5,0.14);margin-bottom:1.35rem!important}.ap-home-seo-editorial .home-seo-editorial-html>p:not(.lead){max-width:52rem}.ap-home-seo-editorial .home-seo-editorial-html a:not(.btn){font-weight:500;text-underline-offset:0.14em}.ap-home-seo-editorial .home-seo-editorial-html>.row{margin-top:0.35rem;--bs-gutter-x:1.25rem;--bs-gutter-y:1.25rem}.ap-home-seo-editorial .home-seo-editorial-html>.row>[class*="col-"]{background:var(--phoenix-body-highlight-bg,rgba(248,250,252,0.92));border:1px solid var(--ap-border,rgba(15,23,42,0.08));border-radius:var(--ap-card-radius,12px);padding:clamp(1rem,2.5vw,1.35rem);height:100%}[data-bs-theme="dark"] .ap-home-seo-editorial .home-seo-editorial-html>.row>[class*="col-"]{background:rgba(33,37,41,0.55)}.ap-home-seo-editorial .home-seo-editorial-html>.row>[class*="col-"] h2{font-size:clamp(0.95rem,1.8vw,1.05rem);font-weight:700;margin-top:0!important;margin-bottom:0.75rem;padding-left:0.65rem;border-left:3px solid var(--phoenix-primary,#25b005);border-bottom:none}.ap-home-seo-editorial .home-seo-editorial-html ol{counter-reset:ap-seo-step;list-style:none;padding-left:0;margin-bottom:0}.ap-home-seo-editorial .home-seo-editorial-html ol li{counter-increment:ap-seo-step;position:relative;padding-left:2.15rem;margin-bottom:0.65rem}.ap-home-seo-editorial .home-seo-editorial-html ol li::before{content:counter(ap-seo-step);position:absolute;left:0;top:0.05rem;width:1.45rem;height:1.45rem;border-radius:50%;background:rgba(var(--phoenix-primary-rgb,37,176,5),0.14);color:var(--phoenix-primary,#25b005);font-size:0.72rem;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1}.ap-home-seo-editorial .home-seo-editorial-html>.card{background:linear-gradient(135deg,rgba(37,176,5,0.07) 0%,var(--phoenix-body-bg,#fff) 58%);border-color:rgba(37,176,5,0.18)!important;border-radius:var(--ap-card-radius,12px);box-shadow:0 4px 18px rgba(15,23,42,0.05)}.ap-home-seo-editorial .home-seo-editorial-html>.card h2{margin-top:0!important;border-left:none;padding-left:0}.ap-home-seo-editorial .home-seo-editorial-html>.card .btn-phoenix-secondary{border-radius:999px}.ap-home-seo-editorial .home-seo-editorial-html>.d-flex.flex-wrap{margin-top:0.25rem;padding:clamp(1rem,2.5vw,1.35rem);background:linear-gradient(90deg,rgba(37,176,5,0.09) 0%,rgba(37,176,5,0.03) 100%);border:1px solid rgba(37,176,5,0.14);border-radius:var(--ap-card-radius,12px)}@media (max-width:575.98px){.ap-home-seo-editorial .home-seo-editorial-html>.d-flex.flex-wrap .btn-lg{flex:1 1 100%;width:100%}}.pub-carousel-head{gap:0.75rem 1.15rem;margin-bottom:1rem!important}.pub-carousel-head>.d-flex.align-items-center.gap-2:last-child{flex-shrink:0}@media (max-width:767.98px){.pub-carousel-head{flex-direction:column;align-items:stretch!important}.pub-carousel-head>.d-flex.align-items-center.gap-2:last-child{justify-content:space-between;width:100%;flex-wrap:wrap}.pub-carousel-head .pub-carousel-cta{width:100%;justify-content:center;margin-top:0.15rem;order:10;flex-basis:100%}}.topbar-inner{display:grid!important;grid-template-columns:1fr auto 1fr;align-items:center;width:100%;min-height:64px;padding:6px 0}.topbar-logo{grid-column:1;justify-self:start}.topbar-search{grid-column:2;width:clamp(240px,36vw,520px)}.topbar-icons{grid-column:3;justify-self:end}.topbar-search .search-box{width:100%!important;max-width:none!important}.topbar-search .search-input{font-size:0.93rem!important;min-height:44px!important;padding-left:1rem!important;border-radius:20px!important;box-sizing:border-box}.topbar-search .search-box-icon{font-size:0.88rem!important}@media (max-width:767.98px){.topbar-inner{grid-template-columns:1fr auto;grid-template-rows:auto auto}.topbar-logo{grid-column:1;grid-row:1}.topbar-icons{grid-column:2;grid-row:1}.topbar-search{grid-column:1 / -1;grid-row:2;width:100%;padding-bottom:6px;padding-top:2px}}.topbar-icons .nav-link{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding-left:0.35rem;padding-right:0.35rem}.topbar-icons .text-body-tertiary{color:#4b5563!important}.pub-mobile-nav-strip .pub-mobile-menu-btn{min-width:44px;min-height:44px}.pub-nav-offcanvas .nav-link{min-height:44px;display:flex;align-items:center}.navbar-responsive-navitems .nav-link{font-size:0.875rem!important}@media (min-width:992px){.navbar-responsive-navitems .pub-desktop-nav>.nav-item>.nav-link,.navbar-responsive-navitems .pub-desktop-nav>.nav-item.dropdown>a.nav-link:first-child,.navbar-responsive-navitems .pub-desktop-nav>.nav-item.dropdown .dropdown>.nav-link.dropdown-toggle{border-radius:var(--ap-card-radius,0.5rem);transition:background-color 0.2s ease,color 0.2s ease,box-shadow 0.2s ease,transform 0.15s ease}.navbar-responsive-navitems .pub-desktop-nav>.nav-item:not([data-more-item])>.nav-link:hover,.navbar-responsive-navitems .pub-desktop-nav>.nav-item.dropdown>a.nav-link:first-child:hover,.navbar-responsive-navitems .pub-desktop-nav>.nav-item.dropdown .dropdown>.nav-link.dropdown-toggle:hover{background-color:rgba(var(--phoenix-primary-rgb,37,176,5),0.09)!important;color:var(--phoenix-primary-text-emphasis,#176d03)!important;transform:translateY(-1px);box-shadow:0 3px 10px rgba(var(--phoenix-primary-rgb,37,176,5),0.14)}.navbar-responsive-navitems .pub-desktop-nav>.nav-item:not([data-more-item])>.nav-link.active,.navbar-responsive-navitems .pub-desktop-nav>.nav-item.dropdown>a.nav-link.active:first-child,.navbar-responsive-navitems .pub-desktop-nav>.nav-item.dropdown .dropdown>.nav-link.dropdown-toggle.active{background-color:var(--phoenix-primary-subtle,#e3f5dc)!important;color:var(--phoenix-primary-text-emphasis,#176d03)!important;font-weight:600;box-shadow:inset 0 -2px 0 var(--phoenix-btn-primary-bg,#25b005),0 2px 8px rgba(var(--phoenix-primary-rgb,37,176,5),0.12)}.navbar-responsive-navitems .pub-desktop-nav>.nav-item.dropdown .btn-link.nav-link:hover,.navbar-responsive-navitems .pub-desktop-nav>.nav-item.dropdown .btn-link.nav-link:focus-visible{color:var(--phoenix-primary,#25b005)!important}.pub-navbar-submenu{border-radius:var(--ap-card-radius,0.5rem)!important;padding:0.35rem!important;min-width:12rem;box-shadow:0 8px 24px rgba(15,23,42,0.1),0 2px 8px rgba(var(--phoenix-primary-rgb,37,176,5),0.08)!important}.pub-navbar-submenu .dropdown-item{border-radius:0.375rem!important;padding:0.45rem 0.75rem;font-size:0.8125rem;transition:background-color 0.15s ease,color 0.15s ease,padding-left 0.15s ease}.pub-navbar-submenu .dropdown-item:hover,.pub-navbar-submenu .dropdown-item:focus{background-color:rgba(var(--phoenix-primary-rgb,37,176,5),0.1)!important;color:var(--phoenix-primary-text-emphasis,#176d03)!important;padding-left:0.95rem}.pub-navbar-submenu .dropdown-item.active{background-color:var(--phoenix-primary-subtle,#e3f5dc)!important;color:var(--phoenix-primary-text-emphasis,#176d03)!important;font-weight:600}.navbar-responsive-navitems .pub-desktop-nav>.nav-item[data-more-item]{display:none}.navbar-responsive-navitems .pub-desktop-nav>.nav-item[data-more-item]>.nav-link{color:var(--phoenix-primary,#25b005)!important}.navbar-responsive-navitems .pub-desktop-nav>.nav-item[data-more-item]>.nav-link:hover{background-color:rgba(var(--phoenix-primary-rgb,37,176,5),0.12)!important}}.pub-nav-offcanvas .parent-wrapper.label-1>.nav{border-left:2px solid rgba(var(--phoenix-primary-rgb,37,176,5),0.25);margin-left:1.25rem;padding-left:0.25rem}.pub-nav-offcanvas .parent-wrapper.label-1 .nav-link{font-size:0.8125rem;padding-left:0.65rem}.pub-nav-offcanvas .pub-drawer-nested-list{border-left:2px solid rgba(var(--phoenix-primary-rgb,37,176,5),0.18);margin-left:0.85rem;padding-left:0.15rem}.pub-navbar-catalog-menu .group-cat-head.active span.fw-semibold{color:var(--phoenix-primary-text-emphasis,#176d03)!important}.navbar-responsive-navitems .pub-nav-catalog-dd>.dropdown>.nav-link.dropdown-toggle::after{display:none}.navbar-responsive-navitems .pub-nav-group-toggle{display:inline-flex!important;align-items:center;gap:0.35rem;cursor:pointer;user-select:none}.navbar-responsive-navitems .pub-nav-group-toggle .pub-nav-group-label,.navbar-responsive-navitems .pub-nav-group-toggle .pub-nav-group-caret{pointer-events:none}.group-cat-head span.fw-semibold{font-size:0.85rem!important}.category-dropdown-menu .fs-10{font-size:0.8rem!important}.pub-nav-wishlist-feather.is-active,.pub-nav-wishlist-feather.is-active svg{color:#e63757;stroke:#e63757}.pub-nav-pill-badge{position:absolute;top:2px;right:2px;min-width:16px;height:16px;font-size:10px;font-weight:700;line-height:16px;text-align:center;background:#e63757;color:#fff;border-radius:8px;padding:0 4px}[data-quantity].input-group{flex-wrap:nowrap;flex:0 0 auto;width:fit-content;max-width:min(100%,9.25rem);align-items:stretch}[data-quantity].input-group>.form-control{flex:0 0 auto!important;width:clamp(2.35rem,10vw,3.15rem)!important;min-width:2.35rem;max-width:3.5rem;padding:0.28rem 0.2rem;font-size:clamp(0.74rem,2.2vw,0.8rem);font-weight:600;line-height:1.35;color:var(--phoenix-body-color);font-variant-numeric:tabular-nums;text-align:center}[data-quantity].input-group>.btn{flex:0 0 auto;padding-left:clamp(0.28rem,1.8vw,0.45rem);padding-right:clamp(0.28rem,1.8vw,0.45rem);min-width:clamp(1.85rem,7vw,2.35rem);font-size:clamp(0.8rem,2.4vw,0.875rem);line-height:1.2}.product-pdp-cta-row{align-items:center!important}.product-pdp-cta-row>[data-quantity]{flex:0 0 auto}.product-pdp-cta-row>#addToCartBtn{flex:1 1 auto;min-width:0}.cart-qty-group{display:inline-flex;align-items:center;gap:clamp(0.15rem,1vw,0.35rem);flex:0 0 auto;width:fit-content;max-width:min(100%,12rem)}.cart-qty-group .qty-btn{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;padding:0;min-width:clamp(1.85rem,7vw,2.35rem);width:clamp(1.85rem,7vw,2.35rem);height:clamp(1.85rem,7vw,2.35rem);font-size:clamp(0.85rem,2.5vw,1rem);line-height:1;font-weight:700}.cart-qty-group .js-qty-input.form-control{flex:0 0 auto!important;width:clamp(2.5rem,12vw,4rem)!important;min-width:2.5rem;max-width:min(4.75rem,28vw);padding:0.28rem 0.2rem;font-size:clamp(0.74rem,2.2vw,0.8rem);font-weight:600;line-height:1.35;color:var(--phoenix-body-color);font-variant-numeric:tabular-nums;text-align:center}.wl-heart-btn{top:7px;right:7px;width:32px;height:32px;padding:0;border-radius:50%;border:1px solid var(--ap-border,var(--phoenix-border-color));background:rgba(255,255,255,0.95);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color 0.15s ease,background 0.15s ease;box-shadow:none;outline:none}[data-bs-theme="dark"] .wl-heart-btn{background:rgba(30,30,36,0.92);border-color:var(--phoenix-border-color)}.wl-heart-btn:hover{background:#fff;border-color:#f9a8c5;transform:none}[data-bs-theme="dark"] .wl-heart-btn:hover{background:rgba(42,42,50,0.98);border-color:#f472b6}.wl-heart-btn .wl-heart-icon{font-size:0.82rem;color:#cbd5e1;transition:color 0.15s ease;pointer-events:none;display:block;line-height:1}.wl-heart-btn .wl-heart-icon::before{content:'\2665';display:block;line-height:1;font-size:0.95rem;font-weight:600}.wl-heart-btn.wl-active{background:#fff1f2;border-color:#fda4af}[data-bs-theme="dark"] .wl-heart-btn.wl-active{background:rgba(190,24,93,0.15);border-color:#fb7185}.wl-heart-btn.wl-active .wl-heart-icon{color:#e11d48}@keyframes wl-pop{0%{transform:scale(1)}40%{transform:scale(1.2)}100%{transform:scale(1)}}.wl-heart-icon.wl-popping{animation:wl-pop 0.32s ease forwards}@supports (padding:max(0px)){.container-small,.container{padding-left:max(0.75rem,env(safe-area-inset-left));padding-right:max(0.75rem,env(safe-area-inset-right))}}@media (max-width:575.98px){.pub-section{padding-top:1.5rem;padding-bottom:1.5rem}.btn.btn-lg{min-height:2.75rem}.navbar-responsive-navitems .nav-link{padding-top:0.5rem;padding-bottom:0.5rem}}@media (max-width:767.98px){.cart-price-col{min-width:6.5rem;max-width:none}#cart-items-list .d-flex.align-items-center.gap-3{flex-wrap:wrap}#cart-items-list .cart-qty-group{margin-top:0.35rem}}.ap-table-responsive-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.pub-cabinet-page .pub-cabinet-identity{border-radius:var(--ap-card-radius,0.75rem)}.pub-cabinet-page .pub-cabinet-subnav .nav-link{white-space:nowrap}.pub-nav-offcanvas.offcanvas-start{--phoenix-offcanvas-width:17.5rem;--bs-offcanvas-width:17.5rem;width:17.5rem!important;max-width:17.5rem!important}@media (max-width:575.98px){.pub-nav-offcanvas.offcanvas-start{--phoenix-offcanvas-width:100%;--bs-offcanvas-width:100%;width:100%!important;max-width:100%!important}}.pub-nav-offcanvas .collapsed-nav-item-title{display:none!important;height:0!important;margin:0!important;padding:0!important;overflow:hidden!important;visibility:hidden!important}.pub-nav-offcanvas .navbar-vertical-content{width:100%;max-width:17.5rem}@media (max-width:575.98px){.pub-nav-offcanvas .navbar-vertical-content{max-width:none}}.pub-nav-offcanvas .navbar-vertical-content .nav-link-text{white-space:normal;line-height:1.35;word-break:break-word}.pub-nav-drawer-vertical.navbar-vertical{padding:0;position:static!important;top:auto!important;z-index:auto!important;display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;background:transparent!important}.pub-nav-offcanvas .offcanvas-body{overflow-x:hidden}.pub-nav-offcanvas .pub-nav-drawer-vertical .navbar-vertical-content{height:auto!important;max-height:none!important;padding-top:0.25rem;padding-bottom:0.75rem;overflow-x:hidden;box-sizing:border-box}.pub-nav-offcanvas .pub-nav-drawer-vertical .nav-link,.pub-nav-offcanvas .pub-nav-drawer-vertical .nav-link-text,.pub-nav-offcanvas .pub-nav-drawer-vertical .nav-link-text-wrapper{min-width:0;max-width:100%}.pub-nav-offcanvas .pub-nav-drawer-vertical .nav-item-wrapper,.pub-nav-offcanvas .pub-nav-drawer-vertical .parent-wrapper{max-width:100%;min-width:0}.pub-nav-offcanvas .navbar-vertical-line{display:block!important;margin-left:1rem;margin-right:1rem;border-color:rgba(var(--phoenix-primary-rgb,37,176,5),0.2)}[data-bs-theme="dark"] .pub-nav-offcanvas .offcanvas-header{background:linear-gradient(180deg,rgba(37,176,5,0.1) 0%,transparent 100%)}.pub-nav-offcanvas .navbar-vertical-content>.navbar-vertical-label{color:var(--phoenix-primary,#25b005)!important}.pub-nav-offcanvas .navbar-vertical-content .navbar-nav>.nav-item .nav-item-wrapper>.nav-link,.pub-nav-offcanvas .navbar-vertical-content .navbar-nav>.nav-item .nav-item-wrapper>a.nav-link{border-radius:var(--ap-card-radius,0.5rem);margin-left:0.35rem;margin-right:0.35rem;box-shadow:none;transition:background-color 0.2s ease,color 0.2s ease,box-shadow 0.2s ease,transform 0.15s ease}.pub-nav-offcanvas .navbar-vertical-content .navbar-nav>.nav-item .nav-item-wrapper .nav-link:hover{background-color:rgba(var(--phoenix-primary-rgb,37,176,5),0.09)!important;color:var(--phoenix-primary-text-emphasis,#176d03)!important;transform:translateX(2px);box-shadow:0 4px 14px rgba(var(--phoenix-primary-rgb,37,176,5),0.2),0 2px 6px rgba(15,23,42,0.06)}.pub-nav-offcanvas .navbar-vertical-content .navbar-nav>.nav-item .nav-item-wrapper .nav-link:focus-visible{outline:2px solid var(--phoenix-primary,#25b005);outline-offset:2px;box-shadow:0 4px 14px rgba(var(--phoenix-primary-rgb,37,176,5),0.22),0 2px 6px rgba(15,23,42,0.06)}.pub-nav-offcanvas .navbar-vertical-content .navbar-nav>.nav-item .nav-item-wrapper .nav-link:active{box-shadow:0 2px 8px rgba(var(--phoenix-primary-rgb,37,176,5),0.18),inset 0 1px 2px rgba(15,23,42,0.06)}.pub-nav-offcanvas .navbar-vertical-content .navbar-nav>.nav-item .nav-item-wrapper .nav-link.active{background-color:var(--phoenix-primary-subtle,#e3f5dc)!important;color:var(--phoenix-primary-text-emphasis,#176d03)!important;box-shadow:inset 3px 0 0 var(--phoenix-btn-primary-bg,#25b005),0 3px 12px rgba(var(--phoenix-primary-rgb,37,176,5),0.16),0 1px 4px rgba(15,23,42,0.05)}.pub-nav-offcanvas .navbar-vertical-content .navbar-nav>.nav-item .nav-link-icon{color:var(--phoenix-primary,#25b005);transition:color 0.2s ease,transform 0.15s ease}.pub-nav-offcanvas .navbar-vertical-content .navbar-nav>.nav-item .nav-link:hover .nav-link-icon,.pub-nav-offcanvas .navbar-vertical-content .navbar-nav>.nav-item .nav-link.active .nav-link-icon{color:var(--phoenix-btn-primary-bg,#25b005)}.pub-nav-offcanvas .navbar-vertical-content .navbar-nav>.nav-item .nav-link:hover .nav-link-icon{transform:scale(1.05)}.pub-nav-offcanvas .navbar-vertical-content .nav .nav-link{border-radius:0.375rem;margin-left:0.25rem;margin-right:0.35rem;box-shadow:none;transition:background-color 0.2s ease,color 0.2s ease,box-shadow 0.2s ease}.pub-nav-offcanvas .navbar-vertical-content .nav .nav-link:hover{background-color:rgba(var(--phoenix-primary-rgb,37,176,5),0.08)!important;color:var(--phoenix-primary-text-emphasis,#176d03)!important;box-shadow:0 3px 10px rgba(var(--phoenix-primary-rgb,37,176,5),0.16),0 1px 4px rgba(15,23,42,0.05)}.pub-nav-offcanvas .navbar-vertical-content .nav .nav-link:focus-visible{outline:2px solid var(--phoenix-primary,#25b005);outline-offset:1px;box-shadow:0 3px 10px rgba(var(--phoenix-primary-rgb,37,176,5),0.18)}.pub-nav-offcanvas .navbar-vertical-content .nav .nav-link:active{box-shadow:0 2px 6px rgba(var(--phoenix-primary-rgb,37,176,5),0.14),inset 0 1px 2px rgba(15,23,42,0.05)}.pub-nav-offcanvas .navbar-vertical-content .nav .nav-link.active{background-color:var(--phoenix-primary-subtle,#e3f5dc)!important;color:var(--phoenix-primary-text-emphasis,#176d03)!important;box-shadow:0 2px 10px rgba(var(--phoenix-primary-rgb,37,176,5),0.14),inset 2px 0 0 var(--phoenix-btn-primary-bg,#25b005)}.pub-nav-offcanvas .pub-drawer-shop-hint{padding-left:1.5rem;color:var(--phoenix-primary,#25b005);opacity:0.72}.pub-nav-offcanvas .pub-drawer-group-toggle{width:100%;cursor:pointer;user-select:none}.pub-nav-offcanvas .pub-drawer-group-toggle .nav-link-icon,.pub-nav-offcanvas .pub-drawer-group-toggle .nav-link-text,.pub-nav-offcanvas .pub-drawer-group-toggle .pub-drawer-group-caret{pointer-events:none}.pub-nav-offcanvas .pub-drawer-group-toggle:not(.collapsed) .pub-drawer-group-caret{transform:rotate(180deg);color:var(--phoenix-primary,#25b005)!important}.navbar-responsive-navitems [data-category-btn]{font-size:0.875rem!important}.pub-nav-offcanvas .pub-drawer-group-caret{transition:transform 0.2s ease,color 0.2s ease}.pub-nav-offcanvas .dropdown-indicator .dropdown-indicator-icon-wrapper{color:var(--phoenix-primary,#25b005)}.letter-spacing-1{letter-spacing:0.06em}.pub-mobile-nav-strip .pub-mobile-menu-btn{min-height:44px;min-width:44px}.pub-mobile-nav-strip .btn-phoenix-primary{min-height:44px}@media (max-width:575.98px){.ecommerce-homepage .cat-pill{min-width:0;padding:8px 12px;gap:8px}.ecommerce-homepage .cat-pill .cat-name{font-size:0.76rem;line-height:1.25}.ecommerce-homepage .cat-pill .cat-icon{width:34px;height:34px}.ecommerce-homepage .hero-slide-content{padding-left:max(0.75rem,var(--ap-home-hero-pad-x,0.85rem))!important;padding-right:max(0.75rem,var(--ap-home-hero-pad-x,0.85rem))!important}}@media (min-width:1200px){.ecommerce-homepage .hero-slide-content{max-width:min(560px,48vw)}}.bg-body-emphasis .footer a.text-body-tertiary,.bg-body-emphasis a.link-underline-opacity-100-hover.text-body-tertiary{color:#374151!important}.bg-body-emphasis .footer .fs-10.text-body-secondary,.bg-body-emphasis .footer .text-body-secondary{color:#374151!important}[data-bs-theme="dark"] .bg-body-emphasis .footer a.text-body-tertiary,[data-bs-theme="dark"] .bg-body-emphasis a.link-underline-opacity-100-hover.text-body-tertiary{color:#cbd5e1!important}.ap-whatsapp-fab{transition:transform 0.15s ease,box-shadow 0.15s ease}.ap-whatsapp-fab:hover{transform:scale(1.06);box-shadow:0 6px 22px rgba(37,176,5,0.35)}.ap-whatsapp-fab .ap-whatsapp-fab__icon{width:1.625rem;height:1.625rem;display:block;flex-shrink:0;object-fit:contain}.ls-md{letter-spacing:0.06em}.pub-blog-hero{margin-left:0;margin-right:0}.pub-blog-hero-img{max-height:min(420px,52vw);object-fit:cover}.pub-blog-card-thumb-link img{object-fit:cover}.pub-editorial-prose>h2:first-of-type,.pub-editorial-prose>h3:first-of-type,.home-seo-editorial-html>h2:first-of-type,.home-seo-editorial-html>h3:first-of-type{margin-top:0!important}.pub-editorial-prose h2,.home-seo-editorial-html h2{font-size:clamp(1.05rem,2.2vw,1.2rem);font-weight:600;letter-spacing:-0.02em;margin-top:1.5rem;margin-bottom:0.65rem;color:var(--phoenix-emphasis-color,var(--bs-emphasis-color))}.pub-editorial-prose h3,.home-seo-editorial-html h3{font-size:1rem;font-weight:600;margin-top:1.25rem;margin-bottom:0.5rem}.pub-editorial-prose p,.pub-editorial-prose li,.home-seo-editorial-html p,.home-seo-editorial-html li{line-height:1.65}.pub-editorial-prose ul,.pub-editorial-prose ol,.home-seo-editorial-html ul,.home-seo-editorial-html ol{padding-left:1.25rem}.pub-editorial-shell--professional{position:relative}.pub-editorial-shell--professional::before{content:"";position:absolute;inset:0 0 auto 0;height:min(300px,46vw);background:linear-gradient(180deg,rgba(37,176,5,0.065) 0%,rgba(248,250,252,0.94) 48%,transparent 100%);pointer-events:none;z-index:0}[data-bs-theme="dark"] .pub-editorial-shell--professional::before{background:linear-gradient(180deg,rgba(37,176,5,0.1) 0%,rgba(33,37,41,0.92) 50%,transparent 100%)}.pub-editorial-shell--professional .container-small{position:relative;z-index:1}.pub-editorial-headline{font-size:clamp(1.32rem,2.75vw,1.82rem);letter-spacing:-0.035em;line-height:1.2;max-width:48rem}.pub-editorial-headline-accent{width:2.75rem;height:4px;border-radius:4px;margin-top:0.8rem;margin-bottom:0.15rem;background:linear-gradient(90deg,var(--phoenix-primary,#25b005),rgba(37,176,5,0.28))}.pub-editorial-header--masthead{padding-bottom:1.15rem;margin-bottom:1.25rem!important;border-bottom:1px solid var(--ap-border,rgba(15,23,42,0.1))}.pub-editorial-lead{max-width:42rem}.pub-editorial-header .pub-editorial-lead,.pub-editorial-header .lead.pub-editorial-lead{margin-top:0.75rem!important}.pub-editorial-reading{background:var(--ap-surface,#fff);border:1px solid var(--ap-border,rgba(15,23,42,0.09));border-radius:clamp(10px,1.8vw,14px);padding:clamp(1.3rem,3.6vw,2.1rem);box-shadow:0 1px 2px rgba(15,23,42,0.045),0 16px 48px rgba(15,23,42,0.065)}[data-bs-theme="dark"] .pub-editorial-reading{box-shadow:0 2px 28px rgba(0,0,0,0.32)}.pub-editorial-reading .pub-editorial-prose,.pub-editorial-reading .cms-public-prose{max-width:42rem}.pub-editorial-reading .pub-editorial-prose>h2,.pub-editorial-reading .pub-blog-prose section h2{font-size:clamp(1.06rem,1.95vw,1.2rem);font-weight:700;letter-spacing:-0.024em;line-height:1.28;padding-bottom:0.45rem;margin-top:1.65rem;margin-bottom:0.65rem;border-bottom:1px solid rgba(37,176,5,0.13);border-left:3px solid var(--phoenix-primary,#25b005);padding-left:0.8rem;margin-left:0;color:var(--phoenix-emphasis-color,var(--bs-emphasis-color))}.pub-editorial-reading .pub-editorial-prose>h2:first-child,.pub-editorial-reading .pub-blog-prose section:first-child h2{margin-top:0!important}.pub-editorial-reading .pub-editorial-prose>h3,.pub-editorial-reading .pub-blog-prose section h3{font-size:1.02rem;font-weight:600;margin-top:1.35rem}.pub-editorial-reading .pub-editorial-prose p,.pub-editorial-reading .pub-editorial-prose li,.pub-editorial-reading .pub-blog-prose p,.pub-editorial-reading .pub-blog-prose li{line-height:1.72}.pub-editorial-reading .pub-editorial-prose a:not(.btn),.pub-editorial-reading .pub-blog-prose a:not(.btn){font-weight:500;text-underline-offset:0.14em}.pub-editorial-reading ~ section,.pub-editorial-reading ~ aside{max-width:42rem}.pub-editorial-reading ~ section.mt-5.border-top{padding:1.25rem 1.35rem;border-radius:var(--ap-card-radius,12px);border:1px solid var(--ap-border,rgba(15,23,42,0.09))!important;background:var(--phoenix-body-highlight-bg,rgba(248,250,252,0.85))}.pub-blog-hero-img{box-shadow:0 10px 36px rgba(15,23,42,0.11)}.pub-editorial-footer-strip--professional{border-top:1px solid var(--ap-border,rgba(15,23,42,0.09));padding-top:1.4rem!important}.pub-editorial-see-also{padding-top:0.85rem;margin-top:0.65rem!important;border-top:1px dashed var(--ap-border,rgba(15,23,42,0.14));font-size:0.875rem}.contact-location-section .contact-location-map{transition:border-color 0.22s ease,box-shadow 0.22s ease}.contact-location-section .contact-location-map:hover{border-color:rgba(22,163,74,0.28)!important;box-shadow:0 0.35rem 1.1rem rgba(22,163,74,0.07)}.contact-location-section .contact-location-map-frame{transition:box-shadow 0.22s ease}.contact-location-section .contact-location-map:hover .contact-location-map-frame{box-shadow:0 0.2rem 0.55rem rgba(15,23,42,0.06),0 0 0 1px rgba(22,163,74,0.06)!important}.divider-or{display:flex;align-items:center;gap:1rem;color:var(--phoenix-body-color)}.divider-or::before,.divider-or::after{content:'';flex:1;height:1px;background:var(--phoenix-border-color)}.ap-oauth-brand-icon{width:1.35rem;height:1.35rem}