@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Merriweather:wght@700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Bubblegum+Sans&family=Poppins:wght@400;500;600;700&family=Nerko+One&display=swap";.sg-hero{padding-top:72px;background-color:var(--color-bg);background-size:cover;background-position:top center;background-repeat:no-repeat;position:relative;overflow:hidden;min-height:100vh;padding-bottom:120px;display:flex;flex-direction:column;justify-content:center}.sg-hero:before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(#fff9,#ffffff59)}.sg-hero-background,.sg-hero-background-img{position:absolute;inset:0;width:100%;height:100%}.sg-hero-background{display:block}.sg-hero-background-img{object-fit:cover;object-position:top center}.sg-hero-content{width:100%;max-width:1280px;margin:0 auto;padding:60px 32px 0;text-align:center;position:relative;z-index:2}.sg-hero-heading{font-family:Merriweather,serif;font-size:48px;font-weight:700;line-height:1.2;color:#042323;max-width:1000px;margin:0 auto 24px;letter-spacing:-.02em}.sg-hero-subtitle{font-family:Merriweather,serif;font-size:24px;font-weight:700;color:#042323;margin-bottom:40px}.sg-role-cards{display:flex;justify-content:center;gap:24px;margin-bottom:40px;flex-wrap:wrap}.sg-role-card{background:var(--color-white);border:1.5px solid var(--color-card-border);border-radius:var(--radius-lg);padding:28px 32px 24px;min-width:180px;max-width:210px;cursor:pointer;transition:all var(--transition-normal);position:relative;overflow:hidden}.sg-role-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--color-accent),var(--color-primary));opacity:0;transition:opacity var(--transition-normal)}.sg-role-card:hover{border-color:var(--color-accent);transform:translateY(-4px);box-shadow:var(--shadow-card)}.sg-role-card:hover:before{opacity:1}.sg-role-card h3{font-family:var(--font-body);font-size:1rem;font-weight:600;color:var(--color-primary);margin-bottom:16px;line-height:1.3}.sg-role-card-avatar{width:100%;max-width:150px;margin:0 auto;border-radius:var(--radius-md)}.sg-hero-heading .sg-hero-highlight{background:transparent;color:inherit;padding:0}.sg-hero-help-bubble{position:fixed;left:24px;bottom:24px;z-index:998;width:130px;padding:0;background:none;border:none;cursor:pointer;filter:drop-shadow(0 6px 14px rgba(27,58,45,.22));transition:transform var(--transition-fast)}.sg-hero-help-bubble img{width:100%;display:block}.sg-hero-help-bubble:hover{transform:scale(1.05)}.sg-hero .sg-hero-cta{position:fixed;right:32px;bottom:24px;z-index:998;width:auto;opacity:1;visibility:visible;transform:translateY(0);transition:opacity var(--transition-normal),transform var(--transition-normal),visibility var(--transition-normal)}.sg-hero .sg-hero-cta.sg-hero-cta-hidden{opacity:0;visibility:hidden;transform:translateY(12px);pointer-events:none}@media(max-width:768px){.sg-hero-content{padding:40px 20px 0}.sg-role-cards{gap:16px}.sg-role-card{min-width:140px;max-width:160px;padding:20px 16px 18px}.sg-hero{min-height:60vh;padding-bottom:90px}.sg-hero-help-bubble{width:96px;left:16px;bottom:16px}.sg-hero-cta{right:16px;bottom:16px;padding:8px 20px!important;font-size:1rem!important}}@media(max-width:520px){.sg-role-cards{flex-direction:column;align-items:center}.sg-role-card{min-width:200px;max-width:280px;width:100%}.sg-hero .sg-hero-cta{display:none}.sg-hero .sg-hero-help-bubble{width:84px}}.sg-helps{padding:100px 0;background:var(--color-white);position:relative;overflow:visible}.sg-helps-pattern{display:none}.sg-helps-header{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:56px}.sg-helps-header .sg-section-title{margin-bottom:0}.sg-helps-title-decor{width:70px;height:auto;flex-shrink:0;animation:sgDecorFloat 3s ease-in-out infinite}@keyframes sgDecorFloat{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-6px) rotate(4deg)}}.sg-helps-cards{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,1fr);gap:28px;margin-bottom:72px}.sg-helps-card{position:relative;display:flex;flex-direction:column;background:var(--color-bg-warm);border:2px solid #222222;border-radius:16px;overflow:visible;transition:transform .4s cubic-bezier(.34,1.56,.64,1),box-shadow .4s ease}.sg-helps-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #0000001f}.sg-helps-card-img-wrapper{position:relative;width:100%;border-radius:14px 14px 0 0;overflow:hidden;margin-bottom:0}.sg-helps-card-img{width:100%;height:180px;object-fit:cover;display:block;border-bottom:2px solid #222222;transition:transform .5s ease}.sg-helps-card:hover .sg-helps-card-img{transform:scale(1.06)}.sg-helps-badge{position:absolute;top:-14px;left:-14px;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-body);font-size:1.1rem;font-weight:800;color:#000;border:2px solid #222222;box-shadow:none;z-index:10;transition:transform .4s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease}.sg-helps-card:hover .sg-helps-badge{transform:scale(1.15) rotate(-8deg);box-shadow:0 4px 12px #fcd66766}.sg-helps-badge.badge-lime{background:#c8e063}.sg-helps-badge.badge-peach{background:#f5a996}.sg-helps-badge.badge-yellow{background:#fcd667}.sg-helps-badge.badge-teal{background:#7cd1d2}.sg-helps-card-body{padding:16px 18px 20px;transition:transform .35s ease}.sg-helps-card:hover .sg-helps-card-body{transform:translateY(-2px)}.sg-helps-card-title{font-family:var(--font-body);font-size:1.05rem;font-weight:800;color:var(--color-primary-dark);margin-bottom:8px;line-height:1.3;transition:color .3s ease}.sg-helps-card:hover .sg-helps-card-title{color:#1b3a2d}.sg-helps-card-desc{font-family:var(--font-body);font-size:.85rem;color:var(--color-text-light);line-height:1.55;transition:color .3s ease}.sg-helps-card:hover .sg-helps-card-desc{color:#3d6b55}.sg-helps-org{position:relative;z-index:1;text-align:center}.sg-helps-org-title{font-family:Merriweather,serif;font-size:1.15rem;font-weight:700;font-style:italic;color:var(--color-primary-dark);margin-bottom:32px}.sg-helps-org-logos{display:flex;justify-content:center;align-items:center;max-width:800px;margin:0 auto}.sg-helps-org-logos img{max-width:100%;height:auto;filter:grayscale(20%);transition:filter .4s ease,transform .4s ease}.sg-helps-org-logos img:hover{filter:grayscale(0%);transform:scale(1.04)}.sg-helps-globe{padding:100px 0 140px;background:var(--color-white);position:relative;overflow:hidden}.sg-hg-decor{position:absolute;pointer-events:none;z-index:2}.sg-hg-decor-calendar{top:0;left:0;width:220px;animation:sgDecorFloat 4s ease-in-out infinite}.sg-hg-decor-bee{top:90px;right:28%;width:100px;animation:sgBeeFly 5s ease-in-out infinite}@keyframes sgBeeFly{0%,to{transform:translate(0) rotate(0)}25%{transform:translate(8px,-6px) rotate(3deg)}50%{transform:translate(-4px,-10px) rotate(-2deg)}75%{transform:translate(6px,-4px) rotate(4deg)}}.sg-hg-decor-cloud{top:10px;right:10px;width:250px;animation:sgCloudDrift 8s ease-in-out infinite}@keyframes sgCloudDrift{0%,to{transform:translate(0)}50%{transform:translate(12px)}}.sg-hg-header{position:relative;z-index:3;margin-bottom:90px}.sg-hg-header .sg-section-title{font-family:Merriweather,serif;font-weight:700;font-size:2.8rem;color:#111}.sg-hg-layout{position:relative;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:100px 70px;max-width:1140px;margin:0 auto;z-index:1}.sg-hg-globe{position:absolute;top:50%;left:50%;transform:translate(-50%,-62%);width:540px;height:540px;z-index:5;pointer-events:none;animation:sgGlobePulse 6s ease-in-out infinite}@keyframes sgGlobePulse{0%,to{transform:translate(-50%,-62%) scale(1)}50%{transform:translate(-50%,-62%) scale(1.04)}}.sg-hg-globe-img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 12px 28px rgba(0,0,0,.15))}.sg-hg-card{position:relative;border-radius:20px;padding:65px 30px 30px;text-align:center;transition:transform .4s cubic-bezier(.34,1.56,.64,1),box-shadow .4s ease;z-index:1}.sg-hg-card:hover{transform:translateY(-8px);box-shadow:0 16px 40px #0000001f}.sg-hg-card-yellow{background:#feeb75}.sg-hg-card-lime{background:#c9ed3f}.sg-hg-card-pink{background:#ffc3be}.sg-hg-card-teal{background:#aee6d5}.sg-hg-card-avatar-wrapper{position:absolute;top:-75px;left:50%;transform:translate(-50%);display:flex;justify-content:center;align-items:center;height:150px;transition:transform .4s cubic-bezier(.34,1.56,.64,1);z-index:2}.sg-hg-card:hover .sg-hg-card-avatar-wrapper{transform:translate(-50%) translateY(-6px) scale(1.08)}.sg-hg-card-avatar{object-fit:contain;filter:drop-shadow(0 6px 12px rgba(0,0,0,.08))}.sg-hg-card-yellow .sg-hg-card-avatar{width:170px;height:170px}.sg-hg-card-lime .sg-hg-card-avatar{width:100px;height:100px}.sg-hg-card-pink .sg-hg-card-avatar{width:120px;height:120px}.sg-hg-card-teal .sg-hg-card-avatar{width:160px;height:120px}.sg-hg-card-body{transition:transform .35s ease}.sg-hg-card:hover .sg-hg-card-body{transform:translateY(-2px)}.sg-hg-card-title{font-family:var(--font-body);font-size:1.35rem;font-weight:700;color:#111;margin-bottom:12px;line-height:1.3}.sg-hg-card-desc{font-family:var(--font-body);font-size:1.05rem;color:#222;line-height:1.55}@media(max-width:1024px){.sg-helps-globe{padding:80px 0 100px}.sg-hg-layout{max-width:780px;gap:60px 30px}.sg-hg-globe{width:260px;height:260px;transform:translate(-50%,-45%)}@keyframes sgGlobePulse{0%,to{transform:translate(-50%,-45%) scale(1)}50%{transform:translate(-50%,-45%) scale(1.04)}}.sg-hg-header{margin-bottom:70px}.sg-hg-header .sg-section-title{font-size:2.4rem}.sg-hg-decor-calendar{width:140px}}@media(max-width:768px){.sg-helps-globe{padding:60px 0 80px}.sg-hg-layout{gap:80px 20px;grid-template-columns:1fr;max-width:400px}.sg-hg-globe{position:relative;top:auto;left:auto;transform:none;width:220px;height:220px;margin:20px auto;order:2;animation:sgGlobePulseMobile 6s ease-in-out infinite}@keyframes sgGlobePulseMobile{0%,to{transform:scale(1)}50%{transform:scale(1.04)}}.sg-hg-card-top-left{order:1}.sg-hg-card-top-right{order:3}.sg-hg-card-bottom-left{order:4}.sg-hg-card-bottom-right{order:5}.sg-hg-card{padding:55px 20px 20px}.sg-hg-card-avatar-wrapper{top:-55px;height:110px}.sg-hg-card-avatar{width:110px;height:110px}.sg-hg-header{margin-bottom:60px}.sg-hg-header .sg-section-title{font-size:2rem}.sg-hg-card-title{font-size:1.05rem}.sg-hg-card-desc{font-size:.9rem}.sg-hg-decor-calendar{width:110px}.sg-hg-decor-bee{width:70px;top:50px;right:15%}.sg-hg-decor-cloud{width:160px}}@media(max-width:520px){.sg-helps-globe{padding:40px 0 60px}.sg-hg-header{margin-bottom:50px}.sg-hg-header .sg-section-title{font-size:1.6rem}.sg-hg-globe{width:100%;max-width:340px;height:350px;overflow:hidden;order:6;margin:12px auto 0}.sg-hg-globe-img{width:280%;max-width:none;height:auto;margin-left:-90%;margin-top:-60px}.sg-hg-layout{gap:72px 20px;max-width:320px}.sg-hg-card{padding:45px 16px 16px;border-radius:16px}.sg-hg-card-avatar-wrapper{top:-45px;height:90px}.sg-hg-card-avatar{width:90px;height:90px}.sg-hg-card-title{font-size:.95rem}.sg-hg-card-desc{font-size:.85rem}.sg-hg-decor-calendar{width:80px}.sg-hg-decor-bee{width:50px;top:30px;right:5%}.sg-hg-decor-cloud{width:100px}}.sg-how-it-works{padding:30px 0 80px;background:var(--color-bg);position:relative}.sg-how-it-works-header{margin-bottom:60px}.sg-how-it-works-steps{display:flex;flex-direction:column;gap:80px;margin-bottom:80px}.sg-step-row{display:flex;align-items:center;gap:64px}.sg-step-row.text-left{flex-direction:row}.sg-step-row.text-right{flex-direction:row-reverse}.sg-step-text-col{flex:1.1;display:flex;flex-direction:column;align-items:flex-start}.sg-step-badge{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--radius-sm);font-family:var(--font-body);font-size:1.125rem;font-weight:800;color:var(--color-primary-dark);margin-bottom:24px}.sg-step-badge.badge-yellow{background:#f3dfb0}.sg-step-badge.badge-teal{background:#bcdfe2}.sg-step-badge.badge-pink{background:#f5c7cd}.sg-step-badge.badge-lime{background:#ddf0c5}.sg-step-title{font-family:Merriweather,serif;font-size:1.75rem;font-weight:700;color:var(--color-primary-dark);margin-bottom:16px;line-height:1.3}.sg-step-desc{font-family:var(--font-body);font-size:1.05rem;color:var(--color-text-light);line-height:1.7}.sg-step-img-col{flex:.9;display:flex;justify-content:center}.sg-step-img-wrapper{position:relative;width:100%;max-width:460px}.sg-step-img{width:100%;height:280px;object-fit:cover;border-radius:var(--radius-xl);border:1.5px solid var(--color-card-border);box-shadow:var(--shadow-md);transition:transform var(--transition-normal)}.sg-step-img:hover{transform:scale(1.02)}.sg-step-sticker{position:absolute;bottom:-20px;left:-20px;width:70px;height:70px;object-fit:contain;z-index:5}.sg-step-row.text-right .sg-step-sticker{left:auto;right:-20px}.sg-organizations{border-top:1px solid var(--color-card-border);padding-top:60px;text-align:center}.sg-org-title{font-family:var(--font-body);font-size:.938rem;font-weight:600;color:var(--color-text-light);text-transform:uppercase;letter-spacing:.05em;margin-bottom:24px}.sg-org-logo-container{display:flex;justify-content:center;align-items:center}.sg-org-logos-img{max-width:100%;height:auto;max-height:60px;object-fit:contain;opacity:.95;transition:opacity var(--transition-fast)}.sg-org-logos-img:hover{opacity:1}.sg-learning-path{padding:80px 0;background:var(--color-bg)}.sg-learning-path-header{margin-bottom:32px}.sg-ticker-container{overflow:hidden;width:100%;position:relative;padding:24px 0 48px;mask-image:linear-gradient(to right,transparent,#000 12%,#000 88%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,#000 12%,#000 88%,transparent)}.sg-ticker-track{display:flex;gap:24px;width:max-content;animation:scrollTicker 35s linear infinite;will-change:transform}.sg-ticker-track:hover{animation-play-state:paused}.sg-ticker-item{width:440px;height:290px;flex-shrink:0;border-radius:24px;overflow:hidden;box-shadow:0 6px 20px #0000000d;border:1.5px solid #F0F0F0;transition:transform var(--transition-normal),box-shadow var(--transition-normal)}@media(max-width:768px){.sg-ticker-item{width:320px;height:210px}}.sg-ticker-item:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 12px 30px #0000001a}.sg-ticker-img{width:100%;height:100%;object-fit:cover}@keyframes scrollTicker{0%{transform:translate(0)}to{transform:translate(-50%)}}.sg-learning-path-overlay{display:flex;align-items:center;gap:0px;position:relative;z-index:10;margin-top:-140px;max-width:1100px;margin-left:-50px;will-change:transform}@media(max-width:1024px){.sg-learning-path-overlay{margin-left:-20px}}@media(max-width:768px){.sg-learning-path-overlay{flex-direction:column;align-items:center;margin-top:24px;margin-left:auto;margin-right:auto;gap:20px}}.sg-banner-mascot-wrapper{width:260px;height:260px;flex-shrink:0;display:flex;align-items:center;justify-content:center;position:relative;z-index:12;margin-bottom:-5px}@media(max-width:768px){.sg-banner-mascot-wrapper{width:160px;height:160px;margin-bottom:0}}.sg-banner-mascot-img{width:100%;height:100%;object-fit:contain}.sg-grid-overlay-banner{position:relative;background:#fdde55;border:2.5px solid #000000;border-radius:60px 50px 55px 60px/50px 60px 50px 55px;padding:24px 54px;box-shadow:none;display:flex;align-items:center;justify-content:center;flex-grow:1;max-width:780px;height:max-content;margin-bottom:8px;margin-left:-45px}.sg-grid-overlay-banner:after{content:"";position:absolute;inset:-4px -3px;border:1.5px solid #000000;border-radius:50px 60px 50px 55px/60px 50px 55px 60px;pointer-events:none;opacity:.85}@media(max-width:768px){.sg-grid-overlay-banner{border-radius:30px;padding:20px 24px;width:100%;margin-bottom:0;margin-left:0}.sg-grid-overlay-banner:after{inset:-3px;border-radius:26px 28px 24px 26px/28px 24px 26px 28px}}.sg-banner-text{font-family:var(--font-body);font-size:1.35rem;font-weight:550;color:#000;line-height:1.45;margin:0;text-align:right;width:100%}.sg-banner-text strong{font-weight:800;color:#000}.sg-testimonials{padding:80px 0 40px;background:var(--color-bg);position:relative}.sg-proof-layout{display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px;max-width:1140px;margin:0 auto 56px}@media(max-width:1024px){.sg-proof-layout{grid-template-columns:1fr 1fr;gap:24px}}@media(max-width:768px){.sg-proof-layout{grid-template-columns:1fr}}.sg-proof-col{display:flex;flex-direction:column}.sg-proof-header{position:relative;margin-bottom:40px}.sg-proof-header .sg-section-title{text-align:left;margin-bottom:16px;position:relative;display:inline-block}.sg-proof-desc{font-family:var(--font-body);font-size:1.1rem;line-height:1.6;color:#000;margin-bottom:24px}.sg-proof-card-wrapper{position:relative;flex:1}.sg-proof-card-wrapper.mt-desktop{margin-top:80px}@media(max-width:768px){.sg-proof-card-wrapper.mt-desktop{margin-top:0}}.sg-proof-decor{position:absolute;pointer-events:none;z-index:2}.sg-proof-decor-star{top:-40px;right:-50px;width:60px}.sg-proof-decor-coins{bottom:-40px;left:-40px;width:120px;z-index:15}.sg-proof-decor-puzzle{top:-30px;right:-30px;width:100px;z-index:15}.sg-proof-decor-swirl{bottom:0;right:0;width:80px}.sg-proof-image-container{position:relative;margin-bottom:24px}.sg-proof-image-inner{position:relative;background:#fff;border:2.5px solid #000000;border-radius:20px 24px 20px 22px/24px 20px 22px;height:420px;box-shadow:none;display:flex;transition:transform var(--transition-normal)}.sg-proof-image-inner:after{content:"";position:absolute;inset:-4px -3px;border:1.5px solid #000000;border-radius:22px 20px 24px/20px 22px 20px 24px;pointer-events:none;opacity:.85}.sg-proof-image-inner:hover{transform:translateY(-6px)}.sg-proof-main-img{width:100%;height:100%;object-fit:cover;border-radius:18px 22px 18px 20px/22px 18px 20px;display:block}.sg-proof-trust-wrapper{position:relative;padding-right:40px}.sg-proof-trust-text{font-family:var(--font-body);font-size:1rem;font-weight:500;line-height:1.5;color:#000}@keyframes sg-float-slow{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(2deg)}to{transform:translateY(0) rotate(0)}}@keyframes sg-float-delayed{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-8px) rotate(-2deg)}to{transform:translateY(0) rotate(0)}}.sg-proof-decor-star,.sg-proof-decor-puzzle{animation:sg-float-slow 6s ease-in-out infinite}.sg-proof-decor-coins,.sg-proof-decor-swirl{animation:sg-float-delayed 7s ease-in-out infinite}.sg-testimonial-card{position:relative;background:#fff;border:2.5px solid #000000;border-radius:20px 24px 20px 22px/24px 20px 22px;padding:52px 24px 48px;min-height:420px;box-shadow:none;display:flex;flex-direction:column;transition:transform var(--transition-normal)}.sg-testimonial-card:after{content:"";position:absolute;inset:-4px -3px;border:1.5px solid #000000;border-radius:22px 20px 24px/20px 22px 20px 24px;pointer-events:none;opacity:.85}.sg-testimonial-card:hover{transform:translateY(-6px);box-shadow:none}.sg-testimonial-card.card-yellow{background:#fed452}.sg-testimonial-card.card-blue{background:#9ed5c5}.sg-testimonial-card.card-pink{background:#fbc6bc}.sg-testimonial-card.card-green{background:#d5f26d}.sg-testimonial-card .quote-mark-open{font-size:2.5rem;line-height:1;color:#000;position:absolute;top:14px;left:14px}.sg-testimonial-card .quote-mark-close{font-size:2.5rem;line-height:1;color:#000;position:absolute;bottom:12px;right:14px}.sg-testimonial-card .quote-text{font-family:var(--font-body);font-size:1.05rem;font-weight:500;color:#000;line-height:1.6;margin-bottom:24px;position:relative;z-index:1}.sg-testimonial-card .quote-footer{margin-top:auto;padding-bottom:8px}.sg-testimonial-card .quote-author{font-family:var(--font-body);font-size:1.05rem;font-weight:800;color:#000;text-transform:none;letter-spacing:normal}.sg-testimonials-action{text-align:center;margin-top:56px;margin-bottom:72px}.sg-testimonials-dots,.sg-testimonials-mobile{display:none}.sg-org-scroll-row{padding-top:56px;text-align:center}.sg-org-scroll-row .sg-section-title{font-size:clamp(1.5rem,2.5vw,2rem);margin-bottom:32px}.sg-org-scroll-title{font-family:Merriweather,serif;font-size:clamp(2rem,3.5vw,2.625rem);font-weight:700;line-height:1.25;color:var(--color-primary-dark);margin-bottom:28px}.sg-org-scroll-track-wrapper{overflow:hidden;width:100%;mask-image:linear-gradient(to right,transparent 0%,black 5%,black 95%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 5%,black 95%,transparent 100%)}.sg-org-scroll-track-wrapper:hover .sg-org-scroll-track{animation-play-state:paused}.sg-org-scroll-track{display:flex;align-items:center;gap:80px;width:max-content;animation:sgScrollLeft 30s linear infinite;will-change:transform;backface-visibility:hidden}@keyframes sgScrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}.sg-org-scroll-item{flex-shrink:0;display:flex;align-items:center;justify-content:center;height:120px;padding:0 16px}.sg-org-scroll-img{max-width:100%;height:auto;max-height:100px;width:auto;object-fit:contain;opacity:.85;transition:opacity var(--transition-fast)}.sg-org-scroll-img:hover{opacity:1}.sg-local-literacy{padding:80px 0;background:var(--color-bg)}.sg-local-literacy-header{margin-bottom:56px}.sg-local-literacy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.sg-literacy-card{position:relative;border-radius:20px;background:transparent;border:none;transition:transform var(--transition-normal);display:flex;flex-direction:column;align-items:center;margin-bottom:36px}.sg-literacy-card:hover{transform:translateY(-8px);box-shadow:none}.sg-literacy-card-img-wrapper{position:relative;width:100%;height:380px;border-radius:20px;overflow:hidden;background:transparent;box-shadow:0 4px 20px #0000000d;border:1.5px solid rgba(0,0,0,.03)}@media(max-width:1024px){.sg-literacy-card-img-wrapper{height:320px}}@media(max-width:768px){.sg-literacy-card-img-wrapper{height:380px}}.sg-literacy-card-img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}.sg-literacy-card:hover .sg-literacy-card-img{transform:scale(1.04)}.sg-literacy-card-badge{position:absolute;bottom:-22px;left:50%;transform:translate(-50%);z-index:10;display:inline-block;padding:10px 24px;font-family:Bubblegum Sans,cursive,sans-serif;font-size:1.25rem;font-weight:400;color:#000;text-align:center;white-space:nowrap;border:2px solid #000000;border-radius:12px 10px/10px 12px;box-shadow:none;cursor:default}.sg-literacy-card-badge:after{content:"";position:absolute;inset:-3px -2px;border:1.2px solid #000000;border-radius:10px 12px/12px 10px;pointer-events:none;opacity:.85}.sg-literacy-card-badge.badge-green{background:#9ed5c5}.sg-literacy-card-badge.badge-pink{background:#fbc6bc}.sg-literacy-card-badge.badge-lime{background:#d5f26d}@media(max-width:480px){.sg-literacy-card-badge{font-size:1.1rem;padding:8px 18px;bottom:-18px}}.sg-cta{padding:40px 0 100px;background:#fff;text-align:center;position:relative}.sg-cta:before{content:"";position:absolute;bottom:0;left:0;right:0;height:120px;background:linear-gradient(to top,rgba(27,58,45,.04) 0%,transparent 100%);pointer-events:none}.sg-cta-mascot{margin-bottom:32px;display:flex;justify-content:center}.sg-cta-mascot-img{max-width:550px;height:auto;object-fit:contain}.sg-cta-content{max-width:1100px;margin:0 auto}.sg-cta-heading{font-family:Merriweather,serif;font-size:clamp(1.8rem,3.5vw,2.75rem);font-weight:700;color:var(--color-primary-dark);margin-bottom:36px;line-height:1.25;white-space:nowrap}@media(max-width:768px){.sg-cta-heading{white-space:normal}}@media(max-width:1024px){.sg-helps{padding:80px 0}.sg-helps-cards{grid-template-columns:repeat(2,1fr);gap:40px 24px}.sg-learning-grid{grid-template-columns:repeat(2,1fr)}.sg-learning-grid-item{height:280px}.sg-testimonials-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:768px){.sg-home-page .sg-container{padding:0 24px}.sg-step-row{flex-direction:column!important;gap:36px;text-align:center}.sg-step-text-col{align-items:center;width:100%}.sg-step-img-col{width:100%}.sg-step-img{height:240px}.sg-grid-overlay-banner{padding:24px 24px 24px 72px;margin-top:-30px}.sg-local-literacy-grid{grid-template-columns:1fr;gap:24px;max-width:440px;margin:0 auto}.sg-literacy-card-img-wrapper{padding-top:70%}.sg-org-scroll-track{gap:30px}}@media(max-width:520px){.sg-helps{padding:60px 0}.sg-helps-cards{grid-template-columns:1fr;gap:32px;max-width:320px;margin-left:auto;margin-right:auto}.sg-helps-header{margin-bottom:40px}.sg-how-it-works-steps{gap:80px}.sg-step-badge{width:36px;height:36px;font-size:.938rem;margin-bottom:16px}.sg-step-title{font-size:1.375rem}.sg-step-sticker{width:52px;height:52px}.sg-org-logos-img{max-height:48px}.sg-learning-grid{grid-template-columns:1fr;gap:16px}.sg-learning-grid-item{height:240px}.sg-grid-overlay-banner{flex-direction:column;padding:48px 20px 20px;margin-top:-20px;text-align:center}.sg-banner-badge-wrapper{top:0;left:50%;transform:translate(-50%,-50%)}.sg-banner-text{font-size:.938rem}.sg-testimonials-stars{display:none}.sg-testimonials-grid{grid-template-columns:1fr;gap:16px}.sg-org-scroll-img{max-height:75px}.sg-org-scroll-item{height:90px}.sg-cta{padding:60px 0}.sg-cta-mascot-img{max-width:380px}}@media(max-width:520px){.sg-home-page{background:#fff}.sg-home-page .sg-section-title{font-size:1.25rem;line-height:1.18;margin-bottom:14px}.sg-hero{min-height:auto;padding-top:64px;padding-bottom:48px;overflow:visible}.sg-hero-content{padding:32px 16px 0}.sg-hero-heading{max-width:330px;margin-bottom:14px;font-size:1.9rem;line-height:1.3;letter-spacing:0}.sg-hero-heading-br{display:none}.sg-hero-heading .sg-hero-highlight{padding:0 5px;border-radius:4px;box-decoration-break:clone;-webkit-box-decoration-break:clone}.sg-hero-heading .sg-hero-highlight-yellow{background:#e5f76a}.sg-hero-heading .sg-hero-highlight-teal{background:#abf4e2}.sg-hero-subtitle{max-width:260px;margin:0 auto 28px;font-size:1.2rem;line-height:1.25}.sg-role-cards{display:grid;grid-template-columns:repeat(2,minmax(0,128px));justify-content:center;gap:24px 20px;margin-bottom:0}.sg-role-card{min-width:0;max-width:none;width:128px;min-height:155px;padding:18px 12px 14px;border:0;border-radius:8px;box-shadow:0 10px 16px #0423232e}.sg-role-card:nth-child(3){grid-column:1/-1;justify-self:center}.sg-role-card h3{min-height:46px;margin-bottom:10px;font-family:Poppins,sans-serif;font-size:1rem;font-weight:700;line-height:1.3;color:#000}.sg-role-card-avatar{max-width:86px;border-radius:4px}.sg-helps{padding:34px 0 60px}.sg-helps-header{margin-bottom:32px}.sg-helps-header .sg-section-title{max-width:270px;font-size:1.25rem}.sg-helps-title-decor{width:44px}.sg-helps-cards{grid-template-columns:1fr;gap:40px;max-width:270px;margin-left:auto;margin-right:auto}.sg-helps-card-img{height:140px}.sg-helps-org-title{max-width:270px;margin:0 auto 20px;font-size:.85rem}.sg-how-it-works{padding:12px 0 34px}.sg-how-it-works-header{margin-bottom:24px}.sg-how-it-works-steps{gap:32px;margin-bottom:34px}.sg-step-row{gap:12px}.sg-step-badge{width:42px;height:28px;margin-bottom:10px;border-radius:6px;font-size:.95rem}.sg-step-title{max-width:250px;margin:0 auto 8px;font-size:1.05rem;line-height:1.2}.sg-step-desc{max-width:265px;margin:0 auto;font-size:.62rem;line-height:1.42}.sg-step-img-wrapper{max-width:260px}.sg-step-img{height:165px;border-radius:8px}.sg-step-sticker{width:42px;height:42px;left:-16px;bottom:-10px}.sg-organizations{padding:22px 18px 0}.sg-org-title{max-width:280px;margin:0 auto 14px;font-size:.62rem;line-height:1.35;letter-spacing:0;text-transform:none}.sg-org-logos-img{max-height:none;width:min(280px,100%)}.sg-learning-path{padding:44px 0 34px}.sg-learning-path-header{margin-bottom:16px}.sg-learning-path-header .sg-section-title{max-width:280px;margin-left:auto;margin-right:auto;font-size:1.6rem;line-height:1.25}.sg-section-subtitle{max-width:320px;margin-bottom:14px;font-size:.9rem;line-height:1.55}.sg-ticker-container{padding:8px 0 0;mask-image:none;-webkit-mask-image:none}.sg-ticker-track{gap:14px}.sg-ticker-item{width:230px;height:320px;border-radius:14px}.sg-learning-path-overlay{display:flex;justify-content:center;gap:0;width:100%;margin-top:-64px}.sg-banner-mascot-wrapper{display:none}.sg-grid-overlay-banner{min-height:0;padding:16px 20px;border-width:2px;border-radius:20px;margin-left:0}.sg-banner-text{font-size:.85rem;line-height:1.5;text-align:center}.sg-testimonials{padding:40px 0 32px}.sg-proof-layout{display:none}.sg-testimonials-mobile{display:block}.sg-testimonials-header{margin-bottom:22px}.sg-testimonials-grid-wrapper{width:100vw;margin-right:0;margin-bottom:14px;margin-left:calc(50% - 50vw);padding-top:14px;overflow:hidden}.sg-testimonials-grid{display:flex;grid-template-columns:none;gap:26px;max-width:none;margin:0;padding:10px 42px 8px;overflow-x:auto;scroll-padding:42px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.sg-testimonials-grid::-webkit-scrollbar{display:none}.sg-testimonial-card{display:flex;flex:0 0 min(282px,100vw - 84px);min-height:420px;padding:48px 34px 38px;border-width:2px;border-radius:24px 26px/26px 24px;margin-top:4px;scroll-snap-align:center}.sg-testimonial-card .quote-mark-open,.sg-testimonial-card .quote-mark-close{font-size:2.9rem}.sg-testimonial-card .quote-text{font-size:1rem;line-height:1.55}.sg-testimonial-card .quote-author{font-size:.92rem}.sg-testimonials-dots{display:flex;justify-content:center;gap:12px;margin:6px 0 22px}.sg-testimonials-dots button{width:18px;height:18px;padding:0;border:none;border-radius:50%;background:#d9d9d9;cursor:pointer;transition:background var(--transition-fast),transform var(--transition-fast)}.sg-testimonials-dots button.active{background:#042323;transform:scale(1.1)}.sg-testimonials-action{margin:0 0 36px}.sg-action-btn-sketchy{padding:10px 28px;min-width:min(282px,100vw - 84px);border-width:2px;border-radius:8px;font-size:.78rem}.sg-org-scroll-row{padding-top:8px;overflow:hidden;text-align:center}.sg-org-scroll-row .sg-section-title{max-width:220px;margin-right:auto;margin-bottom:18px;margin-left:auto;font-size:.86rem;text-align:center}.sg-org-scroll-track-wrapper{width:100vw;margin-left:50%;transform:translate(-50%);mask-image:none;-webkit-mask-image:none}.sg-org-scroll-track{justify-content:center;gap:18px;min-width:100%;animation-duration:36s}.sg-org-scroll-item{height:72px;padding:0 6px}.sg-org-scroll-img{max-height:58px}.sg-local-literacy{padding:42px 0 22px}.sg-local-literacy-header{margin-bottom:22px}.sg-local-literacy-grid{max-width:190px;gap:28px}.sg-literacy-card{margin-bottom:10px}.sg-literacy-card-img-wrapper{height:145px;padding-top:0;border-radius:8px}.sg-literacy-card-badge{bottom:-13px;padding:5px 12px;border-width:1.5px;border-radius:7px;font-size:.62rem}.sg-cta{padding:24px 0 28px}.sg-cta:before{display:none}.sg-cta-mascot{margin-bottom:6px}.sg-cta-mascot-img{max-width:280px}.sg-cta-heading{max-width:260px;margin:0 auto 10px;font-size:1.05rem;line-height:1.22}}@media(min-width:1440px){.sg-home-page .sg-container,.sg-home-page .sg-hero-content{max-width:1440px}.sg-home-page .sg-container,.sg-home-page .sg-hero-content{padding-left:48px;padding-right:48px}.sg-home-page .sg-hero{min-height:100vh;padding-bottom:64px}.sg-home-page .sg-hero-content{padding-top:84px}.sg-home-page .sg-hero-heading{max-width:1160px;font-size:58px}.sg-home-page .sg-hero-subtitle{font-size:28px}.sg-home-page .sg-role-cards{gap:32px}.sg-home-page .sg-role-card{min-width:220px;max-width:250px;padding:32px 36px 28px}.sg-home-page .sg-role-card-avatar{max-width:175px}.sg-home-page .sg-helps{padding-top:120px}.sg-home-page .sg-step-row{gap:80px}.sg-home-page .sg-step-img-wrapper{max-width:560px}.sg-home-page .sg-step-img{height:340px}.sg-home-page .sg-step-desc{max-width:620px}.sg-home-page .sg-ticker-item{width:520px;height:340px}.sg-home-page .sg-learning-path-overlay{max-width:1220px}.sg-home-page .sg-testimonials-grid{max-width:1340px;gap:28px}.sg-home-page .sg-testimonial-card{min-height:400px;padding:56px 28px 52px}.sg-home-page .sg-local-literacy-grid{gap:40px}.sg-home-page .sg-literacy-card-img-wrapper{height:440px}.sg-home-page .sg-cta-mascot-img{max-width:650px}}@media(min-width:1800px){.sg-home-page .sg-container,.sg-home-page .sg-hero-content,.sg-footer-inner{max-width:1680px}.sg-home-page .sg-container,.sg-home-page .sg-hero-content{padding-left:72px;padding-right:72px}.sg-home-page .sg-hero{min-height:100vh;padding-bottom:80px}.sg-home-page .sg-hero-content{padding-top:104px}.sg-home-page .sg-hero-heading{max-width:1360px;font-size:68px}.sg-home-page .sg-hero-subtitle{font-size:32px}.sg-home-page .sg-role-card{min-width:250px;max-width:280px;padding:36px 42px 32px}.sg-home-page .sg-role-card h3{font-size:1.125rem}.sg-home-page .sg-role-card-avatar{max-width:205px}.sg-home-page .sg-step-row{gap:104px}.sg-home-page .sg-step-title{font-size:2rem}.sg-home-page .sg-step-img-wrapper{max-width:640px}.sg-home-page .sg-step-img{height:400px}.sg-home-page .sg-ticker-item{width:600px;height:392px}.sg-home-page .sg-banner-mascot-wrapper{width:300px;height:300px}.sg-home-page .sg-grid-overlay-banner{max-width:940px}.sg-home-page .sg-testimonials-grid{max-width:1540px}.sg-home-page .sg-literacy-card-img-wrapper{height:520px}.sg-home-page .sg-cta-mascot-img{max-width:750px}}@media(min-width:2200px){.sg-home-page .sg-container,.sg-home-page .sg-hero-content,.sg-footer-inner{max-width:2040px}.sg-home-page .sg-container,.sg-home-page .sg-hero-content{padding-left:88px;padding-right:88px}.sg-home-page .sg-hero{min-height:100vh}.sg-home-page .sg-hero-heading{font-size:76px}.sg-home-page .sg-step-img-wrapper{max-width:720px}.sg-home-page .sg-step-img{height:440px}.sg-home-page .sg-testimonials-grid{max-width:1760px}.sg-home-page .sg-literacy-card-img-wrapper{height:600px}}.sg-login-page{padding-top:100px;min-height:100vh;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;padding-bottom:40px;position:relative}.sg-login-page:before{content:"";position:absolute;inset:0;background:#00000073;z-index:0}.sg-login-card{background:var(--color-white);border-radius:var(--radius-xl);padding:48px 48px 40px;width:100%;max-width:650px;box-shadow:var(--shadow-lg);text-align:center;position:relative}.sg-login-avatar{display:flex;justify-content:center;margin-bottom:16px}.sg-login-avatar img{width:80px;height:auto;object-fit:contain}.sg-login-heading{font-family:Poppins,sans-serif;font-size:40px;font-weight:500;color:#042323;margin-bottom:8px}.sg-login-subtext{font-family:var(--font-body);font-size:.938rem;color:var(--color-text-light);margin-bottom:32px}.sg-login-signup-link{color:var(--color-accent);font-weight:600;transition:color var(--transition-fast)}.sg-login-signup-link:hover{color:var(--color-accent-hover)}.sg-login-form{text-align:left}.sg-login-field{margin-bottom:24px}.sg-login-field label{display:block;font-family:var(--font-body);font-size:.938rem;font-weight:500;color:#042323;margin-bottom:8px}.sg-login-field input{width:100%;border:none;border-bottom:1.5px solid var(--color-card-border);padding:8px 0;font-family:var(--font-body);font-size:1rem;color:#042323;background:transparent;outline:none;transition:border-color var(--transition-fast)}.sg-login-field input:focus{border-bottom-color:var(--color-accent)}.sg-login-field textarea{width:100%;border:1.5px solid var(--color-card-border);border-radius:var(--radius-sm);padding:12px;font-family:var(--font-body);font-size:1rem;color:#042323;background:transparent;outline:none;resize:vertical;transition:border-color var(--transition-fast)}.sg-login-field textarea::placeholder{color:var(--color-text-light)}.sg-login-field textarea:focus{border-color:var(--color-accent)}.sg-login-field select{width:100%;border:1.5px solid var(--color-card-border);border-radius:var(--radius-sm);padding:12px;font-family:var(--font-body);font-size:1rem;color:#042323;background:transparent;outline:none;cursor:pointer;transition:border-color var(--transition-fast)}.sg-login-field select:invalid,.sg-login-field select option[value=""]{color:var(--color-text-light)}.sg-login-field select:focus{border-color:var(--color-accent)}.sg-login-card-wide{max-width:880px}.sg-login-card-wide #signup-onboarding-heading{margin-bottom:40px}.sg-signup-onboarding-form{max-width:620px;margin:0 auto}.sg-signup-thank-you{display:flex;flex-direction:column;align-items:center;padding:24px 0}.sg-signup-thank-you-text{max-width:460px;margin-bottom:32px}.sg-signup-thank-you-mascot{width:180px;height:auto;margin-bottom:32px}.sg-signup-thank-you .sg-login-btn{max-width:420px}.sg-signup-onboarding-row{display:grid;grid-template-columns:1fr 1fr;gap:24px}@media(max-width:560px){.sg-signup-onboarding-row{grid-template-columns:1fr}}.sg-signup-onboarding-skip{display:block;margin:16px auto 0;border:none;background:none;font-family:var(--font-body);font-size:.95rem;font-weight:600;color:var(--color-accent);cursor:pointer}.sg-signup-onboarding-skip:hover{color:var(--color-accent-hover)}.sg-login-forgot{display:inline-block;font-family:var(--font-body);font-size:.875rem;font-weight:600;color:#042323;margin-bottom:24px;transition:color var(--transition-fast)}.sg-login-forgot:hover{color:#042323}.sg-login-btn{width:100%;padding:14px;background:#f8dc4a;color:#042323;font-family:var(--font-body);font-size:1rem;font-weight:700;border:2px solid #042323;border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-normal)}.sg-login-btn:hover:not(:disabled){background:#fcdd4d;transform:translateY(-1px);box-shadow:0 4px 16px #d4a84359}.sg-login-divider{display:flex;align-items:center;gap:16px;margin:28px 0}.sg-login-divider:before,.sg-login-divider:after{content:"";flex:1;height:1px;background:var(--color-card-border)}.sg-login-divider span{font-family:var(--font-body);font-size:.875rem;color:var(--color-text-light)}.sg-login-social{display:flex;justify-content:center;gap:20px}.sg-signup-public-profile{display:flex;align-items:flex-start;gap:8px;margin-top:24px;font-family:var(--font-body);font-size:.85rem;color:var(--color-text-light);text-align:left;cursor:pointer}.sg-signup-public-profile input{margin-top:3px;accent-color:var(--color-accent);flex-shrink:0}.sg-login-social-btn{width:52px;height:52px;border-radius:50%;border:1.5px solid var(--color-card-border);background:var(--color-white);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--transition-normal)}.sg-login-social-btn:hover{border-color:var(--color-accent);transform:translateY(-2px);box-shadow:var(--shadow-sm)}.sg-login-error{display:flex;align-items:flex-start;gap:10px;background:#fef2f2;border:1px solid #FECACA;border-radius:var(--radius-sm);padding:12px 14px;margin-bottom:20px;animation:sg-shake .4s ease}.sg-login-error-icon{flex-shrink:0;color:#dc2626;margin-top:1px}.sg-login-error-text{flex:1;font-family:var(--font-body);font-size:.875rem;line-height:1.45;color:#991b1b}.sg-login-error-dismiss{flex-shrink:0;background:none;border:none;color:#dc2626;font-size:14px;cursor:pointer;padding:0 2px;line-height:1;opacity:.6;transition:opacity var(--transition-fast)}.sg-login-error-dismiss:hover{opacity:1}.sg-login-field-error{font-family:var(--font-body);font-size:.8rem;color:#dc2626;margin-top:6px;margin-bottom:0}.sg-login-field.has-error input{border-bottom-color:#dc2626}.sg-login-field.has-error label{color:#dc2626}@keyframes sg-shake{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(5px)}60%{transform:translate(-4px)}80%{transform:translate(2px)}}.sg-otp-row{display:flex;justify-content:center;gap:16px;margin:32px 0}.sg-otp-input{width:72px;height:72px;border:2px solid var(--color-card-border);border-radius:var(--radius-md);text-align:center;font-family:var(--font-body);font-size:1.75rem;font-weight:700;color:#042323;outline:none;transition:border-color var(--transition-fast)}.sg-otp-input.is-filled{border-color:#3e63dd}.sg-otp-input:focus{border-color:#3e63dd}.sg-forgot-resend{font-family:var(--font-body);font-size:.875rem;color:#042323;text-align:center;margin:20px 0 0}.sg-forgot-resend-link{border:none;background:none;padding:0;font-family:var(--font-body);font-size:.875rem;font-weight:700;color:var(--color-accent);cursor:pointer;transition:color var(--transition-fast)}.sg-forgot-resend-link:hover:not(:disabled){color:var(--color-accent-hover);text-decoration:underline}.sg-forgot-resend-link:disabled{opacity:.6;cursor:not-allowed}@media(max-width:520px){.sg-login-page.sg-login-page-sheet{display:block;padding:72px 0 0}.sg-login-page.sg-login-page-sheet:before{display:none}.sg-login-page-sheet .sg-login-card{margin:128px 0 0;width:100%;max-width:none;min-height:calc(100vh - 200px);border-radius:32px 32px 0 0;box-shadow:none;padding:36px 28px 32px;box-sizing:border-box}.sg-login-heading{font-size:24px}}.sg-signup-role-card{max-width:760px;padding:56px 60px 48px;border-radius:40px}.sg-signup-mascot{width:84px;height:auto;margin:0 auto 16px}.sg-signup-role-card .sg-login-heading{font-size:1.75rem;font-weight:600}.sg-signup-subtitle{font-family:var(--font-body);font-size:1rem;font-weight:400;color:var(--color-text-light);margin-bottom:40px}.sg-signup-roles{display:flex;justify-content:center;gap:24px;flex-wrap:wrap}.sg-signup-role-item{background:var(--color-white);border:1.5px solid var(--color-card-border);border-radius:var(--radius-lg);padding:28px 24px 24px;min-width:180px;max-width:220px;cursor:pointer;transition:all var(--transition-normal);position:relative;overflow:hidden;text-align:center}.sg-signup-role-item:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--color-accent),var(--color-primary));opacity:0;transition:opacity var(--transition-normal)}.sg-signup-role-item:hover{border-color:var(--color-accent);transform:translateY(-4px);box-shadow:var(--shadow-card)}.sg-signup-role-item:hover:before{opacity:1}.sg-signup-role-title{font-family:var(--font-body);font-size:1.1rem;font-weight:700;color:#042323;line-height:1.3;white-space:pre-line;margin-bottom:16px}.sg-signup-role-avatar{width:100%;max-width:130px;margin:0 auto;display:block}@media(max-width:640px){.sg-signup-roles{flex-direction:column;align-items:center}.sg-signup-role-item{min-width:200px;max-width:280px;width:100%}}@media(max-width:520px){.sg-signup-role-card{margin:0 16px;padding:36px 28px 32px;border-radius:28px}.sg-signup-mascot{width:64px}.sg-signup-role-card .sg-login-heading{font-size:1.5rem}.sg-signup-subtitle{font-size:.9rem;margin-bottom:28px}}.sg-testimonials-page{background:#fff5e1;color:#042323;overflow:hidden}.sg-testimonials-page h1,.sg-testimonials-page h2,.sg-testimonials-page h3{font-family:Merriweather,serif;color:#042323;line-height:1.18}.sg-tp-hero{position:relative;padding:130px 0 0;background-color:#fffcef;text-align:center;overflow:hidden}.sg-tp-hero .hero-cloud{position:absolute;height:auto;pointer-events:none;z-index:1}.sg-tp-hero .hero-cloud.hero-cloud-1{top:55px;left:4%;width:140px}.sg-tp-hero .hero-cloud.hero-cloud-2{top:160px;left:2%;width:120px}.sg-tp-hero .hero-cloud.hero-cloud-3{top:45px;right:5%;width:150px}.sg-tp-hero .hero-cloud.hero-cloud-4{top:175px;right:3%;width:130px}.sg-tp-hero .sg-container{position:relative;z-index:2}.sg-tp-hero h1{max-width:960px;margin:0 auto -180px;font-size:clamp(2.2rem,4.2vw,3.6rem);font-weight:700;line-height:1.25;color:#1b3a2d}.sg-tp-hero h1 mark{background:linear-gradient(transparent 45%,#e5f956 45%);color:inherit;padding:0 6px;border-radius:4px}.sg-tp-hero h1 mark.mark-teal{background:linear-gradient(transparent 45%,#92d9cd 45%)}.sg-tp-hero .sg-tp-hero-image-wrapper{width:100vw;max-width:100vw;margin-left:50%;transform:translate(-50%);margin-top:-35px}.sg-tp-hero .sg-tp-hero-image-wrapper img{width:100%;max-width:100%;height:auto;display:block;margin:0 auto}.sg-tp-action{padding:24px 0 100px;position:relative}.sg-tp-section-head{min-height:112px;position:relative;display:flex;align-items:flex-end;justify-content:center;margin-bottom:22px}.sg-tp-section-head h2,.sg-tp-spotlight h2,.sg-tp-quotes h2{font-size:clamp(2rem,3.2vw,3rem);text-align:center}.sg-tp-bubble{position:absolute;z-index:3;width:260px;height:auto;pointer-events:none}.sg-tp-bubble-left{left:92px;top:2px;width:250px}.sg-tp-bubble-right{right:78px;bottom:-8px;width:222px}.sg-tp-sticker{position:absolute;z-index:4;pointer-events:none}.sg-tp-sticker-left{width:118px;left:16px;bottom:-44px}.sg-tp-sticker-right{width:130px;right:2px;bottom:-70px}.sg-tp-action-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;align-items:stretch}.sg-tp-action-mobile{display:none}.sg-tp-video-card{position:relative;min-height:390px;overflow:hidden;background:#ede8d8;box-shadow:0 8px 22px #04232314}.sg-tp-video-card img{width:100%;height:100%;min-height:390px;object-fit:cover}.sg-tp-video-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 64%,rgba(0,0,0,.12));pointer-events:none}.sg-tp-peek{padding:92px 0 130px;background:#fff5e1}.sg-tp-peek-inner{display:grid;grid-template-columns:.85fr 1fr;gap:76px;align-items:center}.sg-tp-peek-copy{position:relative}.sg-tp-peek-copy h2{max-width:420px;margin-bottom:62px;font-size:clamp(2rem,3.2vw,3rem)}.sg-tp-peek-clover{position:absolute;z-index:5;width:136px;left:-44px;top:172px;transform:scaleX(-1);pointer-events:none}.sg-tp-polaroid{position:relative;background:#fff;padding:18px 18px 40px;box-shadow:0 8px 22px #04232329;width:min(100%,510px)}.sg-tp-polaroid img{width:100%;aspect-ratio:1.2;object-fit:cover}.sg-tp-polaroid .sg-tp-carrot{width:46px;height:auto;aspect-ratio:auto;object-fit:contain}.sg-tp-polaroid figcaption{position:absolute;left:18px;bottom:12px;font-family:Merriweather,serif;font-size:.95rem;font-weight:700;color:#042323}.sg-tp-polaroid-feature{position:relative;z-index:2;max-width:430px}.sg-tp-polaroid-stack{position:relative;display:grid;gap:58px;justify-items:center}.sg-tp-polaroid-stack .sg-tp-polaroid{max-width:540px}.rotate-pos{transform:rotate(1deg)}.rotate-neg{transform:rotate(-6deg);margin-left:-68px}.sg-tp-carrot{position:absolute;z-index:4;width:46px;right:-11px;bottom:-18px;pointer-events:none}.sg-tp-peek-buck{position:absolute;z-index:4;width:172px;right:-50px;bottom:-44px;pointer-events:none}.sg-tp-spotlight{padding:86px 0 116px;background:#fff5e1}.sg-tp-spotlight h2{margin-bottom:42px}.sg-tp-spotlight-stage{display:grid;grid-template-columns:minmax(180px,.45fr) 88px minmax(520px,860px) 88px minmax(180px,.45fr);gap:34px;align-items:center;justify-content:center;margin:0 -180px}.sg-tp-spotlight-main,.sg-tp-spotlight-preview{position:relative;overflow:hidden;background:#082525}.sg-tp-spotlight-main{box-shadow:0 10px 24px #0423231a}.sg-tp-spotlight-main.slide-next{animation:spotlightSlideNext .42s cubic-bezier(.16,1,.3,1)}.sg-tp-spotlight-main.slide-prev{animation:spotlightSlidePrev .42s cubic-bezier(.16,1,.3,1)}.sg-tp-spotlight-main img,.sg-tp-spotlight-preview img{width:100%;aspect-ratio:16/9;object-fit:cover}.sg-tp-spotlight-main:after{display:none}.sg-tp-spotlight-preview{opacity:.78;min-width:240px}.sg-tp-spotlight-preview.preview-left{transform:translate(-38px)}.sg-tp-spotlight-preview.preview-right{transform:translate(38px)}.sg-tp-spotlight-preview.slide-next,.sg-tp-spotlight-preview.slide-prev{animation:spotlightPreviewFade .42s ease}@keyframes spotlightSlideNext{0%{opacity:0;transform:translate(34px) scale(.975)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes spotlightSlidePrev{0%{opacity:0;transform:translate(-34px) scale(.975)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes spotlightPreviewFade{0%{opacity:.35}to{opacity:.78}}.sg-tp-arrow{width:88px;height:88px;border-radius:50%;background:#fdde55;border:2.5px solid #042323;font-size:2.8rem;font-weight:800;color:#042323;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 3px #0423232e;transition:transform var(--transition-fast),box-shadow var(--transition-fast)}.sg-tp-arrow:hover{transform:translateY(-2px);box-shadow:0 5px #0423232e}.sg-tp-arrow:active{transform:translateY(1px);box-shadow:0 2px #0423232e}.sg-tp-impact{position:relative;padding:110px 0 92px;background:#fff}.sg-tp-impact:before{content:"";position:absolute;top:-58px;left:-5%;right:-5%;height:120px;background:#fff;border-radius:50% 50% 0 0/100% 100% 0 0}.sg-tp-impact-inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(240px,.8fr) minmax(360px,1fr);gap:58px;align-items:center}.sg-tp-impact-art{position:relative;min-height:570px}.sg-tp-impact-art img{position:absolute;left:50%;top:50%;width:min(58vw,690px);max-width:none;margin-left:0;transform:translate(-60%,-50%)}.sg-tp-impact-content{text-align:center}.sg-tp-impact-content h2{margin-bottom:22px;font-size:clamp(2rem,3vw,2.8rem)}.sg-tp-impact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;max-width:650px;margin:0 auto 26px}.sg-tp-impact-card{min-height:118px;padding:16px 18px;border:2px solid #042323;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center}.sg-tp-impact-card strong{display:block;font-family:Bubblegum Sans,cursive,sans-serif;font-size:clamp(2rem,4vw,3rem);line-height:1;color:#042323}.sg-tp-impact-card span{max-width:230px;margin-top:8px;font-family:var(--font-body);font-size:.9rem;font-weight:700;line-height:1.25;color:#042323}.sg-tp-impact-card.card-yellow{background:#fdde55}.sg-tp-impact-card.card-pink{background:#f5aea3}.sg-tp-impact-card.card-blue{background:#9ed5c5}.sg-tp-impact-card.card-peach{background:#f7b99d}.sg-tp-impact-content h3{margin-bottom:8px;font-size:clamp(1.75rem,2.5vw,2.45rem)}.sg-tp-impact-content p{max-width:520px;margin:0 auto;font-size:1rem;font-weight:600;color:#243f3f}.sg-tp-quotes{padding:78px 0 12px;background:#fff;text-align:center}.sg-tp-quotes>.sg-container>h2{margin-bottom:44px}.sg-tp-quotes .sg-testimonials-grid-wrapper{position:relative;margin-bottom:48px}@media(min-width:521px){.sg-tp-quotes .sg-testimonials-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px;align-items:stretch}.sg-tp-quotes .sg-testimonial-card{min-height:0;height:100%;padding:30px 26px 34px;border:2.5px solid #14332B;border-radius:18px;box-shadow:6px 7px #14332b;text-align:left;transition:transform var(--transition-normal),box-shadow var(--transition-normal)}.sg-tp-quotes .sg-testimonial-card:after{content:none}.sg-tp-quotes .sg-testimonial-card:hover{transform:translate(-3px,-3px);box-shadow:9px 10px #14332b}.sg-tp-quotes .sg-testimonial-card .quote-mark-open,.sg-tp-quotes .sg-testimonial-card .quote-mark-close{font-family:Georgia,Times New Roman,serif;font-size:3.4rem;font-weight:700;line-height:1;color:#14332b}.sg-tp-quotes .sg-testimonial-card .quote-mark-open{position:static;height:26px;margin-bottom:18px}.sg-tp-quotes .sg-testimonial-card .quote-mark-close{position:absolute;top:auto;bottom:4px;right:22px}.sg-tp-quotes .sg-testimonial-card .quote-text{flex:1;margin-bottom:18px;font-size:1.02rem;font-weight:500;line-height:1.55;color:#14332b}.sg-tp-quotes .sg-testimonial-card .quote-footer{margin-top:0;padding-bottom:0;padding-right:52px}.sg-tp-quotes .sg-testimonial-card .quote-author{font-family:var(--font-heading);font-size:1.05rem;font-weight:700;color:#14332b}}@media(min-width:521px)and (max-width:1000px){.sg-tp-quotes .sg-testimonials-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}}.sg-tp-quote-sparkles{display:none}@media(min-width:1001px){.sg-tp-quote-sparkles{display:block;position:absolute;top:-34px;right:-26px;z-index:2;width:150px;height:110px;pointer-events:none}.sg-tp-quote-sparkles .sparkle{position:absolute;display:block}.sg-tp-quote-sparkles .sparkle-lg{width:62px;top:0;right:42px;transform:rotate(-8deg)}.sg-tp-quote-sparkles .sparkle-md{width:46px;top:44px;right:0;transform:rotate(10deg)}.sg-tp-quote-sparkles .sparkle-sm{width:32px;top:40px;right:78px;transform:rotate(-14deg)}}.sg-tp-quotes .sg-org-scroll-row{padding-top:42px}.sg-tp-quote-dots{display:none}.sg-testimonials-page .sg-cta-mascot{margin-bottom:0}.sg-testimonials-page .sg-cta-mascot-img{max-width:580px;margin-bottom:-40px}.sg-testimonials-page .sg-cta-heading{margin-top:0}@media(max-width:1100px){.sg-tp-action-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sg-tp-video-card,.sg-tp-video-card img{min-height:360px}.sg-tp-spotlight-stage{grid-template-columns:62px minmax(300px,740px) 62px;margin:0;gap:18px}.sg-tp-spotlight-preview{display:none}}@media(max-width:900px){.sg-tp-peek-inner,.sg-tp-impact-inner{grid-template-columns:1fr}.sg-tp-peek-copy h2{max-width:none;margin-bottom:34px;text-align:center}.sg-tp-polaroid-feature,.sg-tp-polaroid-stack .sg-tp-polaroid{max-width:560px;margin-left:auto;margin-right:auto}.rotate-neg{margin-left:auto}.sg-tp-impact-art{display:flex;justify-content:center;min-height:360px}.sg-tp-impact-art img{position:static;width:min(100%,430px);margin-left:0;max-width:none;transform:none}}@media(max-width:768px){.sg-tp-hero{padding:85px 0 0;background-color:#fffcef}.sg-tp-hero .hero-cloud.hero-cloud-1{top:150px;left:-10px;width:75px}.sg-tp-hero .hero-cloud.hero-cloud-2{top:220px;left:0;width:65px}.sg-tp-hero .hero-cloud.hero-cloud-3{top:165px;right:-10px;width:85px}.sg-tp-hero .hero-cloud.hero-cloud-4{top:235px;right:0;width:70px}.sg-tp-hero h1{max-width:320px;margin:0 auto 20px;font-size:1.5rem;line-height:1.25}.sg-tp-hero .sg-tp-hero-image-wrapper{margin-top:0!important;width:100vw;max-width:100vw;margin-left:50%;transform:translate(-50%)}.sg-tp-hero .sg-tp-hero-image-wrapper img{width:100%;height:auto;display:block}.sg-tp-section-head{min-height:88px;margin-bottom:34px}.sg-tp-bubble,.sg-tp-sticker{display:none}.sg-tp-action,.sg-tp-peek,.sg-tp-spotlight{padding-bottom:72px}.sg-tp-action-grid{gap:14px}.sg-tp-video-card,.sg-tp-video-card img{min-height:300px}.sg-tp-spotlight-stage{grid-template-columns:46px minmax(0,1fr) 46px;gap:12px}.sg-tp-arrow{width:46px;height:46px;font-size:1.35rem}.sg-tp-impact-grid{grid-template-columns:1fr}}@media(max-width:520px){.sg-testimonials-page .sg-container{padding-right:24px;padding-left:24px}.sg-tp-hero{padding:85px 0 0}.sg-tp-hero h1{max-width:310px;font-size:1.45rem;line-height:1.25}.sg-tp-hero mark{padding:0 2px}.sg-tp-action{padding:0 0 72px}.sg-tp-section-head{min-height:40px;margin-bottom:8px}.sg-tp-section-head h2,.sg-tp-spotlight h2,.sg-tp-quotes h2,.sg-tp-peek-copy h2,.sg-tp-impact-content h2{font-size:1.22rem;line-height:1.2}.sg-tp-section-head .sg-tp-sticker,.sg-tp-section-head .sg-tp-bubble{display:none}.sg-tp-action .sg-container{padding:0}.sg-tp-action-grid{display:none}.sg-tp-action-mobile{display:block;width:100vw}.sg-tp-action-mobile-row{position:relative;margin-bottom:58px;padding-top:35px}.sg-tp-action-mobile-row:last-child{margin-bottom:0}.sg-tp-action-row-bubble{position:absolute;top:0;z-index:4;width:178px;height:auto;pointer-events:none}.sg-tp-action-mobile-row.row-superpower .sg-tp-action-row-bubble{left:18px}.sg-tp-action-mobile-row.row-happy .sg-tp-action-row-bubble{right:18px;left:auto;width:176px}.sg-tp-action-mobile-track{display:flex;gap:18px;padding:0 23px 12px;overflow-x:auto;scroll-padding:23px;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.sg-tp-action-mobile-track::-webkit-scrollbar{display:none}.sg-tp-mobile-video-card{flex:0 0 min(266px,100vw - 70px);aspect-ratio:9/16;min-height:0;box-shadow:none;scroll-snap-align:center}.sg-tp-mobile-video-card img{height:100%;min-height:0}.sg-tp-mobile-video-card:before{content:"";position:absolute;z-index:3;top:50%;left:50%;width:0;height:0;border-top:17px solid transparent;border-bottom:17px solid transparent;border-left:24px solid rgba(255,255,255,.88);filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));transform:translate(-38%,-50%);pointer-events:none}.sg-tp-action-dots{display:flex;justify-content:center;gap:11px;margin-top:12px}.sg-tp-action-dots button{width:16px;height:16px;padding:0;border:0;border-radius:50%;background:#d9d9d9;cursor:pointer;transition:background .2s ease,transform .2s ease}.sg-tp-action-dots button.is-active{background:#042323;transform:scale(1.08)}.sg-tp-peek{padding:72px 0 76px}.sg-tp-peek-inner{display:flex;flex-direction:column;gap:34px;align-items:center}.sg-tp-peek-copy{width:100%;display:flex;flex-direction:column;align-items:center}.sg-tp-peek-copy h2{max-width:160px;margin:0 auto 20px;text-align:center}.sg-tp-polaroid{width:min(100%,244px);padding:9px 9px 26px;box-shadow:0 4px 10px #0423232e}.sg-tp-polaroid figcaption{left:9px;bottom:8px;font-size:.56rem;line-height:1.1}.sg-tp-polaroid-feature,.sg-tp-polaroid-stack .sg-tp-polaroid{max-width:244px;margin-right:auto;margin-left:auto}.sg-tp-polaroid-stack{gap:34px}.rotate-pos,.rotate-neg{transform:none}.sg-tp-peek-clover{display:block;width:58px;left:20px;top:54px}.sg-tp-carrot{display:block;width:30px;right:-9px;bottom:-12px}.sg-tp-peek-buck{display:block;width:54px;right:-18px;bottom:-18px}.sg-tp-spotlight{padding:60px 0 76px}.sg-tp-spotlight h2{margin-bottom:30px}.sg-tp-spotlight-stage{display:flex;flex-direction:column;gap:28px;align-items:center}.sg-tp-spotlight-preview{display:block;min-width:0;opacity:1;transform:none!important}.sg-tp-spotlight-main,.sg-tp-spotlight-preview{width:min(100%,244px);box-shadow:0 3px 8px #0423231f}.sg-tp-arrow{display:none}.sg-tp-impact{padding:86px 0 58px}.sg-tp-impact:before{top:-36px;height:76px}.sg-tp-impact-inner{display:flex;flex-direction:column;gap:10px}.sg-tp-impact-art{align-self:flex-start;min-height:0}.sg-tp-impact-art img{width:140px}.sg-tp-impact-content h2{max-width:190px;margin:0 auto 18px}.sg-tp-impact-grid{grid-template-columns:1fr;gap:10px;max-width:236px;margin-bottom:18px}.sg-tp-impact-card{min-height:68px;padding:10px 12px;border-width:1.5px;border-radius:5px}.sg-tp-impact-card strong{font-size:1.68rem}.sg-tp-impact-card span{max-width:190px;margin-top:3px;font-size:.68rem;line-height:1.22}.sg-tp-impact-content h3{max-width:210px;margin:0 auto 7px;font-size:1.24rem}.sg-tp-impact-content p{max-width:240px;font-size:.72rem;line-height:1.4}.sg-tp-quotes{padding:62px 0 0}.sg-tp-quotes>.sg-container{padding-right:0;padding-left:0}.sg-tp-quotes>.sg-container>h2{max-width:250px;margin:0 auto 24px;font-size:1.22rem}.sg-tp-quotes .sg-testimonials-grid-wrapper{width:100vw;margin:0 0 16px;overflow:hidden;transform:none}.sg-tp-quotes .sg-testimonials-grid{--sg-tp-quote-card-width: min(268px, calc(100vw - 92px) );--sg-tp-quote-side-pad: calc((100vw - var(--sg-tp-quote-card-width)) / 2);display:flex;grid-template-columns:none;gap:22px;max-width:none;margin:0;padding:8px var(--sg-tp-quote-side-pad) 6px;overflow-x:auto;scroll-padding:var(--sg-tp-quote-side-pad);scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.sg-tp-quotes .sg-testimonials-grid::-webkit-scrollbar{display:none}.sg-tp-quotes .sg-testimonial-card{flex:0 0 var(--sg-tp-quote-card-width);min-height:386px;padding:42px 30px 34px;scroll-snap-align:center}.sg-tp-quotes .quote-text{font-size:.98rem;line-height:1.5}.sg-tp-quotes .quote-author{font-size:.84rem}.sg-tp-quote-dots{display:flex;justify-content:center;gap:11px;margin:10px 0 22px}.sg-tp-quote-dots button{width:16px;height:16px;padding:0;border:0;border-radius:50%;background:#d9d9d9;cursor:pointer;transition:background .2s ease,transform .2s ease}.sg-tp-quote-dots button.is-active{background:#042323;transform:scale(1.08)}.sg-tp-quotes .sg-org-scroll-row{padding-top:34px}.sg-tp-quotes .sg-org-scroll-row .sg-section-title{max-width:220px;margin:0 auto 16px;font-size:.86rem}.sg-testimonials-page .sg-org-scroll-track-wrapper{width:100vw;margin-left:50%;transform:translate(-50%);mask-image:none;-webkit-mask-image:none}.sg-testimonials-page .sg-org-scroll-track{gap:18px}.sg-testimonials-page .sg-org-scroll-item{height:64px;padding:0 6px}.sg-testimonials-page .sg-org-scroll-img{max-height:52px}.sg-testimonials-page .sg-cta{padding:38px 0 28px}.sg-testimonials-page .sg-cta-mascot{margin-bottom:0}.sg-testimonials-page .sg-cta-mascot-img{max-width:240px;margin-bottom:-18px}.sg-testimonials-page .sg-cta-heading{max-width:260px;margin-right:auto;margin-left:auto;margin-top:0;font-size:1.1rem}}.sg-educational-toys-page{background:#fff;color:#042323;overflow:hidden}.sg-educational-toys-page h1,.sg-educational-toys-page h2{font-family:Merriweather,serif;color:#042323;letter-spacing:0}.sg-educational-toys-page .sg-action-btn-sketchy{padding:13px 34px;border-radius:999px;box-shadow:0 3px #0423232e}.sg-educational-toys-page .sg-action-btn-sketchy:after{inset:-3px;border-radius:999px}.sg-et-hero{min-height:390px;padding-top:72px;position:relative;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;text-align:center}.sg-et-hero-overlay{position:absolute;inset:72px 0 0;background:#0423236b}.sg-et-hero-content{position:relative;z-index:2;padding-top:26px}.sg-et-hero h1{max-width:980px;margin:0 auto 28px;font-size:clamp(2.3rem,5vw,4.35rem);line-height:1.1;color:#fff}.sg-et-hero-btn{font-size:1.15rem}.sg-et-intro{padding:88px 0 50px;text-align:center}.sg-et-intro h2{margin-bottom:20px;font-size:clamp(2rem,3.3vw,3rem);line-height:1.18}.sg-et-intro p{max-width:820px;margin:0 auto;font-size:1.125rem;font-weight:600;line-height:1.55;color:#243f3f}.sg-et-features{padding:34px 0 88px}.sg-et-feature-row{display:grid;grid-template-columns:minmax(260px,.95fr) minmax(320px,1fr);gap:clamp(48px,8vw,100px);align-items:center;max-width:1120px;margin:0 auto 92px}.sg-et-feature-row:last-child{margin-bottom:0}.sg-et-feature-row.is-reverse{grid-template-columns:minmax(320px,1fr) minmax(260px,.95fr)}.sg-et-feature-row.is-reverse .sg-et-feature-image{order:2}.sg-et-feature-row.is-reverse .sg-et-feature-copy{order:1}.sg-et-feature-image{width:100%}.sg-et-feature-image img{width:100%;height:460px;object-fit:cover}.sg-et-feature-row:first-child .sg-et-feature-image{max-width:470px;justify-self:center}.sg-et-feature-row:first-child .sg-et-feature-image img{height:470px}.sg-et-feature-copy{max-width:520px}.sg-et-feature-copy h2{margin-bottom:20px;font-size:clamp(2rem,3vw,2.85rem);line-height:1.15}.sg-et-feature-copy p{font-size:1.05rem;font-weight:600;line-height:1.55;color:#142f2f}.sg-et-play{padding:48px 0 62px;background:#fff;text-align:center}.sg-et-play h2{max-width:640px;margin:0 auto 66px;font-size:clamp(2rem,3vw,2.8rem);line-height:1.12}.sg-et-carousel{width:100%;overflow:hidden}.sg-et-carousel-track{display:flex;width:max-content;gap:24px;animation:sgEtScrollLeft 28s linear infinite;will-change:transform}.sg-et-carousel:hover .sg-et-carousel-track{animation-play-state:paused}.sg-et-carousel-item{flex:0 0 clamp(330px,38vw,650px);height:clamp(245px,28vw,420px);overflow:hidden;background:#ede8d8}.sg-et-carousel-item img{width:100%;height:100%;object-fit:cover}.sg-et-quotes{padding:10px 0 70px;background:#fff;display:grid;gap:24px;overflow:hidden}.sg-et-quote-track{display:flex;gap:34px;width:max-content;will-change:transform}.sg-et-quote-track-one{animation:sgEtQuoteLeft 35s linear infinite}.sg-et-quote-track-two{animation:sgEtQuoteRight 38s linear infinite}.sg-et-quotes:hover .sg-et-quote-track{animation-play-state:paused}.sg-et-quote-card{width:480px;min-height:118px;padding:22px 26px 18px;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#000}.sg-et-quote-card p{margin-bottom:10px;font-size:.98rem;font-weight:700;line-height:1.35}.sg-et-quote-card strong{font-size:.95rem;font-weight:900}.sg-et-quote-card.card-mint{background:#a4ead8}.sg-et-quote-card.card-peach{background:#ffb6a8}.sg-et-quote-card.card-lime{background:#daed31}.sg-et-quote-card.card-blush{background:#ffb7a9}.sg-et-quote-card.card-cream{background:#ffe7b9}.sg-et-designed{padding:52px 0 84px;text-align:center;background:#fff}.sg-et-designed h2{max-width:760px;margin:0 auto;font-size:clamp(2rem,3.2vw,3rem);line-height:1.18}.sg-et-designed mark{color:inherit;padding:0 6px}.sg-et-designed .highlight-lime{background:linear-gradient(transparent 50%,#dff255 50%)}.sg-et-designed .highlight-mint{background:linear-gradient(transparent 50%,#92d9cd 50%)}.sg-et-final-cta{padding:70px 0 112px;background:#fff;text-align:center}.sg-et-final-cta img{width:min(410px,78vw);margin:0 auto 30px;object-fit:contain}.sg-et-final-cta h2{margin-bottom:26px;font-size:clamp(2rem,3vw,2.75rem);line-height:1.2}@keyframes sgEtScrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes sgEtQuoteLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes sgEtQuoteRight{0%{transform:translate(-50%)}to{transform:translate(0)}}@media(max-width:968px){.sg-et-hero{min-height:330px}.sg-et-feature-row,.sg-et-feature-row.is-reverse{grid-template-columns:1fr;gap:30px;margin-bottom:72px;text-align:center}.sg-et-feature-row.is-reverse .sg-et-feature-image,.sg-et-feature-row.is-reverse .sg-et-feature-copy{order:initial}.sg-et-feature-copy{max-width:680px;margin:0 auto}.sg-et-feature-image,.sg-et-feature-row:first-child .sg-et-feature-image{max-width:620px;justify-self:center}.sg-et-feature-image img,.sg-et-feature-row:first-child .sg-et-feature-image img{height:380px}}@media(max-width:768px){.sg-navbar.sg-navbar-educational-toys .sg-navbar-inner{height:48px;padding:7px 14px;gap:10px}.sg-navbar.sg-navbar-educational-toys .sg-logo img{width:118px}.sg-navbar.sg-navbar-educational-toys .sg-hamburger{width:24px;gap:4px}.sg-navbar.sg-navbar-educational-toys .sg-hamburger span{height:2.5px}.sg-navbar.sg-navbar-educational-toys .sg-nav-links{top:48px;max-height:calc(100vh - 48px)}.sg-educational-toys-page{--sg-et-mobile-gutter: 30px}.sg-educational-toys-page .sg-container{padding-left:var(--sg-et-mobile-gutter);padding-right:var(--sg-et-mobile-gutter)}.sg-educational-toys-page .sg-action-btn-sketchy{padding:11px 28px;font-size:.98rem;line-height:1.1}.sg-et-hero{min-height:232px;padding-top:48px;align-items:flex-start;background-position:center top}.sg-et-hero-overlay{inset:48px 0 0;background:#04232370}.sg-educational-toys-page .sg-et-hero-content{padding-top:30px}.sg-et-hero h1{max-width:260px;margin-bottom:16px;font-size:1.78rem;line-height:1.02}.sg-et-hero-btn{min-width:224px;padding:10px 18px;font-size:.86rem}.sg-et-intro{padding:46px 0 18px}.sg-et-intro h2{max-width:330px;margin-left:auto;margin-right:auto;margin-bottom:16px;font-size:1.85rem;line-height:1.15}.sg-et-intro p{max-width:330px;font-size:.9rem;line-height:1.34}.sg-et-features{padding:18px 0 76px}.sg-et-feature-row,.sg-et-feature-row.is-reverse{gap:18px;max-width:420px;margin-bottom:66px}.sg-et-feature-copy{max-width:330px}.sg-et-feature-copy h2{margin-bottom:10px;font-size:1.42rem;line-height:1.08}.sg-et-feature-copy p{font-size:.91rem;line-height:1.35}.sg-et-feature-image,.sg-et-feature-row:first-child .sg-et-feature-image{max-width:270px}.sg-et-feature-image img,.sg-et-feature-row:first-child .sg-et-feature-image img{height:186px;border-radius:8px}.sg-et-feature-row:first-child .sg-et-feature-image img{height:210px;object-fit:contain;background:#eee8d8}.sg-et-feature-row:nth-child(2) .sg-et-feature-image,.sg-et-feature-row:nth-child(3) .sg-et-feature-image{max-width:318px}.sg-et-play h2{max-width:350px;margin-bottom:38px;font-size:1.85rem;line-height:1.08}.sg-et-play{padding:4px 0 38px}.sg-et-carousel-track{gap:14px}.sg-et-carousel-item{flex-basis:300px;height:204px}.sg-et-carousel-item img{object-position:center}.sg-et-quotes{padding:0 0 62px;gap:16px}.sg-et-quote-track{gap:22px}.sg-et-quote-card{width:min(320px,100vw - 40px);min-height:122px;padding:18px 18px 16px}.sg-et-quote-card p{margin-bottom:8px;font-size:.86rem;line-height:1.26}.sg-et-quote-card strong{font-size:.82rem}.sg-et-designed{padding:44px 0 92px;text-align:left}.sg-et-designed h2{max-width:365px;font-size:2rem;line-height:1.02}.sg-et-designed mark{padding:0 4px}.sg-et-final-cta{padding:0 0 70px}.sg-et-final-cta img{width:min(285px,76vw);margin-bottom:14px}.sg-et-final-cta h2{margin-bottom:16px;font-size:1.25rem;line-height:1.2}}@media(max-width:520px){.sg-et-hero{min-height:232px}.sg-et-hero-overlay{background:#04232378}.sg-et-hero-btn{font-size:.86rem;padding:10px 18px}.sg-et-intro p,.sg-et-feature-copy p{font-size:.88rem}.sg-et-feature-image img,.sg-et-feature-row:first-child .sg-et-feature-image img{height:186px}.sg-et-feature-row:first-child .sg-et-feature-image img{height:210px}.sg-et-carousel-item{flex-basis:300px;height:204px}.sg-et-final-cta{padding-bottom:66px}}@media(max-width:390px){.sg-educational-toys-page{--sg-et-mobile-gutter: 24px}.sg-et-hero h1,.sg-et-intro h2,.sg-et-designed h2{font-size:1.86rem}.sg-et-feature-image,.sg-et-feature-row:first-child .sg-et-feature-image{max-width:254px}.sg-et-feature-row:nth-child(2) .sg-et-feature-image,.sg-et-feature-row:nth-child(3) .sg-et-feature-image{max-width:292px}.sg-et-carousel-item{flex-basis:276px;height:188px}}.sg-workshop-page{background:#fff;color:#042323;overflow:hidden}.sg-workshop-page h1,.sg-workshop-page h2,.sg-workshop-page h3{font-family:Merriweather,serif;color:#042323;letter-spacing:0}.sg-workshop-page .sg-action-btn-sketchy{padding:12px 32px;border-radius:999px;box-shadow:0 3px #0423232e}.sg-workshop-page .sg-action-btn-sketchy:after{inset:-3px;border-radius:999px}.sg-ws-hero{position:relative;padding-top:72px;text-align:center;overflow:hidden;background:#fff}.sg-ws-hero .sg-ws-hero-image-container{position:relative;width:100vw;max-width:100vw;margin-left:calc(50% - 50vw)}.sg-ws-hero .sg-ws-hero-image-container .sg-ws-hero-cover-pic{display:block;width:100%}.sg-ws-hero .sg-ws-hero-image-container .sg-ws-hero-cover-pic img{width:100%;max-width:100%;height:auto;display:block}.sg-ws-hero .sg-ws-hero-image-container .sg-ws-hero-overlay-content{position:absolute;top:6%;left:50%;transform:translate(-50%);width:90%;max-width:900px;z-index:3;text-align:center}.sg-ws-hero .sg-ws-hero-image-container .sg-ws-hero-overlay-content h1{margin:0 auto 12px;font-size:clamp(2rem,4vw,3.4rem);line-height:1.15;font-weight:700;color:#1b3a2d}.sg-ws-hero .sg-ws-hero-image-container .sg-ws-hero-overlay-content .sg-ws-check-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 28px;font-size:1rem;font-weight:700}.sg-ws-hero .sg-ws-hero-image-container .sg-hero-cta{position:fixed;right:32px;bottom:24px;z-index:998;display:inline-flex;align-items:center;gap:8px;padding:10px 24px;font-size:.95rem;font-weight:700}.sg-ws-section-title{margin:0 auto 56px;font-size:clamp(2rem,3vw,2.75rem);line-height:1.18;text-align:center}.sg-ws-features{padding:86px 0 36px}.sg-ws-feature-row{display:grid;grid-template-columns:minmax(300px,1fr) minmax(320px,.95fr);gap:clamp(48px,7vw,92px);align-items:center;max-width:1110px;margin:0 auto 88px}.sg-ws-feature-row:last-child{margin-bottom:0}.sg-ws-feature-row.is-reverse{grid-template-columns:minmax(320px,.95fr) minmax(300px,1fr)}.sg-ws-feature-row.is-reverse .sg-ws-feature-image{order:2}.sg-ws-feature-row.is-reverse .sg-ws-feature-copy{order:1}.sg-ws-feature-image{position:relative}.sg-ws-feature-image img{width:100%;height:380px;object-fit:cover}.sg-ws-feature-decor{position:absolute;width:190px!important;height:190px!important;object-fit:contain!important;pointer-events:none;filter:drop-shadow(0 4px 8px rgba(4,35,35,.18))}.sg-ws-feature-decor-bottom-left{left:-65px;bottom:-55px;width:220px!important;height:220px!important}.sg-ws-feature-decor-top-right{right:-50px;top:-40px;width:150px!important;height:150px!important}.sg-ws-feature-copy{max-width:520px}.sg-ws-feature-copy h2{margin-bottom:18px;font-size:clamp(2rem,3vw,2.85rem);line-height:1.14}.sg-ws-feature-copy p{font-size:1.04rem;font-weight:600;line-height:1.52;color:#142f2f}.sg-ws-collab{padding:0 0 84px}.sg-ws-collab-card{position:relative;min-height:278px;max-width:1110px;margin:0 auto;padding:34px 430px 34px 34px;border:3px solid #042323;border-radius:8px;background:#dffcf5;overflow:hidden}.sg-ws-collab-copy{position:relative;z-index:2}.sg-ws-collab-card>.sg-action-btn-sketchy{position:relative;z-index:2}.sg-ws-collab-copy h2{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:14px;font-size:clamp(1.85rem,2.8vw,2.55rem);line-height:1.1}.sg-ws-collab-copy h2 img{width:148px;height:auto;object-fit:contain}.sg-ws-collab-copy p{max-width:620px;margin-bottom:28px;font-size:1.02rem;font-weight:600;line-height:1.5;color:#143333}.sg-ws-collab-sticker{position:absolute;right:-26px;bottom:-52px;width:430px;max-width:48%;pointer-events:none}.sg-ws-resources{padding:8px 0 90px}.sg-ws-resources .sg-ws-section-title{margin-bottom:18px}.sg-ws-resource-stage{position:relative;display:grid;grid-template-columns:72px minmax(0,1fr) 72px;align-items:center;max-width:1180px;margin:0 auto}.sg-ws-resource-card{position:relative;z-index:2;min-height:405px;padding:58px 68px;border:3px solid #042323;border-radius:8px;background:#fff0d7;display:grid;grid-template-columns:minmax(320px,1.1fr) minmax(280px,.9fr);gap:42px;align-items:center;box-shadow:42px 42px #043c37}.sg-ws-resource-image img{width:100%;max-height:345px;transform:scale(1.2);object-fit:contain}.sg-ws-resource-copy h3{margin-bottom:18px;font-size:clamp(1.9rem,3vw,2.65rem);line-height:1.18}.sg-ws-resource-copy p{max-width:410px;font-size:1.05rem;font-weight:600;line-height:1.5;color:#142f2f}.sg-ws-resource-arrow{z-index:4;width:72px;height:72px;font-size:2rem}.sg-ws-resource-arrow:first-child{transform:translate(26px)}.sg-ws-resource-arrow:last-child{transform:translate(-26px)}.sg-ws-resource-arrow:first-child:hover{transform:translate(26px) translateY(-2px)}.sg-ws-resource-arrow:last-child:hover{transform:translate(-26px) translateY(-2px)}.sg-ws-achieve{padding:34px 0 88px}.sg-ws-achieve-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:48px;max-width:1080px;margin:0 auto}.sg-ws-achieve-card{text-align:left}.sg-ws-achieve-card img{width:76px;height:76px;margin-bottom:18px;object-fit:contain}.sg-ws-achieve-card h3{margin-bottom:10px;font-family:var(--font-body);font-size:1.02rem;font-weight:900;line-height:1.2}.sg-ws-achieve-card p{font-size:.88rem;font-weight:600;line-height:1.35;color:#243f3f}.sg-ws-achieve-cta,.sg-ws-achieve-cta-wrap{display:none}.sg-ws-previous{padding:32px 0 92px;background:#fff;position:relative}.sg-ws-previous-heading{position:relative;max-width:650px;margin:0 auto 76px;z-index:5}.sg-ws-previous-heading .sg-ws-section-title{margin-bottom:0}.sg-ws-previous-adornment{position:absolute;right:-358px;top:2px;width:320px;height:240px;z-index:8;pointer-events:none}.sg-ws-join-bubble{position:absolute;top:0;right:44px;width:268px;z-index:2}.sg-ws-previous-sticker{position:absolute;top:66px;right:0;width:142px;transform:rotate(10deg);z-index:1}.sg-ws-previous-strip{position:relative;z-index:1;width:calc(100% + 120px);margin-left:-60px;overflow:hidden}.sg-ws-previous-track{display:flex;gap:24px;width:max-content;animation:sgWsPreviousScrollRight 32s linear infinite;will-change:transform}.sg-ws-previous-strip:hover .sg-ws-previous-track{animation-play-state:paused}.sg-ws-previous-item{flex:0 0 clamp(320px,36vw,620px);height:clamp(230px,26vw,390px);overflow:hidden;background:#ede8d8}.sg-ws-previous-item img{width:100%;height:100%;object-fit:cover}@keyframes sgWsPreviousScrollRight{0%{transform:translate(-50%)}to{transform:translate(0)}}.sg-ws-highlight{padding:36px 0 110px;text-align:center}.sg-ws-highlight h2{max-width:720px;margin:0 auto;font-size:clamp(2rem,3.2vw,3rem);line-height:1.14}.sg-ws-highlight mark{color:inherit;padding:0 6px}.sg-ws-highlight .highlight-lime{background:linear-gradient(transparent 50%,#dff255 50%)}.sg-ws-highlight .highlight-mint{background:linear-gradient(transparent 50%,#92d9cd 50%)}.sg-ws-upcoming{padding:0 0 112px;text-align:center}.sg-ws-upcoming img{width:min(430px,76vw);margin:0 auto 28px;object-fit:contain}.sg-ws-upcoming h2{margin-bottom:24px;font-size:clamp(2rem,3vw,2.7rem);line-height:1.18}@media(max-width:1100px){.sg-ws-collab-card{padding-right:350px}.sg-ws-collab-sticker{width:360px}.sg-ws-resource-card{padding:46px 48px;gap:36px}.sg-ws-previous-heading{max-width:520px}.sg-ws-previous-adornment{right:-292px;width:280px}}@media(max-width:968px){.sg-ws-feature-row,.sg-ws-feature-row.is-reverse{grid-template-columns:1fr;gap:30px;margin-bottom:72px;text-align:center}.sg-ws-feature-row.is-reverse .sg-ws-feature-image,.sg-ws-feature-row.is-reverse .sg-ws-feature-copy{order:initial}.sg-ws-feature-copy{max-width:680px;margin:0 auto}.sg-ws-feature-image{max-width:620px;margin:0 auto}.sg-ws-feature-image img{height:380px}.sg-ws-collab-card{padding:32px}.sg-ws-collab-sticker{position:static;display:block;width:280px;max-width:65%;margin:22px auto -10px}.sg-ws-resource-stage{grid-template-columns:54px minmax(0,1fr) 54px}.sg-ws-resource-card{grid-template-columns:1fr;min-height:auto;text-align:center;box-shadow:24px 28px #043c37}.sg-ws-resource-copy p{margin:0 auto}.sg-ws-resource-image img{max-height:320px;transform:scale(1.12)}.sg-ws-resource-arrow{width:54px;height:54px;font-size:1.45rem}.sg-ws-resource-arrow:first-child{transform:translate(18px)}.sg-ws-resource-arrow:last-child{transform:translate(-18px)}.sg-ws-resource-arrow:first-child:hover{transform:translate(18px) translateY(-2px)}.sg-ws-resource-arrow:last-child:hover{transform:translate(-18px) translateY(-2px)}.sg-ws-achieve-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sg-ws-previous-adornment{display:none}}@media(max-width:768px){.sg-navbar.sg-navbar-workshop .sg-navbar-inner{height:48px;padding:7px 14px;gap:10px}.sg-navbar.sg-navbar-workshop .sg-logo img{width:118px}.sg-navbar.sg-navbar-workshop .sg-hamburger{width:24px;gap:4px}.sg-navbar.sg-navbar-workshop .sg-hamburger span{height:2.5px}.sg-navbar.sg-navbar-workshop .sg-nav-links{top:48px;max-height:calc(100vh - 48px)}.sg-workshop-page{--sg-ws-mobile-gutter: 28px}.sg-workshop-page .sg-container{padding-left:var(--sg-ws-mobile-gutter);padding-right:var(--sg-ws-mobile-gutter)}.sg-workshop-page .sg-action-btn-sketchy{padding:10px 22px;font-size:.78rem;line-height:1.1}.sg-ws-hero{padding-top:54px}.sg-ws-hero .sg-ws-hero-image-container .sg-ws-hero-overlay-content{top:15%}.sg-ws-hero .sg-ws-hero-image-container .sg-ws-hero-overlay-content h1{max-width:260px;font-size:1.85rem;line-height:1.2;margin:0 auto 16px}.sg-ws-hero .sg-ws-hero-image-container .sg-ws-hero-overlay-content .sg-ws-check-btn{padding:8px 24px;font-size:.95rem}.sg-ws-hero .sg-ws-hero-image-container .sg-hero-cta{display:none}.sg-ws-section-title{margin-bottom:30px;font-size:1.45rem;line-height:1.12}.sg-ws-features{padding:66px 0 28px}.sg-ws-feature-row,.sg-ws-feature-row.is-reverse{gap:18px;max-width:330px;margin-bottom:56px;text-align:center}.sg-ws-feature-image img{height:178px;border-radius:6px}.sg-ws-feature-copy{max-width:300px}.sg-ws-feature-copy h2{margin-bottom:9px;font-size:1.18rem;line-height:1.08}.sg-ws-feature-copy p{font-size:.73rem;line-height:1.35}.sg-ws-collab{padding:4px 0 70px}.sg-ws-collab-card{max-width:298px;min-height:0;padding:22px 18px 20px;text-align:center;border-radius:5px}.sg-ws-collab-copy h2{justify-content:center;margin-bottom:18px;font-size:1.42rem;line-height:1.08}.sg-ws-collab-copy h2 img{width:76px}.sg-ws-collab-copy p{max-width:238px;margin:0 auto 18px;font-size:.71rem;line-height:1.38}.sg-ws-collab-sticker{position:static;right:auto;bottom:auto;width:112px;max-width:45%;margin:14px auto 0}.sg-ws-collab-card>.sg-action-btn-sketchy{min-width:188px}.sg-ws-resources{padding:0 0 70px}.sg-ws-resources .sg-ws-section-title{max-width:290px;margin-bottom:22px}.sg-ws-resource-stage{position:relative;grid-template-columns:1fr;gap:0;max-width:276px}.sg-ws-resource-arrow{position:absolute;bottom:16px;z-index:5;width:36px;height:36px;font-size:1rem;display:inline-flex!important;justify-self:auto}.sg-ws-resource-arrow:first-child,.sg-ws-resource-arrow:last-child,.sg-ws-resource-arrow:first-child:hover,.sg-ws-resource-arrow:last-child:hover{transform:none}.sg-ws-resource-arrow:first-child{left:8px;order:initial;margin-right:0}.sg-ws-resource-card{order:1;min-height:342px;padding:20px 18px 58px;grid-template-columns:1fr;gap:12px;border-radius:6px;text-align:center;box-shadow:14px 14px #043c37}.sg-ws-resource-image img{max-height:154px;transform:scale(1.05)}.sg-ws-resource-copy h3{margin-bottom:8px;font-size:1.12rem;line-height:1.08}.sg-ws-resource-copy p{max-width:210px;font-size:.71rem;line-height:1.32}.sg-ws-resource-arrow:last-child{right:8px;order:initial;margin-top:0;margin-left:0}.sg-ws-achieve{padding:12px 0 58px}.sg-ws-achieve .sg-ws-section-title{max-width:220px;margin-bottom:28px}.sg-ws-achieve-grid{grid-template-columns:1fr;gap:18px;max-width:300px}.sg-ws-achieve-card{display:grid;grid-template-columns:58px 1fr;column-gap:10px;align-items:start;text-align:left}.sg-ws-achieve-card img{grid-row:span 2;width:52px;height:52px;margin:0}.sg-ws-achieve-card h3{margin:3px 0 4px;font-size:.95rem;line-height:1.12}.sg-ws-achieve-card p{font-size:.68rem;line-height:1.3}.sg-ws-achieve-cta-wrap{display:flex;align-items:center;justify-content:center;width:100%;margin:28px auto 0;padding:0}.sg-ws-achieve-cta{display:inline-flex;align-items:center;justify-content:center;width:176px;min-width:0;max-width:100%;padding-right:16px;padding-left:16px;text-align:center}.sg-ws-achieve .sg-action-btn-sketchy{min-width:0}.sg-ws-previous{padding:16px 0 62px}.sg-ws-previous-heading{max-width:270px;margin-bottom:18px}.sg-ws-previous-heading .sg-ws-section-title{max-width:200px}.sg-ws-previous-adornment{display:block;right:-10px;top:16px;width:140px;height:100px}.sg-ws-join-bubble{top:0;right:18px;width:110px}.sg-ws-previous-sticker{top:27px;right:0;width:58px}.sg-ws-previous-strip{width:calc(100% + 72px);margin-left:-36px}.sg-ws-previous-track{gap:10px;animation-duration:26s}.sg-ws-previous-item{flex-basis:184px;height:246px}.sg-ws-highlight{padding:4px 0 94px}.sg-ws-highlight h2{max-width:310px;font-size:1.42rem;line-height:1.02}.sg-ws-highlight mark{padding:0 4px}.sg-ws-upcoming{padding:0 0 70px}.sg-ws-upcoming img{width:min(178px,58vw);margin-bottom:20px}.sg-ws-upcoming h2{max-width:210px;margin:0 auto 18px;font-size:1.1rem;line-height:1.1}.sg-ws-upcoming .sg-action-btn-sketchy{min-width:196px}}@media(max-width:520px){.sg-ws-collab-card{padding:26px 22px}.sg-ws-collab-copy h2{justify-content:center;text-align:center}.sg-ws-collab-copy h2 img{width:112px}.sg-ws-collab-copy p{text-align:center}.sg-ws-feature-image img{height:178px}.sg-ws-achieve-grid{grid-template-columns:1fr;max-width:300px}.sg-ws-achieve-card{text-align:left}.sg-ws-achieve-card img{margin:0}}@media(max-width:390px){.sg-workshop-page{--sg-ws-mobile-gutter: 22px}.sg-ws-hero h1{font-size:1.34rem}.sg-ws-section-title{font-size:1.28rem}.sg-ws-feature-row,.sg-ws-feature-row.is-reverse{max-width:290px}.sg-ws-feature-image img{height:154px}.sg-ws-resource-stage,.sg-ws-collab-card{max-width:262px}}.sg-games-portal-page{background:#fff;color:#042323;overflow-x:clip}.sg-games-portal-page h1,.sg-games-portal-page h2{font-family:Merriweather,serif;color:#042323;letter-spacing:0}.sg-games-portal-page .sg-action-btn-sketchy{min-width:190px;padding:11px 30px;border-radius:999px;box-shadow:0 3px #0423232e}.sg-games-portal-page .sg-action-btn-sketchy:after{inset:-3px;border-radius:999px}.sg-gp-hero{position:relative;width:100%;aspect-ratio:1510/834;min-height:400px;padding:104px 32px 40px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background-size:cover;background-position:center bottom;background-repeat:no-repeat;text-align:center}.sg-gp-hero-content{position:relative;z-index:2}.sg-gp-hero h1{margin:0 auto 22px;font-size:clamp(2.4rem,4vw,3.6rem);line-height:1.1;color:#042323}.sg-gp-hero-btn{font-size:1.1rem}.sg-games-portal-page .sg-gp-hero-chat-btn{position:fixed;right:32px;bottom:24px;z-index:998;width:auto}.sg-gp-games{padding:128px 0 72px}.sg-gp-game-row{display:grid;grid-template-columns:1fr 1fr;gap:clamp(48px,6vw,76px);align-items:center;max-width:1040px;margin:0 auto 96px}.sg-gp-game-row:last-child{margin-bottom:0}.sg-gp-game-row.is-reverse .sg-gp-game-image{order:2}.sg-gp-game-row.is-reverse .sg-gp-game-copy{order:1}.sg-carousel{width:100%}.sg-carousel-frame{position:relative;width:100%;aspect-ratio:16/10;border-radius:12px;overflow:hidden;background:#fff}.sg-carousel-track{display:flex;height:100%;will-change:transform;transition:transform .65s cubic-bezier(.44,.02,.24,1)}.sg-carousel-slide{flex:0 0 100%;height:100%}.sg-carousel-frame img{width:100%;height:100%;object-fit:cover;display:block}@media(prefers-reduced-motion:reduce){.sg-carousel-track{transition:none}}.sg-carousel-dots{display:flex;justify-content:center;gap:9px;margin-top:16px}.sg-carousel-dot{width:9px;height:9px;padding:0;background:#d5d5d5;border:none;border-radius:50%;cursor:pointer;transition:background-color .15s ease,transform .15s ease}.sg-carousel-dot:hover{background:#9a9a9a}.sg-carousel-dot.is-active{background:#3d3d3d;transform:scale(1.15)}.sg-gp-game-copy h2{margin-bottom:16px;font-size:clamp(1.9rem,2.8vw,2.6rem);line-height:1.15}.sg-gp-game-copy p{margin-bottom:26px;font-size:1rem;font-weight:600;line-height:1.55;color:#142f2f}.sg-gp-read-more{display:none}.sg-gp-coming-soon{padding:20px 0 0;margin-bottom:clamp(-52px,-3.2vw,-24px)}.sg-games-portal-page .sg-gp-coming-soon .sg-gp-coming-inner{position:relative;max-width:none;margin:0;padding:0}.sg-gp-coming-illustration-frame{position:relative;width:100%;aspect-ratio:2000/1743;overflow:hidden}.sg-gp-coming-illustration{position:absolute;top:0;left:-20.44%;display:block;width:139.76%;max-width:none;height:auto}.sg-gp-speech-bubble{position:absolute;bottom:64.99%;left:50%;z-index:2;width:min(62%,660px);padding:26px 40px;display:flex;justify-content:center;align-items:center;background:#fdde55;border:3px solid #000000;border-radius:70px;transform:translate(-46%);box-shadow:0 2px #0423231f}.sg-gp-speech-bubble:before{content:"";position:absolute;left:18%;bottom:-18px;width:30px;height:30px;background:#fdde55;border-right:3px solid #000000;border-bottom:3px solid #000000;transform:rotate(45deg);z-index:0}.sg-gp-speech-bubble p{position:relative;z-index:2;margin:0;font-family:Merriweather,serif;font-size:clamp(1.25rem,2.3vw,2.15rem);font-weight:700;line-height:1.3;text-align:center;color:#000}@media(max-width:968px){.sg-gp-games{padding-top:88px}.sg-gp-game-row,.sg-gp-game-row.is-reverse{grid-template-columns:1fr;gap:30px;margin-bottom:72px;text-align:center}.sg-gp-game-row.is-reverse .sg-gp-game-image,.sg-gp-game-row.is-reverse .sg-gp-game-copy{order:initial}.sg-gp-game-image,.sg-gp-game-copy{max-width:620px;margin:0 auto}}@media(max-width:768px){.sg-gp-hero{aspect-ratio:1510/900;min-height:360px;padding-top:88px}.sg-games-portal-page .sg-gp-hero-chat-btn{right:16px;bottom:16px;padding:8px 20px!important;font-size:1rem!important}.sg-gp-games{padding:68px 0 44px}.sg-gp-coming-inner{display:flex;flex-direction:column;align-items:center;gap:22px}.sg-gp-speech-bubble{position:static;width:calc(100% - 40px);max-width:420px;padding:20px 28px;border-radius:44px;transform:none}.sg-gp-speech-bubble:before{left:50%;bottom:-15px;transform:translate(-50%) rotate(45deg)}}@media(max-width:520px){.sg-games-portal-page .sg-action-btn-sketchy{min-width:170px;padding:10px 24px;font-size:1rem}.sg-gp-hero{aspect-ratio:390/501;min-height:320px;padding-top:92px;background-image:url(/assets/hero-mobile-B7BxbNmZ.webp)!important;background-position:center bottom}.sg-gp-hero h1{margin-bottom:18px;font-size:1.75rem}.sg-gp-hero-btn{font-size:1rem}.sg-games-portal-page .sg-gp-hero-chat-btn{display:none}.sg-games-portal-page .sg-hero-help-bubble{width:84px}.sg-gp-game-row,.sg-gp-game-row.is-reverse{gap:22px;margin-bottom:60px}.sg-gp-game-copy h2{margin-bottom:12px;font-size:1.5rem}.sg-gp-game-copy p{margin-bottom:22px;font-size:.95rem;text-align:left}.sg-gp-game-desc{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.sg-gp-game-desc.is-expanded{-webkit-line-clamp:unset;overflow:visible}.sg-gp-read-more{display:block;margin:-8px 0 22px;padding:0;background:none;border:none;font-family:var(--font-body);font-size:.95rem;font-weight:600;color:var(--color-accent);text-align:left;text-decoration:underline;cursor:pointer}.sg-gp-speech-bubble{padding:18px 24px;border-radius:34px}}.sg-budding-life-page{background:#fff;color:#042323;overflow:clip}.sg-budding-life-page h1{font-family:Merriweather,serif;color:#042323;letter-spacing:0}.sg-bl-hero{position:relative;padding-top:72px;text-align:center;overflow:hidden;background:#fff}.sg-bl-hero .sg-bl-hero-image-container{position:relative;width:100vw;max-width:100vw;margin-left:50%;transform:translate(-50%)}.sg-bl-hero .sg-bl-hero-image-container .sg-bl-hero-cover-pic{display:block;width:100%}.sg-bl-hero .sg-bl-hero-image-container .sg-bl-hero-cover-pic img{width:100%;max-width:100%;height:auto;display:block}.sg-bl-hero .sg-bl-hero-image-container .sg-bl-hero-overlay-content{position:absolute;top:6%;left:50%;transform:translate(-50%);width:90%;max-width:900px;z-index:3;text-align:center}.sg-bl-hero .sg-bl-hero-image-container .sg-bl-hero-overlay-content h1{margin:0 auto 12px;font-size:clamp(2rem,4vw,3.4rem);line-height:1.15;font-weight:700;color:#1b3a2d}.sg-bl-hero .sg-bl-hero-image-container .sg-bl-hero-overlay-content .sg-bl-check-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 28px;font-size:1rem;font-weight:700}.sg-bl-visual{position:relative;align-self:end;min-height:790px}.sg-bl-phone{position:absolute;right:clamp(-168px,-11vw,-96px);bottom:178px;z-index:2;width:min(810px,59vw);max-width:none;filter:drop-shadow(0 14px 12px rgba(0,0,0,.22))}.sg-bl-sticker{position:absolute;max-width:none;pointer-events:none}.sg-bl-sticker-top{right:min(320px,25vw);top:-116px;z-index:1;width:min(200px,18vw);transform:rotate(-4deg)}.sg-bl-sticker-bottom{right:-10px;bottom:158px;z-index:3;width:min(226px,19vw);transform:rotate(2deg)}.sg-bl-learners{padding:76px 0 122px;background:#fff}.sg-budding-life-page .sg-bl-hero-chat-btn{position:fixed;right:32px;bottom:24px;z-index:998;width:auto}.sg-bl-section-title{margin:0 0 72px;font-family:Merriweather,serif;font-size:clamp(2rem,3vw,3.05rem);line-height:1.14;text-align:center;color:#042323;letter-spacing:0}.sg-bl-steps{max-width:1120px;margin:0 auto}.sg-bl-steps-scroller{position:relative;height:620px;overflow-y:auto;scrollbar-width:none}.sg-bl-steps-scroller::-webkit-scrollbar{display:none}.sg-bl-steps-sticky-stage{position:sticky;top:0;display:grid;grid-template-columns:minmax(360px,.9fr) auto minmax(420px,1fr);gap:clamp(20px,3vw,40px);align-items:center;min-height:620px}.sg-bl-steps-visual-sticky{position:relative;min-height:620px}.sg-bl-steps-visual-sticky .sg-bl-step-visual{position:absolute;inset:0;opacity:0;transition:opacity .45s ease;pointer-events:none}.sg-bl-steps-visual-sticky .sg-bl-step-visual.is-active{opacity:1}.sg-bl-steps-copy-sticky{position:relative;min-height:340px}.sg-bl-steps-copy-sticky .sg-bl-step-copy{position:absolute;inset:0;opacity:0;transition:opacity .4s ease;pointer-events:none}.sg-bl-steps-copy-sticky .sg-bl-step-copy.is-active{opacity:1;pointer-events:auto}.sg-bl-steps-triggers{display:flex;flex-direction:column}.sg-bl-steps-trigger{height:620px}.sg-bl-steps-progress{display:flex;flex-direction:column;align-items:center;gap:10px}.sg-bl-steps-progress-bar{width:4px;height:24px;border:none;border-radius:999px;background:#0423232e;cursor:pointer;transition:height .3s ease,background .3s ease}.sg-bl-steps-progress-bar:hover{background:#04232352}.sg-bl-steps-progress-bar.is-active{height:40px;background:#042323}.sg-bl-steps-mobile{display:none}.sg-bl-step-visual{position:relative;min-height:620px}.sg-bl-step-star{position:absolute;left:40px;top:342px;z-index:1;width:250px;height:auto;transform:rotate(-10deg)}.sg-bl-step-phone{position:absolute;left:-116px;top:-34px;z-index:2;width:720px;max-width:none;filter:drop-shadow(0 12px 10px rgba(0,0,0,.2))}.sg-bl-step-sticker{position:absolute;right:46px;bottom:-24px;z-index:3;width:178px;max-width:none;pointer-events:none}.sg-bl-step-copy{max-width:565px}.sg-bl-step-copy h3{margin:0 0 16px;font-family:Merriweather,serif;font-size:clamp(2rem,3vw,3rem);line-height:1.12;color:#050a0a;letter-spacing:0}.sg-bl-step-copy p{margin:0;font-size:clamp(1.03rem,1.3vw,1.28rem);font-weight:500;line-height:1.42;color:#161616}.sg-bl-savings{width:min(520px,100%);margin:22px auto 0;display:grid;justify-items:center}.sg-bl-savings h4{margin:0 0 18px;font-family:Merriweather,serif;font-size:1.22rem;line-height:1.25;text-align:center;color:#161616}.sg-bl-savings-list{width:100%;display:grid;grid-template-columns:repeat(3,minmax(90px,1fr));gap:24px}.sg-bl-saving-item{margin:0;text-align:center}.sg-bl-saving-item img{width:78px;height:78px;margin:0 auto 8px;object-fit:contain}.sg-bl-saving-item:nth-child(2) img{width:84px}.sg-bl-saving-item figcaption{font-family:Merriweather,serif;font-size:1.05rem;font-weight:700;line-height:1.2;color:#171717}.sg-bl-parent-tools{position:relative;z-index:2;padding:48px 0 0;background:#fff}.sg-bl-parent-heading{text-align:center}.sg-bl-parent-heading h2,.sg-bl-setup-copy h2{margin:0;font-family:Merriweather,serif;color:#042323;letter-spacing:0}.sg-bl-parent-heading h2{font-size:clamp(2rem,3vw,2.6rem);line-height:1.12}.sg-bl-parent-heading p{margin:14px 0 0;font-size:clamp(1rem,1.25vw,1.18rem);font-weight:500;line-height:1.35;color:#030303}.sg-bl-feature-stage{position:relative;max-width:940px;min-height:515px;margin:34px auto 0}.sg-bl-feature-bubble{position:absolute;width:190px;height:190px;padding:28px 22px 22px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#000;background:transparent;transition:transform var(--transition-fast),filter var(--transition-fast)}.sg-bl-feature-bubble:hover,.sg-bl-feature-bubble.is-active{transform:translateY(-6px) scale(1.03);filter:drop-shadow(0 10px 12px rgba(4,35,35,.12))}.sg-bl-feature-bubble.sg-fade-in.visible{transform:none}.sg-bl-feature-bubble.sg-fade-in.visible:hover,.sg-bl-feature-bubble.sg-fade-in.visible.is-active{transform:translateY(-6px) scale(1.03)}.sg-bl-feature-star{position:absolute;inset:0;z-index:0;background:#9fe2cc;mask:url("data:image/svg+xml,%3csvg%20width='295'%20height='291'%20viewBox='0%200%20295%20291'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M106.812%2017.9722C128.635%20-5.99087%20166.339%20-5.99087%20188.162%2017.9722C197.745%2028.4955%20211.034%2034.8952%20225.237%2035.8265C257.578%2037.9474%20281.087%2067.4261%20275.958%2099.4284C273.705%20113.482%20276.987%20127.862%20285.114%20139.547C303.621%20166.154%20295.231%20202.914%20267.012%20218.857C254.62%20225.858%20245.424%20237.39%20241.356%20251.029C232.091%20282.088%20198.121%20298.447%20168.062%20286.326C154.862%20281.003%20140.112%20281.003%20126.912%20286.326C96.8533%20298.447%2062.8825%20282.088%2053.6183%20251.029C49.5499%20237.39%2040.3536%20225.858%2027.9616%20218.857C-0.256611%20202.914%20-8.64669%20166.154%209.85956%20139.547C17.9866%20127.862%2021.2687%20113.482%2019.0163%2099.4284C13.8874%2067.4261%2037.3959%2037.9474%2069.7371%2035.8265C83.9398%2034.8952%2097.2287%2028.4955%20106.812%2017.9722Z'%20fill='%239FE2CC'/%3e%3c/svg%3e") center/contain no-repeat;-webkit-mask:url("data:image/svg+xml,%3csvg%20width='295'%20height='291'%20viewBox='0%200%20295%20291'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M106.812%2017.9722C128.635%20-5.99087%20166.339%20-5.99087%20188.162%2017.9722C197.745%2028.4955%20211.034%2034.8952%20225.237%2035.8265C257.578%2037.9474%20281.087%2067.4261%20275.958%2099.4284C273.705%20113.482%20276.987%20127.862%20285.114%20139.547C303.621%20166.154%20295.231%20202.914%20267.012%20218.857C254.62%20225.858%20245.424%20237.39%20241.356%20251.029C232.091%20282.088%20198.121%20298.447%20168.062%20286.326C154.862%20281.003%20140.112%20281.003%20126.912%20286.326C96.8533%20298.447%2062.8825%20282.088%2053.6183%20251.029C49.5499%20237.39%2040.3536%20225.858%2027.9616%20218.857C-0.256611%20202.914%20-8.64669%20166.154%209.85956%20139.547C17.9866%20127.862%2021.2687%20113.482%2019.0163%2099.4284C13.8874%2067.4261%2037.3959%2037.9474%2069.7371%2035.8265C83.9398%2034.8952%2097.2287%2028.4955%20106.812%2017.9722Z'%20fill='%239FE2CC'/%3e%3c/svg%3e") center/contain no-repeat}.sg-bl-feature-bubble img,.sg-bl-feature-bubble span:not(.sg-bl-feature-star){position:relative;z-index:1}.sg-bl-feature-bubble img{width:76px;height:76px;object-fit:contain}.sg-bl-feature-bubble span:not(.sg-bl-feature-star){max-width:150px;font-family:Merriweather,serif;font-size:1rem;font-weight:700;line-height:1.12;text-align:center}.sg-bl-feature-peach{left:200px;top:0}.sg-bl-feature-peach .sg-bl-feature-star{background:#ffb6a6}.sg-bl-feature-yellow{right:200px;top:0}.sg-bl-feature-yellow .sg-bl-feature-star{background:#f9dd43}.sg-bl-feature-mint{left:0;top:236px}.sg-bl-feature-mint .sg-bl-feature-star{background:#9cdec9}.sg-bl-feature-lime{right:0;top:236px}.sg-bl-feature-lime .sg-bl-feature-star{background:#d8f92f}.sg-bl-feature-modal-icon-peach .sg-bl-feature-star{background:#ffb6a6}.sg-bl-feature-modal-icon-yellow .sg-bl-feature-star{background:#f9dd43}.sg-bl-feature-modal-icon-mint .sg-bl-feature-star{background:#9cdec9}.sg-bl-feature-modal-icon-lime .sg-bl-feature-star{background:#d8f92f}.sg-modal.sg-bl-feature-modal{position:relative;max-width:1060px;border:2px solid #000000;border-radius:32px;box-shadow:0 8px #0423231f}.sg-bl-feature-modal .sg-modal-body{padding:clamp(28px,5vw,56px)}.sg-bl-feature-modal-close{position:absolute;top:20px;right:20px;z-index:1;width:36px;height:36px;display:grid;place-items:center;border:none;background:transparent;cursor:pointer}.sg-bl-feature-modal-body{display:flex;flex-direction:column;align-items:center;gap:28px}.sg-bl-feature-modal-copy{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}.sg-bl-feature-modal-copy h3{margin:0;font-family:Merriweather,serif;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;line-height:1.15;color:#042323}.sg-bl-feature-modal-copy p{margin:0;font-size:clamp(1.05rem,1.4vw,1.2rem);font-weight:500;line-height:1.55;color:#161616}.sg-bl-feature-modal-icon{position:relative;width:130px;height:130px;display:grid;place-items:center;flex-shrink:0}.sg-bl-feature-modal-icon img{position:relative;z-index:1;width:68px;height:68px;object-fit:contain}.sg-bl-feature-modal-phone{width:min(480px,95%);height:auto}@media(min-width:620px){.sg-bl-feature-modal-body{flex-direction:row;align-items:center;justify-content:center;gap:clamp(24px,4vw,56px)}.sg-bl-feature-modal-copy{flex:0 1 380px;max-width:380px}.sg-bl-feature-modal-phone{width:min(420px,48%);flex-shrink:0}}.sg-bl-parent-family{position:absolute;left:50%;bottom:-24px;z-index:4;width:min(395px,42vw);max-width:none;transform:translate(-50%);pointer-events:none}.sg-bl-parent-family.sg-fade-in{transform:translate(-50%) translateY(24px)}.sg-bl-parent-family.sg-fade-in.visible{transform:translate(-50%)}.sg-bl-setup{position:relative;z-index:1;margin-top:-82px;padding:150px 0 104px;background:#fff5e2;overflow:visible}.sg-bl-setup:before{content:"";position:absolute;left:50%;top:-76px;width:128vw;height:152px;transform:translate(-50%);background:#fff5e2;border-radius:50% 50% 0 0/100% 100% 0 0;pointer-events:none}.sg-bl-setup>.sg-container{position:relative;z-index:2}.sg-bl-setup-copy{max-width:880px;margin:0 auto 54px;text-align:center}.sg-bl-setup-copy h2{font-size:clamp(2rem,3vw,2.65rem);line-height:1.1}.sg-bl-setup-copy p{max-width:650px;margin:14px auto 0;font-size:clamp(1rem,1.25vw,1.18rem);font-weight:500;line-height:1.35;color:#000}.sg-bl-setup-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(42px,5vw,56px);max-width:730px;margin:0 auto}.sg-bl-setup-card{position:relative;min-height:214px;padding:32px 20px 18px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;background:#fff;border:1px solid rgba(4,35,35,.08);border-radius:14px;box-shadow:0 4px 7px #0423232e;text-align:center}.sg-bl-setup-number{position:absolute;left:-30px;top:-24px;width:60px;height:60px;display:grid;place-items:center;border-radius:50%;background:#de551f;font-family:Merriweather,serif;font-size:2.2rem;font-weight:700;line-height:1;color:#fff}.sg-bl-setup-card h3{min-height:44px;margin:0;font-size:clamp(.94rem,1.2vw,1.06rem);font-weight:700;line-height:1.24;color:#000}.sg-bl-setup-card img{width:150px;height:118px;object-fit:contain}.sg-bl-setup-card:nth-child(1) img,.sg-bl-setup-card:nth-child(2) img{border-radius:18px}.sg-bl-why{scroll-margin-top:100px;padding:64px 0 96px;background:#fff}.sg-bl-why .sg-bl-why-title{margin:0 0 48px;font-family:Merriweather,serif;font-size:clamp(2rem,3vw,2.65rem);line-height:1.1;text-align:center;color:#042323;letter-spacing:0}.sg-bl-why .sg-bl-why-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;max-width:1080px;margin:0 auto}.sg-bl-why .sg-bl-why-card{background:#fff5e2;border:2px solid #000000;border-radius:18px;padding:28px 20px 24px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:space-between;box-shadow:0 4px #0423231f;transition:transform var(--transition-fast),box-shadow var(--transition-fast);position:relative}.sg-bl-why .sg-bl-why-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #04232326}.sg-bl-why .sg-bl-why-card-img{width:100%;height:220px;object-fit:contain;margin-bottom:24px;display:block}.sg-bl-why .sg-bl-why-badge{width:90%;min-height:64px;padding:8px 14px;border:2px solid #000000;border-radius:12px;font-family:Merriweather,serif;font-weight:700;font-size:1.05rem;line-height:1.25;color:#042323;text-align:center;display:flex;align-items:center;justify-content:center;margin-top:auto;margin-bottom:-36px}.sg-bl-why .sg-bl-why-badge.badge-mint{background:#92d9cd}.sg-bl-why .sg-bl-why-badge.badge-coral{background:#ffaaa6}.sg-bl-why .sg-bl-why-badge.badge-lime{background:#e5f956}.sg-bl-why-copy h3{margin:0 0 10px;font-family:Merriweather,serif;font-size:clamp(1.75rem,2.5vw,2.2rem);font-weight:700;line-height:1.12;color:#042323;letter-spacing:0}.sg-bl-why-copy p{margin:0;font-size:clamp(1.04rem,1.55vw,1.28rem);font-weight:500;line-height:1.42;color:#000}.sg-bl-pricing{position:relative;padding:150px 0 104px;background:#eef9f5;overflow:hidden}.sg-bl-pricing:before{content:"";position:absolute;left:50%;top:-92px;width:128vw;height:168px;transform:translate(-50%);background:#fff5e2;border-radius:0 0 50% 50%/0 0 100% 100%;pointer-events:none}.sg-bl-pricing>.sg-container{position:relative;z-index:2}.sg-bl-pricing-title{max-width:690px;margin:0 auto 40px;font-family:Merriweather,serif;font-size:clamp(2rem,3vw,2.65rem);line-height:1.16;text-align:center;color:#042323;letter-spacing:0}.sg-bl-pricing-cards{position:relative;z-index:3;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;max-width:812px;margin:0 auto}.sg-bl-pricing-card{min-height:564px;padding:34px 34px 30px;display:flex;flex-direction:column;background:#fff;border:1.5px solid #111111;border-radius:8px}.sg-bl-pricing-card h3{margin:0 0 12px;font-family:Merriweather,serif;font-size:clamp(1.75rem,2.3vw,2rem);line-height:1.15;color:#042323;letter-spacing:0}.sg-bl-pricing-price{margin:0 0 8px;line-height:1;color:#042323}.sg-bl-pricing-price strong{font-family:Merriweather,serif;font-size:clamp(1.75rem,2.4vw,2.12rem);font-weight:700}.sg-bl-pricing-price span{margin-left:6px;font-size:1.16rem;font-weight:500;color:#000}.sg-bl-pricing-description{min-height:45px;margin:0 0 24px;font-size:.98rem;font-weight:500;line-height:1.35;color:#000}.sg-bl-pricing-features{margin:0;padding:26px 0 0;display:grid;gap:13px;border-top:1.5px solid #111111;list-style:none}.sg-bl-pricing-features li{position:relative;padding-left:28px;font-size:1.08rem;font-weight:500;line-height:1.35;color:#000}.sg-bl-pricing-features li:before{content:"✓";position:absolute;left:0;top:3px;width:16px;height:16px;display:grid;place-items:center;border-radius:50%;background:#65bb70;font-size:.72rem;font-weight:800;line-height:1;color:#fff}.sg-bl-pricing-btn{width:min(296px,100%);margin:auto auto 0;padding:8px 32px;border-radius:999px;box-shadow:0 3px #0423232e}.sg-bl-pricing-btn:after{inset:-3px;border-radius:999px}.sg-bl-pricing-star{position:absolute;z-index:1;display:block;pointer-events:none;mask:url("data:image/svg+xml,%3csvg%20width='545'%20height='556'%20viewBox='0%200%20545%20556'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M371.164%2054.1375C402.394%2038.3443%20418.009%2030.4477%20422.701%2033.1729C427.394%2035.8982%20428.273%2053.3742%20430.032%2088.3262C430.99%20107.355%20435.355%20125.535%20445.961%20138.378C456.621%20151.286%20473.654%20158.889%20492.113%20163.232C525.993%20171.203%20542.933%20175.189%20544.774%20180.285C546.615%20185.381%20536.199%20199.182%20515.369%20226.783C503.561%20242.429%20494.899%20259.735%20494.733%20276.944C494.567%20294.27%20503.012%20311.616%20514.642%20327.238C535.137%20354.768%20545.384%20368.534%20543.522%20373.611C541.66%20378.688%20524.979%20382.554%20491.617%20390.287C472.43%20394.735%20454.531%20402.565%20443.292%20415.966C432.082%20429.331%20427.419%20448.327%20426.279%20468.041C424.295%20502.332%20423.303%20519.477%20418.609%20522.17C413.914%20524.864%20398.526%20517.023%20367.749%20501.341C350.653%20492.631%20332.461%20487.345%20315.706%20490.395C299.08%20493.421%20283.758%20504.675%20270.529%20518.764C246.684%20544.16%20234.762%20556.858%20229.422%20555.902C224.083%20554.946%20217.276%20538.832%20203.663%20506.605C196.305%20489.186%20186.025%20473.738%20171.676%20465.405C157.327%20457.071%20138.815%20455.797%20120.039%20458.038C85.3001%20462.185%2067.9308%20464.258%2064.4548%20460.094C60.9787%20455.93%2066.0994%20439.283%2076.3408%20405.987C82.0229%20387.514%2084.2043%20368.629%2078.5935%20352.688C72.9392%20336.624%2059.3334%20323.442%2043.2954%20312.91C14.423%20293.949%20-0.0132503%20284.468%20-0.000236659%20279.056C0.0127617%20273.644%2014.4133%20264.286%2043.2143%20245.569C59.7716%20234.81%2073.9606%20221.346%2080.014%20204.986C86.0837%20188.583%2084.0152%20169.156%2078.3695%20150.286C68.5534%20117.478%2063.6453%20101.073%2067.1323%2096.9396C70.6193%2092.8061%2087.6538%2094.8852%20121.723%2099.0434C141.055%20101.403%20160.306%20100.142%20175.272%2091.4112C190.138%2082.7394%20200.876%2066.6397%20208.614%2048.6304C222.265%2016.8594%20229.09%200.973865%20234.429%200.0471733C239.768%20-0.879525%20251.624%2011.8591%20275.338%2037.3363C288.258%2051.2169%20303.303%2062.2437%20319.796%2065.1055C336.208%2067.953%20354.161%2062.7359%20371.164%2054.1375Z'%20fill='%239FE2CC'/%3e%3c/svg%3e") center/contain no-repeat;-webkit-mask:url("data:image/svg+xml,%3csvg%20width='545'%20height='556'%20viewBox='0%200%20545%20556'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M371.164%2054.1375C402.394%2038.3443%20418.009%2030.4477%20422.701%2033.1729C427.394%2035.8982%20428.273%2053.3742%20430.032%2088.3262C430.99%20107.355%20435.355%20125.535%20445.961%20138.378C456.621%20151.286%20473.654%20158.889%20492.113%20163.232C525.993%20171.203%20542.933%20175.189%20544.774%20180.285C546.615%20185.381%20536.199%20199.182%20515.369%20226.783C503.561%20242.429%20494.899%20259.735%20494.733%20276.944C494.567%20294.27%20503.012%20311.616%20514.642%20327.238C535.137%20354.768%20545.384%20368.534%20543.522%20373.611C541.66%20378.688%20524.979%20382.554%20491.617%20390.287C472.43%20394.735%20454.531%20402.565%20443.292%20415.966C432.082%20429.331%20427.419%20448.327%20426.279%20468.041C424.295%20502.332%20423.303%20519.477%20418.609%20522.17C413.914%20524.864%20398.526%20517.023%20367.749%20501.341C350.653%20492.631%20332.461%20487.345%20315.706%20490.395C299.08%20493.421%20283.758%20504.675%20270.529%20518.764C246.684%20544.16%20234.762%20556.858%20229.422%20555.902C224.083%20554.946%20217.276%20538.832%20203.663%20506.605C196.305%20489.186%20186.025%20473.738%20171.676%20465.405C157.327%20457.071%20138.815%20455.797%20120.039%20458.038C85.3001%20462.185%2067.9308%20464.258%2064.4548%20460.094C60.9787%20455.93%2066.0994%20439.283%2076.3408%20405.987C82.0229%20387.514%2084.2043%20368.629%2078.5935%20352.688C72.9392%20336.624%2059.3334%20323.442%2043.2954%20312.91C14.423%20293.949%20-0.0132503%20284.468%20-0.000236659%20279.056C0.0127617%20273.644%2014.4133%20264.286%2043.2143%20245.569C59.7716%20234.81%2073.9606%20221.346%2080.014%20204.986C86.0837%20188.583%2084.0152%20169.156%2078.3695%20150.286C68.5534%20117.478%2063.6453%20101.073%2067.1323%2096.9396C70.6193%2092.8061%2087.6538%2094.8852%20121.723%2099.0434C141.055%20101.403%20160.306%20100.142%20175.272%2091.4112C190.138%2082.7394%20200.876%2066.6397%20208.614%2048.6304C222.265%2016.8594%20229.09%200.973865%20234.429%200.0471733C239.768%20-0.879525%20251.624%2011.8591%20275.338%2037.3363C288.258%2051.2169%20303.303%2062.2437%20319.796%2065.1055C336.208%2067.953%20354.161%2062.7359%20371.164%2054.1375Z'%20fill='%239FE2CC'/%3e%3c/svg%3e") center/contain no-repeat}.sg-bl-pricing-star-left{left:-58px;top:202px;width:242px;height:242px;background:#96daea;transform:rotate(-10deg)}.sg-bl-pricing-star-right{right:-40px;bottom:64px;width:310px;height:310px;background:#96ddca;transform:rotate(12deg)}.sg-bl-pricing-sticker,.sg-bl-pricing-bubble{position:absolute;z-index:4;max-width:none;pointer-events:none}.sg-bl-pricing-sticker-left{left:40px;bottom:78px;width:140px}.sg-bl-pricing-sticker-right{right:102px;top:78px;width:176px}.sg-bl-pricing-bubble{right:244px;top:86px;width:220px}.sg-bl-final-cta{position:relative;padding:0;background:#fff;overflow:hidden}.sg-bl-final-cta-inner{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:0;max-width:none;margin:0;padding:0}.sg-bl-final-cta .sg-bl-final-cta-inner{max-width:none;padding:0}.sg-bl-final-cta-copy{position:static;max-width:560px;padding:80px 40px 80px clamp(48px,8vw,140px)}.sg-bl-final-cta-copy h2{margin:0 0 18px;font-family:Merriweather,serif;font-size:clamp(2.2rem,3.8vw,3.3rem);line-height:1.16;color:#1b3a2d;letter-spacing:0}.sg-bl-final-cta-copy p{margin:0 0 32px;font-size:clamp(1.02rem,1.25vw,1.18rem);font-weight:500;line-height:1.45;color:#333}.sg-bl-final-cta-stores{display:flex;align-items:center;gap:16px}.sg-bl-final-cta-stores .sg-bl-store-badge{height:58px;width:185px;display:inline-block;border-radius:12px;overflow:hidden}.sg-bl-final-cta-stores .sg-bl-store-badge .sg-bl-store-img{width:100%;height:100%;object-fit:cover;border-radius:12px}.sg-bl-final-cta-visual{position:relative;display:flex;justify-content:center;align-items:flex-end;align-self:stretch;overflow:visible}.sg-bl-final-cta-visual img{position:relative;width:110%;max-width:none;height:auto;object-fit:contain;display:block;margin-top:auto;margin-bottom:-4px}@media(max-width:1160px){.sg-bl-hero{min-height:auto}.sg-bl-hero-inner{grid-template-columns:minmax(360px,.9fr) minmax(360px,1fr);min-height:778px}.sg-bl-copy{align-self:start;padding-top:112px;padding-left:0;transform:none}.sg-bl-copy h1{font-size:clamp(2.25rem,4.6vw,3.05rem)}.sg-bl-phone{right:-132px;bottom:146px;width:min(720px,63vw)}.sg-bl-sticker-top{right:min(278px,25vw);top:-78px}.sg-bl-sticker-bottom{bottom:126px}.sg-bl-steps{max-width:980px}.sg-bl-steps-scroller,.sg-bl-steps-sticky-stage,.sg-bl-steps-trigger{height:570px}.sg-bl-steps-sticky-stage{gap:34px;min-height:570px}.sg-bl-step-visual{min-height:570px}.sg-bl-step-phone{left:-112px;top:-30px;width:660px}.sg-bl-step-sticker{right:42px;bottom:-12px;width:158px}.sg-bl-feature-stage{max-width:900px;min-height:500px}.sg-bl-feature-bubble{width:184px;height:184px;padding:26px 22px 20px}.sg-bl-feature-bubble img{width:72px;height:72px}.sg-bl-feature-bubble span:not(.sg-bl-feature-star){font-size:.98rem}.sg-bl-feature-peach{left:190px}.sg-bl-feature-yellow{right:190px}.sg-bl-feature-mint{left:0;top:226px}.sg-bl-feature-lime{right:0;top:226px}.sg-bl-parent-family{width:min(375px,42vw)}.sg-bl-setup-cards{max-width:730px;gap:46px}.sg-bl-setup-card{min-height:214px;padding-left:20px;padding-right:20px}.sg-bl-setup-card img{width:150px}.sg-bl-why-grid{column-gap:56px;max-width:960px}.sg-bl-why-item{grid-template-columns:112px minmax(0,1fr);gap:22px}.sg-bl-why-icon{width:112px;height:112px}.sg-bl-why-icon img{width:70px;height:70px}.sg-bl-pricing-cards{max-width:760px}.sg-bl-pricing-card{padding:32px 30px 28px}.sg-bl-pricing-sticker-left{left:24px;width:120px}.sg-bl-pricing-sticker-right{right:74px;top:86px;width:150px}.sg-bl-pricing-bubble{right:190px;top:98px;width:194px}.sg-bl-final-cta-inner{grid-template-columns:minmax(540px,.88fr) minmax(360px,1fr);padding-left:clamp(54px,7vw,86px)}.sg-bl-final-cta .sg-bl-final-cta-inner{padding-left:clamp(54px,7vw,86px)}.sg-bl-final-cta-visual img{right:-6px;width:min(650px,52vw)}}@media(max-width:768px){.sg-bl-hero{min-height:auto;padding-top:54px}.sg-bl-hero .sg-bl-hero-image-container .sg-bl-hero-overlay-content{top:13%}.sg-bl-hero .sg-bl-hero-image-container .sg-bl-hero-overlay-content h1{max-width:250px;font-size:1.75rem;line-height:1.2;margin:0 auto 14px}.sg-bl-hero .sg-bl-hero-image-container .sg-bl-hero-overlay-content .sg-bl-check-btn{padding:8px 24px;font-size:.95rem}.sg-bl-learners{padding:0 0 64px;scroll-margin-top:80px}.sg-bl-section-title{margin-bottom:56px}.sg-bl-steps-scroller{display:none}.sg-bl-steps-mobile{display:grid;gap:78px}.sg-bl-steps-mobile .sg-bl-step{display:grid;grid-template-columns:1fr;gap:30px;text-align:center}.sg-bl-step-visual{width:min(440px,100%);min-height:570px;margin:0 auto}.sg-bl-step-phone{left:50%;top:-24px;width:min(680px,150vw);transform:translate(-50%)}.sg-bl-step-star{left:10px;top:314px;width:220px}.sg-bl-step-sticker{right:14px;bottom:-8px;width:150px}.sg-bl-step-copy{max-width:620px;margin:0 auto}.sg-bl-savings-list{margin:0 auto}.sg-bl-parent-tools{padding:64px 0 0}.sg-bl-feature-stage{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px;max-width:620px;min-height:auto;margin-top:52px}.sg-bl-feature-peach,.sg-bl-feature-yellow,.sg-bl-feature-mint,.sg-bl-feature-lime{position:relative;left:auto;right:auto;top:auto}.sg-bl-feature-bubble{width:min(250px,100%);height:auto;aspect-ratio:1;justify-self:center}.sg-bl-parent-family{position:relative;grid-column:1/-1;left:50%;bottom:auto;width:min(330px,54vw);margin:-8px auto -104px}.sg-bl-setup{margin-top:-20px;padding:142px 0 92px}.sg-bl-setup-copy{margin-bottom:58px}.sg-bl-setup-cards{grid-template-columns:1fr;max-width:420px}.sg-bl-setup-number{left:-34px}.sg-bl-why{display:none}.sg-bl-pricing{padding:126px 0 88px}.sg-bl-pricing-cards{grid-template-columns:1fr;max-width:430px;gap:24px}.sg-bl-pricing-card{min-height:auto}.sg-bl-pricing-description{min-height:0}.sg-bl-pricing-star-left{left:-84px;top:190px;width:210px;height:210px}.sg-bl-pricing-star-right{right:-110px;bottom:118px;width:250px;height:250px}.sg-bl-pricing-sticker-left{left:16px;bottom:36px;width:96px}.sg-bl-pricing-sticker-right,.sg-bl-pricing-bubble{display:none}.sg-bl-final-cta{padding-top:40px}.sg-bl-final-cta-inner{grid-template-columns:1fr;gap:24px;min-height:auto;padding:0 24px;text-align:center}.sg-bl-final-cta .sg-bl-final-cta-inner{padding:0 24px}.sg-bl-final-cta-copy{max-width:500px;margin:0 auto;padding:0}.sg-bl-final-cta-copy h2{font-size:1.75rem}.sg-bl-final-cta-copy p{font-size:1rem;margin-bottom:24px}.sg-bl-final-cta-stores{justify-content:center}.sg-bl-final-cta-stores .sg-bl-store-badge{height:48px;width:155px}.sg-bl-final-cta-visual{min-height:auto;justify-content:center}.sg-bl-final-cta-visual img{position:static;width:100%;max-width:640px;margin-bottom:-4px;transform:none}}@media(max-width:620px){.sg-budding-life-page .sg-container{padding-left:18px;padding-right:18px}.sg-bl-hero{padding-top:72px}.sg-bl-pattern{width:1180px;object-position:54% top}.sg-bl-hero-inner{gap:8px;padding:28px 18px 0}.sg-bl-copy{max-width:310px}.sg-bl-copy h1{margin-bottom:10px;font-size:clamp(1.24rem,6vw,1.58rem);line-height:1.16}.sg-bl-copy p{max-width:295px;margin-bottom:12px;font-size:.72rem;line-height:1.42}.sg-bl-store-links{gap:8px}.sg-bl-store-badge,.sg-bl-final-cta-stores .sg-bl-store-badge{height:33px}.sg-bl-store-img{border-radius:6px}.sg-bl-visual{width:min(330px,100%);min-height:330px}.sg-bl-phone{bottom:-10px;width:min(370px,108vw)}.sg-bl-sticker-top{right:calc(50% + 72px);top:18px;width:min(88px,25vw)}.sg-bl-sticker-bottom{right:calc(50% - 156px);bottom:8px;width:min(92px,28vw)}.sg-bl-learners{padding:34px 0 50px}.sg-bl-section-title{max-width:260px;margin:0 auto 22px;font-size:clamp(1.25rem,6.4vw,1.58rem);line-height:1.14}.sg-bl-steps{max-width:330px}.sg-bl-steps-mobile{gap:34px}.sg-bl-steps-mobile .sg-bl-step{gap:12px}.sg-bl-step-visual{width:min(285px,100%);min-height:305px}.sg-bl-step-phone{top:0;width:min(365px,118vw)}.sg-bl-step-star{left:6px;top:174px;width:112px}.sg-bl-step-sticker{right:-4px;bottom:8px;width:min(76px,24vw)}.sg-bl-step-copy{max-width:285px}.sg-bl-step-copy h3{margin-bottom:8px;font-size:clamp(1.18rem,5.9vw,1.46rem);line-height:1.14}.sg-bl-step-copy p{font-size:.68rem;line-height:1.38}.sg-bl-savings{width:min(286px,100%);margin-top:13px}.sg-bl-savings h4{margin-bottom:10px;font-size:.78rem}.sg-bl-savings-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.sg-bl-saving-item img,.sg-bl-saving-item:nth-child(2) img{width:42px;height:42px;margin-bottom:5px}.sg-bl-saving-item figcaption{font-size:.58rem;line-height:1.15}.sg-bl-parent-tools{padding:36px 0 0}.sg-bl-parent-heading{max-width:280px;margin:0 auto}.sg-bl-parent-heading h2,.sg-bl-setup-copy h2,.sg-bl-why-title,.sg-bl-pricing-title{font-size:clamp(1.26rem,6.2vw,1.56rem);line-height:1.12}.sg-bl-parent-heading p,.sg-bl-setup-copy p{margin-top:8px;font-size:.68rem;line-height:1.4}.sg-bl-feature-stage{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:8px 4px;max-width:308px;margin-top:24px}.sg-bl-feature-bubble{width:136px;padding:20px 14px 14px}.sg-bl-feature-bubble img{width:46px;height:46px}.sg-bl-feature-bubble span:not(.sg-bl-feature-star){max-width:92px;font-size:.66rem;line-height:1.15}.sg-bl-feature-peach,.sg-bl-feature-mint{justify-self:start}.sg-bl-feature-yellow,.sg-bl-feature-lime{justify-self:end}.sg-bl-feature-mint{margin-top:10px}.sg-bl-feature-lime{margin-top:-8px}.sg-bl-parent-family{left:calc(50% - 28px);width:min(235px,72vw);margin:-6px auto -60px}.sg-bl-setup{margin-top:-10px;padding:90px 0 48px}.sg-bl-setup:before{top:-62px;height:112px}.sg-bl-setup-copy{max-width:285px;margin-bottom:34px}.sg-bl-setup-cards{max-width:232px;gap:30px}.sg-bl-setup-card{min-height:145px;padding:24px 16px 14px;border-radius:11px;box-shadow:0 3px 6px #04232329}.sg-bl-setup-number{left:-17px;top:-18px;width:34px;height:34px;font-size:1rem}.sg-bl-setup-card h3{min-height:28px;font-size:.72rem;line-height:1.2}.sg-bl-setup-card img,.sg-bl-setup-card:nth-child(1) img,.sg-bl-setup-card:nth-child(2) img{width:92px;height:72px}.sg-bl-why{padding-bottom:52px}.sg-bl-why-title{margin-bottom:28px}.sg-bl-why-grid{max-width:310px;row-gap:20px}.sg-bl-why-item{grid-template-columns:54px minmax(0,1fr);justify-items:stretch;gap:12px;text-align:left}.sg-bl-why-icon{width:54px;height:54px}.sg-bl-why-icon img{width:32px;height:32px}.sg-bl-why-copy h3{margin-bottom:4px;font-size:.84rem;line-height:1.18}.sg-bl-why-copy p{font-size:.62rem;line-height:1.32}.sg-bl-pricing{padding:78px 0 46px}.sg-bl-pricing:before{top:-60px;height:96px}.sg-bl-pricing-title{max-width:286px;margin-bottom:24px}.sg-bl-pricing-cards{grid-template-columns:minmax(0,1fr);width:min(282px,100%);max-width:282px;gap:18px}.sg-bl-pricing-card{width:100%;min-width:0;padding:22px 18px 18px}.sg-bl-pricing-card h3{margin-bottom:8px;font-size:1.18rem}.sg-bl-pricing-price strong{font-size:1.12rem}.sg-bl-pricing-price span,.sg-bl-pricing-description,.sg-bl-pricing-features li{font-size:.68rem}.sg-bl-pricing-description{margin-bottom:16px}.sg-bl-pricing-features{gap:8px;padding-top:16px}.sg-bl-pricing-features li{padding-left:20px;line-height:1.32}.sg-bl-pricing-features li:before{top:1px;width:12px;height:12px;font-size:.5rem}.sg-bl-pricing-btn{display:block;width:100%;min-width:0;max-width:100%;margin:18px auto 0;padding:6px 18px;font-size:.68rem;box-sizing:border-box}.sg-bl-pricing-star-left{left:-48px;top:70px;width:126px;height:126px}.sg-bl-pricing-star-right{right:-70px;bottom:76px;width:150px;height:150px}.sg-bl-pricing-sticker-left{left:4px;bottom:18px;width:58px}.sg-budding-life-page .sg-contact-faq{padding:42px 0 8px}.sg-budding-life-page .sg-contact-faq .sg-container{padding-left:18px;padding-right:18px}.sg-budding-life-page .sg-faq-section-title{margin-bottom:20px;font-size:1.25rem}.sg-budding-life-page .sg-faq-tabs{gap:20px;padding-left:18px;padding-right:18px;scroll-padding:18px}.sg-budding-life-page .sg-faq-tab-btn{font-size:.62rem;padding-bottom:9px}.sg-budding-life-page .sg-faq-accordion{padding-top:2px}.sg-budding-life-page .sg-faq-accordion-item{padding:14px 0}.sg-budding-life-page .sg-faq-question{font-size:.7rem;line-height:1.28}.sg-budding-life-page .sg-faq-toggle-icon{font-size:1.1rem}.sg-budding-life-page .sg-faq-accordion-content{padding-top:10px}.sg-budding-life-page .sg-faq-accordion-content p{font-size:.64rem;line-height:1.45}.sg-bl-final-cta{padding-top:34px}.sg-bl-final-cta-inner,.sg-bl-final-cta .sg-bl-final-cta-inner{gap:4px;padding-left:18px;padding-right:18px}.sg-bl-final-cta-copy{max-width:300px}.sg-bl-final-cta-copy h2{margin-bottom:8px;font-size:clamp(1.14rem,5.8vw,1.4rem);line-height:1.16}.sg-bl-final-cta-copy p{margin-bottom:12px;font-size:.64rem;line-height:1.35}.sg-bl-final-cta-visual{min-height:300px}.sg-bl-final-cta-visual img{bottom:0;width:min(340px,92vw)}}@media(max-width:430px){.sg-bl-hero-inner{padding-left:12px;padding-right:12px}.sg-bl-copy{max-width:280px}.sg-bl-copy h1{font-size:1.26rem}.sg-bl-copy p{font-size:.66rem}.sg-bl-visual{min-height:302px}.sg-bl-phone{width:min(342px,108vw)}.sg-bl-sticker-top{right:calc(50% + 66px)}.sg-bl-sticker-bottom{right:calc(50% - 144px)}.sg-bl-step-visual{min-height:282px}.sg-bl-step-phone{width:min(338px,116vw)}.sg-bl-step-star{top:160px;width:104px}.sg-bl-step-sticker{width:min(70px,24vw)}}.sg-not-found-page{background:#fff;color:#000;overflow:hidden}.sg-nf-hero{min-height:760px;padding:72px 0 0;display:flex;align-items:center}.sg-nf-inner{position:relative;display:grid;grid-template-columns:minmax(320px,.86fr) minmax(460px,1.14fr);align-items:center;gap:30px;width:100%;min-height:670px}.sg-nf-copy{position:relative;z-index:3;padding-top:10px}.sg-nf-copy h1{margin:0 0 24px;font-family:Merriweather,serif;font-size:clamp(5rem,9.5vw,8.9rem);font-weight:700;line-height:.92;color:#000}.sg-nf-copy p{max-width:620px;margin:0 0 78px;font-family:Merriweather,serif;font-size:clamp(2rem,3.1vw,3rem);font-weight:700;line-height:1.14;color:#000}.sg-not-found-page .sg-action-btn-sketchy{min-width:390px;padding:20px 46px;border-radius:999px;font-size:1.45rem;box-shadow:0 3px #0423232e}.sg-not-found-page .sg-action-btn-sketchy:after{inset:-3px;border-radius:999px}.sg-nf-art{position:relative;z-index:1;align-self:end;justify-self:end;width:min(72vw,920px);margin-right:calc((1280px - 100vw)/2 - 112px);margin-bottom:-26px}.sg-nf-art img{width:100%;max-width:none;object-fit:contain}@media(max-width:1100px){.sg-nf-inner{grid-template-columns:1fr;gap:20px;text-align:center;padding-top:76px}.sg-nf-copy p{margin-left:auto;margin-right:auto;margin-bottom:42px}.sg-nf-art{justify-self:center;width:min(96vw,820px);margin-right:0}}@media(max-width:768px){.sg-nf-hero{min-height:auto;padding-bottom:0}.sg-nf-inner{min-height:auto}.sg-not-found-page .sg-action-btn-sketchy{min-width:min(100%,330px);font-size:1.15rem}}@media(max-width:520px){.sg-not-found-page{min-height:100svh}.sg-nf-hero{min-height:100svh;padding:64px 0 0;align-items:stretch}.sg-not-found-page .sg-nf-inner{display:flex;flex-direction:column;justify-content:flex-start;min-height:calc(100svh - 64px);padding:178px 0 0;text-align:center;gap:0}.sg-nf-copy{width:100%;padding:0 30px}.sg-nf-copy h1{margin-bottom:10px;font-size:2.95rem;line-height:1.05}.sg-nf-copy p{max-width:330px;margin:0 auto 44px;font-size:1.22rem;line-height:1.16}.sg-not-found-page .sg-action-btn-sketchy{min-width:min(100%,280px);min-height:55px;padding:12px 24px;border-width:2px;border-radius:999px;font-family:Merriweather,serif;font-size:1.05rem;font-weight:700;line-height:1}.sg-not-found-page .sg-action-btn-sketchy:after{inset:-3px;border-width:1px;border-radius:999px}.sg-nf-art{width:124vw;max-width:520px;margin:128px 0 0 -8px;align-self:flex-start;justify-self:auto}.sg-nf-art img{display:block}}.sg-for-parents-page .sg-section-title{font-family:Merriweather,serif!important}.sg-for-parents-page .sg-parents-hero{position:relative;padding:112px 32px 100px;max-width:1280px;margin:0 auto}@media(max-width:768px){.sg-for-parents-page .sg-parents-hero{padding:96px 20px 90px}}.sg-for-parents-page .sg-parents-hero-card{display:flex;align-items:center;justify-content:space-between;gap:32px;min-height:480px;padding:56px 64px;border-radius:var(--radius-lg, 24px);border:1px solid var(--color-card-border, #E0E0E0);background-color:#e7fbf3;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:visible}@media(max-width:992px){.sg-for-parents-page .sg-parents-hero-card{flex-direction:column;text-align:center;min-height:unset;padding:40px 24px 32px;background-image:var(--hero-frame-mobile)!important;background-size:cover;background-position:center top}}.sg-for-parents-page .sg-parents-hero-text{max-width:480px}.sg-for-parents-page .sg-parents-hero-text h1{font-family:Merriweather,serif;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:700;color:#042323;line-height:1.25;margin-bottom:20px}.sg-for-parents-page .sg-parents-hero-text p{font-family:Poppins,sans-serif;font-size:18px;line-height:1.6;color:#1b3a2d;margin:0}.sg-for-parents-page .sg-parents-hero-illustration-wrap{position:relative;width:100%;max-width:480px;height:340px;flex-shrink:0}@media(max-width:992px){.sg-for-parents-page .sg-parents-hero-illustration-wrap{max-width:380px;height:260px;margin:0 auto}}.sg-for-parents-page .sg-parents-hero-illustration{position:absolute;top:42%;left:50%;transform:translate(-50%,-50%);width:760px;max-width:none;height:auto}@media(max-width:992px){.sg-for-parents-page .sg-parents-hero-illustration{width:520px}}@media(max-width:520px){.sg-for-parents-page .sg-parents-hero-illustration{width:460px}}.sg-for-parents-page .sg-parents-hero .sg-hero-help-bubble{bottom:16px}.sg-for-parents-page .sg-parents-hero .sg-hero-cta{position:fixed;right:32px;bottom:24px;z-index:998;width:auto}@media(max-width:768px){.sg-for-parents-page .sg-parents-hero .sg-hero-help-bubble{width:100px;left:16px;bottom:8px}.sg-for-parents-page .sg-parents-hero .sg-hero-cta{right:16px;bottom:16px;padding:8px 20px!important;font-size:1rem!important}}@media(max-width:520px){.sg-for-parents-page .sg-parents-hero .sg-hero-help-bubble,.sg-for-parents-page .sg-parents-hero .sg-hero-cta{display:none}}.sg-for-parents-page .sg-parents-pathway{position:relative;padding:140px 32px;background-color:#fff;overflow:hidden}@media(max-width:768px){.sg-for-parents-page .sg-parents-pathway{padding:96px 24px 88px}}.sg-for-parents-page .sg-parents-pathway-pattern{position:absolute;top:50%;left:0;width:100%;height:auto;transform:translateY(-50%);z-index:0;pointer-events:none}.sg-for-parents-page .sg-parents-pathway-inner{position:relative;z-index:2}.sg-for-parents-page .sg-parents-pathway-title{max-width:900px;margin:0 auto 56px;font-size:2.5rem!important;line-height:1.3;color:#042323}@media(max-width:768px){.sg-for-parents-page .sg-parents-pathway-title{font-size:1.75rem!important;margin-bottom:36px}}.sg-for-parents-page .sg-parents-pathway-cards{display:flex;justify-content:center;align-items:stretch;gap:48px;max-width:1160px;margin:0 auto}@media(max-width:768px){.sg-for-parents-page .sg-parents-pathway-cards{flex-direction:column;gap:32px}}.sg-for-parents-page .sg-parents-pathway-card{position:relative;flex:1;background:#fff;border:2px solid #042323;border-radius:28px;padding:56px 48px;text-align:center}.sg-for-parents-page .sg-parents-pathway-card.is-mint{background:#e7fbf3}.sg-for-parents-page .sg-parents-pathway-card h3{font-family:Merriweather,serif;font-size:2rem;font-weight:700;color:#042323;margin-bottom:24px}.sg-for-parents-page .sg-parents-pathway-card p{font-family:Poppins,sans-serif;font-size:1.15rem;line-height:1.65;color:#1b3a2d;margin-bottom:32px;min-height:116px}@media(max-width:768px){.sg-for-parents-page .sg-parents-pathway-card p{min-height:unset;font-size:1.05rem}}.sg-for-parents-page .sg-parents-pathway-card .sg-yellow-button{padding:14px 48px;font-size:1.15rem}.sg-for-parents-page .sg-parents-pathway-card-body{display:contents}.sg-for-parents-page .sg-parents-pathway-books{position:absolute;left:-36px;bottom:-36px;width:140px;height:auto;z-index:3}.sg-for-parents-page .sg-parents-pathway-clips{position:absolute;right:-32px;top:-32px;width:110px;height:auto;z-index:3}@media(max-width:768px){.sg-for-parents-page .sg-parents-pathway-card{display:flex;flex-direction:row;align-items:center;gap:14px;padding:24px 22px;text-align:center}.sg-for-parents-page .sg-parents-pathway-card-body{display:flex;flex:1;min-width:0;flex-direction:column;align-items:center;justify-content:center}.sg-for-parents-page .sg-parents-pathway-card h3{font-size:1.4rem;margin-bottom:18px}.sg-for-parents-page .sg-parents-pathway-card p{display:none}.sg-for-parents-page .sg-parents-pathway-card .sg-yellow-button{padding:11px 34px;font-size:1rem}.sg-for-parents-page .sg-parents-pathway-books,.sg-for-parents-page .sg-parents-pathway-clips{position:static;inset:auto;width:96px;flex-shrink:0;margin:0}}.sg-for-parents-page .sg-stats-title{color:#fdde55!important}@media(min-width:769px){.sg-for-parents-page .sg-stats-title{display:none}}.sg-for-parents-page .sg-parents-checklist-section{padding:80px 0;background:#fff}@media(max-width:768px){.sg-for-parents-page .sg-parents-checklist-section{padding:40px 0}}.sg-for-parents-page .sg-parents-checklist-title{color:#ff7a45!important;margin-bottom:40px!important;font-size:2.5rem!important}@media(max-width:768px){.sg-for-parents-page .sg-parents-checklist-title{font-size:1.85rem!important;margin-bottom:24px!important}}.sg-for-parents-page .sg-parents-checklist{list-style:none;padding:0;margin:0 auto;max-width:700px;display:flex;flex-direction:column;gap:20px}@media(max-width:768px){.sg-for-parents-page .sg-parents-checklist{padding:0 16px;gap:16px}}.sg-for-parents-page .sg-parents-checklist li{display:flex;align-items:flex-start;font-size:18px;font-weight:500;line-height:1.4}@media(max-width:768px){.sg-for-parents-page .sg-parents-checklist li{font-size:15px}}.sg-for-parents-page .sg-parents-checklist li svg{margin-top:3px;flex-shrink:0}.sg-for-parents-page .sg-parents-orgs-section{padding:60px 0}@media(max-width:768px){.sg-for-parents-page .sg-parents-orgs-section{padding:36px 0!important}}@media(max-width:768px){.sg-for-parents-page .sg-parents-orgs-title{font-size:1.45rem!important;margin-bottom:24px!important}}.sg-parent-neurotypical-page{background:#fff}.sg-parent-neurotypical-page .sg-section-title{font-family:Merriweather,serif!important;color:#042323}.sg-parent-neurotypical-page .sg-pn-hero{min-height:100vh;display:flex;align-items:center;padding:120px 0 60px}.sg-parent-neurotypical-page .sg-pn-hero>.sg-container{width:100%}@media(max-width:768px){.sg-parent-neurotypical-page .sg-pn-hero{min-height:auto;padding:100px 0 40px}}.sg-parent-neurotypical-page .sg-pn-hero-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-areas:"text image" "actions image";align-items:center;column-gap:40px;row-gap:4px}@media(max-width:900px){.sg-parent-neurotypical-page .sg-pn-hero-inner{grid-template-columns:1fr;grid-template-areas:"text" "image" "actions";justify-items:center;text-align:center;row-gap:24px}}.sg-parent-neurotypical-page .sg-pn-hero-text{grid-area:text;max-width:520px}.sg-parent-neurotypical-page .sg-pn-hero-text h1{font-family:Merriweather,serif;font-size:clamp(2rem,3.6vw,2.85rem);font-weight:700;line-height:1.22;color:#042323;margin-bottom:20px}.sg-parent-neurotypical-page .sg-pn-hero-text p{font-family:Poppins,sans-serif;font-size:1.05rem;line-height:1.65;color:#1b3a2d;margin-bottom:28px}@media(max-width:900px){.sg-parent-neurotypical-page .sg-pn-hero-text p{margin-bottom:0}}@media(max-width:560px){.sg-parent-neurotypical-page .sg-pn-hero-text h1{font-size:1.5rem;margin-bottom:12px}.sg-parent-neurotypical-page .sg-pn-hero-text p{font-size:.9rem}}.sg-parent-neurotypical-page .sg-pn-hero-actions{grid-area:actions;display:flex;align-items:center;gap:18px;flex-wrap:wrap}@media(max-width:900px){.sg-parent-neurotypical-page .sg-pn-hero-actions{justify-content:center}}.sg-parent-neurotypical-page .sg-pn-hero-actions .sg-action-btn-sketchy{padding:12px 34px;font-size:1.1rem}@media(max-width:560px){.sg-parent-neurotypical-page .sg-pn-hero-actions{flex-wrap:nowrap;gap:10px;width:100%}.sg-parent-neurotypical-page .sg-pn-hero-actions .sg-action-btn-sketchy{flex:1 1 0;min-width:0;padding:10px 8px;font-size:.82rem}}.sg-parent-neurotypical-page .sg-pn-hero-outline-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 32px;font-family:Merriweather,serif;font-weight:700;font-size:1.1rem;color:#042323;background:#fff;border:2.5px solid #042323;border-radius:999px;transition:transform var(--transition-fast),background-color var(--transition-fast)}.sg-parent-neurotypical-page .sg-pn-hero-outline-btn:hover{transform:scale(1.03);background:#fff8ed}.sg-parent-neurotypical-page .sg-pn-hero-outline-btn:active{transform:scale(.98)}@media(max-width:560px){.sg-parent-neurotypical-page .sg-pn-hero-outline-btn{flex:1 1 0;min-width:0;padding:10px 8px;font-size:.82rem;border-width:2px}}.sg-parent-neurotypical-page .sg-pn-hero-visual{grid-area:image;position:relative;flex-shrink:0;width:100%;max-width:620px;height:413px}@media(max-width:900px){.sg-parent-neurotypical-page .sg-pn-hero-visual{max-width:460px;height:307px}}.sg-parent-neurotypical-page .sg-pn-hero-img{position:absolute;top:42%;left:50%;transform:translate(-50%,-50%);width:680px;max-width:none;height:auto}@media(max-width:900px){.sg-parent-neurotypical-page .sg-pn-hero-img{width:500px}}.sg-parent-neurotypical-page .sg-pn-why{position:relative;padding:60px 0 80px;overflow:hidden}@media(max-width:768px){.sg-parent-neurotypical-page .sg-pn-why{padding:40px 0 56px}}.sg-parent-neurotypical-page .sg-pn-why-star{position:absolute;width:90px;height:auto;z-index:0;pointer-events:none}@media(max-width:992px){.sg-parent-neurotypical-page .sg-pn-why-star{width:64px}}@media(max-width:600px){.sg-parent-neurotypical-page .sg-pn-why-star{display:none}}.sg-parent-neurotypical-page .sg-pn-why-star-left{top:96px;left:5%;transform:rotate(-10deg)}.sg-parent-neurotypical-page .sg-pn-why-star-right{top:300px;right:5%;transform:rotate(8deg)}.sg-parent-neurotypical-page .sg-pn-why-title{margin-bottom:48px!important;font-size:clamp(1.8rem,3vw,2.5rem)!important}@media(max-width:768px){.sg-parent-neurotypical-page .sg-pn-why-title{margin-bottom:32px!important}}.sg-parent-neurotypical-page .sg-pn-why-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,1fr);gap:28px;max-width:820px;margin:0 auto}@media(max-width:560px){.sg-parent-neurotypical-page .sg-pn-why-grid{gap:14px}}.sg-parent-neurotypical-page .sg-pn-why-card{position:relative;min-height:220px;perspective:1200px}.sg-parent-neurotypical-page .sg-pn-why-card:hover .sg-pn-why-card-inner,.sg-parent-neurotypical-page .sg-pn-why-card:focus-within .sg-pn-why-card-inner{transform:rotateY(180deg)}@media(max-width:560px){.sg-parent-neurotypical-page .sg-pn-why-card{min-height:160px}}.sg-parent-neurotypical-page .sg-pn-why-card-inner{position:relative;width:100%;height:100%;transition:transform var(--transition-normal);transform-style:preserve-3d}.sg-parent-neurotypical-page .sg-pn-why-card-front,.sg-parent-neurotypical-page .sg-pn-why-card-back{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;padding:32px 24px;border:2.5px solid #042323;border-radius:20px;text-align:center;backface-visibility:hidden;box-shadow:0 10px 28px #0423231f}@media(max-width:560px){.sg-parent-neurotypical-page .sg-pn-why-card-front,.sg-parent-neurotypical-page .sg-pn-why-card-back{gap:12px;padding:18px 10px;border-radius:16px}}.sg-parent-neurotypical-page .sg-pn-why-card-front h3,.sg-parent-neurotypical-page .sg-pn-why-card-back h3{font-family:Merriweather,serif;font-size:1.25rem;font-weight:700;color:#042323;margin:0}@media(max-width:560px){.sg-parent-neurotypical-page .sg-pn-why-card-front h3,.sg-parent-neurotypical-page .sg-pn-why-card-back h3{font-size:.95rem;line-height:1.25}}.sg-parent-neurotypical-page .sg-pn-why-card-back{transform:rotateY(180deg)}.sg-parent-neurotypical-page .sg-pn-why-card-back p{font-family:Poppins,sans-serif;font-size:.95rem;line-height:1.5;color:#042323;margin:0}@media(max-width:560px){.sg-parent-neurotypical-page .sg-pn-why-card-back p{font-size:.8rem}}.sg-parent-neurotypical-page .card-peach .sg-pn-why-card-front,.sg-parent-neurotypical-page .card-peach .sg-pn-why-card-back{background:#ffb6a8}.sg-parent-neurotypical-page .card-mint .sg-pn-why-card-front,.sg-parent-neurotypical-page .card-mint .sg-pn-why-card-back{background:#a4ead8}.sg-parent-neurotypical-page .card-cream .sg-pn-why-card-front,.sg-parent-neurotypical-page .card-cream .sg-pn-why-card-back{background:#fdde55}.sg-parent-neurotypical-page .card-lime .sg-pn-why-card-front,.sg-parent-neurotypical-page .card-lime .sg-pn-why-card-back{background:#daed31}.sg-parent-neurotypical-page .sg-pn-why-icon{display:flex;align-items:center;justify-content:center;width:120px;height:120px;border-radius:50%;background:#fff;box-shadow:0 4px 12px #04232314}.sg-parent-neurotypical-page .sg-pn-why-icon img{width:auto;height:68px;max-width:90px;object-fit:contain}@media(max-width:560px){.sg-parent-neurotypical-page .sg-pn-why-icon{width:76px;height:76px}.sg-parent-neurotypical-page .sg-pn-why-icon img{height:44px;max-width:56px}}.sg-parent-neurotypical-page .sg-pn-support{position:relative;scroll-margin-top:90px;padding:80px 0 90px;overflow:hidden}@media(max-width:768px){.sg-parent-neurotypical-page .sg-pn-support{padding:48px 0 60px}}.sg-parent-neurotypical-page .sg-pn-support-pencil,.sg-parent-neurotypical-page .sg-pn-support-book{position:absolute;top:70px;width:230px;height:auto;z-index:0;pointer-events:none}@media(max-width:992px){.sg-parent-neurotypical-page .sg-pn-support-pencil,.sg-parent-neurotypical-page .sg-pn-support-book{display:none}}.sg-parent-neurotypical-page .sg-pn-support-pencil{left:-3%;width:400px;transform:rotate(-8deg)}.sg-parent-neurotypical-page .sg-pn-support-book{right:3%;transform:rotate(6deg)}.sg-parent-neurotypical-page .sg-pn-support-title{position:relative;z-index:1;margin-bottom:64px!important;font-size:clamp(1.8rem,3vw,2.5rem)!important}@media(max-width:768px){.sg-parent-neurotypical-page .sg-pn-support-title{margin-bottom:40px!important}}.sg-parent-neurotypical-page .sg-pn-support-rows{display:flex;flex-direction:column;gap:72px;max-width:1040px;margin:0 auto}@media(max-width:768px){.sg-parent-neurotypical-page .sg-pn-support-rows{gap:48px}}.sg-parent-neurotypical-page .sg-pn-support-row{display:flex;align-items:center;gap:56px}.sg-parent-neurotypical-page .sg-pn-support-row.is-reverse{flex-direction:row-reverse}@media(max-width:768px){.sg-parent-neurotypical-page .sg-pn-support-row{flex-direction:column;gap:24px;text-align:center}.sg-parent-neurotypical-page .sg-pn-support-row.is-reverse{flex-direction:column}}.sg-parent-neurotypical-page .sg-pn-support-media{flex:0 0 46%;display:flex;align-items:center;justify-content:center;gap:16px}.sg-parent-neurotypical-page .sg-pn-support-media img{width:100%;height:auto;object-fit:contain}.sg-parent-neurotypical-page .sg-pn-support-media.variant-duo img{width:50%;max-width:200px}@media(max-width:768px){.sg-parent-neurotypical-page .sg-pn-support-media{flex-basis:auto;max-width:420px;margin:0 auto}}.sg-parent-neurotypical-page .sg-pn-support-copy{flex:1}.sg-parent-neurotypical-page .sg-pn-support-copy h3{font-family:Merriweather,serif;font-size:clamp(1.5rem,2.4vw,2rem);font-weight:700;color:#042323;margin-bottom:16px}.sg-parent-neurotypical-page .sg-pn-support-copy p{font-family:Poppins,sans-serif;font-size:1.02rem;line-height:1.65;color:#1b3a2d;margin-bottom:18px}.sg-parent-neurotypical-page .sg-pn-support-link{display:inline-block;font-family:Merriweather,serif;font-weight:700;font-size:1.05rem;color:#da5b26;transition:color var(--transition-fast),transform var(--transition-fast)}.sg-parent-neurotypical-page .sg-pn-support-link:hover{color:#b8481c;transform:translate(3px)}.sg-parent-neurotypical-page .sg-pn-families{position:relative;padding:80px 0 96px;background:#fff;overflow:hidden}@media(max-width:768px){.sg-parent-neurotypical-page .sg-pn-families{padding:48px 0 64px}}.sg-parent-neurotypical-page .sg-pn-cloud{position:absolute;top:70px;width:130px;height:auto;z-index:0;pointer-events:none}@media(max-width:768px){.sg-parent-neurotypical-page .sg-pn-cloud{display:none}}.sg-parent-neurotypical-page .sg-pn-cloud-left{left:5%;animation:sgPnCloudDrift 9s ease-in-out infinite}.sg-parent-neurotypical-page .sg-pn-cloud-right{right:6%;top:110px;animation:sgPnCloudDrift 11s ease-in-out infinite reverse}.sg-parent-neurotypical-page .sg-pn-families-title{position:relative;z-index:1;margin-bottom:48px!important;font-size:clamp(1.8rem,3vw,2.5rem)!important}@media(max-width:768px){.sg-parent-neurotypical-page .sg-pn-families-title{margin-bottom:32px!important}}.sg-parent-neurotypical-page .sg-pn-families-slider{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:28px;max-width:980px;margin:0 auto}@media(max-width:768px){.sg-parent-neurotypical-page .sg-pn-families-slider{gap:12px}}.sg-parent-neurotypical-page .sg-pn-families-viewport{flex:1;min-width:0;overflow:hidden}.sg-parent-neurotypical-page .sg-pn-families-track{display:flex;align-items:stretch;transition:transform .45s cubic-bezier(.4,0,.2,1);will-change:transform}.sg-parent-neurotypical-page .sg-pn-families-slide{flex:0 0 100%;width:100%;display:flex;box-sizing:border-box;padding:8px 14px 20px}@media(max-width:768px){.sg-parent-neurotypical-page .sg-pn-families-slide{padding:6px 8px 14px}}.sg-parent-neurotypical-page .sg-pn-families-arrow{flex-shrink:0;width:60px;height:60px;font-size:2rem;line-height:1;padding-bottom:4px}@media(max-width:768px){.sg-parent-neurotypical-page .sg-pn-families-arrow{width:44px;height:44px;font-size:1.5rem}}@media(max-width:560px){.sg-parent-neurotypical-page .sg-pn-families-arrow{display:none}}.sg-parent-neurotypical-page .sg-pn-family-card{width:100%;display:flex;align-items:stretch;gap:32px;padding:36px 40px;background:#fff6e9;border:2px solid #042323;border-radius:24px;box-shadow:8px 8px #042323e6}@media(max-width:768px){.sg-parent-neurotypical-page .sg-pn-family-card{flex-direction:column;align-items:center;text-align:center;gap:20px;padding:28px 22px;box-shadow:5px 5px #042323e6}}.sg-parent-neurotypical-page .sg-pn-family-person{flex:0 0 160px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px}.sg-parent-neurotypical-page .sg-pn-family-person img{width:92px;height:92px;border-radius:50%;object-fit:cover;border:3px solid #042323;margin-bottom:6px}.sg-parent-neurotypical-page .sg-pn-family-person strong{font-family:Merriweather,serif;font-size:1.05rem;color:#042323}@media(max-width:768px){.sg-parent-neurotypical-page .sg-pn-family-person{flex-basis:auto;flex-direction:row;align-items:center;gap:16px;width:100%;text-align:left}.sg-parent-neurotypical-page .sg-pn-family-person img{width:82px;height:82px;margin-bottom:0;border-width:2px;flex-shrink:0}}.sg-parent-neurotypical-page .sg-pn-family-person-info{display:flex;flex-direction:column;align-items:center;gap:4px}@media(max-width:768px){.sg-parent-neurotypical-page .sg-pn-family-person-info{align-items:flex-start;text-align:left}}.sg-parent-neurotypical-page .sg-pn-family-role{font-family:Poppins,sans-serif;font-size:.82rem;color:#5a7a6a}.sg-parent-neurotypical-page .sg-pn-family-tag{margin-top:6px;padding:4px 16px;font-family:Merriweather,serif;font-weight:700;font-size:.8rem;color:#042323;background:#fdde55;border:1.5px solid #042323;border-radius:999px}@media(max-width:768px){.sg-parent-neurotypical-page .sg-pn-family-tag{margin-top:8px;padding:5px 20px;color:#7a2e1a;background:#f2a48d;border:none}}.sg-parent-neurotypical-page .sg-pn-family-content{flex:1;display:flex;flex-direction:column;justify-content:center}@media(max-width:768px){.sg-parent-neurotypical-page .sg-pn-family-content{width:100%}}.sg-parent-neurotypical-page .sg-pn-family-quote{font-family:Merriweather,serif;font-size:1.15rem;font-weight:700;line-height:1.5;color:#042323;margin-bottom:16px}@media(max-width:768px){.sg-parent-neurotypical-page .sg-pn-family-quote{position:relative;margin-bottom:20px;padding:22px 20px 20px;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:500;line-height:1.6;background:#fff;border-radius:16px}}.sg-parent-neurotypical-page .sg-pn-family-quote-mark{color:#da5b26;font-size:1.4rem;margin-right:6px}@media(max-width:768px){.sg-parent-neurotypical-page .sg-pn-family-quote-mark{position:absolute;top:16px;left:16px;margin-right:0;color:#042323;font-size:1.6rem;line-height:1}}.sg-parent-neurotypical-page .sg-pn-family-detail{font-family:Poppins,sans-serif;font-size:.95rem;line-height:1.6;color:#3c5a4c}@media(max-width:768px){.sg-parent-neurotypical-page .sg-pn-family-detail{font-size:.9rem}}.sg-parent-neurotypical-page .sg-pn-families-dots{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:10px;margin-top:28px}.sg-parent-neurotypical-page .sg-pn-families-dot{width:11px;height:11px;border-radius:50%;background:transparent;border:2px solid #042323;padding:0;cursor:pointer;transition:all var(--transition-fast)}.sg-parent-neurotypical-page .sg-pn-families-dot:hover{transform:scale(1.15)}.sg-parent-neurotypical-page .sg-pn-families-dot.is-active{background:#042323;transform:scale(1.1)}.sg-parent-neurodiverse-page{background:#fff}.sg-parent-neurodiverse-page .sg-section-title{font-family:Merriweather,serif!important;color:#042323}.sg-parent-neurodiverse-page .sg-pn-hero{min-height:100vh;display:flex;align-items:center;padding:120px 0 60px}.sg-parent-neurodiverse-page .sg-pn-hero>.sg-container{width:100%}@media(max-width:768px){.sg-parent-neurodiverse-page .sg-pn-hero{min-height:auto;padding:100px 0 40px}}.sg-parent-neurodiverse-page .sg-pn-hero-inner{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);grid-template-areas:"text image" "actions image";align-items:center;column-gap:40px;row-gap:4px}@media(max-width:900px){.sg-parent-neurodiverse-page .sg-pn-hero-inner{grid-template-columns:1fr;grid-template-areas:"text" "image" "actions";justify-items:center;text-align:center;row-gap:24px}}.sg-parent-neurodiverse-page .sg-pn-hero-text{grid-area:text;max-width:540px}.sg-parent-neurodiverse-page .sg-pn-hero-text h1{font-family:Merriweather,serif;font-size:clamp(2rem,3.6vw,2.85rem);font-weight:700;line-height:1.22;color:#042323;margin-bottom:20px}.sg-parent-neurodiverse-page .sg-pn-hero-text p{font-family:Poppins,sans-serif;font-size:1.05rem;line-height:1.65;color:#1b3a2d;margin-bottom:28px}@media(max-width:900px){.sg-parent-neurodiverse-page .sg-pn-hero-text p{margin-bottom:0}}@media(max-width:560px){.sg-parent-neurodiverse-page .sg-pn-hero-text h1{font-size:1.5rem;margin-bottom:12px}.sg-parent-neurodiverse-page .sg-pn-hero-text p{font-size:.9rem}}.sg-parent-neurodiverse-page .sg-pn-hero-actions{grid-area:actions;display:flex;align-items:center;gap:18px;flex-wrap:wrap}@media(max-width:900px){.sg-parent-neurodiverse-page .sg-pn-hero-actions{justify-content:center}}.sg-parent-neurodiverse-page .sg-pn-hero-actions .sg-action-btn-sketchy{padding:12px 34px;font-size:1.1rem}@media(max-width:560px){.sg-parent-neurodiverse-page .sg-pn-hero-actions{flex-wrap:nowrap;gap:10px;width:100%}.sg-parent-neurodiverse-page .sg-pn-hero-actions .sg-action-btn-sketchy{flex:1 1 0;min-width:0;padding:10px 8px;font-size:.82rem}}.sg-parent-neurodiverse-page .sg-pn-hero-outline-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 32px;font-family:Merriweather,serif;font-weight:700;font-size:1.1rem;color:#042323;background:#fff;border:2.5px solid #042323;border-radius:999px;transition:transform var(--transition-fast),background-color var(--transition-fast)}.sg-parent-neurodiverse-page .sg-pn-hero-outline-btn:hover{transform:scale(1.03);background:#fff8ed}.sg-parent-neurodiverse-page .sg-pn-hero-outline-btn:active{transform:scale(.98)}@media(max-width:560px){.sg-parent-neurodiverse-page .sg-pn-hero-outline-btn{flex:1 1 0;min-width:0;padding:10px 8px;font-size:.82rem;border-width:2px}}.sg-parent-neurodiverse-page .sg-pn-hero-visual{grid-area:image;flex-shrink:0;width:100%;max-width:620px;display:flex;justify-content:center}@media(max-width:900px){.sg-parent-neurodiverse-page .sg-pn-hero-visual{max-width:460px}}.sg-parent-neurodiverse-page .sg-pn-hero-img{width:100%;max-width:620px;height:auto}@media(max-width:900px){.sg-parent-neurodiverse-page .sg-pn-hero-img{max-width:460px}}.sg-parent-neurodiverse-page .sg-pn-levels{position:relative;padding:40px 0 120px;overflow:hidden}@media(max-width:768px){.sg-parent-neurodiverse-page .sg-pn-levels{padding:24px 0 72px}}.sg-parent-neurodiverse-page .sg-pn-levels-pattern{position:absolute;top:0;left:50%;width:100%;height:100%;transform:translate(-50%);object-fit:cover;object-position:center 58%;z-index:0;opacity:.9;pointer-events:none}.sg-parent-neurodiverse-page .sg-pn-levels-inner{position:relative;z-index:1}.sg-parent-neurodiverse-page .sg-pn-levels-star{position:absolute;width:90px;height:auto;z-index:0;pointer-events:none}@media(max-width:992px){.sg-parent-neurodiverse-page .sg-pn-levels-star{width:64px}}@media(max-width:600px){.sg-parent-neurodiverse-page .sg-pn-levels-star{display:none}}.sg-parent-neurodiverse-page .sg-pn-levels-star-left{top:40px;left:5%;transform:rotate(-10deg)}.sg-parent-neurodiverse-page .sg-pn-levels-star-right{top:60px;right:5%;transform:rotate(8deg)}.sg-parent-neurodiverse-page .sg-pn-levels-title{position:relative;z-index:1;margin-bottom:36px!important;font-size:clamp(1.8rem,3vw,2.5rem)!important}.sg-parent-neurodiverse-page .sg-pn-levels-tabs{position:relative;z-index:2;display:flex;justify-content:flex-start;gap:8px;max-width:900px;margin:0 auto -2.5px;padding:0 0 0 22px;flex-wrap:wrap}@media(max-width:600px){.sg-parent-neurodiverse-page .sg-pn-levels-tabs{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;gap:10px;margin:0 0 14px;padding:0 2px 4px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.sg-parent-neurodiverse-page .sg-pn-levels-tabs::-webkit-scrollbar{display:none}}.sg-parent-neurodiverse-page .sg-pn-levels-tab{position:relative;z-index:1;padding:14px 30px 15px;font-family:Merriweather,serif;font-weight:700;font-size:1rem;line-height:1;color:#042323;border:2.5px solid #042323;border-radius:14px 14px 0 0;transition:filter var(--transition-fast),padding-top var(--transition-fast),border-bottom-color var(--transition-fast)}.sg-parent-neurodiverse-page .sg-pn-levels-tab.tab-high{background:#f7b7aa}.sg-parent-neurodiverse-page .sg-pn-levels-tab.tab-mid{background:#fdde55}.sg-parent-neurodiverse-page .sg-pn-levels-tab.tab-low{background:#c5de4b}.sg-parent-neurodiverse-page .sg-pn-levels-tab:not(.is-active){filter:saturate(.55) opacity(.75)}.sg-parent-neurodiverse-page .sg-pn-levels-tab:hover:not(.is-active){filter:saturate(.7) opacity(.85)}.sg-parent-neurodiverse-page .sg-pn-levels-tab.is-active{z-index:3;padding-top:20px}.sg-parent-neurodiverse-page .sg-pn-levels-tab.tab-high.is-active{border-bottom-color:#f7b7aa}.sg-parent-neurodiverse-page .sg-pn-levels-tab.tab-mid.is-active{border-bottom-color:#fdde55}.sg-parent-neurodiverse-page .sg-pn-levels-tab.tab-low.is-active{border-bottom-color:#c5de4b}@media(max-width:600px){.sg-parent-neurodiverse-page .sg-pn-levels-tab{flex-shrink:0;border-radius:999px;border-width:2px;padding:9px 18px;font-size:.9rem}.sg-parent-neurodiverse-page .sg-pn-levels-tab:not(.is-active){background:transparent;border-color:transparent;color:#4a5a52}.sg-parent-neurodiverse-page .sg-pn-levels-tab.is-active{padding:9px 18px;border-color:#042323}.sg-parent-neurodiverse-page .sg-pn-levels-tab.tab-high.is-active{background:#f7b7aa;border-bottom-color:#042323}.sg-parent-neurodiverse-page .sg-pn-levels-tab.tab-mid.is-active{background:#fdde55;border-bottom-color:#042323}.sg-parent-neurodiverse-page .sg-pn-levels-tab.tab-low.is-active{background:#c5de4b;border-bottom-color:#042323}}.sg-parent-neurodiverse-page .sg-pn-levels-panel{position:relative;z-index:1;max-width:900px;margin:0 auto;padding:40px 44px 44px;background:#fff;border:2.5px solid #042323;border-radius:18px;box-shadow:8px 8px #042323e6}@media(max-width:768px){.sg-parent-neurodiverse-page .sg-pn-levels-panel{padding:28px 22px 30px;box-shadow:5px 5px #042323e6}}.sg-parent-neurodiverse-page .sg-pn-levels-panel h3{font-family:Merriweather,serif;font-size:clamp(1.6rem,2.6vw,2.1rem);font-weight:700;color:#042323;margin-bottom:16px}.sg-parent-neurodiverse-page .sg-pn-levels-desc{font-family:Poppins,sans-serif;font-size:1rem;line-height:1.65;color:#1b3a2d;margin-bottom:0}.sg-parent-neurodiverse-page .sg-pn-levels-head{display:flex;align-items:flex-start;gap:28px;margin-bottom:24px;padding-bottom:24px;border-bottom:1.5px solid rgba(4,35,35,.15)}@media(max-width:768px){.sg-parent-neurodiverse-page .sg-pn-levels-head{flex-direction:column;gap:20px}}.sg-parent-neurodiverse-page .sg-pn-levels-head-copy{flex:1;min-width:0}.sg-parent-neurodiverse-page .sg-pn-levels-recommended h4{font-family:Poppins,sans-serif;font-size:1.05rem;font-weight:700;color:#042323;margin-bottom:20px}.sg-parent-neurodiverse-page .sg-pn-levels-products{display:flex;flex-wrap:wrap;gap:24px}@media(max-width:480px){.sg-parent-neurodiverse-page .sg-pn-levels-products{gap:16px}}.sg-parent-neurodiverse-page .sg-pn-levels-product{display:flex;flex-direction:column;align-items:center;gap:10px;width:120px}.sg-parent-neurodiverse-page .sg-pn-levels-product span{font-family:Poppins,sans-serif;font-size:.85rem;font-weight:600;color:#042323;text-align:center}.sg-parent-neurodiverse-page .sg-pn-levels-product-img{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:88px;padding:8px;background:#fff8ed;border:1.5px solid rgba(4,35,35,.2);border-radius:12px}.sg-parent-neurodiverse-page .sg-pn-levels-product-img img{max-width:100%;max-height:100%;object-fit:contain}.sg-parent-neurodiverse-page .sg-pn-levels-product-img.is-stacked img{position:absolute;top:50%;max-height:82%;width:auto;filter:drop-shadow(0 2px 4px rgba(4,35,35,.18))}.sg-parent-neurodiverse-page .sg-pn-levels-product-img.is-stacked img:first-child{left:34%;transform:translate(-50%,-50%) rotate(-8deg);z-index:1}.sg-parent-neurodiverse-page .sg-pn-levels-product-img.is-stacked img:last-child{left:62%;transform:translate(-50%,-50%) rotate(8deg);z-index:2}.sg-parent-neurodiverse-page .sg-pn-levels-activity{flex:0 0 320px;padding:20px 24px;background:#fdf1ee;border:1.5px solid #F2C2B6;border-radius:14px}@media(max-width:768px){.sg-parent-neurodiverse-page .sg-pn-levels-activity{flex-basis:auto;width:100%}}.sg-parent-neurodiverse-page .sg-pn-levels-activity ul{list-style:disc;padding-left:20px;display:flex;flex-direction:column;gap:6px}.sg-parent-neurodiverse-page .sg-pn-levels-activity li{font-family:Poppins,sans-serif;font-size:.95rem;line-height:1.4;color:#1b3a2d}.sg-parent-neurodiverse-page .sg-pn-levels-activity-head{display:flex;align-items:center;gap:10px;margin-bottom:14px}.sg-parent-neurodiverse-page .sg-pn-levels-activity-icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;font-size:1rem;color:#fff;background:#da5b26;border-radius:50%}.sg-parent-neurodiverse-page .sg-pn-levels-activity-head strong{font-family:Merriweather,serif;font-size:1.15rem;color:#042323}.sg-parent-neurodiverse-page .sg-pn-support{position:relative;padding:80px 0 90px;overflow:hidden}@media(max-width:768px){.sg-parent-neurodiverse-page .sg-pn-support{padding:48px 0 60px}}.sg-parent-neurodiverse-page .sg-pn-support-pencil,.sg-parent-neurodiverse-page .sg-pn-support-book{position:absolute;top:70px;width:230px;height:auto;z-index:0;pointer-events:none}@media(max-width:992px){.sg-parent-neurodiverse-page .sg-pn-support-pencil,.sg-parent-neurodiverse-page .sg-pn-support-book{display:none}}.sg-parent-neurodiverse-page .sg-pn-support-pencil{left:-2%;width:400px;transform:rotate(-8deg)}.sg-parent-neurodiverse-page .sg-pn-support-book{right:3%;transform:rotate(6deg)}.sg-parent-neurodiverse-page .sg-pn-support-title{position:relative;z-index:1;margin-bottom:64px!important;font-size:clamp(1.8rem,3vw,2.5rem)!important}@media(max-width:768px){.sg-parent-neurodiverse-page .sg-pn-support-title{margin-bottom:40px!important}}.sg-parent-neurodiverse-page .sg-pn-support-rows{display:flex;flex-direction:column;gap:72px;max-width:1040px;margin:0 auto}@media(max-width:768px){.sg-parent-neurodiverse-page .sg-pn-support-rows{gap:48px}}.sg-parent-neurodiverse-page .sg-pn-support-row{display:flex;align-items:center;gap:56px}.sg-parent-neurodiverse-page .sg-pn-support-row.is-reverse{flex-direction:row-reverse}@media(max-width:768px){.sg-parent-neurodiverse-page .sg-pn-support-row{flex-direction:column;gap:24px;text-align:center}.sg-parent-neurodiverse-page .sg-pn-support-row.is-reverse{flex-direction:column}}.sg-parent-neurodiverse-page .sg-pn-support-media{flex:0 0 46%;display:flex;align-items:center;justify-content:center;gap:16px}.sg-parent-neurodiverse-page .sg-pn-support-media img{width:100%;height:auto;object-fit:contain}.sg-parent-neurodiverse-page .sg-pn-support-media.variant-duo img{width:50%;max-width:200px}@media(max-width:768px){.sg-parent-neurodiverse-page .sg-pn-support-media{flex-basis:auto;max-width:420px;margin:0 auto}}.sg-parent-neurodiverse-page .sg-pn-support-copy{flex:1}.sg-parent-neurodiverse-page .sg-pn-support-copy h3{font-family:Merriweather,serif;font-size:clamp(1.5rem,2.4vw,2rem);font-weight:700;color:#042323;margin-bottom:16px}.sg-parent-neurodiverse-page .sg-pn-support-copy p{font-family:Poppins,sans-serif;font-size:1.02rem;line-height:1.65;color:#1b3a2d;margin-bottom:18px}.sg-parent-neurodiverse-page .sg-pn-support-link{display:inline-block;font-family:Merriweather,serif;font-weight:700;font-size:1.05rem;color:#da5b26;transition:color var(--transition-fast),transform var(--transition-fast)}.sg-parent-neurodiverse-page .sg-pn-support-link:hover{color:#b8481c;transform:translate(3px)}.sg-parent-neurodiverse-page .sg-pn-guided{padding:40px 0 90px}@media(max-width:768px){.sg-parent-neurodiverse-page .sg-pn-guided{padding:24px 0 60px}}.sg-parent-neurodiverse-page .sg-pn-guided-inner{display:flex;align-items:center;gap:64px}@media(max-width:900px){.sg-parent-neurodiverse-page .sg-pn-guided-inner{flex-direction:column;gap:36px;text-align:center}}.sg-parent-neurodiverse-page .sg-pn-guided-copy{position:relative;flex:0 0 34%;max-width:360px}.sg-parent-neurodiverse-page .sg-pn-guided-copy p{font-family:Poppins,sans-serif;font-size:1rem;line-height:1.7;color:#1b3a2d}.sg-parent-neurodiverse-page .sg-pn-guided-copy p strong{color:#042323}.sg-parent-neurodiverse-page .sg-pn-guided-heart{width:70px;height:auto;margin-bottom:12px}@media(max-width:900px){.sg-parent-neurodiverse-page .sg-pn-guided-heart{margin:0 auto 12px}}.sg-parent-neurodiverse-page .sg-pn-guided-title{margin-bottom:18px!important;font-size:clamp(1.7rem,2.6vw,2.2rem)!important}.sg-parent-neurodiverse-page .sg-pn-guided-grid{flex:1;display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media(max-width:900px){.sg-parent-neurodiverse-page .sg-pn-guided-grid{width:100%}}@media(max-width:560px){.sg-parent-neurodiverse-page .sg-pn-guided-grid{grid-template-columns:1fr;gap:12px}}.sg-parent-neurodiverse-page .sg-pn-guided-card{position:relative;padding:26px 24px;border:2.5px solid #042323;border-radius:16px;text-align:center;transition:transform var(--transition-normal),box-shadow var(--transition-normal)}.sg-parent-neurodiverse-page .sg-pn-guided-card:hover{transform:translateY(-4px);box-shadow:0 10px 26px #0423231f}.sg-parent-neurodiverse-page .sg-pn-guided-card.card-yellow{background:#fdde55}.sg-parent-neurodiverse-page .sg-pn-guided-card.card-lime{background:#daed31}.sg-parent-neurodiverse-page .sg-pn-guided-card.card-peach{background:#ffb6a8}.sg-parent-neurodiverse-page .sg-pn-guided-card.card-mint{background:#a4ead8}@media(max-width:560px){.sg-parent-neurodiverse-page .sg-pn-guided-card{padding:0;border-radius:12px;overflow:hidden;transition:none}.sg-parent-neurodiverse-page .sg-pn-guided-card:hover{transform:none;box-shadow:none}}.sg-parent-neurodiverse-page .sg-pn-guided-card-head{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:0;background:transparent;border:none;cursor:default}.sg-parent-neurodiverse-page .sg-pn-guided-card-head h3{font-family:Merriweather,serif;font-size:1.15rem;font-weight:700;color:#042323;margin-bottom:10px}@media(max-width:560px){.sg-parent-neurodiverse-page .sg-pn-guided-card-head{justify-content:space-between;height:72px;min-height:72px;padding:10px 20px;box-sizing:border-box;cursor:pointer}.sg-parent-neurodiverse-page .sg-pn-guided-card-head h3{margin-bottom:0;font-size:1rem;line-height:1.25;text-align:left}}.sg-parent-neurodiverse-page .sg-pn-guided-card-chevron{display:none}@media(max-width:560px){.sg-parent-neurodiverse-page .sg-pn-guided-card-chevron{display:inline-flex;flex-shrink:0;font-size:1.1rem;line-height:1;color:#042323;transition:transform var(--transition-fast)}}@media(max-width:560px){.sg-parent-neurodiverse-page .sg-pn-guided-card.is-open .sg-pn-guided-card-chevron{transform:rotate(180deg)}}.sg-parent-neurodiverse-page .sg-pn-guided-card-body p{font-family:Poppins,sans-serif;font-size:.9rem;line-height:1.5;color:#1b3a2d}@media(max-width:560px){.sg-parent-neurodiverse-page .sg-pn-guided-card-body{display:none;padding:0 18px 16px;text-align:left}}@media(max-width:560px){.sg-parent-neurodiverse-page .sg-pn-guided-card.is-open .sg-pn-guided-card-body{display:block}}.sg-parent-neurodiverse-page .sg-pn-families{position:relative;padding:40px 0 96px;background:#fff;overflow:hidden}@media(max-width:768px){.sg-parent-neurodiverse-page .sg-pn-families{padding:24px 0 64px}}.sg-parent-neurodiverse-page .sg-pn-cloud{position:absolute;top:70px;width:130px;height:auto;z-index:0;pointer-events:none}@media(max-width:768px){.sg-parent-neurodiverse-page .sg-pn-cloud{display:none}}.sg-parent-neurodiverse-page .sg-pn-cloud-left{left:5%;animation:sgPnCloudDrift 9s ease-in-out infinite}.sg-parent-neurodiverse-page .sg-pn-cloud-right{right:6%;top:110px;animation:sgPnCloudDrift 11s ease-in-out infinite reverse}@keyframes sgPnCloudDrift{0%,to{transform:translate(0)}50%{transform:translate(18px)}}.sg-parent-neurodiverse-page .sg-pn-families-title{position:relative;z-index:1;margin-bottom:48px!important;font-size:clamp(1.8rem,3vw,2.5rem)!important}@media(max-width:768px){.sg-parent-neurodiverse-page .sg-pn-families-title{margin-bottom:32px!important}}.sg-parent-neurodiverse-page .sg-pn-families-slider{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:28px;max-width:980px;margin:0 auto}@media(max-width:768px){.sg-parent-neurodiverse-page .sg-pn-families-slider{gap:12px}}.sg-parent-neurodiverse-page .sg-pn-families-viewport{flex:1;min-width:0;overflow:hidden}.sg-parent-neurodiverse-page .sg-pn-families-track{display:flex;align-items:stretch;transition:transform .45s cubic-bezier(.4,0,.2,1);will-change:transform}.sg-parent-neurodiverse-page .sg-pn-families-slide{flex:0 0 100%;width:100%;display:flex;box-sizing:border-box;padding:8px 14px 20px}@media(max-width:768px){.sg-parent-neurodiverse-page .sg-pn-families-slide{padding:6px 8px 14px}}.sg-parent-neurodiverse-page .sg-pn-families-arrow{flex-shrink:0;width:60px;height:60px;font-size:2rem;line-height:1;padding-bottom:4px}@media(max-width:768px){.sg-parent-neurodiverse-page .sg-pn-families-arrow{width:44px;height:44px;font-size:1.5rem}}@media(max-width:560px){.sg-parent-neurodiverse-page .sg-pn-families-arrow{display:none}}.sg-parent-neurodiverse-page .sg-pn-family-card{width:100%;display:flex;align-items:stretch;gap:32px;padding:36px 40px;background:#fff6e9;border:2px solid #042323;border-radius:24px;box-shadow:8px 8px #042323e6}@media(max-width:768px){.sg-parent-neurodiverse-page .sg-pn-family-card{flex-direction:column;align-items:center;text-align:center;gap:20px;padding:28px 22px;box-shadow:5px 5px #042323e6}}.sg-parent-neurodiverse-page .sg-pn-family-person{flex:0 0 160px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px}.sg-parent-neurodiverse-page .sg-pn-family-person img{width:92px;height:92px;border-radius:50%;object-fit:cover;border:3px solid #042323;margin-bottom:6px}.sg-parent-neurodiverse-page .sg-pn-family-person strong{font-family:Merriweather,serif;font-size:1.05rem;color:#042323}@media(max-width:768px){.sg-parent-neurodiverse-page .sg-pn-family-person{flex-basis:auto;flex-direction:row;align-items:center;gap:16px;width:100%;text-align:left}.sg-parent-neurodiverse-page .sg-pn-family-person img{width:82px;height:82px;margin-bottom:0;border-width:2px;flex-shrink:0}}.sg-parent-neurodiverse-page .sg-pn-family-person-info{display:flex;flex-direction:column;align-items:center;gap:4px}@media(max-width:768px){.sg-parent-neurodiverse-page .sg-pn-family-person-info{align-items:flex-start;text-align:left}}.sg-parent-neurodiverse-page .sg-pn-family-role{font-family:Poppins,sans-serif;font-size:.82rem;color:#5a7a6a}.sg-parent-neurodiverse-page .sg-pn-family-tag{margin-top:6px;padding:4px 16px;font-family:Merriweather,serif;font-weight:700;font-size:.8rem;color:#042323;background:#fdde55;border:1.5px solid #042323;border-radius:999px}@media(max-width:768px){.sg-parent-neurodiverse-page .sg-pn-family-tag{margin-top:8px;padding:5px 20px;color:#7a2e1a;background:#f2a48d;border:none}}.sg-parent-neurodiverse-page .sg-pn-family-content{flex:1;display:flex;flex-direction:column;justify-content:center}@media(max-width:768px){.sg-parent-neurodiverse-page .sg-pn-family-content{width:100%}}.sg-parent-neurodiverse-page .sg-pn-family-quote{font-family:Merriweather,serif;font-size:1.15rem;font-weight:700;line-height:1.5;color:#042323;margin-bottom:16px}@media(max-width:768px){.sg-parent-neurodiverse-page .sg-pn-family-quote{position:relative;margin-bottom:20px;padding:22px 20px 20px;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:500;line-height:1.6;background:#fff;border-radius:16px}}.sg-parent-neurodiverse-page .sg-pn-family-quote-mark{color:#da5b26;font-size:1.4rem;margin-right:6px}@media(max-width:768px){.sg-parent-neurodiverse-page .sg-pn-family-quote-mark{position:absolute;top:16px;left:16px;margin-right:0;color:#042323;font-size:1.6rem;line-height:1}}.sg-parent-neurodiverse-page .sg-pn-family-detail{font-family:Poppins,sans-serif;font-size:.95rem;line-height:1.6;color:#3c5a4c}@media(max-width:768px){.sg-parent-neurodiverse-page .sg-pn-family-detail{font-size:.9rem}}.sg-parent-neurodiverse-page .sg-pn-families-dots{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:10px;margin-top:28px}.sg-parent-neurodiverse-page .sg-pn-families-dot{width:11px;height:11px;border-radius:50%;background:transparent;border:2px solid #042323;padding:0;cursor:pointer;transition:all var(--transition-fast)}.sg-parent-neurodiverse-page .sg-pn-families-dot:hover{transform:scale(1.15)}.sg-parent-neurodiverse-page .sg-pn-families-dot.is-active{background:#042323;transform:scale(1.1)}.sg-for-schools-page{background:#fff;color:#042323;overflow:hidden}.sg-for-schools-page h1,.sg-for-schools-page h2,.sg-for-schools-page h3{font-family:Merriweather,serif!important;color:#042323}.sg-for-schools-page .sg-section-title{font-family:Merriweather,serif!important}.sg-for-schools-page .sg-parents-hero{position:relative;padding:112px 32px 100px;max-width:1280px;margin:0 auto}@media(max-width:768px){.sg-for-schools-page .sg-parents-hero{padding:96px 20px 90px}}.sg-for-schools-page .sg-parents-hero-card{display:flex;align-items:center;justify-content:space-between;gap:32px;min-height:480px;padding:56px 64px;border-radius:var(--radius-lg, 24px);border:1px solid var(--color-card-border, #E0E0E0);background-color:#e7fbf3;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:visible}@media(max-width:992px){.sg-for-schools-page .sg-parents-hero-card{flex-direction:column;text-align:center;min-height:unset;padding:40px 24px 32px;background-image:var(--hero-frame-mobile)!important;background-size:cover;background-position:center top}}.sg-for-schools-page .sg-parents-hero-text{max-width:480px}.sg-for-schools-page .sg-parents-hero-text h1{font-family:Merriweather,serif!important;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:700;color:#042323;line-height:1.25;margin-bottom:20px}.sg-for-schools-page .sg-parents-hero-text p{font-family:Poppins,sans-serif;font-size:18px;line-height:1.6;color:#1b3a2d;margin:0}.sg-for-schools-page .sg-parents-hero-illustration-wrap{position:relative;width:100%;max-width:480px;height:340px;flex-shrink:0}@media(max-width:992px){.sg-for-schools-page .sg-parents-hero-illustration-wrap{max-width:320px;height:220px;margin:0 auto}}.sg-for-schools-page .sg-parents-hero-illustration{position:absolute;top:42%;left:50%;transform:translate(-50%,-50%);width:760px;max-width:none;height:auto}@media(max-width:992px){.sg-for-schools-page .sg-parents-hero-illustration{width:440px}}@media(max-width:520px){.sg-for-schools-page .sg-parents-hero-illustration{width:360px}}.sg-for-schools-page .sg-parents-hero .sg-hero-help-bubble{bottom:16px}.sg-for-schools-page .sg-parents-hero .sg-hero-cta{position:fixed;right:32px;bottom:24px;z-index:998;width:auto}@media(max-width:768px){.sg-for-schools-page .sg-parents-hero .sg-hero-help-bubble{width:100px;left:16px;bottom:8px}.sg-for-schools-page .sg-parents-hero .sg-hero-cta{right:16px;bottom:16px;padding:8px 20px!important;font-size:1rem!important}}@media(max-width:520px){.sg-for-schools-page .sg-parents-hero .sg-hero-help-bubble,.sg-for-schools-page .sg-parents-hero .sg-hero-cta{display:none}}.sg-for-schools-page .sg-parents-pathway{position:relative;padding:140px 32px;background-color:#fff;overflow:hidden}@media(max-width:768px){.sg-for-schools-page .sg-parents-pathway{padding:96px 24px 88px}}.sg-for-schools-page .sg-parents-pathway-pattern{position:absolute;top:50%;left:0;width:100%;height:auto;transform:translateY(-50%);z-index:0;pointer-events:none}.sg-for-schools-page .sg-parents-pathway-inner{position:relative;z-index:2}.sg-for-schools-page .sg-parents-pathway-title{max-width:900px;margin:0 auto 56px;font-size:2.5rem!important;line-height:1.3;color:#042323}@media(max-width:768px){.sg-for-schools-page .sg-parents-pathway-title{font-size:1.75rem!important;margin-bottom:36px}}.sg-for-schools-page .sg-parents-pathway-cards{display:flex;justify-content:center;align-items:stretch;gap:48px;max-width:1160px;margin:0 auto}@media(max-width:768px){.sg-for-schools-page .sg-parents-pathway-cards{flex-direction:column;gap:32px}}.sg-for-schools-page .sg-parents-pathway-card{position:relative;flex:1;background:#fff;border:2px solid #042323;border-radius:28px;padding:56px 48px;text-align:center}.sg-for-schools-page .sg-parents-pathway-card.is-mint{background:#e7fbf3}.sg-for-schools-page .sg-parents-pathway-card h3{font-family:Merriweather,serif!important;font-size:2rem;font-weight:700;color:#042323;margin-bottom:24px}.sg-for-schools-page .sg-parents-pathway-card p{font-family:Poppins,sans-serif;font-size:1.15rem;line-height:1.65;color:#1b3a2d;margin-bottom:32px;min-height:116px}@media(max-width:768px){.sg-for-schools-page .sg-parents-pathway-card p{min-height:unset;font-size:1.05rem}}.sg-for-schools-page .sg-parents-pathway-card .sg-yellow-button{padding:14px 48px;font-size:1.15rem}.sg-for-schools-page .sg-parents-pathway-card-body{display:contents}.sg-for-schools-page .sg-parents-pathway-books{position:absolute;left:-36px;bottom:-36px;width:140px;height:auto;z-index:3}.sg-for-schools-page .sg-parents-pathway-clips{position:absolute;right:-32px;top:-32px;width:110px;height:auto;z-index:3}@media(max-width:768px){.sg-for-schools-page .sg-parents-pathway-card{display:flex;flex-direction:row;align-items:center;gap:14px;padding:24px 22px;text-align:center}.sg-for-schools-page .sg-parents-pathway-card-body{display:flex;flex:1;min-width:0;flex-direction:column;align-items:center;justify-content:center}.sg-for-schools-page .sg-parents-pathway-card h3{font-size:1.4rem;margin-bottom:18px}.sg-for-schools-page .sg-parents-pathway-card p{display:none}.sg-for-schools-page .sg-parents-pathway-card .sg-yellow-button{padding:11px 34px;font-size:1rem}.sg-for-schools-page .sg-parents-pathway-books,.sg-for-schools-page .sg-parents-pathway-clips{position:static;inset:auto;width:96px;flex-shrink:0;margin:0}}.sg-for-schools-page .sg-stats-title{color:#fdde55!important}@media(min-width:769px){.sg-for-schools-page .sg-stats-title{display:none}}.sg-for-schools-page .sg-schools-checklist-section{padding:80px 0;background:#fff}@media(max-width:768px){.sg-for-schools-page .sg-schools-checklist-section{padding:40px 0!important}}.sg-for-schools-page .sg-schools-checklist-section .sg-schools-checklist-title{color:#ff7a45!important;margin-bottom:40px!important;font-size:2.5rem!important}@media(max-width:768px){.sg-for-schools-page .sg-schools-checklist-section .sg-schools-checklist-title{font-size:1.85rem!important;margin-bottom:24px!important}}.sg-for-schools-page .sg-schools-checklist-section .sg-schools-checklist{list-style:none;padding:0;margin:0 auto;max-width:700px;display:flex;flex-direction:column;gap:20px}@media(max-width:768px){.sg-for-schools-page .sg-schools-checklist-section .sg-schools-checklist{padding:0 16px!important;gap:16px!important}}.sg-for-schools-page .sg-schools-checklist-section .sg-schools-checklist li{display:flex!important;align-items:flex-start!important;font-size:18px!important;font-family:Poppins,sans-serif!important;color:#042323!important;font-weight:700!important;text-align:left!important;line-height:1.4!important}@media(max-width:768px){.sg-for-schools-page .sg-schools-checklist-section .sg-schools-checklist li{font-size:15px!important}}.sg-for-schools-page .sg-schools-checklist-section .sg-schools-checklist li svg{margin-top:3px!important;flex-shrink:0!important}.sg-for-schools-page .sg-schools-checklist-section .sg-schools-aligned-subtext{font-size:16px;font-family:Poppins,sans-serif;color:#1b3a2d;font-weight:700;margin-top:40px;margin-bottom:24px;text-align:center}@media(max-width:768px){.sg-for-schools-page .sg-schools-checklist-section .sg-schools-aligned-subtext{font-size:14px!important;margin-top:24px!important;margin-bottom:16px!important;padding:0 16px!important}}.sg-for-schools-page .sg-schools-checklist-section .sg-schools-aligned-logos{display:flex;justify-content:center;align-items:center;margin:0 auto;max-width:800px}.sg-for-schools-page .sg-schools-checklist-section .sg-schools-aligned-logos img{max-width:100%;height:auto}@media(max-width:768px){.sg-for-schools-page .sg-schools-checklist-section .sg-schools-aligned-logos img{max-width:90%!important}}.sg-for-schools-page .sg-collab-clean-section{width:100%;margin-top:60px;padding:80px 0;background-color:#fff8ed}@media(max-width:768px){.sg-for-schools-page .sg-collab-clean-section{padding:48px 24px!important}}.sg-for-schools-page .sg-collab-clean-section .sg-collab-clean-container{max-width:1110px;margin:0 auto;padding:0 45px;display:grid;grid-template-columns:1.15fr .85fr;gap:40px;align-items:center}.sg-for-schools-page .sg-collab-clean-section .sg-collab-clean-content{display:flex;flex-direction:column;align-items:center;text-align:center}.sg-for-schools-page .sg-collab-clean-section .sg-collab-clean-content h2{font-family:Merriweather,serif!important;font-size:2.25rem!important;font-weight:700;color:#042323;margin:0 0 8px!important}@media(max-width:768px){.sg-for-schools-page .sg-collab-clean-section .sg-collab-clean-content h2{font-size:1.58rem!important}}.sg-for-schools-page .sg-collab-clean-section .sg-collab-clean-content .sg-collab-clean-logo{margin:4px 0}.sg-for-schools-page .sg-collab-clean-section .sg-collab-clean-content .sg-collab-clean-logo img{max-width:320px;height:auto;object-fit:contain}@media(max-width:768px){.sg-for-schools-page .sg-collab-clean-section .sg-collab-clean-content .sg-collab-clean-logo img{max-width:200px!important}}.sg-for-schools-page .sg-collab-clean-section .sg-collab-clean-content p{font-family:Merriweather,serif!important;font-size:1.35rem!important;font-weight:700;color:#042323;line-height:1.3;margin:8px auto 20px!important;max-width:480px}@media(max-width:768px){.sg-for-schools-page .sg-collab-clean-section .sg-collab-clean-content p{font-size:1.1rem!important}}.sg-for-schools-page .sg-collab-clean-section .sg-collab-clean-mascot{display:flex;justify-content:center;align-items:center}.sg-for-schools-page .sg-collab-clean-section .sg-collab-clean-mascot img{max-width:100%;height:auto}@media(max-width:768px){.sg-for-schools-page .sg-collab-clean-section .sg-collab-clean-mascot img{max-width:300px!important}}.sg-for-schools-page .sg-schools-orgs-section{padding:60px 0}@media(max-width:768px){.sg-for-schools-page .sg-schools-orgs-section{padding:36px 0!important}}@media(max-width:768px){.sg-for-schools-page .sg-schools-orgs-title{font-size:1.45rem!important;margin-bottom:24px!important}}.sg-for-schools-page .sg-et-quotes{margin-top:40px;width:100%}@media(max-width:968px){.sg-for-schools-page .sg-collab-clean-section{padding:60px 24px;margin-top:40px}.sg-for-schools-page .sg-collab-clean-section .sg-collab-clean-container{grid-template-columns:1fr;text-align:center;gap:48px;padding:0}.sg-for-schools-page .sg-collab-clean-section .sg-collab-clean-content{align-items:center;text-align:center}.sg-for-schools-page .sg-collab-clean-section .sg-collab-clean-content p{margin-left:auto;margin-right:auto}.sg-for-schools-page .sg-collab-clean-section .sg-collab-clean-mascot img{max-width:320px}}.sg-school-neurotypical-page{background:#fff}.sg-school-neurotypical-page .sg-section-title{font-family:Merriweather,serif!important;color:#042323}.sg-school-neurotypical-page .sg-pn-hero{min-height:100vh;display:flex;align-items:center;padding:120px 0 60px}.sg-school-neurotypical-page .sg-pn-hero>.sg-container{width:100%}@media(max-width:768px){.sg-school-neurotypical-page .sg-pn-hero{min-height:auto;padding:100px 0 40px}}.sg-school-neurotypical-page .sg-pn-hero-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-areas:"text image" "actions image";align-items:center;column-gap:40px;row-gap:4px}@media(max-width:900px){.sg-school-neurotypical-page .sg-pn-hero-inner{grid-template-columns:1fr;grid-template-areas:"text" "image" "actions";justify-items:center;text-align:center;row-gap:24px}}.sg-school-neurotypical-page .sg-pn-hero-text{grid-area:text;max-width:560px}.sg-school-neurotypical-page .sg-pn-hero-text h1{font-family:Merriweather,serif;font-size:clamp(1.7rem,2.9vw,2.3rem);font-weight:700;line-height:1.25;color:#042323;margin-bottom:20px}.sg-school-neurotypical-page .sg-pn-hero-text p{font-family:Poppins,sans-serif;font-size:1.05rem;line-height:1.65;color:#1b3a2d;margin-bottom:28px}@media(max-width:900px){.sg-school-neurotypical-page .sg-pn-hero-text p{margin-bottom:0}}@media(max-width:560px){.sg-school-neurotypical-page .sg-pn-hero-text h1{font-size:1.4rem;margin-bottom:12px}.sg-school-neurotypical-page .sg-pn-hero-text p{font-size:.9rem}}.sg-school-neurotypical-page .sg-pn-hero-actions{grid-area:actions;display:flex;align-items:center;gap:18px;flex-wrap:wrap}@media(max-width:900px){.sg-school-neurotypical-page .sg-pn-hero-actions{justify-content:center}}.sg-school-neurotypical-page .sg-pn-hero-actions .sg-action-btn-sketchy{padding:12px 34px;font-size:1.1rem}@media(max-width:560px){.sg-school-neurotypical-page .sg-pn-hero-actions{flex-wrap:nowrap;gap:10px;width:100%}.sg-school-neurotypical-page .sg-pn-hero-actions .sg-action-btn-sketchy{flex:1 1 0;min-width:0;padding:10px 8px;font-size:.82rem}}.sg-school-neurotypical-page .sg-pn-hero-visual{grid-area:image;position:relative;flex-shrink:0;width:100%;max-width:620px;height:413px}@media(max-width:900px){.sg-school-neurotypical-page .sg-pn-hero-visual{max-width:460px;height:307px}}.sg-school-neurotypical-page .sg-pn-hero-img{position:absolute;top:42%;left:50%;transform:translate(-50%,-50%);width:820px;max-width:none;height:auto}@media(max-width:900px){.sg-school-neurotypical-page .sg-pn-hero-img{width:640px}}.sg-school-neurotypical-page .sg-sn-fit{position:relative;scroll-margin-top:90px;padding:60px 0 90px;background:#fff8ed;overflow:hidden}@media(max-width:768px){.sg-school-neurotypical-page .sg-sn-fit{padding:40px 0 60px}}.sg-school-neurotypical-page .sg-pn-support-pencil,.sg-school-neurotypical-page .sg-pn-support-book{position:absolute;top:40px;width:200px;height:auto;z-index:0;pointer-events:none}@media(max-width:992px){.sg-school-neurotypical-page .sg-pn-support-pencil,.sg-school-neurotypical-page .sg-pn-support-book{display:none}}.sg-school-neurotypical-page .sg-pn-support-pencil{left:-3%;width:350px;transform:rotate(-8deg)}.sg-school-neurotypical-page .sg-pn-support-book{right:3%;transform:rotate(6deg)}.sg-school-neurotypical-page .sg-sn-fit-title{position:relative;z-index:1;margin-bottom:40px!important;font-size:clamp(1.8rem,3vw,2.5rem)!important}.sg-school-neurotypical-page .sg-sn-fit-panel{position:relative;z-index:1;display:flex;align-items:stretch;gap:40px;max-width:1080px;margin:0 auto}@media(max-width:900px){.sg-school-neurotypical-page .sg-sn-fit-panel{flex-direction:column}}.sg-school-neurotypical-page .sg-sn-fit-grid{flex:1;display:grid;grid-template-columns:repeat(2,1fr);gap:28px 40px;align-content:start}@media(max-width:560px){.sg-school-neurotypical-page .sg-sn-fit-grid{grid-template-columns:1fr;gap:20px}}.sg-school-neurotypical-page .sg-sn-fit-item{display:flex;align-items:flex-start;gap:14px}.sg-school-neurotypical-page .sg-sn-fit-item h3{font-family:Merriweather,serif;font-weight:700;font-size:1.05rem;color:#042323;margin:0 0 6px}.sg-school-neurotypical-page .sg-sn-fit-item p{font-family:Poppins,sans-serif;font-size:.88rem;line-height:1.5;color:#3c5a4c;margin:0}.sg-school-neurotypical-page .sg-sn-fit-icon{flex-shrink:0;width:64px;height:64px}.sg-school-neurotypical-page .sg-sn-fit-photo{flex:0 0 400px}.sg-school-neurotypical-page .sg-sn-fit-photo img{display:block;width:100%;height:100%;min-height:320px;object-fit:cover;border-radius:8px}@media(max-width:900px){.sg-school-neurotypical-page .sg-sn-fit-photo{flex-basis:auto;width:100%}.sg-school-neurotypical-page .sg-sn-fit-photo img{min-height:240px}}.sg-school-neurotypical-page .sg-sn-fit-checklist-band{position:relative;z-index:1;margin-top:56px;padding:48px 0;background:#fdde55}@media(max-width:768px){.sg-school-neurotypical-page .sg-sn-fit-checklist-band{margin-top:36px;padding:32px 0}}.sg-school-neurotypical-page .sg-sn-fit-checklist{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}@media(max-width:768px){.sg-school-neurotypical-page .sg-sn-fit-checklist{grid-template-columns:1fr;gap:24px}}.sg-school-neurotypical-page .sg-sn-fit-checklist-item{display:flex;align-items:flex-start;gap:12px}.sg-school-neurotypical-page .sg-sn-fit-checklist-item strong{display:block;font-family:Merriweather,serif;font-weight:700;font-size:1.1rem;color:#042323;margin-bottom:8px}.sg-school-neurotypical-page .sg-sn-fit-checklist-item p{font-family:Poppins,sans-serif;font-size:.95rem;line-height:1.5;color:#042323;margin:0}.sg-school-neurotypical-page .sg-sn-fit-checkbox{flex-shrink:0;margin-top:4px;width:18px;height:18px;background:#fff;border-radius:3px}.sg-school-neurotypical-page .sg-pn-support{position:relative;padding:80px 0 90px;overflow:hidden}@media(max-width:768px){.sg-school-neurotypical-page .sg-pn-support{padding:48px 0 60px}}.sg-school-neurotypical-page .sg-pn-support-title{position:relative;z-index:1;margin-bottom:64px!important;font-size:clamp(1.8rem,3vw,2.5rem)!important}@media(max-width:768px){.sg-school-neurotypical-page .sg-pn-support-title{margin-bottom:40px!important}}.sg-school-neurotypical-page .sg-pn-support-rows{display:flex;flex-direction:column;gap:72px;max-width:1040px;margin:0 auto}@media(max-width:768px){.sg-school-neurotypical-page .sg-pn-support-rows{gap:48px}}.sg-school-neurotypical-page .sg-pn-support-row{display:flex;align-items:center;gap:56px}.sg-school-neurotypical-page .sg-pn-support-row.is-reverse{flex-direction:row-reverse}@media(max-width:768px){.sg-school-neurotypical-page .sg-pn-support-row{flex-direction:column;gap:24px;text-align:center}.sg-school-neurotypical-page .sg-pn-support-row.is-reverse{flex-direction:column}}.sg-school-neurotypical-page .sg-pn-support-media{flex:0 0 46%;display:flex;align-items:center;justify-content:center;gap:16px}.sg-school-neurotypical-page .sg-pn-support-media img{width:100%;height:auto;border-radius:14px;object-fit:cover;aspect-ratio:4/3}@media(max-width:768px){.sg-school-neurotypical-page .sg-pn-support-media{flex-basis:auto;max-width:420px;margin:0 auto}}.sg-school-neurotypical-page .sg-pn-support-copy{flex:1}.sg-school-neurotypical-page .sg-pn-support-copy h3{font-family:Merriweather,serif;font-size:clamp(1.5rem,2.4vw,2rem);font-weight:700;color:#042323;margin-bottom:16px}.sg-school-neurotypical-page .sg-pn-support-copy p{font-family:Poppins,sans-serif;font-size:1.02rem;line-height:1.65;color:#1b3a2d;margin-bottom:18px}.sg-school-neurotypical-page .sg-pn-support-link{display:inline-block;font-family:Merriweather,serif;font-weight:700;font-size:1.05rem;color:#da5b26;transition:color var(--transition-fast),transform var(--transition-fast)}.sg-school-neurotypical-page .sg-pn-support-link:hover{color:#b8481c;transform:translate(3px)}.sg-school-neurotypical-page .sg-pn-why{position:relative;padding:60px 0 80px;overflow:hidden}@media(max-width:768px){.sg-school-neurotypical-page .sg-pn-why{padding:40px 0 56px}}.sg-school-neurotypical-page .sg-pn-why-star{position:absolute;width:90px;height:auto;z-index:0;pointer-events:none}@media(max-width:992px){.sg-school-neurotypical-page .sg-pn-why-star{width:64px}}@media(max-width:600px){.sg-school-neurotypical-page .sg-pn-why-star{display:none}}.sg-school-neurotypical-page .sg-pn-why-star-left{top:96px;left:5%;transform:rotate(-10deg)}.sg-school-neurotypical-page .sg-pn-why-star-right{top:300px;right:5%;transform:rotate(8deg)}.sg-school-neurotypical-page .sg-pn-why-title{margin-bottom:48px!important;font-size:clamp(1.8rem,3vw,2.5rem)!important}@media(max-width:768px){.sg-school-neurotypical-page .sg-pn-why-title{margin-bottom:32px!important}}.sg-school-neurotypical-page .sg-pn-why-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,1fr);gap:28px;max-width:820px;margin:0 auto}@media(max-width:560px){.sg-school-neurotypical-page .sg-pn-why-grid{gap:14px}}.sg-school-neurotypical-page .sg-pn-why-card{position:relative;min-height:220px;perspective:1200px}.sg-school-neurotypical-page .sg-pn-why-card:hover .sg-pn-why-card-inner,.sg-school-neurotypical-page .sg-pn-why-card:focus-within .sg-pn-why-card-inner{transform:rotateY(180deg)}@media(max-width:560px){.sg-school-neurotypical-page .sg-pn-why-card{min-height:160px}}.sg-school-neurotypical-page .sg-pn-why-card-inner{position:relative;width:100%;height:100%;transition:transform var(--transition-normal);transform-style:preserve-3d}.sg-school-neurotypical-page .sg-pn-why-card-front,.sg-school-neurotypical-page .sg-pn-why-card-back{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;padding:32px 24px;border:2.5px solid #042323;border-radius:20px;text-align:center;backface-visibility:hidden;box-shadow:0 10px 28px #0423231f}@media(max-width:560px){.sg-school-neurotypical-page .sg-pn-why-card-front,.sg-school-neurotypical-page .sg-pn-why-card-back{gap:12px;padding:18px 10px;border-radius:16px}}.sg-school-neurotypical-page .sg-pn-why-card-front h3,.sg-school-neurotypical-page .sg-pn-why-card-back h3{font-family:Merriweather,serif;font-size:1.25rem;font-weight:700;color:#042323;margin:0}@media(max-width:560px){.sg-school-neurotypical-page .sg-pn-why-card-front h3,.sg-school-neurotypical-page .sg-pn-why-card-back h3{font-size:.95rem;line-height:1.25}}.sg-school-neurotypical-page .sg-pn-why-card-back{transform:rotateY(180deg)}.sg-school-neurotypical-page .sg-pn-why-card-back p{font-family:Poppins,sans-serif;font-size:.95rem;line-height:1.5;color:#042323;margin:0}@media(max-width:560px){.sg-school-neurotypical-page .sg-pn-why-card-back p{font-size:.8rem}}.sg-school-neurotypical-page .card-peach .sg-pn-why-card-front,.sg-school-neurotypical-page .card-peach .sg-pn-why-card-back{background:#ffb6a8}.sg-school-neurotypical-page .card-mint .sg-pn-why-card-front,.sg-school-neurotypical-page .card-mint .sg-pn-why-card-back{background:#a4ead8}.sg-school-neurotypical-page .card-cream .sg-pn-why-card-front,.sg-school-neurotypical-page .card-cream .sg-pn-why-card-back{background:#fdde55}.sg-school-neurotypical-page .card-lime .sg-pn-why-card-front,.sg-school-neurotypical-page .card-lime .sg-pn-why-card-back{background:#daed31}.sg-school-neurotypical-page .sg-sn-teach-icon{position:relative;display:flex;align-items:center;justify-content:center;width:100px;height:100px}@media(max-width:560px){.sg-school-neurotypical-page .sg-sn-teach-icon{width:76px;height:76px}}.sg-school-neurotypical-page .sg-sn-teach-icon-badge{position:absolute;inset:0;width:100%;height:100%;filter:drop-shadow(0 4px 10px rgba(4,35,35,.12))}.sg-school-neurotypical-page .sg-sn-teach-icon-img{position:relative;z-index:1;height:52px;max-width:64px;width:auto;object-fit:contain}@media(max-width:560px){.sg-school-neurotypical-page .sg-sn-teach-icon-img{height:40px;max-width:50px}}.sg-school-neurotypical-page .sg-pn-families{position:relative;padding:80px 0 96px;background:#fff;overflow:hidden}@media(max-width:768px){.sg-school-neurotypical-page .sg-pn-families{padding:48px 0 64px}}.sg-school-neurotypical-page .sg-pn-cloud{position:absolute;top:70px;width:130px;height:auto;z-index:0;pointer-events:none}@media(max-width:768px){.sg-school-neurotypical-page .sg-pn-cloud{display:none}}.sg-school-neurotypical-page .sg-pn-cloud-left{left:5%;animation:sgSnCloudDrift 9s ease-in-out infinite}.sg-school-neurotypical-page .sg-pn-cloud-right{right:6%;top:110px;animation:sgSnCloudDrift 11s ease-in-out infinite reverse}@keyframes sgSnCloudDrift{0%,to{transform:translate(0)}50%{transform:translate(18px)}}.sg-school-neurotypical-page .sg-pn-families-title{position:relative;z-index:1;margin-bottom:48px!important;font-size:clamp(1.8rem,3vw,2.5rem)!important}@media(max-width:768px){.sg-school-neurotypical-page .sg-pn-families-title{margin-bottom:32px!important}}.sg-school-neurotypical-page .sg-pn-families-slider{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:28px;max-width:980px;margin:0 auto}@media(max-width:768px){.sg-school-neurotypical-page .sg-pn-families-slider{gap:12px}}.sg-school-neurotypical-page .sg-pn-families-viewport{flex:1;min-width:0;overflow:hidden}.sg-school-neurotypical-page .sg-pn-families-track{display:flex;align-items:stretch;transition:transform .45s cubic-bezier(.4,0,.2,1);will-change:transform}.sg-school-neurotypical-page .sg-pn-families-slide{flex:0 0 100%;width:100%;display:flex;box-sizing:border-box;padding:8px 14px 20px}@media(max-width:768px){.sg-school-neurotypical-page .sg-pn-families-slide{padding:6px 8px 14px}}.sg-school-neurotypical-page .sg-pn-families-arrow{flex-shrink:0;width:60px;height:60px;font-size:2rem;line-height:1;padding-bottom:4px}@media(max-width:768px){.sg-school-neurotypical-page .sg-pn-families-arrow{width:44px;height:44px;font-size:1.5rem}}@media(max-width:560px){.sg-school-neurotypical-page .sg-pn-families-arrow{display:none}}.sg-school-neurotypical-page .sg-pn-family-card{width:100%;display:flex;align-items:stretch;gap:32px;padding:36px 40px;background:#fff6e9;border:2px solid #042323;border-radius:24px;box-shadow:8px 8px #042323e6}@media(max-width:768px){.sg-school-neurotypical-page .sg-pn-family-card{flex-direction:column;align-items:center;text-align:center;gap:20px;padding:28px 22px;box-shadow:5px 5px #042323e6}}.sg-school-neurotypical-page .sg-pn-family-person{flex:0 0 160px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px}.sg-school-neurotypical-page .sg-pn-family-person img{width:92px;height:92px;border-radius:50%;object-fit:cover;border:3px solid #042323;margin-bottom:6px}.sg-school-neurotypical-page .sg-pn-family-person strong{font-family:Merriweather,serif;font-size:1.05rem;color:#042323}@media(max-width:768px){.sg-school-neurotypical-page .sg-pn-family-person{flex-basis:auto;flex-direction:row;align-items:center;gap:16px;width:100%;text-align:left}.sg-school-neurotypical-page .sg-pn-family-person img{width:82px;height:82px;margin-bottom:0;border-width:2px;flex-shrink:0}}.sg-school-neurotypical-page .sg-pn-family-person-info{display:flex;flex-direction:column;align-items:center;gap:4px}@media(max-width:768px){.sg-school-neurotypical-page .sg-pn-family-person-info{align-items:flex-start;text-align:left}}.sg-school-neurotypical-page .sg-pn-family-role{font-family:Poppins,sans-serif;font-size:.82rem;color:#5a7a6a}.sg-school-neurotypical-page .sg-pn-family-tag{margin-top:6px;padding:4px 16px;font-family:Merriweather,serif;font-weight:700;font-size:.8rem;color:#042323;background:#fdde55;border:1.5px solid #042323;border-radius:999px}@media(max-width:768px){.sg-school-neurotypical-page .sg-pn-family-tag{margin-top:8px;padding:5px 20px;color:#7a2e1a;background:#f2a48d;border:none}}.sg-school-neurotypical-page .sg-pn-family-content{flex:1;display:flex;flex-direction:column;justify-content:center}@media(max-width:768px){.sg-school-neurotypical-page .sg-pn-family-content{width:100%}}.sg-school-neurotypical-page .sg-pn-family-quote{font-family:Merriweather,serif;font-size:1.15rem;font-weight:700;line-height:1.5;color:#042323;margin-bottom:16px}@media(max-width:768px){.sg-school-neurotypical-page .sg-pn-family-quote{position:relative;margin-bottom:20px;padding:22px 20px 20px;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:500;line-height:1.6;background:#fff;border-radius:16px}}.sg-school-neurotypical-page .sg-pn-family-quote-mark{color:#da5b26;font-size:1.4rem;margin-right:6px}@media(max-width:768px){.sg-school-neurotypical-page .sg-pn-family-quote-mark{position:absolute;top:16px;left:16px;margin-right:0;color:#042323;font-size:1.6rem;line-height:1}}.sg-school-neurotypical-page .sg-pn-family-detail{font-family:Poppins,sans-serif;font-size:.95rem;line-height:1.6;color:#3c5a4c}@media(max-width:768px){.sg-school-neurotypical-page .sg-pn-family-detail{font-size:.9rem}}.sg-school-neurotypical-page .sg-pn-families-dots{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:10px;margin-top:28px}.sg-school-neurotypical-page .sg-pn-families-dot{width:11px;height:11px;border-radius:50%;background:transparent;border:2px solid #042323;padding:0;cursor:pointer;transition:all var(--transition-fast)}.sg-school-neurotypical-page .sg-pn-families-dot:hover{transform:scale(1.15)}.sg-school-neurotypical-page .sg-pn-families-dot.is-active{background:#042323;transform:scale(1.1)}.sg-school-neurotypical-page .sg-sn-share{padding:0 0 90px}@media(max-width:768px){.sg-school-neurotypical-page .sg-sn-share{padding:0 0 60px}}.sg-school-neurotypical-page .sg-sn-share-inner{position:relative;display:flex;align-items:center;gap:32px;padding:48px 300px 48px 56px;background:#e9fbf3;border:2.5px solid #042323;border-radius:24px;overflow:hidden}@media(max-width:768px){.sg-school-neurotypical-page .sg-sn-share-inner{flex-direction:column;text-align:center;padding:32px 24px}}.sg-school-neurotypical-page .sg-sn-share-copy{max-width:560px}.sg-school-neurotypical-page .sg-sn-share-copy h2{font-size:clamp(1.5rem,2.6vw,2rem)!important;margin-bottom:12px!important}.sg-school-neurotypical-page .sg-sn-share-copy p{font-family:Poppins,sans-serif;font-size:1rem;line-height:1.6;color:#1b3a2d;margin-bottom:24px}.sg-school-neurotypical-page .sg-sn-share-mascot{position:absolute;right:-40px;bottom:-40px;width:420px;pointer-events:none}@media(max-width:768px){.sg-school-neurotypical-page .sg-sn-share-mascot{position:static;width:200px;margin-top:8px}}.sg-school-neurotypical-page .sg-sn-share-mascot-img{display:block;width:100%;height:auto;transform:scaleX(-1)}.sg-school-neurodiverse-page{background:#fff}.sg-school-neurodiverse-page .sg-section-title{font-family:Merriweather,serif!important;color:#042323}.sg-school-neurodiverse-page .sg-pn-hero{min-height:100vh;display:flex;align-items:center;padding:120px 0 60px}.sg-school-neurodiverse-page .sg-pn-hero>.sg-container{width:100%}@media(max-width:768px){.sg-school-neurodiverse-page .sg-pn-hero{min-height:auto;padding:100px 0 40px}}.sg-school-neurodiverse-page .sg-pn-hero-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-areas:"text image" "actions image";align-items:center;column-gap:40px;row-gap:4px}@media(max-width:900px){.sg-school-neurodiverse-page .sg-pn-hero-inner{grid-template-columns:1fr;grid-template-areas:"text" "image" "actions";justify-items:center;text-align:center;row-gap:24px}}.sg-school-neurodiverse-page .sg-pn-hero-text{grid-area:text;max-width:560px}.sg-school-neurodiverse-page .sg-pn-hero-text h1{font-family:Merriweather,serif;font-size:clamp(1.7rem,2.9vw,2.3rem);font-weight:700;line-height:1.25;color:#042323;margin-bottom:20px}.sg-school-neurodiverse-page .sg-pn-hero-text p{font-family:Poppins,sans-serif;font-size:1.05rem;line-height:1.65;color:#1b3a2d;margin-bottom:28px}@media(max-width:900px){.sg-school-neurodiverse-page .sg-pn-hero-text p{margin-bottom:0}}@media(max-width:560px){.sg-school-neurodiverse-page .sg-pn-hero-text h1{font-size:1.4rem;margin-bottom:12px}.sg-school-neurodiverse-page .sg-pn-hero-text p{font-size:.9rem}}.sg-school-neurodiverse-page .sg-pn-hero-actions{grid-area:actions;display:flex;align-items:center;gap:18px;flex-wrap:wrap}@media(max-width:900px){.sg-school-neurodiverse-page .sg-pn-hero-actions{justify-content:center}}.sg-school-neurodiverse-page .sg-pn-hero-actions .sg-action-btn-sketchy{padding:12px 34px;font-size:1.1rem}@media(max-width:560px){.sg-school-neurodiverse-page .sg-pn-hero-actions{flex-wrap:nowrap;gap:10px;width:100%}.sg-school-neurodiverse-page .sg-pn-hero-actions .sg-action-btn-sketchy{flex:1 1 0;min-width:0;padding:10px 8px;font-size:.82rem}}.sg-school-neurodiverse-page .sg-pn-hero-visual{grid-area:image;position:relative;flex-shrink:0;width:100%;max-width:620px;height:413px}@media(max-width:900px){.sg-school-neurodiverse-page .sg-pn-hero-visual{max-width:460px;height:307px}}.sg-school-neurodiverse-page .sg-pn-hero-img{position:absolute;top:42%;left:50%;transform:translate(-50%,-50%);width:820px;max-width:none;height:auto}@media(max-width:900px){.sg-school-neurodiverse-page .sg-pn-hero-img{width:640px}}.sg-school-neurodiverse-page .sg-sn-levels{scroll-margin-top:90px;padding:60px 0 80px}@media(max-width:768px){.sg-school-neurodiverse-page .sg-sn-levels{padding:40px 0 56px}}.sg-school-neurodiverse-page .sg-sn-levels-title{margin-bottom:12px!important;font-size:clamp(1.8rem,3vw,2.5rem)!important}.sg-school-neurodiverse-page .sg-sn-levels-subtext{max-width:620px;margin:0 auto 40px;font-family:Poppins,sans-serif;font-size:1rem;line-height:1.6;color:#5a7a6a;text-align:center}.sg-school-neurodiverse-page .sg-sn-levels-grid{display:grid;grid-template-columns:repeat(3,1fr);align-items:start;gap:28px;max-width:1080px;margin:0 auto}@media(max-width:768px){.sg-school-neurodiverse-page .sg-sn-levels-grid{grid-template-columns:1fr;gap:16px}}.sg-school-neurodiverse-page .sg-sn-levels-card{display:flex;flex-direction:column;min-height:380px;padding:32px;border-radius:20px}.sg-school-neurodiverse-page .sg-sn-levels-card:nth-child(2){margin-top:96px}@media(max-width:768px){.sg-school-neurodiverse-page .sg-sn-levels-card{min-height:0}.sg-school-neurodiverse-page .sg-sn-levels-card:nth-child(2){margin-top:0}}.sg-school-neurodiverse-page .sg-sn-levels-card h3{font-family:Merriweather,serif;font-weight:700;font-size:1.2rem;margin:0 0 12px}.sg-school-neurodiverse-page .sg-sn-levels-card p{font-family:Poppins,sans-serif;font-size:.92rem;line-height:1.55;margin:0}.sg-school-neurodiverse-page .sg-sn-levels-card.tone-dark{background:#0b2b28;color:#fff}.sg-school-neurodiverse-page .sg-sn-levels-card.tone-dark p{color:#fffc}.sg-school-neurodiverse-page .sg-sn-levels-card.tone-orange{background:#d2691e;color:#fff}.sg-school-neurodiverse-page .sg-sn-levels-card.tone-orange p{color:#ffffffd9}.sg-school-neurodiverse-page .sg-sn-levels-card.tone-yellow{background:#f5d033;color:#042323}.sg-school-neurodiverse-page .sg-sn-levels-card.tone-yellow p{color:#3c3311}.sg-school-neurodiverse-page .sg-sn-levels-card-badge{flex-shrink:0}.sg-school-neurodiverse-page .sg-sn-levels-card-text{margin-top:auto;padding-top:40px}.sg-school-neurodiverse-page .sg-pn-support{position:relative;padding:80px 0 90px;overflow:hidden}@media(max-width:768px){.sg-school-neurodiverse-page .sg-pn-support{padding:48px 0 60px}}.sg-school-neurodiverse-page .sg-pn-support-pencil,.sg-school-neurodiverse-page .sg-pn-support-book{position:absolute;top:70px;width:200px;height:auto;z-index:0;pointer-events:none}@media(max-width:992px){.sg-school-neurodiverse-page .sg-pn-support-pencil,.sg-school-neurodiverse-page .sg-pn-support-book{display:none}}.sg-school-neurodiverse-page .sg-pn-support-pencil{left:-3%;width:350px;transform:rotate(-8deg)}.sg-school-neurodiverse-page .sg-pn-support-book{right:3%;transform:rotate(6deg)}.sg-school-neurodiverse-page .sg-pn-support-title{position:relative;z-index:1;margin-bottom:64px!important;font-size:clamp(1.8rem,3vw,2.5rem)!important}@media(max-width:768px){.sg-school-neurodiverse-page .sg-pn-support-title{margin-bottom:40px!important}}.sg-school-neurodiverse-page .sg-pn-support-rows{display:flex;flex-direction:column;gap:72px;max-width:1040px;margin:0 auto}@media(max-width:768px){.sg-school-neurodiverse-page .sg-pn-support-rows{gap:48px}}.sg-school-neurodiverse-page .sg-pn-support-row{display:flex;align-items:center;gap:56px}.sg-school-neurodiverse-page .sg-pn-support-row.is-reverse{flex-direction:row-reverse}@media(max-width:768px){.sg-school-neurodiverse-page .sg-pn-support-row{flex-direction:column;gap:24px;text-align:center}.sg-school-neurodiverse-page .sg-pn-support-row.is-reverse{flex-direction:column}}.sg-school-neurodiverse-page .sg-pn-support-media{flex:0 0 46%;display:flex;align-items:center;justify-content:center;gap:16px}.sg-school-neurodiverse-page .sg-pn-support-media img{width:100%;height:auto;border-radius:14px;object-fit:cover;aspect-ratio:4/3}.sg-school-neurodiverse-page .sg-pn-support-media.variant-duo img{width:50%;max-width:200px;border-radius:10px;aspect-ratio:auto}@media(max-width:768px){.sg-school-neurodiverse-page .sg-pn-support-media{flex-basis:auto;max-width:420px;margin:0 auto}}.sg-school-neurodiverse-page .sg-pn-support-copy{flex:1}.sg-school-neurodiverse-page .sg-pn-support-copy h3{font-family:Merriweather,serif;font-size:clamp(1.5rem,2.4vw,2rem);font-weight:700;color:#042323;margin-bottom:16px}.sg-school-neurodiverse-page .sg-pn-support-copy p{font-family:Poppins,sans-serif;font-size:1.02rem;line-height:1.65;color:#1b3a2d;margin-bottom:18px}.sg-school-neurodiverse-page .sg-pn-support-link{display:inline-block;font-family:Merriweather,serif;font-weight:700;font-size:1.05rem;color:#da5b26;transition:color var(--transition-fast),transform var(--transition-fast)}.sg-school-neurodiverse-page .sg-pn-support-link:hover{color:#b8481c;transform:translate(3px)}.sg-school-neurodiverse-page .sg-pn-why{position:relative;padding:60px 0 80px;overflow:hidden}@media(max-width:768px){.sg-school-neurodiverse-page .sg-pn-why{padding:40px 0 56px}}.sg-school-neurodiverse-page .sg-pn-why-star{position:absolute;width:90px;height:auto;z-index:0;pointer-events:none}@media(max-width:992px){.sg-school-neurodiverse-page .sg-pn-why-star{width:64px}}@media(max-width:600px){.sg-school-neurodiverse-page .sg-pn-why-star{display:none}}.sg-school-neurodiverse-page .sg-pn-why-star-left{top:96px;left:5%;transform:rotate(-10deg)}.sg-school-neurodiverse-page .sg-pn-why-star-right{top:300px;right:5%;transform:rotate(8deg)}.sg-school-neurodiverse-page .sg-pn-why-title{margin-bottom:48px!important;font-size:clamp(1.8rem,3vw,2.5rem)!important}@media(max-width:768px){.sg-school-neurodiverse-page .sg-pn-why-title{margin-bottom:32px!important}}.sg-school-neurodiverse-page .sg-pn-why-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,1fr);gap:28px;max-width:820px;margin:0 auto}@media(max-width:560px){.sg-school-neurodiverse-page .sg-pn-why-grid{gap:14px}}.sg-school-neurodiverse-page .sg-sn-teach-grid{grid-template-columns:repeat(3,1fr);max-width:1080px}@media(max-width:768px){.sg-school-neurodiverse-page .sg-sn-teach-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.sg-school-neurodiverse-page .sg-sn-teach-grid{grid-template-columns:1fr}}.sg-school-neurodiverse-page .sg-pn-why-card{position:relative;min-height:220px;perspective:1200px}.sg-school-neurodiverse-page .sg-pn-why-card:hover .sg-pn-why-card-inner,.sg-school-neurodiverse-page .sg-pn-why-card:focus-within .sg-pn-why-card-inner{transform:rotateY(180deg)}@media(max-width:560px){.sg-school-neurodiverse-page .sg-pn-why-card{min-height:180px}}.sg-school-neurodiverse-page .sg-pn-why-card-inner{position:relative;width:100%;height:100%;transition:transform var(--transition-normal);transform-style:preserve-3d}.sg-school-neurodiverse-page .sg-pn-why-card-front,.sg-school-neurodiverse-page .sg-pn-why-card-back{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:28px 20px;border:2.5px solid #042323;border-radius:20px;text-align:center;backface-visibility:hidden;box-shadow:0 10px 28px #0423231f}@media(max-width:560px){.sg-school-neurodiverse-page .sg-pn-why-card-front,.sg-school-neurodiverse-page .sg-pn-why-card-back{gap:12px;padding:18px 10px;border-radius:16px}}.sg-school-neurodiverse-page .sg-pn-why-card-front h3,.sg-school-neurodiverse-page .sg-pn-why-card-back h3{font-family:Merriweather,serif;font-size:1.05rem;font-weight:700;color:#042323;margin:0}@media(max-width:560px){.sg-school-neurodiverse-page .sg-pn-why-card-front h3,.sg-school-neurodiverse-page .sg-pn-why-card-back h3{font-size:.9rem;line-height:1.25}}.sg-school-neurodiverse-page .sg-pn-why-card-back{transform:rotateY(180deg)}.sg-school-neurodiverse-page .sg-pn-why-card-back p{font-family:Poppins,sans-serif;font-size:.9rem;line-height:1.45;color:#042323;margin:0}@media(max-width:560px){.sg-school-neurodiverse-page .sg-pn-why-card-back p{font-size:.78rem}}.sg-school-neurodiverse-page .card-peach .sg-pn-why-card-front,.sg-school-neurodiverse-page .card-peach .sg-pn-why-card-back{background:#ffb6a8}.sg-school-neurodiverse-page .card-mint .sg-pn-why-card-front,.sg-school-neurodiverse-page .card-mint .sg-pn-why-card-back{background:#a4ead8}.sg-school-neurodiverse-page .card-cream .sg-pn-why-card-front,.sg-school-neurodiverse-page .card-cream .sg-pn-why-card-back{background:#fdde55}.sg-school-neurodiverse-page .card-lime .sg-pn-why-card-front,.sg-school-neurodiverse-page .card-lime .sg-pn-why-card-back{background:#daed31}.sg-school-neurodiverse-page .sg-sn-teach-icon{position:relative;display:flex;align-items:center;justify-content:center;width:100px;height:100px}@media(max-width:560px){.sg-school-neurodiverse-page .sg-sn-teach-icon{width:76px;height:76px}}.sg-school-neurodiverse-page .sg-sn-teach-icon-badge{position:absolute;inset:0;width:100%;height:100%;filter:drop-shadow(0 4px 10px rgba(4,35,35,.12))}.sg-school-neurodiverse-page .sg-sn-teach-icon-img{position:relative;z-index:1;height:52px;max-width:64px;width:auto;object-fit:contain}@media(max-width:560px){.sg-school-neurodiverse-page .sg-sn-teach-icon-img{height:40px;max-width:50px}}.sg-school-neurodiverse-page .sg-sn-educators{padding:60px 0 90px}@media(max-width:768px){.sg-school-neurodiverse-page .sg-sn-educators{padding:40px 0 60px}}.sg-school-neurodiverse-page .sg-sn-educators-title{margin-bottom:12px!important;font-size:clamp(1.8rem,3vw,2.5rem)!important}.sg-school-neurodiverse-page .sg-sn-educators-subtext{max-width:620px;margin:0 auto 40px;font-family:Poppins,sans-serif;font-size:1rem;line-height:1.6;color:#5a7a6a;text-align:center}.sg-school-neurodiverse-page .sg-sn-educators-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;max-width:1080px;margin:0 auto}@media(max-width:768px){.sg-school-neurodiverse-page .sg-sn-educators-grid{grid-template-columns:1fr;gap:24px}}.sg-school-neurodiverse-page .sg-sn-educators-item{display:flex;flex-direction:column;align-items:center;padding-bottom:48px}.sg-school-neurodiverse-page .sg-sn-educators-photo{position:relative;width:100%}.sg-school-neurodiverse-page .sg-sn-educators-photo img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;border:2.5px solid #042323;border-radius:16px}.sg-school-neurodiverse-page .sg-sn-educators-tag{position:absolute;left:50%;bottom:0;transform:translate(-50%,50%);z-index:1;padding:10px 22px;border:2.5px solid #042323;border-radius:16px;font-family:Merriweather,serif;font-weight:700;font-size:1.05rem;line-height:1.3;color:#042323;text-align:center;white-space:nowrap}.sg-school-neurodiverse-page .sg-sn-educators-tag.tone-mint{background:#a4ead8}.sg-school-neurodiverse-page .sg-sn-educators-tag.tone-peach{background:#ffb6a8}.sg-school-neurodiverse-page .sg-sn-educators-tag.tone-lime{background:#daed31;width:260px;white-space:normal}.sg-school-neurodiverse-page .sg-pn-families{position:relative;padding:80px 0 96px;background:#fff;overflow:hidden}@media(max-width:768px){.sg-school-neurodiverse-page .sg-pn-families{padding:48px 0 64px}}.sg-school-neurodiverse-page .sg-pn-cloud{position:absolute;top:70px;width:130px;height:auto;z-index:0;pointer-events:none}@media(max-width:768px){.sg-school-neurodiverse-page .sg-pn-cloud{display:none}}.sg-school-neurodiverse-page .sg-pn-cloud-left{left:5%;animation:sgSnDvCloudDrift 9s ease-in-out infinite}.sg-school-neurodiverse-page .sg-pn-cloud-right{right:6%;top:110px;animation:sgSnDvCloudDrift 11s ease-in-out infinite reverse}@keyframes sgSnDvCloudDrift{0%,to{transform:translate(0)}50%{transform:translate(18px)}}.sg-school-neurodiverse-page .sg-pn-families-title{position:relative;z-index:1;margin-bottom:48px!important;font-size:clamp(1.8rem,3vw,2.5rem)!important}@media(max-width:768px){.sg-school-neurodiverse-page .sg-pn-families-title{margin-bottom:32px!important}}.sg-school-neurodiverse-page .sg-pn-families-slider{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:28px;max-width:980px;margin:0 auto}@media(max-width:768px){.sg-school-neurodiverse-page .sg-pn-families-slider{gap:12px}}.sg-school-neurodiverse-page .sg-pn-families-viewport{flex:1;min-width:0;overflow:hidden}.sg-school-neurodiverse-page .sg-pn-families-track{display:flex;align-items:stretch;transition:transform .45s cubic-bezier(.4,0,.2,1);will-change:transform}.sg-school-neurodiverse-page .sg-pn-families-slide{flex:0 0 100%;width:100%;display:flex;box-sizing:border-box;padding:8px 14px 20px}@media(max-width:768px){.sg-school-neurodiverse-page .sg-pn-families-slide{padding:6px 8px 14px}}.sg-school-neurodiverse-page .sg-pn-families-arrow{flex-shrink:0;width:60px;height:60px;font-size:2rem;line-height:1;padding-bottom:4px}@media(max-width:768px){.sg-school-neurodiverse-page .sg-pn-families-arrow{width:44px;height:44px;font-size:1.5rem}}@media(max-width:560px){.sg-school-neurodiverse-page .sg-pn-families-arrow{display:none}}.sg-school-neurodiverse-page .sg-pn-family-card{width:100%;display:flex;align-items:stretch;gap:32px;padding:36px 40px;background:#fff6e9;border:2px solid #042323;border-radius:24px;box-shadow:8px 8px #042323e6}@media(max-width:768px){.sg-school-neurodiverse-page .sg-pn-family-card{flex-direction:column;align-items:center;text-align:center;gap:20px;padding:28px 22px;box-shadow:5px 5px #042323e6}}.sg-school-neurodiverse-page .sg-pn-family-person{flex:0 0 160px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px}.sg-school-neurodiverse-page .sg-pn-family-person img{width:92px;height:92px;border-radius:50%;object-fit:cover;border:3px solid #042323;margin-bottom:6px}.sg-school-neurodiverse-page .sg-pn-family-person strong{font-family:Merriweather,serif;font-size:1.05rem;color:#042323}@media(max-width:768px){.sg-school-neurodiverse-page .sg-pn-family-person{flex-basis:auto;flex-direction:row;align-items:center;gap:16px;width:100%;text-align:left}.sg-school-neurodiverse-page .sg-pn-family-person img{width:82px;height:82px;margin-bottom:0;border-width:2px;flex-shrink:0}}.sg-school-neurodiverse-page .sg-pn-family-person-info{display:flex;flex-direction:column;align-items:center;gap:4px}@media(max-width:768px){.sg-school-neurodiverse-page .sg-pn-family-person-info{align-items:flex-start;text-align:left}}.sg-school-neurodiverse-page .sg-pn-family-role{font-family:Poppins,sans-serif;font-size:.82rem;color:#5a7a6a}.sg-school-neurodiverse-page .sg-pn-family-tag{margin-top:6px;padding:4px 16px;font-family:Merriweather,serif;font-weight:700;font-size:.8rem;color:#042323;background:#fdde55;border:1.5px solid #042323;border-radius:999px}@media(max-width:768px){.sg-school-neurodiverse-page .sg-pn-family-tag{margin-top:8px;padding:5px 20px;color:#7a2e1a;background:#f2a48d;border:none}}.sg-school-neurodiverse-page .sg-pn-family-content{flex:1;display:flex;flex-direction:column;justify-content:center}@media(max-width:768px){.sg-school-neurodiverse-page .sg-pn-family-content{width:100%}}.sg-school-neurodiverse-page .sg-pn-family-quote{font-family:Merriweather,serif;font-size:1.15rem;font-weight:700;line-height:1.5;color:#042323;margin-bottom:16px}@media(max-width:768px){.sg-school-neurodiverse-page .sg-pn-family-quote{position:relative;margin-bottom:20px;padding:22px 20px 20px;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:500;line-height:1.6;background:#fff;border-radius:16px}}.sg-school-neurodiverse-page .sg-pn-family-quote-mark{color:#da5b26;font-size:1.4rem;margin-right:6px}@media(max-width:768px){.sg-school-neurodiverse-page .sg-pn-family-quote-mark{position:absolute;top:16px;left:16px;margin-right:0;color:#042323;font-size:1.6rem;line-height:1}}.sg-school-neurodiverse-page .sg-pn-family-detail{font-family:Poppins,sans-serif;font-size:.95rem;line-height:1.6;color:#3c5a4c}@media(max-width:768px){.sg-school-neurodiverse-page .sg-pn-family-detail{font-size:.9rem}}.sg-school-neurodiverse-page .sg-pn-families-dots{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:10px;margin-top:28px}.sg-school-neurodiverse-page .sg-pn-families-dot{width:11px;height:11px;border-radius:50%;background:transparent;border:2px solid #042323;padding:0;cursor:pointer;transition:all var(--transition-fast)}.sg-school-neurodiverse-page .sg-pn-families-dot:hover{transform:scale(1.15)}.sg-school-neurodiverse-page .sg-pn-families-dot.is-active{background:#042323;transform:scale(1.1)}.sg-school-neurodiverse-page .sg-sn-share{padding:0 0 90px}@media(max-width:768px){.sg-school-neurodiverse-page .sg-sn-share{padding:0 0 60px}}.sg-school-neurodiverse-page .sg-sn-share-inner{position:relative;display:flex;align-items:center;gap:32px;padding:48px 300px 48px 56px;background:#e9fbf3;border:2.5px solid #042323;border-radius:24px;overflow:hidden}@media(max-width:768px){.sg-school-neurodiverse-page .sg-sn-share-inner{flex-direction:column;text-align:center;padding:32px 24px}}.sg-school-neurodiverse-page .sg-sn-share-copy{max-width:560px}.sg-school-neurodiverse-page .sg-sn-share-copy h2{font-size:clamp(1.5rem,2.6vw,2rem)!important;margin-bottom:12px!important}.sg-school-neurodiverse-page .sg-sn-share-copy p{font-family:Poppins,sans-serif;font-size:1rem;line-height:1.6;color:#1b3a2d;margin-bottom:24px}.sg-school-neurodiverse-page .sg-sn-share-mascot{position:absolute;right:-40px;bottom:-40px;width:420px;pointer-events:none}@media(max-width:768px){.sg-school-neurodiverse-page .sg-sn-share-mascot{position:static;width:200px;margin-top:8px}}.sg-school-neurodiverse-page .sg-sn-share-mascot-img{display:block;width:100%;height:auto;transform:scaleX(-1)}.sg-for-corporates-page{background:#fff;color:#042323;overflow:hidden}.sg-for-corporates-page h1,.sg-for-corporates-page h2,.sg-for-corporates-page h3{font-family:Merriweather,serif!important;color:#042323}.sg-for-corporates-page .sg-section-title{font-family:Merriweather,serif!important}.sg-for-corporates-page .sg-checklist-section{padding:80px 0}@media(max-width:768px){.sg-for-corporates-page .sg-checklist-section{padding:40px 16px}}.sg-for-corporates-page .sg-checklist-section .sg-checklist-title{color:#ff7a45;margin-bottom:40px;font-size:2.5rem;text-align:center}@media(max-width:768px){.sg-for-corporates-page .sg-checklist-section .sg-checklist-title{font-size:1.85rem!important;margin-bottom:24px!important}}.sg-for-corporates-page .sg-checklist-section ul{list-style:none;padding:0;margin:0 auto 30px;max-width:750px;display:flex;flex-direction:column;gap:20px}@media(max-width:768px){.sg-for-corporates-page .sg-checklist-section ul{gap:16px}}.sg-for-corporates-page .sg-checklist-section ul li{display:flex;align-items:flex-start;font-size:18px;font-family:Poppins,sans-serif;color:#042323;font-weight:700;text-align:left;line-height:1.4}@media(max-width:768px){.sg-for-corporates-page .sg-checklist-section ul li{font-size:15px}}.sg-for-corporates-page .sg-checklist-section ul li svg{margin-top:3px;flex-shrink:0}.sg-for-corporates-page .sg-checklist-section .sg-aligned-subtext{font-size:16px;font-family:Poppins,sans-serif;color:#1b3a2d;font-weight:700;margin-top:40px;margin-bottom:24px;text-align:center}@media(max-width:768px){.sg-for-corporates-page .sg-checklist-section .sg-aligned-subtext{font-size:14px;margin-top:24px}}.sg-for-corporates-page .sg-checklist-section .sg-aligned-logos{display:flex;justify-content:center;align-items:center;margin:0 auto;max-width:800px}.sg-for-corporates-page .sg-checklist-section .sg-aligned-logos img{max-width:100%;height:auto}@media(max-width:768px){.sg-for-corporates-page .sg-section-title{font-size:1.85rem!important;margin-bottom:24px!important}}.sg-for-corporates-page .sg-impact-section{padding:80px 0 0;text-align:center;background-color:#fff}@media(max-width:768px){.sg-for-corporates-page .sg-impact-section{padding:40px 16px 0}}.sg-for-corporates-page .sg-impact-section .sg-solution-feature-media{margin:0 auto 60px}@media(max-width:768px){.sg-for-corporates-page .sg-impact-section .sg-solution-feature-media{margin-bottom:30px}}.sg-for-corporates-page .sg-impact-section .sg-solution-feature-media img{width:100%;border-radius:12px;object-fit:cover;aspect-ratio:16/9}.sg-for-corporates-page .sg-corporates-orgs-section{padding:80px 0 60px}@media(max-width:768px){.sg-for-corporates-page .sg-corporates-orgs-section{padding:36px 0!important}}.sg-for-corporates-page .sg-corporates-orgs-title{font-family:Merriweather,serif!important;text-align:center}@media(max-width:768px){.sg-for-corporates-page .sg-corporates-orgs-title{font-size:1.45rem!important;margin-bottom:24px!important}}.sg-for-corporates-page .sg-corp-hero{position:relative;padding:112px 32px 100px;max-width:1280px;margin:0 auto}@media(max-width:768px){.sg-for-corporates-page .sg-corp-hero{padding:96px 20px 90px}}.sg-for-corporates-page .sg-corp-hero-card{display:flex;align-items:center;justify-content:space-between;gap:32px;min-height:480px;padding:56px 64px;border-radius:var(--radius-lg, 24px);border:1px solid var(--color-card-border, #E0E0E0);background-color:#e7fbf3;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:visible}@media(max-width:992px){.sg-for-corporates-page .sg-corp-hero-card{flex-direction:column;text-align:center;min-height:unset;padding:40px 24px 32px;background-image:var(--hero-frame-mobile)!important;background-position:center top}}.sg-for-corporates-page .sg-corp-hero-text{max-width:480px}.sg-for-corporates-page .sg-corp-hero-text h1{font-family:Merriweather,serif;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:700;color:#042323;line-height:1.25;margin-bottom:20px}.sg-for-corporates-page .sg-corp-hero-text p{font-family:Poppins,sans-serif;font-size:18px;line-height:1.6;color:#1b3a2d;margin:0}.sg-for-corporates-page .sg-corp-hero-illustration-wrap{position:relative;width:100%;max-width:480px;height:340px;flex-shrink:0}@media(max-width:992px){.sg-for-corporates-page .sg-corp-hero-illustration-wrap{max-width:320px;height:220px;margin:0 auto}}.sg-for-corporates-page .sg-corp-hero-illustration{position:absolute;top:48%;left:50%;transform:translate(-50%,-50%);width:620px;max-width:none;height:auto}@media(max-width:992px){.sg-for-corporates-page .sg-corp-hero-illustration{width:420px}}@media(max-width:520px){.sg-for-corporates-page .sg-corp-hero-illustration{width:330px}}.sg-for-corporates-page .sg-corp-hero .sg-hero-help-bubble{bottom:16px}.sg-for-corporates-page .sg-corp-hero .sg-hero-cta{position:fixed;right:32px;bottom:24px;z-index:998;width:auto}@media(max-width:768px){.sg-for-corporates-page .sg-corp-hero .sg-hero-help-bubble{width:100px;left:16px;bottom:8px}.sg-for-corporates-page .sg-corp-hero .sg-hero-cta{right:16px;bottom:16px;padding:8px 20px!important;font-size:1rem!important}}@media(max-width:520px){.sg-for-corporates-page .sg-corp-hero .sg-hero-help-bubble,.sg-for-corporates-page .sg-corp-hero .sg-hero-cta{display:none}}.sg-for-corporates-page .sg-corp-types{padding:96px 32px 80px;background:#fff}@media(max-width:768px){.sg-for-corporates-page .sg-corp-types{padding:64px 16px 56px}}.sg-for-corporates-page .sg-corp-types-title{max-width:1240px;margin:0 auto 36px}@media(max-width:768px){.sg-for-corporates-page .sg-corp-types-title{margin-bottom:24px}}.sg-for-corporates-page .sg-corp-types-inner{display:grid;grid-template-columns:186px minmax(0,1fr);align-items:start;max-width:1180px;margin:0 auto}.sg-for-corporates-page .sg-corp-types-rail{display:flex;flex-direction:column;gap:14px;padding-top:28px}.sg-for-corporates-page .sg-corp-type-tab{position:relative;z-index:1;margin-right:-18px;padding:12px 24px 12px 16px;font-family:Poppins,sans-serif;font-size:.82rem;font-weight:600;line-height:1.3;text-align:left;white-space:pre-line;color:#042323;background:#f3f3f3;border:1.5px solid #042323;border-radius:6px;cursor:pointer;transition:transform var(--transition-fast),filter var(--transition-fast)}.sg-for-corporates-page .sg-corp-type-tab:hover{transform:translate(-3px)}.sg-for-corporates-page .sg-corp-type-tab.is-active{transform:translate(-6px);box-shadow:0 3px #04232329}.sg-for-corporates-page .sg-corp-type-tab.tone-peach{background:#f9c8b4}.sg-for-corporates-page .sg-corp-type-tab.tone-sun{background:#fbe08a}.sg-for-corporates-page .sg-corp-type-tab.tone-lime{background:#d4e88c}.sg-for-corporates-page .sg-corp-type-tab.tone-mint{background:#a9e6d2}.sg-for-corporates-page .sg-corp-type-tab:not(.is-active){filter:saturate(.55) opacity(.75)}.sg-for-corporates-page .sg-corp-type-panel{position:relative;z-index:2;padding:44px 48px 40px;background:#fff;border:1.5px solid #042323;border-radius:18px;box-shadow:0 6px #04232314;animation:sgCorpPanelIn .35s ease}@media(max-width:768px){.sg-for-corporates-page .sg-corp-type-panel{padding:28px 20px 26px}}.sg-for-corporates-page .sg-corp-panel-head{display:grid;grid-template-columns:minmax(0,1fr) 210px;align-items:center;gap:20px;margin-bottom:26px}@media(max-width:768px){.sg-for-corporates-page .sg-corp-panel-head{grid-template-columns:1fr;gap:14px;text-align:center}}.sg-for-corporates-page .sg-corp-panel-head h2{font-family:Merriweather,serif!important;font-size:clamp(1.7rem,3vw,2.4rem);line-height:1.15;margin-bottom:12px}.sg-for-corporates-page .sg-corp-panel-head p{font-family:Poppins,sans-serif;font-size:.95rem;font-weight:500;line-height:1.55;color:#142f2f;margin:0}.sg-for-corporates-page .sg-corp-panel-art{width:100%;height:auto;align-self:start}@media(max-width:768px){.sg-for-corporates-page .sg-corp-panel-art{order:-1;max-width:220px;margin:0 auto}}.sg-for-corporates-page .sg-corp-panel-bestfor{margin-bottom:26px}.sg-for-corporates-page .sg-corp-panel-bestfor h3{font-family:Poppins,sans-serif!important;font-size:.9rem;font-weight:700;margin-bottom:10px}.sg-for-corporates-page .sg-corp-panel-bestfor ul{display:flex;flex-wrap:wrap;gap:10px;margin:0;padding:0;list-style:none}.sg-for-corporates-page .sg-corp-panel-bestfor li{padding:7px 16px;font-family:Poppins,sans-serif;font-size:.8rem;font-weight:600;color:#042323;background:#fde9a7;border:1.5px solid #042323;border-radius:999px}.sg-for-corporates-page .sg-corp-panel-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px;padding-top:22px;border-top:1px solid rgba(4,35,35,.12)}@media(max-width:768px){.sg-for-corporates-page .sg-corp-panel-columns{grid-template-columns:1fr;gap:24px}}.sg-for-corporates-page .sg-corp-panel-col+.sg-corp-panel-col{padding-left:32px;border-left:1px solid rgba(4,35,35,.12)}@media(max-width:768px){.sg-for-corporates-page .sg-corp-panel-col+.sg-corp-panel-col{padding-left:0;border-left:none}}.sg-for-corporates-page .sg-corp-panel-col h3{margin-bottom:14px;font-family:Poppins,sans-serif!important;font-size:.95rem;font-weight:700}.sg-for-corporates-page .sg-corp-panel-col ul{margin:0;padding:0;list-style:none}.sg-for-corporates-page .sg-corp-panel-col li{position:relative;margin-bottom:8px;padding-left:16px;font-family:Poppins,sans-serif;font-size:.85rem;line-height:1.5;color:#142f2f}.sg-for-corporates-page .sg-corp-panel-col li:before{content:"";position:absolute;top:8px;left:0;width:5px;height:5px;background:#da5b26;border-radius:50%}.sg-for-corporates-page .sg-corp-col-toggle{display:flex;align-items:center;gap:10px;width:100%;padding:0;font:inherit;color:inherit;text-align:left;background:none;border:none;cursor:default}.sg-for-corporates-page .sg-corp-col-icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;flex-shrink:0;color:#da5b26;background:#fce7dc;border-radius:50%}.sg-for-corporates-page .sg-corp-col-chevron{display:none;margin-left:auto;flex-shrink:0;color:#042323;transition:transform .25s ease}.sg-for-corporates-page .sg-corp-col-chevron.is-open{transform:rotate(180deg)}.sg-for-corporates-page .sg-corp-panel-impact{margin-top:28px;padding:20px 24px;background:#fdf0ec;border-radius:14px}.sg-for-corporates-page .sg-corp-panel-impact h3{font-family:Poppins,sans-serif!important;font-size:.9rem;font-weight:700;margin-bottom:14px}.sg-for-corporates-page .sg-corp-panel-impact ul{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:0;padding:0;list-style:none}@media(max-width:620px){.sg-for-corporates-page .sg-corp-panel-impact ul{grid-template-columns:repeat(2,minmax(0,1fr))}}.sg-for-corporates-page .sg-corp-panel-impact li{font-family:Poppins,sans-serif;font-size:.78rem;font-weight:600;line-height:1.35;text-align:center;color:#142f2f}.sg-for-corporates-page .sg-corp-panel-actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:28px}.sg-for-corporates-page .sg-corp-panel-actions .sg-action-btn-sketchy{display:inline-flex;align-items:center;min-width:0}.sg-for-corporates-page .sg-corp-panel-actions .sg-corp-ghost-btn{padding:11px 30px;font-family:Poppins,sans-serif;font-weight:600;color:#042323;background:#fff;border:1.5px solid #042323;border-radius:999px;box-shadow:none;text-decoration:none}.sg-for-corporates-page .sg-corp-panel-actions .sg-corp-ghost-btn:hover{background:#fdf6e6}@keyframes sgCorpPanelIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.sg-for-corporates-page .sg-corp-type-panel{animation:none}}@media(max-width:900px){.sg-for-corporates-page .sg-corp-types-inner{grid-template-columns:1fr;gap:18px}.sg-for-corporates-page .sg-corp-types-rail{flex-direction:row;gap:10px;padding-top:0;overflow-x:auto;scrollbar-width:none}.sg-for-corporates-page .sg-corp-types-rail::-webkit-scrollbar{display:none}.sg-for-corporates-page .sg-corp-type-tab{flex:0 0 auto;margin-right:0;padding:10px 16px;white-space:nowrap}.sg-for-corporates-page .sg-corp-type-tab:hover,.sg-for-corporates-page .sg-corp-type-tab.is-active{transform:none}}@media(max-width:768px){.sg-for-corporates-page .sg-corp-panel-head,.sg-for-corporates-page .sg-corp-panel-bestfor h3{text-align:center}.sg-for-corporates-page .sg-corp-panel-bestfor ul{justify-content:center}.sg-for-corporates-page .sg-corp-panel-columns{gap:12px;padding-top:18px}.sg-for-corporates-page .sg-corp-panel-col{padding:12px 14px;background:#fbf8f3;border:1px solid rgba(4,35,35,.12);border-radius:10px}.sg-for-corporates-page .sg-corp-panel-col h3{margin-bottom:0}.sg-for-corporates-page .sg-corp-panel-col ul{display:none;margin-top:12px}.sg-for-corporates-page .sg-corp-panel-col.is-open ul{display:block}.sg-for-corporates-page .sg-corp-col-toggle{cursor:pointer}.sg-for-corporates-page .sg-corp-col-chevron{display:block}.sg-for-corporates-page .sg-corp-panel-actions{gap:12px}.sg-for-corporates-page .sg-corp-panel-actions .sg-action-btn-sketchy,.sg-for-corporates-page .sg-corp-panel-actions .sg-corp-ghost-btn{flex:1 1 0;min-width:0;justify-content:center;padding:11px 14px;font-size:.9rem;text-align:center}}.sg-for-corporates-page .sg-corp-ways{padding:80px 0 90px;background:#fff}@media(max-width:768px){.sg-for-corporates-page .sg-corp-ways{padding:56px 0 64px}}.sg-for-corporates-page .sg-corp-ways-inner{position:relative}.sg-for-corporates-page .sg-corp-ways-star{position:absolute;top:-6px;left:4%;width:58px;height:auto;pointer-events:none}@media(max-width:700px){.sg-for-corporates-page .sg-corp-ways-star{display:none}}.sg-for-corporates-page .sg-corp-ways-scribble{position:absolute;top:45%;right:-34px;width:78px;height:auto;transform:translateY(-50%);pointer-events:none}@media(max-width:900px){.sg-for-corporates-page .sg-corp-ways-scribble{right:-4px;width:60px}}@media(max-width:700px){.sg-for-corporates-page .sg-corp-ways-scribble{display:none}}.sg-for-corporates-page .sg-corp-ways-grid{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px;max-width:900px;margin:0 auto}@media(max-width:700px){.sg-for-corporates-page .sg-corp-ways-grid{gap:14px}}.sg-for-corporates-page .sg-corp-way-card{position:relative;min-height:252px;perspective:1200px;background:transparent}.sg-for-corporates-page .sg-corp-way-card:hover .sg-corp-way-card-inner,.sg-for-corporates-page .sg-corp-way-card:focus-within .sg-corp-way-card-inner{transform:rotateY(180deg)}@media(max-width:700px){.sg-for-corporates-page .sg-corp-way-card{min-height:190px}}.sg-for-corporates-page .sg-corp-way-card-inner{position:relative;width:100%;height:100%;transition:transform var(--transition-normal, .6s cubic-bezier(.4, 0, .2, 1));transform-style:preserve-3d}.sg-for-corporates-page .sg-corp-way-card-front,.sg-for-corporates-page .sg-corp-way-card-back{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px 24px;border:2.5px solid #042323;border-radius:20px;text-align:center;backface-visibility:hidden;box-shadow:0 10px 28px #0423231f}@media(max-width:700px){.sg-for-corporates-page .sg-corp-way-card-front,.sg-for-corporates-page .sg-corp-way-card-back{padding:18px 12px;border-radius:16px;border-width:2px}}.sg-for-corporates-page .sg-corp-way-card-front h3{margin:14px 0 0;font-family:Merriweather,serif!important;font-size:1.15rem;font-weight:700;color:#042323;line-height:1.3}@media(max-width:700px){.sg-for-corporates-page .sg-corp-way-card-front h3{margin-top:8px;font-size:.88rem;line-height:1.25}}.sg-for-corporates-page .sg-corp-way-card-back h3{margin:0;font-family:Merriweather,serif!important;font-size:1.15rem;font-weight:700;color:#042323;line-height:1.3}@media(max-width:700px){.sg-for-corporates-page .sg-corp-way-card-back h3{font-size:.88rem;line-height:1.25}}.sg-for-corporates-page .sg-corp-way-card-back{transform:rotateY(180deg);gap:12px}.sg-for-corporates-page .sg-corp-way-card-back p{font-family:Poppins,sans-serif;font-size:.92rem;line-height:1.5;color:#042323;margin:0}@media(max-width:700px){.sg-for-corporates-page .sg-corp-way-card-back p{font-size:.76rem;line-height:1.35}}.sg-for-corporates-page .tone-blush .sg-corp-way-card-front,.sg-for-corporates-page .tone-blush .sg-corp-way-card-back{background:#fbc8bb}.sg-for-corporates-page .tone-mint .sg-corp-way-card-front,.sg-for-corporates-page .tone-mint .sg-corp-way-card-back{background:#a9e4ce}.sg-for-corporates-page .tone-sun .sg-corp-way-card-front,.sg-for-corporates-page .tone-sun .sg-corp-way-card-back{background:#fbe08a}.sg-for-corporates-page .tone-lime .sg-corp-way-card-front,.sg-for-corporates-page .tone-lime .sg-corp-way-card-back{background:#d8e85b}.sg-for-corporates-page .sg-corp-way-badge{position:relative;display:flex;align-items:center;justify-content:center;width:112px;height:112px;margin:0 auto 14px;flex-shrink:0;transition:transform .4s cubic-bezier(.34,1.56,.64,1)}@media(max-width:700px){.sg-for-corporates-page .sg-corp-way-badge{width:76px;height:76px;margin-bottom:10px}}.sg-for-corporates-page .sg-corp-way-badge-flower{position:absolute;inset:0;width:100%;height:100%}.sg-for-corporates-page .sg-corp-way-img{position:relative;z-index:1;width:auto;object-fit:contain;pointer-events:none}.sg-for-corporates-page .sg-corp-way-img.sg-corp-way-img-workshops{height:92px;max-width:116px}@media(max-width:700px){.sg-for-corporates-page .sg-corp-way-img.sg-corp-way-img-workshops{height:62px;max-width:80px}}.sg-for-corporates-page .sg-corp-way-img.sg-corp-way-img-curriculum{height:64px;max-width:88px}@media(max-width:700px){.sg-for-corporates-page .sg-corp-way-img.sg-corp-way-img-curriculum{height:44px;max-width:60px}}.sg-for-corporates-page .sg-corp-way-img.sg-corp-way-img-kits{height:120px;max-width:140px}@media(max-width:700px){.sg-for-corporates-page .sg-corp-way-img.sg-corp-way-img-kits{height:78px;max-width:92px}}.sg-for-corporates-page .sg-corp-way-img.sg-corp-way-img-app{height:122px;max-width:140px}@media(max-width:700px){.sg-for-corporates-page .sg-corp-way-img.sg-corp-way-img-app{height:80px;max-width:92px}}.sg-for-corporates-page .sg-corp-trusted{padding:70px 0 80px;background:#fff}@media(max-width:768px){.sg-for-corporates-page .sg-corp-trusted{padding:48px 0 56px}}.sg-for-corporates-page .sg-corp-trusted-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2.2fr);align-items:center;gap:clamp(36px,6vw,90px)}@media(max-width:900px){.sg-for-corporates-page .sg-corp-trusted-inner{grid-template-columns:1fr;gap:28px;text-align:center}}.sg-for-corporates-page .sg-corp-trusted-copy h2{font-family:Merriweather,serif!important;font-size:clamp(1.9rem,3.6vw,3.4rem);line-height:1.15;margin-bottom:20px}.sg-for-corporates-page .sg-corp-trusted-copy p{font-family:Poppins,sans-serif;font-size:1rem;line-height:1.6;color:#142f2f;margin:0}.sg-for-corporates-page .sg-corp-trusted-collage{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.sg-for-corporates-page .sg-corp-trusted-photo{width:100%;height:100%;aspect-ratio:1/.94;object-fit:cover;border-radius:0}.sg-for-corporates-page .sg-corp-trusted-stat{display:flex;align-items:center;padding:34px 38px;text-align:left}.sg-for-corporates-page .sg-corp-trusted-stat p{margin:0;font-family:Merriweather,serif;font-size:clamp(1rem,2.35vw,2.1rem);font-weight:700;line-height:1.3;color:#042323}.sg-for-corporates-page .sg-corp-trusted-stat.tone-lime{background:#d5e84e;border-top-left-radius:45% 55%}.sg-for-corporates-page .sg-corp-trusted-stat.tone-sun{background:#f8da3d;border-top-right-radius:45% 55%}@media(max-width:600px){.sg-for-corporates-page .sg-corp-trusted-stat{padding:18px 20px}}.sg-for-corporates-page .sg-corp-brief{padding:30px 0 90px}@media(max-width:768px){.sg-for-corporates-page .sg-corp-brief{padding:16px 0 60px}}.sg-for-corporates-page .sg-corp-brief-card{position:relative;display:flex;align-items:center;justify-content:space-between;gap:32px;max-width:960px;margin:0 auto;padding:44px 52px;background:#e7fbf3;border:2px solid #042323;border-radius:20px;overflow:visible}@media(max-width:900px){.sg-for-corporates-page .sg-corp-brief-card{flex-direction:column;text-align:center;padding:36px 24px 28px;gap:20px}}.sg-for-corporates-page .sg-corp-brief-copy{max-width:500px;flex:1}.sg-for-corporates-page .sg-corp-brief-copy h2{font-family:Merriweather,serif!important;font-size:clamp(1.65rem,2.6vw,2.2rem);font-weight:700;color:#042323;margin-bottom:14px;line-height:1.25}.sg-for-corporates-page .sg-corp-brief-copy p{max-width:500px;margin-bottom:26px;font-family:Poppins,sans-serif;font-size:.95rem;line-height:1.6;color:#142f2f}@media(max-width:900px){.sg-for-corporates-page .sg-corp-brief-copy p{margin-left:auto;margin-right:auto}}.sg-for-corporates-page .sg-corp-brief-copy .sg-action-btn-sketchy{display:inline-flex}.sg-for-corporates-page .sg-corp-brief-mascot-wrap{position:relative;flex-shrink:0;width:380px;display:flex;align-items:center;justify-content:center;margin-right:-44px;margin-bottom:-46px;margin-top:-42px;pointer-events:none}@media(max-width:1040px){.sg-for-corporates-page .sg-corp-brief-mascot-wrap{width:330px;margin-right:-32px}}@media(max-width:900px){.sg-for-corporates-page .sg-corp-brief-mascot-wrap{width:250px;margin:0 auto -28px}}.sg-for-corporates-page .sg-corp-brief-mascot{display:block;width:100%;height:auto;transform:scaleX(-1);filter:drop-shadow(0 8px 24px rgba(4,35,35,.08))}.sg-contact-us-page{background:#fff;color:#042323;padding:120px 0 100px;overflow:hidden}.sg-contact-us-page h1,.sg-contact-us-page h2{font-family:Merriweather,serif;color:#042323}.sg-contact-hero{margin-bottom:100px}.sg-contact-hero-grid{display:grid;grid-template-columns:minmax(320px,1fr) minmax(320px,1.25fr);gap:clamp(30px,4vw,60px);align-items:start}.sg-contact-intro-col{display:flex;flex-direction:column}.sg-contact-title{font-size:clamp(2.1rem,3.2vw,3rem);line-height:1.15;font-weight:700;margin-bottom:24px}.sg-contact-subtitle{font-family:Poppins,sans-serif;font-size:1.125rem;line-height:1.65;color:#243f3f;margin-bottom:40px}.sg-contact-mascot-wrapper{max-width:480px;width:100%;margin-top:-24px;align-self:flex-start}.sg-contact-mascot-img{width:100%;height:auto;object-fit:contain}.sg-contact-card{position:relative;background:#fff6e9;border:2.5px solid #000000;border-radius:20px 24px 20px 22px/24px 20px 22px;padding:44px 40px;box-shadow:none;width:100%;height:max-content}.sg-contact-card:after{content:"";position:absolute;inset:-4px -3px;border:1.5px solid #000000;border-radius:22px 20px 24px/20px 22px 20px 24px;pointer-events:none;opacity:.85}.sg-contact-form{display:flex;flex-direction:column;gap:28px}.sg-form-row{display:grid;grid-template-columns:1fr 1fr;gap:24px}.sg-form-group{display:flex;flex-direction:column;position:relative}.sg-form-group label{font-family:Poppins,sans-serif;font-size:.95rem;font-weight:700;color:#042323;margin-bottom:6px}.sg-form-group input{width:100%;border:none;border-bottom:1.5px solid #000000;padding:8px 0;font-family:Poppins,sans-serif;font-size:1rem;color:#042323;background:transparent;outline:none;transition:border-bottom-color .25s ease}.sg-form-group input::placeholder{color:#04232366;font-style:italic}.sg-form-group input:focus{border-bottom-color:#ff7a45}.sg-form-group textarea{width:100%;border:1.5px solid #000000;border-radius:8px;padding:12px;font-family:Poppins,sans-serif;font-size:1rem;color:#042323;background:#fff;outline:none;resize:vertical;transition:border-color .25s ease}.sg-form-group textarea::placeholder{color:#04232366;font-style:italic}.sg-form-group textarea:focus{border-color:#ff7a45}.sg-form-submit-wrapper{margin-top:10px;display:flex;justify-content:center}.sg-contact-success{text-align:center;padding:30px 10px;display:flex;flex-direction:column;align-items:center;gap:16px}.sg-contact-success .sg-success-icon{width:64px;height:64px;border-radius:50%;background:#a4ead8;color:#042323;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;border:2px solid #000000}.sg-contact-success h2{font-size:2.2rem;font-weight:700}.sg-contact-success p{font-family:Poppins,sans-serif;font-size:1.05rem;line-height:1.6;color:#243f3f;margin-bottom:20px}.sg-contact-faq{padding:80px 0 20px;max-width:900px;margin:0 auto}.sg-faq-section-title{text-align:center;font-size:clamp(2.2rem,3.5vw,3rem);font-weight:700;margin-bottom:44px}.sg-faq-tabs{display:flex;justify-content:center;gap:clamp(16px,3.5vw,36px);border-bottom:1.5px solid #E4EDE9;padding-bottom:0;margin-bottom:48px;overflow-x:auto;scrollbar-width:none}.sg-faq-tabs::-webkit-scrollbar{display:none}.sg-faq-tab-btn{background:none;border:none;font-family:Poppins,sans-serif;font-size:clamp(.95rem,1.5vw,1.063rem);font-weight:600;color:#688080;cursor:pointer;padding:12px 4px 16px;position:relative;white-space:nowrap;transition:color .25s ease}.sg-faq-tab-btn:hover{color:#042323}.sg-faq-tab-btn.active{color:#ff7a45;font-weight:700}.sg-faq-tab-btn.active:after{content:"";position:absolute;bottom:-1.5px;left:0;right:0;height:3px;background:#ff7a45;border-radius:99px}.sg-faq-accordion{display:flex;flex-direction:column}.sg-faq-accordion-item{border-bottom:1.5px solid #E4EDE9;padding:26px 0;display:flex;flex-direction:column}.sg-faq-accordion-header{background:none;border:none;padding:0;width:100%;display:flex;justify-content:space-between;align-items:center;text-align:left;cursor:pointer;gap:20px}.sg-faq-question{font-family:Merriweather,serif;font-size:clamp(1.1rem,2vw,1.35rem);font-weight:700;color:#042323;text-decoration:underline;text-underline-offset:4px;line-height:1.35;transition:color .25s ease}.sg-faq-question:hover{color:#ff7a45}.sg-faq-toggle-icon{font-family:monospace;font-size:1.6rem;font-weight:700;color:#042323;-webkit-user-select:none;user-select:none;flex-shrink:0}.sg-faq-accordion-content-wrapper{overflow:hidden;transition:max-height .4s cubic-bezier(.16,1,.3,1);will-change:max-height}.sg-faq-accordion-content{padding-top:18px}.sg-faq-accordion-content p{font-family:Poppins,sans-serif;font-size:1.02rem;line-height:1.65;color:#243f3f;margin:0}@media(max-width:991px){.sg-contact-us-page .sg-contact-hero-grid{grid-template-columns:1fr;gap:50px;text-align:center}.sg-contact-intro-col{align-items:center}.sg-contact-mascot-wrapper{align-self:center;max-width:320px;margin-top:20px}.sg-contact-card{max-width:680px;margin:0 auto}.sg-form-group label{text-align:left}}@media(max-width:768px){.sg-contact-us-page{padding-top:100px}.sg-contact-card{padding:32px 24px;border-radius:14px}.sg-contact-card:after{border-radius:15px}.sg-faq-accordion-item{padding:20px 0}}@media(max-width:576px){.sg-contact-us-page{padding:64px 0 84px}.sg-contact-hero{margin-bottom:78px;padding-top:46px}.sg-contact-us-page .sg-contact-hero-grid{gap:34px;padding:0 30px;text-align:center}.sg-contact-title{max-width:340px;margin:0 auto 16px;font-size:1.95rem;line-height:1.2}.sg-contact-subtitle{max-width:338px;margin:0 auto 24px;font-size:1rem;line-height:1.45;color:#111}.sg-contact-mascot-wrapper{max-width:232px;margin:0 auto}.sg-contact-form-col{width:100%}.sg-contact-card{max-width:none;width:100%;margin:0 auto;padding:30px 24px 32px;border-width:2px;border-radius:19px 21px 18px 20px/21px 18px 20px 19px}.sg-contact-card:after{inset:-3px -2px;border-width:1px;border-radius:20px 18px 21px/18px 20px 18px 21px}.sg-contact-form{gap:24px}.sg-form-row{grid-template-columns:1fr;gap:24px}.sg-form-group{text-align:left}.sg-form-group label{font-family:Merriweather,serif;font-size:1rem;line-height:1.2;margin-bottom:6px}.sg-form-group input{padding:5px 0 12px;border-bottom-width:1px;font-size:.9rem;line-height:1.45}.sg-form-group input::placeholder{color:#151515;font-style:normal;opacity:1}.sg-form-group textarea{min-height:90px;padding:15px 20px;border-width:1px;border-radius:7px;font-size:.9rem;resize:none}.sg-form-group textarea::placeholder{color:#151515;font-style:normal;opacity:1}.sg-form-submit-wrapper{margin-top:12px}.sg-contact-card .sg-action-btn-sketchy{min-width:226px;min-height:48px;padding:9px 24px;border-width:2px;border-radius:999px!important;font-size:1rem}.sg-contact-card .sg-action-btn-sketchy:after{inset:-3px -2px;border-width:1px}.sg-contact-faq{max-width:none;padding:0}.sg-contact-faq .sg-container{padding:0 30px}.sg-faq-section-title{font-size:1.95rem;line-height:1.15;margin-bottom:30px}.sg-faq-tabs{width:100vw;justify-content:flex-start;gap:26px;margin-left:50%;margin-bottom:0;padding:0 30px;border-bottom-color:#111;border-bottom-width:1px;transform:translate(-50%);scroll-padding:30px}.sg-faq-tab-btn{padding:0 0 13px;font-size:.96rem;font-weight:500;color:#171717}.sg-faq-tab-btn.active{color:#da5b26;font-weight:500}.sg-faq-tab-btn.active:after{bottom:-1px;height:3px;border-radius:0}.sg-faq-accordion{padding-top:8px}.sg-faq-accordion-item{padding:19px 0;border-bottom:1px solid #111111}.sg-faq-accordion-header{gap:18px;align-items:flex-start}.sg-faq-question{font-size:1rem;line-height:1.25;text-decoration:none}.sg-faq-toggle-icon{margin-top:-4px;font-family:Poppins,sans-serif;font-size:1.7rem;line-height:1}.sg-faq-accordion-content{padding-top:18px}.sg-faq-accordion-content p{font-size:.94rem;line-height:1.48;color:#163232}}.sg-shop-page{background:#fff;color:#042323;padding-top:80px;min-height:80vh;font-family:var(--font-body)}@media(max-width:768px){.sg-shop-page{padding-top:64px}}.sg-shop-toast{position:fixed;bottom:24px;right:24px;background:#1b3a2d;color:#fff;padding:12px 24px;border-radius:99px;font-size:.95rem;font-weight:600;box-shadow:0 8px 24px #0003;z-index:9999;animation:sgSlideUp .3s ease-out}@keyframes sgSlideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.sg-shop-hero-container{max-width:1240px;margin:24px auto 0;padding:0 36px}@media(max-width:768px){.sg-shop-hero-container{padding:0 16px;margin-top:16px}}.sg-hero-slider-outer{position:relative;width:100%}.sg-hero-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:2px solid #000000;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:20;color:#000;box-shadow:0 2px 8px #0000001f;transition:transform .2s ease,background-color .2s ease}.sg-hero-arrow:hover{background:#ffdf58;transform:translateY(-50%) scale(1.08)}.sg-hero-arrow:active{transform:translateY(-50%) scale(.96)}@media(max-width:768px){.sg-hero-arrow{width:32px;height:32px}.sg-hero-arrow svg{width:16px;height:16px}}.sg-hero-arrow-prev{left:-22px}@media(max-width:768px){.sg-hero-arrow-prev{left:-12px}}.sg-hero-arrow-next{right:-22px}@media(max-width:768px){.sg-hero-arrow-next{right:-12px}}.sg-hero-slide-viewport{position:relative;width:100%;overflow:hidden;border-radius:16px;touch-action:pan-y;user-select:none;-webkit-user-select:none}@media(max-width:768px){.sg-hero-slide-viewport{border-radius:14px}}.sg-hero-slide-track{display:flex;width:100%;will-change:transform}.sg-hero-slide-item{flex:0 0 100%;width:100%;box-sizing:border-box}.sg-hero-banner-card{position:relative;border:2px solid #000000;border-radius:16px;background-image:url(/assets/hero-BXYLEhj5.webp);background-size:cover;background-position:center;background-repeat:no-repeat;padding:40px 80px;min-height:250px;display:flex;align-items:center;justify-content:center;width:100%;box-sizing:border-box}@media(max-width:900px){.sg-hero-banner-card{padding:32px 50px;min-height:220px}}@media(max-width:768px){.sg-hero-banner-card{background-image:url(/assets/hero-mobile-Dqa8ifnm.webp);padding:24px 20px;border-radius:14px;min-height:190px}}@media(max-width:480px){.sg-hero-banner-card{padding:20px 14px;min-height:170px}}.sg-hero-text-overlay{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;max-width:480px;margin:0 auto;padding:0 10px}@media(max-width:768px){.sg-hero-text-overlay{max-width:280px}}.sg-hero-title{font-family:Merriweather,serif;font-size:clamp(1.4rem,2.8vw,2.35rem);font-weight:700;color:#1b3a2d;margin:0 0 10px;line-height:1.2;text-align:center}.sg-hero-subtitle{font-family:var(--font-body);font-size:clamp(.82rem,1.2vw,1.02rem);font-weight:700;color:#000;line-height:1.4;margin:0;text-align:center}.sg-hero-dots{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:16px}.sg-hero-dot{width:10px;height:10px;border-radius:50%;background:#d1d5db;border:none;padding:0;cursor:pointer;transition:all .3s ease}.sg-hero-dot.is-active{background:#4b5563;width:12px;height:12px}.sg-shop-intro{text-align:center;padding:48px 24px 64px;max-width:900px;margin:0 auto}@media(max-width:768px){.sg-shop-intro{padding:32px 16px 24px;margin-bottom:0}}.sg-shop-intro-title{font-family:Merriweather,serif;font-size:clamp(1.8rem,3.8vw,2.85rem);font-weight:700;color:#1b3a2d;margin:0 0 16px}.sg-shop-intro-desc{font-size:clamp(.95rem,1.3vw,1.1rem);color:#4a4a4a;line-height:1.6;margin:0 auto;max-width:780px}@media(max-width:768px){.sg-shop-mobile-bar-wrap{position:relative}}.sg-shop-mobile-bar{display:none}@media(max-width:768px){.sg-shop-mobile-bar{display:flex;justify-content:flex-end;align-items:center;gap:14px;margin-top:28px;margin-bottom:24px}}.sg-mobile-sort-select-wrap{position:relative;display:inline-block}.sg-mobile-sort-select{-webkit-appearance:none;appearance:none;border:1.5px solid #000000;border-radius:8px;background:#fff;padding:8px 36px 8px 16px;font-family:var(--font-body);font-size:.92rem;font-weight:600;color:#000;outline:none;cursor:pointer}.sg-sort-chevron{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#000;pointer-events:none}.sg-mobile-filter-toggle{background:#fff;border:1.5px solid #000000;border-radius:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#000;cursor:pointer;transition:background .2s ease}.sg-mobile-filter-toggle.is-active,.sg-mobile-filter-toggle:hover{background:#f3f4f6}.sg-mobile-filter-card{display:none}@media(max-width:768px){.sg-mobile-filter-card{display:flex;flex-direction:column;gap:20px;background:#fff;border:1.5px solid #000000;border-radius:12px;padding:20px;width:260px;max-width:calc(100vw - 32px);text-align:left;box-shadow:0 10px 25px #00000029;position:absolute;top:calc(100% + 8px);right:0;z-index:30}}.sg-mobile-filter-group h3{font-family:Merriweather,serif;font-size:1.1rem;font-weight:700;color:#1b3a2d;margin:0 0 10px}.sg-radio-options{display:flex;flex-direction:column;gap:10px}.sg-radio-label{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:.95rem;font-weight:500;color:#333}.sg-radio-label input[type=radio]{display:none}.sg-radio-custom{width:16px;height:16px;border-radius:50%;background:#e5e7eb;display:inline-block;transition:background .2s ease,border .2s ease}.sg-radio-label input[type=radio]:checked+.sg-radio-custom{background:#1b3a2d;border:3px solid #E5E7EB}.sg-radio-label input[type=radio]:checked~.sg-radio-text{font-weight:700;color:#000}.sg-shop-main-layout{display:grid;grid-template-columns:240px 1fr;gap:48px;max-width:1240px;margin:0 auto;padding:0 24px 96px;align-items:start}@media(max-width:900px){.sg-shop-main-layout{grid-template-columns:200px 1fr;gap:28px}}@media(max-width:768px){.sg-shop-main-layout{grid-template-columns:1fr;gap:24px;margin-top:16px;padding:0 16px 64px}}.sg-desktop-sidebar{background:#fff}@media(max-width:768px){.sg-desktop-sidebar{display:none}}.sg-sidebar-header{display:flex;justify-content:space-between;align-items:center}.sg-sidebar-header h2{font-family:Merriweather,serif;font-size:1.5rem;font-weight:700;color:#1b3a2d;margin:0}.sg-filter-reset-btn{background:none;border:none;cursor:pointer;color:#1b3a2d;padding:4px;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease,color .2s ease}.sg-filter-reset-btn:hover{transform:rotate(-90deg);color:#da5b26}.sg-sidebar-line{height:1.5px;background:#000;opacity:.15;margin:14px 0 18px}.sg-filter-group-title{display:flex;justify-content:space-between;align-items:center;font-family:Merriweather,serif;font-size:1.1rem;font-weight:700;color:#1b3a2d;cursor:pointer;margin-bottom:12px;-webkit-user-select:none;user-select:none}.sg-collapse-icon{font-size:1.2rem;font-weight:700}.sg-category-options{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px;align-items:flex-start}.sg-cat-btn{border:none;background:none;text-align:left;font-family:var(--font-body);font-size:.98rem;font-weight:500;color:#4a4a4a;padding:6px 14px;border-radius:6px;cursor:pointer;transition:all .2s ease}.sg-cat-btn:hover{color:#000;background:#f3f4f6}.sg-cat-btn.is-active{background:#ffdf58;color:#000;font-weight:700}.sg-cat-btn.is-active:hover{background:#ffdf58}.sg-price-filter-body{padding-top:4px}.sg-price-range-slider{-webkit-appearance:none;appearance:none;width:100%;height:6px;border-radius:3px;background:#d1d5db;outline:none}.sg-price-range-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#1b3a2d;cursor:pointer;border:2px solid #FFFFFF;box-shadow:0 2px 4px #0003}.sg-price-range-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#1b3a2d;cursor:pointer;border:2px solid #FFFFFF;box-shadow:0 2px 4px #0003}.sg-price-range-labels{display:flex;justify-content:space-between;font-size:.88rem;font-weight:700;color:#333;margin-top:10px}.sg-shop-content{display:flex;flex-direction:column}.sg-shop-top-row{display:flex;justify-content:flex-end;margin-bottom:24px}@media(max-width:768px){.sg-shop-top-row{display:none}}.sg-search-box{position:relative;width:320px}.sg-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#666;pointer-events:none}.sg-search-input{width:100%;border:1.5px solid #D1D5DB;border-radius:8px;padding:10px 16px 10px 42px;font-size:.95rem;font-family:var(--font-body);outline:none;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.sg-search-input:focus{border-color:#1b3a2d;box-shadow:0 0 0 3px #1b3a2d1a}.sg-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media(max-width:1024px){.sg-product-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:768px){.sg-product-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media(max-width:420px){.sg-product-grid{grid-template-columns:1fr}}.sg-product-card{display:flex;flex-direction:column;border-radius:14px;overflow:hidden;background:#fff;transition:transform .3s ease}.sg-product-img-wrap{position:relative;overflow:hidden;border-radius:14px;background:#d9d9d9;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center}.sg-product-img-wrap .sg-product-img{width:100%;height:100%;object-fit:cover;border-radius:14px;transition:transform .3s ease}.sg-product-img-wrap .sg-product-add-cart-hover{position:absolute;bottom:0;left:0;right:0;width:100%;background:#ffdf58;color:#000;font-family:var(--font-body);font-weight:700;font-size:.95rem;padding:12px 0;border:none;text-align:center;cursor:pointer;border-bottom-left-radius:14px;border-bottom-right-radius:14px;transition:transform .35s cubic-bezier(.16,1,.3,1),opacity .3s ease;transform:translateY(100%);opacity:0;z-index:5}.sg-product-card:hover .sg-product-img{transform:scale(1.03)}.sg-product-card:hover .sg-product-add-cart-hover{transform:translateY(0);opacity:1}.sg-desktop-only-btn{display:block}@media(max-width:768px){.sg-desktop-only-btn{display:none!important}}.sg-mobile-only-btn{display:none}@media(max-width:768px){.sg-mobile-only-btn{display:block!important;width:100%;background:#042323;color:#ffdf58;font-family:var(--font-body);font-weight:700;font-size:.85rem;padding:10px 0;border-radius:99px;border:none;text-align:center;cursor:pointer;margin-top:10px;transition:opacity .2s ease}.sg-mobile-only-btn:active{opacity:.85}}.sg-product-link,.sg-product-title-link{text-decoration:none;color:inherit;display:block}.sg-product-info{padding:12px 2px 6px}.sg-product-title{font-family:Merriweather,serif;font-size:1.08rem;font-weight:700;color:#1b3a2d;margin:0 0 4px;line-height:1.3}.sg-product-price{font-size:.98rem;font-weight:700;color:#1b3a2d;margin:0}.sg-no-products-box{text-align:center;padding:48px 24px;background:#f9fafb;border:2px dashed #E5E7EB;border-radius:16px}.sg-no-products-box h3{font-family:Merriweather,serif;font-size:1.35rem;color:#1b3a2d;margin:0 0 8px}.sg-no-products-box p{font-size:.95rem;color:#6b7280;margin:0 0 20px}.sg-no-products-box .sg-reset-btn-pill{background:#ffdf58;color:#000;font-family:var(--font-body);font-weight:700;font-size:.95rem;padding:10px 24px;border-radius:99px;border:none;cursor:pointer;transition:transform .2s ease,background-color .2s ease}.sg-no-products-box .sg-reset-btn-pill:hover{background:#f7d02c;transform:translateY(-2px)}.sg-pdp-page{background:#fff;color:#042323;padding-top:80px;min-height:80vh;font-family:var(--font-body);overflow-x:hidden;width:100%;max-width:100vw}@media(max-width:768px){.sg-pdp-page{padding-top:60px}}.sg-pdp-container{max-width:1240px;margin:40px auto 96px;padding:0 24px;display:grid;grid-template-columns:1.15fr 1fr;gap:56px;align-items:start;width:100%;max-width:100%;box-sizing:border-box}@media(max-width:992px){.sg-pdp-container{grid-template-columns:1fr;gap:36px;margin-top:20px}}@media(max-width:600px){.sg-pdp-container{padding:0 16px;margin-bottom:48px;gap:28px}}.sg-pdp-gallery{display:flex;gap:20px;align-items:flex-start;width:100%;max-width:100%;box-sizing:border-box}@media(max-width:680px){.sg-pdp-gallery{flex-direction:column-reverse;gap:14px;width:100%}}.sg-pdp-thumbs-col{display:flex;flex-direction:column;align-items:center;gap:10px;flex-shrink:0}@media(max-width:680px){.sg-pdp-thumbs-col{flex-direction:row;justify-content:center;width:100%;max-width:100%;gap:8px;box-sizing:border-box}}.sg-pdp-thumb-arrow{background:#fff;border:1.5px solid #000000;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#000;transition:background .2s ease,transform .2s ease}.sg-pdp-thumb-arrow:hover{background:#ffdf58;transform:scale(1.1)}@media(max-width:680px){.sg-pdp-thumb-arrow{display:none!important}}.sg-pdp-thumbs-list{display:flex;flex-direction:column;gap:12px}@media(max-width:680px){.sg-pdp-thumbs-list{display:flex;flex-direction:row;justify-content:center;align-items:center;overflow-x:auto;width:100%;max-width:100%;padding:4px 0;gap:8px;box-sizing:border-box;-ms-overflow-style:none;scrollbar-width:none}.sg-pdp-thumbs-list::-webkit-scrollbar{display:none}}.sg-pdp-thumb-btn{width:72px;height:72px;border:1px solid #E5E7EB;border-radius:4px;background:#f8f9fa;padding:4px;cursor:pointer;overflow:hidden;transition:border-color .2s ease,transform .2s ease}.sg-pdp-thumb-btn img{width:100%;height:100%;object-fit:cover;border-radius:2px}.sg-pdp-thumb-btn.is-active{border:2px solid #000000}.sg-pdp-thumb-btn:hover{transform:scale(1.04)}@media(max-width:680px){.sg-pdp-thumb-btn{width:50px;height:50px;flex-shrink:0;border-radius:6px}}.sg-pdp-main-img-box{flex:1;background:#d9d9d9;border-radius:4px;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;padding:32px;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden;touch-action:pan-y;user-select:none;-webkit-user-select:none}@media(max-width:680px){.sg-pdp-main-img-box{padding:16px;max-height:340px;border-radius:10px}}.sg-pdp-main-img-box .sg-pdp-main-img{max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 8px 16px rgba(0,0,0,.12));transition:opacity .3s ease,transform .3s ease}.sg-pdp-info-col{display:flex;flex-direction:column}.sg-pdp-title{font-family:Merriweather,serif;font-size:clamp(1.75rem,3.2vw,2.75rem);font-weight:700;color:#000;margin:0 0 10px;line-height:1.15}.sg-pdp-price{font-size:clamp(1.35rem,2vw,1.6rem);font-weight:700;color:#000;margin:0 0 24px}.sg-pdp-quantity-section{margin-bottom:20px}.sg-pdp-qty-label{display:block;font-weight:700;font-size:.95rem;color:#000;margin-bottom:6px}.sg-pdp-qty-box{display:inline-flex;align-items:center;border:1.5px solid #000000;border-radius:2px;background:#fff;height:40px}.sg-pdp-qty-btn{width:38px;height:100%;background:none;border:none;font-size:1.2rem;font-weight:700;color:#000;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.sg-pdp-qty-btn:hover{background:#f3f4f6}.sg-pdp-qty-btn:active{background:#e5e7eb}.sg-pdp-qty-val{width:44px;text-align:center;font-weight:700;font-size:.95rem;color:#000;border:none;border-left:1.5px solid #000000;border-right:1.5px solid #000000;border-radius:0;height:100%;background:transparent;outline:none;-moz-appearance:textfield}.sg-pdp-qty-val::-webkit-outer-spin-button,.sg-pdp-qty-val::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.sg-pdp-back-row{padding-top:24px}.sg-pdp-back-link{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-body);font-weight:700;font-size:.95rem;color:#000;text-decoration:none}.sg-pdp-back-link:hover{text-decoration:underline}.sg-pdp-related-section{padding:60px 0 20px}.sg-related-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.sg-related-title{font-family:Merriweather,serif;font-size:1.75rem;font-weight:700;color:#000}.sg-related-see-all{font-family:var(--font-body);font-weight:700;font-size:.95rem;color:#000;text-decoration:none}.sg-related-see-all:hover{text-decoration:underline}.sg-pdp-add-cart-btn{width:100%;background:#0b2524;color:#ffdf58;font-family:var(--font-body);font-weight:700;font-size:1rem;padding:15px 0;border-radius:99px;border:none;cursor:pointer;margin:10px 0 32px;transition:opacity .2s ease,transform .2s ease,background-color .2s ease}.sg-pdp-add-cart-btn:hover{opacity:.92;transform:translateY(-2px)}.sg-pdp-add-cart-btn:active{transform:translateY(0);opacity:1}.sg-pdp-accordion-line{height:1.5px;background:#000;margin:0}.sg-pdp-accordion-group{padding:14px 0}.sg-pdp-accordion-header{display:flex;justify-content:space-between;align-items:center;font-family:var(--font-body);font-size:1.1rem;font-weight:700;color:#000;cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .2s ease}.sg-pdp-accordion-header:hover{color:#1b3a2d}.sg-pdp-accordion-toggle{font-size:1.25rem;font-weight:700}.sg-pdp-accordion-body{padding-top:12px;color:#333;font-size:.98rem;line-height:1.6;animation:sgFadeInSlow .25s ease-out}.sg-pdp-accordion-body p{margin:0 0 12px}.sg-pdp-accordion-body p:last-child{margin-bottom:0}@keyframes sgFadeInSlow{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.sg-pdp-specs-block{margin-top:16px;display:flex;flex-direction:column;gap:4px}.sg-pdp-specs-block p{margin:0;font-size:.92rem;color:#333}.sg-pdp-specs-block p strong{color:#000}.sg-about-us-page{background:#fffcef;color:#042323;overflow:hidden}.sg-about-us-page h1,.sg-about-us-page h2,.sg-about-us-page h3{font-family:Merriweather,serif;color:#042323;line-height:1.18}.sg-au-hero{position:relative;padding:100px 0 40px;background:#fffcef;text-align:center}.sg-au-hero .hero-cloud{position:absolute;height:auto;pointer-events:none;z-index:1}.sg-au-hero .hero-cloud.hero-cloud-left{top:120px;left:0%;width:clamp(140px,20vw,300px)}.sg-au-hero .hero-cloud.hero-cloud-right{top:75px;right:0%;width:clamp(160px,22vw,340px)}.sg-au-hero .sg-container{position:relative;z-index:2;max-width:1280px;margin:0 auto;padding:0 20px}.sg-au-hero h1{font-family:Merriweather,serif;font-size:clamp(2.5rem,5.2vw,4.25rem);font-weight:700;color:#1b3a2d;line-height:1.2;margin-bottom:0;letter-spacing:-.01em}.sg-au-hero .sg-au-hero-image-wrapper{position:relative;max-width:1120px;width:100%;margin:-100px auto 0}.sg-au-hero .sg-au-hero-image-wrapper img{width:100%;height:auto;display:block}.sg-about-us-chat-cta{position:fixed;right:32px;bottom:24px;z-index:998;padding:12px 28px!important;font-size:1.15rem!important;box-shadow:0 4px 14px #00000026;opacity:1;visibility:visible;transform:translateY(0);transition:opacity var(--transition-normal),transform var(--transition-normal),visibility var(--transition-normal)}.sg-about-us-chat-cta.sg-hero-cta-hidden{opacity:0;visibility:hidden;transform:translateY(12px);pointer-events:none}.sg-au-empower-section{padding:60px 0 40px;background:#fffcef;text-align:center}.sg-au-empower-section .sg-container{max-width:900px;margin:0 auto;padding:0 20px}.sg-au-empower-section h2{font-family:Merriweather,serif;font-size:clamp(2rem,3.8vw,3.25rem);font-weight:700;color:#042323;line-height:1.35}.sg-au-empower-section h2 mark{background:linear-gradient(transparent 50%,#dff255 50%);color:inherit;padding:0 8px;border-radius:4px}.sg-au-empower-section h2 .mark-teal{background:linear-gradient(transparent 50%,#92d9cd 50%)}.sg-au-story{padding:60px 0 80px;background:#fffcef}.sg-au-story .sg-au-story-inner{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center}.sg-au-story .sg-au-story-content h2{font-size:clamp(2.25rem,4vw,3.25rem);margin-bottom:24px;position:relative}.sg-au-story .sg-au-story-content p{font-family:Poppins,sans-serif;font-size:1.1rem;line-height:1.7;color:#243f3f;margin-bottom:20px}.sg-au-story .sg-au-story-image{display:flex;justify-content:center;align-items:center}.sg-au-story .sg-au-story-image img{max-width:100%;height:auto;max-height:380px;animation:float-sticker 6s ease-in-out infinite}@keyframes float-sticker{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-12px) rotate(2deg)}}.sg-au-approach{padding:80px 0;background:#fffcef;text-align:center}.sg-au-approach h2{font-family:Merriweather,serif;font-size:clamp(2.25rem,4vw,3.25rem);font-weight:700;color:#042323;margin-bottom:48px}.sg-au-approach .approach-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;max-width:1140px;margin:0 auto;padding:0 20px}.sg-au-approach .approach-card{border:2px solid #000000;border-radius:18px;padding:24px 20px;display:flex;flex-direction:column;text-align:left;box-shadow:4px 4px #000;transition:transform var(--transition-normal)}.sg-au-approach .approach-card:hover{transform:translateY(-4px)}.sg-au-approach .approach-card.card-yellow{background:#fed452}.sg-au-approach .approach-card.card-mint{background:#9ed5c5}.sg-au-approach .approach-card.card-pink{background:#fbc6bc}.sg-au-approach .approach-card.card-lime{background:#d5f26d}.sg-au-approach .approach-card .card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.sg-au-approach .approach-card .card-num{font-family:Merriweather,serif;font-size:2.75rem;font-weight:900;line-height:1;color:#000}.sg-au-approach .approach-card .card-dot{width:14px;height:14px;background:#fff;border:2px solid #000000;border-radius:50%;margin-top:4px}.sg-au-approach .approach-card h3{font-family:Merriweather,serif;font-size:1.25rem;font-weight:700;color:#000;margin-bottom:12px;line-height:1.3}.sg-au-approach .approach-card p{font-family:Poppins,sans-serif;font-size:.92rem;line-height:1.6;color:#1b3a2d;margin:0;flex-grow:1}.sg-au-mission{padding:100px 0;background:#fffcef}.sg-au-mission .sg-au-mission-inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.sg-au-mission .sg-au-mission-visual{position:relative;display:inline-block}.sg-au-mission .sg-au-mission-visual .mission-photo-wrapper{border:3.5px solid #000000;border-radius:24px;overflow:hidden;box-shadow:8px 8px #000;background:#ede8d8}.sg-au-mission .sg-au-mission-visual .mission-photo-wrapper img{width:100%;height:auto;display:block;object-fit:cover}.sg-au-mission .sg-au-mission-visual .mission-sticker{position:absolute;bottom:-30px;right:-30px;width:130px;height:auto;z-index:5;animation:float-sticker 5s ease-in-out infinite alternate}.sg-au-mission .sg-au-mission-content{display:flex;flex-direction:column;justify-content:center}.sg-au-mission .sg-au-mission-content .quote-icon{font-size:4rem;line-height:1;font-family:Merriweather,serif;color:#042323;margin-bottom:-10px}.sg-au-mission .sg-au-mission-content blockquote{font-family:Merriweather,serif;font-size:clamp(1.4rem,2.5vw,2.1rem);font-weight:700;line-height:1.45;color:#042323;margin-bottom:24px}.sg-au-mission .sg-au-mission-content h3{font-family:Merriweather,serif;font-size:2.25rem;font-weight:700;font-style:normal;color:#042323}.sg-au-mission .sg-au-mission-content h3 em{font-style:italic;font-weight:400}.sg-au-team{padding:100px 0;background:#fff5f3}.sg-au-team .sg-au-team-head{position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:60px}.sg-au-team .sg-au-team-head .team-stamp{position:absolute;top:-85px;width:clamp(160px,22vw,250px);height:auto;pointer-events:none;z-index:2}.sg-au-team .sg-au-team-head .team-stamp.team-stamp-left{left:2%;transform:rotate(-8deg)}.sg-au-team .sg-au-team-head .team-stamp.team-stamp-right{right:2%;transform:rotate(8deg)}.sg-au-team .sg-au-team-head h2{font-size:clamp(2.5rem,4.5vw,3.75rem);text-align:center}.sg-au-team .sg-au-team-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:58px 30px;align-items:stretch}.sg-au-team .team-card{position:relative;background:#fff;border:1.5px solid #14332B;border-radius:18px;overflow:visible;display:flex;flex-direction:column;box-shadow:0 6px 18px #14332b21;transition:transform var(--transition-normal),box-shadow var(--transition-normal)}.sg-au-team .team-card:hover{transform:translateY(-5px);box-shadow:0 12px 26px #14332b33}.sg-au-team .team-card .team-photo-container{flex-grow:1;display:block;padding:0;background:#fff;min-height:0;aspect-ratio:1/1.06;border-radius:17px;overflow:hidden}.sg-au-team .team-card .team-photo-container img{width:100%;height:100%;border:none;border-radius:0;object-fit:cover;object-position:center top}.sg-au-team .team-card .team-photo-container .empty-photo{width:100%;height:100%;background:#fdf9f5;border:none;border-radius:0}.sg-au-team .team-card .team-info-label{position:absolute;left:-1.5px;right:-1.5px;width:calc(100% + 3px);box-sizing:border-box;bottom:-20px;z-index:2;border:1.5px solid #14332B;border-radius:12px;padding:9px 12px 10px;text-align:center;box-shadow:0 4px 10px #14332b29}.sg-au-team .team-card .team-info-label h3{font-family:Merriweather,serif;font-size:1.5rem;font-weight:700;margin-bottom:1px;letter-spacing:.03em;line-height:1.2}.sg-au-team .team-card .team-info-label p{font-family:Poppins,sans-serif;font-size:.82rem;font-weight:500;line-height:1.25}.sg-au-team .team-card .team-info-label.label-yellow{background:#f5d04c}.sg-au-team .team-card .team-info-label.label-yellow h3,.sg-au-team .team-card .team-info-label.label-yellow p{color:#000}.sg-au-team .team-card .team-info-label.label-pink{background:#fbc6bc}.sg-au-team .team-card .team-info-label.label-pink h3,.sg-au-team .team-card .team-info-label.label-pink p{color:#000}.sg-au-team .team-card .team-info-label.label-mint{background:#9ed5c5}.sg-au-team .team-card .team-info-label.label-mint h3,.sg-au-team .team-card .team-info-label.label-mint p{color:#000}.sg-au-team .team-card .team-info-label.label-lime{background:#d5f26d}.sg-au-team .team-card .team-info-label.label-lime h3,.sg-au-team .team-card .team-info-label.label-lime p{color:#000}.sg-au-team .team-card .team-info-label.label-purple{background:#be9efd}.sg-au-team .team-card .team-info-label.label-purple h3,.sg-au-team .team-card .team-info-label.label-purple p{color:#000}.sg-au-team .team-card .team-info-label.label-peach{background:#f7b99d}.sg-au-team .team-card .team-info-label.label-peach h3,.sg-au-team .team-card .team-info-label.label-peach p{color:#000}.sg-au-team .team-card .team-info-label.label-blue{background:#93c5fd}.sg-au-team .team-card .team-info-label.label-blue h3,.sg-au-team .team-card .team-info-label.label-blue p{color:#000}.sg-au-team .team-card .team-info-label.label-teal{background:#1b3a2d}.sg-au-team .team-card .team-info-label.label-teal h3{color:#fff}.sg-au-team .team-card .team-info-label.label-teal p{color:#ffffffd9}.sg-au-team .team-card .team-info-label.label-orange{background:#f97316}.sg-au-team .team-card .team-info-label.label-orange h3,.sg-au-team .team-card .team-info-label.label-orange p{color:#fff}.sg-au-team .team-grid-bottom-row{display:flex;justify-content:center;gap:30px;margin-top:58px;width:100%}.sg-au-team .team-grid-bottom-row .team-card{width:calc(33.333% - 20px)}.sg-au-team-mobile-carousel-container{display:none}.sg-au-support{padding:80px 0;background:#fff;text-align:center}.sg-au-support h2{font-family:Merriweather,serif;font-size:clamp(1.8rem,3vw,2.5rem);margin-bottom:40px;font-weight:700}@media(min-width:769px){.sg-about-us-page .sg-stats-title{display:none!important}}@media(max-width:992px){.sg-au-approach .approach-grid{grid-template-columns:repeat(2,1fr);gap:20px}.sg-au-team-head .team-stamp.team-stamp-left{left:4%}.sg-au-team-head .team-stamp.team-stamp-right{right:4%}}@media(max-width:768px){.sg-about-us-page{display:flex;flex-direction:column;background:#fffcef}.sg-about-us-page>.sg-au-hero{order:1}.sg-about-us-page>.sg-au-empower-section{order:2}.sg-about-us-page>.sg-au-story{order:3}.sg-about-us-page>.sg-au-approach{order:4}.sg-about-us-page>.sg-au-mission{order:5}.sg-about-us-page>.sg-stats{order:6}.sg-about-us-page>.sg-au-support{order:7}.sg-about-us-page>.sg-au-team{order:8}.sg-about-us-page>.sg-cta{order:9}.sg-about-us-page .sg-stats{padding:36px 20px}.sg-about-us-page .sg-stats-title{display:block!important;color:#fdde55!important;font-family:Merriweather,serif;font-size:1.65rem;font-weight:700;text-align:center;margin-top:0;margin-bottom:24px}.sg-about-us-page .sg-container{padding-right:20px;padding-left:20px}.sg-au-hero{min-height:auto;padding:85px 0 20px;background-color:#fffcef;overflow:hidden}.sg-au-hero .hero-cloud.hero-cloud-left{top:65px;left:-15px;width:85px}.sg-au-hero .hero-cloud.hero-cloud-right{top:50px;right:-15px;width:95px}.sg-au-hero .sg-container{padding-right:14px;padding-left:14px}.sg-au-hero h1{max-width:290px;margin:0 auto 20px;font-size:1.65rem;line-height:1.25;color:#1b3a2d;text-shadow:none}.sg-au-hero .sg-au-hero-image-wrapper{margin:0 auto;max-width:100%}.sg-about-us-chat-cta{right:16px;bottom:16px;padding:6px 14px!important;font-size:.78rem!important}.sg-about-us-chat-cta svg{width:14px;height:14px;margin-right:4px!important}.sg-au-empower-section{padding:22px 0 28px}.sg-au-empower-section .sg-container{max-width:320px}.sg-au-empower-section h2{font-size:1.22rem;line-height:1.2}.sg-au-empower-section h2 mark{padding:0 3px}.sg-au-story{padding:24px 0 42px;text-align:center}.sg-au-story .sg-au-story-inner{display:flex;flex-direction:column;gap:14px}.sg-au-story .sg-au-story-content{display:contents}.sg-au-story .sg-au-story-content h2{order:1;margin-bottom:4px;font-size:1.5rem}.sg-au-story .sg-au-story-content p{order:3;max-width:320px;margin:0 auto 10px;font-size:.85rem;line-height:1.5}.sg-au-story .sg-au-story-image{order:2;margin:0 auto 8px}.sg-au-story .sg-au-story-image img{max-height:none;width:180px}.sg-au-approach{padding:30px 0 10px}.sg-au-approach h2{font-size:1.5rem;margin-bottom:24px}.sg-au-approach .approach-grid{grid-template-columns:1fr;gap:16px;padding:0 14px}.sg-au-mission{padding:58px 0 34px}.sg-au-mission .sg-au-mission-inner{display:flex;flex-direction:column;gap:24px}.sg-au-mission .sg-au-mission-visual{width:min(100%,300px);margin:0 auto}.sg-au-mission .sg-au-mission-visual .mission-photo-wrapper{border-width:2px;border-radius:10px;box-shadow:none}.sg-au-mission .sg-au-mission-visual .mission-sticker{right:-8px;bottom:-16px;width:66px}.sg-au-mission .sg-au-mission-content{display:flex;max-width:250px;margin:0 auto;text-align:center}.sg-au-mission .sg-au-mission-content .quote-icon{order:1;margin:0 0 2px;font-size:2.3rem}.sg-au-mission .sg-au-mission-content h3{order:2;margin-bottom:8px;font-size:1.25rem}.sg-au-mission .sg-au-mission-content h3 em{font-style:normal;font-weight:700}.sg-au-mission .sg-au-mission-content blockquote{order:3;margin:0;font-size:.96rem;line-height:1.32}.sg-au-support{padding:26px 0 40px}.sg-au-support h2{max-width:230px;margin:0 auto 18px;font-size:.98rem;line-height:1.2}.sg-au-support .sg-org-scroll-track-wrapper{width:100vw;margin-left:50%;transform:translate(-50%);mask-image:none;-webkit-mask-image:none}.sg-au-support .sg-org-scroll-track{gap:18px!important}.sg-au-support .sg-org-scroll-item{height:64px;padding:0 6px}.sg-au-support .sg-org-scroll-img{max-height:52px}.sg-au-team{padding:52px 0 72px;background:#fff5f3;border-radius:0 0 50% 50%/0 0 5% 5%}.sg-au-team .sg-container{padding:0}.sg-au-team .sg-au-team-head{gap:8px;margin-bottom:28px}.sg-au-team .sg-au-team-head .team-stamp{width:140px;top:-55px}.sg-au-team .sg-au-team-head .team-stamp.team-stamp-left{left:-22px}.sg-au-team .sg-au-team-head .team-stamp.team-stamp-right{right:-22px}.sg-au-team .sg-au-team-head h2{font-size:1.58rem}.sg-au-team .sg-au-team-grid,.sg-au-team .team-grid-bottom-row{display:none}.sg-au-team .sg-au-team-mobile-carousel-container{display:flex;flex-direction:column;gap:32px;position:relative;width:100vw;margin-left:50%;transform:translate(-50%);padding:10px 0 30px}.sg-au-team .sg-au-team-mobile-row{overflow:hidden;padding-top:12px;margin-top:-12px;mask-image:linear-gradient(to right,transparent 0%,black 5%,black 95%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 5%,black 95%,transparent 100%)}.sg-au-team .sg-au-team-mobile-row-track{display:flex;gap:20px;width:max-content;will-change:transform;animation:sg-au-team-marquee 26s linear infinite}.sg-au-team .row-bottom .sg-au-team-mobile-row-track{animation-duration:22s;animation-direction:reverse}@keyframes sg-au-team-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.sg-au-team .sg-au-team-mobile-carousel-container .team-card{width:220px;display:flex;flex-direction:column;align-items:center;margin:0;padding:0;overflow:visible;border:none;border-radius:0;background:transparent;box-shadow:none}.sg-au-team .sg-au-team-mobile-carousel-container .team-card .team-photo-container{width:100%;height:235px;box-sizing:border-box;padding:8px 8px 0;display:flex;align-items:flex-end;justify-content:center;border:2px solid #000000;border-radius:16px;background:#fff;overflow:hidden}.sg-au-team .sg-au-team-mobile-carousel-container .team-card .team-photo-container img,.sg-au-team .sg-au-team-mobile-carousel-container .team-card .team-photo-container .empty-photo{width:100%;height:100%;border:none;border-radius:0;object-fit:contain;object-position:center bottom}.sg-au-team .sg-au-team-mobile-carousel-container .team-card .team-info-label{width:100%;box-sizing:border-box;margin-top:-20px;margin-left:0;margin-right:0;inset:auto 0;position:relative;z-index:2;border:2px solid #000000;border-radius:12px;padding:10px 8px 8px;text-align:center;box-shadow:0 4px 10px #0000001f}.sg-au-team .sg-au-team-mobile-carousel-container .team-card .team-info-label h3{font-family:Merriweather,serif;font-size:1.3rem;font-weight:700;margin-bottom:2px;line-height:1.1}.sg-au-team .sg-au-team-mobile-carousel-container .team-card .team-info-label p{font-family:Poppins,sans-serif;font-size:.76rem;font-weight:700;line-height:1.2}.sg-about-us-page .sg-cta{padding:36px 0 28px}.sg-about-us-page .sg-cta-mascot-img{max-width:164px}.sg-about-us-page .sg-cta-heading{max-width:220px;margin-right:auto;margin-left:auto;font-size:1.08rem}}.sg-guide-page{position:relative;display:flex;flex-direction:column;min-height:100vh;padding:24px 24px 28px;box-sizing:border-box;overflow:hidden;background:var(--color-bg-warm);font-family:var(--font-body)}.sg-guide-progress{position:relative;width:100%;max-width:1264px;height:10px;margin:0 auto;border-radius:999px;background:#c9c9c9;overflow:hidden}.sg-guide-progress-fill{display:block;height:100%;border-radius:999px;background:var(--color-accent);transition:width .35s ease}.sg-guide-topbar{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1264px;margin:14px auto 0}.sg-guide-back{display:inline-flex;align-items:center;gap:8px;padding:0;border:0;background:none;color:var(--color-text);font-family:var(--font-body);font-size:1.05rem;font-weight:700;cursor:pointer;transition:color .2s ease}.sg-guide-back:hover{color:var(--color-accent)}.sg-guide-counter{font-size:1.05rem;font-weight:700;color:var(--color-text)}.sg-guide-body{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;width:100%;max-width:1040px;margin:0 auto;padding:0;text-align:center}.sg-guide-mascot{width:88px;height:auto;margin-bottom:4px}.sg-guide-mascot.is-reserved{display:none}.sg-guide-body.is-compact{padding-top:0;max-width:1040px}.sg-guide-body.is-compact .sg-guide-title{margin-bottom:20px}.sg-guide-title{margin:0 auto 20px;font-family:var(--font-heading);font-size:clamp(2rem,3.8vw,3rem);font-weight:700;line-height:1.15;color:var(--color-primary-dark)}.sg-guide-title.has-subtitle{margin-bottom:8px}.sg-guide-subtitle{margin:0 auto 22px;font-size:1.05rem;line-height:1.45;color:var(--color-text)}.sg-guide-starts{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;width:100%;max-width:1040px;margin:0 auto}.sg-guide-start{display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:224px;min-height:220px;padding:22px 16px 20px;border:1px solid var(--color-card-border);border-radius:24px;background:var(--color-white);box-shadow:0 6px 18px var(--color-card-shadow);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.sg-guide-start:hover,.sg-guide-start:focus-visible{transform:translateY(-6px);border-color:var(--color-accent);box-shadow:0 14px 28px #1b3a2d24;outline:none}.sg-guide-start-img{width:170px;height:145px;margin-bottom:14px;object-fit:contain;transform:scale(1.08)}.sg-guide-start h3{margin:0;font-family:var(--font-body);font-size:1.15rem;font-weight:700;line-height:1.3;color:var(--color-text)}.sg-guide-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;width:100%;max-width:960px;margin:0 auto;justify-content:center}.sg-guide-option{display:flex;flex-direction:column;align-items:center;padding:28px 22px;border:1px solid var(--color-card-border);border-radius:20px;background:var(--color-white);box-shadow:0 6px 18px var(--color-card-shadow);text-align:center;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.sg-guide-option:hover,.sg-guide-option:focus-visible{transform:translateY(-6px);border-color:var(--color-accent);box-shadow:0 14px 28px #1b3a2d24;outline:none}.sg-guide-option-img{width:165px;height:165px;margin-bottom:16px;object-fit:contain;transform:scale(1.05)}.sg-guide-option h3{margin:0 0 12px;font-family:var(--font-body);font-size:1.35rem;font-weight:700;line-height:1.25;color:var(--color-text)}.sg-guide-option p{margin:0;font-size:1rem;line-height:1.45;color:var(--color-text-light)}.sg-guide-options.is-compact{gap:26px}.sg-guide-options.is-compact .sg-guide-option{justify-content:flex-start;min-height:190px;padding:34px 24px 30px}.sg-guide-choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 22px;width:100%;max-width:960px;margin:0 auto;justify-content:center}.sg-guide-choice{display:flex;align-items:center;gap:20px;min-height:135px;padding:16px 22px;border:1px solid var(--color-card-border);border-radius:20px;background:var(--color-white);box-shadow:0 6px 18px var(--color-card-shadow);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.sg-guide-choice:hover,.sg-guide-choice:focus-visible{transform:translateY(-4px);border-color:var(--color-accent);box-shadow:0 14px 28px #1b3a2d24;outline:none}.sg-guide-choices.is-odd .sg-guide-choice:last-child{grid-column:1/-1;justify-self:center;width:calc(50% - 12px)}.sg-guide-choice-img{flex-shrink:0;width:135px;height:125px;min-width:135px;border-radius:14px;object-fit:contain;transform:scale(1.06)}.sg-guide-choice-body{flex:1;text-align:left}.sg-guide-choice-body h3{margin:0 0 8px;font-family:var(--font-body);font-size:1.25rem;font-weight:700;line-height:1.25;color:var(--color-text)}.sg-guide-choice-body p{margin:0;font-size:.95rem;line-height:1.45;color:var(--color-text-light)}.sg-guide-skip{display:inline-block;margin:20px auto 0;padding:0;border:0;background:none;color:var(--color-accent);font-family:var(--font-body);font-size:1.15rem;font-weight:700;text-decoration:underline;text-underline-offset:5px;cursor:pointer;transition:opacity .2s ease}.sg-guide-skip:hover{opacity:.72}.sg-guide-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;width:100%;max-width:820px;margin:0 auto;justify-content:center}.sg-guide-result-card{display:flex;flex-direction:column;align-items:center;padding:30px 26px 32px;border:1px solid var(--color-card-border);border-radius:var(--radius-md, 14px);background:var(--color-white);box-shadow:0 6px 18px var(--color-card-shadow)}.sg-guide-result-card.is-primary{border-color:var(--color-accent)}.sg-guide-result-tag{margin-bottom:14px;font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent)}.sg-guide-result-card h3{margin:0 0 12px;font-family:var(--font-heading);font-size:1.6rem;font-weight:700;color:var(--color-primary-dark)}.sg-guide-result-card p{margin:0 0 24px;font-size:1rem;line-height:1.5;color:var(--color-text-light)}.sg-guide-result-card .sg-yellow-button{margin-top:auto}.sg-guide-result-actions{display:flex;align-items:center;justify-content:center;gap:34px;margin:20px auto 0;flex-wrap:wrap}.sg-guide-result-actions .sg-guide-skip{margin:0}.sg-guide-corner{position:absolute;z-index:1;height:auto;pointer-events:none;-webkit-user-select:none;user-select:none}.sg-guide-corner.is-left{width:clamp(130px,16vw,215px);left:-14px;bottom:-18px}.sg-guide-corner.is-right{width:clamp(300px,42vw,620px);right:-30px;bottom:-58px}@media(max-width:900px){.sg-guide-options,.sg-guide-results{grid-template-columns:1fr;gap:20px;max-width:520px}.sg-guide-options.is-compact .sg-guide-option{min-height:0}.sg-guide-choices{grid-template-columns:1fr;gap:18px;max-width:520px}.sg-guide-choices.is-odd .sg-guide-choice:last-child{width:100%}.sg-guide-corner{opacity:.55}}@media(max-width:600px){.sg-guide-page{padding:22px 18px 48px}.sg-guide-mascot{width:74px}.sg-guide-title{margin-bottom:26px}.sg-guide-option{border-radius:16px;padding:22px 16px 20px}.sg-guide-option-img{width:110px;height:110px}.sg-guide-result-actions{flex-direction:column;gap:16px}.sg-guide-starts{gap:16px}.sg-guide-start{width:calc(50% - 8px);padding:18px 14px 16px;border-radius:16px}.sg-guide-start-img{width:105px;height:105px;margin-bottom:12px}.sg-guide-start h3{font-size:1rem}.sg-guide-choice{gap:16px;padding:18px;border-radius:16px;min-height:0}.sg-guide-choice-img{width:80px;height:80px;min-width:80px}.sg-guide-choice-body{text-align:left}.sg-guide-corner{width:96px}}.sg-solution-hero-content,.sg-solution-checklist-container,.sg-solution-feature-media,.sg-solution-narrow-copy{max-width:960px}.sg-au-hero .sg-container,.sg-et-hero-content,.sg-ws-hero-content,.sg-gp-hero-content,.sg-shop-hero-content{width:100%}@media(min-width:1440px){.sg-about-us-page .sg-container,.sg-contact-us-page .sg-container,.sg-educational-toys-page .sg-container,.sg-workshop-page .sg-container,.sg-games-portal-page .sg-container,.sg-budding-life-page .sg-container,.sg-testimonials-page .sg-container,.sg-shop-page .sg-container,.sg-for-parents-page .sg-container,.sg-for-schools-page .sg-container,.sg-for-corporates-page .sg-container{max-width:1440px;padding-left:48px;padding-right:48px}.sg-au-hero,.sg-et-hero,.sg-ws-hero,.sg-gp-hero,.sg-shop-hero{min-height:560px}.sg-au-hero h1,.sg-et-hero h1,.sg-ws-hero h1,.sg-gp-hero h1,.sg-shop-hero h1{font-size:clamp(4rem,4.6vw,5.5rem)}.sg-solution-hero-content,.sg-solution-checklist-container,.sg-solution-feature-media,.sg-solution-narrow-copy{max-width:1120px}.sg-solution-hero-content p{max-width:920px;margin-left:auto;margin-right:auto}.sg-et-feature-row,.sg-ws-feature-row,.sg-gp-game-row,.sg-for-schools-page .sg-et-feature-row{max-width:1320px;gap:clamp(64px,7vw,120px)}.sg-et-feature-image img{height:520px}.sg-ws-feature-image img{height:460px}.sg-gp-game-image img{height:390px}.sg-et-feature-copy,.sg-ws-feature-copy,.sg-gp-game-copy{max-width:620px}.sg-et-feature-copy p,.sg-ws-feature-copy p,.sg-gp-game-copy p{font-size:1.12rem}.sg-workshop-page .sg-ws-collab-card{max-width:1320px;min-height:320px;padding-right:520px}.sg-workshop-page .sg-ws-collab-sticker{width:500px}.sg-workshop-page .sg-ws-resource-stage{max-width:1380px}.sg-shop-layout{max-width:1440px;grid-template-columns:320px 1fr;gap:64px;padding-left:48px;padding-right:48px}.sg-products-grid{gap:34px}.sg-contact-hero-grid{grid-template-columns:minmax(420px,.95fr) minmax(520px,1.25fr);gap:72px}.sg-contact-title{font-size:clamp(3rem,3vw,4rem)}.sg-contact-subtitle{font-size:1.2rem}.sg-contact-mascot-wrapper{max-width:560px}.sg-contact-card{padding:52px}.sg-au-story .sg-au-story-inner,.sg-au-mission .sg-au-mission-inner{gap:96px}.sg-au-story .sg-au-story-content p{font-size:1.18rem}.sg-au-story .sg-au-story-image img{max-height:460px}.sg-au-team-grid{gap:34px}.sg-testimonials-page .sg-tp-hero h1{max-width:1120px;font-size:clamp(3.4rem,3.8vw,4.9rem)}.sg-testimonials-page .sg-tp-action-grid{gap:28px}.sg-testimonials-page .sg-tp-video-card,.sg-testimonials-page .sg-tp-video-card img{min-height:450px}.sg-testimonials-page .sg-tp-peek-inner,.sg-testimonials-page .sg-tp-impact-inner{gap:96px}.sg-bl-hero{min-height:1040px}.sg-bl-hero-inner{grid-template-columns:minmax(680px,.96fr) minmax(520px,1fr);min-height:960px}.sg-bl-copy{max-width:820px}.sg-bl-copy h1{font-size:clamp(3rem,3.4vw,4.2rem)}.sg-bl-copy p{max-width:760px;font-size:1.28rem}.sg-bl-phone{width:min(900px,56vw)}.sg-bl-steps,.sg-bl-setup>.sg-container,.sg-bl-pricing>.sg-container,.sg-bl-final-cta-inner{max-width:1360px}.sg-bl-step{gap:92px}}@media(min-width:1800px){.sg-about-us-page .sg-container,.sg-contact-us-page .sg-container,.sg-educational-toys-page .sg-container,.sg-workshop-page .sg-container,.sg-games-portal-page .sg-container,.sg-budding-life-page .sg-container,.sg-testimonials-page .sg-container,.sg-shop-page .sg-container,.sg-for-parents-page .sg-container,.sg-for-schools-page .sg-container,.sg-for-corporates-page .sg-container{max-width:1680px;padding-left:72px;padding-right:72px}.sg-au-hero,.sg-et-hero,.sg-ws-hero,.sg-gp-hero,.sg-shop-hero{min-height:640px}.sg-et-feature-row,.sg-ws-feature-row,.sg-gp-game-row,.sg-for-schools-page .sg-et-feature-row,.sg-workshop-page .sg-ws-collab-card,.sg-workshop-page .sg-ws-resource-stage{max-width:1520px}.sg-et-feature-image img{height:600px}.sg-ws-feature-image img{height:520px}.sg-gp-game-image img{height:460px}.sg-shop-layout{max-width:1680px;padding-left:72px;padding-right:72px}.sg-solution-hero-content,.sg-solution-checklist-container,.sg-solution-feature-media,.sg-solution-narrow-copy{max-width:1240px}.sg-contact-hero-grid{gap:96px}.sg-contact-mascot-wrapper{max-width:640px}.sg-testimonials-page .sg-tp-action-grid{gap:34px}.sg-testimonials-page .sg-tp-video-card,.sg-testimonials-page .sg-tp-video-card img{min-height:520px}.sg-bl-hero-inner,.sg-bl-steps,.sg-bl-setup>.sg-container,.sg-bl-pricing>.sg-container,.sg-bl-final-cta-inner{max-width:1560px}}:root{--color-primary: #1B3A2D;--color-primary-light: #2D5A42;--color-primary-dark: #0F2319;--color-accent: #DA5B26;--color-accent-hover: #DA5B26;--color-bg: #FFFFFF;--color-bg-warm: #FFF8ED;--color-text: #1B3A2D;--color-text-light: #5A7A6A;--color-white: #FFFFFF;--color-stats-bg: #1B3A2D;--color-card-border: #E0DDD5;--color-card-shadow: rgba(27, 58, 45, .08);--font-heading: "Playfair Display", Georgia, serif;--font-body: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px;--radius-xl: 32px;--radius-pill: 999px;--shadow-sm: 0 2px 8px rgba(27, 58, 45, .06);--shadow-md: 0 4px 20px rgba(27, 58, 45, .1);--shadow-lg: 0 8px 40px rgba(27, 58, 45, .12);--shadow-card: 0 2px 16px rgba(27, 58, 45, .08);--transition-fast: .2s ease;--transition-normal: .3s ease;--transition-slow: .5s ease}@keyframes pageFadeIn{0%{opacity:0}to{opacity:1}}.page-transition{animation:pageFadeIn .4s cubic-bezier(.22,1,.36,1)}@media(prefers-reduced-motion:reduce){.page-transition{animation:none}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);background-color:var(--color-bg);color:var(--color-text);line-height:1.6;overflow-x:hidden}a{text-decoration:none;color:inherit;transition:color var(--transition-fast)}ul,ol{list-style:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;border:none;background:none;font-family:inherit}.spedgrow-preloader{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--color-bg);display:flex;align-items:center;justify-content:center;z-index:9999}.spedgrow-preloader .spinner{width:48px;height:48px;border:4px solid var(--color-card-border);border-top:4px solid var(--color-primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.sg-navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;background:var(--color-bg);transition:box-shadow var(--transition-normal),background var(--transition-normal)}.sg-navbar.scrolled{box-shadow:var(--shadow-md);background:#fefcf7f7;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.sg-navbar-inner{margin:0 auto;padding:5px 45px;display:flex;align-items:center;justify-content:space-between;height:72px}.sg-logo{min-width:250px;display:flex;align-items:center;gap:4px;font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--color-primary);letter-spacing:-.02em}.sg-logo .leaf{color:var(--color-accent);font-size:1.3rem}.sg-nav-links{flex:1;display:flex;justify-content:space-between;align-items:center;gap:8px;margin-left:24px}.sg-nav-link{position:relative;padding:8px 16px;font-family:Merriweather,serif;font-size:16px;font-weight:700;color:var(--color-primary);border-radius:var(--radius-sm);transition:all var(--transition-fast);display:flex;align-items:center;gap:4px}.sg-nav-link:hover{color:var(--color-accent);background:#d4a8430f}.sg-nav-link.active{color:var(--color-accent);text-decoration:underline;font-weight:600}.sg-nav-link .chevron{font-size:.6rem;transition:transform var(--transition-fast);text-decoration:none}.sg-nav-link:hover .chevron{transform:rotate(180deg)}.sg-nav-item{position:relative}.sg-dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(8px);min-width:220px;background:var(--color-white);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);border:1px solid var(--color-card-border);padding:8px;opacity:0;visibility:hidden;transition:all var(--transition-normal);pointer-events:none}.sg-nav-item:hover .sg-dropdown,.sg-nav-item.open .sg-dropdown,.sg-nav-item:focus-within .sg-dropdown{opacity:1;visibility:visible;transform:translate(-50%) translateY(0);pointer-events:all}.sg-dropdown-item{display:block;padding:10px 16px;font-family:Merriweather,serif;font-size:16px;font-weight:700;color:var(--color-text);border-radius:var(--radius-sm);transition:all var(--transition-fast)}.sg-dropdown-item:hover{background:var(--color-bg-warm);color:var(--color-accent)}.sg-yellow-button,.sg-action-btn-sketchy,.sg-signup-btn{display:inline-flex;align-items:center;justify-content:center;position:relative;font-family:Merriweather,serif!important;font-weight:700;color:#000!important;background:#fdde55;border:2.5px solid #000000;border-radius:999px!important;cursor:pointer;text-align:center;transition:transform var(--transition-fast),background-color var(--transition-fast);box-shadow:none;text-decoration:none}.sg-yellow-button:after,.sg-action-btn-sketchy:after,.sg-signup-btn:after{content:"";position:absolute;inset:-4px -3px;border:1.5px solid #000000;border-radius:999px!important;pointer-events:none;opacity:.85;transition:all var(--transition-fast)}.sg-yellow-button:hover,.sg-action-btn-sketchy:hover,.sg-signup-btn:hover{color:#000!important;transform:scale(1.03);background-color:#fcdd4d}.sg-yellow-button:focus,.sg-yellow-button:active,.sg-action-btn-sketchy:focus,.sg-action-btn-sketchy:active,.sg-signup-btn:focus,.sg-signup-btn:active{color:#000!important;transform:scale(.98)}.sg-yellow-button:disabled,.sg-action-btn-sketchy:disabled,.sg-signup-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.sg-signup-btn{padding:10px 28px!important;font-size:.938rem!important;border-radius:var(--radius-sm)!important}.sg-signup-btn:after{border-radius:var(--radius-sm)!important}.sg-action-btn-sketchy,.sg-yellow-button{padding:12px 42px;font-size:1.25rem}.sg-mobile-signup-btn{display:none}.sg-navbar-cart-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;color:#000;flex-shrink:0;border:none;background:transparent;cursor:pointer;transition:background var(--transition-fast)}.sg-navbar-cart-btn:hover{background:var(--color-bg-warm)}.sg-navbar-cart-mobile{display:none}.sg-navbar-cart-badge{position:absolute;top:2px;right:2px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#e53935;color:#fff;font-size:.65rem;line-height:16px;text-align:center}.sg-cart-overlay{position:fixed;inset:0;background:#0006;opacity:0;visibility:hidden;transition:opacity var(--transition-fast);z-index:1000}.sg-cart-overlay.open{opacity:1;visibility:visible}.sg-cart-drawer{position:fixed;top:0;right:0;bottom:0;width:380px;max-width:100vw;background:#fff;box-shadow:-2px 0 12px #00000026;display:flex;flex-direction:column;transform:translate(100%);visibility:hidden;transition:transform var(--transition-fast),visibility 0s linear var(--transition-fast);z-index:1001}.sg-cart-drawer.open{transform:translate(0);visibility:visible;transition:transform var(--transition-fast),visibility 0s linear}.sg-cart-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background:var(--color-primary-yellow, #ffd43b);font-family:var(--font-heading, inherit);font-size:1.25rem;font-weight:700}.sg-cart-drawer-header small{font-size:.85rem;font-weight:500}.sg-cart-drawer-close{border:none;background:transparent;font-size:1.5rem;line-height:1;cursor:pointer}.sg-cart-drawer-body{flex:1;overflow-y:auto;padding:20px 24px}.sg-cart-empty{text-align:center;padding:60px 0}.sg-cart-empty p{margin-bottom:8px}.sg-cart-add-more{display:block;text-align:center;margin-top:8px;color:var(--color-primary-blue, #1c6dd0);text-decoration:underline}.sg-cart-item{display:flex;gap:12px;padding:16px 0;border-bottom:1px solid #eee}.sg-cart-item img{width:64px;height:64px;object-fit:cover;border-radius:6px;background:#f2f2f2;flex-shrink:0}.sg-cart-item-info{flex:1;display:flex;flex-direction:column;gap:4px}.sg-cart-item-top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.sg-cart-item-name{font-weight:600}.sg-cart-item-remove{border:none;background:transparent;color:#888;cursor:pointer;flex-shrink:0}.sg-cart-item-price{color:#888;font-size:.9rem}.sg-cart-item-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:4px}.sg-cart-item-stepper{display:flex;align-items:center;gap:10px;border:1px solid #ddd;border-radius:999px;padding:2px 10px}.sg-cart-item-stepper button{border:none;background:transparent;cursor:pointer;font-size:1rem;line-height:1}.sg-cart-item-subtotal{font-weight:600}.sg-cart-drawer-footer{padding:16px 24px 24px;border-top:1px solid #eee}.sg-cart-promo{display:flex;align-items:center;gap:8px;padding-bottom:12px;margin-bottom:12px;border-bottom:1px solid #eee;color:#da5b26}.sg-cart-promo input{flex:1;border:none;outline:none;font-size:.95rem}.sg-cart-promo input::placeholder{color:#da5b26;opacity:.8}.sg-cart-total{display:flex;align-items:center;justify-content:space-between;font-weight:600;margin-bottom:16px}.sg-cart-view-btn{display:block;width:100%;text-align:center;padding:12px;border-radius:999px;background:var(--color-primary-blue, #1c6dd0);color:#fff;font-weight:700}@media(max-width:768px){.sg-cart-drawer{top:auto;left:0;right:0;width:100%;max-height:88vh;border-radius:18px 18px 0 0;box-shadow:0 -2px 16px #0000002e;transform:translateY(100%);padding-bottom:env(safe-area-inset-bottom)}.sg-cart-drawer.open{transform:translateY(0)}.sg-cart-drawer:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:40px;height:4px;border-radius:999px;background:#0003}.sg-cart-drawer-header{padding:22px 20px 16px;border-radius:18px 18px 0 0;font-size:1.15rem}.sg-cart-drawer-body{padding:16px 20px;-webkit-overflow-scrolling:touch}.sg-cart-drawer-footer{padding:14px 20px 20px}.sg-cart-empty{padding:36px 0}}.sg-cartpage{display:flex;align-items:flex-start;gap:60px;max-width:1200px;margin:0 auto;padding:100px 24px 60px}@media(max-width:768px){.sg-cartpage{padding-top:90px}}.sg-cartpage-main{flex:2;min-width:0}.sg-cartpage-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid #eee}.sg-cartpage-header h1{font-family:Merriweather,serif;font-size:1.75rem}.sg-cartpage-continue{color:var(--color-primary-blue, #1c6dd0);text-decoration:underline}.sg-cartpage-empty{padding:40px 0;text-align:center}.sg-cartpage-item{display:flex;align-items:center;gap:24px;padding:24px 0}.sg-cartpage-item img{width:130px;height:130px;object-fit:cover;border-radius:8px;background:#d9d9d9;flex-shrink:0}.sg-cartpage-item-info{flex:1;display:flex;flex-direction:column;gap:6px}.sg-cartpage-item-name{font-weight:700}.sg-cartpage-item-price{color:#555}.sg-cartpage-item-stepper{display:flex;align-items:center;gap:12px}.sg-cartpage-item-stepper span{min-width:24px;text-align:center}.sg-cartpage-item-stepper button{width:32px;height:32px;border:1px solid #ccc;background:#fff;border-radius:6px;cursor:pointer;font-size:1rem}.sg-cartpage-item-subtotal{min-width:80px;text-align:right;font-weight:700}.sg-cartpage-item-remove{border:none;background:transparent;color:#333;cursor:pointer;flex-shrink:0}.sg-cartpage-extras{display:flex;flex-direction:column;gap:14px;padding-top:20px;margin-top:8px;border-top:1px solid #eee}.sg-cartpage-extra-btn{display:inline-flex;align-items:center;gap:10px;width:fit-content;border:none;background:transparent;color:#da5b26;cursor:pointer;font-size:1rem}.sg-cartpage-extra-form{display:flex;align-items:center;gap:8px}.sg-cartpage-extra-form input{flex:1;max-width:280px;padding:8px 12px;border:1px solid #ddd;border-radius:6px;font-size:.95rem}.sg-cartpage-extra-form input:focus{outline:none;border-color:#da5b26}.sg-cartpage-extra-form button{padding:8px 14px;border:none;border-radius:6px;cursor:pointer;font-size:.9rem}.sg-cartpage-extra-form button[type=submit]{background:#da5b26;color:#fff}.sg-cartpage-extra-form button[type=button]{background:transparent;color:#777}.sg-cartpage-extra-applied{display:flex;align-items:center;justify-content:space-between;gap:12px;max-width:400px;color:#333;font-size:.95rem}.sg-cartpage-extra-applied button{border:none;background:transparent;color:#da5b26;text-decoration:underline;cursor:pointer;flex-shrink:0}.sg-cartpage-summary{flex:1;min-width:280px;position:sticky;top:100px}.sg-cartpage-summary h2{font-family:Merriweather,serif;font-size:1.75rem;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid #eee}.sg-cartpage-summary-row{display:flex;align-items:center;justify-content:space-between;padding:10px 0;font-size:1.05rem}.sg-cartpage-summary-location{display:block;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid #eee;color:#000;text-decoration:underline}.sg-cartpage-summary-total{display:flex;align-items:center;justify-content:space-between;font-size:1.2rem;font-weight:700;margin-bottom:20px}.sg-cartpage-checkout-btn{display:block;width:100%;padding:14px;border:none;border-radius:999px;background:var(--color-primary-blue, #1c6dd0);color:#fff;font-weight:700;font-size:1.05rem;text-align:center;cursor:pointer}.sg-cartpage-secure{text-align:center;color:#777;margin-top:12px}@media(max-width:768px){.sg-cartpage{flex-direction:column;gap:28px;padding-left:16px;padding-right:16px}.sg-cartpage-main{width:100%}.sg-cartpage-header h1{font-size:1.4rem}.sg-cartpage-continue{font-size:.9rem}.sg-cartpage-item{display:grid;grid-template-columns:88px 1fr auto;grid-template-areas:"img info remove" "img stepper subtotal";column-gap:14px;row-gap:12px;align-items:start;padding:18px 0;border-bottom:1px solid #f0f0f0}.sg-cartpage-item img{grid-area:img;width:88px;height:88px;align-self:center}.sg-cartpage-item-info{grid-area:info;gap:2px}.sg-cartpage-item-price{font-size:.9rem}.sg-cartpage-item-remove{grid-area:remove}.sg-cartpage-item-stepper{grid-area:stepper;align-self:center;gap:8px}.sg-cartpage-item-stepper button{width:30px;height:30px}.sg-cartpage-item-subtotal{grid-area:subtotal;align-self:center;min-width:0}.sg-cartpage-extra-form{flex-wrap:wrap}.sg-cartpage-extra-form input{max-width:none;flex-basis:100%}.sg-cartpage-extra-applied{max-width:none}.sg-cartpage-summary{position:static;width:100%;min-width:0;padding:20px 18px;border:1px solid #eee;border-radius:12px;background:#fafafa}.sg-cartpage-summary h2{font-size:1.4rem}}@media(max-width:400px){.sg-cartpage-item{grid-template-columns:72px 1fr auto}.sg-cartpage-item img{width:72px;height:72px}}.sg-checkout{display:flex;align-items:flex-start;gap:48px;max-width:1200px;margin:0 auto;padding:100px 24px 60px}@media(max-width:768px){.sg-checkout{flex-direction:column;padding-top:90px;gap:32px}}.sg-checkout-main{flex:1.2;min-width:0;padding-right:48px;border-right:1px solid #eee}@media(max-width:768px){.sg-checkout-main{padding-right:0;border-right:none;width:100%}}.sg-checkout-summary{flex:1;min-width:300px}@media(max-width:768px){.sg-checkout-summary{width:100%;min-width:0}}.sg-checkout-section{padding-bottom:24px;margin-bottom:24px;border-bottom:1px solid #eee}.sg-checkout-section-last{border-bottom:none;margin-bottom:0}.sg-checkout-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.sg-checkout-section-head h2{font-family:Merriweather,serif;font-size:1.4rem}.sg-checkout-item-count{font-size:1.1rem}.sg-checkout-edit-btn{border:none;background:transparent;color:#000;cursor:pointer;flex-shrink:0}.sg-checkout-customer{line-height:1.7;color:#333}.sg-checkout-delivery-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.sg-checkout-payment-box{border:1px solid #333;margin-bottom:28px}.sg-checkout-payment-head{display:flex;align-items:center;gap:12px;padding:16px 20px;border-bottom:1px solid #333;font-weight:700}.sg-checkout-payment-body{padding:20px;background:#e6e6e6;line-height:1.6;color:#222}.sg-checkout-place-btn{display:block;width:100%;padding:16px;border:none;border-radius:999px;background:var(--color-primary-blue, #1c6dd0);color:#fff;font-weight:700;font-size:1.1rem;cursor:pointer}.sg-checkout-items{max-height:330px;overflow-y:auto;padding:8px 12px 8px 0;margin-bottom:8px}.sg-checkout-item{display:flex;align-items:flex-start;gap:16px;padding:12px 0}.sg-checkout-item-thumb{position:relative;flex-shrink:0}.sg-checkout-item-thumb img{width:84px;height:84px;object-fit:cover;border-radius:6px;background:#d9d9d9}.sg-checkout-item-qty{position:absolute;top:-8px;right:-8px;width:26px;height:26px;border-radius:50%;background:#333;color:#fff;font-size:.8rem;font-weight:700;display:flex;align-items:center;justify-content:center}.sg-checkout-item-info{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.sg-checkout-item-name{font-weight:600}.sg-checkout-item-price{color:#777}.sg-checkout-item-subtotal{font-weight:700;flex-shrink:0}.sg-checkout-totals{padding-top:16px;margin-top:16px;border-top:1px solid #eee}@media(max-width:768px){.sg-checkout{padding-left:16px;padding-right:16px}.sg-checkout-summary{order:-1;padding:18px 16px;border:1px solid #eee;border-radius:12px;background:#fafafa}.sg-checkout-section-head h2{font-size:1.2rem}.sg-checkout-item-count{font-size:.95rem}.sg-checkout-items{max-height:none;padding-right:0}.sg-checkout-item-thumb img{width:68px;height:68px}.sg-checkout-payment-body{padding:16px;font-size:.95rem}.sg-checkout-place-btn{padding:15px;font-size:1.05rem}}@keyframes sg-modal-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes sg-modal-pop-in{0%{opacity:0;transform:scale(.94) translateY(12px)}to{opacity:1;transform:none}}.sg-modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;padding:24px;z-index:1100;animation:sg-modal-overlay-in .2s ease both}.sg-modal{background:#fff;border-radius:12px;width:100%;max-width:460px;max-height:90vh;overflow-y:auto;box-shadow:0 12px 40px #0003;animation:sg-modal-pop-in .3s cubic-bezier(.16,1,.3,1) both}.sg-modal-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px 24px;border-bottom:1px solid #eee}.sg-modal-head h3{font-family:Merriweather,serif;font-size:1.2rem}.sg-modal-close{border:none;background:transparent;font-size:1.5rem;line-height:1;cursor:pointer}.sg-modal-body{padding:24px}.sg-modal-form{display:flex;flex-direction:column;gap:16px}.sg-modal-form label{display:flex;flex-direction:column;gap:6px;font-size:.9rem;font-weight:600;color:#333}.sg-modal-form input,.sg-modal-form textarea{border:1px solid #ddd;border-radius:6px;padding:10px 12px;font-size:.95rem;font-weight:400;font-family:inherit}.sg-modal-form input:focus,.sg-modal-form textarea:focus{outline:none;border-color:var(--color-primary-blue, #1c6dd0)}.sg-modal-form textarea{resize:vertical;min-height:70px}.sg-modal-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:8px}.sg-modal-btn-primary,.sg-modal-btn-secondary{padding:10px 22px;border-radius:999px;border:none;font-weight:700;cursor:pointer}.sg-modal-btn-primary{background:var(--color-primary-blue, #1c6dd0);color:#fff}.sg-modal-btn-secondary{background:transparent;color:#555}.sg-modal-delivery-options{display:flex;flex-direction:column;gap:4px}.sg-modal-delivery-option{display:flex;align-items:center;gap:12px;padding:12px 4px;border-bottom:1px solid #f0f0f0;cursor:pointer}.sg-modal-delivery-option span:first-of-type{flex:1}.sg-modal-delivery-option input{accent-color:var(--color-primary-blue, #1c6dd0)}.sg-modal.sg-premium-modal{max-width:620px;border-radius:18px}.sg-modal.sg-premium-modal .sg-modal-body{padding:32px 36px}.sg-premium-modal-body{display:flex;align-items:center;gap:24px}.sg-premium-modal-mascot{width:190px;max-width:40%;flex-shrink:0}.sg-premium-modal-text{flex:1;text-align:center}.sg-premium-modal-text h2{font-family:Poppins,sans-serif;font-size:1.75rem;font-weight:600;color:#1a1a1a;margin:0 0 12px}.sg-premium-modal-text p{font-family:Poppins,sans-serif;font-size:.95rem;color:#3d3d3d;margin:0 0 20px}.sg-premium-modal-cta{width:100%;padding:12px 24px;font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;color:#1a1a1a;background:#fdde55;border:2px solid #1a1a1a;border-radius:10px;cursor:pointer;transition:background-color var(--transition-fast),transform var(--transition-fast)}.sg-premium-modal-cta:hover{background:#fcdd4d;transform:scale(1.02)}.sg-premium-modal-dismiss{display:block;margin:14px auto 0;padding:4px;border:none;background:transparent;font-family:Poppins,sans-serif;font-size:.95rem;color:#e8663d;cursor:pointer}.sg-premium-modal-dismiss:hover{text-decoration:underline}@media(max-width:600px){.sg-premium-modal-body{flex-direction:column;gap:12px}.sg-premium-modal-mascot{width:150px;max-width:60%}}.sg-navbar-profile{position:relative}.sg-navbar-avatar-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:2.5px solid #000000;overflow:hidden;flex-shrink:0;background:none;padding:0;cursor:pointer;transition:transform var(--transition-fast)}.sg-navbar-avatar-btn:hover{transform:scale(1.05)}.sg-mobile-avatar-btn{display:none;width:36px;height:36px}.sg-hamburger{display:none;flex-direction:column;gap:5px;width:28px;padding:4px 0}.sg-hamburger span{width:100%;height:2.5px;background:var(--color-primary);border-radius:2px;transition:all var(--transition-normal)}.sg-hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.sg-hamburger.open span:nth-child(2){opacity:0}.sg-hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media(max-width:1200px)and (min-width:969px){.sg-nav-links{gap:4px;margin-left:16px}.sg-nav-link{padding:6px 10px;font-size:14px}}@media(max-width:968px){.sg-navbar-inner{height:64px;padding:10px 16px;justify-content:flex-start;gap:14px}.sg-logo{order:2;min-width:0;flex:1}.sg-logo img{width:132px;height:auto}.sg-hamburger{order:1;display:flex;width:28px;gap:5px;flex-shrink:0}.sg-hamburger span{height:3px}.sg-nav-links{position:fixed;top:64px;left:0;width:100%;margin-left:0;background:var(--color-bg);flex-direction:column;padding:24px;gap:8px;box-shadow:var(--shadow-lg);transform:translateY(-120%);transition:transform var(--transition-normal);max-height:calc(100vh - 64px);overflow-y:auto;align-items:center}.sg-nav-links.open{transform:translateY(0)}.sg-nav-link{width:100%;padding:12px 16px;justify-content:center;text-align:center}.sg-nav-item{width:100%;max-width:360px}.sg-nav-item>.sg-nav-link{margin:0 auto}.sg-dropdown{position:static;top:auto;left:auto;width:100%;min-width:0;max-width:360px;margin:4px auto 0;padding:8px;transform:none!important;box-shadow:none;border:none;background:var(--color-bg-warm);border-radius:var(--radius-sm);display:none;opacity:1;visibility:visible;pointer-events:auto}.sg-nav-item.open .sg-dropdown{display:block;opacity:1;visibility:visible;pointer-events:all}.sg-dropdown-item{width:100%;padding:12px 16px;text-align:center}.sg-signup-btn{width:100%;text-align:center;margin-top:12px}.sg-nav-links>.sg-signup-btn,.sg-nav-links>.sg-navbar-avatar-btn{display:none}.sg-mobile-signup-btn{order:3;display:inline-flex;width:auto;margin:0;padding:12px 24px;min-height:40px;align-items:center;justify-content:center;flex-shrink:0;border-width:2px;font-size:14px;line-height:1}.sg-mobile-avatar-btn{order:3;display:inline-flex;margin:0;flex-shrink:0}.sg-navbar-cart-desktop{display:none}.sg-navbar-cart-mobile{order:3;display:inline-flex;flex-shrink:0;width:38px;height:38px}.sg-scroll-top{display:none}}.sg-stats-grass{display:block;width:100%;height:auto}.sg-stats{background:#042323;padding:44px 32px;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center}@media(max-width:768px){.sg-stats{padding:32px 24px}}.sg-stats-title{display:block;font-family:Merriweather,serif;color:#fdde55;font-size:clamp(1.75rem,3.2vw,2.5rem);text-align:center;margin-top:0;margin-bottom:28px;font-weight:700}@media(max-width:768px){.sg-stats-title{margin-bottom:20px;font-size:1.6rem}}.sg-stats-inner{max-width:1280px;width:100%;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:32px;position:relative;z-index:1}@media(max-width:768px){.sg-stats-inner{grid-template-columns:repeat(2,1fr);gap:32px 24px}}.sg-stat-item{text-align:center;padding:0 16px;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center}@media(max-width:768px){.sg-stat-item{text-align:left;align-items:flex-start}}.sg-stat-item:not(:last-child):after{content:"";position:absolute;right:-16px;top:50%;transform:translateY(-50%);height:60%;width:1px;background:#f8dc4a}@media(max-width:768px){.sg-stat-item:not(:last-child):after{display:none!important}}.sg-stat-number{font-family:Merriweather,serif;font-size:clamp(2rem,3.8vw,2.75rem);font-weight:700;color:#f8dc4a;margin-bottom:6px;line-height:1}@media(max-width:768px){.sg-stat-number{text-align:left}}.sg-stat-label{font-family:Poppins,sans-serif;font-size:.875rem;color:#f8dc4a;line-height:1.4;max-width:220px;margin:0 auto}@media(max-width:768px){.sg-stat-label{text-align:left;margin-left:0;margin-right:0}}@media(max-width:768px){#stat-purchases{order:1}#stat-parents{order:2}#stat-individuals{order:3}#stat-partnerships{order:4}}.sg-quote{position:relative;background:#fff;overflow:hidden;padding:120px 32px;display:flex;align-items:center}@media(max-width:768px){.sg-quote{padding:72px 24px 260px}}.sg-quote-pattern{position:absolute;top:-24%;right:-5%;width:clamp(75%,85vw,90%);max-width:1400px;z-index:0;pointer-events:none}@media(max-width:768px){.sg-quote-pattern{width:100%;max-width:none;top:-4%;right:-30%}}.sg-quote-star{position:absolute;top:5%;left:clamp(24%,27vw,30%);width:clamp(130px,12vw,180px);transform:rotate(-18deg);z-index:1;pointer-events:none}@media(max-width:768px){.sg-quote-star{width:70px;top:4%;left:auto;right:12%;transform:rotate(-18deg)}}.sg-quote-mascot{position:absolute;right:-2%;top:50%;transform:translateY(-50%);width:clamp(400px,42vw,620px);z-index:2}@media(max-width:768px){.sg-quote-mascot{width:220px;right:50%;top:auto;bottom:24px;transform:translate(50%)}}.sg-quote-content{position:relative;z-index:2;max-width:680px;margin-right:auto}@media(max-width:768px){.sg-quote-content{max-width:100%}}.sg-quote-mark{font-family:Merriweather,serif;font-size:4.5rem;font-weight:700;color:#042323;line-height:1;display:block;margin-bottom:8px}.sg-quote-text{font-family:Merriweather,serif;font-weight:700;font-size:clamp(2rem,3.2vw,3.25rem);line-height:1.35;color:#042323;margin:0}.sg-quote-highlight{background:transparent;color:inherit;padding:0 6px;border-radius:4px;box-decoration-break:clone;-webkit-box-decoration-break:clone}.sg-quote-highlight-yellow{background:#e5f76a}.sg-quote-highlight-teal{background:#abf4e2}.sg-footer{background:#042323;color:#fffc;padding:100px 32px 32px;border-radius:50% 50% 0 0/40px 40px 0 0;position:relative;overflow:hidden}@media(max-width:768px){.sg-footer{padding:70px 24px 24px;border-radius:50% 50% 0 0/20px 20px 0 0}}.sg-footer-inner{max-width:1280px;margin:0 auto}.sg-footer-top{display:grid;grid-template-columns:1.2fr 1fr 1.2fr 1.2fr;gap:48px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.1)}@media(max-width:768px){.sg-footer-top{grid-template-columns:1fr 1fr;gap:32px}}@media(max-width:480px){.sg-footer-top{grid-template-columns:1fr;gap:28px}}.sg-footer-brand{max-width:300px}@media(max-width:768px){.sg-footer-brand{grid-column:1/-1;max-width:none}}.sg-footer-brand .sg-logo{color:var(--color-white);margin-bottom:24px;font-size:1.5rem}.sg-footer-brand .sg-logo img{max-width:160px;height:auto}.sg-footer-contact-info{display:flex;flex-direction:column;gap:12px}.sg-footer-contact-link{font-family:Poppins,sans-serif;font-size:1rem;color:#fff!important;text-decoration:none;transition:color var(--transition-fast)}.sg-footer-contact-link:hover{color:#fdde55!important}.sg-footer-column h4{color:#fff;font-family:Merriweather,serif;font-size:1.35rem;font-weight:700;margin-bottom:24px}.sg-footer-column a:not(.sg-yellow-button){display:block;padding:6px 0;font-family:Poppins,sans-serif;font-size:1rem;color:#ffffffe6!important;transition:color var(--transition-fast);text-decoration:none}.sg-footer-column a:not(.sg-yellow-button):hover{color:#fdde55!important}.sg-footer-bottom{padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.sg-footer-bottom p{font-size:.813rem;color:#fff6}.sg-footer-social{display:flex;gap:20px;align-items:center;margin-bottom:24px}.sg-footer-social a{display:inline-flex;align-items:center;justify-content:center;color:#fff!important;transition:all var(--transition-normal)}.sg-footer-social a:hover{color:#fdde55!important;transform:translateY(-2px)}.sg-footer-chat-btn-wrapper{margin-top:16px}.sg-footer-chat-btn-wrapper .sg-yellow-button{display:inline-flex;align-items:center;justify-content:center;padding:12px 28px!important;font-size:1.125rem!important;font-family:Merriweather,serif!important;font-weight:700!important;color:#000!important;background-color:#fdde55!important;border:2.5px solid #000000!important;text-decoration:none!important;width:auto}.sg-footer-chat-btn-wrapper .sg-yellow-button:after{border-radius:999px!important}.sg-footer-chat-btn-wrapper .sg-yellow-button:hover,.sg-footer-chat-btn-wrapper .sg-yellow-button:focus,.sg-footer-chat-btn-wrapper .sg-yellow-button:active{color:#000!important;background-color:#fcdd4d!important;text-decoration:none!important;transform:scale(1.03)}.sg-scroll-top{position:fixed;bottom:calc(max(24px,env(safe-area-inset-bottom,0px)) + 64px);right:24px;width:44px;height:44px;border-radius:50%;background:var(--color-primary);color:var(--color-white);display:flex;align-items:center;justify-content:center;font-size:1.125rem;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(20px);transition:all var(--transition-normal);box-shadow:var(--shadow-md);z-index:999;border:none}.sg-scroll-top.visible{opacity:1;visibility:visible;transform:translateY(0)}body:not(:has(.sg-hero-cta:not(.sg-hero-cta-hidden))) .sg-scroll-top{bottom:max(24px,env(safe-area-inset-bottom,0px))}.sg-scroll-top:hover{background:var(--color-accent);transform:translateY(-4px)}.sg-scroll-top:focus-visible{outline:3px solid var(--color-accent);outline-offset:3px}.sg-fade-in{opacity:0;transform:translateY(24px);transition:all .7s cubic-bezier(.16,1,.3,1)}.sg-fade-in.visible{opacity:1;transform:none}.sg-fade-in-delay-1{transition-delay:.1s}.sg-fade-in-delay-2{transition-delay:.2s}.sg-fade-in-delay-3{transition-delay:.3s}.sg-fade-in-delay-4{transition-delay:.4s}.sg-container{max-width:1280px;margin:0 auto;padding:0 32px}@media(max-width:768px){.sg-scroll-top{right:16px;bottom:calc(max(16px,env(safe-area-inset-bottom,0px)) + 56px)}body:not(:has(.sg-hero-cta:not(.sg-hero-cta-hidden))) .sg-scroll-top{bottom:max(16px,env(safe-area-inset-bottom,0px))}.sg-container{padding:0 24px}}.centered-text{text-align:center}.centered-btn{display:block;margin:0 auto}.sg-section-title{font-family:Merriweather,serif;font-size:clamp(2rem,3.5vw,2.625rem);font-weight:700;line-height:1.25;color:var(--color-primary-dark);margin-bottom:20px}.sg-section-subtitle{font-family:var(--font-body);font-size:1.125rem;color:var(--color-text-light);line-height:1.6;max-width:720px;margin:0 auto 40px}.sg-section-description{font-family:var(--font-body);font-size:1.063rem;color:var(--color-text-light);line-height:1.7}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}.float-anim{animation:float 4s ease-in-out infinite}.sg-action-btn-yellow{display:inline-block;padding:12px 32px;font-family:var(--font-body);font-size:.938rem;font-weight:700;color:var(--color-primary-dark);background:var(--color-accent);border:2px solid var(--color-accent);border-radius:var(--radius-pill);transition:all var(--transition-normal);text-align:center;box-shadow:0 4px 14px #d4a84333}.sg-action-btn-yellow:hover{background:var(--color-accent-hover);border-color:var(--color-accent-hover);transform:translateY(-2px);box-shadow:0 6px 20px #d4a84366}.sg-dashboard{display:flex;min-height:100vh;background:var(--color-bg)}.sg-sidebar{width:300px;min-width:300px;background:var(--color-white);border-right:1px solid var(--color-card-border);display:flex;flex-direction:column;padding:0;position:fixed;top:0;left:0;height:100vh;overflow-y:auto;z-index:100}.sg-sidebar-logo{padding:18px 28px 10px}.sg-sidebar-logo img{height:36px;width:auto}.sg-sidebar-nav{padding:16px;display:flex;flex-direction:column;gap:4px}.sg-sidebar-item{display:flex;flex-direction:column}.sg-sidebar-link{display:flex;align-items:center;height:56px;gap:16px;padding:12px 16px;border-radius:10px;border:1px solid #042323;font-family:Poppins,sans-serif;font-size:16px;font-weight:500;color:#042323;background:transparent;cursor:pointer;transition:background-color .25s cubic-bezier(.22,1,.36,1),transform .2s cubic-bezier(.22,1,.36,1),border-color .25s ease;text-decoration:none;width:100%;text-align:left;margin-bottom:8px}@media(hover:hover)and (pointer:fine){.sg-sidebar-link:hover{background:#f8dc4a;transform:translate(3px)}}.sg-sidebar-link.active{background:#f8dc4a;color:#042323}.sg-sidebar-link:active{transform:translate(3px) scale(.98)}.sg-sidebar-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0}.sg-sidebar-icon-img{width:100%;height:100%;object-fit:contain}.sg-sidebar-label{flex:1}.sg-sidebar-chevron{font-size:.75rem;transition:transform var(--transition-fast);color:inherit}.sg-sidebar-chevron.open{transform:rotate(180deg)}.sg-sidebar-submenu{display:flex;flex-direction:column;gap:2px;margin-top:0;margin-bottom:0;border-radius:10px;border:1px solid transparent;padding:0 20px;max-height:0;opacity:0;overflow:hidden;transition:max-height .3s cubic-bezier(.22,1,.36,1),opacity .22s ease,padding .3s ease,margin .3s ease,border-color .3s ease}.sg-sidebar-submenu.open{margin-top:2px;margin-bottom:12px;border-color:#042323;padding:8px 20px;max-height:320px;opacity:1}.sg-sidebar-sublink{display:flex;align-items:center;gap:12px;padding:10px 16px;font-family:Poppins,sans-serif;font-size:16px;font-weight:500;color:#042323;border-radius:8px;text-decoration:none;transition:background-color .2s ease,transform .2s cubic-bezier(.22,1,.36,1);margin-bottom:4px}.sg-sidebar-sublink:hover{background:#f8dc4a;color:#042323;transform:translate(3px)}.sg-sidebar-sublink.active{background:#f8dc4a;color:#042323;font-weight:600}.sg-sidebar-subicon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;color:inherit;flex-shrink:0}.sg-sidebar-subicon svg{width:100%;height:100%;display:block}.sg-sidebar-sublabel{flex:1}.sg-sidebar-profile{position:relative;margin-top:auto;padding:20px 16px;border-top:1px solid #e5e7eb;background:#fff}.sg-sidebar-profile-card{display:flex;align-items:center;gap:12px;width:100%;padding:12px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;box-shadow:0 2px 4px #00000005;cursor:pointer;text-align:left;font:inherit;color:inherit;transition:border-color .15s ease}.sg-sidebar-profile-card:hover{border-color:#f8dc4a}.sg-sidebar-profile .sg-sidebar-profile-dropdown{top:auto;bottom:calc(100% + 8px);left:16px;right:16px;transform-origin:bottom center;transform:translateY(8px) scale(.97)}.sg-sidebar-profile .sg-sidebar-profile-dropdown.open{transform:translateY(0) scale(1)}.sg-sidebar-profile-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.sg-default-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0}.sg-sidebar-profile-info{display:flex;flex-direction:column}.sg-sidebar-profile-name{font-family:Poppins,sans-serif;font-size:14px;font-weight:700;color:#111827;line-height:1.2}.sg-sidebar-profile-email{font-family:Poppins,sans-serif;font-size:11px;font-weight:500;color:#6b7280;line-height:1.2;margin-top:2px}.sg-dashboard-main{flex:1;margin-left:300px;display:flex;flex-direction:column;min-height:100vh}.sg-dashboard-navbar{position:sticky;top:0;z-index:50;background:var(--color-bg);border-bottom:1px solid var(--color-card-border);transition:box-shadow var(--transition-normal)}.sg-dashboard-navbar.scrolled{box-shadow:var(--shadow-sm);background:#fefcf7f7;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.sg-dashboard-navbar-inner{display:flex;align-items:center;justify-content:space-between;padding:0 32px;height:60px}.sg-dashboard-nav-links{position:static!important;transform:none!important;flex-direction:row!important;padding:0!important;box-shadow:none!important;background:transparent!important;gap:4px!important}.sg-dashboard-nav-right{display:flex;align-items:center;gap:16px}.sg-dashboard-nav-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#042323;background:transparent;border:none;cursor:pointer;transition:all var(--transition-fast)}.sg-dashboard-nav-icon:hover{background:var(--color-bg-warm)}.sg-dashboard-avatar-btn{background:none;border:none;cursor:pointer;padding:0}.sg-dashboard-avatar-circle{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#e0ddd5,#c4c0b6);display:flex;align-items:center;justify-content:center;color:#6b6560;transition:all var(--transition-fast)}.sg-dashboard-avatar-btn:hover .sg-dashboard-avatar-circle{box-shadow:0 0 0 3px #d4a8434d}.sg-dash-header-dropdown{position:absolute;top:calc(100% + 10px);right:0;min-width:240px;background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 12px 40px #0423231f,0 2px 8px #0423230a;padding:8px;z-index:60;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px) scale(.97);transform-origin:top right;transition:opacity .2s cubic-bezier(.22,1,.36,1),transform .2s cubic-bezier(.22,1,.36,1),visibility .2s}.sg-dash-header-dropdown.open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}.sg-dash-header-dropdown-user{display:flex;align-items:center;gap:12px;padding:10px 12px}.sg-dash-header-dropdown-avatar{width:38px;height:38px;border-radius:50%;object-fit:cover;border:2px solid #F8DC4A;flex-shrink:0}.sg-dash-header-dropdown-info{display:flex;flex-direction:column;min-width:0}.sg-dash-header-dropdown-name{font-family:Poppins,sans-serif;font-size:14px;font-weight:700;color:#042323;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sg-dash-header-dropdown-email{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#6b7280;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sg-dash-header-dropdown-divider{height:1px;background:#e5e7eb;margin:4px 8px}.sg-dash-header-dropdown-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 14px;background:none;border:none;border-radius:8px;cursor:pointer;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;color:#042323;transition:all .15s ease;text-align:left;text-decoration:none}.sg-dash-header-dropdown-item:hover{background:#f8f8f6}.sg-dash-header-dropdown-item svg{color:#6b7280;flex-shrink:0}.sg-dash-header-dropdown-logout{color:#dc2626}.sg-dash-header-dropdown-logout svg{color:#dc2626}.sg-dash-header-dropdown-logout:hover{background:#fef2f2}.sg-dashboard-content{flex:1;padding:32px 40px;background:linear-gradient(180deg,var(--color-bg) 0%,#FFF5E8 100%);min-height:100vh}.sg-page-header{display:flex;align-items:center;gap:12px;margin-bottom:28px}.sg-page-title{font-family:Poppins,Merriweather,serif;font-size:40px;font-weight:500;color:#042323}.sg-page-title-icon{font-size:28px}.sg-game-banner{background:linear-gradient(135deg,#e8f4ec,#d4ecd9 40%,#8bc89b);border-radius:12px;display:flex;align-items:center;gap:40px;margin-bottom:36px;position:relative;overflow:hidden;min-height:180px}.sg-game-banner:after{content:"";position:absolute;bottom:-20px;left:0;right:0;height:60px;background:var(--color-bg);border-radius:100% 100% 0 0}.sg-game-banner-illustration{flex-shrink:0;position:relative;z-index:1}.sg-game-banner-bear{display:flex;align-items:center;justify-content:center}.sg-game-banner-text{position:relative;z-index:1}.sg-game-banner-text h2{font-family:Merriweather,serif;font-size:24px;font-weight:700;color:#042323;margin-bottom:8px;line-height:1.3}.sg-game-banner-text p{font-family:var(--font-body);font-size:1rem;color:var(--color-text-light);line-height:1.5}.sg-game-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.sg-game-card{background:var(--color-white);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm);transition:all var(--transition-normal);border:1px solid transparent}.sg-game-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--color-card-border)}.sg-game-card-image{width:100%;height:180px;overflow:hidden}.sg-game-card-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#99cce6,#79d2b5,#e8c47d 60%,#e699a6);background-size:200% 200%;animation:gradientShift 8s ease infinite}.sg-game-card:nth-child(2) .sg-game-card-placeholder{background:linear-gradient(135deg,#b28cd9,#c982c9,#d98ca6 60%,#e6b399);background-size:200% 200%;animation:gradientShift 8s ease infinite;animation-delay:-2s}.sg-game-card:nth-child(3) .sg-game-card-placeholder{background:linear-gradient(135deg,#3c9,#6cc,#70b8db 60%,#8c8cd9);background-size:200% 200%;animation:gradientShift 8s ease infinite;animation-delay:-4s}.sg-game-card:nth-child(4) .sg-game-card-placeholder{background:linear-gradient(135deg,#e8b37d,#dbc970,#ac6 60%,#82c982);background-size:200% 200%;animation:gradientShift 8s ease infinite;animation-delay:-6s}.sg-game-card:nth-child(5) .sg-game-card-placeholder{background:linear-gradient(135deg,#d98c99,#e6a699,#e8b37d 60%,#dbc970);background-size:200% 200%;animation:gradientShift 8s ease infinite;animation-delay:-3s}.sg-game-card:nth-child(6) .sg-game-card-placeholder{background:linear-gradient(135deg,#7094db,#a68cd9,#be82c9 60%,#d98cbf);background-size:200% 200%;animation:gradientShift 8s ease infinite;animation-delay:-5s}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.sg-game-card-body{padding:20px}.sg-game-card-title{font-family:Merriweather,serif;font-size:16px;font-weight:700;color:#042323;margin-bottom:8px}.sg-game-card-desc{font-family:Poppins,sans-serif;font-size:16px;color:#042323;line-height:1.5;margin-bottom:16px}.sg-game-play-btn{width:100%;padding:10px;font-family:var(--font-body);font-size:.938rem;font-weight:600;color:#1c77c3;background:transparent;border:2px solid #1C77C3;border-radius:12px;cursor:pointer;transition:all var(--transition-normal);box-shadow:0 4px 12px #1b3a2d33}.sg-game-play-btn:hover{background:#1c77c3;color:var(--color-white);transform:translateY(-1px)}.ph-page-header{justify-content:center;text-align:center;margin-bottom:4px}.ph-card-heading{font-family:Merriweather,serif;font-size:24px;font-weight:700;color:#042323}.ph-top-row{display:grid;grid-template-columns:2fr 1fr;gap:20px;margin-bottom:6px}.ph-game-library-card{position:relative;background-size:cover;background-position:center top;border-radius:var(--radius-md);overflow:hidden;height:320px;padding:24px;display:flex;flex-direction:column;align-items:center;text-align:center}.ph-explore-btn{display:inline-flex;margin-top:12px;padding:6px 18px!important;font-size:.85rem!important}.ph-promo-card{height:320px;background:var(--color-white);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm);display:flex;flex-direction:column}.ph-promo-image-wrap{position:relative;height:160px;flex-shrink:0}.ph-promo-image{width:100%;height:100%;object-fit:cover;display:block}.ph-promo-overlay{position:absolute;bottom:10px;left:10px;right:10px;display:flex;align-items:center;justify-content:space-between}.ph-promo-chip{font-family:Poppins,sans-serif;font-size:11px;font-weight:600;color:#042323;background:#ffffffe6;border-radius:6px;padding:4px 8px}.ph-promo-start-btn{font-family:Poppins,sans-serif;font-size:13px;font-weight:700;color:#042323;background:#fdde55;border:2px solid #042323;border-radius:8px;padding:6px 16px;cursor:pointer;transition:transform var(--transition-fast)}.ph-promo-start-btn:hover{transform:scale(1.05)}.ph-promo-body{padding:16px 18px;flex:1;min-height:0;display:flex;flex-direction:column}.ph-promo-body .sg-game-play-btn{padding:8px;font-size:.85rem}.ph-promo-title{font-family:Merriweather,serif;font-size:16px;font-weight:700;color:#042323;margin-bottom:6px}.ph-promo-desc{font-family:Poppins,sans-serif;font-size:13px;color:#6b7280;line-height:1.45;margin-bottom:10px;flex:1;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.ph-resources-section{position:relative;height:320px;background-size:cover;background-position:center bottom;border-radius:var(--radius-md);overflow:hidden;padding:20px 24px;display:grid;grid-template-columns:1fr 1fr;gap:20px}.ph-resource-grid{align-self:center;display:grid;grid-template-columns:1fr 1fr;gap:12px}.ph-resource-card{display:flex;align-items:center;gap:12px;background:#fffbf3;border:2px solid #E8A48C;border-radius:16px;padding:12px 14px;text-decoration:none;transition:all var(--transition-fast)}.ph-resource-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm)}.ph-resource-icon{width:56px;height:56px;object-fit:contain;flex-shrink:0}.ph-resource-label{font-family:Merriweather,serif;font-size:17px;font-weight:700;color:#042323;line-height:1.25}.ph-resources-decor{position:relative;height:100%;text-align:center;padding-top:8px}.ph-resources-mascot{position:absolute;right:-20px;bottom:-20px;width:340px;max-width:85%;height:auto}@media(max-width:900px){.ph-top-row,.ph-resources-section{grid-template-columns:1fr}.ph-resources-decor{display:none}}@media(max-width:640px){.ph-resource-grid{grid-template-columns:1fr}}@media(max-width:1024px){.sg-game-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.sg-sidebar{width:60px;min-width:60px}.sg-sidebar-logo{padding:16px 12px;text-align:center}.sg-sidebar-logo img{height:28px}.sg-sidebar-label,.sg-sidebar-chevron{display:none}.sg-sidebar-link{justify-content:center;padding:12px}.sg-sidebar-submenu{padding-left:0;align-items:center}.sg-dashboard-main{margin-left:60px}.sg-dashboard-content{padding:24px 20px}.sg-game-banner{flex-direction:column;padding:28px 24px;gap:20px;text-align:center}}@media(max-width:520px){.sg-game-grid{grid-template-columns:1fr}.sg-game-banner-text h2{font-size:20px}}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ml-0{margin-left:0!important}.ml-1{margin-left:.25rem!important}.ml-2{margin-left:.5rem!important}.ml-3{margin-left:1rem!important}.ml-4{margin-left:1.5rem!important}.ml-5{margin-left:3rem!important}.ml-auto{margin-left:auto!important}.mr-0{margin-right:0!important}.mr-1{margin-right:.25rem!important}.mr-2{margin-right:.5rem!important}.mr-3{margin-right:1rem!important}.mr-4{margin-right:1.5rem!important}.mr-5{margin-right:3rem!important}.mr-auto{margin-right:auto!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-3{margin-left:1rem!important;margin-right:1rem!important}.mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-5{margin-left:3rem!important;margin-right:3rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.pl-0{padding-left:0!important}.pl-1{padding-left:.25rem!important}.pl-2{padding-left:.5rem!important}.pl-3{padding-left:1rem!important}.pl-4{padding-left:1.5rem!important}.pl-5{padding-left:3rem!important}.pr-0{padding-right:0!important}.pr-1{padding-right:.25rem!important}.pr-2{padding-right:.5rem!important}.pr-3{padding-right:1rem!important}.pr-4{padding-right:1.5rem!important}.pr-5{padding-right:3rem!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-3{padding-left:1rem!important;padding-right:1rem!important}.px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-5{padding-left:3rem!important;padding-right:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}@media(min-width:576px){.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.ml-sm-0{margin-left:0!important}.ml-sm-1{margin-left:.25rem!important}.ml-sm-2{margin-left:.5rem!important}.ml-sm-3{margin-left:1rem!important}.ml-sm-4{margin-left:1.5rem!important}.ml-sm-5{margin-left:3rem!important}.mr-sm-0{margin-right:0!important}.mr-sm-1{margin-right:.25rem!important}.mr-sm-2{margin-right:.5rem!important}.mr-sm-3{margin-right:1rem!important}.mr-sm-4{margin-right:1.5rem!important}.mr-sm-5{margin-right:3rem!important}.mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.pl-sm-0{padding-left:0!important}.pl-sm-1{padding-left:.25rem!important}.pl-sm-2{padding-left:.5rem!important}.pl-sm-3{padding-left:1rem!important}.pl-sm-4{padding-left:1.5rem!important}.pl-sm-5{padding-left:3rem!important}.pr-sm-0{padding-right:0!important}.pr-sm-1{padding-right:.25rem!important}.pr-sm-2{padding-right:.5rem!important}.pr-sm-3{padding-right:1rem!important}.pr-sm-4{padding-right:1.5rem!important}.pr-sm-5{padding-right:3rem!important}.px-sm-0{padding-left:0!important;padding-right:0!important}.px-sm-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-sm-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-sm-3{padding-left:1rem!important;padding-right:1rem!important}.px-sm-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-sm-5{padding-left:3rem!important;padding-right:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}}@media(min-width:768px){.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.ml-md-0{margin-left:0!important}.ml-md-1{margin-left:.25rem!important}.ml-md-2{margin-left:.5rem!important}.ml-md-3{margin-left:1rem!important}.ml-md-4{margin-left:1.5rem!important}.ml-md-5{margin-left:3rem!important}.mr-md-0{margin-right:0!important}.mr-md-1{margin-right:.25rem!important}.mr-md-2{margin-right:.5rem!important}.mr-md-3{margin-right:1rem!important}.mr-md-4{margin-right:1.5rem!important}.mr-md-5{margin-right:3rem!important}.mx-md-auto{margin-left:auto!important;margin-right:auto!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.pl-md-0{padding-left:0!important}.pl-md-1{padding-left:.25rem!important}.pl-md-2{padding-left:.5rem!important}.pl-md-3{padding-left:1rem!important}.pl-md-4{padding-left:1.5rem!important}.pl-md-5{padding-left:3rem!important}.pr-md-0{padding-right:0!important}.pr-md-1{padding-right:.25rem!important}.pr-md-2{padding-right:.5rem!important}.pr-md-3{padding-right:1rem!important}.pr-md-4{padding-right:1.5rem!important}.pr-md-5{padding-right:3rem!important}.px-md-0{padding-left:0!important;padding-right:0!important}.px-md-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-md-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-md-3{padding-left:1rem!important;padding-right:1rem!important}.px-md-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-md-5{padding-left:3rem!important;padding-right:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}}@media(min-width:992px){.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.ml-lg-0{margin-left:0!important}.ml-lg-1{margin-left:.25rem!important}.ml-lg-2{margin-left:.5rem!important}.ml-lg-3{margin-left:1rem!important}.ml-lg-4{margin-left:1.5rem!important}.ml-lg-5{margin-left:3rem!important}.mr-lg-0{margin-right:0!important}.mr-lg-1{margin-right:.25rem!important}.mr-lg-2{margin-right:.5rem!important}.mr-lg-3{margin-right:1rem!important}.mr-lg-4{margin-right:1.5rem!important}.mr-lg-5{margin-right:3rem!important}.mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.pl-lg-0{padding-left:0!important}.pl-lg-1{padding-left:.25rem!important}.pl-lg-2{padding-left:.5rem!important}.pl-lg-3{padding-left:1rem!important}.pl-lg-4{padding-left:1.5rem!important}.pl-lg-5{padding-left:3rem!important}.pr-lg-0{padding-right:0!important}.pr-lg-1{padding-right:.25rem!important}.pr-lg-2{padding-right:.5rem!important}.pr-lg-3{padding-right:1rem!important}.pr-lg-4{padding-right:1.5rem!important}.pr-lg-5{padding-right:3rem!important}.px-lg-0{padding-left:0!important;padding-right:0!important}.px-lg-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-lg-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-lg-3{padding-left:1rem!important;padding-right:1rem!important}.px-lg-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-lg-5{padding-left:3rem!important;padding-right:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}}.sg-breadcrumb{display:flex;align-items:center;gap:8px;font-family:Poppins,sans-serif;font-size:14px;color:#6b7280}.sg-breadcrumb-link{color:#042323;text-decoration:underline}.sg-breadcrumb-link.clickable{cursor:pointer}.sg-breadcrumb-link.clickable:hover{color:#1a73e8}.sg-breadcrumb-sep{color:#9ca3af;font-weight:600}.sg-breadcrumb-current{color:#6b7280;font-weight:500}.purchasing-wallet-layout{display:flex;flex-direction:column;gap:20px;width:100%}.sg-wallet-breadcrumb{display:flex;align-items:center;gap:8px;font-family:Poppins,sans-serif;font-size:16px;font-weight:500;color:#6b7280;margin-bottom:8px}.sg-wallet-breadcrumb .sg-breadcrumb-link{color:#4b5563;font-weight:500;text-decoration:none}.sg-wallet-breadcrumb .sg-breadcrumb-sep{color:#9ca3af}.sg-wallet-breadcrumb .sg-breadcrumb-current{color:#111827;font-weight:500}.sg-wallet-heading{font-family:Poppins,sans-serif;font-size:26px;font-weight:700;color:#111827;text-align:center;margin-top:10px;margin-bottom:20px}.purchasing-wallet-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:900px;margin:0 auto;width:100%;padding:0 16px;align-items:center;justify-items:center}@media(max-width:768px){.purchasing-wallet-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:480px){.purchasing-wallet-grid{grid-template-columns:1fr;gap:16px}}.purchasing-grid-item{display:flex;align-items:center;justify-content:center;cursor:grab;transition:transform .2s ease,filter .2s ease;width:100%;max-width:240px}.purchasing-grid-item:hover{transform:scale(1.06);filter:drop-shadow(0 6px 12px rgba(0,0,0,.12))}.purchasing-grid-item:active{cursor:grabbing;transform:scale(.98)}.purchasing-grid-img{width:100%;height:auto;object-fit:contain;max-height:98px}.purchasing-wallet-bottom-panel{background:#fdf0d5;border-radius:16px;padding:20px 28px;display:grid;grid-template-columns:220px 1fr;gap:24px;align-items:center;width:100%;box-shadow:0 4px 20px #0000000d;margin-top:16px;transition:background-color .25s ease,border-color .25s ease;border:2px dashed transparent}.purchasing-wallet-bottom-panel.drag-active{background-color:#fee2b3;border-color:#f59e0b}@media(max-width:768px){.purchasing-wallet-bottom-panel{grid-template-columns:1fr;gap:24px;padding:20px}}.purchasing-wallet-status{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%}.purchasing-wallet-cartoon-img{width:auto;height:135px;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.12))}.purchasing-wallet-total-pill{background:#fff;border:2px solid #000000;border-radius:30px;padding:6px 28px;font-family:Poppins,sans-serif;font-size:20px;font-weight:700;color:#000;text-align:center;min-width:140px;box-shadow:0 4px 8px #0000000d}.purchasing-wallet-items-area{display:flex;flex-direction:column;gap:12px;width:100%;height:100%}.purchasing-wallet-selected-list{background:#ffffff8c;border:1px dashed rgba(0,0,0,.15);border-radius:12px;padding:12px 20px;height:155px;overflow-y:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:12px;justify-items:center;align-items:center;width:100%;position:relative}.purchasing-wallet-selected-list::-webkit-scrollbar{width:8px}.purchasing-wallet-selected-list::-webkit-scrollbar-track{background:transparent}.purchasing-wallet-selected-list::-webkit-scrollbar-thumb{background:#0003;border-radius:4px}.purchasing-wallet-selected-list::-webkit-scrollbar-thumb:hover{background:#00000059}.purchasing-wallet-empty-placeholder{grid-column:span 3;display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#7f8c8d;font-family:Poppins,sans-serif;font-size:16px;text-align:center}.purchasing-wallet-selected-item{display:flex;align-items:center;justify-content:center;width:100%}.purchasing-wallet-selected-wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:fit-content;max-width:100%;transition:transform .2s ease}.purchasing-wallet-selected-wrapper img{height:auto;object-fit:contain;border-radius:4px;box-shadow:0 2px 6px #00000026}.purchasing-wallet-selected-wrapper.is-bill img{max-height:56px;width:100%}.purchasing-wallet-selected-wrapper.is-coin img{max-height:64px;width:auto}.purchasing-wallet-selected-wrapper:hover{transform:scale(1.05)}.purchasing-wallet-selected-remove{position:absolute;top:-6px;right:-6px;width:20px;height:20px;border-radius:50%;background:#ef4444;color:#fff;border:2px solid #ffffff;font-size:10px;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #00000026;transition:transform .15s ease,background-color .15s ease}.purchasing-wallet-selected-remove:hover{transform:scale(1.2);background-color:#dc2626}.purchasing-wallet-next-btn{align-self:flex-end;background:#1d70b8;color:#fff;border:none;border-radius:8px;padding:12px 40px;font-family:Poppins,sans-serif;font-size:18px;font-weight:600;cursor:pointer;box-shadow:0 4px 6px #1d70b833;transition:background-color .15s ease,transform .15s ease}.purchasing-wallet-next-btn:hover:not(:disabled){background-color:#005a9c}.purchasing-wallet-next-btn:active:not(:disabled){transform:scale(.97)}.purchasing-wallet-next-btn:disabled{opacity:.55;cursor:not-allowed;background-color:#6b7280;box-shadow:none}.purchasing-scale-section{margin-bottom:28px}.purchasing-scale-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:48px}.purchasing-scale-side{text-align:center;display:flex;flex-direction:column;align-items:center;gap:6px}.purchasing-scale-label{font-family:Poppins,sans-serif;font-size:14px;font-weight:500;color:#6b7280}.purchasing-scale-amount-badge{background:#fff;border:1px solid #d1d5db;border-radius:24px;padding:6px 24px;font-family:Poppins,sans-serif;font-size:18px;font-weight:600;color:#042323;box-shadow:0 2px 6px #0000000f}.purchasing-canbuy-indicator{display:flex;flex-direction:column;align-items:center;gap:4px;padding:16px 32px;border-radius:12px;border:2px solid}.purchasing-canbuy-indicator.can{background:#dcfce7;border-color:#22c55e}.purchasing-canbuy-indicator.cannot{background:#fef2f2;border-color:#ef4444}.purchasing-canbuy-icon{font-size:28px}.purchasing-canbuy-text{font-family:Poppins,sans-serif;font-size:20px;font-weight:700}.purchasing-canbuy-indicator.can .purchasing-canbuy-text{color:#16a34a}.purchasing-canbuy-indicator.cannot .purchasing-canbuy-text{color:#dc2626}.purchasing-scale-visual{position:relative;display:flex;align-items:center;justify-content:center;height:160px;margin:20px 40px 0}.purchasing-scale-img-left,.purchasing-scale-img-right{width:80px;height:80px;position:absolute;bottom:12px;z-index:2;transition:transform .8s cubic-bezier(.175,.885,.32,1.15)}.purchasing-scale-img-left{left:0;transform-origin:bottom center}.purchasing-scale-img-right{right:0;transform-origin:bottom center}.purchasing-scale-img-left img,.purchasing-scale-img-right img{width:100%;height:100%;object-fit:contain}.purchasing-scale-bar{width:100%;height:12px;background:linear-gradient(to right,#c0392b,#e67e22);border-radius:6px;transition:transform .8s cubic-bezier(.175,.885,.32,1.15);transform-origin:center center;z-index:1;position:relative}.purchasing-scale-pivot{position:absolute;top:calc(50% + 6px);left:50%;transform:translate(-50%);width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent;border-bottom:24px solid #5c3a21;z-index:3}.purchasing-buying-columns{display:grid;grid-template-columns:1fr 1fr;gap:24px;width:100%}@media(max-width:768px){.purchasing-buying-columns{grid-template-columns:1fr}}.purchasing-buying-column-group{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%}.purchasing-panel{border-radius:16px;padding:24px;display:flex;flex-direction:column;align-items:center;min-height:300px;width:100%;box-sizing:border-box}.purchasing-panel-items{background:#dbeafe}.purchasing-panel-wallet{background:#fef3cd}.purchasing-action-outside-btn{width:100%;max-width:240px;padding:12px 24px;border-radius:8px;font-family:Poppins,sans-serif;font-size:16px;font-weight:700;cursor:pointer;transition:all .15s ease;text-align:center;box-sizing:border-box}.purchasing-action-outside-btn.filled{background:#1d70b8;color:#fff;border:none;box-shadow:0 4px 6px #1d70b833}.purchasing-action-outside-btn.filled:hover{background:#005a9c}.purchasing-action-outside-btn.filled:active{transform:scale(.97)}.purchasing-action-outside-btn.outlined{background:#fff;color:#1d70b8;border:2px solid #1d70b8}.purchasing-action-outside-btn.outlined:hover{background:#f0f7ff}.purchasing-action-outside-btn.outlined:active{transform:scale(.97)}.purchasing-panel-total-badge{background:#fff;border:1px solid #d1d5db;border-radius:24px;padding:6px 28px;font-family:Poppins,sans-serif;font-size:18px;font-weight:600;color:#042323;margin-bottom:16px}.purchasing-panel-items-list{flex:1;width:100%;display:flex;flex-wrap:wrap;gap:12px;align-content:flex-start;overflow-y:auto;max-height:260px;padding:12px;box-sizing:border-box;margin-bottom:16px}.purchasing-empty-text{font-family:Poppins,sans-serif;font-size:14px;color:#9ca3af;margin:auto;text-align:center}.purchasing-cart-item{background:#cbd5e1;border-radius:12px;padding:16px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;min-width:110px;text-align:center;box-shadow:0 2px 4px #0000000d;margin-bottom:8px}.purchasing-cart-item-info{display:flex;flex-direction:column;align-items:center;gap:4px;font-family:Poppins,sans-serif;color:#1e293b}.purchasing-cart-item-info strong{font-size:15px;font-weight:700}.purchasing-cart-item-info span{font-size:14px;font-weight:500;color:#475569}.purchasing-cart-item-remove{width:24px;height:24px;border-radius:50%;background:#ef4444;color:#fff;border:2px solid #fff;font-size:14px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;position:absolute;top:-8px;right:-8px;transition:transform .15s}.purchasing-panel-action-btn{padding:10px 28px;border-radius:8px;font-family:Poppins,sans-serif;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;margin-top:auto}.purchasing-panel-action-btn.filled{background:#2563eb;color:#fff;border:none}.purchasing-panel-action-btn.filled:hover{background:#1d4ed8}.purchasing-panel-action-btn.outlined{background:transparent;color:#2563eb;border:2px solid #2563eb}.purchasing-panel-action-btn.outlined:hover{background:#eff6ff}.purchasing-panel-wallet-bills{flex:1;width:100%;display:flex;flex-wrap:wrap;gap:10px;justify-content:center;align-content:flex-start;overflow-y:auto;max-height:260px;padding-right:4px;margin-bottom:16px}.purchasing-panel-bill{width:calc(50% - 5px);max-width:160px}.purchasing-panel-bill img{width:100%;height:auto;border-radius:4px;box-shadow:0 1px 4px #0000001a}.purchasing-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000}.purchasing-modal{background:#fff;border-radius:24px;padding:32px;width:90%;max-width:440px;position:relative;display:flex;flex-direction:column;align-items:center;gap:16px;box-shadow:0 12px 40px #0003}.purchasing-modal-close{position:absolute;top:24px;right:24px;background:none;border:none;font-size:26px;cursor:pointer;color:#000;font-weight:700;display:flex;align-items:center;justify-content:center;transition:transform .15s}.purchasing-modal-close:hover{transform:scale(1.15)}.purchasing-modal-title{font-family:Poppins,sans-serif;font-size:26px;font-weight:700;color:#000;text-align:center;margin-top:8px}.purchasing-modal-item-name{font-family:Poppins,sans-serif;font-size:16px;color:#4b5563;margin-top:-8px;font-weight:500}.purchasing-modal-yellow-card{background:#fff3cd;border:3px solid #f59e0b;border-radius:20px;padding:24px;width:100%;display:flex;flex-direction:column;align-items:center;gap:16px;box-sizing:border-box}.purchasing-modal-yellow-title{font-family:Poppins,sans-serif;font-size:18px;font-weight:700;color:#000;margin:0}.purchasing-modal-price-pill{position:relative;background:#fff;border:1.5px solid #000000;border-radius:30px;padding:12px 24px;width:100%;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.purchasing-modal-price-toast{position:absolute;top:-8px;left:50%;margin-left:26px;font-family:Poppins,sans-serif;font-size:15px;font-weight:700;background:transparent;white-space:nowrap;pointer-events:none;animation:purchasing-toast-fade 1.2s ease forwards}.purchasing-modal-price-toast.is-plus{color:#10b981}.purchasing-modal-price-toast.is-minus{color:#ef4444}@keyframes purchasing-toast-fade{0%{opacity:0;transform:translateY(0)}15%{opacity:1;transform:translateY(-6px)}80%{opacity:1;transform:translateY(-18px)}to{opacity:0;transform:translateY(-26px)}}.purchasing-modal-price-val{display:inline-flex;align-items:center;font-family:Poppins,sans-serif;font-size:24px;font-weight:700;color:#000}.purchasing-modal-price-input{font-family:Poppins,sans-serif;font-size:24px;font-weight:700;color:#000;text-align:center;border:none;background:transparent;outline:none;width:6ch;padding:0;cursor:text}.purchasing-modal-price-input::-webkit-outer-spin-button,.purchasing-modal-price-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.purchasing-modal-price-input[type=number]{-moz-appearance:textfield}.purchasing-modal-price-input:focus{color:#1d70b8}.purchasing-modal-denom-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;width:100%;margin-top:8px}.purchasing-modal-denom-btn{background:#fff;border:1.5px solid #d1d5db;border-radius:12px;padding:10px 4px;font-family:Poppins,sans-serif;font-size:16px;font-weight:700;color:#000;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:4px;transition:border-color .15s,box-shadow .15s}.purchasing-modal-denom-btn .denom-symbol{color:#10b981}.purchasing-modal-denom-btn.is-active{border-color:#3b82f6;box-shadow:0 0 0 1.5px #3b82f6}.purchasing-modal-denom-btn:hover{border-color:#9ca3af}.purchasing-modal-adjust-buttons{display:grid;grid-template-columns:1fr 1fr;gap:16px;width:100%;margin-top:8px}.purchasing-modal-adjust-btn{height:54px;border:none;border-radius:12px;font-size:32px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .1s ease,filter .15s ease}.purchasing-modal-adjust-btn:active{transform:scale(.96)}.purchasing-modal-adjust-btn.is-minus{background:#c57171;color:#000}.purchasing-modal-adjust-btn.is-plus{background:#86c5ab;color:#000}.purchasing-modal-adjust-btn:hover{filter:brightness(.95)}.purchasing-modal-submit-btn{width:100%;padding:14px;background:#1d70b8;color:#fff;border:none;border-radius:8px;font-family:Poppins,sans-serif;font-size:18px;font-weight:600;cursor:pointer;transition:background-color .15s ease,transform .15s ease;box-shadow:0 4px 6px #1d70b833}.purchasing-modal-submit-btn:hover:not(:disabled){background-color:#005a9c}.purchasing-modal-submit-btn:active:not(:disabled){transform:scale(.98)}.purchasing-modal-submit-btn:disabled{opacity:.55;cursor:not-allowed;background-color:#6b7280;box-shadow:none}.purchasing-modal-qty-price-pill{background:#fff;border:2px solid #000000;border-radius:30px;padding:12px 12px 12px 28px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;box-sizing:border-box;font-family:Poppins,sans-serif;font-size:24px;font-weight:700;color:#000}.purchasing-modal-price-edit-btn{width:40px;height:40px;flex-shrink:0;border-radius:50%;border:none;background:#e08535;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .15s ease,filter .15s ease}.purchasing-modal-price-edit-btn:hover{filter:brightness(1.05)}.purchasing-modal-price-edit-btn:active{transform:scale(.94)}.purchasing-modal-qty-counter{display:flex;align-items:center;justify-content:center;gap:24px;width:100%;margin-top:4px}.purchasing-modal-qty-counter .purchasing-modal-adjust-btn{width:70px}.purchasing-modal-qty-value{font-family:Poppins,sans-serif;font-size:56px;font-weight:700;color:#000;min-width:56px;text-align:center;line-height:1}.purchasing-modal-add-btn{width:100%;padding:14px;background:#1d70b8;color:#fff;border:none;border-radius:14px;font-family:Poppins,sans-serif;font-size:18px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:background-color .15s ease,transform .15s ease;box-shadow:0 6px 16px #1d70b840}.purchasing-modal-add-btn:hover:not(:disabled){background-color:#005a9c}.purchasing-modal-add-btn:active:not(:disabled){transform:scale(.98)}.purchasing-modal-add-btn:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}@media(max-width:900px){.purchasing-wallet-layout{grid-template-columns:1fr}.purchasing-denom-list{flex-direction:row;flex-wrap:wrap;justify-content:center;max-height:none;padding-right:0}.purchasing-denom-card{width:calc(50% - 6px);min-width:140px}.purchasing-buying-panels{grid-template-columns:1fr}.purchasing-scale-visual{margin:0 16px}}@media(max-width:600px){.purchasing-denom-card{width:100%}.purchasing-wallet-preview{padding:20px}.purchasing-wallet-bill{width:calc(50% - 8px)}.purchasing-scale-header{flex-direction:column;align-items:center;gap:12px}.purchasing-modal{padding:24px 20px}.purchasing-panel{padding:16px}}.time-page-container{padding-bottom:40px;width:100%}.time-mobile-page-title{display:none}.time-options-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;width:100%;margin-top:16px}.time-option-card{background:#fff;border:1.5px solid #ffe4e6;border-radius:16px;padding:32px 24px;display:flex;flex-direction:row;align-items:center;gap:20px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;cursor:pointer;box-shadow:0 4px 10px #00000005;min-height:280px}.time-option-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000000f;border-color:#fca5a5;background:#fffdfa}.time-option-img-wrapper{width:260px;height:260px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.time-option-img-wrapper img{max-width:100%;max-height:100%;object-fit:contain;transform:scale(1.35)}.time-option-info{display:flex;flex-direction:column;gap:12px;align-items:flex-start;justify-content:center}.time-option-title{font-family:Poppins,sans-serif;font-size:26px;font-weight:700;color:#111827;text-align:left;margin:0}.time-option-desc{font-family:Poppins,sans-serif;font-size:16px;color:#4b5563;line-height:1.5;text-align:left;margin:0}@media(max-width:768px){.time-page-container{padding:0 0 32px!important;display:flex!important;flex-direction:column!important;align-items:center!important;width:100%!important}.time-page-container .sg-page-header,.time-page-container .sg-breadcrumb{display:none!important}.time-mobile-page-title{display:block!important;font-family:Poppins,sans-serif!important;font-size:22px!important;font-weight:700!important;color:#042323!important;text-align:center!important;margin:6px 0 24px!important;line-height:1.2!important}.time-options-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;column-gap:16px!important;row-gap:20px!important;width:100%!important;max-width:360px!important;margin:0 auto!important}.time-option-card{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;padding:24px 12px 22px!important;gap:12px!important;background:#fff!important;border:none!important;border-radius:28px!important;box-shadow:0 10px 24px #00000014,0 2px 6px #0000000a!important;min-height:200px!important;aspect-ratio:.88/1!important;text-decoration:none!important;transition:transform .18s ease,box-shadow .18s ease!important;box-sizing:border-box!important}.time-option-card:hover{transform:translateY(-3px)!important;box-shadow:0 14px 30px #0000001f!important;background:#fff!important}.time-option-card:active{transform:scale(.97)!important}.time-option-img-wrapper{width:100%!important;height:105px!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important;margin:0!important}.time-option-img-wrapper img{max-width:100%!important;max-height:100%!important;width:auto!important;height:auto!important;object-fit:contain!important}.time-option-info{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;width:100%!important;flex:1!important;gap:0!important}.time-option-title{font-family:Poppins,sans-serif!important;font-size:16px!important;font-weight:700!important;color:#042323!important;text-align:center!important;line-height:1.25!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:center!important;max-width:125px!important;word-wrap:break-word!important}.time-option-desc{display:none!important}}@media(max-width:360px){.time-options-grid{column-gap:12px!important;row-gap:16px!important;max-width:320px!important}.time-option-card{border-radius:24px!important;padding:18px 8px 16px!important;min-height:180px!important}.time-option-img-wrapper{height:90px!important}.time-option-title{font-size:14px!important;max-width:110px!important}}.stopwatch-page-container{display:flex;flex-direction:column;height:calc(100vh - 120px)}.stopwatch-page-container .sg-page-header{display:none}.stopwatch-timer-section{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:-60px}.stopwatch-display{display:flex;flex-direction:column;align-items:center;margin-bottom:40px}.stopwatch-digits{font-family:Poppins,sans-serif;font-size:140px;font-weight:500;line-height:1;color:#b3b3b3;display:flex;align-items:center;letter-spacing:-2px;transition:color .3s}.stopwatch-display.active .stopwatch-digits{color:#333}.stopwatch-colon{margin:-15px 10px 0}.stopwatch-labels{display:flex;justify-content:space-between;width:100%;padding:0 30px;margin-top:10px}.stopwatch-labels span{font-family:Poppins,sans-serif;font-size:24px;font-weight:500;color:#4b5563;flex:1;text-align:center}.stopwatch-controls{display:flex;gap:20px;width:100%;max-width:460px}.stopwatch-btn{flex:1;height:60px;border-radius:8px;font-family:Poppins,sans-serif;font-size:20px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;transition:all .2s}.stopwatch-btn.reset-btn{background:transparent;color:#000;border:1px solid #71717a}.stopwatch-btn.reset-btn:hover{background:#f4f4f5}.stopwatch-btn.start-btn{background:#1976d2;color:#fff;border:none;box-shadow:0 4px 6px -1px #1976d266}.stopwatch-btn.start-btn:hover{background:#1565c0}.stopwatch-btn.stop-btn{background:#e50914;color:#fff;border:none;width:100%;box-shadow:0 4px 6px -1px #e5091466}.stopwatch-btn.stop-btn:hover{background:#b9090b}@media(max-width:768px){.stopwatch-page-container{flex:1;height:auto;min-height:0}.stopwatch-page-container>.sg-page-header,.stopwatch-page-container>.sg-breadcrumb{display:none!important}.stopwatch-timer-section{flex:1;justify-content:flex-start;margin-top:0;padding-top:clamp(105px,17.6vh,148px);width:100%}.stopwatch-display{margin-bottom:32px}.stopwatch-digits{font-size:clamp(54px,17vw,66px);font-weight:500;letter-spacing:-2px}.stopwatch-colon{margin:-7px 1px 0}.stopwatch-labels{width:100%;padding:0 4px;margin-top:6px}.stopwatch-labels span{font-size:16px;font-weight:500;color:#4b4b4b}.stopwatch-controls{flex-direction:column;gap:22px;width:min(100%,338px);max-width:none}.stopwatch-btn{flex:none;width:100%;height:62px;border-radius:11px;font-size:23px;font-weight:600;gap:15px}.stopwatch-btn.start-btn{order:-1;background:#277fc2;box-shadow:0 3px 4px #0000003d}.stopwatch-btn.reset-btn{border:1px solid #111111;box-shadow:0 2px 3px #00000029}.stopwatch-btn.stop-btn{height:62px;border-radius:11px}}.fd-page-container{display:flex;flex-direction:column}.fd-layout{display:flex;flex-direction:column;gap:28px;width:100%}.fd-cards-row{display:flex;gap:24px;width:100%;justify-content:center}@media(max-width:768px){.fd-cards-row{flex-direction:column;align-items:center}}.fd-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 20px #0000000a;padding:32px;display:flex;flex-direction:column;align-items:center;flex:1;max-width:440px;width:100%;box-sizing:border-box}.fd-card-title{font-family:Poppins,sans-serif;font-size:22px;font-weight:700;color:#111827;margin-top:0;margin-bottom:24px}.fd-clock-face{width:180px;height:180px;border-radius:50%;background:#e5e7eb;position:relative;margin-bottom:24px;box-shadow:inset 0 2px 5px #0000000d}.fd-clock-center{position:absolute;top:50%;left:50%;width:8px;height:8px;border-radius:50%;background:#6200ee;transform:translate(-50%,-50%);z-index:10}.fd-clock-hand{position:absolute;bottom:50%;left:50%;transform-origin:bottom center;background:#e05624;border-radius:4px;z-index:5}.fd-clock-hour{width:4px;height:44px;margin-left:-2px}.fd-clock-min{width:2px;height:64px;margin-left:-1px}.fd-clock-num{position:absolute;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;color:#4b5563;width:20px;height:20px;text-align:center;line-height:20px}.num-1{top:12%;right:26%}.num-2{top:26%;right:12%}.num-3{top:calc(50% - 10px);right:6%}.num-4{bottom:26%;right:12%}.num-5{bottom:12%;right:26%}.num-6{bottom:6%;left:calc(50% - 10px)}.num-7{bottom:12%;left:26%}.num-8{bottom:26%;left:12%}.num-9{top:calc(50% - 10px);left:6%}.num-10{top:26%;left:12%}.num-11{top:12%;left:26%}.num-12{top:6%;left:calc(50% - 10px)}.fd-time-display{min-height:40px;margin-bottom:20px;display:flex;align-items:center;justify-content:center}.fd-time-display-wrapper{display:flex;align-items:center;gap:10px;font-family:Poppins,sans-serif;font-size:26px;font-weight:700;color:#111827}.fd-period-icon{font-size:24px}.fd-btn-outline{border:2px solid #1d70b8;color:#1d70b8;background:transparent;padding:10px 24px;border-radius:8px;font-family:Poppins,sans-serif;font-weight:700;font-size:16px;cursor:pointer;transition:all .15s ease;width:100%;max-width:200px;text-align:center;box-shadow:0 2px 4px #1d70b80d}.fd-btn-outline:hover{background:#f0f7ff;border-color:#005a9c;color:#005a9c}.fd-btn-outline:active{transform:scale(.97)}.fd-spent-card{background:#fdf0d5;border:1px solid #f59e0b;border-radius:16px;padding:28px;display:flex;flex-direction:column;align-items:center;gap:16px;max-width:440px;width:100%;margin:12px auto 0;box-shadow:0 4px 15px #f59e0b14;box-sizing:border-box}.fd-spent-title{font-family:Poppins,sans-serif;font-size:20px;font-weight:700;color:#111827;margin:0}.fd-spent-pill{background:#fff;border:1px solid #cbd5e1;border-radius:30px;padding:10px 36px;font-family:Poppins,sans-serif;font-size:24px;font-weight:700;color:#111827;min-width:240px;text-align:center;box-shadow:inset 0 2px 4px #0000000a}.fd-btn-calculate{border:none;background:#1d70b8;color:#fff;padding:12px 32px;border-radius:8px;font-family:Poppins,sans-serif;font-weight:700;font-size:16px;cursor:pointer;transition:all .15s ease;width:100%;max-width:240px;box-shadow:0 4px 6px #1d70b833}.fd-btn-calculate:hover:not(:disabled){background:#005a9c}.fd-btn-calculate:active:not(:disabled){transform:scale(.97)}.fd-btn-calculate:disabled{background:#cbd5e1;color:#94a3b8;cursor:not-allowed;box-shadow:none}.fd-modal-overlay{position:fixed;inset:0;background:#0000;display:flex;align-items:center;justify-content:center;z-index:1000;opacity:0;transition:background-color .65s ease,opacity .65s ease;pointer-events:none}.fd-modal-overlay.is-visible{background:#0006;opacity:1;pointer-events:auto}.fd-modal{background:#fff;border-radius:16px;padding:32px;width:340px;position:relative;display:flex;flex-direction:column;align-items:center;gap:20px;box-shadow:0 10px 30px #00000026;opacity:0;transform:translateY(12px) scale(.98);transition:transform .72s cubic-bezier(.16,1,.3,1),opacity .5s ease}.fd-modal-overlay.is-visible .fd-modal{opacity:1;transform:translateY(0) scale(1)}.fd-modal-close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:24px;cursor:pointer;color:#6b7280}.fd-modal-close:hover{color:#111827}.fd-modal-title{font-family:Poppins,sans-serif;font-size:22px;font-weight:700;margin:0;color:#111827}.fd-modal-header-time{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0 8px;box-sizing:border-box}.fd-modal-time-inputs{display:flex;align-items:center;gap:8px}.fd-modal-time-box{border:none;background:#f3f4f6;border-radius:8px;width:60px;height:60px;font-family:Poppins,sans-serif;font-size:30px;font-weight:700;text-align:center;line-height:60px;cursor:pointer;transition:all .2s;color:#111827;padding:0}.fd-modal-time-box.is-active{background:#ffedd5;color:#ea580c}.fd-modal-time-colon{font-size:32px;font-weight:700;color:#111827}.fd-modal-period-toggle{display:flex;flex-direction:column;border:1px solid #d1d5db;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #00000005}.fd-period-btn{background:#fff;border:none;padding:8px 12px;cursor:pointer;color:#9ca3af;transition:all .15s ease;display:flex;align-items:center;justify-content:center}.fd-period-btn svg{stroke:currentColor}.fd-period-btn.is-active{color:#ea580c;background:#ffedd5}.fd-period-btn:last-child.is-active{color:#4b5563;background:#f3f4f6}.fd-modal-clock-picker{margin:12px 0;display:flex;align-items:center;justify-content:center}.fd-picker-circle{width:200px;height:200px;border-radius:50%;background:#f3f4f6;position:relative;box-shadow:inset 0 2px 5px #0000000d}.fd-picker-center{position:absolute;top:50%;left:50%;width:6px;height:6px;border-radius:50%;background:#ea580c;transform:translate(-50%,-50%);z-index:10}.fd-picker-hand{position:absolute;bottom:50%;left:50%;width:2px;height:50%;transform-origin:bottom center;z-index:5}.fd-picker-hand-line{width:2px;height:38%;background:#ea580c;position:absolute;bottom:0;left:0}.fd-picker-num{position:absolute;transform:translate(-50%,-50%);font-family:Poppins,sans-serif;font-size:14px;font-weight:500;color:#4b5563;width:28px;height:28px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;border-radius:50%;transition:all .15s ease}.fd-picker-num:hover{background:#ea580c1a;color:#ea580c}.fd-picker-num.is-selected{background:#ea580c!important;color:#fff!important;font-weight:700;box-shadow:0 2px 6px #ea580c66}.fd-btn-set-time{border:none;background:#1d70b8;color:#fff;padding:12px 24px;border-radius:8px;font-family:Poppins,sans-serif;font-weight:700;font-size:16px;cursor:pointer;transition:all .15s ease;width:100%;box-shadow:0 4px 6px #1d70b833}.fd-btn-set-time:hover{background:#005a9c}.fd-btn-set-time:active{transform:scale(.97)}.fd-mobile-wheel-picker,.fd-mobile-period-toggle{display:none}@media(max-width:768px){.fd-page-container{width:100%}.fd-page-container>.sg-wallet-breadcrumb{display:none}.fd-layout,.fd-cards-row{gap:17px}.fd-card{max-width:none;height:213px!important;padding:30px 28px 20px;border:none;border-radius:0;box-shadow:0 2px 3px #00000047}.fd-card-title{font-size:20px;line-height:30px;margin-bottom:31px}.fd-card .fd-clock-face{display:none}.fd-time-display{min-height:24px;margin-bottom:20px;font-size:24px;font-weight:700;line-height:24px;color:#277fc2}.fd-time-display-wrapper{font-size:24px;color:#277fc2}.fd-btn-outline{width:223px;max-width:100%;height:58px;padding:0 20px;border:4px solid #277fc2;border-radius:11px;font-size:23px;color:#277fc2;box-shadow:0 3px 3px #0000003d}.fd-spent-card{max-width:none;height:253px;margin:0;padding:20px 14px 24px;gap:18px;border:2px solid #f15a29;border-radius:12px;background:#ffe7b7;box-shadow:0 2px 3px #00000042}.fd-spent-title{font-size:20px;line-height:30px}.fd-spent-pill{display:flex;align-items:center;justify-content:center;width:255px;min-width:0;height:60px;padding:0 18px;border:none;border-radius:32px;font-size:24px;color:#b7b7b7;box-shadow:none}.fd-btn-calculate{max-width:none;height:74px;padding:0 24px;border-radius:12px;font-size:23px;box-shadow:0 3px 3px #0000003d}.fd-btn-calculate:disabled{background:#b8b8b8;color:#fff;box-shadow:0 3px 3px #0000003d}.fd-modal-overlay{align-items:flex-end}.fd-modal-overlay.is-visible{background:#00000057}.fd-modal-overlay.exd-modal-overlay{align-items:center}.fd-modal{width:100%;height:663px;padding:68px 42px 24px;gap:0;border-radius:12px 12px 0 0;box-shadow:none;box-sizing:border-box;opacity:1;transform:translateY(calc(100% + 24px));transition:transform .72s cubic-bezier(.16,1,.3,1);will-change:transform}.fd-modal:before{content:"";position:absolute;top:28px;left:50%;width:97px;height:8px;background:#d7d7d7;transform:translate(-50%)}.fd-modal-overlay.is-visible .fd-modal{transform:translateY(0)}.fd-modal>*{opacity:0;transition:opacity .4s ease 0s}.fd-modal-overlay.is-visible .fd-modal>*{opacity:1;transition-delay:.16s}.fd-modal:before{opacity:0;transition:opacity .35s ease}.fd-modal-overlay.is-visible .fd-modal:before{opacity:1;transition-delay:.1s}.fd-modal-close,.fd-modal-header-time,.fd-modal-clock-picker{display:none}.fd-modal-title{transform:translateY(9px);margin-bottom:25px;font-size:24px;line-height:36px}.fd-mobile-wheel-picker{display:block;width:100%;margin-bottom:28px}.fd-mobile-wheel-headings{display:grid;grid-template-columns:repeat(2,1fr);margin-bottom:11px;font-family:Poppins,sans-serif;font-size:20px;font-weight:700;text-align:center}.fd-mobile-wheel-columns{display:grid;grid-template-columns:repeat(2,1fr);height:280px;overflow:hidden;background:linear-gradient(to bottom,transparent 0,transparent 108px,#ffe7b7 108px,#ffe7b7 178px,transparent 178px)}.fd-mobile-wheel-column{display:flex;flex-direction:column;height:280px;padding:110px 0;overflow-y:auto;overscroll-behavior:contain;scroll-snap-type:y mandatory;scrollbar-width:none;touch-action:pan-y;-webkit-overflow-scrolling:touch;box-sizing:border-box}.fd-mobile-wheel-column::-webkit-scrollbar{display:none}.fd-mobile-wheel-column button{flex:0 0 60px;height:60px;padding:0;border:none;background:transparent;font-family:Poppins,sans-serif;font-size:32px;font-weight:600;color:#b8b8b8;cursor:pointer;scroll-snap-align:center}.fd-mobile-wheel-column button.is-selected{color:#000}.fd-mobile-period-toggle{display:flex;flex-direction:row;width:230px;height:65px;margin-bottom:28px;border:1px solid #d1d5db;border-radius:4px;overflow:hidden;transform:translate(4px,8px)}.fd-period-btn{flex:1;padding:0}.fd-period-btn svg{width:32px;height:32px}.fd-btn-set-time{width:298px;max-width:100%;height:58px;padding:0 24px;border-radius:11px;font-size:23px;background:#277fc2;box-shadow:0 3px 3px #0000003d;transform:translate(4px,8px)}}@media(prefers-reduced-motion:reduce){.fd-modal-overlay,.fd-modal{transition-duration:.01ms!important}}.fet-top-section{display:flex;gap:24px;width:100%;justify-content:center;align-items:center}@media(max-width:768px){.fet-top-section{flex-direction:column;gap:16px}}.fet-plus-separator{font-family:Poppins,sans-serif;font-size:56px;font-weight:700;color:#111827;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center}@media(max-width:768px){.fet-plus-separator{transform:rotate(90deg);font-size:40px;margin:8px 0}}.fet-bottom-card{background:#fdf0df;border:1.5px solid #e05624;border-radius:16px;box-shadow:0 4px 20px #0000000a;padding:32px;display:flex;gap:40px;align-items:center;justify-content:center;width:100%;max-width:904px;margin:0 auto;box-sizing:border-box}@media(max-width:768px){.fet-bottom-card{flex-direction:column;padding:24px;gap:24px}}.fet-bottom-card-left{display:flex;justify-content:center;align-items:center}.fet-bottom-card-left .fd-clock-face{width:260px;height:260px;background:#fff;margin-bottom:0;border:1px solid #e5e7eb;box-shadow:0 4px 12px #00000008}.fet-bottom-card-left .fd-clock-face .fd-clock-num{font-size:18px}.fet-bottom-card-left .fd-clock-face .fd-clock-center{width:12px;height:12px;background:#e05624;border:2px solid #ffffff}.fet-bottom-card-left .fd-clock-face .fd-clock-hour{width:6px;height:70px;margin-left:-3px}.fet-bottom-card-left .fd-clock-face .fd-clock-min{width:3px;height:95px;margin-left:-1.5px}.fet-bottom-card-right{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%;max-width:320px}.fet-result-title-wrapper{display:flex;align-items:center;gap:12px}.fet-result-title{font-family:Poppins,sans-serif;font-size:28px;font-weight:700;color:#111827;margin:0}.fet-play-btn{border:none;background:#cbd5e1;color:#94a3b8;padding:8px;border-radius:8px;cursor:not-allowed;display:flex;align-items:center;justify-content:center;transition:all .15s ease;outline:none}.fet-play-btn svg{width:20px;height:20px}.fet-play-btn.active{background:#1d70b8;color:#fff;cursor:pointer;box-shadow:0 4px 6px #1d70b833}.fet-play-btn.active:hover{background:#005a9c}.fet-play-btn.active:active{transform:scale(.95)}.fet-result-pill{background:#fff;border-radius:30px;padding:12px 32px;width:100%;max-width:280px;box-shadow:inset 0 2px 4px #0000000a;display:flex;justify-content:center;align-items:center}.fet-result-pill .fet-card-value{margin-bottom:0;font-size:28px}.fet-card-value{font-family:Poppins,sans-serif;font-size:32px;font-weight:800;color:#111827;display:flex;align-items:center;gap:12px;margin-bottom:20px}.fet-card-value.duration{color:#1d70b8;font-size:24px;margin-bottom:20px}.fet-period-icon{vertical-align:middle;margin-left:6px;margin-bottom:3px;color:#e05624}.fet-card-value-empty{font-family:Poppins,sans-serif;font-size:32px;font-weight:800;color:#1d70b8;margin-bottom:20px}.fd-btn-filled.disabled{background:#b0b0b0;cursor:not-allowed}.fd-btn-filled.disabled:hover{background:#b0b0b0}.fet-duration-modal{width:360px}.fet-scroll-header{display:flex;justify-content:space-around;width:100%;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;color:#6b7280;padding:0 24px}.fet-scroll-wheels{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;position:relative}.fet-scroll-wheels:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;height:48px;background:#fef3e7;border-radius:8px;pointer-events:none;z-index:0}.fet-scroll-col{display:flex;flex-direction:column;align-items:center;position:relative;z-index:1}.fet-scroll-label{font-family:Poppins,sans-serif;font-size:13px;font-weight:600;color:#6b7280;margin-bottom:4px}.fet-scroll-list{overflow-y:auto;scroll-snap-type:y mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;width:80px;cursor:grab;-webkit-user-select:none;user-select:none}.fet-scroll-list.dragging{cursor:grabbing}.fet-scroll-list::-webkit-scrollbar{display:none}.fet-scroll-item{display:flex;align-items:center;justify-content:center;font-family:Poppins,sans-serif;font-size:22px;color:#b0b0b0;cursor:pointer;scroll-snap-align:center;transition:color .15s,font-weight .15s;-webkit-user-select:none;user-select:none}.fet-scroll-item.active{color:#042323;font-weight:700;font-size:26px}.fet-scroll-colon{font-family:Poppins,sans-serif;font-size:28px;font-weight:700;color:#042323;z-index:1}@media(max-width:768px){.fet-page-container{width:100%}.fet-page-container .fd-layout{gap:17px}.fet-top-section{flex-direction:column;gap:17px;align-items:stretch}.fet-top-section .fd-card{width:100%;max-width:none}.fet-plus-separator{display:none}.fet-page-container .fd-time-display{width:100%}.fet-card-value,.fet-card-value.duration{justify-content:center;margin-bottom:0;font-size:25px;line-height:30px;color:#000;white-space:nowrap}.fet-card-value-empty{margin-bottom:0;font-size:24px;color:#277fc2}.fet-bottom-card{flex-direction:column;width:100%;max-width:none;height:253px;margin:0;padding:20px 14px 24px;gap:18px;border:2px solid #f15a29;border-radius:12px;background:#ffe7b7;box-shadow:0 2px 3px #00000042}.fet-bottom-card-left,.fet-play-btn{display:none}.fet-bottom-card-right{max-width:none;gap:18px}.fet-result-title-wrapper{height:30px}.fet-result-title{font-size:20px;line-height:30px}.fet-result-pill{width:255px;max-width:100%;height:60px;padding:0 18px;border-radius:32px;box-shadow:none}.fet-result-pill .fet-card-value{font-size:28px;line-height:34px}.fet-result-pill .fet-card-value-empty{color:#b7b7b7}.fet-bottom-card .fd-btn-calculate{max-width:none}.fet-duration-modal-overlay{align-items:flex-end;animation:fet-overlay-in .4s ease both}.fet-duration-modal{width:100%;height:663px;padding:68px 46px 24px;gap:0;border-radius:12px 12px 0 0;opacity:1;transform:none;animation:fet-duration-modal-in .55s cubic-bezier(.16,1,.3,1) both}.fet-duration-modal:before{content:"";position:absolute;top:28px;left:50%;width:97px;height:8px;background:#d7d7d7;transform:translate(-50%);opacity:1}.fet-duration-modal .fd-modal-title{transform:translateY(4px);margin-bottom:25px;font-size:24px;line-height:36px}.fet-duration-modal .fd-btn-set-time{width:298px;max-width:100%;height:58px;margin-top:auto!important;transform:none}.fet-duration-modal>*{opacity:1}.fet-scroll-header{display:grid;grid-template-columns:repeat(2,1fr);width:100%;padding:0;margin-bottom:8px;font-size:20px;font-weight:700;color:#000;text-align:center}.fet-scroll-wheels{display:grid;grid-template-columns:repeat(2,1fr);gap:0;width:100%;height:288px}.fet-scroll-wheels:before{width:100%;height:70px;background:#ffe7b7;border-radius:0}.fet-scroll-colon{display:none}.fet-scroll-list{width:100%;touch-action:pan-y;overscroll-behavior:contain}.fet-scroll-item{font-size:32px;font-weight:600}.fet-scroll-item.active{font-size:32px;color:#000}}@keyframes fet-overlay-in{0%{background:#0000}to{background:#00000057}}@keyframes fet-duration-modal-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}.wdil-page-container{display:flex;flex-direction:column}.wdil-scene{display:flex;flex-direction:column;position:relative;padding-bottom:24px}.wdil-road-row{display:flex;justify-content:space-between;align-items:flex-end;padding:0 40px;margin-bottom:0}@media(max-width:768px){.wdil-road-row{flex-direction:column;align-items:center;gap:40px;padding:0}}.wdil-left-side,.wdil-right-side{display:flex;flex-direction:column;align-items:center;gap:16px;max-width:320px;width:100%}.wdil-bubble{background:#e6f2ff;border:2px solid #2563eb;border-radius:16px;padding:24px;display:flex;flex-direction:column;align-items:center;position:relative;width:100%;box-shadow:0 4px 20px #0000000a}.wdil-bubble-title,.wdil-bubble-title-sm{font-family:Poppins,sans-serif;font-size:18px;font-weight:700;color:#111827;margin:0}.wdil-bubble-pill{background:#fff;border-radius:30px;padding:8px 24px;display:flex;align-items:center;justify-content:center;gap:8px;font-family:Poppins,sans-serif;font-size:22px;font-weight:800;color:#111827;margin:12px 0 16px;width:100%;box-sizing:border-box;min-height:48px;box-shadow:inset 0 2px 4px #00000008}.wdil-bubble-pill span{white-space:nowrap}.wdil-pill-clock-icon{width:24px;height:24px;color:#1d70b8;flex-shrink:0}.wdil-arrive-time{font-family:Poppins,sans-serif;font-size:22px;font-weight:800;color:#111827;display:flex;align-items:center;gap:8px}.wdil-btn-outline{border:1.5px solid #1d70b8;color:#1d70b8;background:transparent;padding:8px 20px;border-radius:8px;font-family:Poppins,sans-serif;font-weight:700;font-size:14px;cursor:pointer;transition:all .15s ease;outline:none}.wdil-btn-outline:hover{background:#f0f7ff}.wdil-bubble-tail{position:absolute;width:0;height:0}.wdil-bubble-tail-duration{bottom:-12px;left:50%;transform:translate(-50%);border-left:10px solid transparent;border-right:10px solid transparent;border-top:12px solid #2563eb}.wdil-bubble-tail-duration:after{content:"";position:absolute;top:-14px;left:-8px;border-left:8px solid transparent;border-right:8px solid transparent;border-top:10px solid #e6f2ff}.wdil-bubble-tail-arrive{bottom:-12px;left:50%;transform:translate(-50%);border-left:10px solid transparent;border-right:10px solid transparent;border-top:12px solid #2563eb}.wdil-bubble-tail-arrive:after{content:"";position:absolute;top:-14px;left:-8px;border-left:8px solid transparent;border-right:8px solid transparent;border-top:10px solid #e6f2ff}.wdil-scooter-img{width:90px;height:auto;object-fit:contain;margin-top:8px}.wdil-house-img{width:110px;height:auto;object-fit:contain;margin-top:8px}.wdil-road{display:flex;align-items:center;position:relative;margin:32px 0 24px;padding:0 80px}@media(max-width:768px){.wdil-road{display:none}}.wdil-road-line{flex:1;height:4px;background:#111827}.wdil-road-dot{width:16px;height:16px;border-radius:50%;background:#111827;flex-shrink:0}.wdil-result-section{background:#fdf0df;border:1.5px solid #e05624;border-radius:16px;padding:32px;display:flex;flex-direction:column;align-items:center;gap:20px;width:100%;max-width:480px;margin:24px auto 0;box-shadow:0 4px 20px #0000000a;box-sizing:border-box}.wdil-result-title{font-family:Poppins,sans-serif;font-size:24px;font-weight:700;color:#111827;margin:0}.wdil-result-display{background:#fff;border-radius:30px;padding:12px 32px;box-shadow:inset 0 2px 4px #0000000a;display:flex;justify-content:center;align-items:center;width:100%;max-width:280px;box-sizing:border-box}.wdil-result-display .fd-time-display-wrapper{font-size:28px}.wdil-btn-filled{border:none;background:#1d70b8;color:#fff;padding:12px 32px;border-radius:8px;font-family:Poppins,sans-serif;font-weight:700;font-size:16px;cursor:pointer;transition:all .15s ease;width:100%;max-width:280px;box-shadow:0 4px 6px #1d70b833;outline:none}.wdil-btn-filled:hover:not(:disabled){background:#005a9c}.wdil-btn-filled:active:not(:disabled){transform:scale(.97)}.wdil-btn-filled:disabled{background:#cbd5e1;color:#94a3b8;cursor:not-allowed;box-shadow:none}.wdil-desktop-view{display:block}.wdil-mobile-view{display:none}@media(max-width:768px){.desktop-only,.wdil-desktop-view{display:none!important}.wdil-page-container{flex:1;display:flex;flex-direction:column}.wdil-scene{flex:1;display:flex;flex-direction:column;justify-content:space-between}.wdil-mobile-view{display:flex;flex-direction:column;width:100%;box-sizing:border-box;flex:1;justify-content:space-between;align-items:stretch;gap:20px;padding:8px 0}.wdil-mobile-road-container{display:flex;flex-direction:column;align-items:center;width:100%;margin-top:8px;margin-bottom:16px;box-sizing:border-box}.wdil-mobile-characters{display:flex;justify-content:space-between;align-items:flex-end;width:100%;padding:0 16px;box-sizing:border-box}.wdil-mobile-scooter-img{width:80px;height:auto;object-fit:contain}.wdil-mobile-house-img{width:100px;height:auto;object-fit:contain}.wdil-mobile-road{display:flex;align-items:center;width:100%;margin-top:4px}.wdil-mobile-road-dot{width:16px;height:16px;border-radius:50%;background:#000;flex-shrink:0}.wdil-mobile-road-line{flex:1;height:4px;background:#000}.wdil-mobile-card{background:#e6f2ff;border:2.5px solid #2563eb;border-radius:16px;padding:22px 20px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:100%;box-sizing:border-box;box-shadow:0 4px 6px #00000008;flex:1;min-height:170px;max-height:210px}.wdil-mobile-card-title{font-family:Poppins,sans-serif;font-size:20px;font-weight:700;color:#4b5563;margin:0;text-align:center}.wdil-mobile-card-pill{background:#fff;border-radius:30px;padding:10px 24px;display:flex;align-items:center;justify-content:center;gap:8px;font-family:Poppins,sans-serif;font-size:22px;font-weight:800;color:#111827;margin:0;width:100%;max-width:280px;box-sizing:border-box;min-height:52px;box-shadow:inset 0 2px 4px #00000008}.wdil-mobile-card-pill span{white-space:nowrap}.wdil-mobile-clock-icon{width:24px;height:24px;color:#1d70b8;flex-shrink:0}.wdil-mobile-arrive-time{display:flex;align-items:center;gap:8px}.wdil-mobile-btn-outline{width:100%;max-width:280px;height:48px;border:2px solid #1d70b8;color:#1d70b8;background:#fff;border-radius:10px;font-family:Poppins,sans-serif;font-weight:700;font-size:18px;cursor:pointer;transition:all .15s ease;box-shadow:0 3px 6px #1d70b826;display:flex;align-items:center;justify-content:center;outline:none}.wdil-mobile-btn-outline:hover{background:#f0f7ff}.wdil-mobile-btn-outline:active{transform:scale(.97)}.wdil-mobile-result-card{background:#fdf0df;border:2.5px solid #e05624;box-shadow:0 4px 12px #e056240d}.wdil-mobile-result-card .wdil-mobile-card-title{color:#111827}.wdil-mobile-result-card .wdil-mobile-card-pill.result-pill{font-size:24px;color:#111827}.wdil-mobile-btn-filled{width:100%;max-width:280px;height:54px;border:none;background:#1d70b8;color:#fff;border-radius:10px;font-family:Poppins,sans-serif;font-weight:700;font-size:20px;cursor:pointer;transition:all .15s ease;box-shadow:0 4px 6px #1d70b833;display:flex;align-items:center;justify-content:center;outline:none}.wdil-mobile-btn-filled:hover:not(:disabled){background:#005a9c}.wdil-mobile-btn-filled:active:not(:disabled){transform:scale(.97)}.wdil-mobile-btn-filled:disabled{background:#b8b8b8;color:#fff;cursor:not-allowed;box-shadow:0 3px 3px #00000026}}.exd-page-container{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background:#f6f8fb;margin:-32px -40px;padding:32px 40px 64px;min-height:calc(100vh - 60px);width:calc(100% + 80px);box-sizing:border-box}.exd-page-header-row{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;width:100%;max-width:940px;margin-bottom:0;position:relative}.exd-page-header-row .sg-page-header{margin-bottom:6px;display:flex;align-items:center;gap:12px}.exd-page-header-left{display:flex;flex-direction:column;gap:2px;z-index:2;padding-bottom:12px}.sg-page-title{font-family:Poppins,sans-serif;font-size:36px;font-weight:700;color:#0f172a;margin:0}.sg-breadcrumb{display:flex;align-items:center;gap:8px;font-family:Poppins,sans-serif;font-size:16px;font-weight:600;color:#0f172a}.sg-breadcrumb-link{color:#334155;text-decoration:none}.sg-breadcrumb-sep{color:#64748b;font-size:18px}.sg-breadcrumb-current{color:#0f172a;font-weight:600}.exd-header-sticker-container{display:flex;align-items:flex-end;justify-content:flex-end;position:relative;flex-shrink:0;margin-bottom:-1px}.exd-page-header-sticker{width:360px;max-width:100%;height:auto;display:block;object-fit:contain;margin-bottom:0;pointer-events:none;-webkit-user-select:none;user-select:none}.exd-today-banner{background:#fedfae;border:1px solid rgba(242,153,74,.2);border-radius:14px;padding:14px 24px;text-align:center;margin-bottom:28px;box-shadow:0 4px 12px #00000008;width:100%;max-width:940px;position:relative;z-index:1}.exd-today-label{font-family:Poppins,sans-serif;font-size:18px;font-weight:700;color:#0f172a;line-height:1.3;margin-bottom:2px}.exd-today-date{font-family:Poppins,sans-serif;font-size:20px;font-weight:700;color:#1c77c3;line-height:1.3}.exd-main-card{background:#fff;border-radius:18px;box-shadow:0 6px 24px #0000000f;padding:44px 48px;display:flex;flex-direction:column;align-items:center;gap:36px;width:100%;max-width:940px}.exd-input-row{display:grid;grid-template-columns:1fr 1fr;gap:24px;width:100%}.exd-scan-area{border:3px dashed #9333ea;border-radius:16px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:36px 20px;min-height:260px;transition:all .2s ease-in-out;position:relative}.exd-scan-area:hover:not(.has-preview){background:#faf5ff;border-color:#7e22ce}.exd-scan-area.scanning{border-color:#2563eb;background:#eff6ff}.exd-scan-empty-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;width:100%}.exd-camera-icon-btn{background:none;border:none;padding:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease}.exd-camera-icon-btn:hover{transform:scale(1.08)}.exd-camera-icon-btn:active{transform:scale(.95)}.exd-camera-icon{flex-shrink:0;width:64px;height:54px;fill:#9333ea}.exd-upload-label{position:relative;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;user-select:none;-webkit-user-select:none}.exd-hidden-input{position:absolute;top:0;left:0;width:.1px;height:.1px;opacity:0;overflow:hidden;z-index:-1}.exd-scan-text-lines{display:flex;flex-direction:column;align-items:center;gap:2px}.exd-scan-link-btn{font-family:Poppins,sans-serif;font-size:16px;font-weight:700;color:#9333ea;background:none;border:none;padding:2px 6px;cursor:pointer;display:inline-block;-webkit-user-select:none;user-select:none;transition:all .15s ease}.exd-scan-link-btn:hover{color:#7e22ce;text-decoration:underline}.exd-scan-link-btn.bold{font-weight:700}.exd-scan-text-or{font-family:Poppins,sans-serif;font-size:14px;font-weight:500;color:#6b7280;line-height:1.2}.exd-preview-wrapper{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.exd-scan-preview{width:100%;max-width:240px;max-height:150px;object-fit:cover;border-radius:12px;box-shadow:0 4px 16px #0000001a}.exd-scanning-overlay{position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;max-width:240px;height:150px;border-radius:12px;background:#9333ea40;display:flex;align-items:center;justify-content:center;overflow:hidden}.exd-scan-beam{position:absolute;top:0;left:0;right:0;height:3px;background:#22c55e;box-shadow:0 0 12px #22c55e,0 0 4px #fff;animation:exd-beam-move 1.5s ease-in-out infinite alternate}@keyframes exd-beam-move{0%{top:0%}to{top:100%}}.exd-scanning-text{font-family:Poppins,sans-serif;font-size:14px;font-weight:700;color:#fff;background:#0009;padding:4px 12px;border-radius:20px}.exd-preview-actions{display:flex;align-items:center;gap:8px}.exd-preview-action-btn{font-family:Poppins,sans-serif;font-size:13px;font-weight:600;color:#9333ea;background:#f3e8ff;border:1px solid #d8b4fe;border-radius:8px;padding:6px 14px;cursor:pointer;display:inline-block;-webkit-user-select:none;user-select:none;transition:all .15s ease}.exd-preview-action-btn:hover{background:#e9d5ff;color:#7e22ce}.exd-preview-action-btn.remove{background:#fee2e2;border-color:#fca5a5;color:#dc2626;padding:6px 10px}.exd-preview-action-btn.remove:hover{background:#fecaca}.exd-manual-area{background:#fedfae;border:2px solid #f2994a;border-radius:16px;padding:36px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:260px}.exd-manual-title,.exd-manual-subtitle{font-family:Poppins,sans-serif;font-size:18px;font-weight:700;color:#0f172a;text-align:center;line-height:1.2}.exd-manual-date-pill{background:#fff;border:none;border-radius:50px;padding:10px 48px;font-family:Poppins,sans-serif;font-size:18px;font-weight:700;min-width:220px;text-align:center;margin:6px 0 12px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #0000000a}.exd-manual-date-pill.is-empty{color:#94a3b8;font-size:20px}.exd-manual-date-pill.has-val{color:#0f172a}.exd-btn-outline{border:2.5px solid #1C77C3;color:#1c77c3;background:#fff;padding:8px 48px;border-radius:8px;font-family:Poppins,sans-serif;font-weight:700;font-size:16px;cursor:pointer;transition:all .2s ease-in-out}.exd-btn-outline:hover{background:#eff6ff;border-color:#1d4ed8;color:#1d4ed8}.exd-btn-outline:active{transform:scale(.98)}.exd-btn-filled{border:none;background:#1c77c3;color:#fff;padding:14px 54px;border-radius:12px;font-family:Poppins,sans-serif;font-weight:700;font-size:18px;cursor:pointer;transition:all .2s ease-in-out;min-width:320px;box-shadow:0 4px 14px #1c77c34d;text-align:center}.exd-btn-filled.active:hover{background:#155e9c;transform:translateY(-1px);box-shadow:0 6px 18px #1c77c366}.exd-btn-filled.active:active{transform:translateY(1px)}.exd-btn-filled.disabled{background:#a6acb5;color:#fff;cursor:not-allowed;box-shadow:0 4px 12px #0000001a}.exd-camera-modal-overlay{position:fixed;inset:0;background:#000000d1;display:flex;align-items:center;justify-content:center;z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:20px}.exd-camera-modal-content{background:#18181b;color:#fff;border-radius:20px;width:100%;max-width:460px;overflow:hidden;box-shadow:0 20px 50px #00000080;display:flex;flex-direction:column}.exd-camera-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#27272a;border-bottom:1px solid #3f3f46}.exd-camera-modal-title{display:flex;align-items:center;gap:10px;font-family:Poppins,sans-serif;font-size:16px;font-weight:700;color:#f4f4f5}.exd-camera-modal-close{background:transparent;border:none;color:#a1a1aa;font-size:20px;cursor:pointer;padding:4px 8px;border-radius:6px;line-height:1;transition:all .15s}.exd-camera-modal-close:hover{color:#fff;background:#3f3f46}.exd-camera-viewfinder-container{position:relative;width:100%;height:360px;background:#09090b;display:flex;align-items:center;justify-content:center;overflow:hidden}.exd-camera-video{width:100%;height:100%;object-fit:cover}.exd-camera-loading{display:flex;flex-direction:column;align-items:center;gap:12px;color:#a1a1aa;font-family:Poppins,sans-serif;font-size:14px}.exd-camera-spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.2);border-top-color:#9333ea;border-radius:50%;animation:exd-spin .8s linear infinite}@keyframes exd-spin{to{transform:rotate(360deg)}}.exd-camera-error-box{padding:32px 24px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}.exd-camera-error-box p{font-family:Poppins,sans-serif;font-size:14px;color:#f87171;line-height:1.5;margin:0}.exd-camera-fallback-btn{background:#9333ea;color:#fff;border:none;padding:10px 20px;border-radius:10px;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s}.exd-camera-fallback-btn:hover{background:#7e22ce}.exd-viewfinder-frame{position:absolute;width:78%;height:60%;pointer-events:none}.exd-viewfinder-corner{position:absolute;width:24px;height:24px;border-color:#9333ea;border-style:solid;border-width:0}.exd-viewfinder-corner.top-left{top:0;left:0;border-top-width:3px;border-left-width:3px;border-top-left-radius:8px}.exd-viewfinder-corner.top-right{top:0;right:0;border-top-width:3px;border-right-width:3px;border-top-right-radius:8px}.exd-viewfinder-corner.bottom-left{bottom:0;left:0;border-bottom-width:3px;border-left-width:3px;border-bottom-left-radius:8px}.exd-viewfinder-corner.bottom-right{bottom:0;right:0;border-bottom-width:3px;border-right-width:3px;border-bottom-right-radius:8px}.exd-viewfinder-laser{position:absolute;left:0;right:0;height:2px;background:#22c55e;box-shadow:0 0 10px #22c55e,0 0 4px #fff;animation:exd-laser-scan 2s ease-in-out infinite alternate}@keyframes exd-laser-scan{0%{top:5%}to{top:95%}}.exd-viewfinder-hint{position:absolute;bottom:-32px;left:0;right:0;text-align:center;font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#fffc;text-shadow:0 1px 3px rgba(0,0,0,.8)}.exd-camera-controls{display:flex;align-items:center;justify-content:space-around;padding:18px 24px;background:#27272a}.exd-camera-switch-btn,.exd-camera-upload-alt-btn{background:#3f3f46;border:none;color:#e4e4e7;width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s}.exd-camera-switch-btn:hover,.exd-camera-upload-alt-btn:hover{background:#52525b;color:#fff;transform:scale(1.05)}.exd-camera-shutter-btn{width:66px;height:66px;border-radius:50%;background:transparent;border:4px solid #ffffff;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:all .15s}.exd-camera-shutter-btn:hover:not(:disabled){transform:scale(1.05)}.exd-camera-shutter-btn:active:not(:disabled){transform:scale(.95)}.exd-camera-shutter-btn:disabled{opacity:.5;cursor:not-allowed}.exd-shutter-inner{width:50px;height:50px;border-radius:50%;background:#fff;transition:background .15s}.exd-calendar-modal{background:#fff;border-radius:16px;padding:28px;width:90%;max-width:420px;box-shadow:0 12px 40px #0003;display:flex;flex-direction:column;gap:16px}.exd-cal-header{display:flex;justify-content:space-between;align-items:center}.exd-cal-selects{display:flex;gap:8px}.exd-cal-select{font-family:Poppins,sans-serif;font-size:15px;font-weight:700;color:#042323;border:1px solid #cbd5e1;border-radius:8px;padding:4px 8px;background-color:#fff;outline:none;cursor:pointer;transition:all .15s ease-in-out}.exd-cal-select:hover{border-color:#94a3b8;background-color:#f8fafc}.exd-cal-nav{display:flex;gap:8px}.exd-cal-nav-btn{width:32px;height:32px;border:none;background:transparent;font-size:22px;font-weight:700;color:#042323;cursor:pointer;border-radius:6px;transition:background .15s}.exd-cal-nav-btn:hover{background:#f3f4f6}.exd-cal-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.exd-cal-weekday{font-family:Poppins,sans-serif;font-size:13px;font-weight:600;color:#042323;text-align:center;padding:4px 0}.exd-cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.exd-cal-day{font-family:Poppins,sans-serif;font-size:14px;font-weight:500;color:#042323;background:transparent;border:none;padding:8px 0;border-radius:6px;cursor:pointer;transition:background .15s}.exd-cal-day:hover{background:#eff6ff}.exd-cal-day.other-month{color:#d1d5db;cursor:default}.exd-cal-day.other-month:hover{background:transparent}.exd-cal-day.selected{background:#1c77c3;color:#fff;font-weight:700}.exd-cal-ok{font-family:Poppins,sans-serif;font-size:16px;font-weight:600;color:#1c77c3;background:none;border:none;cursor:pointer;text-align:center;padding:8px}.exd-cal-ok:hover{text-decoration:underline}.exd-result-card{background:#fff;border-radius:16px;box-shadow:0 6px 20px #0000000f;padding:32px;display:flex;flex-direction:column;align-items:center;gap:18px;width:100%;max-width:940px}.exd-result-title{font-family:Poppins,sans-serif;font-size:24px;font-weight:700;font-style:normal;text-align:center;margin:0}.exd-result-expired{color:#e53e3e}.exd-result-safe{color:#2f855a}.exd-result-img{width:100%;max-width:220px;height:auto;object-fit:contain;margin:4px 0}.exd-timeline{width:100%;margin:8px 0;display:flex;flex-direction:column;gap:8px}.exd-timeline-labels-row,.exd-timeline-dots-row{display:flex;width:100%;justify-content:space-between}.exd-timeline-label-col,.exd-timeline-dot-col{flex:1;display:flex;flex-direction:column;align-items:center;position:relative;text-align:center}.exd-timeline-dot-col{height:16px;justify-content:center}.exd-timeline-label-col.long-gap,.exd-timeline-dot-col.long-gap{flex:2.5}.exd-timeline-label{font-family:Poppins,sans-serif;font-size:12px;font-weight:700;color:#042323;margin-bottom:2px}.exd-timeline-date-blue{font-family:Poppins,sans-serif;font-size:11px;font-weight:700;color:#1c77c3;margin-bottom:4px;white-space:nowrap}.exd-timeline-date-red{font-family:Poppins,sans-serif;font-size:11px;font-weight:700;color:#dc2626;margin-bottom:4px;white-space:nowrap}.exd-timeline-marker-label{font-family:Poppins,sans-serif;font-size:11px;color:#9ca3af;margin-top:14px;white-space:nowrap}.exd-timeline-dot{width:12px;height:12px;border-radius:50%;background:#1a1a1a;z-index:2;flex-shrink:0}.exd-timeline-line-left{position:absolute;left:0;right:50%;height:3px;background:#1a1a1a;z-index:1;top:50%;transform:translateY(-50%)}.exd-timeline-line-right{position:absolute;left:50%;right:0;height:3px;background:#1a1a1a;z-index:1;top:50%;transform:translateY(-50%)}.exd-expiring-in{font-family:Poppins,sans-serif;font-size:20px;font-weight:700;color:#042323;text-align:center}.exd-expiring-highlight{color:#16a34a}@media(max-width:860px){.exd-page-header-row{align-items:center}.exd-page-header-sticker{width:220px;margin-bottom:0}.exd-input-row{grid-template-columns:1fr}.exd-main-card{padding:28px 24px}}@media(max-width:640px){.exd-page-container{margin:-24px -20px;padding:20px 16px 36px;width:calc(100% + 40px)}.exd-header-sticker-container{display:none}.exd-scan-area,.exd-manual-area{min-height:200px;padding:24px 16px}.exd-manual-date-pill{min-width:180px;padding:8px 20px;font-size:16px}.exd-result-img{width:160px}.exd-timeline-label-col,.exd-timeline-dot-col{min-width:50px}.exd-timeline-label,.exd-timeline-marker-label,.exd-timeline-date-blue,.exd-timeline-date-red{font-size:9px}}.sv-page-container{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f6f7fa;margin:-32px -40px;padding:32px 40px;min-height:calc(100vh - 60px)}.sv-layout{display:flex;gap:40px;width:100%;max-width:1000px;justify-content:center;align-items:center;margin-top:10px}.sv-left-side{flex:1;display:flex;flex-direction:column;align-items:center;gap:24px}.sv-left-title{font-family:Poppins,sans-serif;font-size:26px;font-weight:700;color:#042323;text-align:center;margin:0}.sv-btn-findout{border:none;border-radius:8px;font-family:Poppins,sans-serif;font-size:18px;font-weight:700;padding:14px 44px;color:#fff;box-shadow:0 4px 12px #00000014;transition:all .25s ease}.sv-btn-findout.disabled{background:#b8b8b8;cursor:not-allowed}.sv-btn-findout.active{background:#1c77c3;cursor:pointer}.sv-btn-findout.active:hover{background:#1562a1;transform:translateY(-2px);box-shadow:0 6px 16px #1c77c359}.sv-image-container{position:relative;width:100%;display:flex;justify-content:center;margin-top:12px}.sv-cartoon-img{width:100%;max-width:320px;height:auto;object-fit:contain}.sv-bubble-dot{position:absolute;background:#ffecc1;border:1.5px solid #ffd88a;border-radius:50%;pointer-events:none}.sv-bubble-dot.dot-1{width:14px;height:14px;top:15%;right:12%}.sv-bubble-dot.dot-2{width:24px;height:24px;top:3%;right:5%}.sv-bubble-dot.dot-3{width:12px;height:12px;bottom:25%;right:15%}.sv-bubble-dot.dot-4{width:22px;height:22px;bottom:12%;right:7%}.sv-right-side{flex:1.2;display:flex;flex-direction:column;gap:24px}.sv-card{background:#ffecc1;border-radius:12px;box-shadow:0 6px 18px #ffecc140,0 4px 10px #0000000a;border:1px solid #ffd88a;padding:36px 28px;display:flex;flex-direction:column;align-items:center;gap:20px;flex:1;transition:transform .2s}.sv-card:hover{transform:translateY(-2px)}.sv-card-title{font-family:Poppins,sans-serif;font-size:20px;font-weight:700;color:#042323;text-align:center;margin:0;line-height:1.4}.sv-card-value-bubble{background:#fff;border-radius:30px;padding:10px 48px;min-width:180px;text-align:center;box-shadow:inset 0 2px 4px #00000008;border:1px solid #e5e7eb}.sv-card-value{font-family:Poppins,sans-serif;font-size:22px;font-weight:700;color:#042323}.sv-btn-outline{border:2.5px solid #1c77c3;color:#1c77c3;background:#fff;padding:8px 32px;border-radius:8px;font-family:Poppins,sans-serif;font-weight:700;font-size:15px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 6px #1c77c31a}.sv-btn-outline:hover{background:#eff6ff;color:#1562a1;border-color:#1562a1}.sv-btn-filled{border:none;background:#1c77c3;color:#fff;padding:12px 36px;border-radius:8px;font-family:Poppins,sans-serif;font-weight:700;font-size:16px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 10px #1c77c340;width:80%}.sv-btn-filled:hover{background:#1562a1}.sv-modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.sv-modal{background:#fff;border-radius:16px;padding:36px 32px;width:420px;max-width:90%;position:relative;display:flex;flex-direction:column;align-items:center;gap:24px;box-shadow:0 10px 30px #00000026;animation:sv-modal-in .3s cubic-bezier(.16,1,.3,1)}@keyframes sv-modal-in{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.sv-modal-close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:24px;cursor:pointer;color:#6b7280;transition:color .15s}.sv-modal-close:hover{color:#dc2626}.sv-modal-title{font-family:Poppins,sans-serif;font-size:18px;font-weight:700;color:#042323;text-align:center;margin:0;line-height:1.4;padding:0 10px}.sv-modal-input-wrapper{display:flex;align-items:center;border:2px solid #d1d5db;border-radius:30px;padding:10px 24px;width:80%;background:#fff;transition:border-color .2s}.sv-modal-input-wrapper:focus-within{border-color:#1c77c3}.sv-modal-currency{font-family:Poppins,sans-serif;font-size:22px;font-weight:700;color:#042323;margin-right:6px}.sv-cost-input{border:none;outline:none;font-family:Poppins,sans-serif;font-size:22px;font-weight:700;color:#042323;width:100%;text-align:center}.sv-calendar-modal{background:#fff;border-radius:16px;padding:24px;width:360px;box-shadow:0 10px 30px #00000026;display:flex;flex-direction:column;align-items:center;gap:16px;animation:sv-modal-in .3s cubic-bezier(.16,1,.3,1)}.sv-cal-header{display:flex;justify-content:space-between;align-items:center;width:100%;padding:0 8px}.sv-cal-selects{display:flex;gap:8px}.sv-cal-select{font-family:Poppins,sans-serif;font-size:15px;font-weight:700;color:#042323;border:1px solid #cbd5e1;border-radius:8px;padding:4px 8px;background-color:#fff;outline:none;cursor:pointer;transition:all .15s ease-in-out}.sv-cal-select:hover{border-color:#94a3b8;background-color:#f8fafc}.sv-cal-nav{display:flex;gap:8px}.sv-cal-nav-btn{background:none;border:none;font-size:20px;font-weight:700;cursor:pointer;color:#1c77c3;width:36px;height:36px;border-radius:50%;transition:background .15s;display:flex;align-items:center;justify-content:center}.sv-cal-nav-btn:hover{background:#f3f4f6}.sv-cal-weekdays{display:grid;grid-template-columns:repeat(7,1fr);width:100%;border-bottom:1px solid #e5e7eb;padding-bottom:8px}.sv-cal-weekday{text-align:center;font-family:Poppins,sans-serif;font-size:12px;font-weight:600;color:#6b7280}.sv-cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;width:100%}.sv-cal-day{background:none;border:none;height:38px;border-radius:8px;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;color:#042323;cursor:pointer;transition:all .15s}.sv-cal-day:hover:not(:disabled){background:#eff6ff;color:#1c77c3}.sv-cal-day.other-month{color:#d1d5db}.sv-cal-day.selected{background:#1c77c3!important;color:#fff!important}.sv-cal-day.disabled-past{color:#e5e7eb;cursor:not-allowed}.sv-cal-ok{background:none;border:none;color:#1c77c3;font-family:Poppins,sans-serif;font-weight:700;font-size:16px;cursor:pointer;margin-top:8px;padding:6px 20px;border-radius:6px;transition:background .15s}.sv-cal-ok:hover{background:#f3f4f6}.results-view{animation:sv-fade-in .4s ease}@keyframes sv-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.sv-result-info-box{background:#fff;border-radius:12px;padding:18px 24px;box-shadow:0 4px 10px #0000000a;border:1px solid #e5e7eb;width:100%}.sv-result-info-box p{font-family:Poppins,sans-serif;font-size:15px;color:#042323;margin:0;line-height:1.6}.sv-result-cards{display:flex;flex-direction:column;gap:16px;width:100%}.sv-result-card{border-radius:12px;padding:20px 24px;box-shadow:0 4px 10px #00000008;border-left:6px solid;display:flex;align-items:center;justify-content:space-between;transition:transform .2s}.sv-result-card:hover{transform:translate(4px)}.sv-result-card.daily{background:#ecfdf5;border-color:#10b981}.sv-result-card.weekly{background:#eff6ff;border-color:#3b82f6}.sv-result-card.monthly{background:#faf5ff;border-color:#8b5cf6}.sv-result-card-header{font-family:Poppins,sans-serif;font-size:15px;font-weight:700;color:#042323}.sv-result-card-amount{font-family:Poppins,sans-serif;font-size:26px;font-weight:800;color:#042323}.sv-result-card-footer{font-family:Poppins,sans-serif;font-size:12px;font-weight:600;color:#6b7280}.sv-desktop-view{display:block}.sv-mobile-view{display:none}@media(max-width:768px){.sv-desktop-view{display:none!important}.sv-mobile-view{display:flex;flex-direction:column;gap:20px;align-items:stretch;width:100%;box-sizing:border-box;flex:1;justify-content:space-between}.sv-page-container{margin:-24px -20px;padding:24px 20px;flex:1;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;min-height:calc(100vh - 70px)!important;background:#f4f6f9}.sv-mobile-planning-view,.sv-mobile-results-view{display:flex;flex-direction:column;flex:1;width:100%;justify-content:space-between;align-items:stretch;gap:20px;box-sizing:border-box}.sv-mobile-card{background:#ffecc1;border:2.5px solid #ffd88a;border-radius:16px;padding:22px 20px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:100%;box-sizing:border-box;box-shadow:0 4px 6px #00000008;flex:1;min-height:170px;max-height:210px}.sv-mobile-card-title{font-family:Poppins,sans-serif;font-size:20px;font-weight:800;color:#374151;margin:0;text-align:center}.sv-mobile-card-title.dark-text{color:#111827}.sv-mobile-card-title.font-normal{font-weight:700;font-size:18px;margin-top:4px;margin-bottom:4px}.sv-mobile-card-pill{background:#fff;border-radius:30px;padding:10px 24px;display:flex;align-items:center;justify-content:center;font-family:Poppins,sans-serif;font-size:22px;font-weight:800;color:#111827;margin:0;width:100%;max-width:280px;box-sizing:border-box;min-height:52px;box-shadow:inset 0 2px 4px #00000008;border:1.5px solid #ffd88a}.sv-mobile-card-pill.result-pill{border:2px solid #111827;width:100%;max-width:280px;font-size:24px}.sv-mobile-card-pill.val-strikethrough span{text-decoration:line-through;text-decoration-thickness:2.5px;text-decoration-color:#111827}.sv-mobile-card-pill span{white-space:nowrap}.sv-mobile-btn-outline{width:100%;max-width:280px;height:48px;border:2px solid #1c77c3;color:#1c77c3;background:#fff;border-radius:10px;font-family:Poppins,sans-serif;font-weight:700;font-size:18px;cursor:pointer;transition:all .15s ease;box-shadow:0 3px 6px #1c77c326;display:flex;align-items:center;justify-content:center;outline:none}.sv-mobile-btn-outline:hover{background:#f0f7ff}.sv-mobile-btn-outline:active{transform:scale(.97)}.sv-mobile-bottom-section{display:flex;flex-direction:column;align-items:center;width:100%;margin-top:12px;gap:12px;box-sizing:border-box}.sv-mobile-prompt-text{font-family:Poppins,sans-serif;font-size:20px;font-weight:800;color:#111827;margin:0;text-align:center}.sv-mobile-btn-findout{width:100%;height:54px;border:none;background:#1c77c3;color:#fff;border-radius:10px;font-family:Poppins,sans-serif;font-weight:700;font-size:20px;cursor:pointer;transition:all .15s ease;box-shadow:0 4px 6px #1c77c333;display:flex;align-items:center;justify-content:center;outline:none}.sv-mobile-btn-findout:hover:not(:disabled){background:#1562a1}.sv-mobile-btn-findout:active:not(:disabled){transform:scale(.97)}.sv-mobile-btn-findout:disabled{background:#b8b8b8;color:#fff;cursor:not-allowed;box-shadow:0 3px 3px #00000026}.sv-mobile-results-cards-row{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;width:100%;box-sizing:border-box}.sv-mobile-card-sm{background:#ffecc1;border:2px solid #ffd88a;border-radius:12px;padding:16px 12px;display:flex;flex-direction:column;align-items:center;width:100%;box-sizing:border-box;box-shadow:0 2px 4px #00000005}.sv-mobile-card-title-sm{font-family:Poppins,sans-serif;font-size:14px;font-weight:800;color:#374151;margin:0 0 10px;text-align:center}.sv-mobile-card-pill-sm{background:#fff;border-radius:20px;padding:6px 12px;display:flex;align-items:center;justify-content:center;font-family:Poppins,sans-serif;font-size:15px;font-weight:800;color:#111827;width:100%;box-sizing:border-box;min-height:36px;box-shadow:inset 0 1px 2px #00000008}.sv-mobile-card-pill-sm span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sv-mobile-main-result-card{background:#fff;border:2px solid #111827;box-shadow:0 4px 12px #0000000d;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:24px 20px;min-height:380px;max-height:440px;width:100%;box-sizing:border-box}.sv-mobile-main-result-card .sv-mobile-card-title{color:#111827;margin-bottom:0}.sv-mobile-result-mascot{height:90px;width:auto;object-fit:contain;margin:0}.sv-mobile-timeline{width:100%;padding:0;box-sizing:border-box}.sv-timeline-track{position:relative;width:100%;display:flex;flex-direction:column;align-items:center}.sv-timeline-line{position:absolute;top:15px;left:16px;right:16px;height:4px;background:#3b82f6;z-index:1}.sv-timeline-nodes{display:flex;justify-content:space-between;width:100%;position:relative;z-index:2}.sv-timeline-node{background:none;border:none;display:flex;flex-direction:column;align-items:center;cursor:pointer;padding:0;outline:none;width:60px}.sv-node-dot{width:32px;height:32px;border-radius:50%;background:#fff;border:3px solid #3b82f6;display:flex;align-items:center;justify-content:center;position:relative;box-sizing:border-box;transition:all .2s ease}.sv-timeline-node.active .sv-node-dot{border-color:#f8dc4a;background:#f8dc4a}.sv-node-badge{font-size:16px;line-height:1}.sv-node-label{font-family:Poppins,sans-serif;font-size:14px;font-weight:700;color:#4b5563;margin-top:8px;transition:color .2s}.sv-timeline-node.active .sv-node-label{color:#111827;font-weight:800}.sv-mobile-btn-save{width:100%;height:54px;border:none;background:#1c77c3;color:#fff;border-radius:10px;font-family:Poppins,sans-serif;font-weight:700;font-size:20px;cursor:pointer;transition:all .15s ease;box-shadow:0 4px 6px #1c77c333;display:flex;align-items:center;justify-content:center;outline:none;margin-top:12px}.sv-mobile-btn-save:hover{background:#1562a1}.sv-mobile-btn-save:active{transform:scale(.97)}}.sub-page-container{display:flex;flex-direction:column;align-items:center;background:radial-gradient(circle at top right,rgba(255,217,207,.6),transparent 60%),radial-gradient(circle at bottom left,rgba(254,255,227,.6),transparent 60%),#fff;margin:-32px -40px;padding:48px 40px 64px;min-height:calc(100vh - 60px)}@media(max-width:768px){.sub-page-container{margin:-24px -20px;padding:32px 20px 48px;background:#f4f6f9!important;min-height:calc(100vh - 70px)!important}}.sub-content-wrapper{display:flex;flex-direction:column;align-items:center;max-width:960px;width:100%}.sub-main-title{font-family:Poppins,sans-serif;font-size:38px;font-weight:700;color:#042323;margin:0;text-align:center}.sub-subtitle{font-family:Poppins,sans-serif;font-size:16px;color:#4b5563;margin-top:12px;margin-bottom:40px;text-align:center;font-weight:600}.sub-cards-row{display:flex;justify-content:center;align-items:stretch;gap:32px;width:100%}@media(max-width:768px){.sub-cards-row{flex-direction:column;align-items:center;gap:24px}}.sub-plan-card{width:100%;max-width:420px;border-radius:16px;padding:40px 32px;display:flex;flex-direction:column;gap:18px;box-shadow:0 4px 20px #00000008;transition:transform .25s ease,box-shadow .25s ease;position:relative;box-sizing:border-box}.sub-plan-card:hover{transform:translateY(-4px)}.sub-plan-card.free-plan{background:#fff;border:2px solid #042323}.sub-plan-card.premium-plan{background:#042323;border:1.5px solid #042323;box-shadow:0 10px 30px #04232333}.sub-plan-card.premium-plan:hover{box-shadow:0 14px 40px #0423234d}.sub-card-header-row{display:flex;justify-content:space-between;align-items:center;width:100%}.sub-plan-name{font-family:Poppins,sans-serif;font-size:26px;font-weight:800;color:#042323;margin:0}.sub-current-badge{background:#ffeae6;border:1.5px solid #ff7b5a;border-radius:20px;padding:4px 14px;font-family:Poppins,sans-serif;font-size:12px;font-weight:700;color:#ff7b5a;white-space:nowrap}.sub-price-row{display:flex;align-items:baseline;gap:4px}.sub-price-num{font-family:Poppins,sans-serif;font-size:44px;font-weight:800;color:#042323}.sub-price-period{font-family:Poppins,sans-serif;font-size:16px;font-weight:700;color:#6b7280}.yellow-text,.sub-price-row.yellow-text .sub-price-num{color:#fdde55!important}.sub-price-row.yellow-text .sub-price-period{color:#fdde55cc!important}.sub-card-desc{font-family:Poppins,sans-serif;font-size:14px;color:#4b5563;line-height:1.6;margin:0;min-height:48px}.white-text{color:#ffffffe6!important}.sub-card-divider{border:none;border-top:1.5px solid #e5e7eb;width:100%;margin:8px 0}.sub-card-divider.white-divider{border-top:1.5px solid rgba(255,255,255,.15)}.sub-features-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px;flex:1}.sub-feature-item{display:flex;align-items:flex-start;gap:12px}.sub-checkmark{width:20px;height:20px;border-radius:50%;background:#10b981;color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;flex-shrink:0;margin-top:2px}.sub-feature-text{font-family:Poppins,sans-serif;font-size:14px;color:#374151;line-height:1.5}.premium-plan .sub-feature-text{color:#ffffffd9}.sub-card-btn{border-radius:30px;padding:14px 28px;font-family:Poppins,sans-serif;font-size:16px;font-weight:700;width:100%;transition:all .25s ease;box-sizing:border-box;margin-top:12px}.sub-card-btn.basic-btn{background:#fff;border:2px solid #042323;color:#042323;cursor:default;opacity:1}.sub-card-btn.premium-btn{background:#fff;border:none;color:#042323;cursor:pointer;box-shadow:0 4px 12px #ffffff26}.sub-card-btn.premium-btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #fff3;background:#fbfbfb}.sg-mobile-navbar{display:none}@media(max-width:768px){.sg-mobile-navbar{display:flex;align-items:center;justify-content:space-between;height:70px;padding:0 20px;background:#f4f6f9;border-bottom:none;position:sticky;top:0;z-index:900;width:100%;box-shadow:none}.sg-mobile-navbar.stopwatch-mobile-navbar{height:128px}.sg-mobile-navbar.stopwatch-mobile-navbar .sg-mobile-navbar-left{gap:12px}.sg-mobile-navbar.stopwatch-mobile-navbar .sg-mobile-navbar-title{font-size:20px}.sg-mobile-navbar.stopwatch-mobile-navbar .sg-mobile-navbar-mascot{height:54px}.sg-mobile-navbar.stopwatch-mobile-navbar+.sg-dashboard-content{min-height:calc(100vh - 128px)!important}.sg-mobile-navbar.find-duration-mobile-navbar{height:110px}.sg-mobile-navbar.find-duration-mobile-navbar .sg-mobile-navbar-left{gap:12px;transform:translateY(8px)}.sg-mobile-navbar.find-duration-mobile-navbar .sg-mobile-navbar-title{font-size:20px}.sg-mobile-navbar.find-duration-mobile-navbar .sg-mobile-navbar-mascot{height:54px;transform:translateY(8px)}.sg-mobile-navbar.find-duration-mobile-navbar+.sg-dashboard-content{min-height:calc(100vh - 110px)!important;padding:1px 14px 20px 19px!important}.sg-mobile-navbar.find-end-time-mobile-navbar{height:110px}.sg-mobile-navbar.find-end-time-mobile-navbar .sg-mobile-navbar-left{gap:12px;transform:translateY(8px)}.sg-mobile-navbar.find-end-time-mobile-navbar .sg-mobile-navbar-title{font-size:20px}.sg-mobile-navbar.find-end-time-mobile-navbar .sg-mobile-navbar-mascot{height:54px;transform:translateY(8px)}.sg-mobile-navbar.find-end-time-mobile-navbar+.sg-dashboard-content{min-height:calc(100vh - 110px)!important;padding:1px 14px 20px 19px!important}.sg-mobile-navbar-left{display:flex;align-items:center;gap:16px}.sg-mobile-menu-btn{background:none;border:none;padding:0;cursor:pointer;color:#042323;display:flex;align-items:center;justify-content:center;transition:opacity .15s ease}.sg-mobile-menu-btn:hover{opacity:.8}.sg-mobile-navbar-title{font-family:Poppins,sans-serif;font-size:22px;font-weight:700;color:#000}.sg-mobile-navbar-mascot{height:44px;width:auto;object-fit:contain}.sg-sidebar-overlay{display:block;position:fixed;top:0;left:0;width:100vw;height:100vh;background:#04232373;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:950;animation:sgFadeIn .2s ease-out forwards}.sg-sidebar{width:280px!important;min-width:280px!important;transform:translate(-100%)!important;transition:transform .3s cubic-bezier(.4,0,.2,1)!important;z-index:1000!important;box-shadow:0 0 24px #00000026!important}.sg-sidebar.open{transform:translate(0)!important}.sg-sidebar-label,.sg-sidebar-chevron{display:block!important}.sg-sidebar-logo{padding:28px 24px 16px!important;text-align:left!important}.sg-sidebar-logo img{height:40px!important;width:auto!important}.sg-sidebar-link{justify-content:flex-start!important;padding:15px 24px!important;height:68px!important;font-size:18px!important;font-weight:600!important;margin-bottom:16px!important;background:#fff!important;border:2px solid #042323!important;border-radius:12px!important;color:#042323!important;box-shadow:0 4px #04232326!important;transition:all .2s ease!important}.sg-sidebar-link.active{background:#f8dc4a!important}.sg-sidebar-link:hover{background:#fdf2b5!important}.sg-sidebar-link:hover.active{background:#f8dc4a!important}.sg-sidebar-submenu{display:flex!important;flex-direction:column!important;align-items:stretch!important;width:100%!important;padding:16px!important;box-sizing:border-box!important;border:2px solid #042323!important;border-radius:12px!important;background:#fff!important;gap:8px!important;margin-bottom:16px!important;margin-top:-8px!important}.sg-sidebar-sublink{display:flex!important;align-items:center!important;justify-content:flex-start!important;width:100%!important;box-sizing:border-box!important;padding:12px 16px!important;font-size:16px!important;font-weight:600!important;border-radius:10px!important;background:transparent!important;border:none!important;color:#042323!important;transition:all .2s ease!important}.sg-sidebar-sublink.active{background:#f8dc4a!important}.sg-sidebar-sublink:hover{background:#fdf2b5!important}.sg-sidebar-sublink:hover.active{background:#f8dc4a!important}.sg-dashboard-main{margin-left:0!important;width:100%!important}.sg-dashboard-content{padding:16px 20px 24px!important;min-height:calc(100vh - 70px)!important;display:flex;flex-direction:column;box-sizing:border-box;background:#f4f6f9!important}}@keyframes sgFadeIn{0%{opacity:0}to{opacity:1}}.purchasing-mobile-wallet{display:flex;flex-direction:column;gap:16px;width:100%;flex:1;box-sizing:border-box}.purchasing-mobile-denom-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;padding:16px 24px calc(50vh + 24px);margin:0;width:100%;box-sizing:border-box;flex:1;align-content:start;overflow-y:auto}.purchasing-mobile-denom-btn{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:20px;padding:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 24px #00000008;transition:transform .15s ease}.purchasing-mobile-denom-btn:active{transform:scale(.95)}.purchasing-mobile-denom-img{height:64px;width:auto;max-width:100%;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.08))}.purchasing-mobile-adjust-btn{width:64px;height:64px;border-radius:14px;border:none;font-size:36px;font-weight:700;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .1s ease,filter .15s ease;box-shadow:0 4px 10px #0000000f}.purchasing-mobile-adjust-btn.minus{background:#c7786c}.purchasing-mobile-adjust-btn.plus{background:#7fae96}.purchasing-mobile-adjust-btn:hover{filter:brightness(1.05)}.purchasing-mobile-adjust-btn:active{transform:scale(.94);filter:brightness(.95)}.purchasing-mobile-bottom{position:fixed;left:0;right:0;bottom:0;width:100%;height:50vh;background:#fdf0d5;border-radius:24px 24px 0 0;box-shadow:0 -8px 24px #0000001a;padding:20px 24px;display:flex;flex-direction:column;gap:16px;box-sizing:border-box;z-index:10}.purchasing-mobile-selected-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;width:100%;max-height:190px;overflow-y:auto;padding:4px 2px;margin-top:4px;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}.purchasing-mobile-selected-list::-webkit-scrollbar{width:4px}.purchasing-mobile-selected-list::-webkit-scrollbar-track{background:transparent}.purchasing-mobile-selected-list::-webkit-scrollbar-thumb{background-color:#0003;border-radius:4px}.purchasing-mobile-selected-item{position:relative;width:100%;height:76px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:14px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000000f}.purchasing-mobile-selected-item img{max-width:82%;max-height:62%;object-fit:contain}.purchasing-mobile-selected-remove{position:absolute;top:-8px;right:-8px;width:24px;height:24px;border-radius:50%;background:#ef4444;color:#fff;border:2.5px solid #ffffff;font-size:15px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #00000026;transition:transform .15s ease,background-color .15s ease}.purchasing-mobile-selected-remove:hover{background:#dc2626;transform:scale(1.1)}.purchasing-mobile-selected-remove:active{transform:scale(.9)}.purchasing-mobile-empty-wallet-text{font-family:Poppins,sans-serif;font-size:20px;font-weight:500;color:#9ca3af;text-align:center;margin:0}.purchasing-mobile-total-box{display:flex;flex-direction:column;align-items:center;gap:12px;min-height:0;overflow:hidden}.purchasing-mobile-total-box.is-empty{flex:1}.purchasing-mobile-total-box.is-empty .purchasing-mobile-empty-wallet-text{flex:1;display:flex;align-items:center;justify-content:center}.purchasing-mobile-total-title{font-family:Poppins,sans-serif;font-size:20px;font-weight:700;color:#000;text-align:center}.purchasing-mobile-total-pill{background:#fff;border:none;border-radius:30px;padding:10px 48px;font-family:Poppins,sans-serif;font-size:32px;font-weight:800;color:#000;text-align:center;min-width:180px;box-shadow:inset 0 2px 4px #00000008,0 2px 8px #0000000a}.purchasing-mobile-action-btn{background:#1d70b8;color:#fff;border:none;border-radius:12px;padding:18px;font-family:Poppins,sans-serif;font-size:22px;font-weight:600;cursor:pointer;box-shadow:0 6px 16px #1d70b840;transition:background-color .15s ease,transform .15s ease;width:100%;text-align:center;margin-top:auto;flex-shrink:0}.purchasing-mobile-action-btn:hover{background-color:#005a9c}.purchasing-mobile-action-btn:active{transform:scale(.97)}.purchasing-mobile-action-btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.purchasing-mobile-buying{display:flex;flex-direction:column;gap:20px;width:100%;padding:0 0 12px;box-sizing:border-box}.purchasing-mobile-buying .purchasing-mobile-wallet-summary-card{background:#ffecc7;border:3px solid #E58A3C;border-radius:24px;padding:24px 20px;display:flex;flex-direction:column;align-items:center;gap:16px;box-shadow:0 4px 12px #e58a3c0d;box-sizing:border-box;width:100%}.purchasing-mobile-buying .purchasing-mobile-total-title{font-family:Poppins,sans-serif;font-size:22px;font-weight:700;color:#000;text-align:center;margin:0}.purchasing-mobile-buying .purchasing-mobile-total-pill{background:#fff;border:none;border-radius:40px;padding:10px 48px;font-family:Poppins,sans-serif;font-size:32px;font-weight:700;color:#000;text-align:center;min-width:180px;box-shadow:0 4px 12px #0000000d;box-sizing:border-box}.purchasing-mobile-buying .purchasing-mobile-view-wallet-btn{background:#fff;color:#1d70b8;border:3px solid #1d70b8;border-radius:16px;padding:12px 48px;font-family:Poppins,sans-serif;font-size:20px;font-weight:700;cursor:pointer;box-shadow:0 4px 10px #1d70b826;transition:all .15s ease;width:fit-content}.purchasing-mobile-buying .purchasing-mobile-view-wallet-btn:hover{background:#f0f7ff}.purchasing-mobile-buying .purchasing-mobile-view-wallet-btn:active{transform:scale(.97)}.purchasing-mobile-buying .purchasing-mobile-cart-card{background:#d5e5ff;border:none;border-radius:24px;padding:24px 20px;display:flex;flex-direction:column;align-items:center;gap:20px;box-shadow:0 4px 12px #1d70b80d;box-sizing:border-box;width:100%}.purchasing-mobile-buying .purchasing-mobile-cart-cost-pill{background:#fff;border:none;border-radius:40px;padding:10px 48px;font-family:Poppins,sans-serif;font-size:32px;font-weight:700;color:#000;text-align:center;min-width:180px;box-shadow:0 4px 12px #0000000d;box-sizing:border-box}.purchasing-mobile-buying .purchasing-mobile-items-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px 16px;width:100%;height:135px;overflow-y:auto;box-sizing:border-box;padding:12px 10px 10px;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.15) transparent}.purchasing-mobile-buying .purchasing-mobile-items-grid::-webkit-scrollbar{width:4px}.purchasing-mobile-buying .purchasing-mobile-items-grid::-webkit-scrollbar-track{background:transparent}.purchasing-mobile-buying .purchasing-mobile-items-grid::-webkit-scrollbar-thumb{background-color:#00000026;border-radius:4px}.purchasing-mobile-buying .purchasing-mobile-item-card{background:#fff;border-radius:14px;padding:16px 12px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;box-shadow:0 4px 12px #00000014;box-sizing:border-box;min-height:76px}.purchasing-mobile-buying .purchasing-mobile-item-name{font-family:Poppins,sans-serif;font-size:16px;font-weight:700;color:#000;margin-bottom:4px;text-align:center}.purchasing-mobile-buying .purchasing-mobile-item-price{font-family:Poppins,sans-serif;font-size:14px;font-weight:500;color:#6b7280;text-align:center}.purchasing-mobile-buying .purchasing-mobile-item-remove{position:absolute;top:-8px;right:-8px;width:26px;height:26px;border-radius:50%;background:#ef4444;color:#fff;border:2.5px solid #ffffff;font-size:16px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #00000026;transition:transform .15s ease,background-color .15s ease}.purchasing-mobile-buying .purchasing-mobile-item-remove:hover{background:#dc2626;transform:scale(1.1)}.purchasing-mobile-buying .purchasing-mobile-item-remove:active{transform:scale(.9)}.purchasing-mobile-buying .purchasing-mobile-empty-cart-text{grid-column:span 2;font-family:Poppins,sans-serif;font-size:14px;color:#9ca3af;text-align:center;display:flex;align-items:center;justify-content:center;height:100%;margin:0}.purchasing-mobile-buying .purchasing-mobile-add-item-btn{background:#1d70b8;color:#fff;border:none;border-radius:14px;padding:16px;font-family:Poppins,sans-serif;font-size:20px;font-weight:700;cursor:pointer;box-shadow:0 6px 14px #1d70b84d;transition:background-color .15s ease,transform .15s ease;width:100%;text-align:center}.purchasing-mobile-buying .purchasing-mobile-add-item-btn:hover{background-color:#005a9c}.purchasing-mobile-buying .purchasing-mobile-add-item-btn:active{transform:scale(.97)}.purchasing-mobile-buying .purchasing-mobile-check-btn{background:#1d70b8;color:#fff;border:none;border-radius:14px;padding:18px;font-family:Poppins,sans-serif;font-size:22px;font-weight:700;cursor:pointer;box-shadow:0 8px 20px #1d70b84d;transition:background-color .15s ease,transform .15s ease;width:100%;text-align:center;margin-top:16px}.purchasing-mobile-buying .purchasing-mobile-check-btn:hover{background-color:#005a9c}.purchasing-mobile-buying .purchasing-mobile-check-btn:active{transform:scale(.97)}.purchasing-mobile-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:2000;animation:mobile-modal-fadein .2s ease-out}.purchasing-mobile-modal{background:#fff;border-radius:28px;padding:40px 24px 32px;width:85%;max-width:330px;position:relative;display:flex;flex-direction:column;align-items:center;box-shadow:0 16px 48px #00000026;box-sizing:border-box;animation:mobile-modal-slidein .25s cubic-bezier(.175,.885,.32,1.1)}.purchasing-mobile-modal .purchasing-mobile-modal-close{position:absolute;top:20px;right:20px;background:none;border:none;font-size:32px;cursor:pointer;color:#000;font-weight:300;display:flex;align-items:center;justify-content:center;transition:transform .15s ease}.purchasing-mobile-modal .purchasing-mobile-modal-close:active{transform:scale(.9)}.purchasing-mobile-modal .purchasing-mobile-modal-title{font-family:Poppins,sans-serif;font-size:26px;font-weight:700;color:#000;text-align:center;margin:0 0 6px}.purchasing-mobile-modal .purchasing-mobile-modal-money-img{width:100%;max-width:220px;height:auto;max-height:130px;object-fit:contain;margin-bottom:28px;filter:drop-shadow(0 6px 14px rgba(0,0,0,.12))}.purchasing-mobile-modal .purchasing-mobile-modal-counter{display:flex;align-items:center;justify-content:center;gap:24px;width:100%;margin-bottom:32px}.purchasing-mobile-modal .purchasing-mobile-modal-qty{font-family:Poppins,sans-serif;font-size:64px;font-weight:700;color:#000;min-width:60px;text-align:center;line-height:1}.purchasing-mobile-modal .purchasing-mobile-modal-submit-btn{background:#1d70b8;color:#fff;border:none;border-radius:14px;padding:16px 32px;font-family:Poppins,sans-serif;font-size:20px;font-weight:700;cursor:pointer;width:100%;display:flex;align-items:center;justify-content:center;gap:12px;box-shadow:0 6px 16px #1d70b840;transition:background-color .15s ease,transform .15s ease;box-sizing:border-box}.purchasing-mobile-modal .purchasing-mobile-modal-submit-btn:hover{background-color:#005a9c}.purchasing-mobile-modal .purchasing-mobile-modal-submit-btn:active{transform:scale(.97)}.purchasing-mobile-modal .purchasing-mobile-modal-submit-btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.purchasing-mobile-modal .purchasing-mobile-modal-cart-icon{width:24px;height:24px;stroke:#fff;stroke-width:2.5}@keyframes mobile-modal-fadein{0%{opacity:0}to{opacity:1}}@keyframes mobile-modal-slidein{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.purchasing-mobile-result{display:flex;flex-direction:column;align-items:center;width:100%;padding:16px 24px 32px;box-sizing:border-box;flex:1;justify-content:space-between;gap:24px}.purchasing-mobile-result .purchasing-mobile-result-card{background:#fff;border-radius:20px;padding:24px;width:100%;display:flex;flex-direction:column;align-items:center;gap:16px;box-sizing:border-box;box-shadow:0 4px 16px #00000005}.purchasing-mobile-result .purchasing-mobile-result-card.can{border:3px solid #7fae96}.purchasing-mobile-result .purchasing-mobile-result-card.cannot{border:3px solid #c7786c}.purchasing-mobile-result .purchasing-mobile-result-icon-circle{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.purchasing-mobile-result .purchasing-mobile-result-icon-circle.can{background:#7fae96}.purchasing-mobile-result .purchasing-mobile-result-icon-circle.cannot{background:#c7786c}.purchasing-mobile-result .purchasing-mobile-result-icon-circle svg{width:28px;height:28px}.purchasing-mobile-result .purchasing-mobile-result-status-text{font-family:Poppins,sans-serif;font-size:36px;font-weight:700;margin:0;line-height:1.1}.purchasing-mobile-result .purchasing-mobile-result-status-text.can{color:#7fae96}.purchasing-mobile-result .purchasing-mobile-result-status-text.cannot{color:#c7786c}.purchasing-mobile-result .purchasing-mobile-result-amounts{display:flex;justify-content:space-between;width:100%;gap:20px}.purchasing-mobile-result .purchasing-mobile-result-amount-col{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px}.purchasing-mobile-result .purchasing-mobile-result-amount-label{font-family:Poppins,sans-serif;font-size:20px;font-weight:700;color:#000}.purchasing-mobile-result .purchasing-mobile-result-amount-pill{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:30px;padding:12px 0;font-family:Poppins,sans-serif;font-size:26px;font-weight:800;color:#000;text-align:center;width:100%;box-shadow:0 4px 12px #00000008;box-sizing:border-box}.purchasing-mobile-result .purchasing-mobile-result-scale{position:relative;width:100%;max-width:260px;height:120px;display:flex;flex-direction:column;align-items:center;margin:8px 0}.purchasing-mobile-result .purchasing-mobile-result-scale-bar{width:100%;height:8px;background:#e08535;border-radius:4px;position:relative;top:50px;transition:transform .4s cubic-bezier(.25,1,.5,1);transform-origin:center center}.purchasing-mobile-result .purchasing-mobile-result-scale-left{position:absolute;left:-10px;bottom:4px;width:60px;height:60px;transition:transform .4s cubic-bezier(.25,1,.5,1);transform-origin:center center}.purchasing-mobile-result .purchasing-mobile-result-scale-left img{width:100%;height:100%;object-fit:contain}.purchasing-mobile-result .purchasing-mobile-result-scale-right{position:absolute;right:-10px;bottom:4px;width:60px;height:60px;transition:transform .4s cubic-bezier(.25,1,.5,1);transform-origin:center center}.purchasing-mobile-result .purchasing-mobile-result-scale-right img{width:100%;height:100%;object-fit:contain}.purchasing-mobile-result .purchasing-mobile-result-scale-pivot{width:0;height:0;border-left:15px solid transparent;border-right:15px solid transparent;border-bottom:26px solid #8c6258;position:absolute;bottom:40px;left:calc(50% - 15px);z-index:1}.purchasing-mobile-result .purchasing-mobile-result-okay-btn{background:#1d70b8;color:#fff;border:none;border-radius:12px;padding:16px;font-family:Poppins,sans-serif;font-size:22px;font-weight:600;cursor:pointer;box-shadow:0 6px 16px #1d70b840;transition:background-color .15s ease,transform .15s ease;width:100%;text-align:center}.purchasing-mobile-result .purchasing-mobile-result-okay-btn:hover{background-color:#005a9c}.purchasing-mobile-result .purchasing-mobile-result-okay-btn:active{transform:scale(.97)}.gl-page-container{width:100%}.gl-desktop-view{display:block}.gl-mobile-view{display:none}@media(max-width:768px){.gl-desktop-view{display:none!important}.gl-mobile-view{display:flex;flex-direction:column;width:100%;box-sizing:border-box;gap:20px}.gl-mobile-hero{text-align:center;margin-top:8px;margin-bottom:8px;padding:0 8px}.gl-mobile-hero-title{font-family:Poppins,sans-serif;font-size:22px;font-weight:700;color:#111827;line-height:1.3;margin:0}.gl-mobile-hero-desc{font-family:Poppins,sans-serif;font-size:14px;color:#4b5563;margin:8px 0 0;line-height:1.5}.gl-mobile-controls{display:flex;align-items:center;gap:12px;width:100%;margin-bottom:8px;box-sizing:border-box}.gl-mobile-search-wrapper{position:relative;flex:1;display:flex;align-items:center}.gl-mobile-search-icon{position:absolute;left:12px;width:20px;height:20px;color:#9ca3af;pointer-events:none}.gl-mobile-search-input{width:100%;height:48px;padding:0 16px 0 42px;border:1.5px solid #111827;border-radius:10px;font-family:Poppins,sans-serif;font-size:15px;color:#111827;box-sizing:border-box;outline:none;background:#fff}.gl-mobile-search-input::placeholder{color:#9ca3af}.gl-mobile-sort-wrapper{position:relative;width:110px;display:flex;align-items:center}.gl-mobile-sort-select{width:100%;height:48px;padding:0 28px 0 12px;border:1.5px solid #111827;border-radius:10px;font-family:Poppins,sans-serif;font-size:15px;font-weight:600;color:#111827;background:#fff;box-sizing:border-box;appearance:none;outline:none;cursor:pointer}.gl-mobile-sort-arrow{position:absolute;right:12px;width:12px;height:12px;color:#111827;pointer-events:none;display:flex;align-items:center;justify-content:center}.gl-mobile-sort-arrow svg{width:100%;height:100%}.gl-mobile-cards-list{display:flex;flex-direction:column;gap:20px;width:100%;box-sizing:border-box}.gl-mobile-card{background:#fff;border:1.5px solid #e5e7eb;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;width:100%;box-sizing:border-box;box-shadow:0 4px 6px #00000005}.gl-mobile-card-image-wrapper{width:100%;height:180px;overflow:hidden}.gl-mobile-card-img{width:100%;height:100%;object-fit:cover}.gl-mobile-card-body{padding:16px 20px 20px;display:flex;flex-direction:column;gap:8px}.gl-mobile-card-title{font-family:Poppins,sans-serif;font-size:18px;font-weight:700;color:#111827;margin:0}.gl-mobile-card-desc{font-family:Poppins,sans-serif;font-size:14px;color:#6b7280;line-height:1.5;margin:0 0 12px}.gl-mobile-play-btn{width:100%;height:44px;border:2px solid #1c77c3;color:#1c77c3;background:#fff;border-radius:10px;font-family:Poppins,sans-serif;font-weight:700;font-size:16px;cursor:pointer;transition:all .15s ease;box-shadow:0 3px 6px #1c77c326;display:flex;align-items:center;justify-content:center;outline:none}.gl-mobile-play-btn:hover{background:#f0f7ff}.gl-mobile-play-btn:active{transform:scale(.98)}}.gl-desktop-controls{display:flex;justify-content:space-between;align-items:center;margin-top:24px;margin-bottom:24px;width:100%}.gl-desktop-search-wrapper{position:relative;width:320px;display:flex;align-items:center}.gl-desktop-search-icon{position:absolute;left:14px;width:18px;height:18px;color:#9ca3af;pointer-events:none}.gl-desktop-search-input{width:100%;height:44px;padding:0 16px 0 42px;border:1.5px solid #d1d5db;border-radius:10px;font-family:Poppins,sans-serif;font-size:15px;color:#111827;box-sizing:border-box;outline:none;background:#fff;transition:border-color .15s ease}.gl-desktop-search-input:focus{border-color:#1c77c3}.gl-desktop-search-input::placeholder{color:#9ca3af}.gl-desktop-sort-wrapper{position:relative;width:130px;display:flex;align-items:center}.gl-desktop-sort-select{width:100%;height:44px;padding:0 32px 0 14px;border:1.5px solid #d1d5db;border-radius:10px;font-family:Poppins,sans-serif;font-size:15px;font-weight:500;color:#374151;background:#fff;box-sizing:border-box;appearance:none;outline:none;cursor:pointer;transition:border-color .15s ease}.gl-desktop-sort-select:focus{border-color:#1c77c3}.gl-desktop-sort-arrow{position:absolute;right:14px;width:12px;height:12px;color:#6b7280;pointer-events:none;display:flex;align-items:center;justify-content:center}.gl-desktop-sort-arrow svg{width:100%;height:100%}.gl-desktop-resources-title{font-family:Poppins,sans-serif;font-size:24px;font-weight:700;color:#111827;margin-top:16px;margin-bottom:20px}
