@import "/css/supreme.css";:root{--color-bg:#d3d3d3;--color-text:#000;--color-prompt-text:#181818;--color-prompt-bg:#ffffe1;--color-prompt-button-text:navy;--color-button-bg:navy;--color-button-text:#fff;--color-button-border-color:#adadad;--color-button-bg-2:#adadad;--color-button-inactive-shadow:drop-shadow(0px 1px 0px #e0e0e0);--chpy-button-hover:linear-gradient(0deg,#fff3,#fff3),navy;--footer-height:50px;--section-bg:#fcfcd1;--section-title:navy;--section-label:#000}.theme-dark{--color-bg:#1e1e1e;--color-text:#fff;--color-prompt-text:#181818;--color-prompt-bg:#e1e1e1;--color-prompt-button-text:#232323;--color-button-bg:#fff;--color-button-text:#232323;--color-button-border-color:#7d7d7d;--color-button-inactive-shadow:drop-shadow(0px 1px 0px #2c2c2c);--chpy-button-hover:linear-gradient(0deg,#18181833,#18181833),#e1e1e1;--section-bg:#313131;--section-title:#e1e1e1;--section-label:#adadad}.theme-light{--color-bg:#d9d9d9;--color-text:#434343;--color-prompt-text:#efefef;--color-prompt-bg:#434343;--color-prompt-button-text:#fff;--color-button-bg:#434343;--color-button-text:#fff;--color-button-border-color:#c6c6c6;--color-button-inactive-shadow:drop-shadow(0px 1px 0px #f0f0f0);--chpy-button-hover:linear-gradient(0deg,#fff3,#fff3),#434343;--section-bg:#efefef;--section-title:#434343;--section-label:#000}.theme-glossy{--color-bg:#f1f5f9;--color-text:#4e5877;--color-prompt-text:#efefef;--color-prompt-bg:linear-gradient(147.17deg,#73abff -4.72%,#0e6eff 116.58%),#f1f5f9;--color-prompt-bg-hover:#0e6eff;--color-prompt-button-text:#fff;--color-button-bg:linear-gradient(147.17deg,#73abff -4.72%,#0e6eff 116.58%),#f1f5f9;--color-button-text:#fff;--color-button-border-color:hsla(0,0%,100%,.15);--color-button-inactive-shadow:drop-shadow(0px 1px 0px #f0f0f0);--chpy-button-hover:linear-gradient(0deg,#0003,#0003),linear-gradient(147.17deg,#73abff -4.72%,#0e6eff 116.58%),#f1f5f9;--section-bg:#fff;--section-title:#237bff;--section-label:#000}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}body{background:var(--color-bg);color:var(--color-text);font-family:Supreme,Helvetica,sans-serif!important;padding:0}a{color:inherit;text-decoration:none}.hero-wrapper{height:1000px;margin-top:-120px;display:flex;justify-content:center;align-items:center}.clippybg{background-image:url(/clippybg.jpg);background-size:cover;background-repeat:no-repeat;background-position:50%;position:fixed;height:120vh;width:100%;margin-top:0}.chippy-background--fixed{padding-top:70vh!important;margin-bottom:100vh!important}.main-container{min-height:calc(100vh - var(--footer-height) - 16px);display:flex;flex-direction:column;justify-content:center;margin:-100px auto 0;padding:0}.clip-folder{height:80px;overflow:hidden;width:100%;z-index:2;margin-top:40px}.section-wrapper{top:-50px;overflow:hidden;background-color:var(--section-bg);border-radius:10px;box-shadow:0 -1px 4px 0 rgba(0,0,0,.2);box-sizing:border-box;position:relative;text-align:center;padding:50px;z-index:2}.section-wrapper h2{color:var(--section-title);font-weight:700;margin-bottom:10px;font-size:18px;letter-spacing:-.48px;line-height:normal}.origin-story h2{font-size:24px}.origin-story .heading{font-size:40px}.section-wrapper li,.section-wrapper p{color:var(--section-label);font-size:20px;font-weight:400;letter-spacing:-.4px;line-height:27.2px}.privacy-image{position:absolute;top:0;left:50%;width:200px}.privacy-container{margin:15vw auto}.privacy-wrapper>*{margin-top:1rem}.info-label{margin:auto}.image{height:200px;width:100%;margin:auto}.image .chippy-question{height:200px;object-fit:cover;width:100%;border-radius:10px}.info-image{height:200px;margin:auto;width:100%}.info-image .screenshot{object-fit:contain;height:100%;width:100%}.faq{text-align:left}.faq img{display:block;margin:auto}.faq div{margin-top:1.7rem}.faq ul{list-style:decimal;list-style-position:inside;margin-top:20px}.download{color:var(--color-text);font-size:20px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-.32px;text-align:center;padding-top:20px;z-index:2}.download a:hover{opacity:.7}.download-chippy{letter-spacing:.18px}.download-chippy.button{font-size:14px;padding:14px 15px}.info-text-container p{max-width:400px}.chippy-prompt{display:flex;flex-direction:column;align-items:center;z-index:2;position:fixed;top:20vh;left:45%}.prompt-box{background:var(--color-prompt-bg);color:var(--color-prompt-text);padding:16px;width:200px;border-radius:16px;filter:drop-shadow(4px 4px 15px rgba(0,0,0,.1));position:relative;margin-bottom:30px;letter-spacing:-.02em}.main-header{display:inherit;font-weight:inherit;-webkit-margin-before:inherit;margin-block-start:inherit;-webkit-margin-after:inherit;margin-block-end:inherit;-webkit-margin-start:inherit;margin-inline-start:inherit;-webkit-margin-end:inherit;margin-inline-end:inherit}.main-header,.prompt-box p{margin:0 0 18px;font-size:15px;line-height:20px}.prompt-box a{display:block;border:1px solid transparent;text-transform:uppercase;border-radius:50px;text-decoration:none;font-weight:700;font-size:11px;line-height:15px;display:flex;justify-content:center;align-items:center;padding:9px 12px 9px 5px;letter-spacing:.02em;position:relative;color:var(--color-prompt-bg-hover,var(--color-prompt-bg));background:var(--color-prompt-button-text)}.prompt-box a:hover{color:var(--color-prompt-button-text);border-color:var(--color-prompt-button-text)}.prompt-box a:before,.prompt-box a:hover{background:var(--color-prompt-bg-hover,var(--color-prompt-bg))}.prompt-box a:before{display:none;content:"";width:8px;height:8px;border-radius:4px;position:absolute;left:8px;top:11px}.prompt-box a:hover:before{background:var(--color-prompt-button-text)}.message-arrow{color:var(--color-prompt-bg);bottom:-10px;left:40%;position:absolute}.promptImage-wrapper .prompt-image{width:200px}section{margin-top:30px}.origin-story{margin-bottom:150px}.list-styling{margin-left:15px}.link{text-decoration:underline;color:var(--color-text);font-weight:700}.link:hover{opacity:.5}.video-player{max-width:900px;width:100%;object-fit:cover}.footer{display:flex;justify-content:center;align-items:center;min-height:var(--footer-height);margin-top:30px;padding:10px;z-index:1;position:relative}.footer-links{margin:0;padding:0;display:flex;gap:8px;list-style:none!important}.footer-links a{text-decoration:none;color:var(--color-text);font-weight:700;font-size:13px}.footer-links a:hover{opacity:.5}.themes{padding:0;margin:0;display:flex;align-items:center;gap:10px;color:var(--color-text);letter-spacing:.02em;text-transform:uppercase;font-size:9px;font-weight:700;line-height:12px;bottom:30px;right:16px}.themes p{font-size:10px;font-weight:800}.themes .button-group{display:flex;gap:8px;align-items:center}.flex{display:grid;align-items:center;text-align:center;grid-template-areas:"top" "bottom";margin:40px auto;grid-gap:10px;gap:10px}.button{border-radius:16px;background:transparent;color:var(--color-button-bg-2,var(--color-button-border-color));opacity:.5;font-weight:700;border:1px solid var(--color-button-bg-2,var(--color-button-border-color));text-transform:uppercase;font-size:9px;line-height:12px;padding:10px;cursor:pointer;filter:var(--color-button-inactive-shadow)}.theme-window98 .button--inactive{background:hsla(0,0%,100%,.1);color:#fff;opacity:1;filter:none;border-color:transparent}.button--active,.button:hover{background:var(--color-button-bg);color:var(--color-button-text);border-color:var(--color-button-bg);opacity:1}.button--active{filter:none}.navbar{display:flex;width:100%;height:65px;align-items:center;justify-content:space-between;padding:16px;z-index:2;position:relative}.navbar-nav{display:flex;list-style:none;gap:14px}.hover-button:hover{opacity:.7}.onboarding-here{right:40px;bottom:100px;position:absolute}.onboarding-container{margin-top:0}@media (min-width:768px){.desktop-only{display:inherit}.faq{width:650px;margin:10rem auto auto}.mobile-only{display:none}}@media (max-width:767px){.hero-wrapper{height:1000px}.position-bottom{grid-area:bottom}.mobile-only{display:block}.desktop-only{display:none}.main-container{min-height:calc(100vh - ((var(--footer-height) * 2) + 40px));max-width:95%;flex-direction:column}.header-nav{display:flex;gap:16px;align-items:flex-start;height:var(--footer-height);padding-top:15px}.footer,.header-nav{justify-content:center}.footer{flex-direction:column}.privacy-footer{margin-top:40px}.footer-warning{color:var(--color-text);opacity:.3;letter-spacing:-.02em;font-size:17px;line-height:24px;text-align:center}body{grid-template-rows:var(--footer-height) 1fr auto}.video-container{width:95%;margin:80px 0}section iframe{aspect-ratio:16/9;height:100%;width:100%}.navbar{justify-content:center;align-items:center;flex-wrap:wrap;gap:40px}.chippy-prompt{top:12rem;left:30%}.chippy-background--fixed{padding-top:45rem!important}}@media (min-width:900px){.flex{grid-template-columns:1fr 1fr;grid-template-areas:none;text-align:left;margin:10rem 60px;gap:40px}.info-label{width:500px;margin:auto}.section-wrapper{top:-15px}.image{height:100%;width:840px;margin:auto}.image .chippy-question{height:100%;object-fit:cover;width:100%}.info-image{height:100%;width:600px;margin:auto}.info-image .screenshot{height:auto;object-fit:contain;width:600px}}@media (min-width:1024px){.main-container,.main-container.privacy-container{max-width:1024px}.section-wrapper{top:-10px}}@media (min-width:1279px){.main-container{max-width:1279px}}.centered-content{text-align:center}h3{margin-bottom:.5em}.prose{color:var(--tw-prose-body);max-width:100%}.prose :where(p):not(:where([class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.prose :where(ol>li):not(:where([class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(hr):not(:where([class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-left-width:.25rem;border-left-color:var(--tw-prose-quote-borders);quotes:"\201C""\201D""\2018""\2019";margin-top:1.6em;margin-bottom:1.6em;padding-left:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(figure>*):not(:where([class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose :where(code):not(:where([class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding:.8571429em 1.1428571em}.prose :where(pre code):not(:where([class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose] *)){width:100%;table-layout:auto;text-align:left;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-right:.5714286em;padding-bottom:.5714286em;padding-left:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose] *)){vertical-align:top}.prose{--tw-prose-body:#000;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#000;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:rgba(0,0,0,.5);--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.prose :where(video):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(figure):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(li):not(:where([class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose] *)){padding-left:.375em}.prose :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose] *)){padding:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose :where(.prose>:first-child):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}
/*# sourceMappingURL=3b7c24a419ebe090.css.map*/