.oxy-poc{--blue:#0d7f9b;--blue-dark:#0e4b5e;--blue-deep:#0a3a49;--accent:#f5851f;--accent-soft:#fff3e6;--wash:#eef7f9;--wash-2:#f6fbfc;--card:#ffffff;--line:#dce9ed;--line-soft:#e9f2f4;--ink:#1f3b44;--muted:#5c7178;--shadow-sm:0 2px 10px rgba(14,75,94,.06);--shadow-md:0 12px 34px rgba(14,75,94,.1);--shadow-lg:0 28px 60px rgba(14,75,94,.14);--r-lg:26px;--r-md:18px;--r-sm:12px;--maxw:1200px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--ink);line-height:1.6;-webkit-font-smoothing:antialiased;background:var(--wash-2)}.oxy-poc *{box-sizing:border-box}.oxy-poc img{max-width:100%;display:block}.oxy-poc h1,.oxy-poc h2,.oxy-poc h3,.oxy-poc h4{font-family:Poppins,sans-serif;color:var(--blue-dark);line-height:1.14;margin:0;letter-spacing:-.01em}.oxy-poc p{margin:0}.oxy-poc a{text-decoration:none;color:inherit}.oxy-wrap{max-width:var(--maxw);margin:0 auto;padding:0 22px}.oxy-section{padding:74px 0}.oxy-eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:Poppins,sans-serif;font-weight:600;font-size:.74rem;letter-spacing:.14em;text-transform:uppercase;color:var(--blue);background:var(--wash);border:1px solid var(--line);padding:7px 14px;border-radius:999px;margin-bottom:18px}.oxy-eyebrow:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--accent)}.oxy-h2{font-size:clamp(1.7rem,3.4vw,2.5rem);font-weight:700}.oxy-lead{font-size:clamp(1rem,1.3vw,1.12rem);color:var(--muted);max-width:640px}.oxy-center{text-align:center}.oxy-center .oxy-lead{margin-left:auto;margin-right:auto}.oxy-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-family:Poppins,sans-serif;font-weight:600;font-size:1rem;padding:15px 26px;border-radius:14px;cursor:pointer;border:2px solid transparent;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;white-space:nowrap}.oxy-btn svg{width:19px;height:19px;flex:none}.oxy-btn--primary{background:var(--blue);color:#fff;box-shadow:0 10px 24px #0d7f9b47}.oxy-btn--primary:hover{background:#0b6f88;transform:translateY(-2px);box-shadow:0 16px 30px #0d7f9b57}.oxy-btn--ghost{background:#fff;color:var(--blue-dark);border-color:var(--line)}.oxy-btn--ghost:hover{border-color:var(--blue);color:var(--blue);transform:translateY(-2px)}.oxy-btn--accent{background:var(--accent);color:#fff;box-shadow:0 10px 24px #f5851f47}.oxy-btn--accent:hover{background:#e2760f;transform:translateY(-2px)}.oxy-btn--lg{padding:17px 32px;font-size:1.05rem}.oxy-hero{position:relative;overflow:hidden;background:radial-gradient(1100px 520px at 88% -8%,#dff0f4,#dff0f400 60%),linear-gradient(180deg,#f2f9fb,#fff);padding:64px 0 0}.oxy-hero__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:52px;align-items:center}.oxy-hero__title{font-size:clamp(2.15rem,4.6vw,3.5rem);font-weight:800;color:var(--blue-dark)}.oxy-hero__title em{font-style:normal;color:var(--blue)}.oxy-hero__title .oxy-underline{position:relative;white-space:nowrap}.oxy-hero__title .oxy-underline:after{content:"";position:absolute;left:0;right:0;bottom:2px;height:10px;background:var(--accent-soft);border-radius:6px;z-index:-1}.oxy-hero__sub{margin:22px 0 28px;font-size:clamp(1.02rem,1.4vw,1.18rem);color:var(--muted);max-width:520px}.oxy-hero__cta{display:flex;flex-wrap:wrap;gap:14px}.oxy-hero__badges{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:34px;max-width:520px}.oxy-badge{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--line-soft);border-radius:14px;padding:13px 15px;box-shadow:var(--shadow-sm)}.oxy-badge__ic{width:40px;height:40px;flex:none;border-radius:11px;background:var(--wash);display:grid;place-items:center;color:var(--blue)}.oxy-badge__ic svg{width:21px;height:21px}.oxy-badge span{font-family:Poppins,sans-serif;font-weight:600;font-size:.9rem;color:var(--blue-dark);line-height:1.25}.oxy-hero__visual{position:relative}.oxy-hero__photo{position:relative;border-radius:30px;overflow:hidden;box-shadow:var(--shadow-lg);border:6px solid #fff;aspect-ratio:4/4.4;background:linear-gradient(160deg,#e8f4f7,#d3e9ee)}.oxy-hero__photo img{width:100%;height:100%;object-fit:cover}.oxy-hero__blob{position:absolute;border-radius:50%;filter:blur(2px);z-index:0}.oxy-hero__blob--1{width:210px;height:210px;background:#dff0f4;top:-38px;right:-46px}.oxy-hero__blob--2{width:150px;height:150px;background:var(--accent-soft);bottom:-30px;left:-38px}.oxy-hero__visual>*{position:relative;z-index:1}.oxy-hero__chip{position:absolute;z-index:3;background:#fff;border-radius:16px;box-shadow:var(--shadow-md);padding:13px 16px;display:flex;align-items:center;gap:11px}.oxy-hero__chip svg{width:24px;height:24px;color:var(--blue);flex:none}.oxy-hero__chip strong{font-family:Poppins,sans-serif;font-size:.92rem;color:var(--blue-dark);display:block;line-height:1.1}.oxy-hero__chip small{font-size:.76rem;color:var(--muted)}.oxy-hero__chip--a{top:22px;left:-26px}.oxy-hero__chip--b{bottom:34px;right:-24px}.oxy-photo-ph{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:var(--blue);text-align:center;padding:24px}.oxy-photo-ph svg{width:64px;height:64px;opacity:.6}.oxy-photo-ph span{font-family:Poppins,sans-serif;font-weight:600;font-size:.86rem;opacity:.75}.oxy-wave{display:block;width:100%;height:70px;margin-top:44px;color:#fff}.oxy-wave svg{width:100%;height:100%;display:block}.oxy-finder{background:#fff;padding-top:8px}.oxy-finder__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:34px}.oxy-finder__card{display:block;background:var(--wash-2);border:1px solid var(--line-soft);border-radius:var(--r-md);padding:22px 20px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.oxy-finder__card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--blue);background:#fff}.oxy-finder__ic{width:46px;height:46px;border-radius:13px;background:#fff;border:1px solid var(--line);display:grid;place-items:center;color:var(--blue);margin-bottom:14px}.oxy-finder__ic svg{width:24px;height:24px}.oxy-finder__card h3{font-size:1.06rem;font-weight:600;margin-bottom:6px}.oxy-finder__card p{font-size:.9rem;color:var(--muted)}.oxy-finder__link{display:inline-flex;align-items:center;gap:5px;margin-top:12px;color:var(--blue);font-family:Poppins,sans-serif;font-weight:600;font-size:.86rem}.oxy-finder__link svg{width:15px;height:15px;transition:transform .18s ease}.oxy-finder__card:hover .oxy-finder__link svg{transform:translate(3px)}.oxy-collection{background:linear-gradient(180deg,#fff 0%,var(--wash-2) 100%)}.oxy-toolbar{display:flex;flex-wrap:wrap;gap:14px;align-items:center;justify-content:space-between;background:#fff;border:1px solid var(--line);border-radius:var(--r-md);padding:14px 18px;margin-top:30px;box-shadow:var(--shadow-sm)}.oxy-filters{display:flex;flex-wrap:wrap;gap:9px}.oxy-chip{font-family:Poppins,sans-serif;font-weight:500;font-size:.85rem;padding:8px 15px;border-radius:999px;border:1px solid var(--line);background:#fff;color:var(--blue-dark);cursor:pointer;transition:all .15s ease}.oxy-chip:hover{border-color:var(--blue);color:var(--blue)}.oxy-chip--on{background:var(--blue);color:#fff;border-color:var(--blue)}.oxy-sort{display:flex;align-items:center;gap:9px;font-size:.86rem;color:var(--muted)}.oxy-sort select{font-family:Inter,sans-serif;font-size:.88rem;padding:9px 12px;border-radius:10px;border:1px solid var(--line);background:#fff;color:var(--blue-dark);cursor:pointer}.oxy-demo-note{margin:22px 0 6px;display:flex;align-items:center;gap:10px;font-size:.84rem;color:var(--muted);background:var(--accent-soft);border:1px dashed #f3c78e;border-radius:12px;padding:11px 15px}.oxy-demo-note svg{width:18px;height:18px;color:var(--accent);flex:none}.oxy-products{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:20px}.oxy-card{background:#fff;border:1px solid var(--line-soft);border-radius:var(--r-md);overflow:hidden;display:flex;flex-direction:column;transition:transform .18s ease,box-shadow .18s ease}.oxy-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.oxy-card__media{position:relative;background:linear-gradient(160deg,#f4fafb,#e9f4f6);aspect-ratio:1/1;display:grid;place-items:center;padding:18px}.oxy-card__media img{width:100%;height:100%;object-fit:contain}.oxy-card__ph{color:var(--blue);opacity:.5;display:flex;flex-direction:column;align-items:center;gap:8px;font-family:Poppins,sans-serif;font-size:.78rem}.oxy-card__ph svg{width:52px;height:52px}.oxy-card__tags{position:absolute;top:12px;left:12px;display:flex;flex-direction:column;gap:6px;align-items:flex-start}.oxy-tag{font-family:Poppins,sans-serif;font-weight:600;font-size:.68rem;letter-spacing:.02em;padding:5px 10px;border-radius:999px;background:#0d7f9b1a;color:var(--blue);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.oxy-tag--accent{background:#f5851f24;color:#c96809}.oxy-card__save{position:absolute;top:12px;right:12px;background:var(--accent);color:#fff;font-family:Poppins,sans-serif;font-weight:700;font-size:.72rem;padding:6px 10px;border-radius:999px}.oxy-card__body{padding:16px 17px 18px;display:flex;flex-direction:column;flex:1}.oxy-card__vendor{font-size:.74rem;letter-spacing:.08em;text-transform:uppercase;color:var(--blue);font-weight:600;font-family:Poppins,sans-serif}.oxy-card__name{font-family:Poppins,sans-serif;font-weight:600;font-size:1.04rem;color:var(--blue-dark);margin:5px 0 10px;line-height:1.25}.oxy-card__price{display:flex;align-items:baseline;gap:9px;margin-top:auto}.oxy-card__price .now{font-family:Poppins,sans-serif;font-weight:700;font-size:1.22rem;color:var(--blue-dark)}.oxy-card__price .was{font-size:.9rem;color:var(--muted);text-decoration:line-through}.oxy-card__cta{margin-top:14px;width:100%;padding:12px;font-size:.95rem}.oxy-collection__more{text-align:center;margin-top:36px}.oxy-why{background:#fff}.oxy-why__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px}.oxy-benefit{background:var(--wash-2);border:1px solid var(--line-soft);border-radius:var(--r-md);padding:26px 24px;transition:transform .18s ease,box-shadow .18s ease}.oxy-benefit:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);background:#fff}.oxy-benefit__ic{width:54px;height:54px;border-radius:15px;background:linear-gradient(150deg,#e6f4f7,#d3e9ee);display:grid;place-items:center;color:var(--blue);margin-bottom:16px}.oxy-benefit__ic svg{width:27px;height:27px}.oxy-benefit h3{font-size:1.12rem;font-weight:600;margin-bottom:8px}.oxy-benefit p{color:var(--muted);font-size:.95rem}.oxy-compare{background:var(--wash)}.oxy-compare__grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:42px;align-items:stretch}.oxy-comp{border-radius:var(--r-lg);padding:32px 30px;display:flex;flex-direction:column}.oxy-comp--primary{background:linear-gradient(160deg,var(--blue) 0%,#0a5f76 100%);color:#fff;box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.oxy-comp--primary:after{content:"";position:absolute;width:230px;height:230px;border-radius:50%;background:#ffffff12;top:-70px;right:-60px}.oxy-comp--muted{background:#fff;border:1px solid var(--line);color:var(--ink)}.oxy-comp__flag{align-self:flex-start;font-family:Poppins,sans-serif;font-weight:600;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;padding:6px 13px;border-radius:999px;margin-bottom:16px}.oxy-comp--primary .oxy-comp__flag{background:var(--accent);color:#fff}.oxy-comp--muted .oxy-comp__flag{background:var(--wash);color:var(--muted)}.oxy-comp h3{font-size:1.4rem;font-weight:700;margin-bottom:4px;position:relative}.oxy-comp--primary h3{color:#fff}.oxy-comp__tagline{font-size:.94rem;margin-bottom:20px;position:relative}.oxy-comp--primary .oxy-comp__tagline{color:#ffffffd9}.oxy-comp--muted .oxy-comp__tagline{color:var(--muted)}.oxy-comp__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:13px;position:relative}.oxy-comp__list li{display:flex;gap:12px;align-items:flex-start;font-size:.98rem}.oxy-comp__list li svg{width:21px;height:21px;flex:none;margin-top:1px}.oxy-comp--primary .oxy-comp__list li svg{color:#bff0d8}.oxy-comp--muted .oxy-comp__list li svg{color:var(--muted)}.oxy-flow{background:#fff}.oxy-flow__grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:40px}.oxy-flowcard{border-radius:var(--r-lg);padding:32px 30px;border:1px solid var(--line);background:var(--wash-2)}.oxy-flowcard__head{display:flex;align-items:center;gap:14px;margin-bottom:16px}.oxy-flowcard__ic{width:52px;height:52px;border-radius:14px;display:grid;place-items:center;color:#fff;flex:none}.oxy-flowcard--pulse .oxy-flowcard__ic{background:var(--blue)}.oxy-flowcard--cont .oxy-flowcard__ic{background:var(--blue-dark)}.oxy-flowcard__ic svg{width:26px;height:26px}.oxy-flowcard h3{font-size:1.28rem;font-weight:700}.oxy-flowcard__list{list-style:none;padding:0;margin:12px 0 0;display:flex;flex-direction:column;gap:11px}.oxy-flowcard__list li{display:flex;gap:11px;align-items:flex-start;font-size:.97rem;color:var(--ink)}.oxy-flowcard__list li svg{width:19px;height:19px;color:var(--blue);flex:none;margin-top:2px}.oxy-flow__note{margin-top:26px;display:flex;gap:14px;align-items:flex-start;background:var(--accent-soft);border:1px solid #f6d4a9;border-radius:var(--r-md);padding:18px 22px}.oxy-flow__note svg{width:26px;height:26px;color:var(--accent);flex:none;margin-top:1px}.oxy-flow__note p{font-size:.96rem;color:#6b4a1f}.oxy-flow__note strong{color:#8a5410}.oxy-table-sec{background:var(--wash-2)}.oxy-tablewrap{margin-top:38px;border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--shadow-md);border:1px solid var(--line);background:#fff;overflow-x:auto}.oxy-table{width:100%;border-collapse:collapse;min-width:760px}.oxy-table thead th{background:linear-gradient(160deg,var(--blue) 0%,#0a5f76 100%);color:#fff;font-family:Poppins,sans-serif;font-weight:600;font-size:.9rem;text-align:left;padding:16px 18px;letter-spacing:.01em}.oxy-table tbody td{padding:15px 18px;border-bottom:1px solid var(--line-soft);font-size:.94rem;color:var(--ink);vertical-align:middle}.oxy-table tbody tr:last-child td{border-bottom:none}.oxy-table tbody tr:nth-child(2n){background:var(--wash-2)}.oxy-table .model{font-family:Poppins,sans-serif;font-weight:600;color:var(--blue-dark)}.oxy-table .model small{display:block;font-family:Inter,sans-serif;font-weight:500;color:var(--blue);font-size:.76rem;letter-spacing:.05em;text-transform:uppercase}.oxy-table__cta{display:inline-flex;padding:9px 16px;border-radius:10px;background:var(--wash);color:var(--blue);font-family:Poppins,sans-serif;font-weight:600;font-size:.82rem;border:1px solid var(--line);transition:all .15s ease}.oxy-table__cta:hover{background:var(--blue);color:#fff;border-color:var(--blue)}.oxy-table__foot{font-size:.82rem;color:var(--muted);margin-top:14px;display:flex;gap:8px;align-items:flex-start}.oxy-table__foot svg{width:16px;height:16px;color:var(--accent);flex:none;margin-top:2px}.oxy-life{background:#fff}.oxy-life__grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:52px;align-items:center}.oxy-life__visual{position:relative;border-radius:var(--r-lg);overflow:hidden;aspect-ratio:5/5.6;box-shadow:var(--shadow-lg);border:6px solid #fff;background:linear-gradient(160deg,#e8f4f7,#d3e9ee)}.oxy-life__visual img{width:100%;height:100%;object-fit:cover}.oxy-life__list{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:26px}.oxy-life__item{display:flex;gap:12px;align-items:center;background:var(--wash-2);border:1px solid var(--line-soft);border-radius:14px;padding:14px 16px}.oxy-life__item svg{width:22px;height:22px;color:var(--blue);flex:none}.oxy-life__item span{font-family:Poppins,sans-serif;font-weight:600;font-size:.92rem;color:var(--blue-dark)}.oxy-expert{background:linear-gradient(160deg,var(--blue-dark) 0%,var(--blue-deep) 100%);position:relative;overflow:hidden}.oxy-expert:before{content:"";position:absolute;width:360px;height:360px;border-radius:50%;background:#ffffff0d;top:-120px;left:-80px}.oxy-expert:after{content:"";position:absolute;width:280px;height:280px;border-radius:50%;background:#f5851f1a;bottom:-120px;right:-60px}.oxy-expert__inner{position:relative;display:grid;grid-template-columns:1.1fr .9fr;gap:44px;align-items:center}.oxy-expert h2{color:#fff;font-size:clamp(1.7rem,3.2vw,2.4rem)}.oxy-expert p{color:#ffffffd1;margin:16px 0 0;font-size:1.05rem;max-width:520px}.oxy-expert__points{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:26px}.oxy-expert__point{display:flex;gap:10px;align-items:center;color:#fff;font-size:.94rem}.oxy-expert__point svg{width:20px;height:20px;color:#7fd0e0;flex:none}.oxy-expert__cta{display:flex;flex-direction:column;gap:14px;background:#ffffff12;border:1px solid rgba(255,255,255,.14);border-radius:var(--r-lg);padding:30px}.oxy-expert__cta h3{color:#fff;font-size:1.25rem}.oxy-expert__cta p{color:#ffffffc7;margin:0;font-size:.95rem}.oxy-expert__cta .oxy-btn{width:100%}.oxy-faq{background:var(--wash-2)}.oxy-faq__list{max-width:820px;margin:38px auto 0;display:flex;flex-direction:column;gap:12px}.oxy-acc{background:#fff;border:1px solid var(--line);border-radius:var(--r-md);overflow:hidden;transition:box-shadow .18s ease,border-color .18s ease}.oxy-acc[open]{box-shadow:var(--shadow-md);border-color:var(--blue)}.oxy-acc summary{list-style:none;cursor:pointer;padding:20px 22px;display:flex;align-items:center;justify-content:space-between;gap:16px;font-family:Poppins,sans-serif;font-weight:600;font-size:1.03rem;color:var(--blue-dark)}.oxy-acc summary::-webkit-details-marker{display:none}.oxy-acc__ic{width:30px;height:30px;flex:none;border-radius:9px;background:var(--wash);display:grid;place-items:center;color:var(--blue);transition:transform .2s ease,background .2s ease}.oxy-acc__ic svg{width:17px;height:17px}.oxy-acc[open] .oxy-acc__ic{transform:rotate(45deg);background:var(--blue);color:#fff}.oxy-acc__body{padding:0 22px 22px;color:var(--muted);font-size:.98rem;line-height:1.65}.oxy-sticky{position:fixed;right:20px;bottom:20px;z-index:60}.oxy-sticky .oxy-btn{box-shadow:0 14px 34px #0d7f9b66}.oxy-wave--up svg{transform:rotate(180deg)}@media(max-width:1024px){.oxy-hero__grid{grid-template-columns:1fr;gap:40px}.oxy-hero__visual{max-width:460px;margin:0 auto}.oxy-finder__grid{grid-template-columns:1fr 1fr}.oxy-products{grid-template-columns:repeat(3,1fr)}.oxy-why__grid{grid-template-columns:1fr 1fr}.oxy-life__grid{grid-template-columns:1fr;gap:36px}.oxy-life__visual{max-width:460px;margin:0 auto}.oxy-expert__inner{grid-template-columns:1fr;gap:30px}}@media(max-width:680px){.oxy-section{padding:52px 0}.oxy-hero{padding-top:44px}.oxy-hero__badges{grid-template-columns:1fr 1fr}.oxy-finder__grid{grid-template-columns:1fr}.oxy-products{grid-template-columns:1fr 1fr;gap:14px}.oxy-compare__grid,.oxy-flow__grid,.oxy-why__grid,.oxy-life__list,.oxy-expert__points,.oxy-expert__cta .oxy-btn{grid-template-columns:1fr}.oxy-hero__chip{display:none}.oxy-toolbar{flex-direction:column;align-items:stretch}.oxy-sort{justify-content:space-between}.oxy-sticky{right:12px;bottom:12px}.oxy-sticky .oxy-btn{padding:13px 18px;font-size:.92rem}}@media(max-width:400px){.oxy-products{grid-template-columns:1fr}.oxy-hero__cta .oxy-btn{width:100%}}@media(prefers-reduced-motion:reduce){.oxy-poc *{transition:none!important;animation:none!important}}.oxy-card{transition:transform .18s ease,box-shadow .18s ease,opacity .2s ease}.oxy-card--hide{display:none}.oxy-card__media img.oxy-img{width:100%;height:100%;object-fit:contain}.oxy-noresults{grid-column:1/-1;text-align:center;padding:40px 20px;color:var(--muted);font-family:Poppins,sans-serif}.oxy-imgwrap{width:100%;height:100%;display:grid;place-items:center}.oxy-imgwrap[data-empty=true] .oxy-img,.oxy-imgwrap[data-empty=false] .oxy-card__ph,.oxy-imgwrap[data-empty=false] .oxy-photo-ph{display:none}.whyox-card{background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 1px 3px #134e5e14,0 6px 20px #134e5e0f;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease}.whyox-card:hover{transform:translateY(-4px);box-shadow:0 4px 8px #134e5e1a,0 14px 34px #134e5e1f}.whyox-card__media{position:relative;aspect-ratio:16 / 9}.whyox-card__media img,.whyox-card__placeholder{width:100%;height:100%;object-fit:cover;display:block}.whyox-card__icon{position:absolute;left:50%;bottom:0;transform:translate(-50%,50%);width:3.25rem;height:3.25rem;border-radius:50%;background:var(--whyox-accent, #0e7490);color:#fff;display:grid;place-items:center;border:3px solid #fff;z-index:1}.whyox-card__icon svg{width:1.4rem;height:1.4rem}.whyox-card__body{padding:2.4rem 1.5rem 1.6rem;text-align:center;display:flex;flex-direction:column;gap:.5rem;flex:1}.whyox-card__title{color:var(--whyox-accent, #0e7490);font-size:1.25rem;font-weight:700;margin:0}.whyox-card__text{color:#4a5a62;font-size:.95rem;line-height:1.5;margin:0}.whyox-card__link{margin-top:auto;padding-top:.5rem;color:var(--whyox-accent, #0e7490);font-weight:600;font-size:.95rem;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.4rem}.whyox-card__link svg{width:1rem;height:1rem;transition:transform .2s ease}.whyox-card__link:hover svg{transform:translate(3px)}@media(prefers-reduced-motion:reduce){.whyox-card,.whyox-card__link svg{transition:none}}.oxcp{display:flex;flex-direction:column;width:100%;border-left:1px solid rgba(19,78,94,.1)}.oxcp--highlight{border:2px solid var(--oxm-accent, #0e7490);border-radius:.9rem;background:color-mix(in srgb,var(--oxm-accent, #0e7490) 4%,#fff);box-shadow:0 6px 24px #134e5e1f;position:relative;z-index:1}.oxcp__head{height:var(--oxm-head-height, 26rem);flex:0 0 auto;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:.6rem;padding:1.5rem 1.25rem 1.25rem;border-bottom:1px solid rgba(19,78,94,.1);text-align:center}.oxcp__image{width:100%;max-width:20rem;flex:1 1 auto;min-height:0;display:flex;align-items:center;justify-content:center}.oxcp__image img,.oxcp__image-placeholder{max-width:100%;max-height:100%;object-fit:contain;display:block}.oxcp__badge{display:inline-block;background:#e8833a;color:#fff;font-size:1.3rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.35rem .9rem;border-radius:.4rem}.oxcp__name{color:#10222b;font-size:1.65rem;font-weight:700;margin:0}.oxcp__name a{color:inherit;text-decoration:none}.oxcp__name a:hover{color:var(--oxm-accent, #0e7490)}.oxcp__cell{flex:1;display:flex;align-items:center;gap:.8rem;padding:1.1rem 1.25rem;min-height:5.6rem;color:#29424d;font-size:1.5rem;border-bottom:1px solid rgba(19,78,94,.1)}.oxcp>.oxcp__cell:last-child{border-bottom:0}.oxcp__check{flex:0 0 auto;width:2rem;height:2rem;border-radius:50%;background:var(--oxm-accent, #0e7490);color:#fff;display:grid;place-items:center}.oxcp__check svg{width:1.1rem;height:1.1rem}.oxc-item{counter-increment:oxc-item;border:1px solid rgba(19,78,94,.15);border-radius:.75rem;background:#fff;transition:background .2s ease,border-color .2s ease}.oxc-item[open]{background:color-mix(in srgb,var(--oxc-accent, #0e7490) 6%,#fff);border-color:var(--oxc-accent, #0e7490)}.oxc-item__summary{display:flex;align-items:center;gap:1.25rem;padding:1rem 1.25rem;cursor:pointer;list-style:none}.oxc-item__summary::-webkit-details-marker{display:none}.oxc-item__summary:focus-visible{outline:2px solid var(--oxc-accent, #0e7490);outline-offset:2px;border-radius:.6rem}.oxc-item__thumb{flex:0 0 auto;width:9rem;height:6.5rem;border-radius:.5rem;overflow:hidden;background:#f2f5f6;align-self:flex-start}.oxc-item__thumb img,.oxc-item__thumb-placeholder{width:100%;height:100%;object-fit:cover;display:block}.oxc-item__label{flex:1;min-width:0;display:flex;flex-direction:column;gap:.35rem}.oxc-item__title{color:var(--oxc-accent, #0e7490);font-size:1.65rem;font-weight:700}.oxc-item__title:before{content:counter(oxc-item) ". "}.oxc-item__content{display:none;color:#4a5a62;line-height:1.55}.oxc-item__content p{font-size:1.4rem;margin:0 0 .5rem}.oxc-item__content p:last-child{margin-bottom:0}.oxc-item[open] .oxc-item__content{display:block}.oxc-item__chevron{flex:0 0 auto;width:2.8rem;height:2.8rem;border-radius:50%;background:var(--oxc-accent, #0e7490);color:#fff;display:grid;place-items:center;transition:transform .25s ease}.oxc-item__chevron svg{width:1.2rem;height:1.2rem}.oxc-item[open] .oxc-item__chevron{transform:rotate(180deg)}@media(max-width:749px){.oxc-item__summary{padding:.9rem 1rem;gap:.9rem}.oxc-item__thumb{width:7rem;height:5.25rem}.oxc-item__chevron{width:2.4rem;height:2.4rem}}@media(prefers-reduced-motion:reduce){.oxc-item,.oxc-item__chevron{transition:none}}.oxdc{width:100%;display:flex;align-items:center;gap:1.1rem;background:color-mix(in srgb,var(--oxd-accent, #0e7490) 5%,#fff);border:1px solid rgba(19,78,94,.12);border-radius:.75rem;padding:1.25rem}.oxdc__icon{flex:0 0 auto;width:4.25rem;height:4.25rem;border-radius:.6rem;background:#fff;border:1px solid rgba(19,78,94,.12);color:var(--oxd-accent, #0e7490);display:grid;place-items:center}.oxdc__icon svg{width:2.4rem;height:2.4rem}.oxdc__text{color:#29424d;font-size:1.5rem;font-weight:600;line-height:1.4}.oxg-item{counter-increment:oxg-item;border-bottom:1px solid rgba(19,78,94,.12)}.oxg-item:last-of-type{border-bottom:0}.oxg-item__summary{display:flex;align-items:center;gap:1rem;padding:1.1rem 0;cursor:pointer;list-style:none}.oxg-item__summary::-webkit-details-marker{display:none}.oxg-item__summary:focus-visible{outline:2px solid var(--oxg-accent, #0e7490);outline-offset:2px;border-radius:.4rem}.oxg-item__icon{flex:0 0 auto;width:3.75rem;height:3.75rem;border-radius:50%;background:color-mix(in srgb,var(--oxg-icon, #e8833a) 12%,#fff);color:var(--oxg-icon, #e8833a);display:grid;place-items:center}.oxg-item__icon svg{width:1.7rem;height:1.7rem}.oxg-item__label{flex:1;min-width:0}.oxg-item__title{color:var(--oxg-accent, #0e7490);font-size:1.65rem;font-weight:700}.oxg-item__title:before{content:counter(oxg-item) ". "}.oxg-item__chevron{flex:0 0 auto;width:2.8rem;height:2.8rem;border-radius:50%;border:1.5px solid rgba(19,78,94,.25);color:var(--oxg-accent, #0e7490);display:grid;place-items:center;transition:transform .25s ease,background .2s ease}.oxg-item__chevron svg{width:1.1rem;height:1.1rem}.oxg-item[open]>.oxg-item__summary .oxg-item__chevron{transform:rotate(180deg);background:var(--oxg-accent, #0e7490);border-color:var(--oxg-accent, #0e7490);color:#fff}.oxg-item__content{padding:0 3.8rem 1.4rem 4.75rem;color:#4a5a62;font-size:1.4rem;line-height:1.6}.oxg-item__content p{margin:0 0 .6rem}.oxg-item__content p:last-child{margin-bottom:0}@media(max-width:749px){.oxg-item__icon{width:3rem;height:3rem}.oxg-item__content{padding-left:4rem;padding-right:.5rem}}@media(prefers-reduced-motion:reduce){.oxg-item__chevron{transition:none}}.oxjs{counter-increment:oxj-step;position:relative;width:100%;background:#fff;border:1px solid rgba(19,78,94,.15);border-radius:.9rem;padding:2.4rem 1.5rem 1.5rem;margin-top:1.6rem;text-align:left;display:flex;flex-direction:column}.oxjs__number{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);min-width:3.4rem;height:3.4rem;padding:0 .8rem;border-radius:999px;background:var(--oxj-accent, #0e7490);color:#fff;font-size:1.4rem;font-weight:700;display:grid;place-items:center;border:3px solid #fff;box-shadow:0 2px 6px #134e5e40}.oxjs__number:before{content:counter(oxj-step,decimal-leading-zero)}.oxjs__icon{width:4.5rem;height:4.5rem;color:var(--oxj-accent, #0e7490);margin-bottom:1rem}.oxjs__icon svg{width:100%;height:100%}.oxjs__title{color:#10222b;font-size:1.65rem;font-weight:700;margin:0 0 .5rem}.oxjs__text{color:#4a5a62;font-size:1.4rem;line-height:1.5;margin:0}@media(max-width:989px){.oxjs{margin-top:0;padding-top:1.5rem}.oxjs__number{position:static;transform:none;align-self:flex-start;margin-bottom:1rem;border:0;box-shadow:none}}.oxpc{width:100%;background:#fff;border:1px solid rgba(19,78,94,.1);border-radius:.9rem;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 1px 3px #134e5e0f,0 8px 24px #134e5e0d;transition:transform .25s ease,box-shadow .25s ease}.oxpc:hover{transform:translateY(-4px);box-shadow:0 4px 8px #134e5e1a,0 14px 32px #134e5e1f}.oxpc__media{position:relative;aspect-ratio:1 / 1;background:#f2f5f6}.oxpc__media img,.oxpc__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.oxpc__badge{position:absolute;left:50%;bottom:0;transform:translate(-50%,50%);background:#e8833a;color:#fff;font-size:1.3rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.45rem 1.1rem;border-radius:.5rem;white-space:nowrap;z-index:1}.oxpc__body{padding:2rem 1.5rem 1.5rem;text-align:center;display:flex;flex-direction:column;flex:1}.oxpc__title{color:#10222b;font-size:1.75rem;font-weight:700;margin:0 0 .35rem}.oxpc__title a{color:inherit;text-decoration:none}.oxpc__title a:hover{color:var(--oxp-accent, #0e7490)}.oxpc__price{color:var(--oxp-accent, #0e7490);font-size:1.85rem;font-weight:700;margin:0 0 1.25rem}.oxpc__row{display:flex;align-items:center;justify-content:flex-start;text-align:left;gap:.9rem;color:#3d4d55;font-size:1.4rem;line-height:1.4;margin:0;padding:1.1rem 0;border-top:1px solid rgba(19,78,94,.1)}.oxpc__row-icon{flex:0 0 auto;width:2.4rem;height:2.4rem;color:var(--oxp-accent, #0e7490);display:grid;place-items:center}.oxpc__row-icon svg{width:1.9rem;height:1.9rem}.oxpc__row-icon--check{border-radius:50%;background:var(--oxp-accent, #0e7490);color:#fff}.oxpc__row-icon--check svg{width:1.2rem;height:1.2rem}@media(prefers-reduced-motion:reduce){.oxpc{transition:none}}.oxs-item{counter-increment:oxs-item;border:1px solid rgba(19,78,94,.15);border-radius:.75rem;background:#fff;transition:background .2s ease,border-color .2s ease}.oxs-item[open]{background:color-mix(in srgb,var(--oxs-accent, #0e7490) 6%,#fff);border-color:color-mix(in srgb,var(--oxs-accent, #0e7490) 30%,#fff)}.oxs-item__summary{display:flex;align-items:flex-start;gap:1rem;padding:1.1rem 1.25rem;cursor:pointer;list-style:none}.oxs-item__summary::-webkit-details-marker{display:none}.oxs-item__summary:focus-visible{outline:2px solid var(--oxs-accent, #0e7490);outline-offset:2px;border-radius:.6rem}.oxs-item__icon{flex:0 0 auto;width:3.25rem;height:3.25rem;color:var(--oxs-icon, #e8833a);display:grid;place-items:center}.oxs-item__icon svg{width:2.1rem;height:2.1rem}.oxs-item__label{flex:1;min-width:0;display:flex;flex-direction:column;gap:.35rem;padding-top:.15rem}.oxs-item__title{color:var(--oxs-accent, #0e7490);font-size:1.65rem;font-weight:700}.oxs-item__title:before{content:counter(oxs-item) ". "}.oxs-item__content{display:none;color:#4a5a62;line-height:1.55}.oxs-item__content p{font-size:1.4rem;margin:0 0 .5rem}.oxs-item__content p:last-child{margin-bottom:0}.oxs-item[open] .oxs-item__content{display:block}.oxs-item__chevron{flex:0 0 auto;align-self:center;width:2.8rem;height:2.8rem;border-radius:50%;border:1.5px solid rgba(19,78,94,.25);color:var(--oxs-accent, #0e7490);background:#fff;display:grid;place-items:center;transition:transform .25s ease,background .2s ease}.oxs-item__chevron svg{width:1.2rem;height:1.2rem}.oxs-item[open] .oxs-item__chevron{transform:rotate(180deg);background:var(--oxs-accent, #0e7490);border-color:var(--oxs-accent, #0e7490);color:#fff}@media(max-width:749px){.oxs-item__summary{padding:.95rem 1rem}.oxs-item__icon{width:2.75rem;height:2.75rem}.oxs-item__icon svg{width:1.8rem;height:1.8rem}}@media(prefers-reduced-motion:reduce){.oxs-item,.oxs-item__chevron{transition:none}}.oxguide{max-width:1440px;margin:0 auto;padding:3.5rem 1.5rem}.oxguide__header{text-align:center;margin-bottom:2.5rem}.oxguide__eyebrow{color:var(--oxg-accent, #0e7490);font-size:1.4rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin:0 0 .5rem}.oxguide__heading{color:var(--oxg-heading, #134e5e);font-size:clamp(2.4rem,5vw,3.5rem);font-weight:700;line-height:1.12;margin:0 0 .75rem}.oxguide__subheading{color:#5b6b73;font-size:1.4rem;line-height:1.55;max-width:52rem;margin:0 auto}.oxguide__layout{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:stretch}.oxguide__media{position:relative;border-radius:1rem;overflow:hidden;min-height:420px}.oxguide__media img,.oxguide__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.oxguide__badges{position:absolute;left:1.5rem;bottom:1.5rem;display:flex;gap:.75rem;flex-wrap:wrap}.oxguide__badge{display:inline-flex;align-items:center;gap:.55rem;background:#fffffff2;color:#1d3540;font-weight:600;font-size:1.4rem;padding:.85rem 1.3rem;border-radius:.6rem;border:1px solid rgba(19,78,94,.15)}.oxguide__badge svg{width:1.6rem;height:1.6rem;color:#1d3540}.oxguide__panel{background:#fff;border:1px solid rgba(19,78,94,.08);border-radius:1rem;box-shadow:0 1px 3px #134e5e0f,0 10px 30px #134e5e0f;padding:2rem 2rem 1.75rem;display:flex;flex-direction:column}.oxguide__panel-eyebrow{color:var(--oxg-accent, #0e7490);font-size:1.4rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin:0 0 .35rem}.oxguide__panel-heading{color:#10222b;font-size:2.2rem;font-weight:700;margin:0 0 1.25rem}.oxguide__items{counter-reset:oxg-item;display:flex;flex-direction:column;flex:1}.oxguide__actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.75rem}.oxguide__btn{flex:1 1 14rem;text-align:center;font-weight:600;font-size:1.4rem;padding:1.05rem 1.75rem;border-radius:.6rem;text-decoration:none;transition:background .2s ease,color .2s ease}.oxguide__btn--primary{background:var(--oxg-accent, #0e7490);color:#fff}.oxguide__btn--primary:hover{background:color-mix(in srgb,var(--oxg-accent, #0e7490) 85%,#000)}.oxguide__btn--secondary{background:#fff;color:var(--oxg-accent, #0e7490);border:1.5px solid rgba(19,78,94,.25)}.oxguide__btn--secondary:hover{border-color:var(--oxg-accent, #0e7490)}.oxguide__disclaimer{text-align:center;color:#7a8a92;font-size:1.4rem;margin:1.1rem 0 0}@media(max-width:989px){.oxguide__layout{grid-template-columns:1fr}.oxguide__media{min-height:320px;aspect-ratio:4 / 3}}@media(max-width:749px){.oxguide{padding:2.5rem 1rem}.oxguide__panel{padding:1.5rem 1.25rem}}@media(prefers-reduced-motion:reduce){.oxguide__btn{transition:none}}.oxcmp{width:100%;min-width:0;max-width:1440px;margin:0 auto;padding:3.5rem 1.5rem;box-sizing:border-box;overflow-x:hidden;overflow-x:clip;isolation:isolate}.oxcmp *,.oxcmp *:before,.oxcmp *:after{box-sizing:border-box}.oxcmp p{font-size:1.4rem}.oxcmp__header{text-align:center;margin-bottom:2rem}.oxcmp__eyebrow{color:var(--oxm-accent, #0e7490);font-size:1.5rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin:0 0 .5rem}.oxcmp__heading{color:var(--oxm-heading, #134e5e);font-size:clamp(2.4rem,5vw,3.5rem);font-weight:700;line-height:1.12;margin:0 0 .75rem}.oxcmp__subheading{color:#5b6b73;line-height:1.55;max-width:52rem;margin:0 auto}.oxcmp__radio{position:absolute;opacity:0;pointer-events:none}.oxcmp__tabs{display:flex;justify-content:center;width:fit-content;max-width:100%;min-width:0;margin:0 auto 2rem;background:#fff;border:1px solid rgba(19,78,94,.18);border-radius:999px;padding:.3rem}.oxcmp__tab{font-size:1.5rem;font-weight:600;color:#33505c;padding:.75rem 1.75rem;border-radius:999px;cursor:pointer;transition:background .2s ease,color .2s ease}.oxcmp:has(.oxcmp__radio--a:checked) .oxcmp__tab--a,.oxcmp:has(.oxcmp__radio--b:checked) .oxcmp__tab--b{background:var(--oxm-accent, #0e7490);color:#fff}.oxcmp__view--modes{display:none}.oxcmp:has(.oxcmp__radio--b:checked) .oxcmp__view--table{display:none}.oxcmp:has(.oxcmp__radio--b:checked) .oxcmp__view--modes{display:block}.oxcmp__view{width:100%;max-width:100%;min-width:0}.oxcmp__scroll{display:block;width:100%;max-width:100%;min-width:0;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;padding:.5rem .25rem .25rem}.oxcmp__table{display:flex;align-items:stretch;width:max-content;min-width:100%;max-width:none;background:#fff;border:1px solid rgba(19,78,94,.12);border-radius:1rem}.oxcmp__table>*{flex:1 1 0;min-width:24rem;display:flex}.oxcmp__table>.oxcmp__labels{flex:0 0 20rem;min-width:0}.oxcmp__labels{display:flex;flex-direction:column}.oxcmp__labels-spacer{height:var(--oxm-head-height, 26rem);flex:0 0 auto;border-bottom:1px solid rgba(19,78,94,.1)}.oxcmp__label-cell{flex:1;display:flex;align-items:center;gap:.8rem;padding:1.1rem 1.25rem;min-height:5.6rem;color:#29424d;font-size:1.5rem;font-weight:600;border-bottom:1px solid rgba(19,78,94,.1)}.oxcmp__labels>.oxcmp__label-cell:last-child{border-bottom:0}.oxcmp__label-icon{flex:0 0 auto;width:1.9rem;height:1.9rem;color:var(--oxm-accent, #0e7490);display:grid;place-items:center}.oxcmp__label-icon svg{width:100%;height:100%}.oxcmp__modes-card{margin-top:2rem;background:#fff;border:1px solid rgba(19,78,94,.12);border-radius:1rem;padding:2rem 2rem 1.5rem}.oxcmp__modes-heading{text-align:center;color:var(--oxm-heading, #134e5e);font-size:2rem;font-weight:700;margin:0 0 1.5rem}.oxcmp__modes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.oxcmp__modes-grid--stacked{grid-template-columns:1fr;gap:1rem}.oxcmp__mode{display:flex;align-items:flex-start;gap:1rem;border:1px solid rgba(19,78,94,.15);border-radius:.75rem;padding:1.25rem}.oxcmp__mode-icon{flex:0 0 auto;width:4rem;height:4rem;border-radius:50%;background:var(--oxm-accent, #0e7490);color:#fff;display:grid;place-items:center}.oxcmp__mode-icon svg{width:1.9rem;height:1.9rem}.oxcmp__mode-title{color:#10222b;font-size:1.65rem;font-weight:700;margin:0 0 .25rem}.oxcmp__mode-text{color:#4a5a62;line-height:1.5;margin:0}.oxcmp__mode-detail{margin-top:.6rem;color:#4a5a62;line-height:1.55}.oxcmp__modes-disclaimer{text-align:center;color:#7a8a92;font-size:1.4rem;margin:1.5rem 0 0}.oxcmp__actions{display:flex;justify-content:center;gap:1.25rem;flex-wrap:wrap;margin-top:2.5rem}.oxcmp__btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;min-width:20rem;text-align:center;font-weight:600;font-size:1.5rem;padding:1.05rem 2rem;border-radius:.6rem;text-decoration:none;transition:background .2s ease,border-color .2s ease}.oxcmp__btn svg{width:1.5rem;height:1.5rem}.oxcmp__btn--primary{background:var(--oxm-accent, #0e7490);color:#fff}.oxcmp__btn--primary:hover{background:color-mix(in srgb,var(--oxm-accent, #0e7490) 85%,#000)}.oxcmp__btn--secondary{background:#fff;color:var(--oxm-accent, #0e7490);border:1.5px solid rgba(19,78,94,.25)}.oxcmp__btn--secondary:hover{border-color:var(--oxm-accent, #0e7490)}@media(max-width:989px){.oxcmp__modes-grid{grid-template-columns:1fr}}@media(max-width:749px){.oxcmp{padding:2.5rem 1rem;overflow-x:hidden;overflow-x:clip}.oxcmp__view{overflow:hidden}.oxcmp__scroll{padding:.5rem 0 .25rem;scroll-padding-inline:0}.oxcmp__table>*{flex-basis:20rem;min-width:20rem}.oxcmp__table>.oxcmp__labels{flex-basis:13rem;min-width:13rem}.oxcmp__tabs{width:100%}.oxcmp__tab{flex:1 1 0;min-width:0;padding:.75rem 1rem;font-size:1.35rem;line-height:1.3;text-align:center}.oxcmp__actions{flex-direction:column}.oxcmp__btn{width:100%;min-width:0}}@media(prefers-reduced-motion:reduce){.oxcmp__tab,.oxcmp__btn{transition:none}}.oxcpap{max-width:1440px;margin:0 auto;padding:3.5rem 1.5rem}.oxcpap__header{text-align:center;margin-bottom:2.5rem}.oxcpap__eyebrow{color:var(--oxc-accent, #0e7490);font-size:1.5rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin:0 0 .5rem}.oxcpap__heading{color:var(--oxc-heading, #134e5e);font-size:clamp(2.4rem,5vw,3.5rem);font-weight:700;line-height:1.12;margin:0 0 .75rem}.oxcpap__subheading{color:#5b6b73;line-height:1.55;max-width:52rem;margin:0 auto}.oxcpap p{font-size:1.4rem}.oxcpap__layout{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:stretch}.oxcpap__media{position:relative;border-radius:1rem;overflow:hidden;min-height:460px}.oxcpap__media img,.oxcpap__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.oxcpap__badges{position:absolute;left:1.5rem;bottom:1.5rem;right:1.5rem;display:flex;gap:1rem;flex-wrap:wrap}.oxcpap__badge{display:inline-flex;align-items:center;gap:.8rem;background:#0d2e3c8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;font-weight:600;font-size:1.5rem;line-height:1.25;padding:.85rem 1.3rem;border-radius:.7rem;border:1px solid rgba(255,255,255,.25)}.oxcpap__badge-icon{flex:0 0 auto;width:2.6rem;height:2.6rem;border-radius:50%;background:#ffffff2e;border:1.5px solid rgba(255,255,255,.6);display:grid;place-items:center}.oxcpap__badge-icon svg{width:1.3rem;height:1.3rem}.oxcpap__panel{background:#fff;border:1px solid rgba(19,78,94,.08);border-radius:1rem;box-shadow:0 1px 3px #134e5e0f,0 10px 30px #134e5e0f;padding:2rem 2rem 1.75rem;display:flex;flex-direction:column}.oxcpap__panel-eyebrow{color:var(--oxc-accent, #0e7490);font-size:1.5rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin:0 0 .35rem}.oxcpap__panel-heading{color:#10222b;font-size:2.2rem;font-weight:700;margin:0 0 1.25rem}.oxcpap__items{counter-reset:oxc-item;display:flex;flex-direction:column;gap:.9rem;flex:1}.oxcpap__actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.75rem}.oxcpap__btn{flex:1 1 14rem;text-align:center;font-weight:600;font-size:1.5rem;padding:1.05rem 1.75rem;border-radius:.6rem;text-decoration:none;transition:background .2s ease,color .2s ease,border-color .2s ease}.oxcpap__btn--primary{background:var(--oxc-accent, #0e7490);color:#fff}.oxcpap__btn--primary:hover{background:color-mix(in srgb,var(--oxc-accent, #0e7490) 85%,#000)}.oxcpap__btn--secondary{background:#fff;color:var(--oxc-accent, #0e7490);border:1.5px solid rgba(19,78,94,.25)}.oxcpap__btn--secondary:hover{border-color:var(--oxc-accent, #0e7490)}.oxcpap__disclaimer{display:flex;align-items:center;justify-content:center;gap:.6rem;color:#7a8a92;font-size:1.4rem;margin:1.2rem 0 0}.oxcpap__disclaimer svg{flex:0 0 auto;width:1.5rem;height:1.5rem;color:#e8833a}@media(max-width:989px){.oxcpap__layout{grid-template-columns:1fr}.oxcpap__media{min-height:320px;aspect-ratio:4 / 3}}@media(max-width:749px){.oxcpap{padding:2.5rem 1rem}.oxcpap__panel{padding:1.5rem 1.25rem}.oxcpap__badge{font-size:1.3rem;padding:.7rem 1rem}.oxcpap__badge-icon{width:2.2rem;height:2.2rem}}@media(prefers-reduced-motion:reduce){.oxcpap__btn{transition:none}}.oxjny{max-width:1440px;margin:0 auto;padding:3.5rem 1.5rem}.oxjny p{font-size:1.4rem}.oxjny__header{text-align:center;margin-bottom:2.5rem}.oxjny__eyebrow{color:var(--oxj-accent, #0e7490);font-size:1.5rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin:0 0 .5rem}.oxjny__heading{color:var(--oxj-heading, #134e5e);font-size:clamp(2.4rem,5vw,3.5rem);font-weight:700;line-height:1.12;margin:0 0 .75rem}.oxjny__subheading{color:#5b6b73;line-height:1.55;max-width:56rem;margin:0 auto}.oxjny__card{border-radius:1.25rem;overflow:hidden;padding:0 0 2rem}.oxjny__hero{display:grid;grid-template-columns:minmax(30rem,44rem) 1fr;align-items:center}.oxjny__hero-copy{padding:3rem 1rem 2.5rem 3rem;position:relative;z-index:1}.oxjny__pill{display:inline-block;background:#e8833a;color:#fff;font-size:1.3rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.5rem 1.2rem;border-radius:999px;margin-bottom:1.25rem}.oxjny__answer{color:#fff;font-size:clamp(2.2rem,3.5vw,3rem);font-weight:700;line-height:1.15;margin:0 0 1rem}.oxjny__answer-text{color:#ffffffe0;line-height:1.55}.oxjny__rule{border:0;border-top:1.5px solid rgba(255,255,255,.25);width:4rem;margin:1.5rem 0}.oxjny__note{display:flex;align-items:flex-start;gap:.8rem;color:#7cd0e8;line-height:1.5;margin:0}.oxjny__note svg{flex:0 0 auto;width:2rem;height:2rem;margin-top:.1rem}.oxjny__hero-media{position:relative;align-self:stretch;min-height:34rem}.oxjny__hero-media img,.oxjny__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.oxjny__hero-fade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0a2634,#0a263400 35%);pointer-events:none}.oxjny__pathway{background:#fff;border-radius:1rem;margin:-3rem 2rem 0;position:relative;z-index:2;padding:2rem 2rem 2.25rem;box-shadow:0 12px 32px #0000002e}.oxjny__pathway-heading{display:flex;align-items:center;gap:1.25rem;color:#10222b;font-size:2rem;font-weight:700;margin:0 0 2.4rem}.oxjny__pathway-heading:before,.oxjny__pathway-heading:after{content:"";flex:1;border-top:1.5px solid rgba(19,78,94,.18)}.oxjny__pathway-heading span{text-align:center}.oxjny__steps{counter-reset:oxj-step;display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;position:relative}.oxjny__steps:before{content:"";position:absolute;top:0;left:6%;right:6%;border-top:1.5px solid color-mix(in srgb,var(--oxj-accent, #0e7490) 35%,#fff)}.oxjny__steps>*{display:flex}.oxjny__strip{margin:2rem 2rem 0;background:#ffffff0f;border:1px solid rgba(255,255,255,.14);border-radius:1rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1.75rem 2rem}.oxjny__strip-left{display:flex;align-items:center;gap:1.5rem;min-width:0}.oxjny__strip-icon{flex:0 0 auto;width:5.5rem;height:5.5rem;border-radius:50%;border:2px solid rgba(255,255,255,.7);color:#fff;display:grid;place-items:center}.oxjny__strip-icon svg{width:2.6rem;height:2.6rem}.oxjny__strip-heading{color:#fff;font-size:1.85rem;font-weight:700;margin:0 0 .25rem}.oxjny__strip-text{color:#ffffffd9;line-height:1.5;margin:0}.oxjny__strip-actions{flex:0 0 auto;display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.oxjny__btn{display:inline-flex;align-items:center;gap:.7rem;background:#fff;color:#10222b;font-size:1.5rem;font-weight:700;padding:1.05rem 2rem;border-radius:.7rem;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.oxjny__btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000004d}.oxjny__btn svg{width:1.6rem;height:1.6rem}.oxjny__ghost{display:inline-flex;align-items:center;gap:.6rem;color:#7cd0e8;font-size:1.5rem;font-weight:600;text-decoration:none;border-left:1px solid rgba(255,255,255,.2);padding-left:1.5rem}.oxjny__ghost svg{width:1.5rem;height:1.5rem;transition:transform .2s ease}.oxjny__ghost:hover svg{transform:translate(3px)}.oxjny__footnote{text-align:center;color:#7a8a92;margin-top:2rem;line-height:1.55}.oxjny__footnote p{font-size:1.4rem;margin:0}@media(max-width:989px){.oxjny__hero{grid-template-columns:1fr}.oxjny__hero-media{order:-1;min-height:0;aspect-ratio:16 / 10}.oxjny__hero-fade{background:linear-gradient(180deg,#0a263400 55%,#0a2634)}.oxjny__hero-copy{padding:2rem 1.5rem 1rem}.oxjny__pathway{margin:1.5rem 1.25rem 0;padding:1.5rem 1.25rem 1.75rem}.oxjny__steps{grid-template-columns:1fr;gap:1rem}.oxjny__steps:before{display:none}.oxjny__strip{margin:1.5rem 1.25rem 0;flex-direction:column;align-items:stretch;text-align:center}.oxjny__strip-left{flex-direction:column;text-align:center}.oxjny__strip-actions{justify-content:center}.oxjny__ghost{border-left:0;padding-left:0}}@media(max-width:649px){.oxjny{padding:2.5rem 1rem}.oxjny__card{padding-bottom:1.5rem}.oxjny__strip-actions{flex-direction:column;gap:1rem}.oxjny__btn{width:100%;justify-content:center}}@media(min-width:990px)and (max-width:1199px){.oxjny__steps{grid-template-columns:repeat(2,1fr)}.oxjny__steps:before{display:none}}@media(prefers-reduced-motion:reduce){.oxjny__btn,.oxjny__ghost svg{transition:none}}.oxprice{max-width:1440px;margin:0 auto;padding:3.5rem 1.5rem}.oxprice p{font-size:1.4rem}.oxprice__header{text-align:center;margin-bottom:2.5rem}.oxprice__eyebrow{color:var(--oxp-accent, #0e7490);font-size:1.5rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin:0 0 .5rem}.oxprice__heading{color:var(--oxp-heading, #134e5e);font-size:clamp(2.4rem,5vw,3.5rem);font-weight:700;line-height:1.12;margin:0 0 .75rem}.oxprice__subheading{color:#5b6b73;line-height:1.55;max-width:52rem;margin:0 auto}.oxprice__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.oxprice__grid>*{display:flex}.oxprice__banner{margin-top:2.5rem;border-radius:1rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:2rem 2.5rem;color:#fff}.oxprice__banner-left{display:flex;align-items:center;gap:1.75rem;min-width:0}.oxprice__banner-circle{flex:0 0 auto;width:6.5rem;height:6.5rem;border-radius:50%;border:2.5px dashed rgba(255,255,255,.85);display:grid;place-items:center;font-size:2rem;font-weight:700;color:#fff}.oxprice__banner-heading{color:#fff;font-size:2rem;font-weight:700;margin:0 0 .25rem}.oxprice__banner-text{color:#ffffffe0;margin:0;line-height:1.5}.oxprice__banner-btn{flex:0 0 auto;display:inline-flex;align-items:center;gap:.7rem;background:#fff;color:#10222b;font-size:1.5rem;font-weight:700;padding:1.05rem 2rem;border-radius:.7rem;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.oxprice__banner-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000040}.oxprice__banner-btn svg{width:1.6rem;height:1.6rem}.oxprice__footnote{text-align:center;color:#7a8a92;margin-top:2rem;line-height:1.55}.oxprice__footnote p{font-size:1.4rem;margin:0 0 .4rem}.oxprice__footnote p:last-child{margin-bottom:0}@media(max-width:1199px){.oxprice__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:989px){.oxprice__banner,.oxprice__banner-left{flex-direction:column;text-align:center}}@media(max-width:649px){.oxprice{padding:2.5rem 1rem}.oxprice__grid{grid-template-columns:1fr}.oxprice__banner{padding:1.75rem 1.25rem}}@media(prefers-reduced-motion:reduce){.oxprice__banner-btn{transition:none}}.oxsetup{max-width:1440px;margin:0 auto;padding:3.5rem 1.5rem}.oxsetup__header{text-align:center;margin-bottom:2.5rem}.oxsetup__eyebrow{color:var(--oxs-accent, #0e7490);font-size:1.5rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin:0 0 .5rem}.oxsetup__heading{color:var(--oxs-heading, #134e5e);font-size:clamp(2.4rem,5vw,3.5rem);font-weight:700;line-height:1.12;margin:0 0 .75rem}.oxsetup__subheading{color:#5b6b73;line-height:1.55;max-width:52rem;margin:0 auto}.oxsetup p{font-size:1.4rem}.oxsetup__layout{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:stretch}.oxsetup__media{position:relative;border-radius:1rem;overflow:hidden;min-height:460px}.oxsetup__media img,.oxsetup__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.oxsetup__pin{position:absolute;transform:translate(-50%,-50%);width:2.9rem;height:2.9rem;border-radius:50%;background:var(--oxs-accent, #0e7490);color:#fff;font-size:1.5rem;font-weight:700;display:grid;place-items:center;border:3px solid #fff;box-shadow:0 2px 8px #00000040}.oxsetup__panel{background:#fff;border:1px solid rgba(19,78,94,.08);border-radius:1rem;box-shadow:0 1px 3px #134e5e0f,0 10px 30px #134e5e0f;padding:2rem 2rem 1.75rem;display:flex;flex-direction:column}.oxsetup__panel-eyebrow{color:var(--oxs-accent, #0e7490);font-size:1.5rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin:0 0 .35rem}.oxsetup__panel-heading{color:#10222b;font-size:2.2rem;font-weight:700;margin:0 0 1.25rem}.oxsetup__items{counter-reset:oxs-item;display:flex;flex-direction:column;gap:.9rem;flex:1}.oxsetup__actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.75rem}.oxsetup__btn{flex:1 1 14rem;display:inline-flex;align-items:center;justify-content:center;gap:.6rem;text-align:center;font-weight:600;font-size:1.5rem;padding:1.05rem 1.75rem;border-radius:.6rem;text-decoration:none;transition:background .2s ease,color .2s ease,border-color .2s ease}.oxsetup__btn svg{width:1.5rem;height:1.5rem;flex:0 0 auto}.oxsetup__btn--primary{background:var(--oxs-accent, #0e7490);color:#fff}.oxsetup__btn--primary:hover{background:color-mix(in srgb,var(--oxs-accent, #0e7490) 85%,#000)}.oxsetup__btn--secondary{background:#fff;color:var(--oxs-accent, #0e7490);border:1.5px solid rgba(19,78,94,.25)}.oxsetup__btn--secondary:hover{border-color:var(--oxs-accent, #0e7490)}.oxsetup__banner{margin-top:2.5rem;background:color-mix(in srgb,var(--oxs-accent, #0e7490) 9%,#fff);border-radius:1rem;display:flex;align-items:center;gap:2.5rem;padding:2rem 2.5rem}.oxsetup__banner-media{flex:0 0 240px}.oxsetup__banner-media img{width:100%;height:auto;display:block}.oxsetup__banner-body{flex:1}.oxsetup__banner-heading{color:var(--oxs-accent, #0e7490);font-size:2rem;font-weight:700;margin:0 0 .5rem}.oxsetup__banner-text{color:#3d4d55;line-height:1.55;margin-bottom:1.25rem}.oxsetup__banner-btn{flex:0 0 auto;display:inline-flex;font-size:1.5rem}@media(max-width:989px){.oxsetup__layout{grid-template-columns:1fr}.oxsetup__media{min-height:320px;aspect-ratio:4 / 3}.oxsetup__banner{flex-direction:column;text-align:center;gap:1.5rem}.oxsetup__banner-media{flex-basis:auto;max-width:220px}}@media(max-width:749px){.oxsetup{padding:2.5rem 1rem}.oxsetup__panel,.oxsetup__banner{padding:1.5rem 1.25rem}.oxsetup__pin{width:2.4rem;height:2.4rem;font-size:1.3rem}}@media(prefers-reduced-motion:reduce){.oxsetup__btn{transition:none}}.oxmed{max-width:1440px;margin:0 auto;padding:3.5rem 1.5rem}.oxmed p{font-size:1.4rem}.oxmed__header{text-align:center;margin-bottom:2.5rem}.oxmed__eyebrow{color:var(--oxd-accent, #0e7490);font-size:1.5rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin:0 0 .5rem}.oxmed__heading{color:var(--oxd-heading, #134e5e);font-size:clamp(2.4rem,5vw,3.5rem);font-weight:700;line-height:1.12;margin:0 0 .75rem}.oxmed__subheading{color:#5b6b73;line-height:1.55;max-width:56rem;margin:0 auto}.oxmed__layout{display:grid;grid-template-columns:1fr 1.1fr;gap:2.5rem;align-items:stretch}.oxmed__media{position:relative;border-radius:1rem;overflow:hidden;min-height:460px}.oxmed__media img,.oxmed__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.oxmed__image-badge{position:absolute;top:1.5rem;right:1.5rem;display:inline-flex;align-items:center;gap:.8rem;background:var(--oxd-accent, #0e7490);color:#fff;font-size:1.4rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;line-height:1.3;max-width:20rem;padding:1rem 1.25rem;border-radius:.7rem;box-shadow:0 6px 18px #0003}.oxmed__image-badge svg{flex:0 0 auto;width:2.2rem;height:2.2rem}.oxmed__panel{background:#fff;border:1px solid rgba(19,78,94,.08);border-radius:1rem;box-shadow:0 1px 3px #134e5e0f,0 10px 30px #134e5e0f;padding:2.25rem 2.25rem 2rem;display:flex;flex-direction:column}.oxmed__panel-heading{color:#10222b;font-size:2rem;font-weight:700;margin:0 0 1.25rem}.oxmed__chips{display:grid;grid-template-columns:repeat(3,1fr);gap:.9rem}.oxmed__chip{display:flex;align-items:center;justify-content:center;text-align:center;border:1.5px solid rgba(19,78,94,.25);border-radius:.6rem;color:#29424d;font-size:1.5rem;font-weight:600;padding:1rem .75rem}.oxmed__note{display:flex;align-items:center;gap:.7rem;color:#e8833a;font-size:1.4rem;margin:1.25rem 0 0}.oxmed__note svg{flex:0 0 auto;width:1.7rem;height:1.7rem}.oxmed__divider{border:0;border-top:1px solid rgba(19,78,94,.12);margin:1.75rem 0}.oxmed__docs{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.oxmed__docs>*{display:flex}.oxmed__banner{margin-top:2.5rem;border-radius:1rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:2rem 2.5rem;color:#fff}.oxmed__banner-left{display:flex;align-items:center;gap:1.75rem;min-width:0}.oxmed__banner-icon{flex:0 0 auto;width:6.5rem;height:6.5rem;border-radius:50%;border:2px solid rgba(255,255,255,.85);display:grid;place-items:center;color:#fff}.oxmed__banner-icon svg{width:3rem;height:3rem}.oxmed__banner-heading{color:#fff;font-size:2rem;font-weight:700;margin:0 0 .25rem}.oxmed__banner-text{color:#ffffffe0;margin:0;line-height:1.5}.oxmed__banner-btn{flex:0 0 auto;display:inline-flex;align-items:center;gap:.7rem;background:#fff;color:#10222b;font-size:1.5rem;font-weight:700;padding:1.05rem 2rem;border-radius:.7rem;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.oxmed__banner-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000040}.oxmed__banner-btn svg{width:1.6rem;height:1.6rem}.oxmed__footnote{text-align:center;color:#7a8a92;margin-top:2rem;line-height:1.55}.oxmed__footnote p{font-size:1.4rem;margin:0}@media(max-width:989px){.oxmed__layout{grid-template-columns:1fr}.oxmed__media{min-height:320px;aspect-ratio:4 / 3}.oxmed__banner,.oxmed__banner-left{flex-direction:column;text-align:center}}@media(max-width:649px){.oxmed{padding:2.5rem 1rem}.oxmed__panel{padding:1.5rem 1.25rem}.oxmed__chips{grid-template-columns:repeat(2,1fr)}.oxmed__docs{grid-template-columns:1fr}.oxmed__banner{padding:1.75rem 1.25rem}}@media(prefers-reduced-motion:reduce){.oxmed__banner-btn{transition:none}}.whyox{padding:3rem 1.5rem;max-width:1440px;margin:0 auto}.whyox__eyebrow{text-align:center;color:var(--whyox-accent, #0e7490);font-size:.8rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;margin:0 0 .5rem}.whyox__heading{text-align:center;color:var(--whyox-heading, #134e5e);font-size:clamp(1.9rem,4vw,2.9rem);font-weight:700;line-height:1.15;margin:0 0 .75rem}.whyox__subheading{text-align:center;color:#5b6b73;font-size:1.05rem;max-width:42rem;margin:0 auto 2.75rem}.whyox__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}.whyox__cta-wrap{text-align:center;margin-top:3rem}.whyox__cta{display:inline-flex;align-items:center;gap:.6rem;background:var(--whyox-accent, #0e7490);color:#fff;font-weight:600;font-size:1.05rem;padding:1rem 2.25rem;border-radius:.6rem;text-decoration:none;transition:background .2s ease,transform .2s ease}.whyox__cta:hover{background:color-mix(in srgb,var(--whyox-accent, #0e7490) 85%,#000);transform:translateY(-2px)}.whyox__cta svg{width:1.15rem;height:1.15rem}@media(max-width:989px){.whyox__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:749px){.whyox{padding:2.5rem 1rem}.whyox__grid{grid-template-columns:1fr;gap:1.25rem}}@media(prefers-reduced-motion:reduce){.whyox__cta{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/12/compiled_assets/styles.css.map */
