@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@600;700;800&family=Nunito:wght@400;600;700;800;900&display=swap");:root{--green:#61b900;--blue:#0b93dc;--orange:#ff6800;--gold:#ffbd00;--pink:#f2438b;--navy:#071233;--muted:#545a68;--shadow:0 18px 45px rgba(7,18,51,.14)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Nunito,Arial,sans-serif;color:var(--navy);background:#fff;overflow-x:hidden}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.sticky-header{position:sticky;top:0;z-index:10000;background:#fff;box-shadow:0 8px 24px rgba(7,23,51,.08)}.top-bar{display:grid;grid-template-columns:repeat(4,1fr);min-height:44px;color:#fff}.top-item{display:flex;align-items:center;justify-content:center;gap:14px;padding:8px 20px;line-height:1.2;font-size:14px;font-weight:600;text-align:center}.top-item b{display:block;font-size:14px;font-weight:500;margin-bottom:0}.top-item small{display:block;font-size:13px;font-weight:400}.top-ico{width:38px;height:38px;flex:0 0 38px;border:2px solid rgba(255,255,255,.72);border-radius:50%;display:grid;place-items:center;line-height:1;background:rgba(255,255,255,.08)}.top-ico svg{width:20px;height:20px;fill:none;stroke:#fff;stroke-width:2.35;stroke-linecap:round;stroke-linejoin:round}.green .top-ico svg,.gold .top-ico svg{fill:none;stroke:#fff}.top-item:hover .top-ico{background:rgba(255,255,255,.16);border-color:#fff}.green{background:linear-gradient(135deg,#62bd05,#48a700)}.blue{background:linear-gradient(135deg,#0e9fe8,#0779ca)}.orange{background:linear-gradient(135deg,#ff7d0a,#ff5f00)}.gold{background:linear-gradient(135deg,#ffc519,#ffb100)}.logo{display:flex;align-items:center;flex:0 0 auto;margin-right:42px}.logo img{max-height:88px;height:auto;width:auto;max-width:320px;object-fit:contain}.hero{height:548px;position:relative;overflow:hidden;background:#fff}.slides,.slide{position:absolute;inset:0}.slide{background-size:cover;background-position:center right;opacity:0;transform:scale(1.035);transition:opacity .8s ease,transform 5s ease}.slide.active{opacity:1;transform:scale(1)}.hero-wash{position:absolute;inset:0;z-index:2;background:linear-gradient(90deg,#fff 0,rgba(255,255,255,.98) 26%,rgba(255,255,255,.80) 39%,rgba(255,255,255,.36) 53%,rgba(255,255,255,.08) 66%,rgba(255,255,255,0) 100%)}.hero-text{position:relative;z-index:5;width:min(820px,54vw);padding:58px 0 0 126px}.tag{display:inline-flex;align-items:center;gap:8px;background:#eaf6df;color:#4fa900;border-radius:999px;padding:8px 18px;font-weight:900;font-size:17px;margin-bottom:38px}.copy{display:none}.copy.active{display:block;animation:fadeUp .7s ease both}.copy h1{font-family:"Baloo 2",cursive;font-size:64px;line-height:1.03;letter-spacing:-1px;font-weight:800;margin-bottom:8px;color:var(--navy)}.green-word{color:var(--green)}.pink-word{color:var(--pink)}.copy i{display:block;width:210px;height:14px;background:#ffb200;clip-path:polygon(0 48%,95% 20%,100% 42%,5% 80%);margin:4px 0 30px}.copy p{font-size:19px;line-height:1.55;color:#4f5563;font-weight:700;max-width:620px;margin-bottom:34px}.hero-actions{display:flex;gap:28px}.btn{height:57px;border-radius:999px;display:flex;align-items:center;justify-content:center;gap:11px;padding:0 34px;font-weight:900;font-size:17px;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.btn-icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}.solid{background:linear-gradient(135deg,#67bf00,#4ca900);color:#fff;box-shadow:0 11px 24px rgba(80,170,0,.25)}.solid:hover{transform:translateY(-2px);box-shadow:0 15px 28px rgba(80,170,0,.32)}.outline{border:1.8px solid var(--green);background:#fff;color:#4a9b02;box-shadow:0 8px 22px rgba(80,170,0,.08)}.outline:hover{transform:translateY(-2px);background:#f8fff4;box-shadow:0 12px 25px rgba(80,170,0,.15)}.arrow{position:absolute;top:53%;z-index:6;transform:translateY(-50%);width:54px;height:54px;border:0;border-radius:50%;background:#fff;color:var(--navy);font-size:43px;box-shadow:0 12px 28px rgba(7,18,51,.13);cursor:pointer}.prev{left:32px}.next{right:32px}.dots{position:absolute;z-index:7;left:50%;bottom:22px;display:flex;gap:18px}.dots button{width:15px;height:15px;border-radius:50%;border:3px solid #fff;background:#fff;cursor:pointer}.dots .active{background:var(--green)}.features-option5{width:min(1390px,91%);margin:64px auto 78px;background:radial-gradient(circle at 7% 18%,rgba(255,189,0,.10) 0 70px,transparent 72px),radial-gradient(circle at 94% 78%,rgba(97,185,0,.10) 0 82px,transparent 84px),#fff;border:2px dashed #dbe9c8;border-radius:34px;box-shadow:0 14px 36px rgba(7,18,51,.07);position:relative;z-index:10;display:grid;grid-template-columns:repeat(4,1fr);gap:0;padding:44px 34px;overflow:hidden}.features-option5 .feature{display:flex;align-items:center;gap:22px;padding:6px 28px;border-right:1px solid #ece7dc;position:relative;z-index:1}.features-option5 .feature:last-child{border-right:0}.features-option5 h3{font-size:18px;font-weight:900;margin-bottom:8px;color:#071233;line-height:1.18}.features-option5 p{font-size:15px;color:#59606d;line-height:1.55;font-weight:700}.feature-deco{position:absolute;z-index:0;font-family:"Baloo 2",cursive;font-weight:800;line-height:1;opacity:.35;pointer-events:none}.deco-star{left:24px;top:16px;color:#ffbd00;font-size:30px;transform:rotate(-12deg)}.deco-heart{left:26px;bottom:20px;color:#f2438b;font-size:27px;transform:rotate(12deg)}.deco-leaf{right:28px;bottom:18px;color:#61b900;font-size:26px;transform:rotate(-8deg)}.deco-spark{right:30px;top:20px;color:#0b93dc;font-size:24px;transform:rotate(15deg)}@media (max-width:1100px){.features-option5{grid-template-columns:1fr 1fr;padding:36px 26px}.features-option5 .feature{padding:20px 24px}.features-option5 .feature:nth-of-type(2){border-right:0}.features-option5 .feature:nth-of-type(1),.features-option5 .feature:nth-of-type(2){border-bottom:1px solid #ece7dc}}@media (max-width:720px){.features-option5{grid-template-columns:1fr;margin:50px auto 60px;padding:28px 22px;border-radius:28px}.features-option5 .feature{border-right:0;border-bottom:1px solid #ece7dc;padding:22px 8px}.features-option5 .feature:last-child{border-bottom:0}}.programs{background:linear-gradient(180deg,#f6fff1,#fff);padding:70px 11%}.program-head{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:end;margin-bottom:28px}.program-head span{background:#eaf6df;color:var(--green);padding:7px 16px;border-radius:999px;font-weight:900}.program-head h2{font-family:"Baloo 2",cursive;font-size:42px;line-height:1;color:var(--navy);margin-top:14px}.program-head p{font-size:18px;color:#555b69;line-height:1.6}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.cards article{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 10px 30px rgba(7,18,51,.09)}.cards img{width:100%;height:190px;object-fit:cover}.cards h3{font-size:24px;padding:22px 24px 4px}.cards p{padding:0 24px 24px;color:#59606d}@keyframes fadeUp{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:none}}@media (max-width:1280px){.logo img{max-height:82px;max-width:285px}.hero-text{padding-left:90px;width:min(760px,58vw)}.copy h1{font-size:56px}}@media (max-width:1100px){.top-bar{grid-template-columns:1fr 1fr;height:auto}.top-item{min-height:66px}.logo img{max-height:74px;max-width:265px}.hero-text{width:70vw;padding-left:70px}.copy h1{font-size:52px}.features{grid-template-columns:1fr 1fr}.feature:nth-child(2){border-right:0}.feature{padding:16px}}@media (max-width:720px){.top-bar{grid-template-columns:1fr}.top-item{padding:12px 24px;min-height:58px}.logo img{max-height:62px;max-width:220px}.hero{height:650px}.hero-wash{background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(255,255,255,.9),rgba(255,255,255,.5))}.slide{background-position:center bottom}.hero-text{width:100%;padding:45px 28px}.copy h1{font-size:43px}.hero-actions{flex-direction:column;width:240px}.features,.program-head,.cards{grid-template-columns:1fr}.feature{border-right:0;border-bottom:1px solid #e6eaf0}.feature:last-child{border-bottom:0}.programs{padding:60px 6%}.arrow{display:none}}.main-header{background:#fff;position:relative;z-index:20;box-shadow:none}.header-wrap{width:min(1460px,94%);margin:0 auto;min-height:120px;display:flex;align-items:center;gap:34px}.logo{flex:0 0 auto;margin-right:42px}.logo img{max-height:88px;width:auto;max-width:320px;object-fit:contain}.main-nav{margin-left:auto;display:flex;align-items:center;justify-content:center;gap:34px;font-size:17px;line-height:1;white-space:nowrap}.main-nav>a,.main-nav .nav-item>a{position:relative;display:flex;align-items:center;gap:7px;padding:18px 0;color:#071733;font-weight:600;letter-spacing:0;text-decoration:none;transition:color .22s ease}.main-nav>a:hover,.main-nav>a.active,.main-nav .nav-item:hover>a{color:var(--green)}.main-nav>a::after,.main-nav .nav-item>a::after{content:"";position:absolute;left:0;bottom:4px;width:0;height:3px;border-radius:999px;background:var(--green);transition:width .22s ease}.main-nav>a.active::after,.main-nav>a:hover::after,.main-nav .nav-item:hover>a::after{width:100%}.nav-item{position:relative}.menu-arrow{width:13px;height:13px;margin-left:2px;stroke:currentColor;stroke-width:2.5;fill:none;stroke-linecap:round;stroke-linejoin:round;transition:.25s ease}.nav-item:hover .menu-arrow{transform:rotate(180deg)}.dropdown{position:absolute;top:100%;left:-22px;background:#fff;box-shadow:var(--shadow);border-radius:18px;padding:14px;min-width:230px;opacity:0;visibility:hidden;transform:translateY(12px);transition:.25s ease;border:1px solid #eef2f7}.nav-item:hover .dropdown{opacity:1;visibility:visible;transform:none}.dropdown a{display:block;padding:11px 14px;border-radius:10px;color:#071733;font-size:15px;font-weight:500;transition:.2s ease}.dropdown a:hover{background:#f2f9eb;color:var(--green)}.book-tour{margin-left:38px;background:linear-gradient(135deg,#68bf00,#4aa900);color:#fff;height:60px;padding:0 28px;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:12px;font-size:17px;font-weight:700;box-shadow:0 11px 22px rgba(86,178,0,.25);white-space:nowrap;transition:.25s ease}.book-tour:hover{transform:translateY(-2px);box-shadow:0 15px 28px rgba(86,178,0,.32)}.book-tour svg{width:22px;height:22px;fill:none;stroke:#fff;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.mobile-toggle{display:none;border:0;background:var(--green);border-radius:10px;padding:10px;cursor:pointer}.mobile-toggle span{display:block;width:25px;height:3px;background:#fff;border-radius:10px;margin:5px}@media (max-width:1280px){.header-wrap{gap:24px}.logo{margin-right:24px}.logo img{max-height:82px;max-width:285px}.main-nav{gap:26px;font-size:16px}.book-tour{margin-left:24px;padding:0 24px;height:56px;font-size:16px}}@media (max-width:1100px){.header-wrap{min-height:98px;width:100%;padding:14px 28px}.logo img{max-height:74px;max-width:265px}.mobile-toggle{display:block;margin-left:auto}.main-nav,.book-tour{display:none}.main-nav.open{display:flex;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;align-items:flex-start;padding:20px 7%;gap:12px;box-shadow:0 18px 35px rgba(7,18,51,.12)}.main-nav.open>a,.main-nav.open .nav-item>a{padding:14px 0;font-size:16px;font-weight:600}.main-nav.open .nav-item{width:100%}.main-nav.open .dropdown{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;padding:6px 0 6px 18px;border:0}}@media (max-width:720px){.header-wrap{min-height:86px;padding:12px 20px}.logo img{max-height:62px;max-width:220px}}.top-ico{width:38px;height:38px;flex:0 0 38px;border:2px solid rgba(255,255,255,.72);border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.08)}.top-ico svg{width:20px;height:20px;fill:none;stroke:#fff;stroke-width:2.35;stroke-linecap:round;stroke-linejoin:round}.top-item:hover .top-ico{background:rgba(255,255,255,.16);border-color:#fff}@media (max-width:720px){.top-ico{width:32px;height:32px;flex-basis:32px}.top-ico svg{width:17px;height:17px}}.container{width:min(1180px,92%);margin:0 auto}.about-section,.contact-section{padding:90px 0;background:#fff}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.section-text h2,.why-grid h2{font-family:"Baloo 2",cursive;color:var(--navy);font-size:48px;line-height:1.05;font-weight:800;margin-bottom:18px;letter-spacing:-.5px}.section-text p,.why-grid p{font-size:18px;line-height:1.65;color:#5f6875;font-weight:600;margin-bottom:20px}.check-list{list-style:none;margin-top:24px}.check-list li{position:relative;padding-left:34px;margin-bottom:13px;font-size:17px;font-weight:800;color:var(--navy)}.check-list li:before{content:"✓";position:absolute;left:0;top:1px;width:24px;height:24px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;font-size:14px;font-weight:900}.image-card{position:relative;border-radius:34px;overflow:hidden;min-height:420px;background:linear-gradient(135deg,#eaf7ff,#fff4d9);box-shadow:var(--shadow)}.image-card img{width:100%;height:100%;min-height:420px;object-fit:cover}.floating-badge{position:absolute;right:24px;bottom:24px;width:142px;height:142px;border-radius:50%;background:linear-gradient(135deg,var(--gold),#ffae00);color:var(--navy);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;font-size:16px;font-weight:900;box-shadow:0 14px 30px rgba(255,196,0,.35)}.floating-badge strong{font-family:"Baloo 2",cursive;font-size:42px;line-height:.9}.parents-section{padding:88px 0;background:#f8fbff}.why-section{padding:90px 0;background:linear-gradient(180deg,#fff,#f6fff1)}.why-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:center}.why-list{display:grid;grid-template-columns:1fr 1fr;gap:18px}.why-list div{background:#fff;border-radius:20px;padding:26px;box-shadow:0 12px 32px rgba(7,18,51,.08);display:flex;gap:16px;align-items:flex-start}.why-list strong{font-family:"Baloo 2",cursive;color:var(--green);font-size:28px;line-height:1}.why-list span{font-size:17px;font-weight:800;color:var(--navy);line-height:1.35}.contact-section{background:#fff}.contact-list p{font-size:17px;margin-bottom:8px}.contact-form{background:#fff;border-radius:30px;padding:36px;box-shadow:var(--shadow);display:grid;gap:16px;border:1px solid #edf1f6}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid #dfe6ef;border-radius:15px;padding:15px 18px;font:600 16px "Nunito",Arial,sans-serif;outline:none;color:var(--navy)}.contact-form textarea{min-height:130px;resize:vertical}.contact-form button{border:0;border-radius:999px;background:linear-gradient(135deg,var(--green),#4aa900);color:#fff;height:58px;font:800 17px "Nunito",Arial,sans-serif;cursor:pointer;transition:.25s}.contact-form button:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(86,178,0,.25)}.footer{background:var(--navy);color:#fff;padding:32px 0}@media (max-width:1060px){.two-col,.why-grid{grid-template-columns:1fr}.why-list{grid-template-columns:1fr 1fr}}@media (max-width:720px){.about-section,.contact-section,.parents-section,.why-section{padding:64px 0}.section-text h2,.why-grid h2{font-size:36px}.section-text p,.why-grid p{font-size:16px}.image-card,.image-card img{min-height:310px}.floating-badge{width:112px;height:112px;font-size:13px}.floating-badge strong{font-size:34px}.why-list{grid-template-columns:1fr}.contact-form{padding:24px}}.programs-modern{background:linear-gradient(180deg,#f8fff3,#ffffff);padding:74px 11% 84px}.programs-modern .program-head{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:end;margin-bottom:30px}.programs-modern .program-head span{display:inline-flex;background:#eaf6df;color:var(--green);padding:8px 18px;border-radius:999px;font-weight:900;font-size:16px}.programs-modern .program-head h2{font-family:"Baloo 2",cursive;font-size:44px;line-height:1;color:var(--navy);margin-top:12px;letter-spacing:-.5px}.programs-modern .program-head p{font-size:18px;line-height:1.6;color:#465268;font-weight:600;max-width:640px}.programs-modern .cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.programs-modern .cards article{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 16px 36px rgba(7,18,51,.08);transition:transform .22s ease,box-shadow .22s ease}.programs-modern .cards article:hover{transform:translateY(-5px);box-shadow:0 22px 46px rgba(7,18,51,.12)}.programs-modern .cards img{width:100%;height:190px;object-fit:cover}.program-card-body{padding:22px 24px 26px}.program-age{display:inline-flex;color:var(--green) !important;background:#f0fae8;border-radius:999px;padding:5px 12px !important;margin:0 0 12px !important;font-size:14px !important;line-height:1 !important;font-weight:900 !important}.programs-modern .cards h3{font-size:25px;line-height:1.15;padding:0;margin:0 0 8px;color:var(--navy);font-weight:900}.programs-modern .cards p{padding:0;margin:0;color:#59606d;font-size:16px;line-height:1.55;font-weight:600}@media (max-width:1060px){.programs-modern .program-head,.programs-modern .cards{grid-template-columns:1fr}}@media (max-width:720px){.programs-modern{padding:60px 6%}.programs-modern .program-head h2{font-size:36px}.programs-modern .program-head p{font-size:16px}}.features-option5{width:min(1390px,92%);margin:58px auto 74px;background:radial-gradient(circle at 7% 18%,rgba(255,189,0,.12) 0 76px,transparent 78px),radial-gradient(circle at 95% 76%,rgba(97,185,0,.11) 0 86px,transparent 88px),#fff;border:2px dashed #dbe9c8;border-radius:34px;box-shadow:0 14px 36px rgba(7,18,51,.07);position:relative;z-index:10;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;padding:46px 34px;overflow:hidden}.features-option5 .feature{display:grid;grid-template-columns:104px minmax(0,1fr);align-items:center;column-gap:22px;padding:4px 28px;border-right:1px solid #ece7dc;position:relative;z-index:1;min-width:0}.features-option5 .feature:last-child{border-right:0}.feature-icon{width:104px;height:96px;flex:none;display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 13px 25px rgba(7,18,51,.08)}.feature-icon svg{width:58px;height:58px;fill:none;stroke:currentColor;stroke-width:3.2;stroke-linecap:round;stroke-linejoin:round}.features-option5 .c1{color:#61b900;background:#eef8e3;border-radius:44% 56% 46% 54% / 55% 44% 56% 45%}.features-option5 .c2{color:#1c80df;background:#eaf6ff;border-radius:58% 42% 55% 45% / 45% 58% 42% 55%}.features-option5 .c3{color:#f2438b;background:#fdeaf3;border-radius:48% 52% 61% 39% / 58% 45% 55% 42%}.features-option5 .c4{color:#ff6800;background:#fff1dc;border-radius:54% 46% 43% 57% / 44% 56% 44% 56%}.features-option5 h3{font-size:18px;font-weight:900;margin:0 0 8px;color:#071233;line-height:1.16;max-width:210px}.features-option5 p{font-size:15px;color:#59606d;line-height:1.48;font-weight:700;max-width:230px;margin:0}.feature-deco{position:absolute;z-index:0;font-family:"Baloo 2",cursive;font-weight:800;line-height:1;opacity:.38;pointer-events:none}.deco-star{left:24px;top:16px;color:#ffbd00;font-size:30px;transform:rotate(-12deg)}.deco-heart{left:28px;bottom:22px;color:#f2438b;font-size:26px;transform:rotate(12deg)}.deco-leaf{right:34px;bottom:16px;color:#61b900;font-size:28px;transform:rotate(-8deg)}.deco-spark{right:34px;top:22px;color:#0b93dc;font-size:25px;transform:rotate(15deg)}@media (max-width:1280px){.features-option5{width:94%;padding:40px 24px}.features-option5 .feature{grid-template-columns:92px minmax(0,1fr);column-gap:18px;padding:4px 18px}.feature-icon{width:92px;height:86px}.feature-icon svg{width:50px;height:50px}.features-option5 h3{font-size:17px}.features-option5 p{font-size:14.5px;line-height:1.46}}@media (max-width:1100px){.features-option5{grid-template-columns:1fr 1fr;padding:36px 26px}.features-option5 .feature{padding:20px 24px}.features-option5 .feature:nth-child(2){border-right:0}.features-option5 .feature:nth-child(1),.features-option5 .feature:nth-child(2){border-bottom:1px solid #ece7dc}}@media (max-width:720px){.features-option5{grid-template-columns:1fr;margin:50px auto 60px;padding:28px 22px;border-radius:28px}.features-option5 .feature{grid-template-columns:86px minmax(0,1fr);border-right:0;border-bottom:1px solid #ece7dc;padding:22px 8px}.features-option5 .feature:last-child{border-bottom:0}.feature-icon{width:86px;height:80px}.feature-icon svg{width:46px;height:46px}.features-option5 p{max-width:none}}.features-option5{padding:44px 40px}.features-option5 .feature{grid-template-columns:96px minmax(175px,1fr);column-gap:24px;align-items:center;padding:8px 30px}.features-option5 h3{font-size:19px;line-height:1.12;margin:0 0 10px;max-width:240px;letter-spacing:-.2px}.features-option5 p{font-size:15.5px;line-height:1.52;max-width:255px;margin:0}.feature-icon{width:96px;height:90px}.feature-icon svg{width:54px;height:54px}@media (max-width:1280px){.features-option5{padding:40px 24px}.features-option5 .feature{grid-template-columns:88px minmax(150px,1fr);column-gap:18px;padding:8px 18px}.feature-icon{width:88px;height:82px}.feature-icon svg{width:48px;height:48px}.features-option5 h3{font-size:17px;max-width:210px}.features-option5 p{font-size:14.5px;max-width:230px}}@media (max-width:1100px){.features-option5 .feature{grid-template-columns:96px minmax(0,1fr);column-gap:22px;padding:22px 26px}.feature-icon{width:96px;height:90px}.feature-icon svg{width:54px;height:54px}.features-option5 h3,.features-option5 p{max-width:none}}@media (max-width:720px){.features-option5 .feature{grid-template-columns:86px minmax(0,1fr);column-gap:18px;padding:22px 8px}.feature-icon{width:86px;height:80px}.feature-icon svg{width:46px;height:46px}}.features-option5{width:min(1390px,92%);margin:58px auto 74px;background:radial-gradient(circle at 7% 18%,rgba(255,189,0,.12) 0 76px,transparent 78px),radial-gradient(circle at 95% 76%,rgba(97,185,0,.11) 0 86px,transparent 88px),#fff;border:2px dashed #dbe9c8;border-radius:34px;box-shadow:0 14px 36px rgba(7,18,51,.07);position:relative;z-index:10;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;padding:42px 36px 40px;overflow:hidden}.features-option5 .feature{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:16px;padding:0 34px;border-right:1px solid #ece7dc;position:relative;z-index:1;min-width:0}.features-option5 .feature:last-child{border-right:0}.features-option5 h3{font-size:19px;line-height:1.12;font-weight:900;color:#071233;margin:0;white-space:nowrap;letter-spacing:-.25px}.feature-row{display:grid;grid-template-columns:96px minmax(0,1fr);align-items:start;column-gap:24px;width:100%}.feature-icon{width:96px;height:90px;flex:none;display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 13px 25px rgba(7,18,51,.08)}.feature-icon svg{width:54px;height:54px;fill:none;stroke:currentColor;stroke-width:3.2;stroke-linecap:round;stroke-linejoin:round}.features-option5 .c1{color:#61b900;background:#eef8e3;border-radius:44% 56% 46% 54% / 55% 44% 56% 45%}.features-option5 .c2{color:#1c80df;background:#eaf6ff;border-radius:58% 42% 55% 45% / 45% 58% 42% 55%}.features-option5 .c3{color:#f2438b;background:#fdeaf3;border-radius:48% 52% 61% 39% / 58% 45% 55% 42%}.features-option5 .c4{color:#ff6800;background:#fff1dc;border-radius:54% 46% 43% 57% / 44% 56% 44% 56%}.features-option5 p{font-size:15.5px;color:#59606d;line-height:1.52;font-weight:700;max-width:245px;margin:0}.feature-deco{position:absolute;z-index:0;font-family:"Baloo 2",cursive;font-weight:800;line-height:1;opacity:.38;pointer-events:none}.deco-star{left:24px;top:16px;color:#ffbd00;font-size:30px;transform:rotate(-12deg)}.deco-heart{left:28px;bottom:22px;color:#f2438b;font-size:26px;transform:rotate(12deg)}.deco-leaf{right:34px;bottom:16px;color:#61b900;font-size:28px;transform:rotate(-8deg)}.deco-spark{right:34px;top:22px;color:#0b93dc;font-size:25px;transform:rotate(15deg)}@media (max-width:1320px){.features-option5{width:94%;padding:38px 24px}.features-option5 .feature{padding:0 22px}.feature-row{grid-template-columns:84px minmax(0,1fr);column-gap:18px}.feature-icon{width:84px;height:78px}.feature-icon svg{width:46px;height:46px}.features-option5 h3{font-size:17px}.features-option5 p{font-size:14.5px;line-height:1.48}}@media (max-width:1100px){.features-option5{grid-template-columns:1fr 1fr;padding:34px 26px}.features-option5 .feature{padding:22px 24px}.features-option5 .feature:nth-child(2){border-right:0}.features-option5 .feature:nth-child(1),.features-option5 .feature:nth-child(2){border-bottom:1px solid #ece7dc}.feature-row{grid-template-columns:92px minmax(0,1fr)}.feature-icon{width:92px;height:86px}.feature-icon svg{width:50px;height:50px}.features-option5 p{max-width:none}}@media (max-width:720px){.features-option5{grid-template-columns:1fr;margin:50px auto 60px;padding:28px 22px;border-radius:28px}.features-option5 .feature{border-right:0;border-bottom:1px solid #ece7dc;padding:22px 8px}.features-option5 .feature:last-child{border-bottom:0}.features-option5 h3{white-space:normal;font-size:18px}.feature-row{grid-template-columns:82px minmax(0,1fr);column-gap:18px}.feature-icon{width:82px;height:76px}.feature-icon svg{width:44px;height:44px}}.features-option5{padding:22px 36px 20px !important;background:radial-gradient(circle at 7% 18%,rgba(255,189,0,.12) 0 56px,transparent 58px),radial-gradient(circle at 95% 76%,rgba(97,185,0,.11) 0 66px,transparent 68px),#fff !important}.features-option5 .feature{gap:8px !important}.feature-icon{width:84px !important;height:78px !important}.feature-icon svg{width:46px !important;height:46px !important}.features-option5{width:min(1390px,92%) !important;margin:58px auto 74px !important;min-height:0 !important;background:radial-gradient(circle at 7% 11%,rgba(255,189,0,.13) 0 78px,transparent 80px),radial-gradient(circle at 96% 80%,rgba(97,185,0,.12) 0 88px,transparent 90px),#fff !important;border:2px dashed #dbe9c8 !important;border-radius:34px !important;box-shadow:0 14px 36px rgba(7,18,51,.07) !important;position:relative !important;z-index:10 !important;display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:0 !important;padding:34px 34px 36px !important;overflow:hidden !important}.features-option5 .feature{display:flex !important;flex-direction:column !important;justify-content:flex-start !important;align-items:flex-start !important;gap:26px !important;padding:0 42px !important;border-right:1px solid #ece7dc !important;position:relative !important;z-index:1 !important;min-width:0 !important}.features-option5 .feature:last-child{border-right:0 !important}.features-option5 h3{height:28px !important;display:flex !important;align-items:center !important;font-size:21px !important;line-height:1 !important;font-weight:900 !important;color:#071233 !important;margin:0 !important;white-space:nowrap !important;letter-spacing:-.25px !important}.feature-row{display:grid !important;grid-template-columns:104px minmax(0,1fr) !important;align-items:start !important;column-gap:30px !important;width:100% !important}.feature-icon{width:104px !important;height:96px !important;flex:none !important;display:flex !important;align-items:center !important;justify-content:center !important;position:relative !important;box-shadow:0 13px 25px rgba(7,18,51,.08) !important}.feature-icon svg{width:58px !important;height:58px !important;fill:none !important;stroke:currentColor !important;stroke-width:3.2 !important;stroke-linecap:round !important;stroke-linejoin:round !important}.features-option5 .c1{color:#61b900 !important;background:#eef8e3 !important;border-radius:44% 56% 46% 54% / 55% 44% 56% 45% !important}.features-option5 .c2{color:#1c80df !important;background:#eaf6ff !important;border-radius:58% 42% 55% 45% / 45% 58% 42% 55% !important}.features-option5 .c3{color:#f2438b !important;background:#fdeaf3 !important;border-radius:48% 52% 61% 39% / 58% 45% 55% 42% !important}.features-option5 .c4{color:#ff6800 !important;background:#fff1dc !important;border-radius:54% 46% 43% 57% / 44% 56% 44% 56% !important}.features-option5 p{font-size:18px !important;color:#59606d !important;line-height:1.52 !important;font-weight:800 !important;margin:0 !important;width:235px !important}.feature-deco{position:absolute !important;z-index:0 !important;font-family:"Baloo 2",cursive !important;font-weight:800 !important;line-height:1 !important;opacity:.38 !important;pointer-events:none !important}.deco-star{left:24px !important;top:20px !important;color:#ffbd00 !important;font-size:30px !important;transform:rotate(-12deg) !important}.deco-heart{left:28px !important;bottom:22px !important;color:#f2438b !important;font-size:26px !important;transform:rotate(12deg) !important}.deco-leaf{right:34px !important;bottom:16px !important;color:#61b900 !important;font-size:28px !important;transform:rotate(-8deg) !important}.deco-spark{right:34px !important;top:22px !important;color:#0b93dc !important;font-size:25px !important;transform:rotate(15deg) !important}@media (max-width:1450px){.features-option5{width:94% !important;padding:30px 26px 32px !important}.features-option5 .feature{padding:0 28px !important}.feature-row{grid-template-columns:92px minmax(0,1fr) !important;column-gap:22px !important}.feature-icon{width:92px !important;height:86px !important}.feature-icon svg{width:50px !important;height:50px !important}.features-option5 h3{font-size:18px !important}.features-option5 p{font-size:15.5px !important;width:205px !important}}@media (max-width:1100px){.features-option5{grid-template-columns:1fr 1fr !important;padding:34px 26px !important}.features-option5 .feature{padding:22px 24px !important}.features-option5 .feature:nth-child(2){border-right:0 !important}.features-option5 .feature:nth-child(1),.features-option5 .feature:nth-child(2){border-bottom:1px solid #ece7dc !important}.features-option5 h3{height:auto !important}.feature-row{grid-template-columns:92px minmax(0,1fr) !important}.features-option5 p{width:auto !important}}@media (max-width:720px){.features-option5{grid-template-columns:1fr !important;margin:50px auto 60px !important;padding:28px 22px !important;border-radius:28px !important}.features-option5 .feature{border-right:0 !important;border-bottom:1px solid #ece7dc !important;padding:22px 8px !important}.features-option5 .feature:last-child{border-bottom:0 !important}.features-option5 h3{white-space:normal !important;font-size:18px !important}.feature-row{grid-template-columns:82px minmax(0,1fr) !important;column-gap:18px !important}.feature-icon{width:82px !important;height:76px !important}.feature-icon svg{width:44px !important;height:44px !important}}.features-option5{width:min(1600px,96%) !important}.features-option5 .feature{padding:0 24px !important}.feature-row{grid-template-columns:88px 1fr !important;column-gap:22px !important}.feature-icon{width:88px !important;height:82px !important}.feature-icon svg{width:50px !important;height:50px !important}.features-option5 h3{font-size:18px !important}.features-option5 p{width:260px !important}.features-option5 p{width:auto !important;max-width:none !important}@media (max-width:1450px){.features-option5{width:min(1500px,96%) !important;padding:28px 24px 30px !important}.features-option5 .feature{padding:0 18px !important;gap:20px !important}.feature-row{grid-template-columns:78px 1fr !important;column-gap:18px !important}.feature-icon{width:78px !important;height:74px !important}.feature-icon svg{width:44px !important;height:44px !important}.features-option5 h3{font-size:17px !important}.features-option5 p{font-size:14.5px !important;line-height:1.48 !important;max-width:225px !important}}@media (max-width:1180px){.features-option5{width:94% !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;padding:30px 26px !important}.features-option5 .feature{padding:22px 24px !important;border-right:1px solid #ece7dc !important;border-bottom:1px solid #ece7dc !important}.features-option5 .feature:nth-child(2),.features-option5 .feature:nth-child(4){border-right:0 !important}.features-option5 .feature:nth-child(3),.features-option5 .feature:nth-child(4){border-bottom:0 !important}.feature-row{grid-template-columns:88px 1fr !important;column-gap:20px !important}.feature-icon{width:88px !important;height:82px !important}.feature-icon svg{width:48px !important;height:48px !important}.features-option5 h3{font-size:18px !important;height:auto !important;white-space:nowrap !important}.features-option5 p{max-width:none !important;width:auto !important;font-size:15.5px !important;line-height:1.5 !important}}@media (max-width:900px){.features-option5{grid-template-columns:1fr !important;padding:26px 28px !important}.features-option5 .feature{border-right:0 !important;border-bottom:1px solid #ece7dc !important;padding:22px 10px !important;gap:14px !important}.features-option5 .feature:last-child{border-bottom:0 !important}.feature-row{grid-template-columns:84px 1fr !important;column-gap:20px !important;align-items:center !important}.feature-icon{width:84px !important;height:78px !important}.feature-icon svg{width:46px !important;height:46px !important}.features-option5 p{max-width:520px !important;font-size:15.5px !important}}@media (max-width:560px){.features-option5{width:92% !important;padding:24px 18px !important;margin:44px auto 54px !important}.features-option5 h3{font-size:17px !important;white-space:normal !important}.feature-row{grid-template-columns:76px 1fr !important;column-gap:16px !important}.feature-icon{width:76px !important;height:70px !important}.feature-icon svg{width:40px !important;height:40px !important}.features-option5 p{font-size:14.5px !important;line-height:1.48 !important}}.features-option5 h3{font-size:18px !important}.features-option5 p{font-size:15px !important;line-height:1.55 !important;font-weight:500 !important;max-width:260px !important;width:auto !important}.feature-icon{width:88px !important;height:82px !important}.feature-icon svg{width:50px !important;height:50px !important}.features-option5{width:min(1600px,96%) !important}.features-option5 .feature{padding:0 18px !important}.features-option5 h3{font-size:18px !important;font-weight:900 !important}.feature-row{grid-template-columns:72px 1fr !important;column-gap:16px !important;align-items:start !important}.feature-icon{width:72px !important;height:68px !important}.feature-icon svg{width:40px !important;height:40px !important}.features-option5 p{width:100% !important;max-width:none !important;font-size:15px !important;line-height:1.55 !important;font-weight:500 !important;color:#59606d !important}@media (max-width:1180px){.features-option5{grid-template-columns:repeat(2,minmax(0,1fr)) !important;width:94% !important;padding:30px 26px !important}.features-option5 .feature{padding:22px 24px !important}.feature-row{grid-template-columns:82px 1fr !important;column-gap:18px !important}.feature-icon{width:82px !important;height:76px !important}.feature-icon svg{width:44px !important;height:44px !important}.features-option5 p{width:100% !important;max-width:none !important;font-size:15px !important}}@media (max-width:720px){.features-option5{grid-template-columns:1fr !important;width:92% !important;padding:24px 18px !important;margin:44px auto 54px !important}.features-option5 .feature{border-right:0 !important;border-bottom:1px solid #ece7dc !important;padding:22px 8px !important}.features-option5 .feature:last-child{border-bottom:0 !important}.features-option5 h3{font-size:17px !important;white-space:normal !important}.feature-row{grid-template-columns:76px 1fr !important;column-gap:16px !important}.feature-icon{width:76px !important;height:70px !important}.feature-icon svg{width:40px !important;height:40px !important}.features-option5 p{font-size:14.5px !important;line-height:1.48 !important;width:100% !important;max-width:none !important}}.footer{background:#071233;color:#fff;margin-top:0;padding:70px 0 0}@media (max-width:900px){.footer{text-align:center}}.footer-cta{position:relative;overflow:hidden;background:#fffaf0;padding:0;margin:0}.footer-cta-inner{position:relative;min-height:360px;display:grid;grid-template-columns:58% 42%;align-items:stretch;max-width:100%;overflow:hidden}.footer-cta-content{position:relative;z-index:2;padding:70px 7vw 64px 7vw;background:radial-gradient(circle at 15% 30%,#fff 0,#fff9ec 45%,#fff3dc 100%);border-top-right-radius:50% 100%;border-bottom-right-radius:50% 100%;box-shadow:18px 0 45px rgba(0,0,0,.04)}.footer-cta-content h2{font-size:52px;line-height:1.1;color:#071f49;margin:0 0 24px;font-weight:900;letter-spacing:-1px}.footer-cta-content h2 span{color:#61b900}.footer-cta-content p{font-size:21px;line-height:1.55;color:#071f49;margin:0 0 34px;font-weight:500}.footer-cta-btn{display:inline-flex;align-items:center;gap:18px;min-width:310px;justify-content:center;padding:21px 36px;border-radius:999px;background:linear-gradient(135deg,#76c91e,#54a900);color:#fff !important;font-size:23px;font-weight:850;text-decoration:none;box-shadow:0 14px 30px rgba(88,174,0,.3);transition:transform .2s ease,box-shadow .2s ease}.footer-cta-btn:hover{transform:translateY(-2px);box-shadow:0 18px 36px rgba(88,174,0,.38)}.footer-cta-btn svg{width:29px;height:29px;stroke:#fff;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.footer-cta-image{min-height:360px;background-image:linear-gradient(90deg,rgba(255,250,240,.25),rgba(255,250,240,0)),url("../images/kinder-grove-center.jpg");background-size:cover;background-position:center right}.footer-doodle{position:absolute;z-index:3;pointer-events:none;font-weight:400}.footer-heart{left:28px;bottom:38px;color:#ff5aa0;font-size:56px;transform:rotate(-10deg)}.footer-heart:before{content:"";position:absolute;width:110px;height:80px;left:10px;bottom:45px;border:3px dashed #ff79b4;border-right:0;border-bottom:0;border-radius:80px 0 0 0;opacity:.85}.footer-flower{left:45%;bottom:72px;color:#f2aa00;font-size:62px}.footer-flower:after{content:"";position:absolute;width:135px;height:65px;left:60px;top:45px;border:3px dashed #61b900;border-top:0;border-left:0;border-radius:0 0 70px 0}.kg-footer{background:#041d3c !important;background-image:radial-gradient(circle at 35% 20%,rgba(0,125,255,.18),transparent 36%),linear-gradient(135deg,#03152d,#06244b 55%,#02162f) !important;color:#fff !important;padding:62px 0 0 !important;margin:0 !important;text-align:left !important}.kg-footer .container{max-width:1180px}.kg-footer-grid{display:grid !important;grid-template-columns:1.35fr .9fr 1fr 1.25fr !important;gap:70px !important;align-items:start}.kg-footer-logo{max-width:250px;width:100%;margin:0 0 26px !important;display:block}.kg-footer-about p{color:rgba(255,255,255,.92) !important;font-size:17px !important;line-height:1.55 !important;max-width:340px;margin:0 0 28px !important}.kg-socials{display:flex;gap:18px;align-items:center}.social{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff !important;text-decoration:none !important;font-size:30px;font-weight:900;line-height:1;box-shadow:0 10px 18px rgba(0,0,0,.22)}.social.facebook{background:#0b82e6;font-family:Arial,sans-serif}.social.instagram{background:#ff4f9a;font-size:34px;font-weight:700}.social.email{background:#75c915;font-size:24px}.kg-footer-col h4{position:relative;color:#fff !important;font-size:25px !important;line-height:1.1;margin:14px 0 42px !important;font-weight:900 !important}.kg-footer-col h4:after{content:"";position:absolute;left:0;bottom:-20px;width:42px;height:4px;border-radius:4px;background:#70c915}.kg-link-list{list-style:none !important;padding:0 !important;margin:0 !important}.kg-link-list li{margin:0 0 18px !important;position:relative;padding-left:28px;color:#fff}.kg-link-list li:before{content:"›";position:absolute;left:0;top:-1px;color:#70c915;font-size:28px;line-height:1;font-weight:900}.kg-link-list a{color:rgba(255,255,255,.94) !important;text-decoration:none !important;font-size:19px !important;font-weight:500 !important}.kg-link-list a:hover{color:#70c915 !important}.kg-link-list .pink-link{color:#ff4f9a !important;font-weight:800 !important}.kg-link-list li:has(.pink-link):before{color:#ff4f9a}.kg-contact-item{display:grid;grid-template-columns:44px 1fr;gap:18px;align-items:start;margin:0 0 24px}.kg-contact-item p{color:rgba(255,255,255,.96) !important;font-size:19px !important;line-height:1.4 !important;margin:0 !important;font-weight:500 !important}.kg-footer-bottom{max-width:calc(100% - 50px);margin:48px auto 0;padding:24px 0 30px;text-align:center;border-top:1px solid rgba(255,255,255,.22)}.kg-heart-mark{color:#ff5aa0;font-size:58px;line-height:1;margin:0 auto 18px;position:relative;display:inline-block}.kg-heart-mark:before,.kg-heart-mark:after{content:"";position:absolute;top:27px;width:22px;height:3px;background:#70c915;border-radius:3px}.kg-heart-mark:before{left:-32px;transform:rotate(22deg)}.kg-heart-mark:after{right:-32px;transform:rotate(-22deg)}.kg-footer-bottom p{color:rgba(255,255,255,.92) !important;margin:0 !important;font-size:18px !important;font-weight:500 !important}@media (max-width:1060px){.footer-cta-inner{grid-template-columns:1fr;min-height:auto}.footer-cta-content{border-radius:0;padding:58px 7vw;text-align:center}.footer-cta-content p br{display:none}.footer-cta-image{min-height:260px;background-position:center}.footer-flower{display:none}.kg-footer-grid{grid-template-columns:1fr 1fr !important;gap:46px !important}}@media (max-width:720px){.footer-cta-content h2{font-size:38px}.footer-cta-content p{font-size:18px}.footer-cta-btn{min-width:0;width:100%;font-size:20px;padding:18px 22px}.footer-heart{display:none}.kg-footer{padding-top:48px !important;text-align:center !important}.kg-footer-grid{grid-template-columns:1fr !important;gap:38px !important;text-align:center !important}.kg-footer-logo{margin:0 auto 22px !important;max-width:230px}.kg-footer-about p{margin-left:auto !important;margin-right:auto !important}.kg-socials{justify-content:center}.kg-footer-col h4{margin-bottom:34px !important}.kg-footer-col h4:after{left:50%;transform:translateX(-50%)}.kg-link-list li{padding-left:0 !important}.kg-link-list li:before{display:none}.kg-contact-item{grid-template-columns:1fr;gap:8px;text-align:center;justify-items:center}.kg-footer-bottom p{font-size:15px !important}}.footer{padding:50px 0 25px !important}.footer h3{margin-bottom:18px !important}.footer .container{max-width:1200px}.kg-footer{padding:32px 0 0 !important}.kg-footer .container{max-width:1160px !important}.kg-footer-grid{grid-template-columns:1.25fr .85fr .95fr 1.2fr !important;gap:46px !important}.kg-footer-logo{max-width:210px !important;margin:0 0 18px !important}.kg-footer-about p{font-size:15px !important;line-height:1.45 !important;max-width:300px !important;margin:0 0 20px !important}.kg-socials{gap:12px !important}.social{width:42px !important;height:42px !important;font-size:24px !important;box-shadow:0 6px 12px rgba(0,0,0,.18) !important}.social.instagram{font-size:28px !important}.social.email{font-size:20px !important}.kg-footer-col h4{font-size:22px !important;margin:8px 0 30px !important}.kg-footer-col h4:after{bottom:-14px !important;width:38px !important;height:3px !important}.kg-link-list li{margin:0 0 12px !important;padding-left:24px !important}.kg-link-list li:before{font-size:24px !important;top:-2px !important}.kg-link-list a{font-size:17px !important}.kg-contact-item{grid-template-columns:34px 1fr !important;gap:14px !important;margin:0 0 16px !important}.kg-contact-item p{font-size:17px !important;line-height:1.32 !important}.kg-footer-bottom{margin:30px auto 0 !important;padding:14px 0 18px !important}.kg-heart-mark{font-size:36px !important;margin:0 auto 10px !important}.kg-heart-mark:before,.kg-heart-mark:after{top:18px !important;width:17px !important;height:2px !important}.kg-heart-mark:before{left:-26px !important}.kg-heart-mark:after{right:-26px !important}.kg-footer-bottom p{font-size:15px !important}@media (max-width:1060px){.kg-footer-grid{gap:34px !important}}@media (max-width:760px){.kg-footer{padding-top:34px !important}.kg-footer-grid{gap:28px !important}.kg-footer-logo{max-width:210px !important;margin-bottom:16px !important}.kg-footer-col h4{margin-bottom:26px !important}.kg-footer-bottom{margin-top:28px !important}}.kg-contact-item{grid-template-columns:30px 1fr !important;gap:14px !important;align-items:flex-start !important}.kg-contact-clean-icon{display:flex !important;align-items:center !important;justify-content:center !important;width:28px !important;height:28px !important;min-width:28px !important;background:transparent !important;border:0 !important;border-radius:0 !important;padding:0 !important;margin:0 !important;box-shadow:none !important}.kg-contact-clean-icon svg{display:block !important;width:26px !important;height:26px !important;fill:none !important;stroke:currentColor !important;stroke-width:2.4 !important;stroke-linecap:round !important;stroke-linejoin:round !important;background:transparent !important}.kg-contact-clean-icon.green{color:#73c914 !important}.kg-contact-clean-icon.blue{color:#049ee9 !important}.kg-contact-clean-icon.orange{color:#ffbd23 !important}.kg-contact-clean-icon.pink{color:#ff4f9a !important}.kg-link-list{list-style:none !important;padding:0 !important;margin:0 !important}.kg-link-list li{position:relative !important;padding-left:24px !important;margin:0 0 12px !important;color:#fff !important}.kg-link-list li::before{content:"›" !important;position:absolute !important;left:0 !important;top:-2px !important;display:block !important;color:#70c915 !important;font-size:24px !important;line-height:1 !important;font-weight:900 !important}.kg-link-list a{color:rgba(255,255,255,.94) !important;text-decoration:none !important;font-size:17px !important;font-weight:500 !important;transition:color .2s ease,padding-left .2s ease !important}.kg-link-list a:hover{color:#70c915 !important;padding-left:3px !important}.kg-link-list .pink-link{color:#ff4f9a !important;font-weight:800 !important}.kg-link-list li:has(.pink-link)::before{color:#ff4f9a !important}@media (max-width:720px){.kg-link-list li{padding-left:24px !important;display:inline-block !important;text-align:left !important}.kg-link-list li::before{display:block !important}}.kg-philosophy-new{padding:90px 0 96px;background:#fff;overflow:hidden}.kg-philosophy-wrap{width:min(1480px,94%);margin:0 auto;display:grid;grid-template-columns:1.08fr .92fr;gap:78px;align-items:center}.kg-philosophy-content{position:relative;padding:12px 0 0}.kg-philosophy-content h2{font-family:"Baloo 2",cursive;color:#071233;font-size:54px;line-height:1.16;font-weight:800;letter-spacing:-.7px;margin:0;max-width:720px}.kg-pink-line{width:min(530px,88%);height:16px;margin:12px 0 28px;position:relative}.kg-pink-line:before{content:"";position:absolute;left:0;right:28px;top:7px;height:5px;border-radius:999px;background:#ff6aa6;transform:rotate(-1deg)}.kg-pink-line:after{content:"♡";position:absolute;right:0;top:-12px;color:#ff6aa6;font-size:46px;line-height:1;transform:rotate(-10deg)}.kg-philosophy-intro{max-width:640px;color:#465268;font-size:21px;line-height:1.55;font-weight:600;margin:0 0 36px}.kg-philosophy-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin:0 0 38px;max-width:760px}.kg-philosophy-cards article{text-align:center;padding:0 20px;border-right:1px solid #dfe4ec}.kg-philosophy-cards article:last-child{border-right:0}.kg-card-icon{width:70px;height:70px;border-radius:50%;display:grid;place-items:center;margin:0 auto 16px}.kg-card-icon svg{width:39px;height:39px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.kg-philosophy-cards h3{font-size:19px;line-height:1.18;font-weight:900;margin:0 0 14px}.kg-philosophy-cards p{color:#071233;font-size:15.5px;line-height:1.55;font-weight:600;margin:0}.kg-philosophy-cards .green-card{color:#55b600}.kg-philosophy-cards .pink-card{color:#f2438b}.kg-philosophy-cards .gold-card{color:#ffae00}.kg-philosophy-cards .green-card .kg-card-icon{background:#eef8e3}.kg-philosophy-cards .pink-card .kg-card-icon{background:#fdeaf3}.kg-philosophy-cards .gold-card .kg-card-icon{background:#fff4dc}.kg-philosophy-cards article p{color:#071233}.kg-philosophy-btn{display:inline-flex;align-items:center;justify-content:center;gap:16px;min-width:390px;min-height:76px;padding:0 32px;border-radius:10px;color:#fff !important;background:linear-gradient(135deg,#76c91e,#54a900);font-size:24px;font-weight:900;text-decoration:none !important;box-shadow:0 16px 30px rgba(86,178,0,.28);transition:transform .2s ease,box-shadow .2s ease}.kg-philosophy-btn:hover{transform:translateY(-2px);box-shadow:0 21px 38px rgba(86,178,0,.36)}.kg-philosophy-btn svg{width:29px;height:29px;fill:none;stroke:#fff;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.kg-philosophy-btn span{font-size:28px;line-height:1}.kg-philosophy-content:after{content:"✈";position:absolute;right:44px;bottom:8px;color:#5ab600;font-size:54px;transform:rotate(-18deg);opacity:.9}@media (max-width:1250px){.kg-philosophy-wrap{grid-template-columns:1fr;gap:46px;width:min(980px,92%)}.kg-philosophy-content h2{font-size:48px;max-width:none}.kg-philosophy-intro,.kg-philosophy-cards{max-width:none}.kg-philosophy-content:after{display:none}}@media (max-width:820px){.kg-philosophy-new{padding:64px 0 70px}.kg-philosophy-content h2{font-size:38px}.kg-philosophy-intro{font-size:17px}.kg-philosophy-cards{grid-template-columns:1fr 1fr;row-gap:30px}.kg-philosophy-cards article:nth-child(2){border-right:0}.kg-philosophy-cards article{padding:0 14px}.kg-philosophy-btn{min-width:0;width:100%;font-size:20px;min-height:66px}}@media (max-width:520px){.kg-philosophy-wrap{width:92%;gap:34px}.kg-philosophy-content h2{font-size:32px;line-height:1.12}.kg-pink-line:after{font-size:34px;top:-7px}.kg-philosophy-cards{grid-template-columns:1fr;gap:26px}.kg-philosophy-cards article{border-right:0;border-bottom:1px solid #dfe4ec;padding:0 0 24px}.kg-philosophy-cards article:last-child{border-bottom:0;padding-bottom:0}}.kg-philosophy-new{padding:58px 0 64px !important;background:linear-gradient(180deg,#fff,#fbfdff) !important}.kg-philosophy-wrap{width:min(1320px,92%) !important;grid-template-columns:46% 54% !important;gap:54px !important;align-items:center !important}.kg-philosophy-content{padding:0 !important}.kg-philosophy-content h2{font-size:42px !important;line-height:1.08 !important;max-width:640px !important;letter-spacing:-.5px !important}.kg-pink-line{width:min(455px,86%) !important;height:11px !important;margin:10px 0 22px !important}.kg-pink-line:before{top:5px !important;height:4px !important;right:22px !important}.kg-pink-line:after{font-size:32px !important;top:-8px !important}.kg-philosophy-intro{max-width:620px !important;font-size:18px !important;line-height:1.52 !important;margin-bottom:24px !important}.kg-philosophy-cards{max-width:650px !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:14px !important;margin-bottom:26px !important}.kg-philosophy-cards article{text-align:left !important;display:grid !important;grid-template-columns:50px 1fr !important;column-gap:14px !important;align-items:start !important;border:1px solid #e8edf4 !important;border-radius:18px !important;padding:16px 16px !important;background:#fff !important;box-shadow:0 8px 22px rgba(7,18,51,.055) !important}.kg-philosophy-cards article:last-child{border:1px solid #e8edf4 !important}.kg-card-icon{width:50px !important;height:50px !important;margin:0 !important;grid-row:1 / span 2 !important}.kg-card-icon svg{width:29px !important;height:29px !important}.kg-philosophy-cards h3{font-size:17px !important;line-height:1.15 !important;margin:0 0 6px !important}.kg-philosophy-cards p{font-size:14.5px !important;line-height:1.45 !important;font-weight:500 !important;color:#465268 !important}.kg-philosophy-btn{min-width:0 !important;min-height:58px !important;padding:0 26px !important;border-radius:999px !important;font-size:18px !important;gap:12px !important;box-shadow:0 12px 24px rgba(86,178,0,.23) !important}.kg-philosophy-btn svg{width:23px !important;height:23px !important}.kg-philosophy-btn span{font-size:22px !important}.kg-philosophy-content:after{display:none !important}@media (max-width:1250px){.kg-philosophy-wrap{grid-template-columns:1fr !important;gap:34px !important;width:min(920px,92%) !important}.kg-philosophy-content h2{max-width:none !important;font-size:40px !important}.kg-philosophy-intro,.kg-philosophy-cards{max-width:none !important}}@media (max-width:720px){.kg-philosophy-new{padding:48px 0 54px !important}.kg-philosophy-content h2{font-size:32px !important}.kg-philosophy-intro{font-size:16px !important}.kg-philosophy-cards{grid-template-columns:1fr !important;gap:12px !important}.kg-philosophy-cards article{border:1px solid #e8edf4 !important;padding:14px !important}.kg-philosophy-btn{width:100% !important;font-size:17px !important}}.kg-photo-btn-wrap{display:flex !important;justify-content:center !important;align-items:center !important;width:100% !important;margin-top:36px !important;margin-bottom:10px !important}.kg-photo-btn-wrap .kg-philosophy-btn{min-width:340px !important;width:auto !important}.kg-philosophy-content>.kg-philosophy-btn{display:none !important}@media (max-width:720px){.kg-photo-btn-wrap{margin-top:28px !important}.kg-photo-btn-wrap .kg-philosophy-btn{width:100% !important;min-width:0 !important}}.kg-philosophy-cards{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:16px !important;max-width:650px !important}.kg-philosophy-cards article{display:grid !important;grid-template-columns:128px minmax(0,1fr) !important;grid-template-rows:auto auto !important;column-gap:18px !important;align-items:center !important;min-height:138px !important;padding:18px 20px !important;border:1px solid #e7edf4 !important;border-radius:18px !important;background:#fff !important;box-shadow:0 8px 22px rgba(7,18,51,.055) !important}.kg-card-icon.kg-illustration-icon{grid-row:1 / span 2 !important;width:128px !important;height:102px !important;margin:0 !important;border-radius:0 !important;background:transparent !important;display:flex !important;align-items:center !important;justify-content:center !important;box-shadow:none !important}.kg-card-icon.kg-illustration-icon img{width:128px !important;height:102px !important;object-fit:contain !important;display:block !important}.kg-philosophy-cards h3{align-self:end !important;margin:0 0 6px !important;font-size:18px !important;line-height:1.12 !important;font-weight:900 !important}.kg-philosophy-cards p{align-self:start !important;margin:0 !important;font-size:14.5px !important;line-height:1.45 !important;font-weight:600 !important;color:#465268 !important}.kg-philosophy-cards .green-card h3{color:#269900 !important}.kg-philosophy-cards .pink-card h3{color:#f2438b !important}.kg-philosophy-cards .gold-card h3{color:#ff6800 !important}@media (max-width:1280px){.kg-philosophy-cards article{grid-template-columns:112px minmax(0,1fr) !important;column-gap:14px !important;padding:16px !important}.kg-card-icon.kg-illustration-icon,.kg-card-icon.kg-illustration-icon img{width:112px !important;height:94px !important}.kg-philosophy-cards h3{font-size:17px !important}.kg-philosophy-cards p{font-size:14px !important}}@media (max-width:720px){.kg-philosophy-cards{grid-template-columns:1fr !important;gap:16px !important}.kg-philosophy-cards article{grid-template-columns:118px minmax(0,1fr) !important;min-height:132px !important;padding:16px !important;border-bottom:1px solid #e7edf4 !important}.kg-card-icon.kg-illustration-icon,.kg-card-icon.kg-illustration-icon img{width:118px !important;height:96px !important}}@media (max-width:460px){.kg-philosophy-cards article{grid-template-columns:92px minmax(0,1fr) !important;column-gap:12px !important}.kg-card-icon.kg-illustration-icon,.kg-card-icon.kg-illustration-icon img{width:92px !important;height:82px !important}}.kg-philosophy-new{padding:84px 0 !important;background:#fff !important}.kg-philosophy-wrap{width:min(1240px,92%) !important;margin:0 auto !important;display:block !important}.kg-philosophy-content{max-width:100% !important;text-align:center !important}.kg-philosophy-content h2{max-width:900px !important;margin-left:auto !important;margin-right:auto !important;text-align:center !important}.kg-pink-line{margin-left:auto !important;margin-right:auto !important}.kg-philosophy-intro{max-width:780px !important;margin-left:auto !important;margin-right:auto !important;text-align:center !important}.kg-philosophy-cards{display:grid !important;grid-template-columns:repeat(4,1fr) !important;gap:22px !important;margin-top:34px !important}.kg-philosophy-cards article{min-height:300px !important;padding:24px 18px 22px !important;border-radius:26px !important;text-align:center !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:flex-start !important}.kg-card-icon.kg-illustration-icon{width:118px !important;height:105px !important;margin:0 auto 14px !important;display:flex !important;align-items:center !important;justify-content:center !important;background:transparent !important;box-shadow:none !important}.kg-card-icon.kg-illustration-icon img{width:118px !important;height:105px !important;object-fit:contain !important;display:block !important}.kg-philosophy-cards h3{font-size:16px !important;line-height:1.18 !important;font-weight:900 !important;margin:6px 0 8px !important;text-align:center !important}.kg-philosophy-cards p{font-size:13.5px !important;line-height:1.45 !important;margin:0 !important;text-align:center !important}.kg-centered-cta{display:flex !important;justify-content:center !important;margin-top:34px !important}@media (max-width:1100px){.kg-philosophy-cards{grid-template-columns:repeat(2,1fr) !important}}@media (max-width:640px){.kg-philosophy-cards{grid-template-columns:1fr !important}}.kg-philosophy-new{padding:78px 0 88px !important;background:#fff !important;overflow:hidden !important}.kg-philosophy-new .kg-philosophy-wrap{width:100% !important;max-width:1180px !important;margin:0 auto !important;padding:0 24px !important;display:block !important;box-sizing:border-box !important}.kg-philosophy-new .kg-philosophy-content{width:100% !important;max-width:1180px !important;margin:0 auto !important;text-align:center !important;display:block !important}.kg-philosophy-new h2{max-width:760px !important;margin:0 auto 16px !important;text-align:center !important;font-size:36px !important;line-height:1.16 !important}.kg-philosophy-new .kg-pink-line{margin:0 auto 22px !important}.kg-philosophy-new .kg-philosophy-intro{max-width:760px !important;margin:0 auto 34px !important;text-align:center !important;font-size:17px !important;line-height:1.55 !important}.kg-philosophy-new .kg-philosophy-cards{width:100% !important;max-width:980px !important;margin:0 auto !important;display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:20px !important;align-items:stretch !important;justify-content:center !important;box-sizing:border-box !important}.kg-philosophy-new .kg-philosophy-cards article{width:auto !important;min-width:0 !important;min-height:300px !important;padding:24px 16px 22px !important;border-radius:24px !important;background:#fff !important;border:1px solid #e5edf5 !important;box-shadow:0 18px 40px rgba(20,45,80,.08) !important;text-align:center !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:flex-start !important;box-sizing:border-box !important}.kg-philosophy-new .kg-card-icon.kg-illustration-icon{width:128px !important;height:112px !important;margin:0 auto 14px !important;padding:0 !important;border:0 !important;background:transparent !important;box-shadow:none !important;display:flex !important;align-items:center !important;justify-content:center !important;overflow:visible !important}.kg-philosophy-new .kg-card-icon.kg-illustration-icon img{width:128px !important;height:112px !important;max-width:100% !important;object-fit:contain !important;display:block !important}.kg-philosophy-new .kg-philosophy-cards h3{width:100% !important;margin:5px auto 9px !important;font-size:15px !important;line-height:1.2 !important;font-weight:800 !important;text-align:center !important}.kg-philosophy-new .kg-philosophy-cards p{width:100% !important;margin:0 auto !important;font-size:13px !important;line-height:1.55 !important;text-align:center !important}.kg-philosophy-new .kg-centered-cta,.kg-philosophy-new .kg-photo-btn-wrap{width:100% !important;display:flex !important;justify-content:center !important;margin:34px auto 0 !important;text-align:center !important}.kg-philosophy-new .kg-philosophy-btn{margin:0 auto !important}@media (max-width:1050px){.kg-philosophy-new .kg-philosophy-cards{max-width:680px !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important}}@media (max-width:640px){.kg-philosophy-new h2{font-size:28px !important}.kg-philosophy-new .kg-philosophy-cards{max-width:340px !important;grid-template-columns:1fr !important}}.kg-philosophy-new .kg-philosophy-cards{max-width:1120px !important;grid-template-columns:repeat(4,minmax(245px,1fr)) !important;gap:22px !important}.kg-philosophy-new .kg-philosophy-cards article{min-height:330px !important;padding:26px 22px 24px !important;border-radius:24px !important}.kg-philosophy-new .kg-card-icon.kg-illustration-icon{width:165px !important;height:120px !important;margin:0 auto 16px !important;overflow:visible !important}.kg-philosophy-new .kg-card-icon.kg-illustration-icon img{width:165px !important;height:120px !important;object-fit:contain !important;object-position:center center !important}.kg-philosophy-new .kg-philosophy-cards h3{font-size:16px !important;line-height:1.18 !important;min-height:38px !important;margin:4px auto 10px !important;word-break:normal !important;overflow-wrap:normal !important;hyphens:none !important}.kg-philosophy-new .kg-philosophy-cards p{font-size:15px !important;line-height:1.48 !important;max-width:205px !important}@media (max-width:1180px){.kg-philosophy-new .kg-philosophy-cards{max-width:760px !important;grid-template-columns:repeat(2,minmax(250px,1fr)) !important}}@media (max-width:640px){.kg-philosophy-new .kg-philosophy-cards{max-width:360px !important;grid-template-columns:1fr !important}}.kg-philosophy-new .kg-philosophy-cards,.kg-philosophy-cards{max-width:1180px !important;margin:0 auto !important;display:grid !important;grid-template-columns:repeat(4,minmax(260px,1fr)) !important;gap:24px !important;align-items:stretch !important}.kg-philosophy-new .kg-philosophy-cards article,.kg-philosophy-cards article{min-height:330px !important;padding:24px 24px 26px !important;border-radius:24px !important;text-align:center !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:flex-start !important}.kg-philosophy-new .kg-card-icon.kg-illustration-icon,.kg-card-icon.kg-illustration-icon{width:170px !important;height:120px !important;margin:0 auto 2px !important;padding:0 !important;display:flex !important;align-items:center !important;justify-content:center !important;overflow:visible !important;background:transparent !important;box-shadow:none !important}.kg-philosophy-new .kg-card-icon.kg-illustration-icon img,.kg-card-icon.kg-illustration-icon img{width:170px !important;height:120px !important;max-width:170px !important;object-fit:contain !important;object-position:center center !important;display:block !important}.kg-philosophy-new .kg-philosophy-cards h3,.kg-philosophy-cards h3{font-size:20px !important;line-height:1.15 !important;font-weight:800 !important;white-space:nowrap !important;text-align:center !important;margin:0 0 8px !important;padding:0 !important;width:100% !important}.kg-philosophy-new .kg-philosophy-cards p,.kg-philosophy-cards p{font-size:16px !important;line-height:1.55 !important;text-align:center !important;max-width:100% !important;margin:0 !important;padding:0 !important}@media (max-width:1200px){.kg-philosophy-new .kg-philosophy-cards,.kg-philosophy-cards{grid-template-columns:repeat(2,minmax(260px,1fr)) !important}}@media (max-width:768px){.kg-philosophy-new .kg-philosophy-cards,.kg-philosophy-cards{grid-template-columns:1fr !important}.kg-philosophy-new .kg-philosophy-cards h3,.kg-philosophy-cards h3{white-space:normal !important}}.kg-philosophy-new .kg-philosophy-wrap{max-width:1500px !important;width:96% !important}.kg-philosophy-new .kg-philosophy-cards,.kg-philosophy-cards{max-width:1400px !important;width:100% !important;margin:0 auto !important;display:grid !important;grid-template-columns:repeat(4,minmax(300px,1fr)) !important;gap:26px !important;align-items:stretch !important}.kg-philosophy-new .kg-philosophy-cards article,.kg-philosophy-cards article{min-height:340px !important;padding:24px 28px 30px !important;border-radius:24px !important;text-align:center !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:flex-start !important}.kg-philosophy-new .kg-card-icon.kg-illustration-icon,.kg-card-icon.kg-illustration-icon{width:175px !important;height:122px !important;margin:0 auto 2px !important;padding:0 !important;display:flex !important;align-items:center !important;justify-content:center !important;overflow:visible !important;background:transparent !important;box-shadow:none !important}.kg-philosophy-new .kg-card-icon.kg-illustration-icon img,.kg-card-icon.kg-illustration-icon img{width:175px !important;height:122px !important;max-width:175px !important;object-fit:contain !important;object-position:center center !important;display:block !important}.kg-philosophy-new .kg-philosophy-cards h3,.kg-philosophy-cards h3{font-size:19px !important;line-height:1.15 !important;font-weight:900 !important;white-space:nowrap !important;text-align:center !important;margin:0 0 12px !important;padding:0 !important;width:100% !important;letter-spacing:-.15px !important}.kg-philosophy-new .kg-philosophy-cards p,.kg-philosophy-cards p{font-size:17px !important;line-height:1.6 !important;font-weight:600 !important;text-align:center !important;max-width:100% !important;margin:0 !important;padding:0 !important}@media (max-width:1320px){.kg-philosophy-new .kg-philosophy-cards,.kg-philosophy-cards{grid-template-columns:repeat(2,minmax(300px,1fr)) !important;max-width:760px !important}}@media (max-width:768px){.kg-philosophy-new .kg-philosophy-cards,.kg-philosophy-cards{grid-template-columns:1fr !important;max-width:420px !important}.kg-philosophy-new .kg-philosophy-cards h3,.kg-philosophy-cards h3{white-space:normal !important}}.kg-card-icon.kg-illustration-icon{width:200px !important;height:140px !important;margin:0 auto 4px !important}.kg-card-icon.kg-illustration-icon img{width:200px !important;height:140px !important;max-width:200px !important;object-fit:contain !important;object-position:center center !important;display:block !important}.kg-philosophy-new .kg-card-icon.kg-illustration-icon,.kg-card-icon.kg-illustration-icon{width:210px !important;height:145px !important;margin:0 auto 4px !important}.kg-philosophy-new .kg-card-icon.kg-illustration-icon img,.kg-card-icon.kg-illustration-icon img{width:210px !important;height:145px !important;max-width:210px !important;object-fit:contain !important;object-position:center center !important;display:block !important}.kg-philosophy-cards article p,.kg-philosophy-cards .green-card p,.kg-philosophy-cards .pink-card p,.kg-philosophy-cards .gold-card p{font-size:16px !important;line-height:1.5 !important}.kg-philosophy-cards article h3{font-size:24px !important}.parents-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.parents-card{background:#fff;border-radius:30px;padding:25px;box-shadow:0 18px 45px rgba(7,18,51,.09);text-align:center}.parents-card:before{content:"";display:block;height:6px;margin:-25px -25px 20px;border-radius:30px 30px 0 0}.parents-green:before{background:#61b900}.parents-orange:before{background:#ff6800}.parents-gold:before{background:#ffbd00}.parents-icon img{width:170px;height:170px;object-fit:contain}.parents-card h3{font-size:24px;margin:10px 0}.parents-card p{font-size:16px;line-height:1.6}@media (max-width:1060px){.parents-cards{grid-template-columns:1fr}}.parents-visual{padding:84px 0 96px !important;background:radial-gradient(circle at 7% 24%,rgba(97,185,0,.08) 0 88px,transparent 90px),radial-gradient(circle at 93% 32%,rgba(11,147,220,.08) 0 110px,transparent 112px),linear-gradient(180deg,#f8fbff 0,#ffffff 100%) !important;position:relative;overflow:hidden}.parents-visual .container{width:min(1190px,92%) !important}.parents-title{text-align:center !important;max-width:850px !important;margin:0 auto 44px !important}.parents-title h2{font-family:"Baloo 2",cursive !important;color:var(--navy) !important;font-size:48px !important;line-height:1.05 !important;font-weight:800 !important;letter-spacing:-.4px !important;margin:0 0 16px !important}.parents-title p{font-size:18px !important;line-height:1.6 !important;color:#59606d !important;font-weight:600 !important;margin:0 !important}.parents-cards{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:28px !important;align-items:stretch !important}.parents-card{background:#fff !important;border-radius:30px !important;padding:36px 30px 28px !important;min-height:430px !important;text-align:center !important;box-shadow:0 18px 46px rgba(7,18,51,.09) !important;position:relative !important;overflow:hidden !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:flex-start !important;transition:transform .24s ease,box-shadow .24s ease !important;border:1px solid rgba(223,230,239,.7) !important}.parents-card:before{content:"" !important;position:absolute !important;top:0 !important;left:0 !important;right:0 !important;height:7px !important;margin:0 !important;border-radius:30px 30px 0 0 !important;display:block !important}.parents-green:before{background:var(--green) !important}.parents-orange:before{background:var(--orange) !important}.parents-gold:before{background:var(--gold) !important}.parents-card:hover{transform:translateY(-7px) !important;box-shadow:0 26px 58px rgba(7,18,51,.14) !important}.parents-icon{width:170px !important;height:170px !important;margin:4px auto 18px !important;display:flex !important;align-items:center !important;justify-content:center !important;background:none !important;border-radius:0 !important;flex:0 0 auto !important}.parents-icon img{width:170px !important;height:170px !important;object-fit:contain !important;display:block !important;margin:0 auto !important}.parents-card h3{font-size:25px !important;line-height:1.15 !important;color:var(--navy) !important;font-weight:900 !important;margin:0 0 10px !important;padding:0 !important}.parents-divider{width:42px !important;height:3px !important;border-radius:999px !important;display:block !important;margin:0 auto 18px !important}.parents-green .parents-divider{background:var(--green) !important}.parents-orange .parents-divider{background:var(--orange) !important}.parents-gold .parents-divider{background:var(--gold) !important}.parents-card p{max-width:310px !important;font-size:16.5px !important;line-height:1.62 !important;color:#59606d !important;font-weight:600 !important;margin:0 auto 24px !important;padding:0 !important}.parents-link{margin-top:auto !important;width:100% !important;max-width:300px !important;height:50px !important;border-radius:999px !important;display:flex !important;align-items:center !important;justify-content:center !important;gap:8px !important;font-size:16px !important;font-weight:900 !important;transition:transform .2s ease,box-shadow .2s ease !important}.parents-link:hover{transform:translateY(-2px) !important}.parents-green .parents-link{color:var(--green) !important;background:#f0fae9 !important}.parents-orange .parents-link{color:var(--orange) !important;background:#fff0e7 !important}.parents-gold .parents-link{color:#e3a300 !important;background:#fff7df !important}@media (max-width:1060px){.parents-cards{grid-template-columns:1fr !important}.parents-card{min-height:auto !important}}@media (max-width:720px){.parents-visual{padding:62px 0 70px !important}.parents-title h2{font-size:36px !important}.parents-title p{font-size:16px !important}.parents-card{padding:32px 24px 26px !important}.parents-icon,.parents-icon img{width:150px !important;height:150px !important}}.why-option-one{padding:96px 0 92px;background:radial-gradient(circle at 7% 78%,rgba(97,185,0,.10) 0 120px,transparent 123px),radial-gradient(circle at 96% 20%,rgba(255,189,0,.10) 0 130px,transparent 133px),linear-gradient(180deg,#ffffff 0,#f7fff1 100%);position:relative;overflow:hidden}.why-option-one:before{content:"";position:absolute;left:-18px;bottom:22px;width:230px;height:160px;background:rgba(97,185,0,.10);border-radius:68% 32% 70% 30% / 55% 44% 56% 45%;transform:rotate(-18deg);pointer-events:none}.why-option-one .why-grid{position:relative;z-index:1;display:grid;grid-template-columns:.72fr 1.28fr;gap:68px;align-items:center}.why-copy h2{font-family:"Baloo 2",cursive;font-size:50px;line-height:1.05;letter-spacing:-.6px;color:var(--navy);margin:0 0 16px}.why-title-line{display:block;width:54px;height:4px;border-radius:999px;background:var(--gold);margin:0 0 26px}.why-copy p{font-size:19px;line-height:1.7;color:#5f6875;font-weight:600;max-width:470px;margin:0}.why-option-one .why-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.why-option-one .why-card{background:#fff;border-radius:26px;padding:30px 30px;box-shadow:0 16px 42px rgba(7,18,51,.08);display:grid;grid-template-columns:96px minmax(0,1fr);gap:22px;align-items:center;min-height:178px;border:1px solid rgba(7,18,51,.04);transition:transform .24s ease,box-shadow .24s ease}.why-option-one .why-card:hover{transform:translateY(-6px);box-shadow:0 24px 56px rgba(7,18,51,.13)}.why-card-icon{width:92px;height:92px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex:0 0 92px}.why-card-icon svg{width:54px;height:54px;fill:none;stroke:currentColor;stroke-width:3.1;stroke-linecap:round;stroke-linejoin:round}.why-green .why-card-icon{background:#eef8e3;color:var(--green)}.why-orange .why-card-icon{background:#fff2dc;color:#f6a800}.why-blue .why-card-icon{background:#edf5ff;color:#3c7edb}.why-purple .why-card-icon{background:#f2eafa;color:#8b5cc7}.why-card-text strong{display:block;font-family:"Baloo 2",cursive;font-size:30px;line-height:1;font-weight:800;margin:0 0 8px}.why-green strong{color:var(--green)}.why-orange strong{color:#f6a800}.why-blue strong{color:#3c7edb}.why-purple strong{color:#8b5cc7}.why-card-text h3{font-size:18px;line-height:1.25;color:var(--navy);font-weight:900;margin:0 0 10px}.why-card-text p{font-size:15.5px;line-height:1.55;color:#5f6875;font-weight:600;margin:0}@media(max-width:1100px){.why-option-one .why-grid{grid-template-columns:1fr;gap:36px}.why-copy{text-align:center;max-width:720px;margin:0 auto}.why-title-line{margin-left:auto;margin-right:auto}.why-copy p{margin:0 auto}}@media(max-width:760px){.why-option-one{padding:68px 0}.why-copy h2{font-size:38px}.why-option-one .why-list{grid-template-columns:1fr}.why-option-one .why-card{grid-template-columns:82px minmax(0,1fr);padding:24px 22px;border-radius:22px;min-height:auto}.why-card-icon{width:78px;height:78px;flex-basis:78px}.why-card-icon svg{width:46px;height:46px}.why-card-text strong{font-size:26px}.why-card-text h3{font-size:17px}.why-card-text p{font-size:15px}}.why-section.why-option-one{padding:96px 0 92px !important;background:radial-gradient(circle at 7% 78%,rgba(97,185,0,.10) 0 120px,transparent 123px),radial-gradient(circle at 96% 20%,rgba(255,189,0,.10) 0 130px,transparent 133px),linear-gradient(180deg,#ffffff 0,#f7fff1 100%) !important;position:relative !important;overflow:hidden !important}.why-section.why-option-one:before{content:"" !important;position:absolute !important;left:-18px !important;bottom:22px !important;width:230px !important;height:160px !important;background:rgba(97,185,0,.10) !important;border-radius:68% 32% 70% 30% / 55% 44% 56% 45% !important;transform:rotate(-18deg) !important;pointer-events:none !important}.why-option-one .why-grid{position:relative !important;z-index:1 !important;width:min(1180px,92%) !important;margin:0 auto !important;display:grid !important;grid-template-columns:420px minmax(0,1fr) !important;gap:64px !important;align-items:center !important}.why-option-one .why-copy{text-align:left !important}.why-option-one .why-copy h2{font-family:'Baloo 2',cursive !important;font-size:50px !important;line-height:1.05 !important;letter-spacing:-.6px !important;color:var(--navy) !important;margin:0 0 16px !important}.why-option-one .why-title-line{display:block !important;width:54px !important;height:4px !important;border-radius:999px !important;background:var(--gold) !important;margin:0 0 26px !important}.why-option-one .why-copy p{font-size:19px !important;line-height:1.7 !important;color:#5f6875 !important;font-weight:600 !important;max-width:470px !important;margin:0 !important}.why-option-one .why-list{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:24px !important;align-items:stretch !important}.why-option-one .why-card{background:#fff !important;border-radius:26px !important;padding:26px 28px 28px !important;box-shadow:0 16px 42px rgba(7,18,51,.08) !important;display:grid !important;grid-template-columns:104px minmax(0,1fr) !important;grid-template-areas:"icon heading" "desc desc" !important;column-gap:22px !important;row-gap:18px !important;align-items:start !important;min-height:266px !important;border:1px solid rgba(7,18,51,.04) !important;transition:transform .24s ease,box-shadow .24s ease !important;overflow:hidden !important}.why-option-one .why-card:hover{transform:translateY(-6px) !important;box-shadow:0 24px 56px rgba(7,18,51,.13) !important}.why-option-one .why-card-icon{grid-area:icon !important;width:104px !important;height:104px !important;border-radius:0 !important;padding:0 !important;margin:0 !important;box-shadow:none !important;background:transparent !important;display:flex !important;align-items:center !important;justify-content:center !important}.why-option-one .why-card-icon img{width:104px !important;height:104px !important;object-fit:contain !important;display:block !important}.why-option-one .why-card-heading{grid-area:heading !important;min-width:0 !important;align-self:start !important;padding-top:4px !important}.why-option-one .why-card-heading strong{display:block !important;font-family:'Baloo 2',cursive !important;font-size:30px !important;line-height:1 !important;font-weight:800 !important;margin:0 0 8px !important}.why-option-one .why-green strong{color:var(--green) !important}.why-option-one .why-orange strong{color:#f6a800 !important}.why-option-one .why-blue strong{color:#3c7edb !important}.why-option-one .why-purple strong{color:#8b5cc7 !important}.why-option-one .why-card-heading h3{font-size:19px !important;line-height:1.25 !important;color:var(--navy) !important;font-weight:900 !important;margin:0 !important;max-width:none !important;white-space:normal !important}.why-option-one .why-card-desc{grid-area:desc !important;font-size:16.5px !important;line-height:1.6 !important;color:#5f6875 !important;font-weight:600 !important;margin:0 !important;max-width:none !important;padding:0 !important;text-align:left !important}@media(max-width:1100px){.why-option-one .why-grid{grid-template-columns:1fr !important;gap:38px !important}.why-option-one .why-copy{text-align:center !important;max-width:720px !important;margin:0 auto !important}.why-option-one .why-title-line{margin-left:auto !important;margin-right:auto !important}.why-option-one .why-copy p{margin:0 auto !important}}@media(max-width:760px){.why-section.why-option-one{padding:68px 0 !important}.why-option-one .why-copy h2{font-size:38px !important}.why-option-one .why-list{grid-template-columns:1fr !important}.why-option-one .why-card{grid-template-columns:92px minmax(0,1fr) !important;column-gap:18px !important;row-gap:16px !important;padding:24px 22px !important;border-radius:22px !important;min-height:auto !important}.why-option-one .why-card-icon,.why-option-one .why-card-icon img{width:92px !important;height:92px !important}.why-option-one .why-card-heading strong{font-size:26px !important}.why-option-one .why-card-heading h3{font-size:17px !important}.why-option-one .why-card-desc{font-size:15px !important}}@media(max-width:460px){.why-option-one .why-card{grid-template-columns:1fr !important;grid-template-areas:"icon" "heading" "desc" !important;text-align:center !important}.why-option-one .why-card-icon{margin:0 auto !important}.why-option-one .why-card-desc{text-align:center !important}}.why-section.why-option-one .why-list{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:24px !important;align-items:stretch !important}.why-section.why-option-one .why-card{background:#fff !important;border-radius:26px !important;padding:28px 30px 30px !important;box-shadow:0 16px 42px rgba(7,18,51,.08) !important;border:1px solid rgba(7,18,51,.04) !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:flex-start !important;min-height:300px !important;text-align:center !important;overflow:hidden !important;transition:transform .24s ease,box-shadow .24s ease !important}.why-section.why-option-one .why-card:hover{transform:translateY(-6px) !important;box-shadow:0 24px 56px rgba(7,18,51,.13) !important}.why-section.why-option-one .why-card-heading{order:1 !important;width:100% !important;display:flex !important;align-items:flex-start !important;justify-content:center !important;gap:10px !important;background:none !important;box-shadow:none !important;border:0 !important;border-radius:0 !important;padding:0 !important;margin:0 0 18px !important;min-width:0 !important}.why-section.why-option-one .why-card-heading strong{display:inline-block !important;flex:0 0 auto !important;font-family:'Baloo 2',cursive !important;font-size:24px !important;line-height:1.1 !important;font-weight:800 !important;margin:0 !important}.why-section.why-option-one .why-green .why-card-heading strong{color:var(--green) !important}.why-section.why-option-one .why-orange .why-card-heading strong{color:#f6a800 !important}.why-section.why-option-one .why-blue .why-card-heading strong{color:#3c7edb !important}.why-section.why-option-one .why-purple .why-card-heading strong{color:#8b5cc7 !important}.why-section.why-option-one .why-card-heading h3{font-size:17px !important;line-height:1.25 !important;color:var(--navy) !important;font-weight:900 !important;margin:0 !important;max-width:260px !important;white-space:normal !important;text-align:left !important}.why-section.why-option-one .why-card-icon{order:2 !important;width:100px !important;height:100px !important;margin:0 auto 20px !important;padding:0 !important;background:transparent !important;border:0 !important;border-radius:0 !important;box-shadow:none !important;display:flex !important;align-items:center !important;justify-content:center !important;flex:0 0 auto !important}.why-section.why-option-one .why-card-icon img{width:100px !important;height:100px !important;object-fit:contain !important;display:block !important}.why-section.why-option-one .why-card-desc{order:3 !important;width:100% !important;max-width:330px !important;margin:0 auto !important;padding:0 !important;text-align:center !important;font-size:16px !important;line-height:1.6 !important;color:#5f6875 !important;font-weight:600 !important}@media(max-width:760px){.why-section.why-option-one .why-list{grid-template-columns:1fr !important}.why-section.why-option-one .why-card{min-height:auto !important;padding:26px 24px 28px !important}.why-section.why-option-one .why-card-heading h3{max-width:240px !important;font-size:16.5px !important}.why-section.why-option-one .why-card-icon,.why-section.why-option-one .why-card-icon img{width:92px !important;height:92px !important}}.contact-section.contact-redesign{padding:96px 0 !important;background:radial-gradient(circle at 5% 88%,rgba(97,185,0,.10) 0 110px,transparent 112px),radial-gradient(circle at 96% 8%,rgba(255,189,0,.10) 0 130px,transparent 132px),linear-gradient(180deg,#ffffff,#fbfff7) !important;position:relative !important;overflow:hidden !important}.contact-layout{display:grid !important;grid-template-columns:minmax(0,1fr) minmax(420px,560px) !important;gap:68px !important;align-items:center !important}.contact-info-panel h2{font-family:'Baloo 2',cursive !important;font-size:52px !important;line-height:1.05 !important;color:var(--navy) !important;font-weight:800 !important;margin:0 0 18px !important}.contact-mini{display:inline-flex !important;align-items:center !important;gap:8px !important;color:var(--green) !important;font-size:16px !important;font-weight:900 !important;text-transform:uppercase !important;letter-spacing:.3px !important;margin-bottom:16px !important}.contact-intro{font-size:19px !important;line-height:1.65 !important;color:#59606d !important;font-weight:600 !important;max-width:620px !important;margin:0 0 30px !important}.contact-detail-list{display:grid !important;gap:16px !important;max-width:560px !important;margin-bottom:28px !important}.contact-detail-card{display:flex !important;align-items:center !important;gap:22px !important;background:#fff !important;border-radius:24px !important;padding:18px 24px !important;box-shadow:0 14px 36px rgba(7,18,51,.07) !important;border:1px solid rgba(7,18,51,.035) !important;transition:.22s ease !important}a.contact-detail-card:hover{transform:translateY(-3px) !important;box-shadow:0 20px 44px rgba(7,18,51,.10) !important}.contact-detail-icon{width:78px !important;height:78px !important;flex:0 0 78px !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important}.contact-detail-icon svg{width:38px !important;height:38px !important;fill:none !important;stroke:currentColor !important;stroke-width:2.4 !important;stroke-linecap:round !important;stroke-linejoin:round !important}.icon-green{background:#eef8e6 !important;color:var(--green) !important}.icon-gold{background:#fff4dd !important;color:#f4a500 !important}.icon-blue{background:#eaf6ff !important;color:#2d8fe1 !important}.contact-detail-card strong{display:block !important;font-size:19px !important;line-height:1.2 !important;color:var(--navy) !important;font-weight:900 !important;margin-bottom:6px !important}.contact-detail-card small{display:block !important;font-size:16px !important;line-height:1.45 !important;color:#59606d !important;font-weight:600 !important}.tour-callout{display:grid !important;grid-template-columns:126px 1fr !important;gap:22px !important;align-items:center !important;max-width:630px !important;background:linear-gradient(135deg,#f6fbef,#ffffff) !important;border-radius:28px !important;padding:24px 28px !important;box-shadow:0 16px 42px rgba(7,18,51,.07) !important;border:1px solid rgba(97,185,0,.16) !important;margin-bottom:22px !important}.tour-illustration{width:126px !important;height:100px !important;display:flex !important;align-items:center !important;justify-content:center !important;font-size:70px !important;line-height:1 !important}.tour-callout h3{font-size:22px !important;color:#477d18 !important;line-height:1.2 !important;font-weight:900 !important;margin:0 0 8px !important}.tour-callout p{font-size:16px !important;line-height:1.55 !important;color:#59606d !important;font-weight:600 !important;margin:0 0 16px !important}.tour-callout-actions{display:flex !important;gap:14px !important;flex-wrap:wrap !important}.callout-btn{min-height:46px !important;padding:0 24px !important;border-radius:999px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;font-size:16px !important;font-weight:900 !important}.solid-callout{background:linear-gradient(135deg,#68bf00,#4aa900) !important;color:#fff !important;box-shadow:0 10px 24px rgba(86,178,0,.22) !important}.outline-callout{background:#fff !important;border:1.7px solid var(--green) !important;color:#4ca900 !important}.map-link{max-width:630px !important;min-height:64px !important;border:1.7px solid rgba(97,185,0,.40) !important;background:#fff !important;color:#4ca900 !important;border-radius:999px !important;padding:0 28px !important;display:flex !important;align-items:center !important;justify-content:space-between !important;font-size:17px !important;font-weight:900 !important;box-shadow:0 12px 28px rgba(7,18,51,.05) !important}.contact-form.contact-form-redesign{background:#fff !important;border-radius:30px !important;padding:44px 40px !important;box-shadow:0 22px 60px rgba(7,18,51,.10) !important;border:1px solid rgba(7,18,51,.06) !important;display:grid !important;gap:18px !important}.contact-form-redesign h3{font-family:'Baloo 2',cursive !important;font-size:34px !important;line-height:1 !important;color:#4ca900 !important;margin:0 0 8px !important;font-weight:800 !important}.input-wrap{min-height:62px !important;display:grid !important;grid-template-columns:42px 1fr !important;align-items:center !important;background:#fff !important;border:1px solid #dce5ef !important;border-radius:18px !important;padding:0 18px !important;transition:.18s ease !important}.input-wrap:focus-within{border-color:rgba(97,185,0,.55) !important;box-shadow:0 0 0 4px rgba(97,185,0,.09) !important}.input-wrap span{font-size:20px !important;opacity:.72 !important}.contact-form-redesign input,.contact-form-redesign select,.contact-form-redesign textarea{width:100% !important;border:0 !important;background:transparent !important;padding:0 !important;box-shadow:none !important;outline:none !important;font:700 16px 'Nunito',Arial,sans-serif !important;color:var(--navy) !important}.textarea-wrap{align-items:start !important;padding-top:18px !important;min-height:170px !important}.textarea-wrap textarea{min-height:135px !important;resize:vertical !important}.contact-form-redesign button{height:64px !important;border:0 !important;border-radius:999px !important;background:linear-gradient(135deg,#68bf00,#4aa900) !important;color:#fff !important;font:900 18px 'Nunito',Arial,sans-serif !important;cursor:pointer !important;box-shadow:0 14px 28px rgba(86,178,0,.22) !important;transition:.22s ease !important}.contact-form-redesign button:hover{transform:translateY(-2px) !important;box-shadow:0 18px 36px rgba(86,178,0,.30) !important}.privacy-note{font-size:14px !important;line-height:1.5 !important;color:#697386 !important;font-weight:600 !important;text-align:center !important;max-width:420px !important;margin:0 auto !important}@media(max-width:1120px){.contact-layout{grid-template-columns:1fr !important;gap:42px !important}.contact-info-panel{max-width:720px !important;margin:0 auto !important}}@media(max-width:720px){.contact-section.contact-redesign{padding:64px 0 !important}.contact-info-panel h2{font-size:38px !important}.contact-intro{font-size:16px !important}.contact-detail-card{padding:16px 18px !important;gap:16px !important}.contact-detail-icon{width:62px !important;height:62px !important;flex-basis:62px !important}.contact-detail-icon svg{width:30px !important;height:30px !important}.tour-callout{grid-template-columns:1fr !important;text-align:center !important;padding:24px !important}.tour-illustration{margin:0 auto !important;width:100px !important;height:80px !important;font-size:56px !important}.tour-callout-actions{justify-content:center !important}.contact-form.contact-form-redesign{padding:28px 22px !important;border-radius:24px !important}.contact-form-redesign h3{font-size:28px !important}}@media (max-width:768px){.kg-footer-grid{display:flex !important;flex-direction:column !important;gap:30px !important}.kg-footer-about,.kg-footer-col,.kg-contact-col{width:100% !important;max-width:100% !important;text-align:center !important}.kg-contact-item{display:flex !important;align-items:center !important;justify-content:center !important;gap:12px !important;margin-bottom:15px !important}.kg-contact-item p{margin:0 !important;text-align:left !important}.kg-socials{justify-content:center !important}.kg-link-list{text-align:center !important}.kg-footer-logo{margin:0 auto 15px auto !important;display:block !important}.footer-cta-inner{flex-direction:column !important}.footer-cta-image{width:100% !important;min-height:250px !important;margin-top:20px !important}}@media (max-width:900px){.kg-footer .kg-footer-grid{display:grid !important;grid-template-columns:1fr !important;justify-items:center !important;text-align:center !important}.kg-footer .kg-footer-about{width:100% !important;max-width:360px !important;margin:0 auto !important;padding:0 18px !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;text-align:center !important}.kg-footer .kg-footer-about .kg-footer-logo{display:block !important;margin:0 auto 16px auto !important}.kg-footer .kg-footer-about p{display:block !important;width:100% !important;max-width:320px !important;margin:0 auto 20px auto !important;padding:0 !important;text-align:center !important;color:rgba(255,255,255,.92) !important}.kg-footer .kg-socials{justify-content:center !important;margin:0 auto !important}}@media (max-width:900px){.kg-footer .kg-footer-grid{display:grid !important;grid-template-columns:1fr !important;justify-items:center !important;text-align:center !important;gap:28px !important}.kg-footer .kg-footer-about{width:100% !important;max-width:360px !important;margin:0 auto !important;padding:0 18px !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;text-align:center !important}.kg-footer .kg-footer-about .kg-footer-logo{display:block !important;margin:0 auto 14px auto !important}.kg-footer .kg-footer-about p{display:block !important;width:100% !important;max-width:320px !important;margin:0 auto 16px auto !important;padding:0 !important;text-align:center !important;color:rgba(255,255,255,.92) !important}.kg-footer .kg-socials{justify-content:center !important;margin:0 auto !important}}@media (max-width:720px){.footer-cta-image{min-height:260px !important;background-size:cover !important;background-position:center center !important}.footer-cta-content{padding-top:48px !important;padding-bottom:46px !important}.footer-cta-content h2{margin-bottom:18px !important}.footer-cta-content p{margin-bottom:26px !important}}.about-page-hero{position:relative;padding:95px 0 85px;overflow:hidden;background:radial-gradient(circle at 12% 18%,rgba(255,202,87,.24),transparent 26%),radial-gradient(circle at 88% 16%,rgba(99,204,166,.20),transparent 28%),linear-gradient(135deg,#fff8ec 0,#fff 52%,#eefbf6 100%)}.about-page-hero::before,.about-page-hero::after{content:"";position:absolute;border-radius:50%;pointer-events:none}.about-page-hero::before{width:190px;height:190px;right:-55px;top:45px;background:rgba(244,132,153,.15)}.about-page-hero::after{width:145px;height:145px;left:-35px;bottom:-45px;background:rgba(70,176,211,.15)}.about-hero-inner{position:relative;z-index:2;max-width:920px;margin:0 auto;text-align:center}.about-eyebrow{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:9px 18px;margin-bottom:18px;border-radius:999px;background:#fff;box-shadow:0 12px 30px rgba(33,77,66,.10);color:#1e8f70;font-weight:700;font-size:14px}.about-page-hero h1{margin:0 0 18px;font-size:clamp(38px,5vw,64px);line-height:1.05;color:#24423b}.about-page-hero h1 span{color:#eb6f91}.about-page-hero p{max-width:820px;margin:0 auto 16px;color:#5d6b68;font-size:18px;line-height:1.75}.about-section-spacing{padding:85px 0}.about-simple-text p{color:#5d6b68;font-size:17px;line-height:1.8}.about-centered-title,.educator-title{max-width:1040px;margin:0 auto 42px;text-align:center}.about-centered-title h2,.educator-title h2{margin:0 0 14px;color:#24423b;font-size:clamp(38px,4.5vw,58px);line-height:1.08;font-weight:800;text-align:center}.about-centered-title p,.educator-title p{max-width:1080px;margin:0 auto;color:#5d6b68;font-size:18px;line-height:1.65}.play-info-bars{display:grid;gap:18px;max-width:1040px;margin:40px auto 0}.play-info-bar{display:grid;grid-template-columns:minmax(0,1fr) 380px;align-items:center;gap:40px;min-height:130px;padding:22px 26px 22px 34px;border:1px solid rgba(255,255,255,.85);border-radius:32px;overflow:hidden;box-shadow:0 18px 45px rgba(31,66,55,.10);transition:transform .3s ease,box-shadow .3s ease}.play-info-bar:hover{transform:translateY(-3px);box-shadow:0 25px 50px rgba(31,66,55,.12)}.play-info-bar.green{background:linear-gradient(90deg,#eefbe7 0,#fbfff8 58%,#fff 100%)}.play-info-bar.pink{background:linear-gradient(90deg,#ffeaf1 0,#fff8fa 58%,#fff 100%)}.play-info-bar.orange{background:linear-gradient(90deg,#fff1dc 0,#fffaf1 58%,#fff 100%)}.play-info-text{text-align:left}.play-info-text h3{margin:0 0 8px;font-size:24px;line-height:1.2;text-align:left}.play-info-bar.green h3{color:#189a28}.play-info-bar.pink h3{color:#ee4f87}.play-info-bar.orange h3{color:#f47a00}.play-info-text p{max-width:650px;margin:0;color:#24324d;font-size:17px;line-height:1.75;text-align:left}.play-info-photo{height:125px;border-radius:999px;overflow:hidden;box-shadow:0 8px 22px rgba(7,23,51,.12)}.play-info-photo img,.educator-image img,.standard-info-image img{width:100%;height:100%;object-fit:cover;display:block}.experience-wave-wrap{background:#fff;padding:70px 0}.experience-bullets,.educator-bullets{max-width:900px;margin:40px auto 0}.educator-bullets{margin:0 0 30px;max-width:none}.experience-bullet,.educator-bullet{position:relative;padding-left:28px}.experience-bullet{margin-bottom:28px}.educator-bullet{margin-bottom:20px;color:#24423b;font-size:21px;font-weight:700;line-height:1.45}.experience-bullet::before,.educator-bullet::before{content:"•";position:absolute;left:0;top:-1px;color:#8dc63f;font-size:30px;line-height:1;font-weight:700}.experience-bullet strong{display:block;margin-bottom:6px;color:#24423b;font-size:24px;font-weight:700;line-height:1.25}.experience-bullet p{margin:0;color:#5d6b68;font-size:16px;line-height:1.7}.educator-section{background:#fff}.nutrition-section{background:#fffaf4}.camera-section{background:#eefbf6}.educator-layout,.standard-info-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,555px);gap:58px;align-items:center}.standard-info-layout.reverse{grid-template-columns:minmax(420px,555px) minmax(0,1fr)}.educator-layout .about-simple-text p{max-width:560px}.educator-image,.standard-info-image{width:100%;height:420px;min-height:420px;border-radius:28px;overflow:hidden;box-shadow:0 20px 50px rgba(31,66,55,.10)}.standard-bullets{max-width:none;margin:0}.safety-bullets{max-width:980px;margin:0 auto}.standard-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.standard-icon-card{background:#fff;border-radius:30px;padding:42px 36px;text-align:center;box-shadow:0 18px 45px rgba(31,66,55,.08)}.standard-icon{display:flex;align-items:center;justify-content:center;width:96px;height:96px;margin:0 auto 22px;border-radius:50%;background:#ffc20e;font-size:42px}.standard-icon-card h3{margin:0 0 10px;color:#05205c;font-size:28px;line-height:1.2}.standard-icon-card p{margin:0;color:#5d6b68;font-size:16px;line-height:1.7}.quote-block{max-width:880px;margin:0 auto;padding:44px;border-radius:32px;background:linear-gradient(135deg,#fff8ec 0,#eefbf6 100%);text-align:center;box-shadow:0 20px 50px rgba(31,66,55,.08)}.quote-block blockquote{margin:0 0 14px;color:#24423b;font-size:clamp(24px,3vw,34px);line-height:1.35;font-weight:700}.quote-block cite{color:#eb6f91;font-style:normal;font-weight:700}@media (max-width:1060px){.educator-layout,.standard-info-layout,.standard-info-layout.reverse{grid-template-columns:1fr;gap:36px}.standard-info-layout.reverse .standard-info-image{order:2}.standard-info-layout.reverse .standard-info-content{order:1}}@media (max-width:860px){.play-info-bar{grid-template-columns:1fr}.play-info-photo{height:170px;border-radius:22px}}@media (max-width:620px){.about-section-spacing{padding:64px 0}.about-page-hero{padding:70px 0 60px}.about-page-hero p,.about-centered-title p,.educator-title p{font-size:16px}.about-centered-title h2,.educator-title h2{font-size:36px}.experience-bullets{margin-top:30px}.experience-bullet,.educator-bullet{padding-left:24px}.experience-bullet{margin-bottom:24px}.educator-bullet{font-size:17px}.experience-bullet strong{font-size:21px}.experience-bullet p{font-size:15px}.educator-image,.standard-info-image{height:320px;min-height:320px}.standard-actions{flex-direction:column}.standard-actions .callout-btn{width:100%;justify-content:center}.standard-icon-card{padding:30px 24px}}.menu-actions{display:flex;justify-content:center;margin-top:30px}.menu-actions .callout-btn{min-width:220px;text-align:center}.menu-actions{display:flex !important;justify-content:center !important;align-items:center !important;margin-top:30px !important}.menu-actions .callout-btn{min-width:220px !important;text-align:center !important}.camera-actions{display:flex !important;flex-wrap:wrap !important;gap:16px !important;margin-top:30px !important}.purple-callout{background:#7c3aed !important;color:#fff !important;border:2px solid #7c3aed !important;box-shadow:0 10px 24px rgba(124,58,237,.22) !important}.purple-callout:hover{background:#6d28d9 !important;border-color:#6d28d9 !important;transform:translateY(-2px) !important}.red-callout{background:#dc2626 !important;color:#fff !important;border:2px solid #dc2626 !important;box-shadow:0 10px 24px rgba(220,38,38,.22) !important}.red-callout:hover{background:#b91c1c !important;border-color:#b91c1c !important;transform:translateY(-2px) !important}.camera-access-image{background:linear-gradient(135deg,#eefbf6,#ffffff) !important}@media (max-width:720px){.camera-actions .callout-btn{width:100% !important}}@media (max-width:768px){.camera-actions{flex-direction:column;width:100%}.camera-actions .callout-btn{width:100%;justify-content:center}}@media (max-width:768px){.play-info-bar{grid-template-columns:1fr;gap:20px}.play-info-photo{order:-1}}@media (max-width:768px){.menu-actions{justify-content:center}.menu-actions .callout-btn{width:100%;max-width:320px}}@media (max-width:768px){.camera-access-image img,.educator-image img,.standard-info-image img{min-height:260px;max-height:320px;object-fit:cover}}.about-closing-message{text-align:center;max-width:800px;margin:0 auto 30px}.about-closing-message p{font-size:1.15rem;font-weight:600;color:#5c5c5c;line-height:1.8}.standard-info-content .educator-title{text-align:center !important}.standard-info-content .educator-title h2{margin-bottom:10px}.program-age-badge{display:inline-flex;align-items:center;justify-content:center;margin:0 auto 10px;padding:10px 22px;border-radius:999px;background:#f3efe8;border:1px solid #e6ddd0;color:#35584f;font-size:15px;font-weight:800;letter-spacing:.4px;line-height:1;box-shadow:0 4px 12px rgba(0,0,0,.04)}.program-intro{margin:0 auto 24px;max-width:680px}.program-intro p{font-size:17px;line-height:1.65;color:#5f6875;text-align:center;font-weight:600;margin:0}.program-hours-card{background:#f4fbef !important;border:1px solid #d8eec8 !important}.program-hours-card strong{color:#4fa900}.program-hours-card p{font-weight:800}.standard-info-content .educator-title{text-align:center !important}.program-hours-panel{grid-column:1 / -1;display:grid;grid-template-columns:92px 1fr auto;align-items:center;gap:28px;padding:30px 34px;margin-top:6px;border-radius:28px;border:1px solid #cfe9bf;background:radial-gradient(circle at 8% 15%,rgba(255,189,0,.14) 0 56px,transparent 58px),radial-gradient(circle at 96% 82%,rgba(97,185,0,.13) 0 78px,transparent 80px),linear-gradient(135deg,#fbfff7,#f2faec);box-shadow:0 14px 32px rgba(7,18,51,.08);position:relative;overflow:hidden}.program-hours-panel:after{content:"";position:absolute;right:26px;bottom:18px;width:120px;height:90px;border:3px solid rgba(97,185,0,.12);border-left:0;border-top:0;border-radius:0 0 80px 0;transform:rotate(-10deg);pointer-events:none}.program-hours-icon{width:82px;height:82px;border-radius:50%;background:#ffffff;display:flex;align-items:center;justify-content:center;color:#4fa900;box-shadow:0 12px 26px rgba(7,18,51,.10)}.program-hours-icon svg{width:48px;height:48px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.program-hours-content strong{display:block;font-size:28px;line-height:1;color:#4fa900;font-weight:900;margin-bottom:16px}.program-hours-list{display:flex;flex-wrap:wrap;gap:14px 26px}.program-hours-list span{position:relative;padding-left:18px;font-size:17px;line-height:1.35;color:#465268;font-weight:800}.program-hours-list span:before{content:"";position:absolute;left:0;top:.62em;width:7px;height:7px;border-radius:50%;background:#61b900}.program-enroll-link{position:relative;z-index:2;display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:56px;padding:0 30px;border-radius:999px;background:linear-gradient(135deg,#67bf00,#4ca900);color:#fff !important;font-size:16px;font-weight:900;text-decoration:none;box-shadow:0 13px 26px rgba(80,170,0,.28);transition:transform .18s ease,box-shadow .18s ease;white-space:nowrap}.program-enroll-link:hover{transform:translateY(-2px);box-shadow:0 17px 32px rgba(80,170,0,.35)}.program-enroll-link span{font-size:24px;line-height:1}@media (max-width:900px){.program-hours-panel{grid-template-columns:74px 1fr;gap:20px;padding:26px 24px}.program-enroll-link{grid-column:1 / -1;width:100%}.program-hours-icon{width:70px;height:70px}.program-hours-icon svg{width:40px;height:40px}.program-hours-content strong{font-size:24px}}@media (max-width:560px){.program-hours-panel{grid-template-columns:1fr;text-align:center;justify-items:center}.program-hours-list{justify-content:center}}#infant,#toddler,#preschool{scroll-margin-top:180px}.menu-week-section{margin-top:80px}.menu-week-header{text-align:center;margin-bottom:35px}.menu-week-header h2{font-size:42px;color:#21443c;margin-bottom:10px}.menu-week-header p{color:#666;font-size:18px}.menu-table-wrapper{overflow-x:auto;border-radius:24px;box-shadow:0 10px 35px rgba(0,0,0,.08)}.menu-table{width:100%;border-collapse:collapse;background:#fff}.menu-table thead th{background:#76c043;color:#fff;font-size:18px;font-weight:600;padding:20px;text-align:center}.menu-table tbody td{padding:22px;border-bottom:1px solid #edf0f2;vertical-align:top;line-height:1.8;color:#444}.menu-table tbody tr:nth-child(even){background:#fafcf8}.menu-table tbody tr:hover{background:#f4f9ef;transition:.3s}.day-column{width:140px;font-weight:700;font-size:20px;color:#21443c;white-space:nowrap}@media (max-width:768px){.menu-week-header h2{font-size:32px}.menu-table thead th,.menu-table tbody td{padding:14px;font-size:14px}.day-column{font-size:16px}}.menu-notes{margin-top:70px;padding:35px;background:#f8fcf4;border-radius:20px;border:1px solid #e5efdd}.menu-notes h3{margin-bottom:20px;color:#21443c;font-size:28px}.menu-notes ul{list-style:none;margin:0;padding:0}.menu-notes li{margin-bottom:12px;line-height:1.7;color:#555;font-size:16px}.menu-week-nav{text-align:center;margin:50px 0 40px;font-size:22px;font-weight:600}.menu-week-nav span{color:#c7c7c7;margin:0 15px}.menu-week-nav a{color:#21443c;text-decoration:none;transition:all .3s ease}.menu-week-nav a:hover{color:#76c043}#week1,#week2,#week3,#week4{scroll-margin-top:180px}.menu-week-nav{display:flex;justify-content:center;align-items:center;gap:40px;margin:50px 0 60px;border-bottom:2px solid #e9ecef;padding-bottom:15px}.menu-week-nav a{color:#21443c;text-decoration:none;font-size:22px;font-weight:600;position:relative;transition:color .3s ease}.menu-week-nav a:hover{color:#76c043}.menu-week-nav a::after{content:'';position:absolute;left:0;bottom:-17px;width:0;height:4px;background:#76c043;border-radius:10px;transition:width .3s ease}.menu-week-nav a:hover::after{width:100%}#week1,#week2,#week3,#week4{scroll-margin-top:180px}.contact-page-hero{background:radial-gradient(circle at 12% 20%,rgba(255,189,0,.14) 0 90px,transparent 92px),radial-gradient(circle at 88% 70%,rgba(97,185,0,.12) 0 110px,transparent 112px),linear-gradient(180deg,#f8fff3 0,#ffffff 100%)}.kg-contact-page{background:linear-gradient(180deg,#ffffff 0,#f8fff3 48%,#ffffff 100%)}.kg-contact-intro,.kg-map-heading,.kg-contact-bottom-cta{text-align:center;max-width:820px;margin:0 auto}.kg-contact-intro span,.kg-map-heading span{display:inline-flex;align-items:center;justify-content:center;background:#eaf6df;color:var(--green);border-radius:999px;padding:8px 18px;font-size:16px;font-weight:900;margin-bottom:16px}.kg-contact-intro h2,.kg-map-heading h2,.kg-contact-bottom-cta h2{font-family:"Baloo 2",cursive;font-size:44px;line-height:1.05;color:var(--navy);margin:0 0 14px;font-weight:800}.kg-contact-intro p,.kg-map-heading p,.kg-contact-bottom-cta p{font-size:18px;line-height:1.65;color:#5f6875;font-weight:600;margin:0}.kg-contact-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:34px;margin-top:46px;align-items:stretch}.kg-contact-card{background:#ffffff;border:1px solid #edf3e7;border-radius:34px;box-shadow:0 18px 45px rgba(7,18,51,.10);overflow:hidden}.kg-contact-main-card{padding:42px}.kg-contact-card h3{font-size:30px;line-height:1.15;color:var(--navy);margin:0 0 12px;font-weight:900}.kg-contact-card-text{color:#5f6875;font-size:17px;line-height:1.6;font-weight:600;margin:0 0 28px}.kg-contact-detail-list{display:grid;gap:18px}.kg-contact-detail{display:grid;grid-template-columns:56px 1fr;gap:18px;align-items:flex-start;padding:20px;border-radius:22px;background:#fbfff8;border:1px solid #edf5e6}.kg-contact-icon{width:56px;height:56px;border-radius:18px;display:flex;align-items:center;justify-content:center;background:#eaf6df;color:var(--green);font-size:24px;box-shadow:0 10px 20px rgba(97,185,0,.12)}.kg-contact-detail strong{display:block;font-size:18px;color:var(--navy);margin-bottom:5px;font-weight:900}.kg-contact-detail p{font-size:16.5px;line-height:1.5;color:#59606d;font-weight:600;margin:0}.kg-contact-detail a{color:#4fa900;font-weight:800}.kg-tour-card{display:flex;flex-direction:column}.kg-tour-card-image{height:310px;overflow:hidden}.kg-tour-card-image img{width:100%;height:100%;object-fit:cover}.kg-tour-card-content{padding:34px}.kg-tour-card-content p{color:#5f6875;font-size:17px;line-height:1.6;font-weight:600;margin:0 0 26px}.kg-tour-card-content .btn{width:fit-content}.kg-map-section{margin-top:84px}.kg-map-card{margin-top:34px;border-radius:34px;overflow:hidden;background:#ffffff;border:10px solid #ffffff;box-shadow:0 18px 45px rgba(7,18,51,.14)}.kg-map-card iframe{display:block;width:100%}.kg-contact-bottom-cta{margin-top:84px;padding:54px 38px;border-radius:34px;background:radial-gradient(circle at 8% 22%,rgba(255,189,0,.18) 0 70px,transparent 72px),radial-gradient(circle at 92% 82%,rgba(97,185,0,.16) 0 90px,transparent 92px),#ffffff;border:2px dashed #dbe9c8;box-shadow:0 16px 38px rgba(7,18,51,.08)}.kg-contact-actions{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;margin-top:30px}@media (max-width:980px){.kg-contact-grid{grid-template-columns:1fr}.kg-contact-intro h2,.kg-map-heading h2,.kg-contact-bottom-cta h2{font-size:38px}}@media (max-width:640px){.kg-contact-main-card,.kg-tour-card-content{padding:26px}.kg-contact-detail{grid-template-columns:48px 1fr;gap:14px;padding:18px}.kg-contact-icon{width:48px;height:48px;font-size:21px}.kg-tour-card-image{height:240px}.kg-map-card iframe{height:360px}.kg-contact-actions .btn{width:100%}}.contact-page-modern{background:radial-gradient(circle at 8% 12%,rgba(255,189,0,.10) 0 90px,transparent 92px),radial-gradient(circle at 92% 32%,rgba(97,185,0,.10) 0 110px,transparent 112px),linear-gradient(180deg,#ffffff 0,#f8fff3 100%)}.contact-intro-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:stretch}.contact-info-panel{background:#fff;border-radius:32px;padding:46px;box-shadow:0 18px 46px rgba(7,18,51,.08);border:1px solid #edf3e9}.contact-title-left{text-align:left;margin-bottom:30px}.contact-title-left p{max-width:620px;margin-top:12px}.contact-card-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.contact-detail-card{display:grid;grid-template-columns:48px 1fr;gap:15px;align-items:flex-start;background:#f8fff4;border:1px solid #e1efd8;border-radius:22px;padding:22px}.contact-card-icon{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:#eaf7df;color:#61b900;font-size:24px;font-weight:900}.contact-detail-card strong{display:block;font-size:18px;color:#071233;margin-bottom:6px}.contact-detail-card p,.contact-detail-card a{color:#59606d;font-size:16px;line-height:1.45;font-weight:600}.contact-detail-card a:hover{color:#61b900}.contact-main-image{min-height:100%;border-radius:32px}.contact-main-image img{min-height:100%;object-fit:cover}.contact-form-section{margin-top:80px}.contact-form-card{background:#fff;border-radius:32px;padding:52px;box-shadow:0 18px 46px rgba(7,18,51,.08);border:1px solid #edf3e9}.contact-form-modern{margin-top:34px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:800;margin-bottom:8px;color:#071233;font-size:16px}.form-group input,.form-group select,.form-group textarea{width:100%;border:1px solid #dbe8d3;background:#fbfff8;border-radius:16px;padding:16px 18px;font:600 16px "Nunito",Arial,sans-serif;color:#071233;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#61b900;background:#fff;box-shadow:0 0 0 4px rgba(97,185,0,.12)}.form-group textarea{min-height:150px;resize:vertical}.contact-form-actions{display:flex;flex-wrap:wrap;gap:18px;margin-top:28px}.contact-form-actions .btn{border:0;cursor:pointer;min-width:210px}.contact-map-section{margin-top:90px}.contact-map-wrapper{margin-top:30px;overflow:hidden;border-radius:32px;box-shadow:0 18px 46px rgba(7,18,51,.10);border:1px solid #edf3e9;background:#fff}.contact-map-wrapper iframe{width:100%;height:500px;border:0;display:block}.contact-closing-message{margin-top:80px}@media (max-width:1060px){.contact-intro-grid,.form-row{grid-template-columns:1fr}.contact-main-image,.contact-main-image img{min-height:360px}}@media (max-width:720px){.contact-info-panel,.contact-form-card{padding:30px 24px;border-radius:26px}.contact-card-grid{grid-template-columns:1fr}.contact-form-actions{flex-direction:column}.contact-form-actions .btn{width:100%}.contact-map-wrapper iframe{height:360px}}.contact-page-modern{background:linear-gradient(180deg,#ffffff 0,#f8fff3 100%)}.contact-hero-card{position:relative;overflow:hidden;display:grid;grid-template-columns:1.35fr .85fr;gap:48px;align-items:center;background:radial-gradient(circle at 8% 18%,rgba(255,189,0,.18) 0 90px,transparent 92px),radial-gradient(circle at 92% 80%,rgba(97,185,0,.16) 0 120px,transparent 122px),linear-gradient(135deg,#ffffff 0,#f7fff1 100%);border:1px solid #e5efdf;border-radius:38px;padding:70px;box-shadow:0 22px 60px rgba(7,18,51,.09)}.contact-hero-card::before{content:"";position:absolute;right:-80px;top:-80px;width:240px;height:240px;border-radius:50%;background:rgba(97,185,0,.08)}.contact-hero-content,.contact-hero-details{position:relative;z-index:1}.contact-small-label{display:inline-flex;align-items:center;background:#eaf7df;color:#4ea600;border-radius:999px;padding:8px 18px;font-size:16px;font-weight:900;margin-bottom:22px}.contact-hero-content h2{font-family:"Baloo 2",cursive;color:#071233;font-size:56px;line-height:1.02;letter-spacing:-1px;margin:0 0 18px;max-width:760px}.contact-hero-content p{color:#59606d;font-size:20px;line-height:1.65;font-weight:600;max-width:720px;margin:0 0 34px}.contact-quick-links{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:34px}.contact-quick-link{display:flex;align-items:center;gap:13px;background:#fff;border:1px solid #e5efdf;border-radius:18px;padding:15px 20px;box-shadow:0 10px 25px rgba(7,18,51,.06);color:#071233;font-size:17px;font-weight:800}.contact-quick-link span{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:#eaf7df;color:#61b900;font-size:22px}.contact-quick-link:hover strong{color:#61b900}.contact-hero-actions{display:flex;flex-wrap:wrap;gap:18px}.contact-hero-details{background:#071233;color:#fff;border-radius:30px;padding:42px;box-shadow:0 18px 42px rgba(7,18,51,.18)}.contact-detail-line{display:grid;grid-template-columns:62px 1fr;gap:20px;align-items:start;padding:0 0 28px;margin:0 0 28px;border-bottom:1px solid rgba(255,255,255,.14)}.contact-detail-line:last-child{border-bottom:0;padding-bottom:0;margin-bottom:0}.contact-detail-line>span{width:62px;height:62px;border-radius:20px;display:grid;place-items:center;background:rgba(97,185,0,.18);color:#8ee034;font-size:28px}.contact-detail-line strong{display:block;color:#fff;font-size:24px;font-weight:900;margin-bottom:8px}.contact-detail-line p{color:rgba(255,255,255,.86);font-size:18px;line-height:1.55;font-weight:600;margin:0}.contact-form-section{margin-top:80px}.contact-form-card{background:#fff;border-radius:32px;padding:52px;box-shadow:0 18px 46px rgba(7,18,51,.08);border:1px solid #edf3e9}.contact-form-modern{margin-top:34px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:800;margin-bottom:8px;color:#071233;font-size:16px}.form-group input,.form-group select,.form-group textarea{width:100%;border:1px solid #dbe8d3;background:#fbfff8;border-radius:16px;padding:16px 18px;font:600 16px "Nunito",Arial,sans-serif;color:#071233;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#61b900;background:#fff;box-shadow:0 0 0 4px rgba(97,185,0,.12)}.form-group textarea{min-height:150px;resize:vertical}.contact-form-actions{display:flex;flex-wrap:wrap;gap:18px;margin-top:28px}.contact-form-actions .btn{border:0;cursor:pointer;min-width:210px}.contact-map-section{margin-top:90px}.contact-map-wrapper{margin-top:30px;overflow:hidden;border-radius:32px;box-shadow:0 18px 46px rgba(7,18,51,.10);border:1px solid #edf3e9;background:#fff}.contact-map-wrapper iframe{width:100%;height:500px;border:0;display:block}.contact-closing-message{margin-top:80px}.contact-intro-grid,.full-width-contact,.contact-card-grid,.contact-main-image{display:none !important}@media (max-width:1060px){.contact-hero-card,.form-row{grid-template-columns:1fr}.contact-hero-card{padding:54px 38px}.contact-hero-content h2{font-size:46px}}@media (max-width:720px){.contact-hero-card{padding:36px 24px;border-radius:28px;gap:30px}.contact-hero-content h2{font-size:38px}.contact-hero-content p{font-size:17px}.contact-quick-link,.contact-hero-actions .btn,.contact-form-actions .btn{width:100%}.contact-hero-details,.contact-form-card{padding:30px 24px;border-radius:26px}.contact-detail-line{grid-template-columns:52px 1fr;gap:16px}.contact-detail-line>span{width:52px;height:52px;font-size:24px}.contact-detail-line strong{font-size:21px}.contact-detail-line p{font-size:16px}.contact-form-actions{flex-direction:column}.contact-map-wrapper iframe{height:360px}}.contact-page-modern{background:#fff}.contact-hero-card{position:relative;overflow:hidden;border-radius:38px;padding:70px 60px;margin-bottom:70px;background:radial-gradient(circle at 12% 20%,rgba(255,189,0,.16) 0 95px,transparent 98px),radial-gradient(circle at 90% 80%,rgba(97,185,0,.18) 0 115px,transparent 118px),linear-gradient(135deg,#f7fff0 0,#ffffff 58%,#f1fae8 100%);border:1px solid #e5efd9;box-shadow:0 18px 48px rgba(7,18,51,.08)}.contact-hero-content{max-width:980px;margin:0 auto;text-align:center}.contact-hero-card .educator-title{margin-bottom:34px}.contact-hero-card .educator-title h2{margin-bottom:14px}.contact-hero-card .educator-title p{max-width:760px;margin:0 auto;color:#536071;font-size:20px;line-height:1.65}.contact-hero-details{display:flex;justify-content:center;flex-wrap:wrap;gap:16px;margin-top:34px}.contact-hero-item{display:flex;align-items:center;gap:12px;background:#fff;color:#071233;border:1px solid #e7efe0;border-radius:999px;padding:14px 22px;box-shadow:0 10px 24px rgba(7,18,51,.06);font-size:16px;line-height:1.3}.contact-hero-item span{width:34px;height:34px;border-radius:50%;background:#edf7e2;color:#61b900;display:flex;align-items:center;justify-content:center;font-size:18px;flex:0 0 34px}.contact-hero-item strong{font-weight:800}.contact-hero-actions{display:flex;justify-content:center;margin-top:34px}.contact-main-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:stretch;margin:0 0 80px}.contact-form-card,.contact-map-card{background:#fff;border-radius:30px;padding:42px;box-shadow:0 16px 45px rgba(7,18,51,.08);border:1px solid #edf2eb}.contact-card-title{text-align:left;margin:0 0 28px}.contact-card-title h2{margin-bottom:10px}.contact-card-title p{color:#59606d;line-height:1.6;margin:0}.contact-form-modern{display:grid;gap:20px}.contact-form-modern .form-group{display:flex;flex-direction:column;gap:8px}.contact-form-modern label{font-weight:800;color:#071233;font-size:15px}.contact-form-modern input,.contact-form-modern select,.contact-form-modern textarea{width:100%;border:1px solid #dbe5d6;border-radius:16px;padding:15px 17px;font:600 16px "Nunito",Arial,sans-serif;color:#071233;background:#fff;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.contact-form-modern input:focus,.contact-form-modern select:focus,.contact-form-modern textarea:focus{border-color:#61b900;box-shadow:0 0 0 4px rgba(97,185,0,.12)}.contact-form-modern textarea{min-height:155px;resize:vertical}.contact-form-modern .btn{border:0;width:max-content;min-width:190px;margin-top:6px;cursor:pointer}.contact-map-wrapper{width:100%;height:calc(100% - 110px);min-height:520px;overflow:hidden;border-radius:24px;box-shadow:0 12px 30px rgba(7,18,51,.08);border:1px solid #edf2eb}.contact-map-wrapper iframe{width:100%;height:100%;min-height:520px;border:0;display:block}.contact-closing-message{margin-top:0}@media(max-width:1100px){.contact-main-grid{grid-template-columns:1fr}.contact-map-wrapper,.contact-map-wrapper iframe{height:auto;min-height:430px}}@media(max-width:768px){.contact-hero-card{padding:46px 24px;border-radius:28px;margin-bottom:50px}.contact-hero-card .educator-title p{font-size:17px}.contact-hero-details{align-items:stretch;flex-direction:column}.contact-hero-item{border-radius:20px;justify-content:flex-start;text-align:left}.contact-form-card,.contact-map-card{padding:28px 22px;border-radius:24px}.contact-card-title{text-align:center}.contact-form-modern .btn{width:100%}.contact-map-wrapper,.contact-map-wrapper iframe{min-height:360px}}.contact-hero-card{padding:45px 50px;border-radius:38px}.contact-hero-content{max-width:700px;margin:0 auto;text-align:center}.contact-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;max-width:700px;margin:35px auto}.contact-info-item{background:#fff;border:1px solid #e6ece2;border-radius:18px;padding:18px 22px;display:flex;align-items:center;gap:15px;box-shadow:0 8px 25px rgba(0,0,0,.05)}.contact-info-item span{width:40px;height:40px;border-radius:50%;background:#eef7e4;display:flex;align-items:center;justify-content:center;color:#61b900;flex-shrink:0}.contact-info-item div{font-weight:700;color:#071233}.contact-info-item.full-width{grid-column:1 / -1}.contact-hero-actions{margin-top:10px}@media(max-width:768px){.contact-info-grid{grid-template-columns:1fr}.contact-info-item.full-width{grid-column:auto}}.contact-page-modern{background:#fff !important}.contact-clean-hero{position:relative !important;text-align:center !important;background:radial-gradient(circle at 10% 6%,rgba(255,189,0,.16) 0 116px,transparent 118px),radial-gradient(circle at 96% 4%,rgba(97,185,0,.12) 0 118px,transparent 121px),linear-gradient(135deg,#fbfff6 0,#ffffff 46%,#f7fbf0 100%) !important;border:1px solid #dfead5 !important;border-radius:30px !important;box-shadow:0 14px 36px rgba(7,18,51,.07) !important;padding:42px 48px 46px !important;margin-bottom:38px !important;overflow:hidden !important}.contact-clean-label{color:#4fa900 !important;font-size:20px !important;font-weight:900 !important;margin-bottom:8px !important;position:relative !important;z-index:2 !important}.contact-clean-hero h2{font-family:"Baloo 2",cursive !important;font-size:70px !important;line-height:1 !important;color:#071233 !important;letter-spacing:-1px !important;margin:0 0 16px !important;position:relative !important;z-index:2 !important}.contact-clean-intro{max-width:760px !important;margin:0 auto 40px !important;font-size:22px !important;line-height:1.55 !important;color:#536071 !important;font-weight:600 !important;position:relative !important;z-index:2 !important}.contact-clean-info{width:min(1030px,100%) !important;margin:0 auto 36px !important;display:grid !important;grid-template-columns:repeat(3,1fr) !important;gap:0 !important;align-items:center !important;position:relative !important;z-index:2 !important}.contact-clean-item{display:flex !important;align-items:center !important;justify-content:center !important;gap:18px !important;text-align:left !important;color:#071233 !important;padding:0 26px !important;min-height:92px !important;border-right:1px solid #d6ddd0 !important}.contact-clean-item:last-child{border-right:0 !important}.contact-clean-item img{width:78px !important;height:78px !important;object-fit:contain !important;flex:0 0 78px !important}.contact-clean-item small{display:block !important;color:#071233 !important;font-size:17px !important;line-height:1.1 !important;font-weight:900 !important;margin-bottom:7px !important}.contact-clean-item strong{display:block !important;color:#071233 !important;font-size:20px !important;line-height:1.32 !important;font-weight:900 !important}.contact-clean-hero .contact-hero-actions{justify-content:center !important;margin-top:0 !important;position:relative !important;z-index:2 !important}.contact-clean-hero .btn{min-width:260px !important;height:64px !important;font-size:20px !important;box-shadow:0 14px 28px rgba(80,170,0,.28) !important}.btn-arrow{font-size:26px !important;line-height:1 !important}.contact-leaf-shape{position:absolute !important;right:26px !important;bottom:36px !important;width:130px !important;height:178px !important;opacity:.24 !important;z-index:1 !important}.contact-leaf-shape:before{content:"" !important;position:absolute !important;left:62px !important;top:12px !important;width:6px !important;height:150px !important;background:#61b900 !important;border-radius:999px !important;transform:rotate(14deg) !important}.contact-leaf-shape:after{content:"" !important;position:absolute !important;inset:0 !important;background:radial-gradient(ellipse at 72% 22%,#61b900 0 18px,transparent 19px),radial-gradient(ellipse at 48% 38%,#61b900 0 21px,transparent 22px),radial-gradient(ellipse at 78% 52%,#61b900 0 21px,transparent 22px),radial-gradient(ellipse at 42% 67%,#61b900 0 23px,transparent 24px),radial-gradient(ellipse at 78% 82%,#61b900 0 23px,transparent 24px) !important}.contact-main-grid{display:grid !important;grid-template-columns:1fr 1fr !important;gap:28px !important;align-items:stretch !important;margin:0 0 44px !important}.contact-form-card,.contact-map-card{background:#fff !important;border:1px solid #e6eaf0 !important;border-radius:20px !important;box-shadow:0 12px 30px rgba(7,18,51,.06) !important;padding:32px !important}.contact-card-title{text-align:left !important;margin:0 0 28px !important}.contact-card-title h2{font-family:"Baloo 2",cursive !important;font-size:36px !important;line-height:1.05 !important;color:#071233 !important;margin:0 0 10px !important}.contact-card-title p{color:#536071 !important;font-size:17px !important;line-height:1.55 !important;margin:0 !important}.contact-form-modern{display:grid !important;grid-template-columns:1fr 1fr !important;gap:18px 22px !important}.contact-form-modern .form-group{display:flex !important;flex-direction:column !important;gap:8px !important}.contact-form-modern .form-group:nth-child(3),.contact-form-modern .form-group:nth-child(4){grid-column:1 / -1 !important}.contact-form-modern label{color:#071233 !important;font-size:15px !important;font-weight:800 !important}.contact-form-modern input,.contact-form-modern textarea{width:100% !important;border:1px solid #d7dde6 !important;border-radius:9px !important;padding:14px 16px !important;font:600 16px "Nunito",Arial,sans-serif !important;color:#071233 !important;outline:none !important;box-shadow:none !important}.contact-form-modern textarea{min-height:132px !important;resize:vertical !important}.contact-form-modern input::placeholder,.contact-form-modern textarea::placeholder{color:#8993a2 !important}.contact-form-modern button{grid-column:1 / -1 !important;width:max-content !important;min-width:178px !important;height:52px !important;border:0 !important;margin-top:0 !important;cursor:pointer !important}.contact-map-wrapper{width:100% !important;height:360px !important;min-height:360px !important;overflow:hidden !important;border-radius:12px !important;border:1px solid #dfe5ec !important;box-shadow:none !important}.contact-map-wrapper iframe{width:100% !important;height:100% !important;min-height:360px !important;border:0 !important;display:block !important}.contact-closing-message{background:transparent !important;box-shadow:none !important;border:0 !important;padding:0 !important;margin:0 auto 16px !important;text-align:center !important}.contact-closing-message p{color:#24304a !important;font-size:22px !important;line-height:1.5 !important;font-weight:600 !important;margin:0 !important}.contact-closing-message p:after{content:" ♡" !important;color:#61b900 !important;font-size:32px !important;font-weight:900 !important;vertical-align:middle !important}@media(max-width:1100px){.contact-clean-info{grid-template-columns:1fr !important;gap:18px !important;max-width:620px !important}.contact-clean-item{border-right:0 !important;justify-content:flex-start !important;background:#fff !important;border:1px solid #e6ece2 !important;border-radius:18px !important;padding:18px 24px !important;min-height:auto !important}.contact-leaf-shape{display:none !important}.contact-main-grid{grid-template-columns:1fr !important}}@media(max-width:720px){.contact-clean-hero{padding:34px 20px !important;border-radius:24px !important}.contact-clean-hero h2{font-size:46px !important}.contact-clean-intro{font-size:17px !important;margin-bottom:30px !important}.contact-clean-item{gap:14px !important;padding:16px !important}.contact-clean-item img{width:58px !important;height:58px !important;flex-basis:58px !important}.contact-clean-item small{font-size:15px !important}.contact-clean-item strong{font-size:16px !important}.contact-clean-hero .btn{min-width:0 !important;width:100% !important;height:58px !important;font-size:17px !important}.contact-form-card,.contact-map-card{padding:24px 20px !important}.contact-form-modern{grid-template-columns:1fr !important}.contact-form-modern button{width:100% !important}.contact-card-title h2{font-size:31px !important}.contact-map-wrapper,.contact-map-wrapper iframe{height:310px !important;min-height:310px !important}}.contact-clean-hero{display:block !important;position:relative !important;text-align:center !important;background:radial-gradient(circle at 8% 0,rgba(255,189,0,.16) 0 110px,transparent 112px),radial-gradient(circle at 98% 0,rgba(97,185,0,.13) 0 120px,transparent 122px),linear-gradient(135deg,#fbfff6 0,#ffffff 48%,#f7fbf0 100%) !important;border:1px solid #dfead5 !important;border-radius:30px !important;box-shadow:0 14px 36px rgba(7,18,51,.07) !important;padding:46px 52px 50px !important;margin-bottom:42px !important;overflow:hidden !important;min-height:0 !important}.contact-clean-label{display:block !important;color:#4fa900 !important;font-size:20px !important;font-weight:900 !important;line-height:1.2 !important;margin:0 0 8px !important;text-align:center !important}.contact-clean-hero h2{display:block !important;font-family:"Baloo 2",cursive !important;font-size:70px !important;line-height:.98 !important;color:#071233 !important;letter-spacing:-1px !important;margin:0 0 16px !important;text-align:center !important}.contact-clean-intro{display:block !important;width:100% !important;max-width:760px !important;margin:0 auto 42px !important;text-align:center !important;font-size:22px !important;line-height:1.55 !important;color:#536071 !important;font-weight:600 !important}.contact-clean-info{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;align-items:center !important;width:min(1080px,100%) !important;margin:0 auto 38px !important;gap:0 !important}.contact-clean-item{display:flex !important;flex-direction:row !important;align-items:center !important;justify-content:center !important;gap:18px !important;text-align:left !important;color:#071233 !important;padding:0 28px !important;min-height:94px !important;border-right:1px solid #d6ddd0 !important;background:transparent !important;box-shadow:none !important;border-radius:0 !important}.contact-clean-item:last-child{border-right:0 !important}.contact-clean-item img{display:block !important;width:78px !important;height:78px !important;min-width:78px !important;max-width:78px !important;object-fit:contain !important;flex:0 0 78px !important}.contact-clean-item div{display:block !important;min-width:0 !important}.contact-clean-item small{display:block !important;color:#071233 !important;font-size:17px !important;line-height:1.1 !important;font-weight:900 !important;margin:0 0 7px !important}.contact-clean-item strong{display:block !important;color:#071233 !important;font-size:20px !important;line-height:1.32 !important;font-weight:900 !important;white-space:normal !important}.contact-clean-item:nth-child(1) strong,.contact-clean-item:nth-child(2) strong{white-space:nowrap !important}.contact-clean-item:nth-child(3){min-width:360px !important}.contact-clean-hero .contact-hero-actions{display:flex !important;justify-content:center !important;align-items:center !important;margin:0 !important;width:100% !important}.contact-clean-hero .btn{min-width:260px !important;height:64px !important;padding:0 34px !important;font-size:20px !important;line-height:1 !important;border-radius:999px !important;white-space:nowrap !important;box-shadow:0 14px 28px rgba(80,170,0,.28) !important}.contact-clean-hero .btn-arrow{font-size:26px !important;line-height:1 !important;margin-left:4px !important}.contact-leaf-shape{position:absolute !important;right:24px !important;bottom:36px !important;width:120px !important;height:160px !important;opacity:.18 !important;z-index:0 !important;pointer-events:none !important}.contact-clean-hero>*:not(.contact-leaf-shape){position:relative !important;z-index:2 !important}.contact-main-grid{display:grid !important;grid-template-columns:1fr 1fr !important;gap:28px !important;align-items:stretch !important;margin:0 0 44px !important}.contact-form-card,.contact-map-card{background:#fff !important;border:1px solid #e6eaf0 !important;border-radius:20px !important;box-shadow:0 12px 30px rgba(7,18,51,.06) !important;padding:32px !important}.contact-card-title{text-align:left !important;margin:0 0 28px !important}.contact-card-title h2{font-family:"Baloo 2",cursive !important;font-size:36px !important;line-height:1.05 !important;color:#071233 !important;margin:0 0 10px !important}.contact-card-title p{color:#536071 !important;font-size:17px !important;line-height:1.55 !important;margin:0 !important}.contact-form-modern{display:grid !important;grid-template-columns:1fr 1fr !important;gap:18px 22px !important}.contact-form-modern .form-group:nth-child(3),.contact-form-modern .form-group:nth-child(4){grid-column:1 / -1 !important}.contact-form-modern input,.contact-form-modern textarea{border-radius:9px !important;border:1px solid #d7dde6 !important;padding:14px 16px !important;box-shadow:none !important}.contact-form-modern button{grid-column:1 / -1 !important;width:max-content !important;min-width:178px !important;height:52px !important;border:0 !important}.contact-map-wrapper,.contact-map-wrapper iframe{height:360px !important;min-height:360px !important;border-radius:12px !important}@media(max-width:1150px){.contact-clean-hero{padding:42px 34px 46px !important}.contact-clean-info{width:min(660px,100%) !important;grid-template-columns:1fr !important;gap:16px !important}.contact-clean-item{justify-content:flex-start !important;border-right:0 !important;background:#fff !important;border:1px solid #e6ece2 !important;border-radius:18px !important;padding:18px 24px !important;min-height:auto !important;min-width:0 !important;box-shadow:0 8px 22px rgba(7,18,51,.05) !important}.contact-clean-item:nth-child(3){min-width:0 !important}.contact-leaf-shape{display:none !important}.contact-main-grid{grid-template-columns:1fr !important}}@media(max-width:720px){.contact-clean-hero{padding:34px 20px 38px !important;border-radius:24px !important}.contact-clean-hero h2{font-size:46px !important}.contact-clean-intro{font-size:17px !important;margin-bottom:30px !important}.contact-clean-item{gap:14px !important;padding:16px !important}.contact-clean-item img{width:58px !important;height:58px !important;min-width:58px !important;max-width:58px !important;flex-basis:58px !important}.contact-clean-item small{font-size:15px !important}.contact-clean-item strong{font-size:16px !important;white-space:normal !important}.contact-clean-hero .btn{min-width:0 !important;width:100% !important;height:58px !important;font-size:17px !important}.contact-form-card,.contact-map-card{padding:24px 20px !important}.contact-form-modern{grid-template-columns:1fr !important}.contact-form-modern button{width:100% !important}.contact-map-wrapper,.contact-map-wrapper iframe{height:310px !important;min-height:310px !important}}.contact-clean-hero{display:block !important;position:relative !important;text-align:center !important;background:radial-gradient(circle at 6% 0,rgba(255,189,0,.14) 0 100px,transparent 102px),radial-gradient(circle at 98% 0,rgba(97,185,0,.13) 0 112px,transparent 115px),linear-gradient(135deg,#fbfff6 0,#ffffff 48%,#f7fbf0 100%) !important;border:1px solid #dfead5 !important;border-radius:30px !important;box-shadow:0 16px 40px rgba(7,18,51,.07) !important;padding:44px 54px 46px !important;margin-bottom:42px !important;overflow:hidden !important;min-height:0 !important}.contact-clean-label{display:inline-flex !important;align-items:center !important;justify-content:center !important;gap:8px !important;background:#edf8e4 !important;color:#4fa900 !important;border-radius:999px !important;padding:8px 18px !important;font-size:17px !important;font-weight:900 !important;line-height:1 !important;margin:0 0 14px !important}.contact-clean-hero h2{display:block !important;font-family:"Baloo 2",cursive !important;font-size:66px !important;line-height:.98 !important;color:#071233 !important;letter-spacing:-1px !important;margin:0 0 18px !important;text-align:center !important}.contact-clean-intro{display:block !important;width:100% !important;max-width:760px !important;margin:0 auto 34px !important;text-align:center !important;font-size:21px !important;line-height:1.55 !important;color:#536071 !important;font-weight:600 !important}.contact-clean-info{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:20px !important;width:min(1040px,100%) !important;margin:0 auto 34px !important;align-items:stretch !important}.contact-clean-item{display:grid !important;grid-template-columns:70px 1fr !important;align-items:center !important;gap:16px !important;text-align:left !important;color:#071233 !important;background:#fff !important;border:1px solid #e3eadc !important;border-radius:22px !important;padding:18px 20px !important;min-height:118px !important;box-shadow:0 10px 26px rgba(7,18,51,.055) !important;border-right:1px solid #e3eadc !important}.contact-clean-item:hover{transform:translateY(-2px) !important;box-shadow:0 14px 32px rgba(7,18,51,.08) !important}.contact-clean-item img{display:block !important;width:66px !important;height:66px !important;min-width:66px !important;max-width:66px !important;object-fit:contain !important}.contact-clean-item small{display:block !important;color:#61b900 !important;font-size:15px !important;line-height:1.1 !important;font-weight:900 !important;margin:0 0 6px !important;text-transform:none !important}.contact-clean-item strong{display:block !important;color:#071233 !important;font-size:18px !important;line-height:1.32 !important;font-weight:900 !important;white-space:normal !important;word-break:normal !important;overflow-wrap:normal !important}.contact-clean-item:nth-child(1) strong,.contact-clean-item:nth-child(2) strong{white-space:nowrap !important}.contact-clean-item:nth-child(3) strong{font-size:17px !important;line-height:1.35 !important}.contact-clean-hero .contact-hero-actions{display:flex !important;justify-content:center !important;align-items:center !important;width:100% !important;margin:0 !important}.contact-clean-hero .btn{min-width:250px !important;height:60px !important;padding:0 32px !important;font-size:18px !important;line-height:1 !important;border-radius:999px !important;white-space:nowrap !important;box-shadow:0 14px 28px rgba(80,170,0,.26) !important}.contact-leaf-shape{display:none !important}@media(max-width:1150px){.contact-clean-hero{padding:40px 32px 42px !important}.contact-clean-info{grid-template-columns:1fr !important;max-width:620px !important;gap:16px !important}.contact-clean-item{min-height:auto !important}}@media(max-width:720px){.contact-clean-hero{padding:32px 18px 36px !important;border-radius:24px !important}.contact-clean-label{font-size:15px !important}.contact-clean-hero h2{font-size:44px !important}.contact-clean-intro{font-size:17px !important;margin-bottom:28px !important}.contact-clean-item{grid-template-columns:56px 1fr !important;gap:13px !important;padding:15px !important;border-radius:18px !important}.contact-clean-item img{width:54px !important;height:54px !important;min-width:54px !important;max-width:54px !important}.contact-clean-item strong,.contact-clean-item:nth-child(3) strong{font-size:15.5px !important;white-space:normal !important}.contact-clean-hero .btn{width:100% !important;min-width:0 !important;height:56px !important;font-size:17px !important}}.cwelcc-highlight-card{background:radial-gradient(circle at 20% 18%,rgba(255,189,0,.18) 0 80px,transparent 82px),radial-gradient(circle at 85% 82%,rgba(97,185,0,.18) 0 100px,transparent 102px),linear-gradient(135deg,#f8fff2,#ffffff);display:flex;align-items:center;justify-content:center;min-height:360px}.cwelcc-price-box{width:min(310px,90%);aspect-ratio:1/1;border-radius:50%;background:#fff;border:8px solid #61b900;box-shadow:0 18px 42px rgba(7,18,51,.12);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:28px}.cwelcc-price-box span{font-size:17px;font-weight:900;color:#071233;line-height:1.25}.cwelcc-price-box strong{font-family:"Baloo 2",cursive;font-size:86px;line-height:.9;color:#61b900;margin:8px 0}.cwelcc-price-box small{font-size:16px;font-weight:800;color:#59606d;line-height:1.35}.cwelcc-soft-box{background:#f8fff2;border:1px solid #e3efd8;border-radius:28px;padding:42px;box-shadow:0 12px 30px rgba(7,18,51,.06)}.about-closing-message .btn{margin:26px auto 0;width:max-content}@media(max-width:720px){.cwelcc-price-box strong{font-size:68px}.cwelcc-soft-box{padding:28px 22px}.about-closing-message .btn{width:100%}}.cwelcc-page{background:#fff}.cwelcc-premium-hero{position:relative;overflow:hidden;display:grid;grid-template-columns:1.35fr .65fr;gap:54px;align-items:center;background:radial-gradient(circle at 8% 12%,rgba(255,189,0,.14) 0 100px,transparent 102px),radial-gradient(circle at 96% 88%,rgba(97,185,0,.14) 0 130px,transparent 132px),linear-gradient(135deg,#fbfff6 0,#ffffff 56%,#f5faef 100%);border:1px solid #dfead5;border-radius:34px;box-shadow:0 16px 42px rgba(7,18,51,.07);padding:58px 64px;margin-bottom:34px}.cwelcc-pill{display:inline-flex;align-items:center;background:#edf8e4;color:#4fa900;border-radius:999px;padding:8px 18px;font-weight:900;font-size:15px;margin-bottom:18px}.cwelcc-premium-content h2,.cwelcc-focus-panel h2{font-family:"Baloo 2",cursive;color:#071233;font-size:46px;line-height:1.05;margin:0 0 20px;letter-spacing:-.5px}.cwelcc-premium-content p,.cwelcc-focus-panel p{color:#536071;font-size:18px;line-height:1.65;font-weight:600;margin:0 0 16px}.cwelcc-benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin:0 0 34px}.cwelcc-price-image{display:flex;justify-content:center;align-items:center}@media(max-width:768px){.cwelcc-price-image img{max-width:280px}}.cwelcc-price-image img{width:100%;max-width:380px;height:auto;display:block}.cwelcc-benefit-card{background:#fff;border:1px solid #e6ece2;border-radius:24px;padding:28px 24px;box-shadow:0 12px 30px rgba(7,18,51,.06);text-align:left}.cwelcc-benefit-card span{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#edf8e4;color:#61b900;font-weight:900;font-size:22px;margin-bottom:18px}.cwelcc-benefit-card h3{color:#071233;font-size:20px;line-height:1.2;margin:0 0 10px;font-weight:900}.cwelcc-benefit-card p{color:#59606d;font-size:16px;line-height:1.55;font-weight:600;margin:0}.cwelcc-focus-panel{background:#f8fff2;border:1px solid #dfead5;border-left:7px solid #61b900;border-radius:28px;padding:44px 48px;box-shadow:0 12px 30px rgba(7,18,51,.06);margin-bottom:34px}.cwelcc-focus-panel h2{font-size:40px}.cwelcc-closing{text-align:center}.cwelcc-closing .btn{margin:26px auto 0;width:max-content}@media(max-width:1100px){.cwelcc-premium-hero{grid-template-columns:1fr;text-align:center;padding:48px 34px}.cwelcc-benefit-grid{grid-template-columns:repeat(2,1fr)}.cwelcc-price-card{width:260px;height:260px}.cwelcc-price-card strong{font-size:70px}}@media(max-width:720px){.cwelcc-premium-hero{padding:36px 22px;border-radius:26px}.cwelcc-premium-content h2,.cwelcc-focus-panel h2{font-size:34px}.cwelcc-premium-content p,.cwelcc-focus-panel p{font-size:16px}.cwelcc-benefit-grid{grid-template-columns:1fr}.cwelcc-focus-panel{padding:32px 24px;border-radius:24px}.cwelcc-closing .btn{width:100%}}.waitlist-page{background:linear-gradient(180deg,#fff 0,#fbfff7 100%)}.waitlist-intro-card{background:radial-gradient(circle at 6% 14%,rgba(255,189,0,.14) 0 90px,transparent 92px),radial-gradient(circle at 96% 80%,rgba(97,185,0,.13) 0 120px,transparent 122px),linear-gradient(135deg,#fbfff6 0,#fff 55%,#f5faef 100%);border:1px solid #dfead5;border-radius:30px;padding:42px 48px;box-shadow:0 16px 40px rgba(7,18,51,.07);margin-bottom:34px}.waitlist-pill{display:inline-flex;background:#edf8e4;color:#4fa900;border-radius:999px;padding:8px 18px;font-size:15px;font-weight:900;margin-bottom:16px}.waitlist-intro-card h2{font-family:"Baloo 2",cursive;font-size:46px;line-height:1.05;color:#071233;margin:0 0 14px}.waitlist-intro-card p{max-width:760px;color:#536071;font-size:18px;line-height:1.6;font-weight:600;margin:0}.waitlist-form-modern{max-width:1120px;margin:0 auto}.waitlist-form-section{background:#fff;border:1px solid #e4ebdd;border-radius:26px;padding:34px;margin-bottom:24px;box-shadow:0 12px 30px rgba(7,18,51,.055)}.waitlist-section-heading{display:flex;gap:18px;align-items:flex-start;margin-bottom:26px}.waitlist-section-heading span{width:44px;height:44px;border-radius:50%;background:#61b900;color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:900;flex:0 0 44px;box-shadow:0 10px 22px rgba(80,170,0,.22)}.waitlist-section-heading h3{font-family:"Baloo 2",cursive;color:#071233;font-size:30px;line-height:1.05;margin:0 0 6px}.waitlist-section-heading p{color:#59606d;font-size:16px;line-height:1.5;font-weight:600;margin:0}.waitlist-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 22px}.waitlist-field{display:flex;flex-direction:column;gap:8px}.waitlist-field.wide{grid-column:1 / -1}.waitlist-field label{color:#071233;font-size:15px;font-weight:900}.waitlist-field label b{color:#61b900}.waitlist-field input,.waitlist-field select,.waitlist-field textarea{width:100%;border:1px solid #d9e5d2;background:#fbfff7;border-radius:14px;padding:15px 17px;font:700 16px "Nunito",Arial,sans-serif;color:#071233;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.waitlist-field textarea{resize:vertical;min-height:130px}.waitlist-field input:focus,.waitlist-field select:focus,.waitlist-field textarea:focus{border-color:#61b900;background:#fff;box-shadow:0 0 0 4px rgba(97,185,0,.12)}.waitlist-consent{display:flex;gap:12px;align-items:flex-start;margin-top:24px;background:#f8fff2;border:1px solid #dfead5;border-radius:18px;padding:18px 20px;color:#3f4858;font-size:16px;line-height:1.5;font-weight:700}.waitlist-consent input{margin-top:5px;width:18px;height:18px;accent-color:#61b900;flex:0 0 18px}.waitlist-submit-area{display:flex;justify-content:center;padding:10px 0 0}.waitlist-submit-area .btn{border:0;min-width:230px;cursor:pointer}.waitlist-success,.waitlist-error{max-width:900px;margin:0 auto;text-align:center;border-radius:26px;padding:44px 36px}.waitlist-success{background:#f8fff2;border:1px solid #dfead5;box-shadow:0 12px 30px rgba(7,18,51,.06)}.success-icon{width:62px;height:62px;border-radius:50%;background:#61b900;color:#fff;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:900;margin:0 auto 18px}.waitlist-success h2{font-family:"Baloo 2",cursive;font-size:42px;color:#071233;margin:0 0 12px}.waitlist-success p{color:#536071;font-size:18px;line-height:1.6;font-weight:600;max-width:680px;margin:0 auto 24px}.waitlist-success .btn{width:max-content;margin:0 auto}.waitlist-error{background:#fff5f5;border:1px solid #ffd5d5;color:#9b1c1c;font-weight:800;margin-bottom:24px;padding:20px 24px}@media(max-width:768px){.waitlist-intro-card{padding:32px 22px;border-radius:24px}.waitlist-intro-card h2{font-size:34px}.waitlist-form-section{padding:26px 20px;border-radius:22px}.waitlist-grid{grid-template-columns:1fr}.waitlist-field.wide{grid-column:auto}.waitlist-section-heading h3{font-size:26px}.waitlist-submit-area .btn,.waitlist-success .btn{width:100%}}.date-field{position:relative;width:100%}.date-field input{width:100%;padding-right:52px !important}.calendar-icon{position:absolute;right:18px;top:50%;transform:translateY(-50%);font-size:20px;line-height:1;color:#61b900;pointer-events:none}.date-field,.date-field input{cursor:default}.waitlist-validation-message{background:#fff5f5;border:1px solid #f0b4b4;color:#b42318;border-radius:16px;padding:16px 18px;margin:0 0 22px;font-weight:800;box-shadow:0 8px 22px rgba(220,38,38,.08)}.waitlist-field.field-has-error label,.field-label-error{color:#dc2626 !important}.waitlist-form-modern input.field-error,.waitlist-form-modern select.field-error,.waitlist-form-modern textarea.field-error,.date-field.field-error-wrap input{border:2px solid #dc2626 !important;background:#fef2f2 !important;box-shadow:0 0 0 4px rgba(220,38,38,.12) !important}.field-error-message{color:#dc2626;font-size:14px;font-weight:800;margin-top:7px;line-height:1.35}.waitlist-consent.field-has-error{border:2px solid #dc2626 !important;background:#fef2f2 !important;box-shadow:0 0 0 4px rgba(220,38,38,.12) !important;border-radius:14px;padding:14px}.waitlist-consent.field-has-error span{color:#dc2626 !important;font-weight:800}.calendar-icon{cursor:default !important;pointer-events:none}