:root{--oh-hdr-ink: #1d1d1f;--oh-hdr-mut: #6e6e73}@media screen and (min-width:990px){.header-wrapper{background:#ffffffb8!important;-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid rgba(0,0,0,.06)!important}.header.page-width{max-width:134rem;min-height:46px;padding-top:0;padding-bottom:0;align-items:center}.header__heading,.header__heading-link{margin:0;padding:6px 0}.header__heading-logo{max-height:32px;width:auto}.header__inline-menu{justify-self:center;margin:0}.header__inline-menu .list-menu--inline{justify-content:center;flex-wrap:nowrap;column-gap:.4rem}.header__inline-menu .list-menu--inline>li{display:flex}.header__menu-item{font-family:var(--oh-font, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", system-ui, sans-serif);font-size:1.2rem;font-weight:400;letter-spacing:0;color:var(--oh-hdr-ink);opacity:.8;text-transform:none;white-space:nowrap;padding:1.1rem 1.5rem!important;transition:opacity .12s ease}summary.header__menu-item.list-menu__item{padding-right:1.2rem!important}.header__menu-item:hover,.header__menu-item:focus,.header-menu[open]>details>.header__menu-item{opacity:1;color:var(--oh-hdr-ink)}.header__menu-item span{transition:none}.header__active-menu-item{display:none!important}.header__menu-item.list-menu__item--active{text-decoration:none}.header__menu-item .icon-caret{height:.5rem;margin-left:.4rem;opacity:.4}.header__icons{column-gap:1.4rem}.header__icon{min-width:3.2rem;min-height:3.2rem;color:var(--oh-hdr-ink);transition:opacity .12s ease}.header__icon svg{width:1.7rem;height:1.7rem}.header__icon:hover{opacity:.5}.mega-menu__content{left:0;right:0;width:100%;margin:0;padding:3.4rem 5rem 4.4rem;border:0;border-top:1px solid rgba(0,0,0,.06);border-radius:0 0 18px 18px;background:#fff!important;box-shadow:0 30px 60px -22px #00000038;transform-origin:top center;animation:ohMegaIn .28s cubic-bezier(.32,.72,0,1)}@keyframes ohMegaIn{0%{opacity:0;transform:translateY(-6px) scale(.985);filter:blur(2px)}to{opacity:1;transform:none;filter:blur(0)}}.mega-menu__list{max-width:122rem;margin:0 auto;grid-column-gap:4rem;grid-row-gap:.4rem}.mega-menu__link{font-family:var(--oh-font, -apple-system, BlinkMacSystemFont, "SF Pro Text", system-ui, sans-serif);font-size:1.35rem;font-weight:400;letter-spacing:0;color:var(--oh-hdr-mut);padding:.55rem 0;transition:color .12s ease}.mega-menu__link:hover{color:var(--oh-hdr-ink);text-decoration:none}.mega-menu__link--level-2{font-size:1.9rem;font-weight:600;letter-spacing:-.02em;color:var(--oh-hdr-ink);margin-bottom:.4rem}}@media screen and (min-width:990px)and (max-width:1400px){.header__menu-item{font-size:1.1rem;padding:1.1rem 1rem!important}summary.header__menu-item.list-menu__item{padding-right:.8rem!important}}.oh-cat .oh-cat__img--lg{transform:none!important;max-height:23rem;margin-bottom:1.4rem}@media screen and (max-width:989px){.oh-cat .oh-cat__img--lg{max-height:19rem}}.oh-hero{min-height:50rem;align-items:center;background:radial-gradient(60% 70% at 74% 42%,#e9f1fd,#e9f1fd00 62%),linear-gradient(180deg,#fbfbfd,#f1f3f7)!important}.oh-hero .oh-hero__copy{padding-top:5.5rem;padding-bottom:5.5rem}.oh-hero .oh-hero__copy .oh-hero__eyebrow{margin:0 0 1.6rem;font-size:1.7rem;font-weight:600;letter-spacing:0;text-transform:none;color:var(--oh-blue, #0c4da2)}.oh-hero .oh-hero__copy h1{max-width:20ch;font-size:clamp(3.8rem,4.6vw,6rem);line-height:1.06;letter-spacing:-.025em;font-weight:600;text-wrap:balance}.oh-hero .oh-hero__copy .oh-hero__text{max-width:44rem;margin-top:2.2rem;font-size:1.9rem;line-height:1.5;letter-spacing:0;color:#6e6e73}.oh-hero .oh-hero__copy .oh-hero__buttons{margin-top:3.2rem;align-items:center;gap:1.8rem 2.4rem}.oh-hero .oh-hero__buttons .button{min-height:5rem;padding-left:2.6rem;padding-right:2.6rem;font-size:1.6rem;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}.oh-hero .oh-hero__buttons .button:active{transform:scale(.97)}.oh-hero .oh-hero__buttons .button--secondary{min-height:0;padding:0;border:0!important;background:none!important;color:var(--oh-blue, #0c4da2);font-size:1.6rem;font-weight:500}.oh-hero .oh-hero__buttons .button--secondary:after{content:" \203a";display:inline-block;transition:transform .12s ease}.oh-hero .oh-hero__buttons .button--secondary:hover{text-decoration:none}.oh-hero .oh-hero__buttons .button--secondary:hover:after{transform:translate(3px)}.oh-hero .oh-hero__visual{min-height:0;display:grid;place-items:center;padding:3.5rem 4rem 3.5rem 0;overflow:visible}.oh-hero .oh-hero__visual img{width:100%;height:auto;max-height:42rem;object-fit:contain;filter:drop-shadow(0 34px 55px rgba(20,40,80,.16))}@media(prefers-reduced-motion:no-preference){.oh-hero .oh-hero__copy>*{animation:ohHeroRise .6s cubic-bezier(.32,.72,0,1) both}.oh-hero .oh-hero__copy>*:nth-child(2){animation-delay:.05s}.oh-hero .oh-hero__copy>*:nth-child(3){animation-delay:.1s}.oh-hero .oh-hero__copy>*:nth-child(4){animation-delay:.15s}.oh-hero .oh-hero__visual img{animation:ohHeroMaterialize .7s cubic-bezier(.32,.72,0,1) both}@keyframes ohHeroRise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@keyframes ohHeroMaterialize{0%{opacity:0;transform:scale(1.04);filter:blur(8px) drop-shadow(0 34px 55px rgba(20,40,80,.16))}to{opacity:1;transform:none;filter:blur(0) drop-shadow(0 34px 55px rgba(20,40,80,.16))}}}@media screen and (max-width:989px){.oh-hero{min-height:0}.oh-hero .oh-hero__visual{padding:1rem 2rem 3rem}.oh-hero .oh-hero__visual img{max-height:34rem}.oh-hero .oh-hero__copy h1{letter-spacing:-.02em}}@media screen and (max-width:749px){.oh-hero .oh-hero__copy .oh-hero__text{font-size:1.7rem}}@media(prefers-contrast:more){.oh-hero{background:#fff!important}.oh-hero .oh-hero__copy .oh-hero__text{color:#3a3a3c}}@media(prefers-reduced-motion:reduce){.mega-menu__content{animation:none}}@media(prefers-reduced-transparency:reduce){.header-wrapper{background:#fff!important;-webkit-backdrop-filter:none;backdrop-filter:none}}@media(prefers-contrast:more){.header-wrapper{background:#fff!important;border-bottom:1px solid rgba(0,0,0,.35)!important}.header__menu-item{opacity:1}}.oh-hero--v2{background:var(--oh-hero-bg, #f1f3f7)!important}.oh-hero--v2 .oh-hero__eyebrow,.oh-hero--v2 .oh-hero__buttons .button--secondary{color:var(--oh-hero-accent, #0c4da2)}.oh-hero--v2 .oh-hero__visual{position:relative}.oh-hero--v2 .oh-hero__media{grid-area:1 / 1;width:100%;height:auto;max-height:42rem;object-fit:contain}.oh-hero--v2 .oh-hero__video{z-index:1}.oh-hero--v2 .oh-hero__img{filter:drop-shadow(0 34px 55px rgba(20,40,80,.16))}@media screen and (max-width:749px){.oh-hero--v2 .oh-hero__video{display:none}}@media(prefers-reduced-motion:reduce){.oh-hero--v2 .oh-hero__video{display:none}}.oh-partners{padding:6rem 0;background:var(--opb, #f5f5f7)}.oh-partners__head{text-align:center;max-width:72rem;margin:0 auto 4rem}.oh-partners__eyebrow{display:inline-flex;align-items:center;gap:1rem;margin:0 0 1.4rem;font-family:var(--oh-font, -apple-system, BlinkMacSystemFont, "SF Pro Text", system-ui, sans-serif);font-size:1.2rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#0c4da2}.oh-partners__eyebrow span{width:3.2rem;height:2px;background:#0c4da2;border-radius:2px}.oh-partners__title{margin:0;font-family:var(--oh-font, -apple-system, BlinkMacSystemFont, "SF Pro Display", system-ui, sans-serif);font-size:clamp(2.4rem,4vw,4rem);line-height:1.08;letter-spacing:-.022em;font-weight:600;color:#1d1d1f}.oh-partners__sub{margin:1.4rem 0 0;font-size:1.6rem;line-height:1.5;color:#6e6e73}.oh-partners__grid{display:grid;grid-template-columns:repeat(var(--cols, 6),1fr);gap:3.4rem 4rem;align-items:center;max-width:118rem;margin:0 auto}.oh-partners__logo{display:flex;align-items:center;justify-content:center;min-height:6rem;text-decoration:none}.oh-partners__logo img{max-height:30px;max-width:80%;width:auto;object-fit:contain;opacity:.85;transition:opacity .2s ease,filter .2s ease}.oh-partners__ph{font-family:var(--oh-font, system-ui, sans-serif);font-size:1.3rem;font-weight:600;color:#b0b0b8;letter-spacing:.02em}.oh-partners--mono .oh-partners__logo img{filter:grayscale(1);opacity:.5}.oh-partners--mono .oh-partners__logo:hover img,.oh-partners--mono .oh-partners__logo:focus-visible img{filter:grayscale(0);opacity:1}.oh-partners__logo:hover img{opacity:1}@media screen and (max-width:1100px){.oh-partners__grid{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width:750px){.oh-partners__grid{grid-template-columns:repeat(3,1fr);gap:3rem 2.4rem}}@media screen and (max-width:480px){.oh-partners__grid{grid-template-columns:repeat(2,1fr)}}@media(prefers-reduced-motion:reduce){.oh-partners__logo img{transition:none}}.oh-rev{padding:6rem 0;background:#fff}.oh-rev__head{text-align:center;max-width:74rem;margin:0 auto 3.6rem}.oh-rev__eyebrow{display:inline-flex;align-items:center;gap:1rem;margin:0 0 1.6rem;font-size:1.2rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#0c4da2}.oh-rev__eyebrow span{width:3.2rem;height:2px;background:#0c4da2;border-radius:2px}.oh-rev__title{margin:0;font-size:clamp(3rem,5vw,5.4rem);line-height:1.05;letter-spacing:-.03em;font-weight:700;color:#1d1d1f}.oh-rev__sub{margin:1.4rem 0 0;font-size:1.6rem;line-height:1.5;color:#6e6e73}.oh-rev__photos{display:flex;gap:1.4rem;overflow-x:auto;padding-bottom:1rem;margin-bottom:3.6rem;scrollbar-width:none}.oh-rev__photos::-webkit-scrollbar{display:none}.oh-rev__photo{flex:0 0 clamp(24rem,30vw,34rem);border-radius:20px;overflow:hidden;background:#f5f5f7}.oh-rev__photo img{display:block;width:100%;height:100%;object-fit:cover;aspect-ratio:4 / 3}.oh-rev__gcard{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1.6rem 3rem;max-width:62rem;margin:0 auto 3.6rem;padding:2rem 2.6rem;border:1px solid rgba(29,29,31,.1);border-radius:20px;background:#fff;box-shadow:0 14px 44px #0000000f}.oh-rev__gbrand{display:flex;align-items:center;gap:1.4rem}.oh-rev__gmark{width:3.6rem;height:3.6rem;display:grid;place-items:center}.oh-rev__gmark svg{width:2.6rem;height:2.6rem}.oh-rev__gname{margin:0;font-size:1.55rem;font-weight:700;color:#1d1d1f}.oh-rev__gstars{margin:.2rem 0 0;font-size:1.35rem;color:#6e6e73}.oh-rev__stars{color:#f5a623;letter-spacing:.1em}.oh-rev__gactions{display:flex;flex-wrap:wrap;gap:.9rem}.oh-rev__btn{display:inline-flex;align-items:center;min-height:4.4rem;padding:0 1.8rem;border-radius:999px;background:#0c4da2;color:#fff;font-size:1.3rem;font-weight:650;text-decoration:none;transition:background .18s ease}.oh-rev__btn:hover{background:#073b7f}.oh-rev__btn--ghost{background:transparent;color:#0c4da2;border:1px solid #0c4da2}.oh-rev__btn--ghost:hover{background:#0c4da214}.oh-rev__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.8rem}.oh-rev__card{margin:0;display:flex;flex-direction:column;padding:2.6rem 2.4rem;border:1px solid rgba(29,29,31,.1);border-radius:22px;background:#fff;box-shadow:0 10px 34px #0000000d}.oh-rev__rating{font-size:1.5rem;letter-spacing:.12em;color:#1d1d1f2e;margin-bottom:1.4rem}.oh-rev__rating .is-on{color:#f5a623}.oh-rev__quote{margin:0 0 2rem;font-size:1.5rem;line-height:1.55;color:#1d1d1f;flex:1}.oh-rev__by{display:flex;align-items:center;gap:1.1rem;padding-top:1.6rem;border-top:1px solid rgba(29,29,31,.08)}.oh-rev__avatar{flex:0 0 3.6rem;width:3.6rem;height:3.6rem;border-radius:50%;display:grid;place-items:center;background:#0c4da2;color:#fff;font-weight:700;font-size:1.4rem}.oh-rev__meta{display:flex;flex-direction:column;line-height:1.3;flex:1}.oh-rev__meta b{font-size:1.4rem;color:#1d1d1f}.oh-rev__meta i{font-style:normal;font-size:1.2rem;color:#6e6e73}.oh-rev__src{font-size:1.1rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#8a8d91}@media(max-width:990px){.oh-rev__grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.oh-rev__grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/24/compiled_assets/styles.css.map */
