@import url("https://fonts.googleapis.com/css2?family=Berkshire+Swash&display=swap");@import url("https://fonts.googleapis.com/css2?family=Original+Surfer&display=swap");:root{--color-black:#000000;--color-white:#ffffff;--color-orange:#f97316;--color-orange-hover:#ea580c;--color-yellow:#fde047;--color-yellow-dark:#eab308;--color-cream:#fefce8;--color-green-light:#dcfce7;--color-green:#22c55e;--color-green-dark:#15803d;--color-blue:#3b82f6;--color-red:#ef4444;--color-pink:#fbcfe8;--color-purple:#a855f7;--color-brown:#78350f;--font-heading:"Fredoka","Outfit",sans-serif;--font-body:"Inter",sans-serif;--container-width:1280px}*{box-sizing:border-box;padding:0;margin:0}html{scroll-behavior:smooth;scrollbar-gutter:stable}body,html{overflow-x:hidden}body{font-family:var(--font-body);color:#333;background:var(--color-white);width:100%}a{text-decoration:none;color:inherit}button{border:none;background:none;cursor:pointer;font-family:inherit}.btn-hover-expand{transition:transform .2s ease-in-out,box-shadow .2s ease-in-out;box-shadow:0 4px 6px rgba(0,0,0,.1)}.btn-hover-expand:hover{transform:scale(1.05);box-shadow:0 6px 12px rgba(0,0,0,.2)!important}.container{max-width:var(--container-width);margin:0 auto;padding:0 1rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.text-center{text-align:center}.font-bold{font-weight:700}.relative{position:relative}.desktop-only{display:flex!important}.desktop-hero{display:block!important}.hero-mobile,.mobile-only{display:none!important}@media (max-width:850px){.desktop-hero,.desktop-only{display:none!important}.mobile-only{display:flex!important}.hero-mobile{display:block!important}}.header{background-color:var(--color-black);color:var(--color-white);padding:.4rem 0;position:fixed;top:0;left:0;width:100%;z-index:1000}.brand-name{font-family:var(--font-heading);font-size:1.5rem;background:linear-gradient(to right,var(--color-orange),var(--color-yellow));-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:800}.nav-menu{display:flex;gap:1.5rem;font-size:.95rem}.nav-link{color:#ddd;transition:.2s}.nav-link.active,.nav-link:hover{color:var(--color-orange)}.nav-right{display:flex;gap:1rem;font-size:.85rem;font-weight:600}.hero{background:linear-gradient(90deg,#FFF5BE,#D0F7EA);padding:3rem 0;overflow:hidden}.store-badge{transition:transform .3s ease,box-shadow .3s ease,filter .3s ease;border-radius:10px}.store-badge:hover{transform:scale(1.1) translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,.25);filter:brightness(1.1)}@keyframes slideUpFromBottom{0%{transform:translateY(35%);opacity:0}to{transform:translateY(0);opacity:1}}body.hero-animating{overflow-y:scroll!important;position:fixed!important;width:100%!important;top:0!important}@keyframes slideInFromLeft{0%{transform:translateX(-40%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes slideInFromRight{0%{transform:translateX(40%);opacity:0}to{transform:translateX(0);opacity:1}}.hero-bg-animate{animation:slideUpFromBottom 2.2s cubic-bezier(.05,.7,.1,1) both}.hero-slide-left{animation:slideInFromLeft 1.8s cubic-bezier(.05,.7,.1,1) .5s both}.hero-slide-right{animation:slideInFromRight 1.8s cubic-bezier(.05,.7,.1,1) .5s both}.hero-slide-left-delay{animation:slideInFromLeft 1.8s cubic-bezier(.05,.7,.1,1) .9s both}.hero-slide-right-delay{animation:slideInFromRight 1.8s cubic-bezier(.05,.7,.1,1) .9s both}@keyframes slideInFromLeftCentered{0%{transform:translateX(-90%);opacity:0}to{transform:translateX(-50%);opacity:1}}.hero-slide-left-centered{animation:slideInFromLeftCentered 1.8s cubic-bezier(.05,.7,.1,1) .5s both}@keyframes slideInFromLeftVertCentered{0%{transform:translateX(-40%) translateY(-50%);opacity:0}to{transform:translateX(0) translateY(-50%);opacity:1}}.hero-slide-left-vcentered{animation:slideInFromLeftVertCentered 1.8s cubic-bezier(.05,.7,.1,1) .9s both}.hero-grid{display:grid;grid-template-columns:1.5fr 1fr;grid-gap:2rem;gap:2rem;align-items:center}@media (max-width:900px){.hero-grid{grid-template-columns:1fr;text-align:center}}.hero-title{font-family:var(--font-heading);font-size:3rem;line-height:1.1;font-weight:800;margin-bottom:.5rem}.hero-subtitle{font-family:serif;font-style:italic;font-size:1.2rem;color:#555;margin:1rem 0;justify-content:center;gap:.5rem}.grade-buttons,.hero-subtitle{display:flex;align-items:center}.grade-buttons{flex-direction:column;gap:.8rem;margin:2rem 0}.btn-grade{background:linear-gradient(90deg,#fbbf24,#f97316);color:white;padding:.6rem 2rem;width:240px;border-radius:50px;font-weight:700;font-size:1rem;border-bottom:4px solid #9a3412;transition:transform .5s cubic-bezier(.2,1,.3,1),box-shadow .5s ease,filter .5s ease;text-shadow:0 1px 2px rgba(0,0,0,.2);cursor:pointer}.btn-grade:active{border-bottom-width:0;transform:translateY(4px)}.btn-grade:hover{transform:scale(1.12) translateY(-5px)!important;box-shadow:0 12px 24px rgba(249,115,22,.4);filter:brightness(1.1)}.tagline{color:var(--color-orange-hover);font-weight:800;font-size:1.3rem;margin-top:1rem}.enroll-container{position:relative;width:280px;height:280px;margin:0 auto}.badge-enroll{position:absolute;top:0;right:0;width:180px;height:180px;background-color:var(--color-yellow);border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;border:4px solid white;box-shadow:0 10px 15px rgba(0,0,0,.1);z-index:2;animation:pulse 2s infinite}.badge-enroll span:first-child{color:var(--color-red);font-weight:900;font-size:1.5rem;line-height:1}.badge-enroll span:last-child{font-size:.7rem;font-weight:700;margin-top:4px}.badge-click{position:absolute;top:40px;left:10px;width:90px;height:90px;background-color:#60a5fa;border-radius:50%;border:3px solid white;display:flex;flex-direction:column;justify-content:center;align-items:center;color:white;font-size:.8rem;font-weight:700;z-index:3}.arrow-down{width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:10px solid white;margin-top:4px}.badge-year{position:absolute;bottom:20px;right:10px;background:var(--color-yellow);padding:.5rem 1rem;border-radius:8px;transform:rotate(-5deg);border:2px solid #000;font-weight:700;z-index:4}.banner-back-school{background:var(--color-yellow);color:black;font-weight:900;font-size:1.5rem;padding:.5rem 2rem;transform:rotate(-2deg);display:inline-block;margin:1rem 0;box-shadow:2px 2px 0 black}.app-buttons{display:flex;gap:.5rem;justify-content:center}.btn-app{background:black;color:white;padding:5px 10px;border-radius:6px;display:flex;align-items:center;gap:8px;font-size:.7rem;text-align:left;border:1px solid #444}.btn-app strong{display:block;font-size:.85rem}.middle-section{padding:4rem 0;min-height:100vh;display:flex;align-items:center;background-color:white}.middle-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:center}@media (max-width:768px){.middle-grid{grid-template-columns:1fr}}.section-heading{font-family:var(--font-heading);font-size:2.2rem;font-weight:800;color:var(--color-orange-hover);margin-bottom:1rem}.quote-block{font-family:serif;font-style:italic;font-size:1.1rem;color:#555;border-left:4px solid var(--color-green);padding-left:1rem;margin-bottom:2rem}.sub-heading{font-size:1.4rem;font-weight:700;color:var(--color-green-dark);margin-bottom:.5rem}.action-buttons{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2rem}.btn-class-type{background-color:var(--color-orange);color:white;padding:.6rem 1.5rem;border-radius:50px;font-weight:700;border:2px solid transparent;transition:.2s}.btn-class-type:hover{background-color:white;border-color:var(--color-orange);color:var(--color-orange);transform:scale(1.05)}.courses-section{padding:4rem 0;min-height:100vh;display:flex;align-items:center;background-color:#f0fdf4}.course-title{text-align:center;font-family:var(--font-heading);font-size:3rem;color:var(--color-red);margin-bottom:3rem;text-shadow:2px 2px 0 rgba(0,0,0,.1)}.course-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:15px;gap:15px;padding:0 15px;margin-bottom:1rem;align-items:start;width:100%}@media (max-width:1024px){.course-grid{display:flex;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;padding-bottom:20px;padding-left:15px;padding-right:15px;scroll-padding-left:15px;gap:15px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.course-grid::-webkit-scrollbar{display:none}.course-grid>div{flex:0 0 280px;max-width:85vw;scroll-snap-align:start}}.card{background:white;border:1px solid #e5e7eb;border-radius:12px;padding:1rem;display:flex;flex-direction:column;transition:transform .2s}.card:hover{transform:translateY(-5px)}.card-root{border-top:6px solid var(--color-brown)}.card-stem{border-top:6px solid var(--color-purple)}.card-leaf{border-top:6px solid var(--color-green)}.card-flower{border-top:6px solid var(--color-red)}.card-fruit{border-top:6px solid var(--color-orange-hover)}.card-icon-area{height:80px;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.card-group-name{font-size:1.8rem;font-family:serif;line-height:1;text-align:center}.card-group-label{display:block;font-size:.7rem;font-family:sans-serif;letter-spacing:2px;color:black;margin-top:2px}.card-motto{font-size:.8rem;font-weight:700;margin-bottom:.5rem;height:32px}.card-price-box{border-radius:8px;padding:.5rem;margin-bottom:1rem}.price-row{display:flex;justify-content:space-between;font-size:.75rem;margin-bottom:4px}.price-strike{text-decoration:line-through;color:#999}.price-val{font-weight:700;color:var(--color-green-dark)}.btn-start{width:100%;background-color:#bef264;color:black;font-weight:700;padding:.5rem;border-radius:50px;border:1px solid #65a30d;margin-top:auto}.btn-start:hover{background-color:#a3e635;transform:scale(1.05)}.card-list{margin-top:.9rem;background-color:#eee;padding:.5rem;border-radius:6px;font-size:.7rem}.category-scroll::-webkit-scrollbar{width:6px}.category-scroll::-webkit-scrollbar-track{background:transparent;border-radius:10px}.category-scroll::-webkit-scrollbar-thumb{border-radius:10px}.category-scroll.scroll-orange::-webkit-scrollbar-thumb{background:#c2410c}.category-scroll.scroll-orange-light::-webkit-scrollbar-thumb{background:#b45309}.category-scroll.scroll-green::-webkit-scrollbar-thumb{background:#65a30d}.category-scroll.scroll-red::-webkit-scrollbar-thumb{background:#dc2626}.category-scroll.scroll-peach::-webkit-scrollbar-thumb{background:#c2410c}.category-scroll.scroll-gray::-webkit-scrollbar-thumb{background:#78716c}.category-scroll{scrollbar-width:thin}.category-scroll.scroll-orange{scrollbar-color:#c2410c #fb923c}.category-scroll.scroll-orange-light{scrollbar-color:#b45309 #fdba74}.category-scroll.scroll-green{scrollbar-color:#65a30d #bef264}.category-scroll.scroll-red{scrollbar-color:#dc2626 #fca5a5}.category-scroll.scroll-peach{scrollbar-color:#c2410c #fed7aa}.category-scroll.scroll-gray{scrollbar-color:#78716c #d6d3d1}.footer{background-color:white;padding:1rem 0;border-top:4px solid var(--color-orange)}.footer-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.btn-footer{background-color:var(--color-orange);color:black;font-weight:700;padding:.5rem 1.5rem;border-radius:50px;font-size:.9rem;border:1px solid var(--color-orange-hover);transition:transform .2s ease,background-color .2s}.btn-footer:hover{transform:scale(1.05);background-color:var(--color-orange-hover);color:white}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.methodology-section{background:#ffffff;padding:2rem 0 8rem;position:relative}@media (max-width:850px){.methodology-section{padding:4rem 0 20px}}.method-grid{display:grid;grid-template-columns:1.5fr 1fr;grid-gap:3rem;gap:3rem;align-items:center}@media (max-width:768px){.method-grid{grid-template-columns:1fr}}.chair-icon{width:300px;height:300px;background:black;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto}.sample-section{padding:8rem 0;background-color:#ecfccb;color:black}.video-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:1.5rem;gap:1.5rem;margin-top:4rem}@media (max-width:1024px){.video-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:600px){.video-grid{grid-template-columns:repeat(2,1fr)}}.video-card{background:#fdfce8;border-radius:20px;overflow:hidden;border:1px solid #e5e7eb;box-shadow:0 4px 6px rgba(0,0,0,.05);transition:transform .2s}.video-card:hover{transform:translateY(-5px)}.video-thumb{height:140px;background:#f3f4f6;position:relative}.play-btn,.video-thumb{display:flex;align-items:center;justify-content:center}.play-btn{width:40px;height:40px;background:rgba(0,0,0,.6);border-radius:50%;border:2px solid white}.video-info{padding:.8rem;font-size:.75rem;color:#ccc}.stats-bar{background:white;padding:2rem 0;border-bottom:1px solid #eee}.stats-grid{display:flex;justify-content:space-around;text-align:center;flex-wrap:wrap;gap:2rem}.stat-item{display:flex;flex-direction:column}.stat-num{font-size:2.5rem;font-weight:800;color:var(--color-orange);line-height:1}.stat-label{font-size:.9rem;font-weight:700;color:black;margin-top:.5rem}.mentor-section{padding:4rem 0;background:linear-gradient(180deg,#dbeafe,#eff6ff)}.mentor-card{background:#dbeafe;border-radius:20px;padding:2rem;display:flex;gap:2rem;align-items:center;position:relative;border:2px solid white;box-shadow:0 4px 6px rgba(0,0,0,.05)}@media (max-width:768px){.mentor-card{flex-direction:column;text-align:center}}.mentor-badge{background:white;padding:.5rem 1.5rem;border-radius:50px;font-weight:700;border:1px solid #ddd;display:inline-block;margin-bottom:1rem}.rocket-icon{position:absolute;top:-30px;right:-30px;font-size:4rem;filter:drop-shadow(0 5px 5px rgba(0,0,0,.2))}.gallery-section{padding:4rem 0;background:white}.gallery-title{font-family:Fredoka,sans-serif;font-size:3rem;text-align:center;margin-bottom:2rem;font-weight:900;letter-spacing:2px}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem}@media (max-width:768px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}.gallery-img{height:150px;background:#ddd;border-radius:12px;background-size:cover;background-position:50%}.feedback-section{padding:4rem 0;background:#fdfce8}.feedback-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem}@media (max-width:768px){.feedback-grid{grid-template-columns:1fr}}.testimonial-card{background:var(--color-cream);border:1px solid #ddd;padding:2rem;border-radius:20px;position:relative;display:flex;gap:1rem}.user-thumb{width:60px;height:60px;border-radius:50%;background:#ccc;flex-shrink:0}.founder-section{padding:4rem 0;background:#fafafa}.founder-card{display:flex;gap:2rem;align-items:start}@media (max-width:768px){.founder-card{flex-direction:column}}.founder-image-container{width:35%;position:relative;border-top-left-radius:100px;border-bottom-left-radius:100px;overflow:hidden;flex-shrink:0}@media (max-width:768px){.founder-image-container{width:100%;min-height:350px;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:0}}.founder-image-inner-curve{width:100%;height:100%;position:absolute;top:0;left:0;border-top-right-radius:0;border-bottom-right-radius:300px;overflow:hidden}.founder-img{width:100%;height:100%;object-fit:cover;display:block;object-position:top center}.about-section{background:#fef9c3;margin-top:2rem;border-radius:20px;padding:2rem}.about-grid{display:grid;grid-template-columns:1.5fr 1fr;grid-gap:3rem;gap:3rem}@media (max-width:768px){.about-grid{grid-template-columns:1fr}}.about-list li{margin-bottom:.5rem;font-size:.9rem}.nav-btn{width:44px;height:44px;border-radius:50%;background:#fff;border:none;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.2);font-weight:700;transition:.2s}.nav-btn:hover{transform:scale(1.08)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s ease-out forwards}@keyframes scrollLeft{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes scrollRight{0%{transform:translateX(-50%)}to{transform:translateX(0)}}.gallery-scroll-container{width:100%;overflow:hidden;position:relative;margin-bottom:2rem}.gallery-track{display:flex;width:max-content;gap:20px}.animate-scroll-left{animation:scrollLeft 40s linear infinite}.animate-scroll-right{animation:scrollRight 40s linear infinite}.gallery-track:hover{animation-play-state:paused}.gallery-img-card{width:300px;height:200px;border-radius:20px;overflow:hidden;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);flex-shrink:0}.gallery-img-card img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery-img-card:hover img{transform:scale(1.1)}@keyframes mentorCardZoom{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes rocketSlideIn{0%{opacity:0;transform:translate(80px,150px) rotate(-15deg)}to{opacity:1;transform:translate(0) rotate(0deg)}}@keyframes cupSlideIn{0%{opacity:0;transform:translate(-150px,150px) rotate(-20deg)}to{opacity:1;transform:translate(0) rotate(0deg)}}.animate-mentor-card{animation:mentorCardZoom 1s cubic-bezier(.16,1,.3,1) forwards}.animate-rocket{opacity:0;animation:rocketSlideIn 1.2s cubic-bezier(.16,1,.3,1) .6s forwards}.animate-cup{opacity:0;animation:cupSlideIn 1.2s cubic-bezier(.16,1,.3,1) .6s forwards}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-inter:"Inter","Inter Fallback"}@font-face{font-family:Outfit;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/98848575513c9742-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Outfit;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/7b0b24f36b1a6d0b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Outfit Fallback;src:local("Arial");ascent-override:100.18%;descent-override:26.05%;line-gap-override:0.00%;size-adjust:99.82%}.__className_ed3508{font-family:Outfit,Outfit Fallback;font-style:normal}.__variable_ed3508{--font-outfit:"Outfit","Outfit Fallback"}@font-face{font-family:Fredoka;font-style:normal;font-weight:300 700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/3e5302f118d6bde7-s.woff2) format("woff2");unicode-range:u+0307-0308,u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-family:Fredoka;font-style:normal;font-weight:300 700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/bb36247b0b027bd1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Fredoka;font-style:normal;font-weight:300 700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/bca7023bf625e650-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Fredoka Fallback;src:local("Arial");ascent-override:95.64%;descent-override:23.17%;line-gap-override:0.00%;size-adjust:101.84%}.__className_158fa5{font-family:Fredoka,Fredoka Fallback;font-style:normal}.__variable_158fa5{--font-fredoka:"Fredoka","Fredoka Fallback"}@font-face{font-family:Lilita One;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/3b0bcebad1fd47d9-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Lilita One;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/043945717efb3a31-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Lilita One Fallback;src:local("Arial");ascent-override:96.14%;descent-override:22.91%;line-gap-override:0.00%;size-adjust:96.01%}.__className_aa659e{font-family:Lilita One,Lilita One Fallback;font-weight:400;font-style:normal}.__variable_aa659e{--font-lilita-one:"Lilita One","Lilita One Fallback"}@font-face{font-family:Jost;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/b8c37bb59076c047-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Jost;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/5bbac197f803cc34-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Jost;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/9dd75fadc5b3df29-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Jost Fallback;src:local("Arial");ascent-override:111.45%;descent-override:39.06%;line-gap-override:0.00%;size-adjust:96.01%}.__className_4635eb{font-family:Jost,Jost Fallback;font-style:normal}.__variable_4635eb{--font-jost:"Jost","Jost Fallback"}@font-face{font-family:Exo\ 2;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/15e555873b2c38f2-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Exo\ 2;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e967e3e11e121e1e-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Exo\ 2;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/3f552249f03de128-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Exo\ 2;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c8db6d45c695a7ab-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Exo\ 2;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/cd5bec9268da5b8d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Exo\ 2 Fallback;src:local("Arial");ascent-override:97.88%;descent-override:19.69%;line-gap-override:0.00%;size-adjust:102.06%}.__className_d263de{font-family:Exo\ 2,Exo\ 2 Fallback;font-style:normal}.__variable_d263de{--font-exo:"Exo 2","Exo 2 Fallback"}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/034d78ad42e9620c-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/fe0777f1195381cb-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/eafabf029ad39a43-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/db911767852bc875-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/f10b8e9d91f3edcb-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8888a3826f4a3af4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/29e7bbdce9332268-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c3bc380753a8436c-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/0484562807a97172-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/29a4aea02fdee119-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a1386beebedccca4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b957ea75a84b6ea7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/28485c0de2075f40-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/5fb25f343c7550ca-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/7db6c35d839a711c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/f5b513e981884070-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/b8442747db2a9bad-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/6245472ced48d3be-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins Fallback;src:local("Arial");ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.__className_e36b36{font-family:Poppins,Poppins Fallback;font-style:normal}.__variable_e36b36{--font-poppins:"Poppins","Poppins Fallback"}@font-face{font-family:Luckiest Guy;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/643cfb2a6fb11ec2-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Luckiest Guy;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/844dc71011366724-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Luckiest Guy Fallback;src:local("Arial");ascent-override:61.73%;descent-override:26.06%;line-gap-override:0.00%;size-adjust:113.91%}.__className_e61f6e{font-family:Luckiest Guy,Luckiest Guy Fallback;font-weight:400;font-style:normal}.__variable_e61f6e{--font-luckiest-guy:"Luckiest Guy","Luckiest Guy Fallback"}@font-face{font-family:Mulish;font-style:normal;font-weight:200 1000;font-display:swap;src:url(/_next/static/media/1ba4bcc28d9acde5-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Mulish;font-style:normal;font-weight:200 1000;font-display:swap;src:url(/_next/static/media/3cca6a2fae6396cc-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Mulish;font-style:normal;font-weight:200 1000;font-display:swap;src:url(/_next/static/media/af6b7096c023fb67-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Mulish;font-style:normal;font-weight:200 1000;font-display:swap;src:url(/_next/static/media/7d87e5ac6ec6000d-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Mulish;font-style:normal;font-weight:200 1000;font-display:swap;src:url(/_next/static/media/3be83a346553616c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Mulish Fallback;src:local("Arial");ascent-override:96.56%;descent-override:24.02%;line-gap-override:0.00%;size-adjust:104.08%}.__className_9738f2{font-family:Mulish,Mulish Fallback;font-style:normal}.__variable_9738f2{--font-mulish:"Mulish","Mulish Fallback"}