.birth-date-field{width:300px;height:40px;position:relative}.birth-date-input{width:100%;height:100%;color:var(--blue);background:#fff;border:1px solid #0b113226;border-radius:20px;padding:12px;font:14px Chappies,Georgia,serif}.birth-date-input::placeholder{color:#696969;opacity:1}.birth-date-field .picker{font-family:Chappies,Georgia,serif;top:100%;left:0}.birth-date-field .picker__holder{transition:all 50ms ease-in-out}.birth-date-field .picker__day{width:100%;color:inherit;font:inherit;background:0 0;display:block}.birth-date-field .picker__day--outfocus{color:#ddd}.birth-date-field .picker__day--disabled{color:#ddd;background:#f5f5f5}.birth-date-field .picker__day--selected{color:#fff;background:#0089ec}.birth-date-field .picker__nav--prev,.birth-date-field .picker__nav--next{background:0 0;border:0;font:16px/1.2 Chappies,Georgia,serif}.birth-date-field .picker__nav--prev:disabled,.birth-date-field .picker__nav--next:disabled{opacity:.35;cursor:default}.birth-date-field .picker__select--year,.birth-date-field .picker__select--month{color:#000;background:#fff;font:13.3333px Arial,sans-serif}@media (width<=499px){.birth-date-field{height:30px}.birth-date-input{font-size:11px}}.picker{text-align:left;color:#000;z-index:10000;-webkit-user-select:none;user-select:none;font-size:16px;line-height:1.2;position:absolute}.picker__input{cursor:default}.picker__input.picker__input--active{border-color:#0089ec}.picker__holder{width:100%;overflow-y:auto}.picker{width:100%}.picker__holder{box-sizing:border-box;opacity:0;background:#fff;border:0 solid #aaa;border-width:0 1px;border-image:;border-radius:0 0 5px 5px;min-width:300px;max-height:0;transition:transform .15s ease-out,opacity .15s ease-out,max-height .15s,border-width .15s;position:absolute;transform:translateY(-1em)perspective(600px)rotateX(10deg)}@media (width<=300px){.picker__holder{min-width:100px;position:fixed;left:0}}.picker__frame{padding:1px}.picker__wrap{margin:-1px}.picker--opened .picker__holder{opacity:1;border-top-width:1px;border-bottom-width:1px;max-height:25em;transition:transform .15s ease-out,opacity .15s ease-out,max-height,border-width;transform:translateY(0)perspective(600px)rotateX(0);box-shadow:0 6px 18px 1px #0000001f}.picker__box{padding:0 1em}.picker__header{text-align:center;margin-top:.75em;position:relative}.picker__month,.picker__year{margin-left:.25em;margin-right:.25em;font-weight:500;display:inline-block}.picker__year{color:#999;font-size:.8em;font-style:italic}.picker__select--month,.picker__select--year{border:1px solid #b7b7b7;height:2em;margin-left:.25em;margin-right:.25em}@media (width>=24.5em){.picker__select--month,.picker__select--year{margin-top:-.5em}}.picker__select--month{width:35%}.picker__select--year{width:22.5%}.picker__select--month:focus,.picker__select--year:focus{border-color:#0089ec}.picker__nav--prev,.picker__nav--next{box-sizing:content-box;width:1em;height:1em;padding:.5em 1.25em;position:absolute;top:-.25em}@media (width>=24.5em){.picker__nav--prev,.picker__nav--next{top:-.33em}}.picker__nav--prev{padding-right:1.25em;left:-1em}@media (width>=24.5em){.picker__nav--prev{padding-right:1.5em}}.picker__nav--next{padding-left:1.25em;right:-1em}@media (width>=24.5em){.picker__nav--next{padding-left:1.5em}}.picker__nav--prev:before,.picker__nav--next:before{content:" ";border-top:.5em solid #0000;border-bottom:.5em solid #0000;border-right:.75em solid #000;width:0;height:0;margin:0 auto;display:block}.picker__nav--next:before{border-left:.75em solid #000;border-right:0}.picker__nav--prev:hover,.picker__nav--next:hover{cursor:pointer;color:#000;background:#b1dcfb}.picker__table{text-align:center;border-collapse:collapse;border-spacing:0;table-layout:fixed;font-size:inherit;width:100%;margin-top:.75em;margin-bottom:.5em}@media (height>=33.875em){.picker__table{margin-bottom:.75em}}.picker__table td{margin:0;padding:0}.picker__weekday{color:#999;width:14.2857%;padding:0 0 .25em;font-size:.75em;font-weight:500}@media (height>=33.875em){.picker__weekday{padding-bottom:.5em}}.picker__day{border:1px solid #0000;padding:.3125em 0;font-weight:200}.picker__day--today{position:relative}.picker__day--today:before{content:" ";border-top:.5em solid #0059bc;border-left:.5em solid #0000;width:0;height:0;position:absolute;top:2px;right:2px}.picker__day--disabled:before{border-top-color:#aaa}.picker__day--outfocus{color:#ddd}.picker__day--infocus:hover,.picker__day--outfocus:hover{cursor:pointer;color:#000;background:#b1dcfb}.picker__day--highlighted{border-color:#0089ec}.picker__day--highlighted:hover,.picker--focused .picker__day--highlighted{cursor:pointer;color:#000;background:#b1dcfb}.picker__day--selected,.picker__day--selected:hover,.picker--focused .picker__day--selected{color:#fff;background:#0089ec}.picker__day--disabled,.picker__day--disabled:hover,.picker--focused .picker__day--disabled{color:#ddd;cursor:default;background:#f5f5f5;border-color:#f5f5f5}.picker__day--highlighted.picker__day--disabled,.picker__day--highlighted.picker__day--disabled:hover{background:#bbb}.picker__footer{text-align:center}.picker:not(.datepicker-legacy-font) .picker__button--today,.picker:not(.datepicker-legacy-font) .picker__button--clear,.picker:not(.datepicker-legacy-font) .picker__button--close{font-family:inherit}.picker__button--today,.picker__button--clear,.picker__button--close{vertical-align:bottom;background:#fff;border:1px solid #fff;width:33%;padding:.66em 0;font-size:.8em;font-weight:700;display:inline-block}.picker__button--today:hover,.picker__button--clear:hover,.picker__button--close:hover{cursor:pointer;color:#000;background:#b1dcfb;border-bottom-color:#b1dcfb}.picker__button--today:focus,.picker__button--clear:focus,.picker__button--close:focus{background:#b1dcfb;border-color:#0089ec;outline:none}.picker__button--today:before,.picker__button--clear:before,.picker__button--close:before{height:0;display:inline-block;position:relative}.picker__button--today:before,.picker__button--clear:before{content:" ";margin-right:.45em}.picker__button--today:before{border-top:.66em solid #0059bc;border-left:.66em solid #0000;width:0;top:-.05em}.picker__button--clear:before{border-top:3px solid #e20;width:.66em;top:-.25em}.picker__button--close:before{content:"×";vertical-align:top;color:#777;margin-right:.35em;font-size:1.1em;top:-.1em}.picker__button--today[disabled],.picker__button--today[disabled]:hover{color:#ddd;cursor:default;background:#f5f5f5;border-color:#f5f5f5}.picker__button--today[disabled]:before{border-top-color:#aaa}@font-face{font-family:Chappies;src:url(/assets/new-kansas-bold.otf)format("opentype");font-weight:400 800;font-display:swap}:root{color:#292d96;font-synthesis:none;text-rendering:optimizelegibility;--yellow:#ffd000;--yellow-light:#ffe119;--blue:#292d96;--red:#ed1c24;--button-hover-yellow:#ffd11a;--button-hover-blue:#102694;background:#ffd000;font-family:Chappies,Georgia,serif}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--yellow)}body{background:var(--yellow);min-width:320px;min-height:100vh;margin:0}button,a{font:inherit}button{cursor:pointer}a{color:inherit}.site-shell{background:var(--yellow);min-height:100vh;overflow:hidden}.header{flex-wrap:wrap;justify-content:space-between;align-items:center;height:110px;padding:8px 8px 10px;display:flex}.logo-button{background:0 0;border:0;width:130px;height:95px;padding:0}.logo-button img{object-fit:contain;width:130px;height:95px}.header nav{align-items:center;gap:26px;display:flex}.header nav button{color:var(--blue);white-space:nowrap;background:0 0;border:0;font-size:16px;font-weight:700}.pill{border:4px solid var(--blue);background:var(--blue);color:var(--yellow);border-radius:100px;justify-content:center;align-items:center;text-decoration:none;transition:none;display:inline-flex}.pill:not(:disabled):not([aria-disabled=true]):hover{border-color:var(--button-hover-blue);background:var(--button-hover-yellow);color:var(--button-hover-blue);filter:none;animation:none}.pill:not(.nav-fact):active{scale:.94}.header .nav-fact{background:var(--blue);min-height:47px;color:var(--yellow);margin-right:0;padding:8px 18px}.header .nav-fact:active{transform:none}.header .nav-fact:disabled,.header .nav-fact[aria-disabled=true]{opacity:1;cursor:default}.menu-toggle{background:0 0;border:0;flex-direction:column;justify-content:space-around;width:46px;height:42px;padding:8px;display:none}.menu-toggle span{background:var(--blue);border-radius:5px;width:100%;height:4px;display:block}.mobile-drawer-backdrop,.mobile-drawer{display:none}.stripe{flex-direction:column;width:100%;height:30px;display:flex}.stripe i:first-child{background:var(--blue);height:10px}.stripe i:nth-child(2){background:var(--yellow-light);height:10px}.stripe i:nth-child(3){background:var(--red);height:10px}.hero-switcher{position:relative}.wrapper-select{z-index:3;cursor:pointer;background:0 0;border:0;border-radius:18px;padding:0;position:absolute;inset:0}.wrapper-select:focus-visible{outline-offset:-10px;outline:4px solid #ffffffeb}@media (width>=601px){.logo-button{align-self:flex-start;line-height:0;display:block}}@keyframes control-bounce{0%,to{scale:1}25%{scale:1.06}50%{scale:.94}75%{scale:1.02}}.scroll-prompt{z-index:9999;color:var(--red);letter-spacing:-.4px;background:0 0;border:0;flex-direction:column;align-items:center;padding:0;font-size:12px;font-weight:700;line-height:12px;transition:opacity .5s,transform .5s;animation:3.2s ease-in-out infinite egg-float;display:flex;position:fixed;bottom:12px;left:50%;transform:translate(-50%)scale(1)}.scroll-prompt.is-hidden{opacity:0;pointer-events:none;transform:translate(-50%)scale(.85)}.scroll-prompt img{object-fit:contain;object-position:top;width:68px;height:68px}.scroll-prompt span{white-space:nowrap;margin-top:10px}@keyframes egg-float{0%,to{transform:translate(-50%)translateY(0)scale(1)}50%{transform:translate(-50%)translateY(-10px)scale(1)}}.floating-home{z-index:9998;opacity:0;pointer-events:none;background:0 0;border:0;justify-content:center;align-items:center;width:58px;height:58px;padding:0;transition:opacity .4s,transform .4s;display:flex;position:fixed;top:18px;left:18px;transform:scale(.85)translateY(-8px)}.floating-home.is-visible{opacity:1;pointer-events:auto;transform:scale(1)translateY(0)}.floating-home:hover{transform:scale(1.06)translateY(0)}.floating-home img{object-fit:contain;width:58px;height:58px;display:block}.content-section{width:min(1056px,100% - 24px);margin-inline:auto;position:relative}.copy-column{z-index:2;position:relative}.section-title-row{display:contents}.content-section h1,.content-section h2{color:var(--red);margin:0 0 24px;font-size:64px;font-weight:700;line-height:1.4}.content-section p{margin:0 0 20px;font-size:20px;line-height:24px}.content-section .red{color:var(--red)}.about-section{min-height:700px}.about-section .copy-column{max-width:100%}.about-section p{margin-bottom:24px}.section-gum{z-index:1;touch-action:manipulation;background:0 0;border:0;justify-content:center;align-items:center;width:320px;height:320px;padding:0;display:flex;position:absolute;right:-100px;overflow:visible}.section-gum-slot{flex:none;width:92%;min-width:44px;height:92%;min-height:44px;position:relative;overflow:visible}.section-gum-image{object-fit:contain;-webkit-user-select:none;user-select:none;transform-origin:50%;will-change:transform, opacity;width:100%;height:auto;display:block;position:absolute;top:50%;left:50%}.section-gum-image.is-entering{animation:.5s cubic-bezier(.2,.9,.2,1) forwards section-gum-enter}.section-gum-image.is-idle{animation:2.4s ease-in-out infinite section-gum-float}.section-gum:hover .section-gum-image.is-idle,.section-gum:focus-visible .section-gum-image.is-idle{animation-name:section-gum-hover;animation-duration:1s}.section-gum:focus-visible{outline:4px solid var(--blue);outline-offset:-18px;border-radius:50%}.section-gum-image.is-flying{animation:.8s cubic-bezier(.6,-.15,.25,1.05) forwards section-gum-fly}.about-gum{top:-120px}.coming-section{min-height:284px}.coming-section h2{margin-bottom:18px}.coming-section .copy-column{max-width:100%}.coming-gum{top:-125px}.challenge{min-height:200px}.challenge h2{margin-bottom:0}@keyframes section-gum-enter{0%{opacity:0;transform:translate(-50%,-50%)scale(.7)rotate(-12deg)}70%{opacity:1;transform:translate(-50%,-50%)scale(1.08)rotate(-3deg)}to{opacity:1;transform:translate(-50%,-50%)scale(1)rotate(-6deg)}}@keyframes section-gum-float{0%,to{transform:translate(-50%,-50%)translateY(4%)rotate(-6deg)}50%{transform:translate(-50%,-50%)translateY(-4%)rotate(-3deg)}}@keyframes section-gum-hover{0%,to{transform:translate(-50%,-50%)translateY(2%)scale(1.04)rotate(-6deg)}50%{transform:translate(-50%,-50%)translateY(-5%)scale(1.1)rotate(-2deg)}}@keyframes section-gum-fly{0%{opacity:1;transform:translate(-50%,-50%)translate(0)scale(1)rotate(-6deg)}45%{opacity:1;transform:translate(-50%,-50%)translate(70px)translateY(-5%)scale(1.08)rotate(12deg)}to{opacity:0;transform:translate(-50%,-50%)translate(280px)translateY(-12%)scale(.65)rotate(45deg)}}footer{padding-bottom:0}.play-divider{isolation:isolate;align-items:center;height:44px;display:flex;position:relative}.play-divider .stripe{z-index:0;height:30px;position:relative}.play-divider:after{content:"";z-index:1;background:var(--yellow);pointer-events:none;width:196px;height:30px;position:absolute;left:50%;transform:translate(-50%)}.play-button{z-index:2;gap:8px;min-width:172px;height:44px;padding:8px 20px;font-size:16px;position:absolute;left:50%;transform:translate(-50%)}.play-button:focus-visible{outline-offset:4px;outline:4px solid #ffffffeb}.play-button svg,.email-button svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:24px;height:24px}.footer-grid{grid-template-rows:60px 40px;grid-template-columns:1fr 1fr;align-items:center;gap:0 36px;width:min(1056px,100% - 24px);height:100px;margin:20px auto 0;display:grid}.email-button{justify-self:start;gap:8px;min-width:244px;min-height:48px;padding:8px 20px;font-size:16px}.social-links{justify-self:end;gap:8px;display:flex}.social-links a,.share-row a{border:3px solid var(--blue);width:40px;min-width:40px;max-width:40px;height:40px;min-height:40px;max-height:40px;color:var(--red);border-radius:50%;justify-content:center;align-items:center;transition:min-width .3s,max-width .3s,min-height .3s,max-height .3s;display:flex}.social-links a:hover{min-width:43px;max-width:43px;min-height:43px;max-height:43px}.social-links svg,.share-row svg{fill:none;stroke:currentColor;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;width:24px;height:24px}.social-links a[aria-label*=Facebook] svg,.share-row a[aria-label*=Facebook] svg{fill:currentColor;stroke:none}.copyright{align-self:start;margin-top:10px;font-size:12px;line-height:12px}.legal-links{justify-self:end;align-items:center;gap:5px;font-size:12px;line-height:12px;display:flex}.legal-links a{text-decoration:none}.legal-links button{color:inherit;background:0 0;border:0;padding:0}.legal-links a:hover,.legal-links button:hover{text-decoration:underline}.fact-area{flex-direction:column;align-items:center;min-height:0;padding:0 24px;display:flex}.fact-card{width:320px;height:455.39px;min-height:455.39px;max-height:455.39px;color:var(--blue);text-align:center;cursor:pointer;background:url(/assets/wrapper.webp) 50%/cover no-repeat;flex-direction:column;justify-content:flex-start;align-items:center;margin-top:12px;padding:65px 20px 0;display:flex;position:relative;overflow:visible}.fact-card:focus-visible{outline:4px solid var(--blue);outline-offset:4px}.fact-number{font-size:35px;line-height:1.4}.fact-heading{color:var(--red);font-size:28px;line-height:1.4}.fact-card img{object-fit:contain;filter:invert(21%)sepia(94%)saturate(3904%)hue-rotate(349deg)brightness(91%)contrast(101%);width:160px;height:160px;margin:0}.fact-card p{width:280px;margin:0;font-size:16px;line-height:1.4}.fact-share{width:500px;max-width:calc(100vw - 24px);height:120px;padding:12px}.share-heading{width:max-content;max-width:100%;color:var(--red);text-align:center;margin:0 auto;padding:12px 0;font-size:20px;line-height:1.4}.share-row{justify-content:space-around;gap:12px;display:flex}.share-row>span{flex:0 0 20%;justify-content:center;display:flex}.share-row a{width:50px;min-width:50px;max-width:50px;height:50px;min-height:50px;max-height:50px}.share-row a:hover{min-width:55px;max-width:55px;min-height:55px;max-height:55px}.share-row svg{width:29px;height:29px}.bubble-stage{pointer-events:none;justify-content:center;align-items:center;min-height:598px;display:flex;position:relative;overflow:hidden}.gum-bubble{aspect-ratio:1;opacity:0;background:radial-gradient(at 30% 26%,#fffffff2 0 9%,#fff9 10% 18%,#0000 30%),radial-gradient(at 58% 44%,#fff6 0 5%,#0000 12%),radial-gradient(circle at 44% 42%,#ffd2e9 0%,#ff85c4 34%,#e93694 72%,#c01872 100%);border-radius:50%;width:30%;min-width:120px;transform:scale(.05);box-shadow:inset 14px 14px 24px #ffffff80,inset -18px -20px 30px #7e004447}.gum-bubble:before{content:"";filter:blur(4px);background:#ffffff94;border-radius:50%;width:38%;height:22%;position:absolute;top:22%;left:25%;transform:rotate(-18deg)}.gum-bubble:after{content:"";filter:blur(2px);background:#ffffff59;border-radius:50%;width:20%;height:10%;position:absolute;top:46%;left:61%;transform:rotate(-12deg)}.bubble-manual .gum-bubble{animation:2.8s ease-in-out forwards gum-bubble-pop;position:relative}@keyframes gum-bubble-pop{0%{opacity:0;border-radius:50%;transform:scale(.05)}12%{opacity:1;transform:scale(.55)}40%{opacity:1;border-radius:50% 48% 52% 47%;transform:scale(1.25)}68%{opacity:1;border-radius:47% 53% 48% 52%;transform:scale(2.05)}82%{opacity:1;border-radius:52% 48% 47% 53%;transform:scale(2.25)}to{opacity:0;border-radius:50%;transform:scale(2.65)}}.yoh-stage{justify-content:center;align-items:flex-start;min-height:598px;padding:12px 20px 74px;display:flex;position:relative}.yoh-art{object-fit:contain;width:min(620px,100vw - 40px);height:auto}.newsletter-backdrop{z-index:10001;background:#000000b3;justify-content:center;align-items:flex-start;padding:100px 10px 24px;display:flex;position:fixed;inset:0;overflow-y:auto}.newsletter-modal{background:var(--yellow);width:min(520px,100vw - 20px);max-height:calc(100dvh - 124px);color:var(--blue);text-align:center;border-radius:24px;flex-direction:column;gap:16px;padding:24px;display:flex;position:relative;overflow-y:auto}.newsletter-close{width:40px;height:40px;color:var(--blue);background:0 0;border:0;flex:0 0 40px;justify-content:center;align-self:flex-end;align-items:center;padding:0;display:flex;position:static}.newsletter-close svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:40px;height:40px}.newsletter-close:focus-visible{outline:0}.newsletter-modal h2{color:var(--red);margin:0;font-size:40px;line-height:1}.newsletter-modal>p,.newsletter-success p{margin:0;font-size:18px;line-height:1}.newsletter-modal form{text-align:left;flex-direction:column;gap:16px;display:flex}.newsletter-modal label{flex-direction:column;gap:16px;font-size:16px;line-height:1;display:flex}.newsletter-modal input{border:1px solid var(--blue);width:100%;height:48px;color:var(--blue);font:inherit;background:#fff;border-radius:12px;outline:none;padding:12px;font-size:16px}.newsletter-modal input:focus{box-shadow:0 0 0 3px #292d9633}.newsletter-modal input::placeholder{color:#7e7e7e;opacity:1}.newsletter-submit{border:4px solid var(--blue);background:var(--blue);width:100%;min-height:56px;color:var(--yellow-light);border-radius:100px;margin-top:0;padding:8px 20px}.newsletter-submit:not(:disabled):hover{border-color:var(--button-hover-blue);background:var(--button-hover-yellow);color:var(--button-hover-blue);filter:none;animation:none}.newsletter-submit:not(:disabled):active{scale:.94}.newsletter-submit:disabled{opacity:.65;cursor:default}.newsletter-error{color:var(--red);text-align:center;margin:0!important;font-size:13px!important}.newsletter-success{flex-direction:column;justify-content:center;gap:24px;padding:20px;display:flex}.cookie-fab{z-index:2147483646;color:#0000;cursor:pointer;background:#6aaae4 url(https://cdn.cookielaw.org/logos/static/ot_persistent_cookie_icon.png) 50%/100% no-repeat;border:0;border-radius:100px;width:50px;height:50px;padding:0;font-size:0;transition:all .3s;position:fixed;bottom:10px;left:1%;box-shadow:0 4px 8px #0003}.cookie-banner{z-index:10000;color:#444;background:#fff;border:1px solid #222;align-items:center;gap:32px;min-height:118px;padding:20px 32px;font-family:Arial,sans-serif;font-size:13px;line-height:1.55;display:flex;position:fixed;inset:auto 0 0}.cookie-banner p{flex:1;max-width:760px;margin:0}.cookie-banner a{color:#274383;font-weight:700}.cookie-actions{gap:18px;margin-left:auto;display:flex}.cookie-actions button{color:#4d1f63;background:#fff;border:1px solid #4d1f63;min-height:44px;padding:0 18px;font-family:Arial,sans-serif;font-weight:700}.cookie-actions .accept{color:#fff;background:#4d1f63}.preference-backdrop{z-index:2147483647;background:#1c1800ad;place-items:center;padding:54px 24px 86px;font-family:Arial,sans-serif;display:grid;position:fixed;inset:0}.preference-center{color:#555;background:#fff;grid-template-rows:105px minmax(0,1fr) 91px;width:min(734px,100%);height:min(582px,100dvh - 108px);display:grid;position:relative;overflow:visible;box-shadow:0 0 4px #0000008c}.preference-header{border-bottom:1px solid #d2d2d2;grid-template-columns:226px 1fr;align-items:center;display:grid}.preference-brand{color:#4b185f;text-align:center;grid-template-rows:34px 20px 14px;grid-template-columns:1fr auto;align-content:center;height:100%;padding:16px 28px;display:grid}.preference-brand strong{letter-spacing:-1.5px;grid-column:1/-1;font:italic 700 28px/1 Georgia,serif}.preference-brand span{font:700 13px/1 Arial,sans-serif}.preference-brand small{letter-spacing:.25px;grid-column:1/-1;font:700 9px/1 Arial,sans-serif}.preference-header h2{color:#505050;margin:0;padding:0 20px;font-size:25px;font-weight:700;line-height:1.15}.preference-layout{grid-template-columns:226px minmax(0,1fr);min-height:0;display:grid}.preference-tabs{background:#f0f0f0;border-right:1px solid #b8b8b8}.preference-tabs button{color:#5b5b5b;text-align:left;background:0 0;border:0;border-bottom:1px solid #d1d1d1;width:100%;min-height:76px;padding:18px 22px;font:700 16px/1.25 Arial,sans-serif}.preference-tabs button[aria-selected=true]{background:#fff;box-shadow:inset 6px 0 #552064}.preference-panel{color:#555;min-height:0;padding:20px 23px;overflow:auto}.preference-panel h3{color:#555;margin:0 0 12px;font-size:16px;line-height:1.2}.preference-panel p{margin:0;font-size:13px;line-height:1.18}.preference-panel a{color:#324e89;font-size:13px;text-decoration:underline}.preference-status{color:#23765f;margin-top:24px;font-size:14px;font-weight:700}.preference-toggle{color:#4b185f;border-top:1px solid #ddd;justify-content:space-between;align-items:center;gap:20px;min-height:60px;margin-top:25px;padding-top:18px;font-size:14px;font-weight:700;display:flex}.preference-toggle input{accent-color:#4b185f;width:44px;height:24px}.preference-footer{border-top:1px solid #d2d2d2;justify-content:space-between;align-items:center;gap:24px;padding:20px 46px 20px 30px;display:flex}.preference-provider{color:#333;font-size:12px}.preference-footer button{color:#fff;background:#512063;border:0;width:194px;height:38px;font:700 13px/1 Arial,sans-serif}.preference-close{color:#222;background:#fff;border:0;border-radius:50%;width:50px;height:50px;padding:0 0 3px;font:42px/1 Arial,sans-serif;position:absolute;bottom:-64px;left:max(50% - 50vw + 14px,-360px);box-shadow:0 1px 5px #00000040}.cookie-policy-page{background:var(--yellow);min-height:100vh;color:var(--blue);overflow:hidden}.cookie-policy-header{justify-content:space-between;align-items:center;height:110.914px;padding:8px;display:flex}.cookie-policy-logo{width:130px;height:94.9141px;display:block}.cookie-policy-logo img{object-fit:contain;width:130px;height:94.9141px;display:block}.cookie-policy-home{width:150px;height:44px;margin-right:0;font-size:12px;font-weight:700}.cookie-policy-wrapper{width:min(1056px,100% - 48px);margin:64px auto 0;font-family:Chappies,Arial,Helvetica,sans-serif;font-size:16px;line-height:1.6}.cookie-policy-wrapper h1{color:var(--red);margin:0 0 28px;font-size:56px;font-weight:700;line-height:1.05}.cookie-policy-wrapper h1:not(:first-child){margin-top:42px}.cookie-policy-wrapper h2{color:var(--red);text-transform:uppercase;margin:42px 0 16px;font-size:34px;font-weight:700;line-height:1.15}.cookie-policy-wrapper p{margin:0 0 16px}.cookie-policy-wrapper ul{margin:0 0 20px 22px;padding:0}.cookie-policy-wrapper li+li{margin-top:8px}.cookie-policy-wrapper a{color:inherit}.cookie-policy-categories{margin:16px 0 30px;display:flow-root}.cookie-policy-category{margin:0 0 32px}.cookie-policy-table-scroll{background:#fff;border-radius:6px;width:100%;margin:16px 0 30px;padding-bottom:1px;overflow-x:auto}.cookie-policy-wrapper table{border-collapse:collapse;border-spacing:0;table-layout:fixed;background:#fff;border:1px solid #d9d9d9;border-radius:6px;width:100%;min-width:660px;overflow:hidden}.cookie-policy-caption{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.cookie-mobile-label{display:none}.cookie-policy-wrapper col:first-child,.cookie-policy-wrapper col:nth-child(3){width:25%}.cookie-policy-wrapper col:nth-child(2){width:50%}.cookie-policy-wrapper th,.cookie-policy-wrapper td{text-align:left;vertical-align:top;border-bottom:1px solid #d9d9d9;border-right:1px solid #d9d9d9;padding:16px}.cookie-policy-wrapper th{background:var(--red);color:#fff;font-size:16px;font-weight:700;line-height:1.35}.cookie-policy-wrapper td{color:var(--blue);background:#fff;font-size:15px;font-weight:700;line-height:1.45}.cookie-policy-footer{padding-bottom:0}.cookie-policy-footer-grid{grid-template-rows:60px 40px;grid-template-columns:1fr 1fr;align-items:center;gap:0 36px;width:min(1056px,100% - 24px);height:100px;margin:0 auto;display:grid}.cookie-policy-settings{border:0;width:150px;height:44px;margin:8px 0 0;padding:0;font-size:12px;font-weight:700;line-height:1.4}.cookie-policy-footer .copyright{align-self:start;margin-top:10px}.cookie-policy-footer .social-links{grid-area:1/2;align-self:center}.cookie-policy-footer .copyright{grid-area:2/1}.cookie-policy-footer .legal-links{grid-area:2/2;align-self:start;margin-top:10px}.cookie-policy-footer .social-links{box-sizing:border-box;width:144px;height:60px;padding:8px 0 8px 8px}.reset-password-page,.not-found-page{color:#0b1132;background:#ffe019;min-height:100vh;font-family:Luckiest Guy,Arial,sans-serif;display:flow-root}.reset-password-main,.not-found-main{flex-direction:column;align-items:center;width:calc(100% - 40px);margin:100px 20px 0;display:flex}.reset-password-main{gap:32px}.reset-password-main h1{color:#0b1132;max-width:100%;min-height:52px;margin:0;font-size:36px;font-weight:700;line-height:50.4px}.reset-password-form{border:1px solid #0b1132;border-radius:8px;flex-direction:column;width:min(420px,100%);padding:24px;display:flex}.reset-password-form label{color:#0b1132;flex-direction:column;gap:4px;font-size:14px;font-weight:400;line-height:19.6px;display:flex}.reset-password-form label+label{margin-top:24px}.reset-password-form input{color:#0b1132;background:0 0;border:1px solid #0b1132;border-radius:4px;outline:0;width:100%;height:48px;padding:0 12px;font:16px Luckiest Guy,Arial,sans-serif}.reset-password-form input::placeholder{color:#9ca3af;opacity:1}.reset-password-form input:focus{box-shadow:0 0 0 3px #132bae2e}.reset-password-form button,.not-found-main button{color:#fff;background:#132bae;border:0;border-radius:4px;height:48px;font:600 16px/22.4px Luckiest Guy,Arial,sans-serif}.reset-password-form button{opacity:.25;width:104.898px;margin-top:24px;padding:0 20px}.not-found-main{gap:24px}.not-found-main h1,.not-found-main h2,.not-found-main p{margin:0}.not-found-main h1{color:#132bae;font-size:72px;font-weight:700;line-height:86.4px}.not-found-main h2{color:#0b1132;font-size:24px;font-weight:600;line-height:33.6px}.not-found-main p{color:#0b1132;text-align:center;width:min(400px,100%);font-size:16px;font-weight:400;line-height:25.6px}.not-found-main button{width:114.945px;padding:0 24px}.demo-page{background:#fff;width:100%;min-height:max(100vh,767px);position:relative}.demo-page>iframe{border:0;width:100%;height:100%;display:block;position:absolute;inset:0}@media (width<=600px){.header{height:90px;padding:6px 12px}.logo-button{width:94px;height:72px}.logo-button img{width:94px;height:69px}.header nav{gap:10px}.header>nav{display:none}.header .nav-fact{min-height:42px;padding:6px 14px;font-size:14px}.menu-toggle{display:flex}.mobile-drawer-backdrop{z-index:10000;background:#1213487a;display:block;position:fixed;inset:0}.mobile-drawer{background:var(--blue);width:min(300px,100% - 54px);color:var(--yellow);flex-direction:column;align-items:flex-start;padding:62px 26px 28px;animation:.25s ease-out drawer-in;display:flex;position:absolute;inset:0 0 0 auto;box-shadow:-9px 0 24px #181a5b47}.drawer-greeting{color:#f46bb0;margin:0 0 5px;font-size:22px}.drawer-title{color:var(--yellow);margin:0;font-size:28px;line-height:1.05}.mobile-drawer nav{flex-direction:column;gap:23px;width:100%;margin:38px 0 24px;display:flex}.mobile-drawer nav button{width:100%;color:var(--yellow);text-align:left;background:0 0;border:0;align-items:center;gap:15px;padding:0;font-size:18px;display:flex}.mobile-drawer nav button:disabled{opacity:1;cursor:default}.drawer-nav-icon{border:3px solid var(--yellow);color:#f46bb0;border-radius:50%;flex:0 0 47px;justify-content:center;align-items:center;width:47px;height:47px;font-size:15px;line-height:1;display:flex}.drawer-nav-icon svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:27px;height:27px}.drawer-logo{object-fit:contain;align-self:center;width:104px;height:80px;margin-top:auto}.drawer-close{color:var(--yellow);background:0 0;border:0;padding:0;font:42px/1 Arial,sans-serif;position:absolute;top:14px;right:19px}.stripe{height:18px}.stripe i{height:6px!important}.floating-home{width:50px;height:50px;top:14px;left:14px}.floating-home img{width:50px;height:50px}.content-section{width:calc(100% - 40px)}.content-section h1,.content-section h2{margin-bottom:24px;font-size:clamp(42px,12vw,58px);line-height:1.08}.content-section p{font-size:18px;line-height:22px}.desktop-break{display:none}.about-section{min-height:auto;padding:30px 0 70px}.section-title-row{white-space:nowrap;align-items:center;gap:12px;height:100px;margin-bottom:8px;display:flex}.section-title-row h1,.section-title-row h2{letter-spacing:-1px;flex:none;margin:0;font-size:56px;line-height:.9}.section-gum{flex:0 0 100px;width:100px;height:100px;margin:0;position:relative;top:auto;right:auto}.section-gum-slot{width:100%;height:100%}.section-gum-image{top:56%}.coming-section{min-height:auto;padding-bottom:16px}.challenge{min-height:auto;padding-bottom:34px}.challenge h2{margin-bottom:20px}.play-divider{height:58px}.play-divider .stripe{height:30px}.play-divider .stripe i{height:10px!important}footer{padding-bottom:32px}.footer-grid{text-align:center;grid-template-rows:repeat(4,auto);grid-template-columns:1fr;justify-items:center;row-gap:15px;width:calc(100% - 40px);height:auto}.email-button,.social-links,.legal-links{justify-self:center}.social-links{grid-row:2}.copyright{grid-row:3;align-self:center;margin-top:0}.legal-links{flex-wrap:wrap;grid-row:4;justify-content:center}.fact-area{min-height:620px;padding-top:0}.fact-card{width:min(320px,100vw - 40px);min-height:450px}.fact-card p{width:min(280px,100vw - 64px)}.fact-share{width:min(500px,100vw - 24px)}.share-row{gap:12px}.bubble-stage,.yoh-stage{min-height:620px}.gum-bubble{width:42%}.yoh-stage{padding-top:12px}.yoh-art{width:min(620px,100vw - 24px)}.newsletter-backdrop{align-items:center;padding:16px}.newsletter-modal{width:min(520px,100vw - 32px);max-height:calc(100dvh - 32px);padding:20px}.newsletter-modal h2{font-size:34px}.newsletter-modal>p,.newsletter-success p{font-size:16px;line-height:19px}.cookie-banner{flex-direction:column;align-items:stretch;gap:12px;padding:18px}.cookie-actions{justify-content:flex-end;margin-left:0}.preference-backdrop{padding:28px 16px 82px}.preference-center{grid-template-rows:92px minmax(0,1fr) 78px;height:min(620px,100dvh - 110px)}.preference-header,.preference-layout{grid-template-columns:190px minmax(0,1fr)}.preference-brand{padding-inline:18px}.preference-header h2{font-size:22px}.preference-tabs button{padding-inline:18px;font-size:14px}.preference-footer{padding:16px 24px}.cookie-policy-header{height:90px;padding:6px 12px}.cookie-policy-logo{width:94px;height:72px}.cookie-policy-logo img{width:94px;height:69px}.cookie-policy-home{width:126px;height:42px;font-size:12px}.cookie-policy-wrapper{width:calc(100% - 40px);margin-top:50px}.cookie-policy-wrapper h1{font-size:clamp(40px,9vw,52px)}.cookie-policy-footer-grid{text-align:center;grid-template-rows:repeat(4,auto);grid-template-columns:1fr;justify-items:center;row-gap:15px;width:calc(100% - 40px);height:auto;padding-bottom:32px}.cookie-policy-footer .social-links,.cookie-policy-footer .legal-links{justify-self:center}.cookie-policy-footer .social-links{grid-area:2/1}.cookie-policy-footer .copyright{grid-area:3/1;align-self:center;margin-top:0}.cookie-policy-footer .legal-links{flex-wrap:wrap;grid-area:4/1;justify-content:center;align-self:center;margin-top:0}}@keyframes drawer-in{0%{transform:translate(100%)}to{transform:translate(0)}}@media (width<=600px){.header{height:96px;padding:6px 8px 6px 12px}.logo-button,.logo-button img{width:104px;height:80px}.menu-toggle{width:43px;margin-right:-7px}.stripe{height:30px}.stripe i{height:10px!important}.fact-area,.bubble-stage,.yoh-stage{min-height:592px}.fact-area{padding-bottom:0}.content-section{--gum-title-size:82px;--gum-title-font:40px;width:calc(100% - 24px)}.content-section p{margin-bottom:16.8px;font-size:14px;line-height:16.8px}.section-title-row{height:var(--gum-title-size);gap:8px}.section-title-row h1,.section-title-row h2{font-size:var(--gum-title-font);letter-spacing:-.5px;line-height:.92}.section-gum{flex-basis:var(--gum-title-size);width:var(--gum-title-size);height:var(--gum-title-size)}.desktop-break{display:inline}.about-section{--title-space:calc(var(--gum-title-size) + 35px);min-height:0;padding:var(--title-space) 0 37px;margin-bottom:-10px}.about-section .copy-column{position:static}.about-section .section-title-row{margin:0;position:absolute;top:27px;left:0}.about-section p:last-child{margin-bottom:0}.coming-section{min-height:0;padding:0 0 64px}.coming-section p:last-child{margin-bottom:0}.challenge{min-height:0;padding:0 0 64px}.challenge h2{letter-spacing:0;margin:0 0 24px;font-size:clamp(36px,9.23vw,48px);line-height:1.4}.challenge p{margin-bottom:0}.play-divider{height:44px}.play-divider:after{width:184px}.play-button{white-space:nowrap;width:160px;min-width:160px;height:44px;padding-inline:19px;font-size:14px}.play-button svg,.email-button svg{width:24px;height:24px}footer{padding-bottom:0}.footer-grid{width:calc(100% - 24px);height:168px;margin-top:20px;display:block;position:relative}.social-links{position:absolute;top:11px;left:50%;transform:translate(-50%)}.email-button{white-space:nowrap;width:223px;min-width:223px;height:48px;min-height:48px;padding-inline:19px;font-size:14px;position:absolute;top:60px;left:50%;transform:translate(-50%)}.copyright{width:max-content;margin:0;position:absolute;top:116px;left:50%;transform:translate(-50%)}.legal-links{flex-wrap:wrap;justify-content:center;width:min(333px,100%);position:absolute;top:140px;left:50%;transform:translate(-50%)}.newsletter-backdrop{align-items:flex-start;padding:100px 10px 24px}.newsletter-modal{width:min(520px,100vw - 20px);max-height:calc(100dvh - 124px);padding:24px}.newsletter-modal>h2{white-space:nowrap;align-self:center;width:max-content;font-size:40px}.newsletter-modal>p,.newsletter-success p{font-size:18px;line-height:16.8px}.cookie-actions{flex-direction:column;gap:16px;width:100%}.cookie-actions button{width:100%;min-height:42px}.preference-backdrop{align-items:start;padding:12px 8px 76px}.preference-center{grid-template-rows:auto minmax(0,1fr) 76px;height:min(700px,100dvh - 88px)}.preference-header{grid-template-columns:1fr}.preference-brand{justify-self:center;height:75px;padding:10px 26px 6px}.preference-header h2{text-align:center;padding:10px 18px 16px;font-size:20px}.preference-layout{grid-template-rows:auto minmax(0,1fr);grid-template-columns:1fr}.preference-tabs{border-bottom:1px solid #b8b8b8;border-right:0;grid-template-columns:repeat(3,1fr);display:grid}.preference-tabs button{text-align:center;border-bottom:0;border-right:1px solid #d1d1d1;min-height:62px;padding:10px 7px;font-size:11px}.preference-tabs button[aria-selected=true]{box-shadow:inset 0 5px #552064}.preference-panel{padding:18px}.preference-footer{padding:14px 16px}.preference-footer button{width:170px}.cookie-policy-header{height:96.3125px;padding:8px}.cookie-policy-logo,.cookie-policy-logo img{width:110px;height:80.3125px}.cookie-policy-home{width:150px;height:44px;font-size:12px}.cookie-policy-wrapper{width:calc(100% - 24px);margin-top:64px;font-size:16px;line-height:25.6px}.cookie-policy-wrapper h1{margin-bottom:28px;font-size:40px;line-height:42px}.cookie-policy-wrapper h1:not(:first-child){margin-top:42px}.cookie-policy-wrapper h2{margin:42px 0 16px;font-size:26px;line-height:29.9px}.cookie-policy-wrapper p{margin-bottom:16px}.cookie-policy-wrapper ul{margin-bottom:20px}.cookie-policy-wrapper li{margin:0 0 8px;font-size:15px;font-weight:700;line-height:24px}.cookie-policy-wrapper li+li{margin-top:0}.cookie-policy-wrapper>p,.cookie-policy-category>p{font-size:15px;font-weight:700;line-height:24px}.cookie-policy-categories{margin:16px 0 30px;padding:0;display:block}.cookie-policy-categories:after{content:"";clear:both;display:table}.cookie-policy-category{margin-bottom:32px}.cookie-policy-table-scroll{border-radius:0;margin:16px 0 30px;padding:0;overflow:visible}.cookie-policy-wrapper table{table-layout:fixed;border:0;width:100%;min-width:0;display:block}.cookie-policy-wrapper thead{display:none}.cookie-policy-wrapper tbody,.cookie-policy-wrapper tr,.cookie-policy-wrapper td{width:100%;display:block}.cookie-policy-wrapper tr{border:1px solid #d9d9d9;margin-bottom:14px}.cookie-policy-wrapper td{border-bottom:1px solid #d9d9d9;border-right:0;min-height:68.5938px;padding:12px;font-size:14px;line-height:20.3px}.cookie-policy-wrapper td:last-child{border-bottom:0}.cookie-mobile-label{width:140px;color:var(--red);margin-bottom:4px;padding-right:10px;font-size:14px;font-weight:700;line-height:20.3px;display:block}.cookie-policy-footer-grid{grid-template-rows:60px 12px 40px;grid-template-columns:1fr;gap:0;width:calc(100% - 24px);height:112px;padding:0;display:grid}.cookie-policy-settings{margin:24px 0 0;display:flex}.cookie-policy-footer .social-links{grid-area:1/1;place-self:stretch center;margin:0;position:static;transform:none}.cookie-policy-footer .copyright{grid-area:2/1;place-self:start center;width:auto;margin:0;position:static;transform:none}.cookie-policy-footer .legal-links{grid-area:3/1;place-self:stretch center;width:auto;height:40px;margin:0;position:static;transform:none}@keyframes section-gum-fly{0%{opacity:1;transform:translate(-50%,-50%)translate(0)scale(1)rotate(-6deg)}45%{opacity:1;transform:translate(-50%,-50%)translate(42px)translateY(-5%)scale(1.05)rotate(12deg)}to{opacity:0;transform:translate(-50%,-50%)translate(150px)translateY(-12%)scale(.65)rotate(45deg)}}}@media (width<=549px){.cookie-policy-category{width:90%;margin-left:auto;margin-right:auto}}@media (width<=399px){.cookie-policy-category{width:calc(100% - 40px)}.cookie-mobile-label{width:120px}}@media (width>=501px) and (width<=600px){.cookie-policy-header{height:110.914px;padding:8px}.cookie-policy-logo,.cookie-policy-logo img{width:130px;height:94.9141px}}@media (width<=500px){.scroll-prompt{bottom:24px}.content-section{--gum-title-size:74px;--gum-title-font:36px}}@media (height<=520px){.scroll-prompt{display:none}}@media (width<=400px){.content-section{--gum-title-size:66px;--gum-title-font:32px}.section-title-row{gap:6px}.section-title-row h1,.section-title-row h2{letter-spacing:0}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-delay:0s!important}}.challenge-header{justify-content:space-between;align-items:center;height:auto;padding:8px;display:flex}.challenge-header>a,.challenge-header img{aspect-ratio:1/.730165;object-fit:contain;width:130px;height:auto;display:block}.challenge-menu{color:#102694;background:0 0;border:0;width:40px;height:40px;padding:0;display:flex}.challenge-menu svg{width:100%;height:100%}.challenge-stripe{flex-direction:column;height:30px;display:flex}.challenge-stripe i{height:10px}.challenge-stripe i:first-child{background:#2e3192}.challenge-stripe i:nth-child(2){background:#ffe44f}.challenge-stripe i:nth-child(3){background:var(--red)}.challenge-drawer-backdrop{z-index:200;background:#1213487a;position:fixed;inset:0}.challenge-drawer{background:var(--blue);width:min(330px,100% - 54px);color:var(--yellow);flex-direction:column;padding:62px 28px 28px;display:flex;position:absolute;inset:0 0 0 auto;box-shadow:-9px 0 24px #181a5b47}.challenge-drawer>p{color:#f46bb0;margin:0 0 5px;font-size:22px}.challenge-drawer h2{margin:0;font-size:28px}.challenge-drawer nav{flex-direction:column;gap:25px;margin-top:42px;display:flex}.challenge-drawer nav a,.challenge-drawer nav button{color:inherit;text-align:left;background:0 0;border:0;padding:0;font-size:17px;text-decoration:none}.challenge-drawer>img{object-fit:contain;width:104px;height:80px;margin:auto auto 0}.challenge-drawer-close{color:var(--yellow);background:0 0;border:0;padding:0;font:42px/1 Arial,sans-serif;position:absolute;top:14px;right:19px}.signup-page,.leaderboard-page{background:var(--yellow);min-height:100vh;color:var(--blue)}.signup-page{padding-bottom:24px}.challenge-auth-enter{animation:.4s both challenge-auth-slide-up-in}@keyframes challenge-auth-slide-up-in{0%{opacity:0;transform:var(--challenge-auth-base-transform,translateY(0)) translate3d(0, 20px, 0)}to{opacity:1;transform:var(--challenge-auth-base-transform,translateY(0)) translate3d(0, 0, 0)}}.signup-main{width:720px;max-width:calc(100% - 32px);margin:48px auto 0}.signup-main>h1{text-align:center;margin:0 0 28px;font-size:24px;font-weight:400;line-height:1.4}.signup-form{grid-template-columns:300px 300px;justify-content:space-between;gap:32px 0;width:min(637.227px,100vw - 48px);margin:0 auto;display:grid}.signup-form>input,.signup-form>select,.phone-field{width:300px;height:40px;color:var(--blue);background:#fff;border:1px solid #0b113226;border-radius:20px;font:14px/1 Chappies,Georgia,serif}.signup-form>input{outline:0;padding:12px}.signup-form>select{background:#e6e6e6;outline:0;padding:6px}.signup-form>input:focus,.signup-form>select:focus,.phone-field:focus-within{box-shadow:0 0 0 3px #292d9638}.signup-form>input::placeholder{color:#696969;opacity:1}.signup-form>select:invalid{color:#696969}.signup-form>select option{color:var(--blue)}.signup-form>input[type=date]{text-transform:uppercase}.phone-field{align-items:center;padding:0 11px;display:flex}.phone-field input{min-width:0;height:21.5px;color:var(--blue);background:0 0;border:0;outline:0;flex:1;margin:0;padding:1px 2px;font:16px/1 Chappies,Georgia,serif}.phone-field input::placeholder{color:#a9a9a9;opacity:1}.dial-code{color:var(--blue);margin:0 5px 0 0;font:700 16px/1 Chappies,Georgia,serif}.za-flag{object-fit:fill;border:0;flex:none;width:24px;height:16px;margin:0 8px 0 0;display:block}.signup-check{align-items:center;gap:3px;height:17px;min-height:17px;font-size:14px;font-weight:700;line-height:21px;display:flex}.signup-check input{width:13px;height:13px;accent-color:var(--blue);margin:0}.signup-check>span{line-height:17px;position:relative;top:-.5px}.signup-check a{text-underline-offset:2px}.marketing-check{grid-column:1;margin-top:2px;margin-left:1px}.terms-check{white-space:nowrap;grid-column:2;width:315px;margin-top:2px;margin-left:-12px}.challenge-button{border:4px solid var(--blue);background:var(--blue);width:150px;height:44px;color:var(--yellow);border-radius:100px;padding:0 12px;font-size:12px;line-height:1.4}.challenge-button:not(:disabled):hover{border-color:var(--button-hover-blue);background:var(--button-hover-yellow);color:var(--button-hover-blue)}.challenge-button:disabled{opacity:.6;cursor:default}.signup-submit{grid-column:1/-1;justify-self:center;margin-top:17px}.text-switch{color:var(--blue);text-underline-offset:2px;background:0 0;border:0;padding:0;font-size:14px;line-height:1.4;text-decoration:underline}.account-switch{grid-column:1/-1;justify-self:center;margin-top:-8px}.form-message{color:var(--red);text-align:center;margin:5px 0;font-size:12px}.signup-message{grid-column:1/-1;margin:-21px 0}.login-page{background:var(--yellow);min-height:100vh;color:var(--blue);overflow:hidden}.login-page>.challenge-header{position:absolute;inset:0 0 auto}.login-page>.challenge-stripe{position:absolute;top:110.921px;left:0;right:0}.login-form{flex-direction:column;align-items:center;width:420px;max-width:calc(100% - 20px);margin:0 auto;padding-top:calc(47.58vh + 3px);display:flex}.login-form h1{margin:0 0 9.20313px;font-size:22px;font-weight:400;line-height:30.7969px;transform:translateY(-3px)}.login-form .phone-field{width:300px;height:40px;font-size:16px}.login-form .challenge-button{margin-top:44px}.login-form .text-switch{margin-top:8px}.login-form .form-message{margin-top:105px;position:absolute}.screen-reader-only{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.leaderboard-main{visibility:hidden;flex-direction:column;justify-content:space-between;gap:12px;width:max-content;min-width:min(340px,100% - 24px);max-width:min(720px,100% - 24px);height:max(335px,100dvh - 164.914px);margin:24px auto 0;display:flex;position:relative}.leaderboard-main.leaderboard-visible{visibility:visible;animation:.4s both challenge-slide-up-in}.play-again{color:var(--blue);flex:0 0 35px;justify-content:flex-end;align-items:center;padding:0 12px;font-size:14px;line-height:1.4;display:flex}.leaderboard-scores{flex:0 0 50%;align-self:center;width:95%;min-height:0}.leaderboard-list{flex-direction:column;gap:2px;height:90%;margin:0;padding:0;list-style:none;display:flex;overflow:auto}.leaderboard-list li,.leaderboard-current{height:40px;min-height:40px;color:var(--blue);justify-content:space-between;align-items:center;font-size:12px;line-height:1.4;display:flex}.leaderboard-list li{box-sizing:content-box;flex:0 0 40px}.leaderboard-list li+li{border-top:2px outset var(--blue);margin-top:-2px}.rank{padding:6px 6px 6px 12px}.leader-nickname{overflow-wrap:anywhere;flex:1;min-width:0;padding:6px;font-size:11px}.leader-score{text-align:right;white-space:nowrap;padding:6px 12px 6px 6px}.leaderboard-current{color:var(--red);background:#102694;border-radius:20px;padding:0 6px}.leaderboard-status{text-align:center;margin:0;font-size:12px;position:absolute;top:45px;left:0;right:0}.leader-share{text-align:center;border-radius:0 0 20px 20px;flex:0 0 20%;min-height:0;padding:8px;overflow:visible}.leader-share h2,.leader-share p{color:var(--blue);margin:0;font-size:11px;font-weight:700;line-height:1.4}.leader-share>div{justify-content:space-around;gap:12px;width:100%;height:60%;min-height:0;margin-top:8px;display:flex;overflow:visible}.leader-social{height:100%;color:var(--blue);flex-direction:column;flex:0 0 20%;justify-content:center;align-items:center;gap:8px;font-size:12px;line-height:1.4;display:flex;overflow:visible}.leader-social>a,.leader-social>button{border:3px solid var(--blue);width:40px;height:40px;color:var(--red);background:0 0;border-radius:20px;flex:0 0 40px;place-items:center;padding:0;text-decoration:none;transition:opacity .2s,width .4s;display:grid}.leader-social>a:hover,.leader-social>button:hover{opacity:.8}.leader-social svg{fill:currentColor;width:16px;height:16px}.leader-subscribe>button{color:#ffe019;background:#faed1f;border:0}.leader-subscribe>span{color:#ffe019;text-align:center;width:47.309px;font-family:VisbyCF-Regular,Arial,sans-serif;font-weight:400}.game-page{background:#000;position:fixed;inset:0;overflow:hidden}.game-page iframe{border:0;width:100%;height:100%;display:block}.game-over{background:var(--yellow);color:var(--blue);text-align:center;flex-direction:column;justify-content:safe center;align-items:center;padding:16px 0;animation:.4s both challenge-slide-up-in;display:flex;position:absolute;inset:0;overflow-y:auto}@keyframes challenge-slide-up-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translate(0,0)}}.game-over-top,.game-over-bottom{display:contents}.game-over h1{color:var(--red);flex:none;margin:0;font-size:64px;font-weight:400;line-height:1.4}.score-share{min-height:44px;color:var(--blue);background:0 0;border:0;flex:none;justify-content:center;align-items:center;gap:8px;margin:0;padding:0;font-size:24px;line-height:1.4;display:flex}.score-share svg{fill:currentColor;width:24px;height:24px}.game-over strong{color:var(--blue);flex:none;margin:0;font-size:48px;font-weight:400;line-height:1.4}.game-over-bottom p{flex:none;width:300px;margin:0;font-size:16px;line-height:1.4}.score-save-status{min-height:18px;color:var(--blue);font-size:11px;display:block;position:absolute;bottom:6px;left:0;right:0}.score-save-error{color:var(--red)}.game-over-bottom .score-save-status button{width:auto;height:auto;color:inherit;font:inherit;background:0 0;border:0;border-radius:0;padding:0;text-decoration:underline}.game-over-bottom>div{flex:0 0 60px;justify-content:center;align-items:center;gap:12px;display:flex}.game-over-bottom>div button{border:4px solid var(--blue);background:var(--blue);width:150px;height:44px;color:var(--yellow);border-radius:100px;justify-content:center;align-items:center;gap:8px;padding:0;font-size:12px;line-height:1.4;display:flex}.game-over-bottom>div button:hover{border-color:var(--button-hover-blue);background:var(--button-hover-yellow);color:var(--button-hover-blue)}.game-over-bottom>div button svg{fill:currentColor;width:20px;height:20px}.challenge-cookie-fab{z-index:2147483646;color:#0000;cursor:pointer;background:#6aaae4 url(https://cdn.cookielaw.org/logos/static/ot_persistent_cookie_icon.png) 50%/100% no-repeat;border:0;border-radius:100px;width:50px;height:50px;padding:0;font-size:0;transition:all .3s;position:fixed;bottom:10px;left:1%;box-shadow:0 4px 8px #0003}@media (width<=671px){.signup-main>h1{margin-bottom:24px}.signup-form{grid-template-columns:300px;gap:12px;width:300px}.signup-form>:nth-child(3),.signup-form>:nth-child(5),.signup-form>:nth-child(7){margin-top:12px}.marketing-check,.terms-check,.signup-submit,.account-switch,.signup-message{grid-column:1}}@media (width>=500px) and (width<=671px){.signup-check{box-sizing:border-box;align-items:flex-start;height:29.5px;min-height:29.5px;padding:7px 0 0 8px}.signup-check input{width:13px;height:13px}.marketing-check{width:300px;margin:0;transform:translateY(-32px)}.terms-check{width:326.453px;margin:0 0 0 -13.2266px;transform:translateY(-32px)}.signup-submit{margin-top:17px;transform:translateY(-37px)}.account-switch{margin-top:-8px;transform:translateY(-17px)}.login-form{margin-top:4.83594px}.login-form h1{transform:translateY(-2.79688px)}}@media (width>=672px) and (width<=698px){.marketing-check,.terms-check{box-sizing:border-box;grid-column:1/-1;justify-self:center;align-items:flex-start;height:29.5px;min-height:29.5px;margin:0 0 -12.5px;padding:7px 0 0 8px}.marketing-check{width:300px;transform:translateY(-4px)}.terms-check{width:326.453px;transform:translateY(-11.5px)}.signup-submit,.account-switch{transform:translateY(-24px)}}@media (width>=699px){.signup-check{box-sizing:border-box;align-items:flex-start;height:29.5px;min-height:29.5px;margin-bottom:-12.5px;padding-top:7px}.marketing-check{width:300px;margin-left:-6.61328px;padding-left:8px;transform:translateY(-6px)}.terms-check{width:326.453px;margin-left:-19.8398px;padding-left:8px;transform:translateY(-6px)}}@media (width<=500px){.challenge-header{height:auto;padding:8px}.challenge-header>a,.challenge-header img{width:110px;height:auto}.challenge-stripe{height:30px}.challenge-stripe i{height:10px}.login-page>.challenge-stripe{top:96.3182px}.signup-form>.phone-field{height:30px}.signup-form .phone-field input{height:15.5px;font-size:11px}.signup-form .phone-field .dial-code{font-size:11px}.login-form .phone-field{height:30px}.login-form .phone-field input{height:15.5px;font-size:11px}.login-form .phone-field .dial-code{font-size:11px}}@media (width>=500px) and (width<=500px){.marketing-check,.terms-check{transform:translateY(-22px)}.signup-submit{transform:translateY(-27px)}.account-switch{transform:translateY(-7px)}.login-form{margin-top:-2.46094px}.login-form .challenge-button{margin-top:54px}}@media (width<=499px){.challenge-menu{width:30px;height:30px;padding:0}.signup-main{width:300px;max-width:calc(100% - 30px);margin-top:24px}.signup-main>h1{margin-bottom:24px;font-size:14px;line-height:1.4}.signup-form>input,.signup-form>select,.signup-form>.phone-field{width:300px;height:30px;font-size:11px}.signup-form>input{padding:12px}.signup-form>select{padding:6px}.signup-check{box-sizing:border-box;align-items:flex-start;height:29.5px;min-height:29.5px;padding:7px 0 0 8px;font-size:14px}.marketing-check{width:300px;margin:19px 0 0;transform:translateY(-7px)}.terms-check{width:326.453px;margin:11px 0 0 -13.2266px;transform:translateY(-18px)}.signup-submit{margin-top:19px;transform:translateY(-25px)}.account-switch{margin-top:12px;transform:translateY(-25px)}.signup-message{margin:0}.login-form{margin-top:-.8125px}.login-form h1{text-align:center;font-size:22px;transform:translateY(-2.79688px)}.login-form .challenge-button{margin-top:24px}.login-form .text-switch{margin-top:8px}}@media (width<=340px){.login-form{margin-top:-30px}.login-form h1{margin-bottom:12px;transform:none}.signup-main{--challenge-auth-base-transform:translateY(-14px);transform:var(--challenge-auth-base-transform)}.signup-main>h1{margin-bottom:23px}}@media (width<=700px){.leaderboard-main{height:max(335px,100dvh - 150.313px)}}@media (width<=600px){.game-over h1{font-size:48px}}@media (width<=500px){.game-over h1{font-size:36px}}@media (width<=380px){.game-over h1{font-size:24px}}#gumBubbleAutoPopContainer{pointer-events:none;--gum-start-scale:.08;--gum-blow-1:.55;--gum-shrink-1:.48;--gum-blow-2:.95;--gum-shrink-2:.84;--gum-blow-3:1.35;--gum-shrink-3:1.18;--gum-final-blow:2.05;--gum-soft-pop-scale:2.28;--gum-animation-speed:3.8s;--gum-animation-ms:3800;background:0 0;width:100%;min-width:120px;height:100%;min-height:120px;position:relative;overflow:visible}#gumBubbleAutoPopContainer .auto-bubble-pop-wrap{opacity:0;background:0 0;justify-content:center;align-items:center;display:flex;position:absolute;inset:0;overflow:visible}#gumBubbleAutoPopContainer .auto-bubble{aspect-ratio:1;width:30%;transform:translate(-50%, -50%) scale(var(--gum-start-scale));opacity:0;pointer-events:none;filter:saturate(.95);background:radial-gradient(at 30% 26%,#ffffffd1 0 8%,#ffffff6b 10% 18%,#0000 31%),radial-gradient(at 58% 44%,#ffffff47 0 5%,#0000 13%),radial-gradient(circle at 44% 42%,#ffd8ec 0%,#ff9ccc 36%,#ec4fa2 76%,#c92f83 100%);border-radius:50%;position:absolute;top:50%;left:50%;box-shadow:inset 10px 10px 22px #ffffff6b,inset -14px -16px 26px #7e004433,0 8px 26px #d6308529}#gumBubbleAutoPopContainer .auto-bubble:before{content:"";filter:blur(5px);background:#ffffff6b;border-radius:50%;width:34%;height:19%;position:absolute;top:23%;left:26%;transform:rotate(-18deg)}#gumBubbleAutoPopContainer .auto-bubble:after{content:"";filter:blur(3px);background:#ffffff3d;border-radius:50%;width:17%;height:9%;position:absolute;top:47%;left:61%;transform:rotate(-12deg)}#gumBubbleAutoPopContainer .auto-bubble-pop-wrap.play{opacity:1}#gumBubbleAutoPopContainer .auto-bubble-pop-wrap.play .auto-bubble{animation:autoGumBubbleCalmRevealPop var(--gum-animation-speed) cubic-bezier(.34, .02, .18, 1) forwards}@keyframes autoGumBubbleCalmRevealPop{0%{opacity:0;transform:translate(-50%, -50%) scale(var(--gum-start-scale));border-radius:50%}10%{opacity:.85;transform:translate(-50%, -50%) scale(var(--gum-blow-1));border-radius:50% 49% 51% 50%}19%{opacity:.9;transform:translate(-50%, -50%) scale(var(--gum-shrink-1));border-radius:50% 50% 49% 51%}34%{opacity:.96;transform:translate(-50%, -50%) scale(var(--gum-blow-2));border-radius:49% 51% 50% 50%}43%{opacity:1;transform:translate(-50%, -50%) scale(var(--gum-shrink-2));border-radius:51% 49% 50% 50%}62%{opacity:1;transform:translate(-50%, -50%) scale(var(--gum-blow-3));border-radius:49% 50% 51%}72%{opacity:1;transform:translate(-50%, -50%) scale(var(--gum-shrink-3));border-radius:50% 51% 49% 50%}88%{opacity:1;transform:translate(-50%, -50%) scale(var(--gum-final-blow));border-radius:50% 49% 51% 50%}95%{opacity:.82;transform:translate(-50%, -50%) scale(var(--gum-soft-pop-scale));filter:blur(.2px)saturate(.9);border-radius:50%}to{opacity:0;filter:blur(1.5px)saturate(.85);border-radius:50%;transform:translate(-50%,-50%)scale(2.45)}}@font-face{font-family:NewKansasBold;src:url(/assets/new-kansas-bold.otf)format("opentype");font-weight:700;font-style:normal;font-display:swap}#chappies-vote-carousel-wrapper{--vote-card-width:clamp(230px, 30vw, 390px);--vote-blue:#292d96;--vote-yellow:#ffd000;--vote-red:#f21b2d;box-sizing:border-box;background:0 0;width:100%;height:100%;min-height:500px;margin:0;padding:0;font-family:NewKansasBold,Arial,sans-serif;position:relative;overflow:hidden}#chappies-vote-carousel-wrapper *{box-sizing:border-box}#chappies-vote-carousel-wrapper .chappies-vote-stage{width:100%;height:100%;min-height:inherit;background:0 0;grid-template-rows:minmax(320px,1fr) auto;align-items:center;gap:clamp(16px,3vw,34px);margin:0;padding:clamp(12px,3vw,30px) 0 clamp(24px,4vw,44px);display:grid;position:relative}#chappies-vote-carousel-wrapper .chappies-vote-carousel{touch-action:pan-y;width:100%;height:100%;min-height:320px;position:relative;overflow:visible}#chappies-vote-carousel-wrapper .carousel-item{width:var(--vote-card-width);aspect-ratio:1.08;opacity:1;will-change:left, transform, opacity;transition:left .42s cubic-bezier(.22,.9,.25,1),transform .42s cubic-bezier(.22,.9,.25,1),opacity .32s,filter .32s;position:absolute;top:50%}#chappies-vote-carousel-wrapper .vote-card{border:5px solid var(--vote-blue);cursor:pointer;border-radius:22px;justify-content:center;align-items:center;width:100%;height:100%;min-height:0;display:flex;position:relative;overflow:hidden;box-shadow:0 22px 42px #14154d3d}#chappies-vote-carousel-wrapper .vote-card:before{content:"";pointer-events:none;border:2px dashed #ffffff8c;border-radius:16px;position:absolute;inset:10px}#chappies-vote-carousel-wrapper .vote-card:after{content:"";aspect-ratio:1;pointer-events:none;background:#ffffff38;border-radius:999px;width:58%;position:absolute;top:-24%;right:-20%}#chappies-vote-carousel-wrapper .vote-card-grape{background:linear-gradient(145deg,#ffd000 0%,#ffec68 100%)}#chappies-vote-carousel-wrapper .vote-card-fruit{background:linear-gradient(145deg,#f21b2d 0%,#ff8c38 100%)}#chappies-vote-carousel-wrapper .vote-card-cream-soda{background:linear-gradient(145deg,#28b8a4 0%,#96ffe6 100%)}#chappies-vote-carousel-wrapper .vote-card-april{background:linear-gradient(145deg,#292d96 0%,#6f74ff 100%)}#chappies-vote-carousel-wrapper .vote-card-yellow{background:linear-gradient(145deg,#ffd000 0%,#ffb800 100%)}#chappies-vote-carousel-wrapper .vote-card-blue{background:linear-gradient(145deg,#292d96 0%,#3e9dff 100%)}#chappies-vote-carousel-wrapper .vote-card-red{background:linear-gradient(145deg,#f21b2d 0%,#ff5b7f 100%)}#chappies-vote-carousel-wrapper .vote-card-mint{background:linear-gradient(145deg,#27c59a 0%,#ffd000 100%)}#chappies-vote-carousel-wrapper .vote-card img{object-fit:contain;z-index:2;filter:drop-shadow(0 16px 16px #00000038);-webkit-user-drag:none;-webkit-user-select:none;user-select:none;width:82%;height:auto;max-height:76%;transition:transform .32s;position:relative;transform:rotate(-4deg)}#chappies-vote-carousel-wrapper .selected .vote-card img{transform:rotate(-4deg)scale(1.04)}#chappies-vote-carousel-wrapper .vote-heart{border:3px solid var(--vote-blue);width:48px;height:48px;color:var(--vote-blue);z-index:5;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#fffffff5;border-radius:999px;justify-content:center;align-items:center;padding:0;transition:transform .18s,background-color .18s,color .18s,border-color .18s;display:inline-flex;position:absolute;bottom:14px;right:14px;transform:translateZ(0);box-shadow:0 8px 16px #14154d38}#chappies-vote-carousel-wrapper .vote-heart-icon:before{content:"♡";font-family:Arial,sans-serif;font-size:30px;line-height:1;display:block;transform:translateY(-1px)}#chappies-vote-carousel-wrapper .vote-heart:hover,#chappies-vote-carousel-wrapper .vote-heart:focus-visible{outline:none;transform:translateZ(0)scale(1.08)}#chappies-vote-carousel-wrapper .vote-heart.is-liked{color:#fff;background:var(--vote-red);border-color:#fff}#chappies-vote-carousel-wrapper .vote-heart.is-liked .vote-heart-icon:before{content:"♥";animation:.26s cubic-bezier(.2,1.5,.4,1) chappiesVoteHeartPop}#chappies-vote-carousel-wrapper .hideLeft{opacity:0;z-index:1;pointer-events:none;left:-3%;transform:translate(-50%,-50%)scale(.48)}#chappies-vote-carousel-wrapper .hideRight{opacity:0;z-index:1;pointer-events:none;left:103%;transform:translate(-50%,-50%)scale(.48)}#chappies-vote-carousel-wrapper .prevLeftSecond{opacity:.68;z-index:4;filter:saturate(.9);left:15%;transform:translate(-50%,-50%)scale(.58)}#chappies-vote-carousel-wrapper .prev{opacity:.9;z-index:6;left:31%;transform:translate(-50%,-50%)scale(.76)}#chappies-vote-carousel-wrapper .selected{opacity:1;z-index:10;left:50%;transform:translate(-50%,-50%)scale(1)}#chappies-vote-carousel-wrapper .next{opacity:.9;z-index:6;left:69%;transform:translate(-50%,-50%)scale(.76)}#chappies-vote-carousel-wrapper .nextRightSecond{opacity:.68;z-index:4;filter:saturate(.9);left:85%;transform:translate(-50%,-50%)scale(.58)}#chappies-vote-carousel-wrapper .chappies-vote-buttons{z-index:20;justify-content:center;align-items:center;gap:clamp(14px,3vw,28px);display:flex;position:relative}#chappies-vote-carousel-wrapper .chappies-vote-button{cursor:pointer;outline-offset:4px;-webkit-user-select:none;user-select:none;touch-action:manipulation;background:0 0;border:none;padding:0;font-family:NewKansasBold,Arial,sans-serif;transition:filter .25s;position:relative}#chappies-vote-carousel-wrapper .chappies-vote-button-shadow{background:#00000057;border-radius:999px;transition:transform .6s cubic-bezier(.3,.7,.4,1);position:absolute;inset:0;transform:translateY(3px)}#chappies-vote-carousel-wrapper .chappies-vote-button-edge{background:linear-gradient(270deg,#171a5e 0%,#292d96 8% 92%,#171a5e 100%);border-radius:999px;position:absolute;inset:0}#chappies-vote-carousel-wrapper .chappies-vote-button-front{min-width:132px;color:var(--vote-yellow);background:var(--vote-blue);text-align:center;border-radius:999px;padding:13px 28px;font-size:18px;line-height:1;transition:transform .6s cubic-bezier(.3,.7,.4,1);display:block;position:relative;transform:translateY(-4px)}#chappies-vote-carousel-wrapper .chappies-vote-button:hover{filter:brightness(110%)}#chappies-vote-carousel-wrapper .chappies-vote-button:hover .chappies-vote-button-front{transition:transform .25s cubic-bezier(.3,.7,.4,1.5);transform:translateY(-6px)}#chappies-vote-carousel-wrapper .chappies-vote-button:active .chappies-vote-button-front{transition:transform 34ms;transform:translateY(-2px)}#chappies-vote-carousel-wrapper .chappies-vote-button:hover .chappies-vote-button-shadow{transition:transform .25s cubic-bezier(.3,.7,.4,1.5);transform:translateY(4px)}#chappies-vote-carousel-wrapper .chappies-vote-button:active .chappies-vote-button-shadow{transition:transform 34ms;transform:translateY(1px)}#chappies-vote-carousel-wrapper .chappies-vote-button:focus:not(:focus-visible){outline:none}@keyframes chappiesVoteHeartPop{0%{transform:translateY(-1px)scale(.7)}70%{transform:translateY(-1px)scale(1.22)}to{transform:translateY(-1px)scale(1)}}@media (width<=760px){#chappies-vote-carousel-wrapper{--vote-card-width:clamp(190px, 64vw, 280px);min-height:430px}#chappies-vote-carousel-wrapper .chappies-vote-stage{grid-template-rows:minmax(290px,360px) auto;align-content:center;gap:6px;padding-top:18px;padding-bottom:26px}#chappies-vote-carousel-wrapper .chappies-vote-carousel{height:100%;min-height:290px}#chappies-vote-carousel-wrapper .prevLeftSecond{opacity:.35;left:5%;transform:translate(-50%,-50%)scale(.48)}#chappies-vote-carousel-wrapper .prev{opacity:.76;left:23%;transform:translate(-50%,-50%)scale(.64)}#chappies-vote-carousel-wrapper .next{opacity:.76;left:77%;transform:translate(-50%,-50%)scale(.64)}#chappies-vote-carousel-wrapper .nextRightSecond{opacity:.35;left:95%;transform:translate(-50%,-50%)scale(.48)}#chappies-vote-carousel-wrapper .vote-heart{border-width:3px;width:42px;height:42px;bottom:10px;right:10px}#chappies-vote-carousel-wrapper .vote-heart-icon:before{font-size:26px}#chappies-vote-carousel-wrapper .chappies-vote-buttons{margin-top:-2px;padding:8px 6px 10px;overflow:visible}#chappies-vote-carousel-wrapper .chappies-vote-button{appearance:none;margin:6px 0 8px;display:inline-block;overflow:visible}#chappies-vote-carousel-wrapper .chappies-vote-button-front{min-width:110px;padding:11px 20px;font-size:15px}}@media (width<=760px) and (hover:none) and (pointer:coarse){#chappies-vote-carousel-wrapper .chappies-vote-button{appearance:none;border-radius:999px;padding:3px 0 7px;overflow:visible}#chappies-vote-carousel-wrapper .chappies-vote-button-front{line-height:1.1;transform:translateY(0);box-shadow:0 5px #171a5e8c}#chappies-vote-carousel-wrapper .chappies-vote-button:hover .chappies-vote-button-front{transform:translateY(0)}#chappies-vote-carousel-wrapper .chappies-vote-button:active .chappies-vote-button-front{transform:translateY(3px);box-shadow:0 2px #171a5e8c}#chappies-vote-carousel-wrapper .chappies-vote-button-shadow,#chappies-vote-carousel-wrapper .chappies-vote-button:hover .chappies-vote-button-shadow,#chappies-vote-carousel-wrapper .chappies-vote-button:active .chappies-vote-button-shadow{transform:translateY(5px)}}@media (width<=420px){#chappies-vote-carousel-wrapper{--vote-card-width:clamp(172px, 70vw, 246px);min-height:400px}#chappies-vote-carousel-wrapper .chappies-vote-buttons{gap:10px;margin-top:-6px}#chappies-vote-carousel-wrapper .chappies-vote-button-front{min-width:96px;padding:10px 16px}}.header{height:auto;min-height:40px;padding:8px}.logo-button,.logo-button img{aspect-ratio:1/.730165;width:130px;height:auto;display:block}.header nav{gap:24px}.header nav button{padding:0;line-height:1}.header .nav-fact{border:4px solid var(--blue);min-width:150px;min-height:44px;padding:8px 20px;line-height:1.4}.header .nav-fact:not(:disabled):not([aria-disabled=true]):hover{border-color:var(--button-hover-blue);background:var(--button-hover-yellow);color:var(--button-hover-blue);filter:none;animation:none}.stripe i:first-child{background:#2e3192}.stripe i:nth-child(2){background:#ffe44f}.bubble-stage{width:350px;height:350px;min-height:350px;margin:93px auto 0;overflow:visible}.bubble-manual .gum-bubble{width:30%;min-width:0}.bubble-stage:after{content:none}.yoh-stage{min-height:0;padding:12px 0 0}.yoh-art{width:min(620px,100vw);display:block}.fact-area{min-height:0}.fact-card,.fact-card img,.fact-share,.yoh-art,.newsletter-modal,#chappies-vote-carousel-wrapper{animation:.88s both bubble-bounce-in}@keyframes bubble-bounce-in{0%{opacity:0;transform:scale(.3)}36.3636%{opacity:1;transform:scale(1.05)}54.5455%{opacity:1;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.chappies-vote-mount{position:relative}#chappies-vote-carousel-wrapper{height:500px;min-height:500px}#chappies-vote-carousel-wrapper .wrapper-select{z-index:4}#chappies-vote-carousel-wrapper .wrapper-select:focus-visible{outline-offset:-10px;outline:4px solid #ffffffeb}.section-gum-image.is-flying{visibility:hidden;animation:none}.section-gum:hover .section-gum-image.is-idle,.section-gum:focus-visible .section-gum-image.is-idle{animation:2.4s ease-in-out infinite section-gum-float}.section-gum-flight{object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:2147483647;height:auto;animation:.8s cubic-bezier(.6,-.15,.25,1.05) forwards section-gum-fly;position:fixed}.play-divider{gap:12px}.play-divider:after{content:none}.play-divider>.stripe{flex:1}.play-button{color:#ffd11a;flex:none;width:auto;min-width:150px;height:44px;padding:8px 20px;line-height:1.4;position:static;transform:none}.play-button svg{fill:currentColor;stroke:none;flex-shrink:0;animation:2s linear infinite bubble-controller-spin}.social-links svg{fill:currentColor;stroke:none;width:16px;height:16px}.share-row svg{fill:currentColor;stroke:none;width:24px;height:24px}.email-button svg{fill:currentColor;stroke:none}.email-button{color:#ffd11a;width:max-content;min-width:150px;padding-inline:20px;line-height:1}.challenge-drawer-backdrop{background:#0009}.challenge-drawer{color:#fff;width:300px;max-width:100vw;box-shadow:none;background:#102694;border-radius:20px 0 0;padding:64px 0 24px;animation:.4s both drawer-in;overflow-y:auto}.challenge-drawer>p{text-align:center;color:#fff;margin:0 0 44px;font-size:24px;line-height:1.4}.challenge-drawer h2{color:#fff;text-align:center;align-self:center;width:95%;margin:0;padding-bottom:16px;font-size:14px;line-height:1.4}.challenge-drawer nav{align-self:center;gap:12px;width:85%;margin:12px 0 0}.challenge-drawer nav a,.challenge-drawer nav button{align-items:center;gap:12px;min-height:40px;font-size:16px;line-height:1.4;display:flex}.challenge-drawer-close{color:#fff;width:30px;height:30px;top:12px;left:12px;right:auto}.challenge-drawer-close svg{width:100%;height:100%;display:block}.drawer-greeting,.challenge-drawer>p{white-space:pre-wrap}.challenge-drawer .drawer-nav-icon{width:40px;height:40px;color:inherit;border:0;flex:0 0 40px;place-items:center;padding:5px;display:grid}.challenge-drawer .drawer-nav-icon svg{width:30px;height:30px}html.intro-scroll-locked{overflow:hidden}body.intro-scroll-locked{top:var(--intro-scroll-top,0px);width:100%;position:fixed;left:0;right:0;overflow:hidden}.newsletter-backdrop{align-items:flex-start;padding:100px 10px 24px}.newsletter-modal{width:min(520px,100vw - 20px);max-height:calc(100dvh - 124px);padding:24px}.newsletter-modal h2{font-size:40px}.newsletter-modal>p,.newsletter-success p{font-size:18px;line-height:18px}@media (width>=601px){.section-title-row{align-items:flex-start;height:100px;margin-bottom:24px;display:flex}.section-title-row h1,.section-title-row h2{margin:0}.about-section{height:auto;min-height:716px;padding:2px 0 38px}.about-section .section-title-row{align-items:center}.about-gum{top:-110px}.coming-section{height:284px;min-height:284px}.coming-section p{margin-bottom:24px}.coming-gum{top:-122px;right:-112px}.challenge{min-height:0;padding-bottom:64px}.challenge h2{margin-bottom:24px}.challenge p{margin:0}}@keyframes bubble-controller-spin{0%{transform:rotate(0)}to{transform:rotate(359deg)}}@media (width<=600px){.stripe{height:30px}.stripe i{height:10px!important}.yoh-stage{min-height:0}.menu-toggle{color:#102694;width:30px;height:30px;margin:0;padding:0}.menu-toggle svg{width:100%;height:100%}.mobile-drawer-backdrop{background:#0009}.mobile-drawer{color:#fff;width:300px;max-width:100vw;box-shadow:none;background:#102694;border-radius:20px 0 0;padding:64px 0 24px;animation:.4s both drawer-in;overflow-y:auto}.drawer-greeting{color:#fff;align-self:center;margin:0 0 44px;font-size:24px;line-height:1.4}.drawer-title{color:#fff;text-align:center;align-self:center;width:95%;margin:0;padding-bottom:16px;font-size:20px;line-height:1.4}.mobile-drawer nav{align-self:center;gap:12px;width:85%;margin:12px 0 0}.mobile-drawer nav button{color:#fff;gap:12px;min-height:40px;font-size:16px;line-height:1.4}.drawer-nav-icon{width:40px;height:40px;color:inherit;border:0;flex:0 0 40px;padding:5px}.drawer-nav-icon svg{fill:currentColor;stroke:none;width:30px;height:30px}.drawer-close{color:#fff;width:30px;height:30px;top:12px;left:12px;right:auto}.drawer-close svg{width:100%;height:100%;display:block}.header{height:auto;padding:8px}.logo-button,.logo-button img{width:110px;height:auto}.chappies-vote-mount{margin-top:-60px}.newsletter-backdrop{padding-top:100px}.newsletter-modal{max-height:calc(100dvh - 124px)}.newsletter-submit{font-size:14px}.bubble-stage{min-height:350px}.fact-area,.yoh-stage{min-height:0}.play-button{width:auto;min-width:150px;padding:8px 20px}}@media (width>=500px) and (width<=600px){.header{min-height:0;padding:8px}.logo-button,.logo-button img{width:130px}.header>nav{gap:24px;display:flex}.header nav button{font-size:14px}.header .nav-fact{min-width:164.109px;min-height:44px;padding:8px 20px}.menu-toggle{display:none}.chappies-vote-mount{margin-top:0}.content-section h1,.content-section h2{letter-spacing:0;font-size:48px;line-height:1.4}.content-section p{margin-bottom:24px;font-size:14px;line-height:16.8px}.desktop-break{display:inline}.section-title-row{white-space:nowrap;align-items:flex-start;gap:12px;height:100px;margin-bottom:24px;display:flex}.section-title-row h1,.section-title-row h2{letter-spacing:0;flex:none;margin:0;font-size:48px;line-height:1.4}.section-gum{width:320px;height:320px;margin:0;position:absolute;top:auto;right:-100px}.section-gum-slot{width:92%;height:92%}.section-gum-image{top:50%}.about-section{height:auto;min-height:0;margin-bottom:0;padding:2px 0 11.578px}.about-section .copy-column{position:relative}.about-section .section-title-row{align-items:center;margin-bottom:24px;position:static}.about-gum{top:-110px}.coming-section{height:auto;min-height:0;padding:0 0 7.2px}.coming-section p{margin-bottom:24px}.coming-gum{top:-122px;right:-112px}.challenge{min-height:0;padding:0 0 64px}.challenge h2{white-space:nowrap;width:max-content;max-width:none;margin:0 0 24px;font-size:48px;line-height:1.4}.challenge p{margin:0}.footer-grid{text-align:center;width:calc(100% - 24px);height:112px;margin-top:20px;display:block;position:relative}.email-button{gap:16px;width:243.539px;min-width:243.539px;height:48px;min-height:48px;padding-inline:20px;font-size:14px;position:absolute;top:6px;left:0;transform:none}.social-links{position:absolute;top:10px;left:auto;right:0;transform:none}.copyright{width:max-content;margin:0;position:absolute;top:60px;left:50%;transform:translate(-50%)}.legal-links{flex-wrap:wrap;justify-content:center;width:min(333px,100%);position:absolute;top:84px;left:50%;transform:translate(-50%)}}@media (width>=500px) and (width<=500px){.logo-button,.logo-button img{width:110px}.content-section h1,.content-section h2,.section-title-row h1,.section-title-row h2{font-size:44px}.coming-section{padding-bottom:18.403px}.challenge h2{font-size:36px}.email-button{gap:8px;width:223.102px;min-width:223.102px;padding-inline:19px;top:2px;left:auto;right:0}.social-links{top:10px;left:8px;right:auto}}@media (width>=501px) and (width<=502px){.coming-section{padding-bottom:24px}}@media (width<=500px){.newsletter-modal .desktop-break{display:none}}@media (width<=499px){.newsletter-modal h2{font-size:36px}.fact-card{height:450px;min-height:450px;max-height:450px}.fact-share{width:min(320px,100vw - 40px)}.yoh-stage{padding-top:50px}.yoh-art{object-fit:contain;width:min(350px,100vw - 40px);height:calc(min(350px,100vw - 40px)/1.29025)}.about-section{--title-space:101px}.coming-section{padding-top:10px;padding-bottom:clamp(47.203px,8.071vw + 15.726px,56px)}.challenge{padding-bottom:63.601px}.challenge h2{font-size:36px}}@media (height<=520px){.floating-home{display:none}}@media (prefers-reduced-motion:reduce){.fact-card,.fact-share,.yoh-art,#chappies-vote-carousel-wrapper,.play-button svg,.section-gum-flight{animation-duration:.01ms!important}.play-button svg,.section-gum-image.is-idle,.challenge-drawer{animation:none!important}}
