:root{--font-body-family: "Bricolage Grotesque", sans-serif;--font-heading-family: "Bricolage Grotesque", sans-serif;--font-body-weight: 400;--font-body-weight-bold: 700;--font-heading-weight: 500;--font-body-scale: 1.05;--font-heading-scale: 1.1904761904761905;--color-background: 252, 252, 252;--color-foreground: 2, 9, 18;--color-rose: 227, 191, 171;--color-peach: 255, 223, 184;--color-coral: 220, 120, 90;--color-sage: 85, 105, 100;--color-light: 252, 252, 252;--page-width: 140rem;--buttons-radius: 38px;--buttons-border-width: 1px;--inputs-radius: 0px;--inputs-border-width: 1px;--inputs-border-opacity: .55;--variant-pills-radius: 40px;--product-card-corner-radius: 0px;--grid-desktop-horizontal-spacing: 24px;--header-height: 114px;--duration-short: .1s;--duration-default: .2s;--duration-long: .5s;--ease-out-slow: cubic-bezier(0, 0, .3, 1)}*,*:before,*:after{box-sizing:inherit}html{box-sizing:border-box;font-size:calc(var(--font-body-scale) * 62.5%);height:100%}body{margin:0;min-height:100%;display:grid;grid-template-rows:auto auto 1fr auto;font-family:var(--font-body-family);font-size:1.5rem;font-weight:var(--font-body-weight);line-height:calc(1 + .8 / var(--font-body-scale));letter-spacing:.06rem;color:rgb(var(--color-foreground));background:rgb(var(--color-background));-webkit-font-smoothing:antialiased}h1,h2,h3,h4,.h0,.h1,.h2{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);letter-spacing:calc(var(--font-heading-scale) * .06rem);line-height:calc(1 + .3/max(1,var(--font-heading-scale)));word-break:break-word;margin:0 0 1.5rem}h1,h2,.h0,.h1,.h2{color:rgb(var(--color-coral))}.h0{font-size:calc(var(--font-heading-scale) * 4rem)}h1,.h1{font-size:calc(var(--font-heading-scale) * 2.4rem)}h2,.h2{font-size:calc(var(--font-heading-scale) * 1.8rem)}h3{font-size:calc(var(--font-heading-scale) * 1.5rem)}@media screen and (min-width:750px){.h0{font-size:calc(var(--font-heading-scale) * 5.2rem)}h1,.h1{font-size:calc(var(--font-heading-scale) * 4rem);margin:2.5rem 0}h2,.h2{font-size:calc(var(--font-heading-scale) * 2rem)}h3{font-size:calc(var(--font-heading-scale) * 1.7rem)}}p{margin:0 0 1.5rem}a{color:rgb(var(--color-foreground));text-underline-offset:.3rem;text-decoration-thickness:.1rem}img,svg{max-width:100%;display:block}.page-width{max-width:var(--page-width);margin:0 auto;padding:0 1.5rem}@media screen and (min-width:750px){.page-width{padding:0 5rem}}.section{padding:5rem 0}@media screen and (min-width:750px){.section{padding:6rem 0}}.accent-heading{color:rgb(var(--color-coral))}.visually-hidden{position:absolute!important;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);word-wrap:normal!important}.skip-to-content-link:focus{z-index:9999;position:inherit;overflow:auto;width:auto;height:auto;clip:auto}.button{display:inline-flex;align-items:center;justify-content:center;min-width:12rem;min-height:4.7rem;padding:0 3rem;border-radius:var(--buttons-radius);border:var(--buttons-border-width) solid transparent;background:rgb(var(--color-foreground));color:rgb(var(--color-light));font-family:var(--font-body-family);font-size:1.5rem;font-weight:var(--font-body-weight);letter-spacing:.1rem;line-height:1;text-align:center;text-decoration:none;cursor:pointer;transition:box-shadow var(--duration-short) ease;-webkit-appearance:none;appearance:none}.button:hover{box-shadow:0 0 0 .2rem rgb(var(--color-background)),0 0 0 .3rem rgb(var(--color-foreground))}.button--sage{background:rgb(var(--color-sage));border-color:rgb(var(--color-sage));color:rgb(var(--color-light))}.button--sage:hover{box-shadow:0 0 0 .2rem rgb(var(--color-background)),0 0 0 .3rem rgb(var(--color-sage))}.button--secondary{background:transparent;color:rgb(var(--color-foreground));border-color:rgb(var(--color-foreground))}.button--full-width{display:flex;width:100%}.field__input,input[type=text],input[type=email],input[type=tel],input[type=number],textarea,select{width:100%;padding:1.5rem;border:var(--inputs-border-width) solid rgba(var(--color-foreground),var(--inputs-border-opacity));border-radius:var(--inputs-radius);background:transparent;color:rgb(var(--color-foreground));font-family:var(--font-body-family);font-size:1.6rem;line-height:1.5;-webkit-appearance:none;appearance:none}.field__input:focus,textarea:focus,select:focus{outline:0;box-shadow:0 0 0 .1rem rgb(var(--color-foreground));border-color:rgb(var(--color-foreground))}label{display:block;font-size:1.4rem;margin-bottom:.6rem}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:var(--grid-desktop-horizontal-spacing);row-gap:4rem;list-style:none;margin:0;padding:0}@media screen and (min-width:750px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));row-gap:5rem}}.card__media{position:relative;display:block;border-radius:var(--product-card-corner-radius);overflow:hidden;aspect-ratio:10 / 7}.card__media img{width:100%;height:100%;object-fit:contain;transition:opacity var(--duration-long) var(--ease-out-slow)}.card__image--alt{position:absolute;inset:0;opacity:0}.card:hover .card__image--alt{opacity:1}.card__content{text-align:center;padding-top:1.2rem}.card__heading{font-size:calc(var(--font-heading-scale) * 1.5rem);color:rgb(var(--color-foreground));margin:0 0 .6rem}.card__heading a{text-decoration:none}.card__heading a:hover{text-decoration:underline}.price{font-size:1.5rem}.price__compare{text-decoration:line-through;opacity:.7;margin-right:.8rem}:root{--espresso: 36, 22, 17;--font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--ease-out-expo: cubic-bezier(.16, 1, .3, 1);--reveal-shift: 2.4rem}.mono{font-family:var(--font-mono);font-size:1.25rem;letter-spacing:.12em;text-transform:uppercase;font-weight:500}.rule{height:1px;border:0;background:currentColor;opacity:.18;margin:0}.on-espresso{background:rgb(var(--espresso));color:rgb(var(--color-light))}.on-espresso h1,.on-espresso h2,.on-espresso .h0,.on-espresso .h1,.on-espresso .h2{color:rgb(var(--color-light))}@media(prefers-reduced-motion:no-preference){[data-reveal]{opacity:0;transform:translate3d(0,var(--reveal-shift),0);transition:opacity .7s var(--ease-out-expo),transform .7s var(--ease-out-expo);transition-delay:var(--reveal-delay, 0ms)}[data-reveal].is-revealed{opacity:1;transform:none}[data-enter]{opacity:0;transform:translate3d(0,1.6rem,0);animation:enter .9s var(--ease-out-expo) forwards;animation-delay:var(--enter-delay, 0ms)}@keyframes enter{to{opacity:1;transform:none}}}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:2px solid rgb(var(--color-coral));outline-offset:3px;border-radius:2px}.quiz-body{display:block;min-height:100vh}.short-header{position:absolute;top:2rem;left:2.5rem;z-index:10}.short-header img{width:100px;height:auto;filter:drop-shadow(0 1px 3px rgba(2,9,18,.45))}.quiz-main,.quiz-main .paperform{min-height:100vh}
