@import "https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Baloo+2:wght@600;700&family=DM+Sans:wght@400;500&display=swap";@import "https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&display=swap";.nb-navbar{z-index:1000;background:#fff;border-bottom:1px solid #eee;width:100%;position:sticky;top:0}.nb-container{justify-content:space-between;align-items:center;max-width:1400px;height:82px;margin:auto;padding:0 20px;font-family:Nunito,sans-serif;display:flex}.nb-logo{height:70px}.nb-menu{gap:18px;list-style:none;display:flex}.nb-menu a{text-decoration:none}.nb-item{font-weight:800;position:relative}.nb-inner{align-items:center;gap:6px;display:flex}.nb-text{color:#333}.nb-hoverIcon{opacity:0;height:18px;transition:all .3s}.nb-item:hover .nb-hoverIcon{opacity:1}.nb-item:hover .nb-text{color:#f4b400}.nb-dropdown{opacity:0;visibility:hidden;background:#fff;min-width:200px;margin:10px 0 0;padding:0;list-style:none;transition:all .3s;position:absolute;top:100%;left:0;transform:translateY(10px);box-shadow:0 4px 10px #0000001a}.nb-item:hover .nb-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.nb-dropdown li{padding:10px 15px;list-style:none}.nb-dropdown a{color:#000;text-decoration:none}.nb-dropdown li:hover{color:#fff;background:#f4b400}.nb-right{align-items:center;gap:15px;display:flex}.nb-callBox{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.nb-btn{color:#fff;background:#e91e63;border-radius:30px;flex-direction:column;justify-content:center;align-items:center;gap:3px;padding:8px 22px;font-weight:600;text-decoration:none;display:flex}.nb-btn:hover{background:#d81b60}.nb-number{justify-content:center;align-items:center;gap:5px;font-size:13px;display:flex}.nb-menuIcon{cursor:pointer;display:none}.nb-mobile{z-index:2000;background:#fff;width:300px;height:100%;transition:all .3s;position:fixed;top:0;left:-320px;overflow-y:auto;box-shadow:0 0 15px #00000026}.nb-mobile.show{left:0}.nb-mobileTop{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:15px;display:flex}.nb-mobileLogo{height:42px}.nb-mobile ul{margin:0;padding:0;list-style:none}.nb-mobile li{border-bottom:1px solid #eee}.nb-mobileItem{cursor:pointer;padding:15px 18px;font-size:16px;font-weight:600;transition:all .2s}.nb-mobileItem:hover{background:#f4f4f4}.nb-mobileSub{background:#f9f9f9;margin:0;padding:0;list-style:none}.nb-mobileSub li{border-bottom:1px solid #e5e5e5;padding:10px 25px}.nb-mobileSub li a{color:#333;font-size:15px;text-decoration:none}.nb-mobileSub li:hover{color:#fff;background:#f4b400}.nb-mobileSub li:hover a{color:#fff}.nb-overlay{z-index:1500;inset:0;background:#0006;position:fixed;inset:0}@media (width<=1200px){.nb-container{max-width:1000px}}@media (width<=992px){.nb-menu,.nb-callBox{display:none}.nb-menuIcon{display:block}.nb-logo{height:55px}}@media (width<=768px){.nb-logo{height:45px}.nb-container{height:70px}}@media (width<=576px){.nb-logo{height:40px}.nb-mobile{width:260px}}@media (width<=420px){.nb-mobile{width:240px}}@media (width<=1200px){.nb-btn{padding:6px 16px;font-size:14px}.nb-number{font-size:12px}}@media (width<=1024px){.nb-btn{padding:6px 12px;font-size:13px}.nb-number{font-size:11px}}@media (width<=768px){.nb-btn{padding:5px 10px;font-size:12px}.nb-number{font-size:10px}}.ft-footer{color:#fff;padding-top:260px;font-family:Nunito,sans-serif;position:relative;overflow:hidden}.ft-footer:before{content:"";z-index:1;background:url(/assets/footer-mask-dark-DMqZmE6b.webp) top/cover no-repeat;width:100%;height:830px;position:absolute;top:0;left:0}.ft-container{z-index:5;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1200px;margin:auto;padding:40px 20px;display:grid;position:relative}.ft-col h4{margin-bottom:14px;font-weight:700}.ft-col ul{padding:0;list-style:none}.ft-col li{cursor:pointer;opacity:.9;margin-bottom:8px}.ft-col li:hover{opacity:1}.ft-logo{height:60px;margin-bottom:10px}.ft-gallery{grid-template-columns:repeat(3,1fr);gap:6px;max-width:170px;display:grid}.ft-gallery img{border-radius:8px;width:100%}.ft-social{gap:10px;margin-top:12px;display:flex}.ft-social a{color:#176a73;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;transition:all .3s;display:flex}.ft-social a:hover{color:#fff;background:#f4b400;transform:translateY(-3px)}.ft-links{grid-template-columns:1fr 1fr;gap:20px;display:grid}.ft-links ul{padding:0;list-style:none}.ft-links li{cursor:pointer;margin-bottom:8px}.ft-cloud{opacity:.9;z-index:2;pointer-events:none;position:absolute}.c1{width:90px;animation:40s linear infinite cloudMove1;top:340px;left:-120px}.c2{width:100px;animation:45s linear infinite cloudMove2;top:290px;right:-120px}.c3{width:140px;animation:60s linear infinite cloudMove3;bottom:120px;left:-150px}@keyframes cloudMove1{0%{left:-150px}to{left:110%}}@keyframes cloudMove2{0%{right:-150px}to{right:110%}}@keyframes cloudMove3{0%{left:-200px}to{left:120%}}.ft-girl{z-index:3;width:100px;animation:4s ease-in-out infinite floatGirl;position:absolute;bottom:160px;left:350px}.ft-boy{z-index:3;width:120px;animation:5s ease-in-out infinite floatBoy;position:absolute;top:282px;right:450px}@keyframes floatGirl{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}@keyframes floatBoy{0%{transform:translateY(0)}50%{transform:translateY(-18px)}to{transform:translateY(0)}}.ft-zig{z-index:10;width:100%;height:3px;margin:40px 0;position:relative}.ft-zig:before{content:"";background:repeating-linear-gradient(45deg,#fff 0 5px,#0000 5px 10px);width:40%;height:100%;position:absolute;top:0;left:0}.ft-zig:after{content:"";background:repeating-linear-gradient(-45deg,#fff 0 5px,#0000 5px 10px);width:40%;height:100%;position:absolute;top:0;right:0}.ft-hands{z-index:4;width:320px;position:absolute;bottom:60px;left:50%;transform:translate(-50%)}.ft-bottom{z-index:5;white-space:nowrap;flex-wrap:nowrap;justify-content:space-around;align-items:center;padding:1px 40px;font-size:14px;display:flex;position:relative}@media (width>=1600px){.ft-container{max-width:1400px}}@media (width<=1400px){.ft-container{max-width:1100px}.ft-boy{right:200px}.ft-girl{left:200px}}@media (width<=1200px){.ft-container{grid-template-columns:repeat(4,1fr);gap:16px}.ft-boy{right:120px}.ft-girl{left:120px}}@media (width<=1024px){.ft-container{grid-template-columns:repeat(2,1fr);gap:30px}.ft-girl,.ft-boy,.ft-hands,.ft-zig{display:none}}@media (width<=992px){.ft-container{grid-template-columns:repeat(4,1fr)}.ft-cloud{display:none}}@media (width<=768px){.ft-container{grid-template-columns:1fr 1fr;gap:6px;padding:7px 16px}.ft-logo{height:50px}.ft-gallery{grid-template-columns:repeat(3,1fr)}}@media (width<=600px){.ft-container{text-align:center;grid-template-columns:1fr 1fr;padding:1px}.ft-col{flex-direction:column;align-items:center;display:flex}.ft-social{justify-content:center}.ft-links{text-align:center;grid-template-columns:1fr}.ft-gallery{grid-template-columns:repeat(3,1fr);max-width:260px}.ft-bottom{text-align:center;flex-direction:column;gap:10px;margin-bottom:3px;padding:3px}}@media (width<=480px){.ft-container{text-align:center;grid-template-columns:1fr 1fr}.ft-col{flex-direction:column;align-items:center;display:flex}.ft-social{justify-content:center}.ft-gallery{grid-template-columns:repeat(3,1fr);max-width:260px}.ft-bottom{text-align:center;flex-direction:column;gap:10px;margin-bottom:3px;padding:3px}}.homehero{background:linear-gradient(#55d6e4 0%,#38c7d7 100%);width:100%;position:relative;overflow:hidden}.homehero__slider{width:100%;height:min(52vw,920px);min-height:560px;position:relative}.homehero__slide{opacity:0;visibility:hidden;transition:opacity .9s,visibility .9s,transform 1.2s;position:absolute;inset:0;overflow:hidden;transform:scale(1.03)}.homehero__slide--active{opacity:1;visibility:visible;z-index:2;transform:scale(1)}.homehero__bg{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.homehero__overlay{pointer-events:none;background:linear-gradient(#12bbcf14 0%,#0000000d 100%),radial-gradient(circle at 50% 42%,#fff3,#0000 28%),radial-gradient(circle at 20% 35%,#ffffff1f,#0000 16%),radial-gradient(circle at 78% 32%,#ffffff1f,#0000 18%);position:absolute;inset:0}.homehero__glassGlow{pointer-events:none;z-index:2;background:linear-gradient(90deg,#ffffff0a,#0000 30%,#ffffff0d 65%,#0000),radial-gradient(circle at 50% 18%,#ffffff29,#0000 22%);position:absolute;inset:0}.homehero__floatingWrap{z-index:4;pointer-events:none;position:absolute;inset:0}.homehero__contentWrap{z-index:5;position:absolute;inset:0}.homehero__content{text-align:center;width:min(560px,88%);position:absolute;top:50%;left:50%;transform:translate(-50%,-48%)}.homehero__miniTag,.homehero__percent,.homehero__heading,.homehero__subheading,.homehero__btn,.homehero__badgeFlower,.homehero__cloud,.homehero__planePath,.homehero__rocketBtn,.homehero__cloudImage,.homehero__controls{opacity:0;transform:translateY(32px)}.homehero--visible .homehero__slide--active .homehero__miniTag{animation:.75s .1s forwards homeheroFadeUp}.homehero--visible .homehero__slide--active .homehero__percent{animation:.75s .18s forwards homeheroFadeUp}.homehero--visible .homehero__slide--active .homehero__heading{animation:.75s .32s forwards homeheroFadeUp}.homehero--visible .homehero__slide--active .homehero__subheading{animation:.75s .46s forwards homeheroFadeUp}.homehero--visible .homehero__slide--active .homehero__btn{animation:.75s .6s forwards homeheroFadeUp}.homehero--visible .homehero__slide--active .homehero__badgeFlower{animation:.8s .2s forwards homeheroFadeUp}.homehero--visible .homehero__slide--active .homehero__cloud-one{animation:.8s .28s forwards homeheroFadeUp}.homehero--visible .homehero__slide--active .homehero__planePath{animation:.8s .36s forwards homeheroFadeUp}.homehero--visible .homehero__slide--active .homehero__rocketBtn--left{animation:.8s .42s forwards homeheroFadeUp}.homehero--visible .homehero__slide--active .homehero__rocketBtn--right{animation:.8s .48s forwards homeheroFadeUp}.homehero--visible .homehero__slide--active .homehero__cloud-two{animation:.8s .56s forwards homeheroFadeUp}.homehero--visible .homehero__slide--active .homehero__cloudImage{animation:.85s .2s forwards homeheroFadeUp}.homehero--visible .homehero__slide--active .homehero__controls{animation:.85s .3s forwards homeheroFadeUp}.homehero__miniTag{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;letter-spacing:.06em;text-transform:uppercase;background:#ffffff29;border:1px solid #ffffff59;border-radius:999px;justify-content:center;align-items:center;margin-bottom:12px;padding:8px 16px;font-size:.82rem;font-weight:700;display:inline-flex;box-shadow:0 10px 25px #00000014}.homehero__percent{letter-spacing:-.04em;color:#fff;text-shadow:0 8px 24px #00000024,4px 4px #63669c38;margin:0;font-size:clamp(2.8rem,6vw,5rem);font-weight:800;line-height:.95}.homehero__heading{color:#fff;text-shadow:0 8px 20px #0000001f;margin:10px 0 0;font-size:clamp(1.6rem,3.2vw,2.9rem);font-weight:700;line-height:1.05}.homehero__subheading{color:#fff;text-shadow:0 6px 18px #0000001a;max-width:520px;margin:16px auto 0;font-size:clamp(.95rem,1.55vw,1.15rem);font-weight:500;line-height:1.7}.homehero__btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff0f68 0%,#ff2f87 50%,#ff0c73 100%);border:none;border-radius:999px;min-width:170px;height:52px;margin-top:24px;padding:0 26px;font-size:1rem;font-weight:700;transition:transform .35s,box-shadow .35s,filter .35s;box-shadow:0 16px 28px #ff09643d,0 0 0 6px #ffffff14}.homehero__btn:hover{filter:brightness(1.05);transform:translateY(-4px)scale(1.03);box-shadow:0 22px 34px #ff09644d,0 0 0 8px #ffffff1f}.homehero__badgeFlower{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border:5px solid #f4c315;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;animation:3.8s ease-in-out infinite homeheroFloat;display:flex;position:absolute;top:20%;left:21%;transform:rotate(12deg);box-shadow:0 14px 26px #0000001f}.homehero__badgeFlowerInner{color:#fff;font-size:2rem;transform:rotate(-12deg)}.homehero__cloud{box-sizing:border-box;filter:drop-shadow(0 8px 12px #ffffff1f);background:0 0;border:4px solid #fffffff5;border-radius:999px;position:absolute}.homehero__cloud:before,.homehero__cloud:after{content:"";box-sizing:border-box;background:0 0;border:4px solid #fffffff5;border-radius:50%;position:absolute}.homehero__cloud-one{width:152px;height:72px;animation:4s ease-in-out infinite homeheroFloat;top:10%;left:50%;transform:translate(-50%)}.homehero__cloud-one:before{width:58px;height:58px;top:-26px;left:20px}.homehero__cloud-one:after{width:54px;height:54px;top:-18px;right:18px}.homehero__cloud-two{width:84px;height:40px;animation:4.3s ease-in-out infinite homeheroFloat;bottom:18%;right:12.5%}.homehero__cloud-two:before{width:36px;height:36px;top:-15px;left:7px}.homehero__cloud-two:after{width:34px;height:34px;top:-12px;right:8px}.homehero__planePath{width:160px;height:80px;animation:4.5s ease-in-out infinite homeheroPlaneFloat;position:absolute;top:24%;left:31%}.homehero__airplane{filter:drop-shadow(0 10px 16px #ffffff2e);width:100%;height:100%;display:block;overflow:visible}.homehero__rocketBtn{cursor:pointer;pointer-events:auto;background:0 0;border:none;width:110px;height:48px;padding:0;transition:transform .35s,filter .35s;position:absolute}.homehero__rocketBtn:hover{filter:drop-shadow(0 10px 18px #ffffff29)}.homehero__rocketBtn--left{animation:3.6s ease-in-out infinite homeheroRocketFloat;top:46%;left:4%}.homehero__rocketBtn--right{animation:3.8s ease-in-out infinite homeheroRocketFloatRight;top:46%;right:4%;transform:scaleX(-1)}.homehero__rocketSvg{width:100%;height:100%;display:block}.homehero__cloudImage{z-index:3;pointer-events:none;filter:brightness(0)invert()drop-shadow(0 -10px 20px #ffffff38);opacity:.98;width:100%;position:absolute;bottom:0;left:0}.homehero__controls{z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffd1;border-radius:0 0 24px;justify-content:center;align-items:center;gap:12px;min-width:160px;height:54px;padding:0 20px;display:flex;position:absolute;top:16px;left:24px;box-shadow:0 10px 28px #0000001a}.homehero__controlDot,.homehero__controlPill{cursor:pointer;background:#fff;border:none;transition:transform .3s,opacity .3s,background .3s}.homehero__controlDot{border-radius:50%;width:12px;height:12px}.homehero__controlPill{background:linear-gradient(135deg,#ff0f68 0%,#ff2f87 100%);border-radius:999px;width:34px;height:12px}.homehero__controlDot:hover,.homehero__controlPill:hover{transform:scale(1.08)}.homehero__dots{display:none;position:absolute;bottom:26px;left:50%;transform:translate(-50%)}.homehero__dot{display:none}@keyframes homeheroFadeUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes homeheroFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes homeheroPlaneFloat{0%,to{transform:translateY(0)rotate(-2deg)}50%{transform:translateY(-8px)rotate(2deg)}}@keyframes homeheroRocketFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes homeheroRocketFloatRight{0%,to{transform:scaleX(-1)translateY(0)}50%{transform:scaleX(-1)translateY(-8px)}}@media (width<=1400px){.homehero__slider{height:min(56vw,820px)}.homehero__content{width:min(520px,88%)}.homehero__badgeFlower{top:19%;left:18%}.homehero__planePath{width:138px;top:24%;left:28%}}@media (width<=991px){.homehero__slider{height:78vw;min-height:520px}.homehero__content{width:88%;top:52%}.homehero__miniTag{padding:7px 14px;font-size:.75rem}.homehero__percent{font-size:clamp(2.4rem,8vw,4rem)}.homehero__heading{font-size:clamp(1.4rem,4vw,2.4rem)}.homehero__subheading{font-size:clamp(.92rem,1.8vw,1.05rem);line-height:1.65}.homehero__btn{min-width:155px;height:48px;margin-top:22px;font-size:.95rem}.homehero__badgeFlower{width:54px;height:54px;top:18%;left:16%}.homehero__planePath{width:114px;height:64px;top:24%;left:27%}.homehero__rocketBtn{width:84px;height:38px}.homehero__rocketBtn--left{top:49%;left:2%}.homehero__rocketBtn--right{top:49%;right:2%}.homehero__controls{gap:10px;min-width:136px;height:46px;padding:0 16px}}@media (width<=767px){.homehero__slider{height:132vw;min-height:540px}.homehero__content{width:92%;top:52%;transform:translate(-50%,-50%)}.homehero__miniTag{margin-bottom:10px;padding:6px 12px;font-size:.68rem}.homehero__percent{text-shadow:0 8px 20px #0000001f,3px 3px #63669c38;font-size:clamp(2.2rem,11vw,3.6rem)}.homehero__heading{margin-top:10px;font-size:clamp(1.25rem,6vw,2rem)}.homehero__subheading{max-width:92%;margin-top:14px;font-size:.9rem;line-height:1.6}.homehero__btn{min-width:138px;height:44px;margin-top:18px;padding:0 18px;font-size:.9rem}.homehero__badgeFlower{border-width:3px;border-radius:10px;width:42px;height:42px;top:18%;left:17%}.homehero__badgeFlowerInner{font-size:1.2rem}.homehero__cloud-one{border-width:3px;width:88px;height:42px;top:10.5%}.homehero__cloud-one:before,.homehero__cloud-one:after,.homehero__cloud-two:before,.homehero__cloud-two:after,.homehero__cloud-two{border-width:3px}.homehero__cloud-one:before{width:32px;height:32px;top:-14px;left:12px}.homehero__cloud-one:after{width:30px;height:30px;top:-10px;right:12px}.homehero__cloud-two{width:54px;height:26px;bottom:20%;right:6%}.homehero__planePath{width:82px;height:48px;top:23%;left:28%}.homehero__rocketBtn{width:62px;height:28px}.homehero__rocketBtn--left{top:47%;left:4%}.homehero__rocketBtn--right{top:47%;right:4%}.homehero__cloudImage{bottom:0}.homehero__controls{gap:8px;min-width:116px;height:40px;padding:0 14px;top:10px;left:10px}.homehero__controlDot{width:10px;height:10px}.homehero__controlPill{width:28px;height:10px}}.essentialSkill{--bg-top:#f4f4f4;--bg-main:#f4e9df;--card-bg:#f7f7f7;--text-dark:#101010;--text-soft:#7f8298;--pink:#f71867;--pink-dark:#de0f5a;--teal:#0b7086;--orange:#f59a17;--shadow:0 18px 50px #12121214;--shadow-hover:0 22px 60px #1212121f;background:linear-gradient(to bottom, var(--bg-top) 0 29%, var(--bg-main) 29% 100%);padding:0 0 110px;position:relative;overflow:hidden}.essentialSkill__topBg{pointer-events:none;background:radial-gradient(circle at 20% 12%,#ffffffa6,#0000 18%),radial-gradient(circle at 82% 12%,#ffffff6b,#0000 14%),linear-gradient(#0000 0 29%,#0000 29% 100%);position:absolute;inset:0}.essentialSkill__container{z-index:2;max-width:1300px;margin:0 auto;padding:90px 22px 0;font-family:Nunito,sans-serif;position:relative}.essentialSkill__aboutRow{grid-template-columns:1.15fr 1fr .9fr;align-items:center;gap:34px;display:grid}.essentialSkill__aboutImageWrap,.essentialSkill__aboutContent,.essentialSkill__aboutKidWrap,.essentialSkill__waveDivider,.essentialSkill__programHeader,.essentialSkill__card,.essentialSkill__action{opacity:0;transform:translateY(40px)}.essentialSkill--visible .essentialSkill__aboutImageWrap{animation:.8s 80ms forwards essentialSkillFadeUp}.essentialSkill--visible .essentialSkill__aboutContent{animation:.8s .2s forwards essentialSkillFadeUp}.essentialSkill--visible .essentialSkill__aboutKidWrap{animation:.8s .32s forwards essentialSkillFadeUp}.essentialSkill--visible .essentialSkill__waveDivider{animation:.8s .38s forwards essentialSkillFadeUp}.essentialSkill--visible .essentialSkill__programHeader{animation:.8s .46s forwards essentialSkillFadeUp}.essentialSkill--visible .essentialSkill__card{animation:.8s forwards essentialSkillFadeUp}.essentialSkill--visible .essentialSkill__action{animation:.8s .65s forwards essentialSkillFadeUp}.essentialSkill__blobFrame{aspect-ratio:1.3;width:100%;max-width:470px;margin:0 auto;position:relative}.essentialSkill__blobOrange{background:var(--orange);border-radius:48% 52% 54% 46%/42% 37% 63% 58%;position:absolute;inset:0;transform:rotate(-11deg)}.essentialSkill__aboutImage{object-fit:cover;border-radius:44% 56% 50% 50%/40% 38% 62% 60%;width:calc(100% - 32px);height:calc(100% - 32px);position:absolute;inset:16px;box-shadow:0 15px 35px #00000014}.essentialSkill__dot{background:var(--orange);border-radius:50%;width:26px;height:26px;position:absolute;top:14px;right:86px;box-shadow:0 10px 25px #f59a1759}.essentialSkill__dot--small{width:22px;height:22px;top:auto;bottom:56px;right:12px}.essentialSkill__aboutContent{max-width:480px;position:relative}.essentialSkill__labelWrap{align-items:center;gap:10px;margin-bottom:10px;display:flex}.essentialSkill__miniIcon{justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.essentialSkill__miniIcon svg{width:100%;height:100%}.essentialSkill__sectionTag{color:#ef2b68;letter-spacing:.04em;font-size:15px;font-weight:700}.essentialSkill__title{color:var(--text-dark);margin:0 0 18px;font-size:clamp(2rem,3.2vw,3.2rem);font-weight:800;line-height:1.2}.essentialSkill__desc{color:var(--text-soft);text-align:justify;max-width:430px;margin:0 0 30px;font-size:1rem;line-height:1.95}.essentialSkill__btn{background:linear-gradient(135deg, var(--pink), #ff276f);color:#fff;cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;min-width:145px;height:54px;padding:15px 28px;font-size:20px;font-weight:900;text-decoration:none;transition:transform .35s,box-shadow .35s,filter .35s;display:inline-flex;box-shadow:0 14px 30px #f718673d}.essentialSkill__btn:hover{filter:brightness(1.05);transform:translateY(-4px);box-shadow:0 18px 38px #77093052}.essentialSkill__spark{width:42px;animation:3.5s ease-in-out infinite essentialSkillFloat;position:absolute;bottom:14%;right:12%}.essentialSkill__spark svg{width:100%;height:100%}.essentialSkill__aboutKidWrap{justify-content:center;align-items:flex-end;min-height:370px;display:flex;position:relative}.essentialSkill__kidImage{object-fit:contain;filter:drop-shadow(0 16px 26px #0000001a);width:100%;max-width:330px}.essentialSkill__blocks{align-items:flex-end;gap:6px;display:flex;position:absolute;bottom:14px;left:20px}.essentialSkill__block{border-radius:4px;width:28px;display:inline-block;box-shadow:0 10px 16px #00000014}.essentialSkill__block--red{background:#f51645;height:28px}.essentialSkill__block--blue{background:#2d7eff;height:34px}.essentialSkill__block--green{background:#4ab94e;height:25px}.essentialSkill__block--yellow{background:#f7d328;height:22px}.essentialSkill__block--orange{background:#ff8a1f;height:20px}.essentialSkill__horn{border:3px solid #0000;border-top-color:#202020;border-radius:50%;width:40px;height:46px;position:absolute;top:28px}.essentialSkill__horn:before{content:"";background:0 0;border:3px solid #202020;border-radius:50%;width:10px;height:10px;position:absolute;top:18px;right:-2px}.essentialSkill__horn--left{left:48%;transform:rotate(-18deg)}.essentialSkill__horn--right{left:57%;transform:rotate(20deg)scaleX(-1)}.essentialSkill__waveDivider{width:min(760px,100%);margin:28px auto 70px}.essentialSkill__waveDivider svg{width:100%;height:24px;display:block}.essentialSkill__programHeader{text-align:center;max-width:680px;margin:50px auto 52px;position:relative}.essentialSkill__programIcon{opacity:.8;width:58px;height:58px;margin:0 auto 8px}.essentialSkill__programIcon svg{width:100%;height:100%}.essentialSkill__programTag{color:#ef2b68;letter-spacing:.04em;margin:0 0 8px;font-size:15px;font-weight:700}.essentialSkill__programTitle{color:var(--text-dark);margin:0 0 18px;font-size:clamp(2rem,3vw,3rem);font-weight:800;line-height:1.25}.essentialSkill__programDesc{max-width:620px;color:var(--text-soft);margin:0 auto;font-size:1rem;line-height:1.95}.essentialSkill__card{box-shadow:var(--shadow);background:#f8f8f8f0;border-radius:38px;padding:34px 26px 30px;transition:transform .35s,box-shadow .35s,background .35s}.essentialSkill__card:hover{box-shadow:var(--shadow-hover);background:#fbfbfb;transform:translateY(-8px)}.essentialSkill__cardImageWrap{width:140px;height:96px;margin-bottom:14px;position:relative}.essentialSkill__cardImage{object-fit:cover;border-radius:999px;width:120px;height:80px;display:block}.essentialSkill__bubble{background:#d8d2cc;border-radius:50%;position:absolute}.essentialSkill__bubble--one{width:16px;height:16px;top:4px;right:40px}.essentialSkill__bubble--two{background:#4b5960;width:9px;height:9px;bottom:10px;right:7px}.essentialSkill__bubble--three{background:#ffced9;width:11px;height:11px;top:26px;right:-4px}.essentialSkill__cardContent{grid-template-columns:1fr;display:grid}.essentialSkill__cardTitle{color:var(--teal);margin:0 0 12px;font-size:1.8rem;font-weight:700;line-height:1.2}.essentialSkill__cardDesc{color:var(--text-soft);max-width:100%;margin:0 0 16px;font-size:.98rem;line-height:1.85}.essentialSkill__cardLink{color:#121212;width:fit-content;padding-bottom:6px;font-weight:700;text-decoration:none;display:inline-block;position:relative}.essentialSkill__cardLink:after{content:"";background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='7' viewBox='0 0 72 7'%3E%3Cpath d='M1 4 Q5 1 9 4 T17 4 T25 4 T33 4 T41 4 T49 4 T57 4 T65 4 T71 4' stroke='%23f59a17' stroke-width='2.2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") 50%/contain no-repeat;width:72px;height:7px;position:absolute;bottom:0;left:0}.essentialSkill__action{justify-content:center;margin-top:52px;display:flex}.essentialSkill__btn--center{min-width:160px}.essentialSkill__decor{pointer-events:none;z-index:1;opacity:.95;position:absolute}.essentialSkill__decor svg{width:100%;height:100%;display:block}.essentialSkill__decor--star{width:84px;height:84px;animation:4s ease-in-out infinite essentialSkillFloat;top:120px;left:21%}.essentialSkill__decor--rocketTop{width:98px;height:120px;animation:4.8s ease-in-out infinite essentialSkillFloat;top:72px;right:26%}.essentialSkill__decor--planet{width:132px;height:132px;animation:5s ease-in-out infinite essentialSkillFloat;top:770px;left:20%}.essentialSkill__decor--abc{width:180px;height:150px;animation:5.2s ease-in-out infinite essentialSkillFloat;top:835px;right:18%}.essentialSkill__decor--rocketBottom{opacity:.82;width:70px;height:96px;animation:4.5s ease-in-out infinite essentialSkillFloat;bottom:180px;right:11%}.essentialSkill__decor--dashLeft{width:130px;height:88px;bottom:330px;left:19%}.essentialSkill__decor--dashRight{width:140px;height:84px;top:1030px;right:21%}@keyframes essentialSkillFadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes essentialSkillFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.essentialSkill__slider{max-width:1300px;margin:0 auto;overflow:hidden}.essentialSkill__sliderTrack{transition:transform .55s;display:flex}.essentialSkill__slidePage{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:26px;min-width:100%;display:grid}.essentialSkill__paginationWrap{flex-wrap:wrap;justify-content:center;align-items:center;gap:18px;margin-top:28px;display:flex}.essentialSkill__pageBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f71867,#ff276f);border:none;border-radius:999px;outline:none;min-width:110px;height:46px;font-size:.95rem;font-weight:700;transition:transform .3s,box-shadow .3s;box-shadow:0 12px 24px #f7186738}.essentialSkill__pageBtn:hover{transform:translateY(-3px);box-shadow:0 16px 28px #f718674d}.essentialSkill__dots{justify-content:center;gap:8px;display:flex}.essentialSkill__dot{cursor:pointer;background:#bbb;border:none;border-radius:50%;width:11px;height:11px;padding:0;transition:all .3s}.essentialSkill__dot--active{background:#f71867;transform:scale(1.15)}@media (width<=1399px){.essentialSkill__aboutRow{grid-template-columns:1fr 1fr .85fr;gap:24px}.essentialSkill__decor--star,.essentialSkill__decor--planet{left:10%}.essentialSkill__decor--abc{right:8%}.essentialSkill__decor--rocketTop{right:11%}}@media (width<=1199px){.essentialSkill{padding-bottom:90px}.essentialSkill__container{padding-top:80px}.essentialSkill__aboutRow{text-align:center;grid-template-columns:1fr;gap:28px}.essentialSkill__aboutContent{max-width:760px;margin:0 auto}.essentialSkill__desc{max-width:100%;margin-left:auto;margin-right:auto}.essentialSkill__labelWrap{justify-content:center}.essentialSkill__spark{bottom:4%;right:18%}.essentialSkill__aboutKidWrap{min-height:auto;padding-top:10px}.essentialSkill__blocks{left:50%;transform:translate(-130px)}.essentialSkill__horn--left{left:calc(50% - 8px)}.essentialSkill__horn--right{left:calc(50% + 22px)}.essentialSkill__decor--star,.essentialSkill__decor--planet,.essentialSkill__decor--abc,.essentialSkill__decor--rocketTop,.essentialSkill__decor--rocketBottom,.essentialSkill__decor--dashLeft,.essentialSkill__decor--dashRight{opacity:.6}}@media (width<=991px){.essentialSkill{background:linear-gradient(to bottom, var(--bg-top) 0 23%, var(--bg-main) 23% 100%)}.essentialSkill__container{padding:70px 18px 0}.essentialSkill__blobFrame{max-width:400px}.essentialSkill__title{font-size:clamp(1.8rem,5vw,2.6rem)}.essentialSkill__programTitle{font-size:clamp(1.8rem,4.8vw,2.6rem)}.essentialSkill__slidePage{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.essentialSkill__card{border-radius:30px}.essentialSkill__cardTitle{font-size:1.55rem}.essentialSkill__decor--abc,.essentialSkill__decor--planet,.essentialSkill__decor--dashLeft,.essentialSkill__decor--dashRight{display:none}.essentialSkill__decor--rocketTop{top:46px;right:5%}.essentialSkill__decor--star{top:108px;left:5%}}@media (width<=767px){.essentialSkill{background:linear-gradient(to bottom, #f4f4f4 0 18%, var(--bg-main) 18% 100%);padding-bottom:74px}.essentialSkill__container{padding:56px 14px 0}.essentialSkill__blobFrame{max-width:320px}.essentialSkill__aboutImage{width:calc(100% - 24px);height:calc(100% - 24px);inset:12px}.essentialSkill__dot{width:18px;height:18px;top:10px;right:54px}.essentialSkill__dot--small{width:16px;height:16px;top:auto;bottom:34px;right:8px}.essentialSkill__title{font-size:1.85rem;line-height:1.28}.essentialSkill__desc,.essentialSkill__programDesc,.essentialSkill__cardDesc{font-size:.95rem;line-height:1.8}.essentialSkill__btn{min-width:132px;height:48px;padding:0 22px;font-size:.92rem}.essentialSkill__waveDivider{margin:22px auto 50px}.essentialSkill__programHeader{margin-bottom:34px}.essentialSkill__slidePage{grid-template-columns:1fr;gap:18px}.essentialSkill__card{border-radius:24px;padding:24px 22px}.essentialSkill__cardImageWrap{width:116px;height:86px;margin-bottom:12px}.essentialSkill__cardImage{width:98px;height:70px}.essentialSkill__cardTitle{font-size:1.35rem}.essentialSkill__cardLink:after{width:66px}.essentialSkill__aboutKidWrap{padding-bottom:12px}.essentialSkill__kidImage{max-width:255px}.essentialSkill__blocks{bottom:8px;transform:translate(-92px)}.essentialSkill__block{width:20px}.essentialSkill__block--red{height:20px}.essentialSkill__block--blue{height:24px}.essentialSkill__block--green{height:18px}.essentialSkill__block--yellow{height:15px}.essentialSkill__block--orange{height:14px}.essentialSkill__horn{border-width:2.5px;width:28px;height:34px;top:18px}.essentialSkill__horn:before{border-width:2.5px;width:8px;height:8px;top:14px}.essentialSkill__horn--left{left:calc(50% + 2px)}.essentialSkill__horn--right{left:calc(50% + 22px)}.essentialSkill__decor--rocketTop{width:70px;height:90px;top:42px}.essentialSkill__decor--star{width:60px;height:60px;top:98px}.essentialSkill__decor--rocketBottom{width:50px;height:70px;bottom:160px;right:5%}.essentialSkill__paginationWrap{gap:12px}.essentialSkill__pageBtn{min-width:95px;height:42px;font-size:.88rem}}@media (width<=480px){.essentialSkill__title{font-size:1.7rem}.essentialSkill__programTitle{font-size:1.65rem}.essentialSkill__card{padding:22px 18px}.essentialSkill__cardTitle{font-size:1.2rem}.essentialSkill__spark{display:none}.essentialSkill__decor--rocketTop,.essentialSkill__decor--star,.essentialSkill__decor--rocketBottom{opacity:.45}}.creativeSection{--pink:#f51b68;--pink-dark:#dd0f59;--text-gray:#6b7280;--heading:#1a1a1a;--shadow:0 20px 45px #00000014;background:#fff;padding:110px 0;position:relative;overflow:hidden}.creativeSection__container{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);align-items:center;gap:34px;max-width:1240px;margin:0 auto;padding:0 24px;font-family:Nunito,sans-serif;display:grid}.creativeSection__left,.creativeSection__right{min-width:0}.creativeSection__left{max-width:560px}.creativeSection__labelWrap{align-items:center;gap:10px;margin-bottom:16px;display:flex}.creativeSection__capIcon{color:#9ca3af;width:22px;min-width:22px;display:inline-flex}.creativeSection__capIcon svg{width:100%;height:auto}.creativeSection__eyebrow{color:var(--pink);font-size:16px;font-weight:700;line-height:1}.creativeSection__title{color:var(--heading);margin:0 0 22px;font-size:clamp(2rem,4vw,2.9rem);font-weight:700;line-height:1.14}.creativeSection__desc{max-width:500px;color:var(--text-gray);text-align:justify;margin:0 0 36px;font-size:16px;line-height:1.8}.creativeSection__actionArea{flex-wrap:wrap;align-items:center;gap:28px;display:flex;position:relative}.creativeSection__button{background:var(--pink);color:#fff;cursor:pointer;border:none;border-radius:999px;outline:none;padding:16px 34px;font-size:15px;font-weight:700;line-height:1;transition:all .35s;box-shadow:0 14px 28px #f51b683b}.creativeSection__button:hover{background:var(--pink-dark);transform:translateY(-3px)}.creativeSection__flyWrap{flex-shrink:0;width:180px;position:relative}.creativeSection__flyBoy{z-index:3;width:100%;height:auto;animation:3.8s ease-in-out infinite creativeFloat;display:block;position:relative}.creativeSection__rainbow{z-index:1;width:138px;position:absolute;top:-24px;left:50%;transform:translate(-50%)}.creativeSection__rainbow svg,.creativeSection__dashArrow svg{width:100%;height:auto;display:block}.creativeSection__dashArrow{opacity:.55;z-index:1;width:96px;position:absolute;bottom:-8px;left:-105px}.creativeSection__right{justify-content:center;align-items:center;gap:22px;display:flex}.creativeSection__imgFrame{width:280px;height:340px;box-shadow:var(--shadow);background:#f8f8f8;flex-shrink:0;overflow:hidden}.creativeSection__imgFrame--top{border-radius:0 0 160px;transform:translateY(-28px)}.creativeSection__imgFrame--bottom{border-radius:160px 0 0;transform:translateY(28px)}.creativeSection__imgFrame img{object-fit:cover;width:100%;height:100%;display:block}.creativeSection__left,.creativeSection__right{opacity:0;transition:opacity 1s,transform 1s;transform:translateY(40px)}.creativeSection--show .creativeSection__left,.creativeSection--show .creativeSection__right{opacity:1;transform:translateY(0)}@keyframes creativeFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (width>=1400px){.creativeSection__container{max-width:1320px}.creativeSection__imgFrame{width:300px;height:365px}}@media (width<=1199px){.creativeSection{padding:95px 0}.creativeSection__container{grid-template-columns:1fr 1fr;gap:26px}.creativeSection__left{max-width:100%}.creativeSection__imgFrame{width:240px;height:300px}.creativeSection__flyWrap{width:155px}.creativeSection__dashArrow{width:80px;left:-88px}}@media (width<=991px){.creativeSection{padding:85px 0}.creativeSection__container{text-align:center;grid-template-columns:1fr;gap:46px}.creativeSection__left{max-width:100%;margin:0 auto}.creativeSection__labelWrap{justify-content:center}.creativeSection__desc{max-width:680px;margin:0 auto 32px}.creativeSection__actionArea{justify-content:center;gap:20px}.creativeSection__right{justify-content:center;gap:18px}.creativeSection__imgFrame{width:250px;height:310px}.creativeSection__imgFrame--top{transform:translateY(-16px)}.creativeSection__imgFrame--bottom{transform:translateY(16px)}}@media (width<=767px){.creativeSection{padding:70px 0}.creativeSection__container{gap:34px;padding:0 18px}.creativeSection__title{font-size:clamp(1.7rem,7vw,2.2rem);line-height:1.2}.creativeSection__desc{margin-bottom:28px;font-size:15px;line-height:1.75}.creativeSection__actionArea{flex-direction:column;align-items:center;gap:16px}.creativeSection__button{padding:14px 28px;font-size:14px}.creativeSection__flyWrap{width:135px}.creativeSection__rainbow{width:110px;top:-18px}.creativeSection__dashArrow{display:none}.creativeSection__right{align-items:flex-end;gap:12px}.creativeSection__imgFrame{width:calc(50% - 6px);max-width:190px;height:240px}.creativeSection__imgFrame--top{border-radius:0 0 100px;transform:translateY(-8px)}.creativeSection__imgFrame--bottom{border-radius:100px 0 0;transform:translateY(8px)}}@media (width<=575px){.creativeSection{padding:58px 0}.creativeSection__container{padding:0 14px}.creativeSection__title br{display:none}.creativeSection__title{font-size:1.8rem}.creativeSection__eyebrow{font-size:14px}.creativeSection__desc{font-size:14px;line-height:1.7}.creativeSection__button{width:100%;max-width:230px}.creativeSection__flyWrap{width:118px}.creativeSection__rainbow{width:98px}.creativeSection__imgFrame{width:calc(50% - 5px);height:205px}}@media (width<=420px){.creativeSection__container{padding:0 12px}.creativeSection__title{font-size:1.6rem}.creativeSection__desc{font-size:13.5px}.creativeSection__imgFrame{height:180px}.creativeSection__flyWrap{width:105px}.creativeSection__rainbow{width:88px;top:-14px}}.schoolCampus{--primary-teal:#0e7487;--primary-purple:#675881;--primary-orange:#f79a16;--accent-pink:#ff1267;--bg-cream:#f4e8df;--text-dark:#111;--text-muted:#7f8193;--white:#fff;--shadow-card:0 18px 35px #093a4529;background:var(--bg-cream);opacity:0;padding-top:90px;transition:opacity .8s,transform .8s;overflow:hidden;transform:translateY(40px)}.schoolCampus--visible{opacity:1;transform:translateY(0)}.schoolCampus__top{padding:0 0 56px;position:relative}.schoolCampus__container{z-index:2;width:min(1120px,100% - 40px);margin:0 auto;font-family:Nunito,sans-serif;position:relative}.schoolCampus__bgStars{pointer-events:none;z-index:1;position:absolute;inset:0}.schoolCampus__starWrap{animation:4.5s ease-in-out infinite schoolCampusFloat;position:absolute}.schoolCampus__starWrap--left{width:130px;top:90px;left:20%}.schoolCampus__cuteStar,.schoolCampus__planet{width:100%;display:block}.schoolCampus__planetWrap{width:150px;animation:5s ease-in-out infinite reverse schoolCampusFloat;position:absolute;top:70px;right:18%}.schoolCampus__headingWrap{text-align:center;max-width:650px;margin:0 auto 48px}.schoolCampus__miniIcon{color:#b9a896;justify-content:center;align-items:center;width:42px;height:42px;margin:0 auto 6px;display:flex}.schoolCampus__miniIcon svg{width:30px;height:30px}.schoolCampus__tag{color:#ff215f;margin:0 0 8px;font-size:.95rem;font-weight:800}.schoolCampus__title{color:var(--text-dark);margin:0;font-size:clamp(1.9rem,2.4vw,2.8rem);font-weight:900;line-height:1.2}.schoolCampus__subtitle{max-width:520px;color:var(--text-muted);margin:16px auto 0;font-size:.95rem;line-height:1.8}.schoolCampus__cardsSliderWrap{position:relative}.schoolCampus__cardsControls{justify-content:center;align-items:center;gap:16px;margin-bottom:28px;display:flex}.schoolCampus__navBtn{color:#1a1a1a;cursor:pointer;background:#fff;border:none;border-radius:999px;width:46px;height:46px;font-size:1.7rem;font-weight:700;line-height:1;transition:transform .3s,box-shadow .3s,background .3s;box-shadow:0 12px 28px #00000014}.schoolCampus__navBtn:hover{background:#fff7fa;transform:translateY(-2px);box-shadow:0 14px 30px #ff12672e}.schoolCampus__paginationDots{justify-content:center;align-items:center;gap:10px;display:flex}.schoolCampus__dot{cursor:pointer;background:#00000029;border:none;border-radius:999px;width:11px;height:11px;transition:all .3s}.schoolCampus__dot--active{background:linear-gradient(135deg,#ff2366 0%,#ff277f 100%);width:32px}.schoolCampus__cardsGrid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:24px;display:grid}.schoolCampus__cardsGrid--paged{min-height:430px}.schoolCampus__card{min-height:100%;color:var(--white);box-shadow:var(--shadow-card);opacity:0;border-radius:120px 120px 26px 26px;animation:.8s forwards schoolCampusCardReveal;position:relative;transform:translateY(40px)}.schoolCampus__card--teal{background:linear-gradient(#0f7b91 0%,#126d81 100%)}.schoolCampus__card--purple{background:linear-gradient(#6b5b86 0%,#605177 100%)}.schoolCampus__cardInner{flex-direction:column;align-items:center;min-height:420px;padding:16px 16px 64px;display:flex;position:relative}.schoolCampus__imgWrapper{border:10px solid #ffffff0f;border-radius:100px 100px 18px 18px;width:100%;max-width:175px;height:140px;margin-bottom:16px;overflow:hidden}.schoolCampus__cardImg{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.schoolCampus__card:hover .schoolCampus__cardImg{transform:scale(1.08)}.schoolCampus__cardTitle{text-align:center;margin:0;font-size:1.1rem;font-weight:800;line-height:1.2}.schoolCampus__waveDivider{justify-content:center;align-items:center;gap:5px;margin:10px 0;display:flex}.schoolCampus__waveDivider span{border-bottom:2px solid #fffffff2;border-radius:999px;width:18px;height:6px;display:block}.schoolCampus__cardDesc{text-align:center;color:#fffffff5;max-width:185px;margin:0;font-size:.84rem;font-weight:500;line-height:1.75}.schoolCampus__cardBtn{color:#fff;cursor:pointer;z-index:3;background:linear-gradient(135deg,#ff2366 0%,#ff277f 100%);border:none;border-radius:999px;min-width:108px;height:40px;font-size:.83rem;font-weight:800;transition:transform .3s,box-shadow .3s;position:absolute;bottom:-14px;left:50%;transform:translate(-50%);box-shadow:0 10px 24px #ff226647}.schoolCampus__cardBtn:hover{transform:translate(-50%)translateY(-3px)}.schoolCampus__bottomDeco{color:#23d2d2;opacity:.95;width:58px;height:58px;position:absolute;bottom:-4px;left:-6px}.schoolCampus__facilitySvg{width:90%;height:80%;margin-top:-102px;display:block}.schoolCampus__statsSection{background:var(--primary-orange);min-height:335px;margin-top:120px;padding:84px 0 78px;position:relative;overflow:visible}.schoolCampus__statsWaveTop,.schoolCampus__statsWaveBottom{background:var(--bg-cream);z-index:1;width:104%;height:46px;position:absolute;left:-2%}.schoolCampus__statsWaveTop{border-bottom-right-radius:50% 100%;border-bottom-left-radius:50% 100%;top:-22px;transform:rotate(-.4deg)}.schoolCampus__statsWaveBottom{border-top-left-radius:50% 100%;border-top-right-radius:50% 100%;bottom:-22px;transform:rotate(-.35deg)}.schoolCampus__letters{z-index:1;pointer-events:none;position:absolute;inset:0}.schoolCampus__letters span{color:#ffcb7a54;font-size:clamp(2rem,3vw,4rem);font-weight:900;line-height:1;animation:6s ease-in-out infinite schoolCampusLetterFloat;position:absolute}.schoolCampus__overlayKid{z-index:4;pointer-events:none;filter:drop-shadow(0 16px 18px #0000002e);animation:4.5s ease-in-out infinite schoolCampusKidFloat;position:absolute}.schoolCampus__overlayKid--left{width:clamp(190px,18vw,270px);top:-52px;left:min(8%,90px)}.schoolCampus__overlayKid--right{width:clamp(190px,18vw,255px);top:-34px;right:min(6%,80px)}.schoolCampus__statsContainer{z-index:3;grid-template-columns:repeat(4,minmax(0,1fr));align-items:start;gap:22px;width:min(900px,100% - 40px);margin:0 auto;display:grid;position:relative}.schoolCampus__statItem{text-align:center;color:#fff;opacity:0;animation:.85s forwards schoolCampusStatReveal;transform:translateY(24px)}.schoolCampus__statIconCircle{background:#fff5ef;border-radius:999px;place-items:center;width:84px;height:84px;margin:0 auto 14px;display:grid;box-shadow:0 10px 25px #0000001f}.schoolCampus__statSvg{width:50px;height:50px;display:block}.schoolCampus__statNumber{margin:0 0 6px;font-size:clamp(1.8rem,2vw,2.2rem);font-weight:900;line-height:1}.schoolCampus__statText{margin:0;font-family:Comic Sans MS,Trebuchet MS,cursive,sans-serif;font-size:1rem;font-weight:800;line-height:1.35}@keyframes schoolCampusFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes schoolCampusCardReveal{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes schoolCampusStatReveal{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes schoolCampusKidFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes schoolCampusLetterFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (width<=1200px){.schoolCampus__container{width:min(100%,100% - 34px)}.schoolCampus__cardsGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.schoolCampus__planetWrap{right:10%}.schoolCampus__starWrap--left{left:10%}.schoolCampus__statsContainer{width:min(100%,100% - 34px)}}@media (width<=991px){.schoolCampus{padding-top:76px}.schoolCampus__headingWrap{margin-bottom:38px}.schoolCampus__cardsGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.schoolCampus__cardsGrid--paged{min-height:410px}.schoolCampus__cardInner{min-height:400px}.schoolCampus__statsSection{margin-top:95px;padding:74px 0 68px}.schoolCampus__statsContainer{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 18px}.schoolCampus__overlayKid,.schoolCampus__letters span:nth-child(n+6){display:none}}@media (width<=767px){.schoolCampus{padding-top:64px}.schoolCampus__top{padding-bottom:42px}.schoolCampus__container{width:min(100%,100% - 24px)}.schoolCampus__title{font-size:1.9rem}.schoolCampus__subtitle{font-size:.92rem;line-height:1.7}.schoolCampus__cardsControls{gap:12px;margin-bottom:20px}.schoolCampus__navBtn{width:40px;height:40px;font-size:1.45rem}.schoolCampus__cardsGrid{grid-template-columns:1fr;gap:22px}.schoolCampus__cardsGrid--paged{min-height:auto}.schoolCampus__card{width:100%;max-width:290px;margin:0 auto}.schoolCampus__cardInner{min-height:390px;padding:14px 14px 60px}.schoolCampus__imgWrapper{max-width:165px;height:132px}.schoolCampus__cardDesc{max-width:185px}.schoolCampus__planetWrap{width:100px;top:105px;right:-8px}.schoolCampus__starWrap--left{width:90px;top:110px;left:-8px}.schoolCampus__statsSection{min-height:auto;margin-top:88px;padding:68px 0 60px}.schoolCampus__statsContainer{grid-template-columns:1fr;gap:26px;width:min(100%,100% - 24px)}.schoolCampus__statIconCircle{width:78px;height:78px}.schoolCampus__statSvg{width:46px;height:46px}.schoolCampus__statText{font-size:.95rem}.schoolCampus__letters{display:none}}@media (width<=480px){.schoolCampus{padding-top:56px}.schoolCampus__container{width:min(100%,100% - 18px)}.schoolCampus__headingWrap{margin-bottom:32px}.schoolCampus__miniIcon{width:38px;height:38px}.schoolCampus__miniIcon svg{width:26px;height:26px}.schoolCampus__tag{font-size:.88rem}.schoolCampus__title{font-size:1.65rem}.schoolCampus__subtitle{font-size:.88rem}.schoolCampus__card{max-width:250px}.schoolCampus__cardInner{min-height:372px;padding:14px 12px 58px}.schoolCampus__imgWrapper{border-width:8px;max-width:150px;height:122px}.schoolCampus__cardTitle{font-size:1rem}.schoolCampus__cardDesc{max-width:166px;font-size:.8rem;line-height:1.7}.schoolCampus__cardBtn{min-width:100px;height:38px;font-size:.8rem}.schoolCampus__bottomDeco{width:52px;height:52px}.schoolCampus__planetWrap{width:84px;top:118px}.schoolCampus__starWrap--left{width:74px;top:120px}.schoolCampus__statsSection{margin-top:78px;padding:60px 0 54px}.schoolCampus__statsContainer{width:min(100%,100% - 18px)}.schoolCampus__statIconCircle{width:72px;height:72px;margin-bottom:12px}.schoolCampus__statSvg{width:42px;height:42px}.schoolCampus__statNumber{font-size:1.7rem}.schoolCampus__statText{font-size:.9rem}}@media (width<=360px){.schoolCampus__title{font-size:1.5rem}.schoolCampus__card{max-width:232px}.schoolCampus__cardInner{min-height:360px}.schoolCampus__imgWrapper{max-width:142px;height:116px}.schoolCampus__cardDesc{max-width:156px;font-size:.78rem}.schoolCampus__planetWrap,.schoolCampus__starWrap--left{display:none}}.schoolCampus__cardInner{flex-direction:column;justify-content:flex-start;align-items:center;height:100%;padding:16px 16px 60px;display:flex}.schoolCampus__imgWrapper{border-radius:100px 100px 18px 18px;width:170px;height:135px;margin-bottom:14px;overflow:hidden}.schoolCampus__cardDesc{text-align:center;max-width:180px}.schoolCampus__cardBtn{bottom:90px}@media (width<=767px){.schoolCampus__cardsGrid{grid-template-columns:repeat(2,1fr);gap:14px}.schoolCampus__card{max-width:180px;height:360px}.schoolCampus__cardInner{padding:12px 10px 55px}.schoolCampus__imgWrapper{width:130px;height:105px}.schoolCampus__cardTitle{font-size:.9rem}.schoolCampus__cardDesc{font-size:.75rem;line-height:1.6}.schoolCampus__cardBtn{min-width:90px;height:34px;font-size:.75rem}}@media (width<=480px){.schoolCampus__cardsGrid{grid-template-columns:repeat(2,1fr)}.schoolCampus__card{max-width:160px;height:340px}.schoolCampus__imgWrapper{width:120px;height:95px}}.schoolCampus__cardsGrid{grid-template-columns:repeat(4,1fr);justify-items:center;gap:24px;display:grid}.schoolCampus__card{border-radius:120px 120px 26px 26px;width:100%;max-width:260px;height:420px}@media (width<=991px){.schoolCampus__cardsGrid{grid-template-columns:repeat(2,1fr)}}@media (width<=1024px){.schoolCampus__cardsGrid{grid-template-columns:repeat(2,1fr)}}@media (width<=767px){.schoolCampus__cardsGrid{grid-template-columns:repeat(2,1fr);gap:14px}.schoolCampus__card{max-width:180px;height:360px}}@media (width<=480px){.schoolCampus__card{max-width:160px;height:340px}}.educationSection{--bg:#f4f4f4;--text:#1f1f1f;--muted:#7f8796;--accent:#f05772;--accent-dark:#ea4765;--shadow:0 24px 60px #18253f1f;--shadow-soft:0 18px 44px #18253f17;--radius-xl:34px;--radius-lg:26px;background:var(--bg);padding:78px 0 0;position:relative;overflow:hidden}.educationSection__container{z-index:2;width:min(1240px,100% - 32px);margin:0 auto;font-family:Nunito,sans-serif;position:relative}.educationSection__topDecor{grid-template-columns:180px minmax(0,1fr) 180px;align-items:start;gap:20px;margin-bottom:50px;display:grid}.educationSection__doodle{color:#262626;opacity:.8;justify-self:center;width:120px;height:120px;animation:5s ease-in-out infinite educationSectionFloat;transform:translateY(10px)rotate(-4deg)}.educationSection__headingWrap{text-align:center;max-width:860px;margin:0 auto}.educationSection__labelRow{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin-bottom:14px;display:flex}.educationSection__stars{color:#f6b0be;letter-spacing:4px;font-size:24px;line-height:1}.educationSection__tinyIcon{color:#b9b9b9;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.educationSection__tinyIcon svg{width:100%;height:100%}.educationSection__subTitle{color:var(--accent);letter-spacing:.04em;margin:0;font-size:20px;font-weight:800}.educationSection__title{color:var(--text);margin:0 0 18px;font-size:clamp(42px,5.6vw,65px);font-weight:900;line-height:1.08}.educationSection__desc{max-width:790px;color:var(--muted);text-align:justify;text-align-last:center;margin:0 auto 16px;font-size:21px;font-weight:500;line-height:1.95}.educationSection__extraDesc{color:#666e7f;text-align:justify;text-align-last:center;max-width:790px;margin:0 auto;font-size:18px;font-weight:500;line-height:1.95}.educationSection__desc strong,.educationSection__extraDesc strong{color:#2a2a2a;font-weight:800}.educationSection__topIcon{filter:drop-shadow(0 14px 24px #7d6cff29);justify-self:center;width:126px;height:126px;animation:4.5s ease-in-out infinite educationSectionRocket;transform:rotate(8deg)}.educationSection__topIcon svg{width:100%;height:100%;display:block}.educationSection__topIconDraw{transform-origin:50%;animation:4s ease-in-out infinite educationSectionIconWobble}.educationSection__gallery{z-index:2;grid-template-columns:1.12fr 1fr;align-items:stretch;gap:24px;display:grid;position:relative}.educationSection__left,.educationSection__right,.educationSection__rightPanel{min-width:0}.educationSection__rightPanel{box-shadow:var(--shadow-soft);background:linear-gradient(#ffffffe6,#fff);border:1px solid #f0577214;border-radius:30px;flex-direction:column;gap:18px;padding:20px;display:flex}.educationSection__rightTopBar{justify-content:flex-end;align-items:center;display:flex}.educationSection__rightPager{background:#fff7f8;border:1px solid #f057721f;border-radius:999px;align-items:center;gap:10px;padding:7px 9px;display:inline-flex}.educationSection__rightPagerBtn{color:#1f1f1f;cursor:pointer;background:#fff;border:none;border-radius:50%;width:42px;height:42px;font-size:26px;line-height:1;transition:transform .25s,background .25s,color .25s;box-shadow:0 10px 22px #18253f14}.educationSection__rightPagerBtn:hover{background:var(--accent);color:#fff;transform:translateY(-2px)}.educationSection__rightPagerCount{text-align:center;min-width:64px;color:var(--muted);font-size:15px;font-weight:800}.educationSection__right{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.educationSection__right--grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.educationSection__imageButton--grid{width:100%;display:block}.educationSection__rightDotsWrap{justify-content:center;align-items:center;display:flex}.educationSection__rightDots{align-items:center;gap:9px;display:flex}.educationSection__rightDot{cursor:pointer;background:#d7d7d7;border:none;border-radius:50%;width:11px;height:11px;transition:all .25s}.educationSection__rightDot--active{background:var(--accent);border-radius:999px;width:30px}.educationSection__imageButton{cursor:pointer;text-align:left;background:0 0;border:none;width:100%;padding:0}.educationSection__card{border-radius:var(--radius-lg);box-shadow:var(--shadow);opacity:0;background:#fff;transition:transform .9s cubic-bezier(.22,1,.36,1),opacity .9s,box-shadow .35s,filter .35s;position:relative;overflow:hidden;transform:translateY(60px)scale(.94)}.educationSection__card:after{content:"";pointer-events:none;background:linear-gradient(#ffffff14,#00000005),radial-gradient(circle at 100% 0,#ffd35838,#0000 34%);position:absolute;inset:0}.educationSection__card img{object-fit:cover;width:100%;height:100%;transition:transform .55s,filter .55s;display:block}.educationSection__card:hover{transform:translateY(-10px)scale(1.01);box-shadow:0 30px 64px #1c274b2e}.educationSection__card:hover img{filter:saturate(1.05);transform:scale(1.08)}.educationSection__card--hero{border-radius:30px;height:430px}.educationSection__card--small,.educationSection__card--smallTall{height:178px}.educationSection__card--medium{height:212px}.educationSection__card--wide{grid-column:1/2;height:182px}.educationSection__card--bottom{grid-column:2/3;height:140px}.educationSection__card--rightGrid{border-radius:24px;height:210px}.educationSection--visible .educationSection__card{opacity:1;transform:translateY(0)scale(1)}.educationSection--visible .educationSection__imageButton--main .educationSection__card{transition-delay:80ms}.educationSection--visible .educationSection__stagger1 .educationSection__card{transition-delay:.14s}.educationSection--visible .educationSection__stagger2 .educationSection__card{transition-delay:.22s}.educationSection--visible .educationSection__stagger3 .educationSection__card{transition-delay:.3s}.educationSection--visible .educationSection__stagger4 .educationSection__card{transition-delay:.38s}.educationSection--visible .educationSection__stagger5 .educationSection__card{transition-delay:.46s}.educationSection__kid{pointer-events:none;z-index:3;width:100px;animation:3.8s ease-in-out infinite educationSectionBounce;position:absolute;bottom:-14px}.educationSection__kid--left{top:35px;left:max(2%,22px)}.educationSection__kid--right{animation-delay:.6s;top:25px;right:max(2%,22px)}.educationSection__modal{z-index:999;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#1414147a;justify-content:center;align-items:center;padding:24px;animation:.32s educationSectionFade;display:flex;position:fixed;inset:0}.educationSection__modalCard{width:min(560px,100%);animation:.35s educationSectionZoom;position:relative}.educationSection__close{z-index:4;color:#222;cursor:pointer;background:#fff;border:none;border-radius:999px;width:42px;height:42px;font-size:28px;line-height:1;transition:transform .25s,background .25s;position:absolute;top:-14px;right:-6px;box-shadow:0 12px 30px #00000024}.educationSection__close:hover{background:#fff6f6;transform:rotate(90deg)scale(1.05)}.educationSection__modalImageWrap{border-radius:24px;position:relative;overflow:hidden;box-shadow:0 28px 70px #00000038}.educationSection__modalImageWrap img{object-fit:cover;width:100%;height:auto;min-height:320px;display:block}.educationSection__overlayTint{background:linear-gradient(#ffa60047,#ffa60047),linear-gradient(#ffffff14,#ffffff05);animation:2.8s ease-in-out infinite educationSectionOverlayGlow;position:absolute;inset:0}.educationSection__glowBorder{pointer-events:none;border:4px solid #67bb74f2;border-radius:24px;position:absolute;inset:0;box-shadow:inset 0 0 0 2px #ffa024a6,0 0 0 3px #ffffff29}.educationSection__eyes{pointer-events:none;justify-content:center;align-items:center;gap:10px;display:flex;position:absolute;inset:0}.educationSection__eye{background:#fff;border-radius:50%;width:38px;height:38px;animation:4s infinite educationSectionEyeBlink;position:relative;box-shadow:0 8px 18px #0000002e}.educationSection__pupil{background:#111;border-radius:50%;width:13px;height:13px;animation:3s ease-in-out infinite educationSectionLook;position:absolute;top:12px;left:13px}@keyframes educationSectionFloat{0%,to{transform:translateY(10px)rotate(-4deg)}50%{transform:translateY(-4px)rotate(2deg)}}@keyframes educationSectionRocket{0%,to{transform:translateY(0)rotate(8deg)}50%{transform:translateY(-10px)rotate(12deg)}}@keyframes educationSectionIconWobble{0%,to{transform:rotate(0)}50%{transform:rotate(4deg)}}@keyframes educationSectionBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes educationSectionFade{0%{opacity:0}to{opacity:1}}@keyframes educationSectionZoom{0%{opacity:0;transform:scale(.86)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes educationSectionOverlayGlow{0%,to{opacity:.92}50%{opacity:1}}@keyframes educationSectionLook{0%,to{transform:translate(0)}25%{transform:translate(4px,1px)}50%{transform:translate(-3px,1px)}75%{transform:translate(2px,-1px)}}@keyframes educationSectionEyeBlink{0%,45%,to{transform:scaleY(1)}48%{transform:scaleY(.12)}52%{transform:scaleY(1)}}@media (width<=1199px){.educationSection__container{width:min(1080px,100% - 28px)}.educationSection__gallery{grid-template-columns:1fr .95fr}.educationSection__card--hero{height:380px}.educationSection__card--rightGrid{height:180px}.educationSection__title{font-size:clamp(38px,5vw,60px)}.educationSection__desc{font-size:19px}.educationSection__extraDesc{font-size:17px}}@media (width<=991px){.educationSection{padding-top:60px}.educationSection__topDecor{grid-template-columns:1fr;gap:14px;margin-bottom:34px}.educationSection__doodle{width:96px;height:96px;margin-bottom:4px}.educationSection__topIcon{width:96px;height:96px}.educationSection__gallery{grid-template-columns:1fr}.educationSection__card--hero{height:420px}.educationSection__rightPanel{border-radius:26px;padding:16px}.educationSection__card--rightGrid{height:210px}.educationSection__kid{width:98px;bottom:18px}.educationSection__title{font-size:52px}.educationSection__desc{font-size:18px;line-height:1.85}.educationSection__extraDesc{font-size:16px}}@media (width<=767px){.educationSection{padding-top:50px}.educationSection__container{width:min(100%,100% - 20px)}.educationSection__title{font-size:38px}.educationSection__subTitle{font-size:16px}.educationSection__desc{text-align:left;text-align-last:left;font-size:16px;line-height:1.8}.educationSection__extraDesc{text-align:left;text-align-last:left;font-size:15px;line-height:1.8}.educationSection__gallery{gap:14px}.educationSection__card{border-radius:22px}.educationSection__card--hero{border-radius:24px;height:260px}.educationSection__right--grid{grid-template-columns:1fr 1fr}.educationSection__card--rightGrid{border-radius:20px;height:150px}.educationSection__kid{width:72px;bottom:10px}.educationSection__modal{padding:16px}.educationSection__close{width:36px;height:36px;font-size:24px;top:-10px;right:-2px}.educationSection__topIcon{width:82px;height:82px}}@media (width<=480px){.educationSection__labelRow{flex-wrap:wrap}.educationSection__stars{letter-spacing:2px;font-size:16px}.educationSection__subTitle{font-size:14px}.educationSection__title{font-size:30px}.educationSection__desc{font-size:14px}.educationSection__extraDesc{font-size:13.5px}.educationSection__card--hero{height:220px}.educationSection__kid{width:58px}.educationSection__eye{width:30px;height:30px}.educationSection__pupil{width:10px;height:10px;top:10px;left:10px}.educationSection__topIcon{width:74px;height:74px}.educationSection__rightPagerBtn{width:38px;height:38px;font-size:24px}}.educationSection__mobileSlider img{object-fit:cover;border-radius:14px;width:100%;height:260px}.educationSection__controls{color:var(--text);justify-content:space-between;align-items:center;gap:10px;margin-top:12px;font-size:16px;font-weight:700;display:flex}.educationSection__controls button{color:#fff;cursor:pointer;background:#111;border:none;border-radius:10px;padding:10px 16px;font-size:18px;transition:transform .25s,background .25s}.educationSection__controls button:hover{background:var(--accent);transform:translateY(-2px)}.educationSection__dots{justify-content:center;gap:8px;margin-top:12px;display:flex}.educationSection__dots span{cursor:pointer;background:#ccc;border-radius:50%;width:9px;height:9px;transition:all .25s}.educationSection__dots span.active{background:var(--accent);border-radius:999px;width:28px}.teacherSection{--teacher-bg:#f6f6f6;--teacher-text:#171717;--teacher-muted:#7f8499;--teacher-accent:#ff4f7d;--teacher-teal:#16b8b7;--teacher-dark:#24324a;--teacher-shadow:0 18px 50px #1c274b14;background:var(--teacher-bg);padding:86px 0 104px;position:relative;overflow:hidden}.teacherSection__container{width:min(1240px,100% - 40px);margin:0 auto;font-family:Nunito,sans-serif;position:relative}.teacherSection__header{max-width:760px;margin:0 auto 64px;position:relative}.teacherSection__topIcon{color:#d9d9d9;width:86px;height:86px;position:absolute;top:-8px}.teacherSection__topIcon svg{width:100%;height:100%;display:block}.teacherSection__topIcon--left{animation:5s ease-in-out infinite teacherFloatSoft;left:-120px}.teacherSection__heading{text-align:center}.teacherSection__tagRow{justify-content:center;align-items:center;gap:10px;margin-bottom:12px;display:flex}.teacherSection__stars{color:#f2c6cf;letter-spacing:5px;font-size:22px;line-height:1}.teacherSection__capIcon{color:#d6d1cd;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.teacherSection__subTitle{color:var(--teacher-accent);letter-spacing:.04em;margin:0;font-size:18px;font-weight:800}.teacherSection__title{color:var(--teacher-text);margin:0 0 18px;font-size:clamp(40px,5vw,62px);font-weight:900;line-height:1.08}.teacherSection__desc{max-width:680px;color:var(--teacher-muted);text-align:justify;text-align-last:center;margin:0 auto;font-size:18px;line-height:2}.teacherSection__sliderWrap{z-index:2;position:relative}.teacherSection__desktopSlider{display:block}.teacherSection__desktopTopControls{justify-content:center;align-items:center;gap:18px;margin-bottom:34px;display:flex}.teacherSection__desktopNavBtn{width:54px;height:54px;color:var(--teacher-dark);cursor:pointer;background:#fff;border:none;border-radius:999px;font-size:34px;line-height:1;transition:transform .25s,box-shadow .25s,background .25s;box-shadow:0 12px 28px #1c274b14}.teacherSection__desktopNavBtn:hover{background:#fff2f6;transform:translateY(-3px);box-shadow:0 14px 30px #ff4f7d33}.teacherSection__desktopDots{justify-content:center;align-items:center;gap:10px;display:flex}.teacherSection__desktopDot{cursor:pointer;background:#24324a38;border:none;border-radius:50%;width:12px;height:12px;transition:all .25s}.teacherSection__desktopDot--active{background:var(--teacher-accent);border-radius:999px;width:32px}.teacherSection__desktopGrid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:30px;display:grid}.teacherSection__mobileSlider{display:none}.teacherSection__controls{justify-content:center;align-items:center;gap:16px;margin-bottom:30px;display:flex}.teacherSection__navBtn{width:52px;height:52px;color:var(--teacher-dark);cursor:pointer;background:#fff;border:none;border-radius:999px;font-size:32px;line-height:1;transition:transform .25s,box-shadow .25s,background .25s;box-shadow:0 12px 28px #1c274b14}.teacherSection__navBtn:hover{background:#fff2f6;transform:translateY(-3px);box-shadow:0 14px 30px #ff4f7d33}.teacherSection__dots{justify-content:center;align-items:center;gap:10px;display:flex}.teacherSection__dot{cursor:pointer;background:#24324a38;border:none;border-radius:50%;width:11px;height:11px;transition:all .25s}.teacherSection__dot--active{background:var(--teacher-accent);border-radius:999px;width:30px}.teacherSection__cards{justify-content:center;align-items:center;min-height:auto;display:flex}.teacherSection__card{text-align:center;opacity:0;width:100%;transition:transform .9s cubic-bezier(.22,1,.36,1),opacity .9s,box-shadow .35s;transform:translateY(42px)}.teacherSection__card--visible,.teacherSection--visible .teacherSection__card{opacity:1;transform:translateY(0)}.teacherSection__imageWrap{margin-bottom:32px;padding-top:16px;position:relative}.teacherSection__dotDecor{z-index:1;background:#c8c8c8;border-radius:50%;width:20px;height:20px;position:absolute;top:50%;transform:translateY(-50%)}.teacherSection__dotDecor--left{left:8px}.teacherSection__imageBlob{aspect-ratio:1.16/.88;width:min(100%,380px);box-shadow:var(--teacher-shadow);clip-path:path("M29 90C-8 30 28 0 91 0H226C296 0 343 27 343 90C343 153 292 190 224 190H151C119 190 105 213 87 226C67 240 35 233 35 197V157C35 136 38 117 29 90Z");background:#fff;margin:0 auto;transition:transform .35s,box-shadow .35s;position:relative;overflow:hidden}.teacherSection__imageBlob img{object-fit:cover;width:87%;height:98%;transition:transform .45s;display:block}.teacherSection__card:hover .teacherSection__imageBlob{transform:translateY(-8px);box-shadow:0 26px 60px #1c274b24}.teacherSection__card:hover .teacherSection__imageBlob img{transform:scale(1.05)}.teacherSection__arrow{color:#1d1d1d;opacity:.95;width:110px;height:36px;position:absolute}.teacherSection__arrow svg{width:100%;height:100%;display:block}.teacherSection__arrow--top{animation:4.6s ease-in-out infinite teacherArrowFloat;top:-2px;left:18px}.teacherSection__arrow--bottom{animation:4.6s ease-in-out .5s infinite teacherArrowFloat;bottom:-4px;right:26px}.teacherSection__contentBox{max-width:390px;margin:0 auto}.teacherSection__role{color:var(--teacher-accent);letter-spacing:.08em;text-transform:uppercase;margin:0 0 10px;font-size:15px;font-weight:800}.teacherSection__name{color:var(--teacher-teal);margin:0 0 14px;font-size:30px;font-weight:900;line-height:1.2}.teacherSection__text{color:var(--teacher-muted);text-align:justify;text-align-last:center;max-width:360px;margin:0 auto 16px;font-size:17px;line-height:1.95}.teacherSection__extraInfo{color:#5e6479;text-align:justify;text-align-last:center;max-width:360px;margin:0 auto 22px;font-size:16px;line-height:1.9}.teacherSection__socials{justify-content:center;align-items:center;gap:10px;display:flex}.teacherSection__socials a{background:var(--teacher-accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:14px;text-decoration:none;transition:transform .25s,background .25s,box-shadow .25s;display:inline-flex}.teacherSection__socials a:hover{background:#eb2f68;transform:translateY(-4px);box-shadow:0 12px 24px #ff4f7d47}.teacherSection__sideDecor{z-index:1;position:absolute;top:410px}.teacherSection__sideDecor--left{left:36px}.teacherSection__sideDecor--right{right:36px}.teacherSection__robot{width:120px;height:50px;animation:4.4s ease-in-out infinite teacherRobotFloat;display:inline-flex}.teacherSection__robot svg{width:100%;height:100%;display:block}.teacherSection__bottomPattern{opacity:.98;width:min(760px,78%);margin:78px auto 0}.teacherSection__bottomPattern svg{width:100%;height:24px;display:block}@keyframes teacherFloatSoft{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes teacherArrowFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes teacherRobotFloat{0%,to{transform:translate(0)translateY(0)}50%{transform:translate(6px)translateY(-4px)}}@media (width<=1199px){.teacherSection__container{width:min(1120px,100% - 32px)}.teacherSection__desktopGrid{gap:24px}.teacherSection__sideDecor--left{left:10px}.teacherSection__sideDecor--right{right:10px}.teacherSection__imageBlob{width:min(100%,340px)}.teacherSection__name{font-size:27px}.teacherSection__text{font-size:16px}}@media (width<=991px){.teacherSection{padding:68px 0 88px}.teacherSection__header{margin-bottom:46px}.teacherSection__topIcon--left{margin:0 auto 16px;display:block;position:relative;top:auto;left:auto}.teacherSection__desktopGrid{gap:18px}.teacherSection__imageBlob{width:min(100%,295px)}.teacherSection__title{font-size:46px}.teacherSection__desc{font-size:17px;line-height:1.9}.teacherSection__name{font-size:24px}.teacherSection__text{font-size:15px;line-height:1.8}.teacherSection__extraInfo{font-size:14.5px;line-height:1.8}.teacherSection__sideDecor{display:none}.teacherSection__bottomPattern{width:min(620px,90%);margin-top:62px}}@media (width<=767px){.teacherSection{padding:56px 0 74px}.teacherSection__container{width:min(100%,100% - 20px)}.teacherSection__title{font-size:34px}.teacherSection__subTitle{font-size:15px}.teacherSection__desc{text-align:justify;text-align-last:left;font-size:15px;line-height:1.8}.teacherSection__desktopSlider{display:none}.teacherSection__mobileSlider{display:block}.teacherSection__controls{gap:12px;margin-bottom:24px}.teacherSection__navBtn{width:44px;height:44px;font-size:27px}.teacherSection__cards{min-height:auto}.teacherSection__imageWrap{margin-bottom:22px}.teacherSection__imageBlob{width:min(100%,340px)}.teacherSection__arrow{width:92px}.teacherSection__name{font-size:24px}.teacherSection__text{text-align:justify;text-align-last:left;font-size:15px;line-height:1.82}.teacherSection__extraInfo{text-align:justify;text-align-last:left;font-size:14px;line-height:1.8}.teacherSection__bottomPattern{width:min(520px,96%);margin-top:52px}}@media (width<=480px){.teacherSection{padding:46px 0 64px}.teacherSection__tagRow{flex-wrap:wrap}.teacherSection__stars{letter-spacing:4px;font-size:16px}.teacherSection__subTitle{font-size:13px}.teacherSection__title{font-size:28px}.teacherSection__desc{font-size:14px}.teacherSection__controls{gap:10px}.teacherSection__navBtn{width:38px;height:38px;font-size:24px}.teacherSection__dot--active{width:24px}.teacherSection__imageBlob{width:min(100%,310px)}.teacherSection__dotDecor--left{left:0}.teacherSection__role{font-size:12px}.teacherSection__name{font-size:22px}.teacherSection__text{font-size:14px}.teacherSection__extraInfo{font-size:13.5px}.teacherSection__socials a{width:34px;height:34px}.teacherSection__bottomPattern{margin-top:44px}}@media (width<=360px){.teacherSection__container{width:min(100%,100% - 16px)}.teacherSection__title{font-size:24px}.teacherSection__imageBlob{width:min(100%,280px)}.teacherSection__arrow{width:80px}.teacherSection__text{font-size:13.5px}.teacherSection__extraInfo{font-size:13px}}.activitiesSection{--activities-bg:linear-gradient(180deg, #fffdfd 0%, #f9f7ff 100%);--activities-text:#1f2153;--activities-muted:#6d7191;--activities-accent:#6e35d6;--activities-accent-2:#ff5e8a;--activities-shadow:0 20px 60px #36296b1f;background:var(--activities-bg);padding:90px 0 120px;font-family:Nunito,sans-serif;position:relative;overflow:hidden}.activitiesSection:before{content:"";pointer-events:none;background-image:linear-gradient(#7663cd0f 1px,#0000 1px);background-size:100% 60px;position:absolute;inset:0}.activitiesSection__container{z-index:2;width:min(1260px,100% - 40px);margin:0 auto;position:relative}.activitiesSection__headerWrap{max-width:1080px;min-height:210px;margin:0 auto 64px;position:relative}.activitiesSection__header{text-align:center;max-width:860px;margin:0 auto}.activitiesSection__miniIcon{color:#cfc9c6;width:34px;height:34px;margin:0 auto 10px}.activitiesSection__miniIcon svg{width:100%;height:100%;display:block}.activitiesSection__subTitle{color:var(--activities-accent-2);letter-spacing:.1em;text-transform:uppercase;margin:0 0 14px;font-size:17px;font-weight:900}.activitiesSection__title{color:var(--activities-text);margin:0 0 18px;font-size:clamp(38px,5vw,64px);font-weight:900;line-height:1.08}.activitiesSection__desc{max-width:820px;color:var(--activities-muted);text-align:justify;text-align-last:center;margin:0 auto;font-size:18px;line-height:1.95}.activitiesSection__rainbowHead{z-index:2;width:185px;animation:4.8s ease-in-out infinite activitiesFloat;position:absolute;top:10px;right:20px}.activitiesSection__rainbowHead svg{width:100%;height:auto;display:block}.activitiesSection__stage{padding:14px 82px 0;position:relative}.activitiesSection__nav{z-index:5;cursor:pointer;background:0 0;border:0;flex-direction:column;align-items:center;width:124px;min-height:110px;padding:0;display:flex;position:absolute;top:240px}.activitiesSection__nav--left{left:6px}.activitiesSection__nav--right{right:6px}.activitiesSection__spider{width:100%;height:52px;transition:transform .28s;display:inline-flex}.activitiesSection__spider svg{width:100%;height:100%;display:block}.activitiesSection__nav:hover .activitiesSection__spider{transform:scale(1.06)translateY(-2px)}.activitiesSection__spiderUnder{width:70px;height:28px;margin-top:8px;animation:2.6s ease-in-out infinite spiderSwing}.activitiesSection__spiderUnder svg{width:100%;height:100%;display:block}.activitiesSection__cards{z-index:2;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:34px;display:grid;position:relative}.activitiesSection__card{text-align:center;opacity:0;transition:opacity .9s,transform .9s cubic-bezier(.22,1,.36,1);transform:translateY(42px)}.activitiesSection--visible .activitiesSection__card{opacity:1;transform:translateY(0)}.activitiesSection--visible .activitiesSection__card--index1{transition-delay:80ms}.activitiesSection--visible .activitiesSection__card--index2{transition-delay:.2s}.activitiesSection--visible .activitiesSection__card--index3{transition-delay:.32s}.activitiesSection__shapeWrap{width:fit-content;margin:0 auto 26px;padding-top:28px;position:relative}.activitiesSection__shapeIcon{z-index:3;width:70px;height:70px;position:absolute;top:0;left:50%;transform:translate(-50%)}.activitiesSection__shapeIcon svg{width:100%;height:100%;display:block}.activitiesSection__card--violet .activitiesSection__shapeIcon{color:#9a56f5}.activitiesSection__card--mint .activitiesSection__shapeIcon{color:#42d7ae}.activitiesSection__card--cyan .activitiesSection__shapeIcon{color:#37bfd8}.activitiesSection__card--yellow .activitiesSection__shapeIcon{color:#efbf18}.activitiesSection__card--orange .activitiesSection__shapeIcon{color:#f58b1f}.activitiesSection__imageHolder{width:280px;height:280px;box-shadow:var(--activities-shadow);background:#fff;transition:transform .35s,box-shadow .35s;overflow:hidden}.activitiesSection__imageHolder img{object-fit:cover;width:100%;height:100%;transition:transform .45s;display:block}.activitiesSection__card:hover .activitiesSection__imageHolder{transform:translateY(-8px);box-shadow:0 28px 64px #36296b2e}.activitiesSection__card:hover .activitiesSection__imageHolder img{transform:scale(1.06)}.activitiesSection__card--square .activitiesSection__imageHolder{border:8px solid #52d1dc;border-radius:16px}.activitiesSection__card--circle .activitiesSection__imageHolder{border:8px solid #f2c400;border-radius:50%}.activitiesSection__card--triangle .activitiesSection__imageHolder{clip-path:polygon(50% 2%,98% 96%,2% 96%);border:8px solid #f3941c;border-radius:20px;width:280px;height:260px}.activitiesSection__card--hexagon .activitiesSection__imageHolder{clip-path:polygon(25% 6%,75% 6%,100% 50%,75% 94%,25% 94%,0 50%);border:8px solid #a55df2;border-radius:20px}.activitiesSection__content{max-width:390px;margin:0 auto}.activitiesSection__cardTitle{color:#181a43;text-align:center;margin:0 0 14px;font-size:28px;font-weight:900;line-height:1.24}.activitiesSection__cardText{color:var(--activities-muted);text-align:justify;text-align-last:center;max-width:360px;margin:0 auto;font-size:17px;line-height:1.92}.activitiesSection__dots{justify-content:center;align-items:center;gap:12px;margin-top:40px;display:flex}.activitiesSection__dot{cursor:pointer;background:#d5c9f6;border:0;border-radius:50%;width:12px;height:12px;transition:transform .25s,background .25s,box-shadow .25s}.activitiesSection__dot:hover{transform:scale(1.12)}.activitiesSection__dot--active{background:#6f36d8;box-shadow:0 0 0 6px #6f36d81f}@keyframes activitiesFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes spiderSwing{0%,to{transform:rotate(0)}50%{transform:rotate(6deg)}}@media (width<=1199px){.activitiesSection__container{width:min(1120px,100% - 32px)}.activitiesSection__rainbowHead{width:165px;right:0}.activitiesSection__stage{padding-inline:54px}.activitiesSection__cards{gap:22px}.activitiesSection__imageHolder,.activitiesSection__card--triangle .activitiesSection__imageHolder{width:240px;height:240px}.activitiesSection__card--triangle .activitiesSection__imageHolder{height:224px}.activitiesSection__cardTitle{font-size:24px}.activitiesSection__cardText{font-size:16px}}@media (width<=991px){.activitiesSection{padding:70px 0 120px}.activitiesSection__headerWrap{max-width:700px;min-height:auto;margin-bottom:42px}.activitiesSection__rainbowHead{width:150px;margin:24px auto 0;position:relative;top:auto;right:auto}.activitiesSection__stage{padding:0}.activitiesSection__nav{width:110px;min-height:98px;top:auto;bottom:-88px}.activitiesSection__nav--left{left:50%;transform:translate(-128px)}.activitiesSection__nav--right{right:50%;transform:translate(128px)}.activitiesSection__cards{grid-template-columns:1fr 1fr;gap:28px 20px}.activitiesSection__card--index3{grid-column:1/-1;max-width:380px;margin:0 auto}.activitiesSection__title{font-size:46px}.activitiesSection__desc{font-size:17px}}@media (width<=767px){.activitiesSection{padding:58px 0 132px}.activitiesSection__container{width:min(100%,100% - 20px)}.activitiesSection__title{font-size:34px}.activitiesSection__subTitle{font-size:14px}.activitiesSection__desc,.activitiesSection__cardText{text-align:justify;text-align-last:left;font-size:15px;line-height:1.8}.activitiesSection__cards{grid-template-columns:1fr;gap:32px}.activitiesSection__card--index3{grid-column:auto;max-width:none}.activitiesSection__imageHolder,.activitiesSection__card--triangle .activitiesSection__imageHolder{width:235px;height:235px}.activitiesSection__card--triangle .activitiesSection__imageHolder{height:220px}.activitiesSection__cardTitle{font-size:24px}.activitiesSection__nav{width:96px;bottom:-96px}.activitiesSection__nav--left{transform:translate(-104px)}.activitiesSection__nav--right{transform:translate(104px)}.activitiesSection__spider{height:42px}.activitiesSection__spiderUnder{width:58px;height:24px}.activitiesSection__dots{margin-top:26px}}@media (width<=480px){.activitiesSection__subTitle{font-size:12px}.activitiesSection__title{font-size:28px}.activitiesSection__desc{font-size:14px}.activitiesSection__imageHolder,.activitiesSection__card--triangle .activitiesSection__imageHolder{width:210px;height:210px}.activitiesSection__card--triangle .activitiesSection__imageHolder{height:198px}.activitiesSection__cardTitle{font-size:21px}.activitiesSection__cardText{font-size:14px}.activitiesSection__nav{width:84px}.activitiesSection__nav--left{transform:translate(-88px)}.activitiesSection__nav--right{transform:translate(88px)}}.blogSection{--blog-bg:#f2f4f5;--blog-deep:#0f6f81;--blog-deep-2:#116f82;--blog-text:#fff;--blog-muted:#ffffffd1;--blog-accent:#fff;--blog-orange:#f79a18;--blog-light-shape:#d8e1e5;background:var(--blog-bg);padding:34px 0 42px;font-family:Nunito,sans-serif;position:relative;overflow:hidden}.blogSection__topWave,.blogSection__bottomWave,.blogSection__centerBand{pointer-events:none;width:100%;position:absolute;left:0}.blogSection__topWave{background:var(--blog-light-shape);clip-path:ellipse(58% 100% at 54% 100%);z-index:0;height:150px;top:26px}.blogSection__centerBand{background:linear-gradient(180deg, var(--blog-deep), var(--blog-deep-2));clip-path:path("M0,40 C220,5 500,0 760,95 C900,145 1090,185 1320,165 C1490,150 1660,150 1920,195 L1920,640 C1660,690 1370,700 1110,648 C860,595 650,510 450,510 C270,510 135,545 0,578 Z");z-index:1;top:66px;bottom:58px}.blogSection__bottomWave{background:var(--blog-light-shape);clip-path:ellipse(60% 100% at 40% 0);z-index:0;height:148px;bottom:42px}.blogSection__container{z-index:2;width:min(1220px,100% - 40px);margin:0 auto;position:relative}.blogSection__topCenterDoodle{color:#b7d0d7;opacity:.95;width:140px;margin:0 auto 8px}.blogSection__topCenterDoodle svg{width:100%;height:auto;display:block}.blogSection__grid{grid-template-columns:1.04fr .96fr;align-items:center;gap:34px;min-height:610px;display:grid}.blogSection__left,.blogSection__right{z-index:2;position:relative}.blogSection__left{max-width:620px;padding-left:24px}.blogSection__scrollPanel{padding:10px 16px 12px 0;position:relative}.blogSection__scrollHeader{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px;display:flex}.blogSection__contentScrollActions{flex-direction:column;flex-shrink:0;gap:10px;padding-top:12px;display:flex}.blogSection__contentScrollBtn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1f;border:1px solid #ffffff38;border-radius:50%;width:42px;height:42px;font-size:20px;font-weight:700;transition:transform .25s,background .25s,border-color .25s;box-shadow:0 12px 22px #06212b38,inset 0 1px #ffffff24}.blogSection__contentScrollBtn:hover{background:#ffffff2e;border-color:#ffffff5c;transform:translateY(-2px)}.blogSection__contentScroller{scroll-behavior:smooth;max-height:350px;padding-right:12px;overflow:hidden auto;-webkit-mask-image:linear-gradient(#0000 0,#000 18px calc(100% - 18px),#0000 100%);mask-image:linear-gradient(#0000 0,#000 18px calc(100% - 18px),#0000 100%)}.blogSection__contentScroller::-webkit-scrollbar{width:10px}.blogSection__contentScroller::-webkit-scrollbar-track{background:#ffffff1f;border-radius:999px}.blogSection__contentScroller::-webkit-scrollbar-thumb{background:linear-gradient(#ffd182,#f79a18);border:2px solid #ffffff1f;border-radius:999px}.blogSection__contentScroller::-webkit-scrollbar-thumb:hover{background:linear-gradient(#ffda95,#ff8d08)}.blogSection__titleWrap{align-items:flex-start;gap:22px;margin-bottom:0;display:flex}.blogSection__girl{object-fit:contain;flex-shrink:0;width:122px;height:auto;margin-top:-90px;animation:4.8s ease-in-out infinite blogFloat}.blogSection__titleContent{padding-top:10px}.blogSection__eyebrow{color:var(--blog-accent);margin:0 0 6px;font-size:18px;font-weight:700}.blogSection__title{color:var(--blog-text);max-width:470px;margin:0;font-size:clamp(34px,4vw,52px);font-weight:800;line-height:1.08}.blogSection__list{flex-direction:column;gap:18px;display:flex}.blogSection__item{opacity:0;border-bottom:2px dashed #ffffffe0;grid-template-columns:82px 1fr;align-items:start;gap:16px;padding-bottom:16px;transition:opacity .8s,transform .8s cubic-bezier(.22,1,.36,1);display:grid;transform:translateY(30px)}.blogSection--visible .blogSection__item{opacity:1;transform:translateY(0)}.blogSection--visible .blogSection__item--1{transition-delay:80ms}.blogSection--visible .blogSection__item--2{transition-delay:.18s}.blogSection--visible .blogSection__item--3{transition-delay:.28s}.blogSection__dateBox{color:var(--blog-text);flex-direction:column;gap:2px;font-size:14px;font-weight:700;line-height:1.45;display:flex}.blogSection__calendar{width:18px;height:18px;color:var(--blog-orange);margin-bottom:6px}.blogSection__calendar svg{width:100%;height:100%;display:block}.blogSection__itemTitle{color:var(--blog-text);margin:0 0 8px;font-size:18px;font-weight:800;line-height:1.35}.blogSection__itemText{color:var(--blog-muted);max-width:420px;margin:0;font-size:14px;line-height:1.7}.blogSection__leftBottomRow{flex-direction:column;align-items:flex-start;gap:14px;margin-top:18px;padding-left:6px;display:flex}.blogSection__duck{color:#ffffffeb;width:58px}.blogSection__duck svg{width:100%;height:auto;display:block}.blogSection__actionRow{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.blogSection__button{color:#fff;cursor:pointer;background:linear-gradient(#ff2f7f,#ff0f68);border:none;border-radius:999px;min-width:102px;height:34px;padding:0 18px;font-size:13px;font-weight:700;transition:transform .25s,box-shadow .25s;box-shadow:0 16px 28px #ff11683d}.blogSection__button:hover{transform:translateY(-3px);box-shadow:0 20px 36px #ff11684d}.blogSection__right{min-height:500px}.blogSection__imageCard{border:7px solid var(--blog-orange);opacity:0;background:#fff;border-radius:72px 8px 84px;width:382px;height:280px;transition:opacity .95s,transform .95s cubic-bezier(.22,1,.36,1);position:absolute;top:74px;right:84px;overflow:hidden;transform:translate(40px);box-shadow:0 26px 56px #05283038}.blogSection--visible .blogSection__imageCard{opacity:1;transition-delay:.16s;transform:translate(0)}.blogSection__imageCard img,.blogSection__circleImage img{object-fit:cover;width:100%;height:100%;display:block}.blogSection__circleImage{opacity:0;border:8px solid #e9f3f5;border-radius:50%;width:214px;height:214px;transition:opacity .95s,transform .95s cubic-bezier(.22,1,.36,1);position:absolute;bottom:44px;right:8px;overflow:hidden;transform:translateY(34px);box-shadow:0 24px 42px #05283033}.blogSection--visible .blogSection__circleImage{opacity:1;transition-delay:.28s;transform:translateY(0)}.blogSection__trainPath{color:#fff;width:232px;position:absolute;bottom:88px;left:18px}.blogSection__train{width:100%;animation:4.4s ease-in-out infinite blogTrainFloat}.blogSection__train svg{width:100%;height:auto;display:block}.blogSection__rocket{width:46px;animation:4.6s ease-in-out infinite blogRocketFloat;position:absolute;bottom:-8px;right:0}.blogSection__rocket svg{width:100%;height:auto;display:block}@keyframes blogFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes blogTrainFloat{0%,to{transform:translate(0)translateY(0)}50%{transform:translate(6px)translateY(-5px)}}@keyframes blogRocketFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (width<=1199px){.blogSection__container{width:min(1120px,100% - 32px)}.blogSection__grid{gap:20px}.blogSection__left{margin-bottom:-33px;padding-left:8px}.blogSection__imageCard{width:340px;height:255px;right:48px}.blogSection__circleImage{width:190px;height:190px}}@media (width<=991px){.blogSection{padding:44px 0 54px}.blogSection__centerBand{clip-path:ellipse(100% 42%);top:100px;bottom:86px}.blogSection__topWave,.blogSection__bottomWave{height:130px}.blogSection__grid{grid-template-columns:1fr;gap:34px;min-height:auto}.blogSection__left{max-width:none;padding-left:0}.blogSection__scrollPanel{padding-right:0}.blogSection__contentScroller{max-height:320px}.blogSection__titleContent{padding-top:58px}.blogSection__right{min-height:480px}.blogSection__title{max-width:none}.blogSection__imageCard{top:50px;right:50%;transform:translate(50%)translateY(30px)}.blogSection--visible .blogSection__imageCard{transform:translate(50%)translateY(0)}.blogSection__circleImage{bottom:8px;right:12%}.blogSection__trainPath{bottom:42px;left:10%}.blogSection__rocket{bottom:-16px;right:4px}}@media (width<=767px){.blogSection{padding:40px 0 46px}.blogSection__container{width:min(100%,100% - 20px)}.blogSection__topCenterDoodle{width:110px}.blogSection__scrollHeader{flex-direction:column;gap:12px}.blogSection__contentScrollActions{flex-direction:row;padding-top:0}.blogSection__titleWrap{align-items:center;gap:14px}.blogSection__girl{width:78px}.blogSection__titleContent{padding-top:25px}.blogSection__eyebrow{font-size:16px}.blogSection__title{font-size:30px}.blogSection__contentScroller{max-height:300px;padding-right:8px}.blogSection__item{grid-template-columns:76px 1fr;gap:14px}.blogSection__dateBox,.blogSection__itemText{font-size:14px}.blogSection__itemTitle{font-size:17px}.blogSection__right{min-height:400px}.blogSection__imageCard{border-width:6px;width:285px;height:220px;right:50%}.blogSection__circleImage{border-width:6px;width:150px;height:150px;bottom:10px;right:8px}.blogSection__trainPath{width:152px;bottom:82px;left:6px}.blogSection__button{min-width:96px;height:32px;font-size:12px}}@media (width<=480px){.blogSection__titleWrap{flex-direction:column;align-items:flex-start}.blogSection__girl{width:68px}.blogSection__titleContent{padding-top:0}.blogSection__title{font-size:75px}.blogSection__contentScroller{max-height:280px}.blogSection__item{grid-template-columns:1fr;gap:10px}.blogSection__dateBox{flex-direction:row;align-items:center;gap:8px}.blogSection__calendar{margin-bottom:0}.blogSection__right{min-height:332px}.blogSection__imageCard{border-radius:44px 10px 54px;width:225px;height:175px}.blogSection__circleImage{width:126px;height:126px}.blogSection__trainPath{width:122px;bottom:58px}.blogSection__actionRow{gap:10px;width:100%}.blogSection__button{justify-content:center;width:100%}}.teaching-methodology{background:#f5f3f1;padding:100px 0 78px;position:relative;overflow:hidden}.teaching-methodology__container{width:min(1280px,100% - 48px);margin:0 auto;font-family:Nunito,sans-serif}.teaching-methodology__top{grid-template-columns:.95fr 1.15fr;align-items:center;gap:62px;margin-bottom:54px;display:grid}.teaching-methodology__content,.teaching-methodology__media-wrap,.teaching-methodology__level{opacity:0;transform:translateY(48px)}.teaching-methodology--visible .teaching-methodology__content{animation:.9s forwards teachingMethodFadeUp}.teaching-methodology--visible .teaching-methodology__media-wrap{animation:.9s .15s forwards teachingMethodFadeUp}.teaching-methodology--visible .teaching-methodology__level{animation:.85s forwards teachingMethodFadeUp}.teaching-methodology__content{max-width:620px;padding-left:8px}.teaching-methodology__mini-heading{color:#ff2a73;letter-spacing:.01em;align-items:center;gap:12px;margin-bottom:16px;font-size:19px;font-weight:800;display:inline-flex}.teaching-methodology__mini-icon{color:#b2b2b2;font-size:34px;transform:rotate(-10deg)}.teaching-methodology__title{color:#111;letter-spacing:-.03em;margin:0 0 22px;font-size:clamp(3.2rem,6vw,5.2rem);font-weight:900;line-height:1.08}.teaching-methodology__description{color:#7d8398;max-width:590px;margin:0 0 22px;font-size:19px;font-weight:500;line-height:2}.teaching-methodology__description--extra{color:#6f7588;margin-bottom:34px}.teaching-methodology__button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff1168 0%,#f21d61 100%);border:none;border-radius:999px;outline:none;padding:18px 34px;font-size:18px;font-weight:800;transition:transform .35s,box-shadow .35s,filter .35s;box-shadow:0 14px 28px #f21d6138}.teaching-methodology__button:hover{filter:brightness(1.04);transform:translateY(-3px);box-shadow:0 18px 36px #f21d6147}.teaching-methodology__media-wrap{justify-content:flex-end;display:flex}.teaching-methodology__media-shape{background:#fff;border:6px solid #f79a20;border-radius:92px 0;width:100%;max-width:700px;min-height:430px;position:relative;overflow:hidden;box-shadow:0 24px 60px #1111111a}.teaching-methodology__image{object-fit:cover;width:100%;height:100%;min-height:430px;transition:transform .9s;display:block}.teaching-methodology__media-shape:hover .teaching-methodology__image{transform:scale(1.05)}.teaching-methodology__play-btn{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;cursor:pointer;z-index:2;background:#ffffff2e;border:none;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;font-size:28px;transition:transform .35s,background .35s;display:inline-flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 18px 40px #ffffff2e}.teaching-methodology__play-btn:hover{background:#ffffff3d;transform:translate(-50%,-50%)scale(1.06)}.teaching-methodology__play-ring{border:2px solid #ffffff73;border-radius:50%;animation:2s ease-out infinite teachingMethodPulse;position:absolute;inset:-10px}.teaching-methodology__levels{grid-template-columns:repeat(4,1fr);place-items:start center;gap:30px;padding-top:10px;display:grid}.teaching-methodology__level{text-align:center;max-width:280px}.teaching-methodology__circle{border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:182px;height:182px;transition:transform .35s,box-shadow .35s;display:flex;box-shadow:0 18px 40px #00000014}.teaching-methodology__level:hover .teaching-methodology__circle{transform:translateY(-8px);box-shadow:0 26px 52px #0000001f}.teaching-methodology__level--pink .teaching-methodology__circle{background:#ff1168}.teaching-methodology__level--orange .teaching-methodology__circle{background:#f89c49}.teaching-methodology__level--green .teaching-methodology__circle{background:#79c145}.teaching-methodology__level--cyan .teaching-methodology__circle{background:#25bdbd}.teaching-methodology__years{color:#fff;letter-spacing:-.03em;font-family:Trebuchet MS,Comic Sans MS,sans-serif;font-size:3.6rem;font-weight:900;line-height:1}.teaching-methodology__years-text{color:#fff;letter-spacing:.01em;margin-top:10px;font-family:Trebuchet MS,Comic Sans MS,sans-serif;font-size:1.15rem;font-weight:800}.teaching-methodology__label{letter-spacing:0;margin:20px 0 14px;font-family:Trebuchet MS,Comic Sans MS,sans-serif;font-size:2.2rem;font-weight:900;line-height:1.08}.teaching-methodology__level-text{color:#6d7286;max-width:250px;margin:0 auto;font-size:16.5px;font-weight:500;line-height:1.85}.teaching-methodology__level--pink .teaching-methodology__label{color:#155d73}.teaching-methodology__level--orange .teaching-methodology__label,.teaching-methodology__level--green .teaching-methodology__label,.teaching-methodology__level--cyan .teaching-methodology__label{color:#ff1168}.teaching-methodology__level--active .teaching-methodology__label{display:inline-block;position:relative}.teaching-methodology__level--active .teaching-methodology__label:after{content:"";background-image:radial-gradient(circle,#ff9800 1.8px,#0000 1.8px);background-repeat:repeat-x;background-size:12px 8px;height:8px;position:absolute;bottom:-10px;left:2px;right:2px}.teaching-methodology__modal{z-index:999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#080a12c7;justify-content:center;align-items:center;padding:20px;animation:.3s teachingMethodFade;display:flex;position:fixed;inset:0}.teaching-methodology__modal-content{background:#000;border-radius:24px;width:min(950px,100%);position:relative;overflow:hidden;box-shadow:0 24px 60px #00000059}.teaching-methodology__modal-close{color:#fff;cursor:pointer;z-index:3;background:#ffffff29;border:none;border-radius:50%;width:42px;height:42px;font-size:28px;line-height:1;transition:background .3s,transform .3s;position:absolute;top:14px;right:14px}.teaching-methodology__modal-close:hover{background:#ffffff42;transform:rotate(90deg)}.teaching-methodology__video{background:#000;width:100%;max-height:80vh;display:block}@keyframes teachingMethodFadeUp{0%{opacity:0;transform:translateY(48px)}to{opacity:1;transform:translateY(0)}}@keyframes teachingMethodPulse{0%{opacity:.95;transform:scale(.95)}70%{opacity:0;transform:scale(1.15)}to{opacity:0;transform:scale(1.15)}}@keyframes teachingMethodFade{0%{opacity:0}to{opacity:1}}@media (width<=1199px){.teaching-methodology{padding:88px 0 64px}.teaching-methodology__top{grid-template-columns:1fr;gap:42px}.teaching-methodology__content{max-width:100%;padding-left:0}.teaching-methodology__description{max-width:100%}.teaching-methodology__media-wrap{justify-content:center}.teaching-methodology__media-shape{max-width:760px}.teaching-methodology__levels{grid-template-columns:repeat(2,1fr);gap:34px 22px}.teaching-methodology__title{font-size:clamp(2.8rem,5vw,4.5rem)}}@media (width<=767px){.teaching-methodology{padding:66px 0 56px}.teaching-methodology__container{width:min(100% - 24px,100%)}.teaching-methodology__mini-heading{font-size:16px}.teaching-methodology__mini-icon{font-size:28px}.teaching-methodology__title{font-size:2.5rem;line-height:1.12}.teaching-methodology__description{font-size:15.5px;line-height:1.85}.teaching-methodology__button{padding:15px 26px;font-size:15px}.teaching-methodology__media-shape{border-width:4px;border-radius:54px 0;min-height:260px}.teaching-methodology__image{min-height:260px}.teaching-methodology__play-btn{width:74px;height:74px;font-size:20px}.teaching-methodology__levels{grid-template-columns:1fr;gap:32px;padding-top:6px}.teaching-methodology__circle{width:158px;height:158px}.teaching-methodology__years{font-size:2.9rem}.teaching-methodology__label{font-size:1.9rem}.teaching-methodology__level-text{font-size:15px}.teaching-methodology__modal-content{border-radius:18px}}@media (width<=480px){.teaching-methodology__title{font-size:2.15rem}.teaching-methodology__description{font-size:14.5px}.teaching-methodology__circle{width:148px;height:148px}.teaching-methodology__years{font-size:2.7rem}.teaching-methodology__label{font-size:1.75rem}.teaching-methodology__level-text{font-size:14px;line-height:1.75}}.testimonialSection{background:#f4efec;padding:80px 0 90px;font-family:Inter,Segoe UI,sans-serif;position:relative;overflow:hidden}.testimonialSection *{box-sizing:border-box}.testimonialSection__container{width:min(1280px,100% - 32px);margin:0 auto;font-family:Nunito,sans-serif;position:relative}.testimonialSection__top{text-align:center;max-width:900px;margin:0 auto 56px;position:relative}.testimonialSection__eyebrow{color:#ff466d;letter-spacing:.5px;align-items:center;gap:10px;margin-bottom:14px;font-size:22px;font-weight:800;display:inline-flex}.testimonialSection__eyebrow-icon{font-size:25px;transform:rotate(-15deg)}.testimonialSection__title{color:#111;margin:0 0 18px;font-size:clamp(42px,5vw,68px);font-weight:900;line-height:1.06}.testimonialSection__description{color:#7e8198;max-width:820px;margin:0 auto 14px;font-size:20px;font-weight:500;line-height:2}.testimonialSection__description--extra{color:#6f738b;max-width:820px;font-size:18px}.testimonialSection__dashed-arrow{opacity:.9;border-top:2px dashed #b9b9b9;border-bottom:0;border-left:0;border-right:2px dashed #b9b9b9;border-radius:0 80px 0 0;width:118px;height:74px;position:absolute;top:88px;right:-40px;transform:rotate(25deg)}.testimonialSection__dashed-arrow:after{content:"";border-top:7px solid #0000;border-bottom:7px solid #0000;border-left:12px solid #b9b9b9;width:0;height:0;position:absolute;top:-3px;right:-8px;transform:rotate(12deg)}.testimonialSection__testimonial-wrap{justify-content:center;align-items:center;min-height:400px;margin-bottom:90px;display:flex;position:relative}.testimonialSection__card{color:#fff;background:linear-gradient(135deg,#ff0f62,#f90a58);border-radius:46px 52px 42px/30px 32px 34px 28px;width:min(100%,920px);min-height:260px;padding:56px 230px 62px 78px;animation:5.5s ease-in-out infinite testimonialFloat,.7s testimonialFade;position:relative;box-shadow:0 24px 60px #ff116638,0 10px 30px #00000014}.testimonialSection__card:before{content:"";border-radius:inherit;pointer-events:none;background:#ffffff05;position:absolute;inset:0;transform:rotate(-1.4deg)}.testimonialSection__grass{opacity:.95;background:radial-gradient(circle at 10px 20px,#ffb02e 0 2px,#0000 3px),radial-gradient(circle at 28px 12px,#ff9d1f 0 2px,#0000 3px),radial-gradient(circle at 48px 18px,#ffb02e 0 2px,#0000 3px),radial-gradient(circle at 70px 10px,#ff9d1f 0 2px,#0000 3px),radial-gradient(circle at 90px 18px,#ffb02e 0 2px,#0000 3px),radial-gradient(circle at 112px 8px,#ff9d1f 0 2px,#0000 3px),radial-gradient(circle at 132px 16px,#ffb02e 0 2px,#0000 3px),radial-gradient(circle at 154px 10px,#ff9d1f 0 2px,#0000 3px),radial-gradient(circle at 176px 19px,#ffb02e 0 2px,#0000 3px),radial-gradient(circle at 196px 9px,#ff9d1f 0 2px,#0000 3px),radial-gradient(circle at 216px 18px,#ffb02e 0 2px,#0000 3px),linear-gradient(0deg,#b9d99f 0 2px,#0000 2px);border-radius:20px;width:255px;height:30px;position:absolute;top:-18px;right:150px}.testimonialSection__flowers{opacity:.55;background:repeating-linear-gradient(90deg,#0000 0 18px,#c2e5a7f2 18px 20px,#0000 20px 24px);width:300px;height:35px;position:absolute;top:-18px;right:120px}.testimonialSection__stars{gap:5px;margin-bottom:22px;display:flex}.testimonialSection__stars svg{color:#ffb52b;filter:drop-shadow(0 3px 5px #00000026);font-size:18px}.testimonialSection__text{color:#fffffff7;max-width:510px;margin:0;font-size:19px;font-weight:500;line-height:2.02}.testimonialSection__dots{letter-spacing:3px;margin-top:18px;font-size:34px;font-weight:800;line-height:1}.testimonialSection__author-block{margin-top:8px}.testimonialSection__author-name{color:#fff;margin:0 0 6px;font-size:24px;font-weight:800}.testimonialSection__author-role{color:#ffffffd9;margin:0;font-size:18px;font-weight:600}.testimonialSection__avatar-ring{background:#f8a221;border-radius:50%;width:140px;height:140px;padding:8px;animation:3s ease-in-out infinite testimonialPulse;position:absolute;top:-16px;right:84px;box-shadow:0 16px 30px #f8a2213d}.testimonialSection__avatar{object-fit:cover;border:5px solid #fff4eb;border-radius:50%;width:100%;height:100%}.testimonialSection__waves{flex-direction:column;gap:6px;display:flex;position:absolute;bottom:22px;right:18px}.testimonialSection__waves span{opacity:.95;border-top:3px solid #1185a6;border-radius:50px;width:46px;height:10px;transform:rotate(-7deg)}.testimonialSection__little-flowers{opacity:.6;background:radial-gradient(circle at 7px 10px,#fff 0 1px,#0000 2px),radial-gradient(circle at 17px 8px,#fff 0 1px,#0000 2px),radial-gradient(circle at 28px 12px,#fff 0 1px,#0000 2px),radial-gradient(circle at 42px 7px,#fff 0 1px,#0000 2px),radial-gradient(circle at 59px 12px,#fff 0 1px,#0000 2px),radial-gradient(circle at 76px 8px,#fff 0 1px,#0000 2px);width:90px;height:20px;position:absolute;bottom:10px;right:125px}.testimonialSection__rocket{z-index:2;animation:4.6s ease-in-out infinite testimonialRocketMove;position:absolute;top:18px;left:55px}.testimonialSection__rocket-body{background:linear-gradient(#a66a5e,#b98674 65%,#dcbca6);border-radius:50px 50px 20px 20px;width:64px;height:135px;position:relative;transform:rotate(-10deg)}.testimonialSection__rocket-body:before{content:"";background:#2e241f;border-radius:4px;width:4px;height:22px;position:absolute;top:-18px;left:24px}.testimonialSection__rocket-body:after{content:"";border:2px solid #c87f55;border-radius:50%;width:30px;height:10px;position:absolute;top:-9px;left:20px;transform:rotate(-20deg)}.testimonialSection__rocket-window{background:#111;border:4px solid #f1e2cf;border-radius:50%;width:31px;height:31px;position:absolute;top:38px;left:16px}.testimonialSection__rocket-fin{z-index:-1;background:#d4a48c;width:28px;height:46px;position:absolute;bottom:22px}.testimonialSection__rocket-fin--left{clip-path:polygon(100% 0,0 50%,100% 100%);left:-16px}.testimonialSection__rocket-fin--right{clip-path:polygon(0 0,100% 50%,0 100%);right:-16px}.testimonialSection__rocket-fire{clip-path:polygon(50% 0,90% 24%,72% 100%,50% 82%,28% 100%,10% 24%);background:#040404;width:20px;height:44px;position:absolute;bottom:-34px;left:22px}.testimonialSection__rocket-fire:after{content:"";clip-path:polygon(20% 0,80% 0,100% 100%,0 100%);z-index:-1;background:#e4d8c9;width:34px;height:20px;position:absolute;bottom:13px;left:-7px}.testimonialSection__rocket-line{border-left:3px solid #aaaaaa80;border-radius:0 0 0 90px;width:54px;height:150px;position:absolute;bottom:-58px;left:24px;transform:rotate(7deg)}.testimonialSection__rocket-line:before,.testimonialSection__rocket-line:after{content:"★";color:#9d9d9d;font-size:12px;position:absolute}.testimonialSection__rocket-line:before{bottom:28px;left:-4px}.testimonialSection__rocket-line:after{font-size:14px;bottom:0;left:7px}.testimonialSection__bug{z-index:3;font-size:27px;animation:3.2s ease-in-out infinite testimonialBugFloat;position:absolute;top:120px}.testimonialSection__bug--left{left:185px}.testimonialSection__bug--right{animation-delay:1s;right:122px}.testimonialSection__stars-group{color:#e2c5af;flex-direction:column;gap:6px;font-size:26px;line-height:1;display:flex;position:absolute;top:76px;right:46px}.testimonialSection__stars-group span:nth-child(2){margin-left:10px;font-size:20px}.testimonialSection__stars-group span:nth-child(3){margin-left:24px;font-size:36px}.testimonialSection__bottom{grid-template-columns:190px minmax(0,1fr) 170px;align-items:center;gap:10px;display:grid;position:relative}.testimonialSection__newsletter{text-align:center;max-width:920px;margin:0 auto}.testimonialSection__newsletter-tag{color:#ff466d;margin-bottom:12px;font-size:22px;font-weight:800;display:inline-block}.testimonialSection__newsletter-title{color:#111;margin:0;font-size:clamp(38px,4vw,60px);font-weight:900;line-height:1.12}.testimonialSection__newsletter-text{color:#84879a;max-width:800px;margin:20px auto 0;font-size:20px;font-weight:500;line-height:2}.testimonialSection__newsletter-text--extra{color:#73788e;font-size:18px}.testimonialSection__form{background:#fff;border-radius:999px;align-items:center;gap:14px;width:min(100%,820px);margin:46px auto 0;padding:16px;display:flex;position:relative;box-shadow:0 18px 40px #0000000f}.testimonialSection__input{color:#444;background:0 0;border:none;outline:none;flex:1;height:64px;padding:0 24px;font-size:18px}.testimonialSection__input::placeholder{color:#bbb7bf}.testimonialSection__button{cursor:pointer;color:#fff;background:linear-gradient(135deg,#ff1569,#ff0e61);border:none;border-radius:999px;outline:none;min-width:200px;height:64px;padding:0 32px;font-size:18px;font-weight:800;transition:transform .3s,box-shadow .3s;box-shadow:0 14px 28px #ff12663d}.testimonialSection__button:hover{transform:translateY(-2px);box-shadow:0 18px 32px #ff12664d}.testimonialSection__bottom-left-shape{justify-content:center;align-items:center;display:flex}.testimonialSection__planet{background:#f79e6d;border-radius:50%;width:108px;height:108px;animation:4s ease-in-out infinite testimonialPlanetFloat;display:block;position:relative;box-shadow:inset -14px -12px #ffffff2e}.testimonialSection__planet:before{content:"";opacity:.8;background:radial-gradient(circle,#fffffff2 0 2px,#0000 3px),radial-gradient(circle at 100% 20%,#fffc 0 3px,#0000 4px),radial-gradient(circle at 40% 80%,#ffffffbf 0 3px,#0000 4px);position:absolute;inset:20px}.testimonialSection__planet:after{content:"";border:4px solid #1f1f1f;border-radius:50%;width:145px;height:34px;position:absolute;top:42px;left:-18px;transform:rotate(-18deg)}.testimonialSection__ufo{width:120px;height:130px;margin-left:auto;animation:4.6s ease-in-out infinite testimonialUfoMove;position:relative}.testimonialSection__ufo-top{background:#e79b9a;border-radius:50% 50% 28% 28%;width:58px;height:42px;position:absolute;top:22px;left:31px}.testimonialSection__ufo-top:before,.testimonialSection__ufo-top:after{content:"";background:#6b6967;border-radius:50%;position:absolute}.testimonialSection__ufo-top:before{width:4px;height:15px;top:-12px;left:10px}.testimonialSection__ufo-top:after{width:4px;height:15px;top:-15px;right:14px}.testimonialSection__ufo-base{background:#ff7c4d;border-radius:50px;width:112px;height:32px;position:absolute;top:52px;left:4px}.testimonialSection__ufo-base:before,.testimonialSection__ufo-base:after{content:"";background:#f5e84f;border-radius:50%;width:10px;height:10px;position:absolute;top:11px;box-shadow:22px 0 #f5e84f,44px 0 #f5e84f,66px 0 #f5e84f}.testimonialSection__ufo-base:before{left:11px}.testimonialSection__ufo-base:after{display:none}.testimonialSection__ufo-leg{background:#f3b78e;border-radius:10px;width:6px;height:34px;position:absolute;top:76px}.testimonialSection__ufo-leg:after{content:"";background:#f3b78e;border-radius:50%;width:10px;height:10px;position:absolute;bottom:-5px;left:-2px}.testimonialSection__ufo-leg--one{left:28px;transform:rotate(18deg)}.testimonialSection__ufo-leg--two{left:56px}.testimonialSection__ufo-leg--three{right:28px;transform:rotate(-18deg)}@keyframes testimonialFloat{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-8px)rotate(-.4deg)}}@keyframes testimonialPulse{0%,to{transform:scale(1);box-shadow:0 16px 30px #f8a2213d}50%{transform:scale(1.03);box-shadow:0 20px 34px #f8a2214d}}@keyframes testimonialRocketMove{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}@keyframes testimonialBugFloat{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-10px)rotate(8deg)}}@keyframes testimonialPlanetFloat{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-10px)rotate(-6deg)}}@keyframes testimonialUfoMove{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-12px)rotate(4deg)}}@keyframes testimonialFade{0%{opacity:0;transform:translateY(20px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=1199px){.testimonialSection__testimonial-wrap{min-height:auto;padding-top:40px}.testimonialSection__rocket{left:0;transform:scale(.85)}.testimonialSection__stars-group{right:8px}.testimonialSection__title{font-size:clamp(38px,4.5vw,58px)}.testimonialSection__description{font-size:18px}.testimonialSection__card{width:min(100%,860px);padding:52px 210px 58px 60px}}@media (width<=991px){.testimonialSection{padding:68px 0 76px}.testimonialSection__dashed-arrow,.testimonialSection__rocket,.testimonialSection__bug,.testimonialSection__stars-group{display:none}.testimonialSection__card{width:100%;padding:48px 170px 52px 34px}.testimonialSection__avatar-ring{width:118px;height:118px;right:32px}.testimonialSection__bottom{grid-template-columns:1fr;gap:30px}.testimonialSection__bottom-left-shape,.testimonialSection__ufo{justify-self:center;margin:0 auto}.testimonialSection__title{font-size:48px}.testimonialSection__description,.testimonialSection__newsletter-text{font-size:17px}.testimonialSection__newsletter-title{font-size:44px}}@media (width<=767px){.testimonialSection{padding:56px 0 66px}.testimonialSection__container{width:min(100% - 20px,1000px)}.testimonialSection__top{margin-bottom:34px}.testimonialSection__title{font-size:36px}.testimonialSection__description,.testimonialSection__newsletter-text,.testimonialSection__newsletter-text--extra{font-size:15px;line-height:1.85}.testimonialSection__testimonial-wrap{margin-bottom:58px}.testimonialSection__card{text-align:center;border-radius:30px;padding:96px 20px 36px}.testimonialSection__stars{justify-content:center}.testimonialSection__text{max-width:100%;font-size:15px;line-height:1.9}.testimonialSection__avatar-ring{width:110px;height:110px;top:-32px;right:50%;transform:translate(50%)}.testimonialSection__author-block{margin-top:12px}.testimonialSection__author-name{font-size:20px}.testimonialSection__author-role{font-size:15px}.testimonialSection__waves,.testimonialSection__grass,.testimonialSection__flowers,.testimonialSection__little-flowers{display:none}.testimonialSection__form{border-radius:26px;flex-direction:column;gap:12px;padding:12px}.testimonialSection__input,.testimonialSection__button{width:100%;min-width:100%}.testimonialSection__newsletter-title{font-size:34px}.testimonialSection__planet{width:86px;height:86px}.testimonialSection__planet:after{width:118px;top:31px;left:-16px}.testimonialSection__ufo{width:100px;height:112px}.testimonialSection__ufo-top{width:46px;height:34px;left:27px}.testimonialSection__ufo-base{width:92px;height:28px;left:6px}.testimonialSection__ufo-leg--one{left:24px}.testimonialSection__ufo-leg--two{left:47px}.testimonialSection__ufo-leg--three{right:24px}}@media (width<=480px){.testimonialSection__eyebrow,.testimonialSection__newsletter-tag{font-size:16px}.testimonialSection__title{font-size:30px}.testimonialSection__newsletter-title{font-size:28px}.testimonialSection__card{padding:88px 16px 28px}.testimonialSection__text{font-size:14px}.testimonialSection__author-name{font-size:18px}.testimonialSection__button,.testimonialSection__input{height:56px;font-size:16px}}*{box-sizing:border-box;margin:0;padding:0}.reveal{opacity:0;transition:all 1s;transform:translateY(50px)}.reveal.active{opacity:1;transform:translateY(0)}.admission-section{background:#eef3f7;padding:80px 8%;overflow:hidden}.admission-container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:60px;display:flex}.admission-images{flex-shrink:0;width:420px;height:420px;position:relative}.admission-img{border:6px solid #fff;border-radius:25px;width:100%;display:block;position:absolute;box-shadow:0 15px 35px #0003}.admission-img-top{z-index:2;top:-75px;left:20px;transform:rotate(-9deg)}.admission-img-bottom{bottom:-110px;left:-10px;transform:rotate(10deg)}.admission-content{flex:1;min-width:300px;max-width:700px}.admission-title{margin-bottom:25px;font-size:48px;font-weight:700;line-height:1.1}.admission-features{gap:60px;margin-bottom:30px;display:flex}.admission-features p{align-items:center;gap:10px;margin-bottom:12px;font-size:16px;line-height:1.5;display:flex}.admission-features svg{color:#ff1744;flex-shrink:0}.admission-form{background:#fff;border:3px solid #4a0d57;border-radius:25px;padding:35px}.admission-form-grid{grid-template-columns:1fr 1fr;gap:12px 20px;display:grid}.admission-field label{margin-bottom:6px;font-size:14px;line-height:1.4;display:block}.admission-field span{color:red;font-size:13px}.admission-field input{border:1px solid #ccc;border-radius:10px;outline:none;width:100%;height:45px;padding:10px;font-size:14px}.admission-date{position:relative}.admission-date svg{color:#555;pointer-events:none;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.admission-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-top:25px;display:flex}.admission-checkbox{align-items:center;gap:10px;font-size:14px;line-height:1.5;display:flex}.admission-checkbox input{flex-shrink:0}.admission-btn{color:#fff;cursor:pointer;background:#ff1744;border:none;border-radius:30px;padding:14px 35px;font-weight:600;transition:all .3s}.admission-btn:hover{transform:scale(1.05)}@media (width<=1200px){.admission-container{gap:40px}.admission-images{width:360px;height:360px}.admission-img-top{top:-45px;left:12px}.admission-img-bottom{bottom:-75px;left:-6px}.admission-title{font-size:42px}}@media (width<=992px){.admission-container{text-align:center;flex-direction:column;gap:40px}.admission-images{width:320px;height:320px;margin:auto}.admission-img-top{top:-25px;left:8px;transform:rotate(-6deg)}.admission-img-bottom{bottom:-45px;left:-2px;transform:rotate(6deg)}.admission-content{max-width:100%}.admission-title{font-size:34px}.admission-features{text-align:left;justify-content:center;gap:40px}.admission-bottom{justify-content:center}}@media (width<=768px){.admission-section{padding:70px 6%}.admission-images{width:280px;height:280px}.admission-img-top{top:-10px;left:4px;transform:rotate(-5deg)}.admission-img-bottom{bottom:-25px;left:0;transform:rotate(5deg)}.admission-title{margin-top:10px;font-size:30px}.admission-features{flex-direction:row;gap:8px;margin-bottom:24px}.admission-form{padding:26px}.admission-form-grid{grid-template-columns:1fr}.admission-bottom{flex-direction:column}}@media (width<=480px){.admission-section{padding:50px 5%}.admission-container{gap:28px}.admission-images{flex-direction:column;gap:18px;width:100%;max-width:260px;height:auto;margin:0 auto 6px;display:flex;position:relative}.admission-img{border-width:4px;width:100%;position:relative;inset:auto;transform:none}.admission-img-top,.admission-img-bottom{top:auto;bottom:auto;left:auto;transform:none}.admission-title{margin-bottom:18px;font-size:24px}.admission-features{gap:4px;margin-bottom:20px}.admission-features p{justify-content:flex-start;font-size:15px}.admission-form{border-radius:20px;padding:18px}.admission-field input{height:42px}.admission-bottom{gap:14px}.admission-checkbox{text-align:left;font-size:13px}.admission-btn{width:100%;padding:13px 20px}}.topbar{color:#140202;z-index:2000;background:#0a6375;width:100%;font-family:Nunito,sans-serif;font-size:14px;position:static}.topbar-container{justify-content:space-between;align-items:center;max-width:1200px;margin:auto;padding:12px 20px;display:flex}.topbar-left{align-items:center;gap:30px;display:flex}.topbar-item{color:#ccc;align-items:center;gap:8px;font-weight:500;display:flex}.topbar-item svg{font-size:16px}.topbar-right{align-items:center;gap:20px;display:flex}.topbar-contactBtn{color:#fff;cursor:pointer;background:#e91e63;border:none;border-radius:30px;align-items:center;gap:8px;padding:10px 20px;font-weight:600;transition:all .3s;display:flex}.topbar-contactBtn:hover{background:#e51f43}.topbar-menuIcon{cursor:pointer;align-items:center;font-size:26px;display:flex}.topbar-overlay{opacity:0;visibility:hidden;z-index:998;background:#00000080;width:100%;height:100%;transition:all .3s;position:fixed;top:0;left:0}.topbar-overlay.active{opacity:1;visibility:visible}.topbar-sidebar{z-index:1999;background:#fff;flex-direction:column;width:400px;height:100vh;transition:all .4s;display:flex;position:fixed;top:0;left:-400px}.topbar-sidebar.active{left:0}.topbar-sidebarHeader{border-bottom:1px solid #eee;justify-content:space-between;align-items:flex-start;padding:25px;display:flex}.topbar-sidebarHeader h2{color:#111;max-width:260px;font-size:26px;line-height:1.3}.topbar-closeIcon{color:#fff;cursor:pointer;background:#6b2d84;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:18px;display:flex}.topbar-sidebarContent{scroll-behavior:smooth;flex:1;padding:25px;overflow-y:auto}.topbar-sidebarContent::-webkit-scrollbar{width:6px}.topbar-sidebarContent::-webkit-scrollbar-thumb{background:#ccc;border-radius:20px}.topbar-address{gap:12px;margin-bottom:25px;display:flex}.topbar-locationIcon{color:#fc0;margin-top:4px;font-size:26px}.topbar-address p{color:#444;font-size:15px;line-height:1.6}.topbar-gallery{gap:10px;display:flex}.topbar-galleryItem img{object-fit:cover;cursor:pointer;border-radius:6px;width:80px;height:60px;transition:all .3s}.topbar-galleryItem img:hover{transform:scale(1.05)}.imgModal{z-index:9999;background:#000c;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.modalImg{border-radius:10px;max-width:90%;max-height:90%}.closeBtn{color:#fff;cursor:pointer;font-size:28px;position:absolute;top:20px;right:30px}.topbar-contact{margin-bottom:30px}.topbar-contact h3{color:#111;margin-bottom:8px;font-size:22px}.topbar-line{background:#fc0;width:40px;height:3px;margin-bottom:15px}.topbar-contact p{color:#444;margin-bottom:6px;font-size:15px}.topbar-contactItem{align-items:center;gap:12px;margin-top:15px;display:flex}.topbar-iconCircle{color:#000;background:#fc0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;font-size:18px;display:flex}.topbar-news h3{margin-bottom:15px;font-size:22px}.topbar-newsItem{gap:12px;margin-bottom:18px;display:flex}.topbar-newsItem img{object-fit:cover;border-radius:12px;width:70px;height:70px}.topbar-newsDate{color:#ff2a4f;align-items:center;gap:6px;margin-bottom:4px;font-size:13px;display:flex}.topbar-newsItem p{color:#111;font-size:15px;font-weight:600;line-height:1.4}@media (width<=992px){.topbar-container{padding:10px 15px}.topbar-left{gap:15px}}@media (width<=768px){.topbar-container{flex-direction:row;justify-content:flex-start}.topbar-menuIcon{order:-1;margin-right:15px}.topbar-left,.topbar-contactBtn{display:none}}@media (width<=480px){.topbar-sidebarHeader h2{font-size:22px}.topbar-galleryItem img{width:95px;height:70px}}.floatingForm{z-index:9999;font-family:Nunito,sans-serif;position:fixed;inset:0}.floatingForm__overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000a6;position:absolute;inset:0}.floatingForm__card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-align:center;background:linear-gradient(135deg,#fff,#f9fbff);border:1px solid #0000000d;border-radius:20px;width:100%;max-width:420px;padding:20px;animation:.35s forwards fadeInScale;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.95);box-shadow:0 20px 60px #0000002e,inset 0 1px #fff9}@keyframes fadeInScale{to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.floatingForm__close{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:pointer;background:#ffffffb3;border:none;border-radius:50%;place-items:center;width:34px;height:34px;transition:all .25s;display:grid;position:absolute;top:16px;right:16px;box-shadow:0 4px 10px #0000001f}.floatingForm__close:hover{background:#e2e2e2}.floatingForm__title{background:linear-gradient(90deg,#1f4fbf,#0aa4c7);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:6px;font-size:24px;font-weight:700}.floatingForm__subtitle{color:#333;margin-bottom:12px;font-size:15px;font-weight:600}.floatingForm__desc{color:#777;margin-bottom:24px;font-size:14px;line-height:1.6}.floatingForm__form{flex-direction:column;gap:14px;display:flex}.floatingForm__input,.floatingForm__textarea{background:linear-gradient(145deg,#fff,#f3f5f9);border:1px solid #0000000f;border-radius:12px;width:90%;padding:14px 16px;font-size:14px;transition:all .25s;box-shadow:inset 0 1px 2px #0000000a,0 1px #fff9}.floatingForm__input:hover,.floatingForm__textarea:hover{border-color:#1f4fbf40}.floatingForm__input:focus,.floatingForm__textarea:focus{background:#fff;border-color:#1f4fbf;box-shadow:0 0 0 3px #1f4fbf1f,0 8px 20px #1f4fbf14}.floatingForm__textarea{resize:none;height:110px}.floatingForm__submit{color:#fff;cursor:pointer;background:linear-gradient(90deg,#022d53,#0aa4c7);border:none;border-radius:12px;margin-top:8px;padding:14px;font-size:15px;font-weight:600;transition:all .3s;position:relative;overflow:hidden}.floatingForm__submit:before{content:"";background:linear-gradient(120deg,#ffffff1a,#fff6,#ffffff1a);width:50%;height:100%;position:absolute;top:0;left:-75%;transform:skew(-25deg)}.floatingForm__submit:hover:before{transition:all .8s;left:130%}.floatingForm__submit:hover{transform:translateY(-2px);box-shadow:0 12px 30px #0aa4c759,inset 0 1px #fff3}.floatingForm__divider{color:#aaa;margin:18px 0;font-size:12px;position:relative}.floatingForm__divider:before,.floatingForm__divider:after{content:"";background:linear-gradient(90deg,#0000,#ddd);width:35%;height:1px;position:absolute;top:50%}.floatingForm__divider:after{background:linear-gradient(270deg,#0000,#ddd);right:0}.floatingForm__divider:before{left:0}.floatingForm__actions{gap:12px;display:flex}.floatingForm__call,.floatingForm__whatsapp{cursor:pointer;border:none;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:8px;padding:12px;font-size:14px;font-weight:600;transition:all .25s;display:flex;box-shadow:0 6px 15px #0000001f,inset 0 1px #ffffff40}.floatingForm__call{color:#fff;background:#1f4fbf}.floatingForm__call:hover{background:#173a91;transform:translateY(-2px)}.floatingForm__whatsapp{color:#fff;background:#25d366}.floatingForm__whatsapp:hover{background:#1ebe5d;transform:translateY(-2px)}@media (width<=768px){.floatingForm__card{max-width:92%;padding:28px 20px}}@media (width<=480px){.floatingForm__card{border-radius:16px;padding:24px 16px}.floatingForm__title{font-size:20px}.floatingForm__desc{font-size:13px}.floatingForm__actions{flex-direction:column}.floatingForm__input,.floatingForm__textarea{width:100%}}@media (width<=360px){.floatingForm__card{padding:20px 14px}}.floatingIcons{z-index:9999;flex-direction:column;align-items:center;gap:14px;display:flex;position:fixed;bottom:24px;right:18px}.floatingIcons__btn{color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.35rem;text-decoration:none;transition:transform .3s,box-shadow .3s,opacity .3s,visibility .3s;display:inline-flex;box-shadow:0 12px 28px #0000002e}.floatingIcons__btn:hover{transform:translateY(-4px);box-shadow:0 18px 34px #0000003d}.floatingIcons__btn--whatsapp{background:linear-gradient(135deg,#25d366,#128c7e)}.floatingIcons__btn--call{background:linear-gradient(135deg,#ff4d6d,#ff7a00)}.floatingIcons__btn--top{background:linear-gradient(135deg,#1f7aec,#00a6ff)}.floatingIcons__btn--visible{opacity:1;visibility:visible;pointer-events:auto;background-color:#1f7aec}.floatingIcons__btn--hidden{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(10px)}@media (width<=767px){.floatingIcons{gap:12px;bottom:18px;right:12px}.floatingIcons__btn{width:50px;height:50px;font-size:1.15rem}}@media (width<=480px){.floatingIcons{gap:10px;bottom:14px;right:10px}.floatingIcons__btn{width:46px;height:46px;font-size:1.05rem}}.newsDetails{background:#f5f5f5;width:100%;padding:0 0 90px}.newsDetails__container{width:100%;max-width:1180px;margin:0 auto;padding:0 22px}.newsDetails__heroWrap{border-radius:18px;width:100%;max-width:1230px;margin:0 auto;overflow:hidden}.newsDetails__heroImage{object-fit:cover;width:100%;height:520px;display:block}.newsDetails__metaRow{justify-content:space-between;align-items:center;gap:20px;max-width:1000px;margin:32px auto 0;display:flex}.newsDetails__authorMeta{align-items:center;gap:14px;display:flex}.newsDetails__authorIcon{color:#c8c8c8;flex-shrink:0;font-size:3rem}.newsDetails__authorText{flex-direction:column;gap:4px;display:flex}.newsDetails__authorLabel{color:#78789b;font-size:1.05rem;line-height:1}.newsDetails__authorName{color:#000;margin:0;font-size:1.5rem;font-weight:700;line-height:1}.newsDetails__date{color:#6e7698;font-size:1.05rem}.newsDetails__divider{border-top:1px solid #cfcfcf;width:100%;max-width:1000px;margin:28px auto 0}.newsDetails__divider--dashed{border-top:1px dashed #616989;margin-top:34px}.newsDetails__content{max-width:1000px;margin:54px auto 0}.newsDetails__title{color:#050505;margin:0 0 28px;font-size:2.1rem;font-weight:700;line-height:1.2}.newsDetails__lead{color:#6f7394;margin:0 0 42px;padding-left:42px;font-size:1.15rem;line-height:1.95;position:relative}.newsDetails__lead:before{content:"";border-bottom:8px solid #ff1b63;border-left:8px solid #ff1b63;border-radius:0 0 0 4px;width:22px;height:34px;position:absolute;top:10px;left:4px}.newsDetails__subTitle{color:#060606;margin:0 0 22px;font-size:1.7rem;font-weight:700;line-height:1.3}.newsDetails__paragraph{color:#707493;margin:0 0 28px;font-size:1.08rem;line-height:1.95}.newsDetails__splitSection{grid-template-columns:1fr 1fr;align-items:start;gap:28px;margin:44px 0 28px;display:grid}.newsDetails__splitImageWrap{border-radius:14px;width:100%;overflow:hidden}.newsDetails__splitImage{object-fit:cover;width:100%;height:380px;display:block}.newsDetails__splitContent{width:100%}.newsDetails__quote{color:#9196ac;margin:38px 0 0;padding:12px 52px;font-size:1.28rem;font-style:italic;line-height:1.8}.newsDetails__consultancy{margin-top:52px}.newsDetails__list{flex-direction:column;gap:22px;margin:24px 0 0;padding:0;list-style:none;display:flex}.newsDetails__listItem{color:#707493;align-items:flex-start;gap:14px;font-size:1.05rem;line-height:1.8;display:flex}.newsDetails__listIcon{color:#6d6d8b;flex-shrink:0;margin-top:7px;font-size:1.1rem}.newsDetails__tagsShareRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:28px;margin-top:56px;display:flex}.newsDetails__tagsWrap{flex-wrap:wrap;align-items:center;gap:18px;display:flex}.newsDetails__tagsTitle{color:#000;margin:0;font-size:1.15rem;font-weight:700}.newsDetails__tagList{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.newsDetails__tag{color:#fff;background:#ff1562;border-radius:12px;justify-content:center;align-items:center;min-height:46px;padding:10px 22px;font-size:1rem;font-weight:600;display:inline-flex}.newsDetails__shareWrap{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.newsDetails__shareLabel{color:#6f7394;font-size:1.08rem}.newsDetails__socials{align-items:center;gap:10px;display:flex}.newsDetails__socials a{color:#ff1562;border:1px solid #ff1562;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:.95rem;text-decoration:none;transition:all .3s;display:inline-flex}.newsDetails__socials a:hover{color:#fff;background:#ff1562}.newsDetails__authorCard{background:#fff;border-radius:14px;grid-template-columns:170px 1fr;align-items:center;gap:34px;max-width:1000px;margin:82px auto 0;padding:50px 54px;display:grid}.newsDetails__authorCardIconWrap{justify-content:center;align-items:center;display:flex}.newsDetails__authorCardIcon{color:#c8c8c8;font-size:11rem}.newsDetails__authorCardLabel{color:#6f7394;margin-bottom:10px;font-size:1.05rem;display:inline-block}.newsDetails__authorCardName{color:#000;margin:0 0 20px;font-size:1.9rem;font-weight:700}.newsDetails__authorCardText{color:#707493;margin:0;font-size:1.05rem;line-height:1.95}.newsDetails__commentBox{background:#f5e4cf;border-radius:14px;max-width:1000px;margin:90px auto 0;padding:56px 54px}.newsDetails__commentTitle{color:#000;margin:0 0 36px;font-size:2rem;font-weight:700}.newsDetails__commentItem{grid-template-columns:60px 1fr;align-items:start;gap:20px;display:grid}.newsDetails__commentAvatar{color:#c7c7c7;font-size:4rem}.newsDetails__commentName{color:#000;margin:0 0 8px;font-size:1.45rem;font-weight:700}.newsDetails__commentDate{color:#6f7394;margin-bottom:22px;font-size:.98rem;display:inline-block}.newsDetails__commentText{color:#707493;margin:0;font-size:1.05rem;line-height:1.9}.newsDetails__commentDivider{border-top:1px solid #2222222e;margin:34px 0 26px}.newsDetails__commentClosed{color:#6f7394;margin:0;font-size:1.05rem}.newsDetails__relatedSection{max-width:1120px;margin:100px auto 0}.newsDetails__relatedTitle{text-align:center;color:#000;margin:0 0 36px;font-size:2rem;font-weight:700}.newsDetails__relatedList{flex-direction:column;display:flex}.newsDetails__relatedItem{grid-template-columns:405px 1fr;align-items:center;gap:28px;padding:38px 0;display:grid}.newsDetails__relatedItem--border{border-bottom:2px dashed #72799a}.newsDetails__relatedImageWrap{border-radius:12px;width:100%;position:relative;overflow:hidden}.newsDetails__relatedImage{object-fit:cover;width:100%;height:235px;display:block}.newsDetails__relatedDateBox{color:#fff;text-align:center;background:#0a7288;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:72px;min-height:94px;padding:12px 8px;font-size:.92rem;font-weight:700;line-height:1.25;display:flex;position:absolute;top:14px;left:16px}.newsDetails__relatedDateIcon{color:#ffb300;font-size:.95rem}.newsDetails__relatedContent{width:100%}.newsDetails__relatedPostTitle{color:#000;margin:0 0 20px;font-size:1.55rem;font-weight:700;line-height:1.3}.newsDetails__relatedText{color:#707493;max-width:95%;margin:0 0 22px;font-size:1.05rem;line-height:1.85}.newsDetails__readMore{color:#000;width:fit-content;padding-bottom:8px;font-size:1rem;font-weight:600;text-decoration:none;display:inline-block;position:relative}.newsDetails__readMore:after{content:"";background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='82' height='7' viewBox='0 0 82 7'%3E%3Cpath d='M1 4 Q5 1 9 4 T17 4 T25 4 T33 4 T41 4 T49 4 T57 4 T65 4 T73 4 T81 4' stroke='%23f59a17' stroke-width='2.2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") 50%/contain no-repeat;width:82px;height:7px;position:absolute;bottom:0;left:0}.newsDetails__storyNav{max-width:1120px;margin:88px auto 0}.newsDetails__storyCard{background:#f4e2ca;border-radius:14px;grid-template-columns:1fr 1px 1fr;align-items:center;gap:32px;padding:32px 48px;display:grid}.newsDetails__storyDivider{background:#6c708640;justify-self:center;width:1px;height:130px}.newsDetails__storyLeft{flex-direction:column;justify-content:center;display:flex}.newsDetails__storyRight{grid-template-columns:100px 1fr;align-items:center;gap:22px;display:grid}.newsDetails__storyThumb{object-fit:cover;border-radius:10px;width:100px;height:100px;display:block}.newsDetails__storyRightContent{flex-direction:column;justify-content:center;align-items:flex-end;display:flex}.newsDetails__storyLabel{color:#747a99;letter-spacing:.12em;margin-bottom:10px;font-size:.98rem;display:inline-block}.newsDetails__storyTitle{color:#000;margin:0;font-size:1.12rem;font-weight:700;line-height:1.45}@media (width<=1199px){.newsDetails__heroImage{height:460px}.newsDetails__authorCard{grid-template-columns:140px 1fr;padding:42px 34px}.newsDetails__authorCardIcon{font-size:9rem}.newsDetails__relatedItem{grid-template-columns:320px 1fr}}@media (width<=991px){.newsDetails{padding-bottom:70px}.newsDetails__container{padding:0 18px}.newsDetails__heroImage{height:360px}.newsDetails__metaRow{flex-direction:column;align-items:flex-start}.newsDetails__content{margin-top:42px}.newsDetails__title{font-size:1.8rem}.newsDetails__subTitle{font-size:1.5rem}.newsDetails__lead,.newsDetails__paragraph{font-size:1rem;line-height:1.85}.newsDetails__splitSection{grid-template-columns:1fr}.newsDetails__splitImage{height:320px}.newsDetails__quote{padding:4px 26px;font-size:1.08rem}.newsDetails__authorCard{text-align:center;grid-template-columns:1fr;gap:18px}.newsDetails__commentBox{padding:42px 28px}.newsDetails__relatedItem{grid-template-columns:1fr;gap:22px}.newsDetails__relatedImage{height:300px}.newsDetails__storyCard{grid-template-columns:1fr;gap:22px;padding:28px 24px}.newsDetails__storyDivider{width:100%;height:1px}.newsDetails__storyRight{grid-template-columns:80px 1fr}.newsDetails__storyRightContent{align-items:flex-start}}@media (width<=767px){.newsDetails__container{padding:0 14px}.newsDetails__heroWrap{border-radius:12px}.newsDetails__heroImage{height:250px}.newsDetails__authorIcon{font-size:2.4rem}.newsDetails__authorName{font-size:1.3rem}.newsDetails__date{font-size:.95rem}.newsDetails__title{margin-bottom:20px;font-size:1.55rem}.newsDetails__subTitle{margin-bottom:16px;font-size:1.28rem}.newsDetails__lead{margin-bottom:30px;padding-left:28px}.newsDetails__lead:before{border-bottom:6px solid #ff1b63;border-left:6px solid #ff1b63;width:16px;height:24px}.newsDetails__lead,.newsDetails__paragraph,.newsDetails__authorCardText,.newsDetails__commentText,.newsDetails__listItem,.newsDetails__relatedText{font-size:.96rem;line-height:1.8}.newsDetails__splitImage{height:240px}.newsDetails__quote{padding:0 10px;font-size:1rem;line-height:1.75}.newsDetails__tagsShareRow{align-items:flex-start}.newsDetails__authorCard{margin-top:60px;padding:28px 20px}.newsDetails__authorCardIcon{font-size:7rem}.newsDetails__authorCardName{font-size:1.5rem}.newsDetails__commentBox{margin-top:60px;padding:30px 18px}.newsDetails__commentTitle{margin-bottom:26px;font-size:1.5rem}.newsDetails__commentItem{grid-template-columns:1fr;gap:14px}.newsDetails__commentAvatarWrap{line-height:1}.newsDetails__commentAvatar{font-size:3.4rem}.newsDetails__commentName{font-size:1.2rem}.newsDetails__tag{min-height:40px;padding:8px 16px;font-size:.92rem}.newsDetails__relatedSection{margin-top:70px}.newsDetails__relatedTitle{margin-bottom:22px;font-size:1.6rem}.newsDetails__relatedItem{padding:26px 0}.newsDetails__relatedImage{height:220px}.newsDetails__relatedDateBox{width:64px;min-height:84px;font-size:.85rem}.newsDetails__relatedPostTitle{margin-bottom:14px;font-size:1.28rem}.newsDetails__storyNav{margin-top:60px}.newsDetails__storyCard{padding:22px 18px}.newsDetails__storyRight{grid-template-columns:72px 1fr;gap:16px}.newsDetails__storyThumb{width:72px;height:72px}.newsDetails__storyTitle{font-size:1rem}.newsDetails__storyLabel{font-size:.88rem}}
