:root{--sans:"Figtree", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--serif:"Noto Serif Display", Georgia, "Times New Roman", serif;--ink:#1b1b1b;--bone:#f5f3f0;--white:#fff;--bar-bg:#f0f0f0f2;--pill:#d3d3d3;--muted:#86847f;--edge:16px;--container:1264px;--pad-inline:40px;--content-x:clamp(24px, 8.9vw, 128px);--ease1:cubic-bezier(.241, .969, .635, .997);--dur:.35s;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-family:var(--sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility}*,:before,:after{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bone);color:var(--ink);font-family:var(--sans)}body.is-locked{overflow:hidden}img,svg{max-width:100%;display:block}button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:0}a{color:inherit;text-decoration:none}.container{width:100%;max-width:var(--container);padding-inline:var(--pad-inline);margin-inline:auto}@media (width<=768px){:root{--pad-inline:24px}}:focus-visible{outline-offset:3px;outline:2px solid}.sr-only{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.header{z-index:20;padding:var(--edge);position:absolute;top:0;left:0;right:0}.header__bar{background:var(--bar-bg);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:999px;align-items:center;min-height:60px;padding:8px 16px 8px 20px;transition:border-radius .25s;display:flex}.header__logo{margin-right:15px;display:block}.header__logo img{width:auto;height:28px}.header__links{align-items:center;gap:2px;margin:0;padding:0;font-size:16px;font-weight:500;list-style:none;display:flex}.header__item{position:relative}.header__link{color:var(--ink);border-radius:999px;padding:4px 12px;transition:background .18s,color .18s;display:block}.header__links:hover .header__link,.header__links:focus-within .header__link{color:var(--muted)}.header__item:hover .header__link,.header__item:focus-within .header__link{background:var(--pill);color:var(--ink)}.header__dropdown{z-index:5;background:var(--bar-bg);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);opacity:0;visibility:hidden;border-radius:12px;padding:20px 18px;transition:opacity .18s,transform .18s,visibility .18s;position:absolute;top:calc(100% + 23px);left:-4px;transform:translateY(-6px)}.header__dropdown:before{content:"";height:23px;position:absolute;top:-23px;left:0;right:0}.header__item:hover .header__dropdown,.header__item:focus-within .header__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.header__dropdown-list{grid-template-columns:auto;gap:19px 48px;margin:0;padding:0;font-size:16px;font-weight:500;line-height:20px;list-style:none;display:grid}.header__dropdown-list a{color:var(--ink);white-space:nowrap;transition:opacity .15s;display:block}.header__dropdown-list a:hover{opacity:.55}.header__actions{align-items:center;gap:8px;margin-left:auto;display:flex}.header__icon{border:1.5px solid var(--ink);border-radius:50%;place-items:center;width:44px;height:44px;transition:background .2s,color .2s;display:grid}.header__icon:hover{background:var(--ink);color:var(--white)}.header__icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;width:21px;height:21px}.header__toggle{display:none}.btn{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;height:44px;padding:0 15px;font-size:16px;font-weight:500;transition:background .2s,color .2s;display:inline-flex}.btn--ghost{border:1.5px solid var(--ink);color:var(--ink)}.btn--ghost:hover,.btn--dark{background:var(--ink);color:var(--white)}.btn--dark:hover{background:#383838}.btn--block{width:100%;height:56px;font-size:18px}.header__panel{background:var(--bar-bg);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);min-height:calc(100dvh - 3 * var(--edge) - 60px);border-radius:0 0 20px 20px;flex-direction:column;padding:8px 24px 24px;display:flex}.header__panel[hidden]{display:none}.header__panel-links{flex-direction:column;flex:1;gap:26px;margin:0;padding:14px 0 0;font-size:22px;font-weight:500;list-style:none;display:flex}.header__panel-actions{flex-direction:column;gap:12px;padding-top:32px;display:flex}@media (width<=1080px){.header__links,.header__login,.header__signup{display:none}.header__toggle{display:grid}.header__bar{border-radius:20px;padding:8px 8px 8px 18px}.header--open .header__bar{border-radius:20px 20px 0 0}.header--open .header__bar,.header--open .header__panel{-webkit-backdrop-filter:none;backdrop-filter:none;background:#fcfcfc}.header__logo img{height:26px}}@media (width>=1081px){.header__panel{display:none}}@media (hover:none){.header__links:hover .header__link{color:var(--ink)}}.footer-bg{background:var(--bone);color:var(--ink);position:relative}.footer{width:100%;max-width:var(--container);padding-inline:var(--pad-inline);margin:0 auto}.footer__grid{grid-template-columns:repeat(6,1fr);column-gap:32px;padding-top:64px;padding-bottom:32px;display:grid}.footer__cell{grid-template-rows:auto 1fr;padding-bottom:32px;display:grid}.footer__title{margin:0;padding-left:12px;font-size:1.125rem;font-weight:500;line-height:140%}.footer__list{flex-direction:column;gap:4px;margin:8px 0 0;padding:0;font-size:1.125rem;line-height:140%;list-style:none;display:flex}.footer__list li{padding:2px}.footer__list a{transition:opacity var(--dur) var(--ease1);border-radius:6px;align-items:center;padding:0 12px;display:inline-flex}.footer__list a:hover{opacity:.6}.footer__icon{flex:none;width:22px;height:22px;margin-right:12px}.footer__wordmark{width:100%;height:auto;margin-block:40px 24px}.footer__bottom{border-top:1px solid #1b1b1b40;justify-content:space-between;gap:32px;padding-block:32px 64px;display:flex}.footer__legal{color:#5b5956;margin:0;font-size:1rem;line-height:140%}.footer__legal a{color:currentColor;text-decoration:underline}.footer__lang{border:1px solid var(--ink);min-height:3rem;color:var(--ink);transition:background var(--dur) var(--ease1), color var(--dur) var(--ease1);border-radius:100rem;flex:none;justify-content:center;align-self:flex-start;align-items:center;padding:0 1.5rem;font-size:1rem;font-weight:500;display:inline-flex}.footer__lang:hover{background:var(--ink);color:var(--white)}@media (width<=1024px){.footer__grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.footer__grid{grid-template-columns:1fr;padding-top:48px}.footer__cell{padding-bottom:24px}.footer__bottom{flex-direction:column;align-items:flex-start;gap:24px}}.hero{min-height:100dvh;color:var(--white);background:#14161a;align-items:center;display:flex;position:relative;overflow:hidden}.hero__media{position:absolute;inset:0}.hero__media:after{content:"";background:linear-gradient(100deg,#00000080 0%,#00000052 45%,#00000024 100%);position:absolute;inset:0}.hero__media img{object-fit:cover;object-position:center;width:100%;height:100%;animation:28s ease-in-out infinite alternate hero-drift}.hero--paused .hero__media img{animation-play-state:paused}@keyframes hero-drift{0%{transform:scale(1)}to{transform:scale(1.08)}}@media (prefers-reduced-motion:reduce){.hero__media img{animation:none}}.hero__inner{width:100%;padding:76px var(--content-x) 168px;position:relative}.hero__eyebrow{letter-spacing:-.01em;margin:0 0 8px;font-size:20px;font-weight:400;line-height:1.3}.hero__title{letter-spacing:-.03em;max-width:520px;margin:0 0 42px;font-size:clamp(44px,10vw,70px);font-weight:500;line-height:1.065}.hero__form{flex-wrap:wrap;align-items:center;gap:41px;display:flex}.hero__field{width:min(321px,100%);display:block}.hero__field input{width:100%;height:64px;color:var(--white);font:inherit;background:0 0;border:1.5px solid #ffffffe6;border-radius:999px;padding:0 26px;font-size:19px;transition:border-color .2s,background .2s}.hero__field input::placeholder{color:#fffffff2}.hero__field input:hover,.hero__field input:focus{border-color:var(--white);background:#ffffff14;outline:none}.hero__submit{background:var(--white);height:64px;color:var(--ink);border-radius:999px;padding:0 25px;font-size:19px;font-weight:500;transition:background .2s,transform .15s}.hero__submit:hover{background:#e8e6e1}.hero__submit:active{transform:scale(.98)}.hero__playback{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);width:52px;height:52px;color:var(--white);background:#fff3;border-radius:50%;place-items:center;transition:background .2s;display:grid;position:absolute;bottom:20px;right:20px}.hero__playback:hover{background:#ffffff57}.hero__playback svg{fill:currentColor;width:24px;height:24px}@media (width<=1080px){.hero__inner{padding:96px var(--content-x) 120px}.hero__title{max-width:11ch;margin-bottom:34px}.hero__form{flex-wrap:nowrap;gap:16px}.hero__field{flex:180px;width:auto}}@media (width<=400px){.hero__form{flex-flow:column wrap;align-items:stretch;gap:14px}.hero__field{flex:auto;width:100%}.hero__field input,.hero__submit{width:100%;height:60px}}.products{background:var(--bone);padding-block:80px}.products__list{margin-block:0;list-style:none}.products__row+.products__row{margin-top:0}.products__link{transition:background .29s var(--ease1);border-radius:12px;grid-template-columns:1fr auto 1fr;align-items:center;padding:8px 64px;display:grid;position:relative}.products__link:hover,.products__link:focus-visible{background:var(--white)}.products__icon{visibility:hidden;opacity:0;transition-property:opacity,visibility,transform;transition-duration:var(--dur);transition-timing-function:var(--ease1);justify-self:start;transform:translate(-30px)}.products__icon img{width:auto;height:140px}.products__link:hover .products__icon,.products__link:focus-visible .products__icon{visibility:visible;opacity:1;transition-duration:.585s;transform:translate(0)}.products__name{font-family:var(--serif);letter-spacing:-.01em;white-space:nowrap;justify-self:center;padding-bottom:12px;font-size:clamp(2.5rem,8.27vw + .89rem,8rem);font-weight:400;line-height:116%}.products__blurb{text-align:center;visibility:hidden;opacity:0;width:170px;transition-property:opacity,visibility,transform;transition-duration:var(--dur);transition-timing-function:var(--ease1);justify-self:end;margin-block:auto;font-size:clamp(1rem,.38vw + .93rem,1.25rem);line-height:125%;transform:translate(30px)}.products__link:hover .products__blurb,.products__link:focus-visible .products__blurb{visibility:visible;opacity:1;transition-duration:.585s;transform:translate(0)}.products__arrow{display:none}@media (width<=1024px){.products{padding-block:64px}.products__link{border-radius:0;grid-template-columns:1fr auto;grid-template-areas:"name arrow""blurb arrow";align-items:flex-start;gap:0 8px;margin-inline:16px;padding:24px 0;display:grid}.products__link:hover,.products__link:focus-visible{background:0 0}.products__row .products__link{border-bottom:1px solid #000}.products__row:first-child .products__link{padding-top:0}.products__row:last-child .products__link{border-bottom:none;padding-bottom:0}.products__icon{display:none}.products__name{grid-area:name;justify-self:start;padding-bottom:4px}.products__blurb{text-align:left;visibility:visible;opacity:1;grid-area:blurb;justify-self:start;width:100%;margin-block:4px 0;transform:none}.products__arrow{background:var(--white);border-radius:100rem;grid-area:arrow;place-self:center end;align-items:center;height:2.5rem;margin-top:16px;padding-inline:20px;display:flex}.products__arrow svg{width:20px;height:20px;color:var(--ink)}}.product-hero{background:var(--background);align-items:center;width:100%;min-height:100dvh;display:flex;position:relative;overflow:hidden}.product-hero--dark{color:var(--white)}.product-hero--light{color:var(--ink)}.product-hero__media{z-index:0;position:absolute;inset:0}.product-hero__media img,.product-hero__media video{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.product-hero__media:after{content:"";opacity:var(--overlay-opacity);background:radial-gradient(ellipse 100% 75% at left center, var(--overlay-start) 33.33%, var(--overlay-end) 83.33%);position:absolute;inset:0}.product-hero__content{z-index:1;grid-template-columns:1fr;align-items:center;gap:24px;display:grid;position:relative}.product-hero__text{flex-direction:column;align-items:flex-start;display:flex}.product-hero__eyebrow{letter-spacing:.005em;align-items:baseline;gap:.4em;font-size:clamp(1.25rem,.38vw + 1.18rem,1.5rem);font-weight:400;line-height:140%;display:flex}.product-hero__logo{width:auto;height:.82em;translate:0 .02em}.product-hero--dark .product-hero__logo{filter:brightness(0)invert()}.product-hero--light .product-hero__logo{filter:brightness(0)}.product-hero__title{letter-spacing:.005em;text-wrap:balance;margin:16px 0 32px;font-size:clamp(2rem,1.5vw + 1.71rem,3rem);font-weight:500;line-height:116%}.product-hero__cta{min-height:2.75rem;color:inherit;transition:background var(--dur) var(--ease1), color var(--dur) var(--ease1);border:1px solid;border-radius:100rem;justify-content:center;align-items:center;padding:.875rem 1.5rem;display:inline-flex}.product-hero--dark .product-hero__cta:hover{background:var(--white);color:var(--ink)}.product-hero--light .product-hero__cta:hover{background:var(--ink);color:var(--white)}@media (width>=1025px){.product-hero__content{grid-template-columns:1fr 1fr}}@media (width<=1024px){.product-hero{aspect-ratio:1/2.1;align-items:flex-start;height:auto;min-height:0}.product-hero__media img,.product-hero__media video{object-position:center}.product-hero--wide-asset .product-hero__media img,.product-hero--wide-asset .product-hero__media video{object-position:70% bottom}.product-hero__content{padding-block-start:64px}.product-hero__title{width:85%;max-width:none;margin:12px 0 24px}}.about{background:var(--bone);padding-block:80px}.about__inner{flex-direction:column;display:flex}.about__icon{height:clamp(96px,15vw,180px);margin-bottom:24px}.about__icon img{aspect-ratio:1;object-fit:contain;width:auto;max-width:none;height:100%}.about__heading{font-family:var(--serif);letter-spacing:-.01em;margin:0 0 24px;font-size:clamp(2rem,9.02vw + .24rem,8rem);font-weight:400;line-height:116%}.about__subheading{letter-spacing:.005em;width:calc(75% - 6px);margin:0;font-size:clamp(1.25rem,1.13vw + 1.03rem,2rem);font-weight:400;line-height:140%}.about__disclaimer{margin:32px 0 0;font-size:.75rem;line-height:140%}@media (width<=768px){.about__heading{margin-bottom:16px}.about__subheading{width:100%}.about__disclaimer{margin-top:16px}}.tldr{background:var(--bone);padding-top:96px}.tldr__outer{margin:0 auto}.tldr__inner{text-align:center;color:var(--ink);background:#eee3b1;border-radius:24px;margin:auto;padding:128px 96px}.tldr__heading{justify-content:center;align-items:center;gap:8px;padding-bottom:32px;display:flex}.tldr__heading svg{width:clamp(212px,30vw,300px);height:clamp(55px,8vw,84px)}.tldr__emoji{object-fit:contain;background:0 0;width:clamp(55px,8vw,84px);height:clamp(55px,8vw,84px);scale:1.15}.tldr__subheading{letter-spacing:.005em;text-wrap:balance;margin:0;padding-bottom:32px;font-size:clamp(2rem,1.5vw + 1.71rem,3rem);font-weight:500;line-height:116%}.tldr__cta{border:1px solid var(--ink);min-height:3.5rem;transition:background var(--dur) var(--ease1), color var(--dur) var(--ease1);border-radius:100rem;justify-content:center;align-items:center;padding:0 2rem;font-size:1rem;font-weight:500;display:inline-flex}.tldr__cta:hover{background:var(--ink);color:var(--white)}@media (width<=768px){.tldr{padding:64px 0 0}.tldr__inner{padding:80px 24px}}.final-cta{isolation:isolate;background:var(--bone);min-height:100dvh;color:var(--ink);flex-direction:column;justify-content:center;display:flex;position:relative;overflow:hidden}.final-cta__content{z-index:1;width:100%;max-width:var(--container);padding-inline:var(--pad-inline);text-align:center;flex-direction:column;align-items:center;gap:32px;margin:0 auto;display:flex;position:relative}.final-cta__heading{font-family:var(--serif);letter-spacing:-.01em;text-wrap:balance;margin:0;font-size:clamp(3.5rem,8.27vw + 1.89rem,8rem);font-weight:400;line-height:108%}.final-cta__buttons{flex-wrap:wrap;justify-content:center;gap:16px;max-width:100%;display:flex}.final-cta__button{border:1px solid var(--ink);white-space:nowrap;min-height:3.5rem;transition:background var(--dur) var(--ease1), color var(--dur) var(--ease1);border-radius:100rem;flex:none;justify-content:center;align-items:center;padding:0 2rem;font-size:1rem;font-weight:500;display:inline-flex}.final-cta__button:hover{background:var(--ink);color:var(--white)}.final-cta__media{z-index:0;width:min(38.5vw,68vh);position:absolute;top:61%;left:50%;translate:-50%}.final-cta__media img{width:100%;height:auto}@media (width<=1024px){.final-cta{min-height:0;padding-block:80px 0}.final-cta__content{gap:24px}.final-cta__media{width:72%;margin:40px auto -10%;position:relative;top:auto;left:auto;translate:none}}.chq-hero{width:100%;min-height:100dvh;color:var(--white);background:#3b2b1d;align-items:center;display:flex;position:relative;overflow:hidden}.chq-hero__media{z-index:0;position:absolute;inset:0}.chq-hero__media img,.chq-hero__media video{object-fit:cover;object-position:center;width:100%;height:100%}.chq-hero__media:after{content:"";background:radial-gradient(100% 75% at 0,#261a109e 33.33%,#261a1000 83.33%);position:absolute;inset:0}.chq-hero__inner{z-index:1;max-width:var(--container);flex-direction:column;align-items:flex-start;display:flex;position:relative}.chq-hero__eyebrow{letter-spacing:.005em;margin:0;font-size:clamp(1.25rem,.38vw + 1.18rem,1.5rem);font-weight:400;line-height:140%}.chq-hero__title{letter-spacing:-.005em;max-width:11ch;margin:16px 0 40px;font-size:clamp(2.75rem,3.5vw + 1.8rem,5.25rem);font-weight:500;line-height:108%}.chq-hero__cta{min-height:3.5rem;transition:background var(--dur) var(--ease1), color var(--dur) var(--ease1);border:1px solid;border-radius:100rem;justify-content:center;align-items:center;padding:0 2rem;font-size:1rem;font-weight:500;display:inline-flex}.chq-hero__cta:hover{background:var(--white);color:var(--ink)}.chq-hero__playback{z-index:2;width:56px;height:56px;color:var(--ink);background:#ffffffe6;border-radius:50%;place-items:center;transition:background .2s;display:grid;position:absolute;bottom:24px;right:24px}.chq-hero__playback:hover{background:var(--white)}.chq-hero__playback svg{fill:currentColor;width:24px;height:24px}@media (width<=1024px){.chq-hero{aspect-ratio:1/1.9;align-items:flex-start;min-height:0}.chq-hero__inner{padding-block-start:112px}.chq-hero__title{max-width:100%;margin:12px 0 32px}}.chq-statement{background:var(--bone);color:var(--ink);text-align:center}.chq-statement .container{flex-direction:column;align-items:center;gap:48px;display:flex}.chq-statement__heading{font-family:var(--serif);letter-spacing:-.01em;text-wrap:balance;margin:0;font-weight:400}.chq-statement--lead{padding-block:clamp(96px,14vh,176px)}.chq-statement--lead .chq-statement__heading{max-width:22ch;font-size:clamp(2.25rem,3.1vw + 1.4rem,4.25rem);line-height:112%}.chq-statement--display{padding-block:clamp(96px,16vh,200px)}.chq-statement--display .chq-statement__heading{max-width:16ch;font-size:clamp(3rem,6.1vw + 1.3rem,7rem);line-height:104%}.chq-statement__cta{border:1px solid var(--ink);min-height:3.5rem;font-family:var(--sans);transition:background var(--dur) var(--ease1), color var(--dur) var(--ease1);border-radius:100rem;justify-content:center;align-items:center;padding:0 2rem;font-size:1rem;font-weight:500;display:inline-flex}.chq-statement__cta:hover{background:var(--ink);color:var(--white)}@media (width<=768px){.chq-statement .container{gap:32px}}.chq-pillars{background:var(--bone);padding-block:0 clamp(96px,14vh,176px)}.chq-pillars__inner{grid-template-columns:1fr minmax(280px,420px) 1fr;align-items:center;gap:clamp(32px,5vw,88px);display:grid}.chq-pillars__tabs{align-items:center;gap:8px;margin-bottom:56px;display:flex}.chq-pillars__tab{min-height:2.75rem;color:var(--ink);transition:background var(--dur) var(--ease1), border-color var(--dur) var(--ease1);border:1px solid #0000;border-radius:100rem;padding:0 1.25rem;font-size:1rem;font-weight:500}.chq-pillars__tab:hover{background:#0000000d}.chq-pillars__tab--active{border-color:var(--ink);background:0 0}.chq-pillars__heading{letter-spacing:-.005em;margin:0;font-size:clamp(1.75rem,1.6vw + 1.3rem,2.5rem);font-weight:600;line-height:118%}.chq-pillars__heading span{color:#a3a29e;font-weight:500}.chq-pillars__frame{background:var(--white);aspect-ratio:1024/1780;border:1px solid #00000014;border-radius:32px;overflow:hidden}.chq-pillars__frame img{object-fit:cover;object-position:top center;width:100%;height:100%;animation:chq-fade var(--dur) var(--ease1)}@keyframes chq-fade{0%{opacity:0}}@media (prefers-reduced-motion:reduce){.chq-pillars__frame img{animation:none}}.chq-pillars__body p{margin:0;font-size:clamp(1.125rem,.55vw + 1rem,1.375rem);line-height:145%}.chq-pillars__more{display:none}@media (width<=1024px){.chq-pillars{padding-block:0 80px}.chq-pillars__inner{grid-template-columns:1fr;gap:0}.chq-pillars__tabs{margin-bottom:32px}.chq-pillars__heading{margin-bottom:24px}.chq-pillars__copy{order:1}.chq-pillars__body{border-block:1px solid #00000024;order:2}.chq-pillars__frame{order:3;margin-top:40px}.chq-pillars__more{text-align:left;justify-content:space-between;align-items:center;width:100%;padding-block:20px;font-size:1.125rem;font-weight:500;display:flex}.chq-pillars__more:after{content:"";width:18px;height:18px;transition:rotate var(--dur) var(--ease1);background:linear-gradient(currentColor,currentColor) 50%/100% 1.5px no-repeat,linear-gradient(currentColor,currentColor) 50%/1.5px 100% no-repeat;flex:none}.chq-pillars__body--open .chq-pillars__more:after{rotate:45deg}.chq-pillars__reveal{transition:grid-template-rows var(--dur) var(--ease1);grid-template-rows:0fr;display:grid}.chq-pillars__body--open .chq-pillars__reveal{grid-template-rows:1fr}.chq-pillars__reveal p{min-height:0;overflow:hidden}.chq-pillars__body--open .chq-pillars__reveal p{padding-bottom:24px}}.chq-compare{background:var(--bone);color:var(--ink);padding-block:clamp(80px,12vh,144px)}.chq-compare__heading{letter-spacing:-.005em;text-wrap:balance;margin:0 0 clamp(48px,8vh,96px);font-size:clamp(2rem,2.6vw + 1.35rem,3.75rem);font-weight:500;line-height:112%}.chq-compare__heading span{color:#a3a29e}.chq-compare__scroll{overflow-x:auto}.chq-compare__table{border-collapse:collapse;text-align:center;width:100%;min-width:720px}.chq-compare__table th,.chq-compare__table td{vertical-align:middle;border-bottom:1px solid #0003;padding:32px 24px;font-size:clamp(1rem,.5vw + .9rem,1.25rem);font-weight:400;line-height:135%}.chq-compare__table thead th{border-bottom-color:#0003;padding-block:28px}.chq-compare__table tbody th{text-align:left;width:26%}.chq-compare__table tbody tr:last-child th,.chq-compare__table tbody tr:last-child td{border-bottom:0}.chq-compare__table th.chq-compare__ws,.chq-compare__table td.chq-compare__ws{background:var(--white);border-bottom:0}.chq-compare__table thead .chq-compare__ws{border-radius:16px 16px 0 0}.chq-compare__table tbody tr:last-child .chq-compare__ws{border-radius:0 0 16px 16px}.chq-compare__line{display:block}.chq-compare__note{color:#6f6d69;margin:40px 0 0;font-size:.875rem;line-height:150%}.chq-compare__note a{text-decoration:underline}@media (width<=768px){.chq-compare__scroll{overflow-x:visible}.chq-compare__table,.chq-compare__table thead,.chq-compare__table tbody{display:block}.chq-compare__table{text-align:left;min-width:0}.chq-compare__table tr{grid-template-columns:repeat(3,1fr);align-items:start;display:grid}.chq-compare__table tbody tr{grid-template-areas:"label. .""ws digital big"}.chq-compare__table thead th:first-child{display:none}.chq-compare__table tbody th{grid-area:label}.chq-compare__table tbody td.chq-compare__ws{grid-area:ws}.chq-compare__table tbody td:nth-of-type(2){grid-area:digital}.chq-compare__table tbody td:nth-of-type(3){grid-area:big}.chq-compare__table thead th{padding:28px 20px}.chq-compare__table tbody th{background:var(--white);width:auto;padding:28px 20px 10px;font-weight:600}.chq-compare__table tbody td{padding:0 20px 28px}.chq-compare__table tbody th,.chq-compare__table tbody td,.chq-compare__table tbody td.chq-compare__ws{border-bottom:0}.chq-compare__table tbody tr:not(:last-child),.chq-compare__table thead tr{border-bottom:1px solid #0003}.chq-compare__table thead th.chq-compare__ws{border-radius:16px 16px 0 0}.chq-compare__table tbody tr:last-child td.chq-compare__ws{border-radius:0 0 16px 16px}}.chq-promo{background:var(--background);align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.chq-promo--light{color:var(--ink)}.chq-promo--dark{color:var(--white)}.chq-promo__media picture{display:contents}.chq-promo__content{z-index:1;grid-template-columns:1fr 1fr;align-items:center;display:grid;position:relative}.chq-promo__text{flex-direction:column;align-items:flex-start;display:flex}.chq-promo__eyebrow{margin:0;font-size:clamp(1.125rem,.38vw + 1.05rem,1.375rem);font-weight:400;line-height:140%}.chq-promo__title{letter-spacing:-.005em;text-wrap:balance;margin:16px 0 40px;font-size:clamp(2rem,2vw + 1.5rem,3.25rem);font-weight:500;line-height:112%}.chq-promo__cta{min-height:3.5rem;transition:background var(--dur) var(--ease1), color var(--dur) var(--ease1);border:1px solid;border-radius:100rem;justify-content:center;align-items:center;padding:0 2rem;font-size:1rem;font-weight:500;display:inline-flex}.chq-promo--light .chq-promo__cta:hover{background:var(--ink);color:var(--white)}.chq-promo--dark .chq-promo__cta:hover{background:var(--white);color:var(--ink)}.chq-promo--split{min-height:min(88vh,900px)}.chq-promo--split .chq-promo__media{width:100%;max-width:var(--container);padding-inline:var(--pad-inline);place-items:center end;margin-inline:auto;display:grid;position:absolute;inset:0}.chq-promo--split .chq-promo__media img{width:min(46%,540px);height:auto}.chq-promo--cover{min-height:100dvh}.chq-promo--cover .chq-promo__media{position:absolute;inset:0}.chq-promo--cover .chq-promo__media img{object-fit:cover;object-position:center;width:100%;height:100%}@media (width<=1024px){.chq-promo{flex-direction:column-reverse;align-items:stretch;min-height:0;padding-block:96px 0}.chq-promo__content{grid-template-columns:1fr}.chq-promo--split .chq-promo__media,.chq-promo--cover .chq-promo__media{margin-top:48px;position:static;inset:auto}.chq-promo--split .chq-promo__media{place-items:center}.chq-promo--split .chq-promo__media img{width:100%;height:auto}.chq-promo--cover .chq-promo__media{padding:0}.chq-promo--cover .chq-promo__media img{aspect-ratio:4/3;object-fit:cover;width:100%;height:auto}.chq-promo--art.chq-promo--split,.chq-promo--art.chq-promo--cover{grid-template-areas:"stack";padding:0;display:grid}.chq-promo--art>*{grid-area:stack;min-width:0}.chq-promo--art.chq-promo--split .chq-promo__media,.chq-promo--art.chq-promo--cover .chq-promo__media{max-width:none;margin:0;padding:0;display:block;position:relative;inset:auto}.chq-promo--art.chq-promo--split .chq-promo__media img,.chq-promo--art.chq-promo--cover .chq-promo__media img{aspect-ratio:auto;object-fit:fill;width:100%;height:auto}.chq-promo--art .chq-promo__content{align-self:start;padding-block-start:112px}}.chq-faqs{background:var(--bone);color:var(--ink);padding-block:clamp(80px,12vh,144px)}.chq-faqs__inner{grid-template-columns:1fr 1.6fr;align-items:start;gap:clamp(32px,6vw,96px);display:grid}.chq-faqs__aside{flex-direction:column;gap:clamp(64px,18vh,200px);display:flex;position:sticky;top:120px}.chq-faqs__heading{font-family:var(--serif);letter-spacing:-.01em;margin:0;font-size:clamp(3rem,4vw + 1.5rem,5.5rem);font-weight:400;line-height:100%}.chq-faqs__doodle{mix-blend-mode:multiply;width:clamp(120px,14vw,200px);height:auto}.chq-faqs__list{margin:0;padding:0;list-style:none}.chq-faqs__item{border-bottom:1px solid #0003}.chq-faqs__question{font-size:inherit;font-weight:inherit;margin:0}.chq-faqs__question button{text-align:left;justify-content:space-between;align-items:flex-start;gap:32px;width:100%;padding-block:28px;font-size:clamp(1.0625rem,.4vw + 1rem,1.25rem);font-weight:600;line-height:135%;display:flex}.chq-faqs__question button:after{content:"";width:20px;height:20px;transition:rotate var(--dur) var(--ease1);background:linear-gradient(currentColor,currentColor) 50%/100% 1.5px no-repeat,linear-gradient(currentColor,currentColor) 50%/1.5px 100% no-repeat;flex:none;margin-top:.15em}.chq-faqs__item--open .chq-faqs__question button:after{rotate:45deg}.chq-faqs__reveal[hidden]{display:none}.chq-faqs__answer{padding-bottom:28px;font-size:clamp(1rem,.4vw + .93rem,1.1875rem);line-height:150%}.chq-faqs__answer p{margin:0 0 1em}.chq-faqs__answer p:last-child{margin-bottom:0}.chq-faqs__answer ul{margin:0 0 1em;padding-left:1.25em}.chq-faqs__answer a{text-decoration:underline}@media (width<=900px){.chq-faqs__inner{grid-template-columns:1fr;gap:40px}.chq-faqs__aside{flex-direction:row;justify-content:space-between;align-items:center;gap:24px;position:static}.chq-faqs__doodle{width:96px}}.app{min-height:100dvh;position:relative}
