.about-section{position:relative;background-image:url(https://plus.unsplash.com/premium_photo-1661963899181-3adc0a644f7b);background-size:cover;background-position:50%;background-blend-mode:overlay;padding:4rem 0;color:white;display:flex;align-items:center;scroll-margin-top:5rem}.about-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--primary-lightblue);opacity:1}.about-section>*{position:relative;z-index:2}.about-container{width:100%;max-width:1440px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.about-content{max-width:600px}.about-title{font-family:var(--font-philosopher);font-size:2.5rem;display:flex;align-items:flex-end;gap:.25rem;margin-bottom:.75rem}.about-acronym{display:inline-flex;background:var(--primary-green);padding:.75rem 1.5rem;border-radius:2rem;font-size:1.125rem;margin-bottom:1rem}.about-description{margin-bottom:2rem}.about-development-title{font-family:var(--font-philosopher);font-size:2rem;margin-bottom:2rem}.about-card-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.about-slide-controls{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}.about-slide-dot{width:8px;height:8px;background-color:rgba(255,255,255,.5);border-radius:50%;cursor:pointer;transition:all .3s ease}.about-slide-dot--active{background-color:#4CAF50;width:24px;border-radius:4px}.about-card{background:#fff;color:black;backdrop-filter:blur(10px);border-radius:1rem;padding:1rem;position:relative}.about-card-icon{color:var(--primary-green);margin-bottom:.8rem}.about-card-text{line-height:1.5;opacity:.9}.about-form-container{background:var(--primary-blue);border-radius:2rem;border:.12rem solid white;padding:3rem}.about-form-title{font-family:var(--font-philosopher);font-size:3rem;font-weight:700;margin-bottom:2.5rem;line-height:1.2}.about-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.about-form-field{display:flex;flex-direction:column;gap:.5rem}.about-form-field label{font-size:1rem}.about-form-field input,.about-form-field select,.about-form-field textarea{background:white;border:none;font-family:var(--font-montserrat);border-radius:.5rem;padding:.75rem 1rem;width:100%;color:var(--text-color)}.about-form-field--full-width{grid-column:1/-1}.about-submit-div{width:100%;display:flex;justify-content:center}.about-submit-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem .8rem;background-color:var(--primary-orange);border-radius:9999px;border:1px solid #062c5b;color:#062C5B;font-weight:700;transition:all .2s ease;white-space:nowrap}.about-arrow-icon{width:1.25rem;height:1.25rem;stroke-width:2;transform:rotate(-35deg)}.about-submit-button:hover{opacity:1}@media (max-width:1024px){.about-container{grid-template-columns:1fr;gap:3rem}.about-content{max-width:100%}.about-acronym{font-size:1rem}.about-description{font-size:1.125rem}.about-development-title{font-size:1.75rem;text-align:center}.about-card-grid{display:block;position:relative;height:130px;overflow:hidden}.about-card{position:absolute;width:100%;opacity:0;transform:translateX(100%);transition:all .5s ease}.about-card--active{opacity:1;transform:translateX(0);border-color:#4CAF50}.about-card--prev{transform:translateX(-100%);opacity:0}.about-card--next{transform:translateX(100%);opacity:0}.about-form-container{padding:2rem}.about-form-title{font-size:2.5rem}.about-form-grid{grid-template-columns:1fr}.about-submit-div{flex-direction:column;align-items:center}.about-submit-button{width:100%;margin-right:0;margin-bottom:1rem}}@media (max-width:768px){.about-section{padding:4rem 0}.about-container{padding:0 1rem}.about-title{font-size:1.75rem;justify-content:center;text-align:center}.about-acronym{padding:.5rem 1rem}.about-description{font-size:14px;text-align:center}.about-development-title{font-size:1.5rem}.about-card-grid{gap:1rem}.about-card-text{font-size:1rem}.about-form-container{padding:1.5rem}.about-form-title{font-size:2.5rem}.about-form-field input,.about-form-field select,.about-form-field textarea{padding:.5rem .75rem}}.error-message{color:#dc2626;font-size:.875rem;margin-top:.25rem;display:block}.date-picker-input{background:white;border:none;font-family:var(--font-montserrat);border-radius:.5rem;padding:.75rem 1rem;width:100%;color:var(--text-color);cursor:pointer}.react-datepicker{font-family:var(--font-montserrat);border:1px solid var(--primary-blue);border-radius:.5rem}.react-datepicker__header{background-color:var(--primary-blue);border-bottom:none;border-top-left-radius:.5rem;border-top-right-radius:.5rem;padding-top:.8rem}.react-datepicker__current-month{color:white;font-weight:600}.react-datepicker__day-name{color:white}.react-datepicker__day--disabled{color:#ccc;cursor:not-allowed}.react-datepicker__day--selected{background-color:#4CAF50!important;color:white}.react-datepicker__day:hover{background-color:#4CAF50;color:white}.custom-alert-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.custom-alert{background-color:white;border-radius:1rem;padding:2rem;width:90%;max-width:500px;position:relative;box-shadow:0 4px 6px rgba(0,0,0,.1)}.custom-alert-close{position:absolute;top:1rem;right:1rem;background:none;border:none;cursor:pointer;color:var(--text-color);padding:.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.custom-alert-close:hover{background-color:rgba(0,0,0,.05)}.custom-alert-content{text-align:center}.custom-alert-content h3{font-size:1.5rem;font-weight:600}.custom-alert-content h3,.message-primary{margin-bottom:1rem;color:var(--text-color)}.message-primary{font-size:1.125rem}.message-secondary{font-size:1rem;color:var(--text-color);margin-bottom:2rem}.custom-alert-buttons{display:flex;justify-content:center;gap:1rem}.custom-alert-button{background-color:var(--primary-blue);color:white;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}.custom-alert-button:hover{background-color:var(--primary-blue-dark)}.credentials-section{padding:6rem 0;background-color:white;position:relative;overflow:hidden}.credentials-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.credentials-content{display:flex;flex-direction:column;gap:1.5rem}.credentials-title{font-size:2.5rem;font-weight:600;color:black;font-family:var(--font-philosopher);line-height:1.2}.credentials-description{font-size:1.25rem;color:#333;line-height:1.6}.credentials-detail{font-size:1.1rem;color:#666;line-height:1.6}.credentials-image{position:relative;display:flex;justify-content:center;align-items:center;cursor:pointer}.certificate-img{max-width:100%;height:auto;border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.15);transition:transform .3s ease}.certificate-img:hover{transform:translateY(-8px)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:center;z-index:1000;cursor:pointer}.modal-content{position:relative;max-width:90vw;max-height:90vh}.modal-image{width:auto;height:auto;max-width:100%;max-height:90vh;object-fit:contain}.modal-close{position:absolute;top:-40px;right:0;color:white;font-size:2rem;cursor:pointer;background:none;border:none;padding:.5rem}@media (max-width:968px){.credentials-container{grid-template-columns:1fr;text-align:center;gap:3rem}.credentials-title{font-size:2rem}.credentials-description{font-size:1.1rem}.credentials-detail{font-size:1rem}.credentials-image{order:-1}}@media (max-width:480px){.credentials-section{padding:4rem 0}.credentials-title{font-size:1.75rem}}.enroll-section{background:#ffffff;padding:0 0 6rem}.enroll-container{width:100%;max-width:1440px;margin:0 auto;padding:0 2rem;text-align:center}.enroll-title{font-family:var(--font-philosopher);font-size:2.5rem;font-weight:700;margin-bottom:3rem}.enroll-semicircle{position:relative;width:100%;max-width:900px;height:450px;margin:0 auto;background:#ffa726;border-radius:900px 900px 0 0;flex-direction:column;padding-top:3rem;overflow:hidden}.enroll-number,.enroll-semicircle{display:flex;align-items:center;justify-content:center}.enroll-number{position:absolute;top:-1rem;left:50%;transform:translateX(-50%);width:4rem;height:4rem;background:var(--primary-blue);border-radius:50%;color:white;font-size:2rem;font-weight:700;font-family:var(--font-philosopher);opacity:0}#inner-orbit{width:150px;height:150px;top:50%;left:50%;transform:translate(-50%,-50%);animation:orbit 10s linear infinite}.circle-1{top:50%;left:0;transform:rotate(265deg)}.circle-2{top:90%;left:30%;transform:rotate(200deg)}.circle-3{top:50%;left:93%}.circle-4{top:0}.circle-1 .enroll-number{animation:counterRotate 10s linear infinite,fadeIn .5s ease-out forwards}.circle-2 .enroll-number{animation:counterRotate 10s linear infinite,fadeIn .5s ease-out 3s forwards}.circle-3 .enroll-number{animation:counterRotate 10s linear infinite,fadeIn .5s ease-out 6s forwards}.circle-4 .enroll-number{animation:counterRotate 10s linear infinite,fadeIn .5s ease-out 9s forwards}@keyframes orbit{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}@keyframes counterRotate{0%{transform:translateX(-50%) rotate(0deg)}to{transform:translateX(-50%) rotate(-1turn)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.enroll-main-text{color:white;font-family:var(--font-philosopher);font-size:2.5rem;font-weight:700;max-width:600px;margin-top:2rem;line-height:1.2}.enroll-main-text,.enroll-sub-text{text-align:center;position:relative;z-index:1}.enroll-sub-text{color:rgba(255,255,255,.9);font-size:1.25rem;margin-top:1rem;max-width:500px;line-height:1.4}.enroll-sparkle{position:absolute;top:2rem;right:4rem;color:white;opacity:.6;width:2rem;height:2rem}.enroll-semicircle:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(255,167,38,0),rgba(255,167,38,.1));pointer-events:none}#inner-orbit{top:0;left:0;width:900px;height:900px;animation:spin-right 30s linear infinite}#inner-orbit,.inner-orbit-circles{position:absolute;border-radius:100%;display:flex;justify-content:center;align-items:center}.inner-orbit-circles{width:60px;height:60px;color:#fff;background-color:var(--primary-blue);font-weight:700}.inner-orbit-circles span{position:absolute;top:0;left:0}@keyframes spin-right{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.enroll-section{padding:2rem 0}.enroll-title{font-size:2rem;margin-bottom:0}.enroll-container{padding:0}}.outer-wrapper{height:400px;overflow:hidden;position:relative;background:white;width:100%}.wrapper{position:absolute;width:1000px;height:1000px;top:7%;left:50%;transform:translateX(-50%);aspect-ratio:1/1}.circle-container{width:100%;height:100%;transition:transform .5s ease-in-out;background:var(--primary-orange)}.circle-container,.point{position:absolute;border-radius:50%}.point{width:100px;height:100px;background:var(--primary-blue);display:flex;justify-content:center;align-items:center;color:white;font-weight:700;font-family:sans-serif;font-size:2rem}.p1{top:-2.5%;left:50%;transform:translateX(-50%)}.p2{top:50%;right:-2.5%;transform:translateY(-50%)}.p3{bottom:-2.5%;left:50%;transform:translateX(-50%)}.p4{top:50%;left:-2.5%;transform:translateY(-50%)}.center-labels h2{font-size:1.5rem;font-weight:700}.center-labels{position:absolute;left:50%;transform:translate(-50%,-50%);text-align:center;pointer-events:none;z-index:10;width:50%;height:300px;bottom:45%}.label{position:absolute;width:100%;color:white;transition:opacity .4s ease-in-out;opacity:0}.label.active{opacity:1;font-size:3rem;top:10%;line-height:normal}.center-labels:after{content:"";background-image:url("data:image/svg+xml,%3Csvg width='32' height='23' viewBox='0 0 32 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.42009' y1='0.572132' x2='6.4297' y2='15.2998' stroke='%230A4B9B' stroke-width='3'/%3E%3Cline x1='18.2725' y1='1.45062' x2='13.5991' y2='16.2884' stroke='%230A4B9B' stroke-width='3'/%3E%3Cline x1='30.7218' y1='12.9418' x2='17.5816' y2='21.2686' stroke='%230A4B9B' stroke-width='3'/%3E%3C/svg%3E");width:50px;height:50px;display:inline-block;position:absolute;top:-5%;right:0;background-position:50%;background-repeat:no-repeat;background-size:contain;rotate:20deg}.label.next{opacity:.5;top:60%;font-size:2rem;line-height:normal}@media (max-width:768px){.outer-wrapper{height:220px}.wrapper{width:100vw;height:100vw;top:17%}.point{width:60px;height:60px;font-size:1rem}.center-labels{height:100px;width:80%;bottom:40%}.label.active{font-size:20px}.label.next{font-size:1rem}.p1{top:-5%;left:50%;transform:translateX(-50%)}.p2{top:50%;right:-5%;transform:translateY(-50%)}.p3{bottom:-5%;left:50%;transform:translateX(-50%)}.p4{top:50%;left:-5%;transform:translateY(-50%)}.center-labels h2{font-size:1rem;line-height:normal}.center-labels:after{display:none}}.faq-section{padding-top:4rem;position:relative;overflow:hidden;background:white}.faq-container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.faq-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;font-weight:600;font-family:var(--font-philosopher)}.faq-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.faq-item{background:white;border-radius:8px;padding:1.5rem;cursor:pointer;border:1px solid #ccc;transition:all .3s ease}.faq-item:hover{box-shadow:0 4px 8px rgba(0,0,0,.1);transform:translateY(-2px)}.faq-question{display:flex;justify-content:space-between;align-items:center;width:100%;background:none;border:none;padding:0;text-align:left;font-size:1.1rem;font-weight:600;color:#333;cursor:pointer}.faq-icon{font-size:1.5rem;transition:transform .3s ease;min-width:24px;text-align:center;color:var(--primary-blue)}.faq-item.expanded .faq-icon{transform:rotate(180deg)}.faq-answer{margin-top:1rem;padding-top:1rem;border-top:1px solid #ccc;line-height:1.6;color:#666}.faq-answer p{margin:.5rem 0}.faq-answer p:first-child{margin-top:0}.faq-answer p:last-child{margin-bottom:0}.faq-view-all{text-align:center;margin-top:2rem}.faq-view-all-link{display:inline-block;padding:.75rem 2rem;background-color:var(--primary-blue);color:white;text-decoration:none;border-radius:4px;font-weight:500;transition:all .3s ease}.faq-view-all-link:hover{background-color:var(--primary-dark-blue);transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.show-more-btn{display:block;margin:2rem auto;padding:.75rem 1.5rem;background-color:var(--primary-blue);color:white;border:none;border-radius:999px;font-size:1rem;font-weight:500;cursor:pointer}@media (max-width:768px){.faq-section{padding:3rem 0}.faq-title{font-size:2rem;margin-bottom:2rem}.faq-item{padding:1rem}.faq-question{font-size:1rem}.show-more-btn{padding:.5rem 1.5rem;font-size:.9rem}}.features-section{background:#ffffff;padding:1rem 0 6rem;overflow:hidden}.features-container{width:100%;max-width:1440px;margin:0 auto;padding:0 2rem;box-sizing:border-box}.features-grid{position:relative;overflow:hidden;user-select:none;cursor:grab;touch-action:pan-y pinch-zoom}.features-grid:active{cursor:grabbing}.features-card{background:#ffffff;border-radius:1.5rem;padding:2.5rem;position:relative;overflow:hidden;height:100%;display:flex;flex-direction:column;justify-content:space-between;transition:all .6s cubic-bezier(.4,0,.2,1);will-change:transform,opacity;backface-visibility:hidden;transform-style:preserve-3d}.features-card-large{min-height:280px}.features-card-small{min-height:240px}.features-card-green{background:var(--primary-green);color:white}.features-card-blue{background:var(--primary-lightblue);color:white}.features-card-orange{background:var(--primary-orange);color:var(--primary-blue)}.features-card-title{font-family:var(--font-philosopher);font-size:2rem;font-weight:700;margin-bottom:1rem;line-height:1.2;position:relative;z-index:1}.features-card-text{font-size:1.25rem;line-height:normal;opacity:.9;position:relative;z-index:1;max-width:80%}.features-decorative-icon{position:absolute;bottom:1.5rem;right:1.5rem;width:6rem;height:6rem}.features-title{font-family:var(--font-philosopher);font-size:2.5rem;font-weight:700;text-align:center;line-height:normal;display:flex;gap:.75rem;align-items:center;justify-content:center;flex-wrap:wrap}.features-logo{display:inline;padding:0;width:auto;height:75px}@media (max-width:1024px){.features-section{padding-bottom:0}.features-container{padding:0 1rem;min-width:100%;max-width:100vw}.features-grid{grid-template-columns:1fr;position:relative;overflow:hidden;height:300px;margin-bottom:3rem;width:100%;cursor:grab}.features-grid.grabbing{cursor:grabbing}.features-card{position:absolute;top:0;left:0;right:0;width:100%;height:100%;opacity:0;transform:translateX(100%) scale(.95);transition:transform .6s cubic-bezier(.4,0,.2,1),opacity .6s cubic-bezier(.4,0,.2,1);min-height:400px;box-sizing:border-box;margin:0;padding:2rem;pointer-events:none;will-change:transform,opacity;backface-visibility:hidden;transform-style:preserve-3d}.features-card.active{opacity:1;transform:translateX(0) scale(1);pointer-events:auto;transition-delay:.1s}.features-card.prev{transform:translateX(-100%) scale(.95);opacity:0;transition-delay:0s}.features-card.next{transform:translateX(100%) scale(.95);opacity:0;transition-delay:0s}.features-card .features-card-text,.features-card .features-card-title,.features-card .features-decorative-icon{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}.features-card.active .features-card-title{opacity:1;transform:translateY(0);transition-delay:.3s}.features-card.active .features-card-text{opacity:1;transform:translateY(0);transition-delay:.4s}.features-card.active .features-decorative-icon{opacity:1;transform:translateY(0);transition-delay:.5s}@keyframes fadeSlide{0%{opacity:0;transform:translateX(50px) scale(.95)}to{opacity:1;transform:translateX(0) scale(1)}}@keyframes fadeOut{0%{opacity:1;transform:translateX(0) scale(1)}to{opacity:0;transform:translateX(-50px) scale(.95)}}.features-slide-controls{display:flex;justify-content:center;gap:1rem;margin-top:2rem;width:100%}.features-slide-dot{width:8px;height:8px;background-color:rgba(0,174,126,.2);border-radius:50%;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid var(--primary-green);transform:scale(1)}.features-slide-dot:hover{transform:scale(1.2)}.features-slide-dot.active{background-color:var(--primary-green);width:24px;border-radius:4px;transform:scale(1.1)}}@media (min-width:1025px){.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1rem}.features-bottom-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}}@media (max-width:768px){.features-container{max-width:100vw;padding:0 .5rem}.features-title{font-size:2rem}.features-logo{height:70px}.features-grid{height:300px}.features-card{min-height:300px;padding:1.5rem}.features-decorative-icon{width:6rem;height:6rem}}.hero{position:relative;width:100%;background-color:white;overflow:hidden;border-radius:0 0 90px 90px;z-index:1;height:786px;max-height:925px}.hero-mobile-logos,.hero-mobile-logos-container{display:none}.hero-background-circle{position:absolute;right:0;top:0;width:600px;height:600px;background-color:var(--primary-orange);border-radius:50%;transform:translate(25%,-25%)}.hero-container{max-width:1440px;margin:0 auto;padding:0 6rem;position:relative}@media (max-width:768px){.hero-container{margin-top:50px}}.hero-content{position:relative;z-index:10}.hero-program-label{display:flex;justify-content:center;margin-bottom:1rem}.hero-label-container{padding-top:1rem}.hero-label-text{color:var(--primary-green);font-weight:600;border-bottom:2px solid;padding-bottom:.5rem;display:flex;align-items:center;justify-content:center;gap:1rem}.hero-heading-section{position:relative}.hero-main-heading{color:var(--text-color);font-size:60px;font-weight:700;text-align:center;line-height:normal}.hero-main-grid{display:grid;grid-template-columns:.8fr 1.4fr .8fr;gap:2rem;justify-items:center;position:relative}.hero-left-content{display:flex;flex-direction:column;gap:1.5rem;padding-right:2rem}.hero-quote-symbol{display:absolute;top:0;right:0;width:24px;height:24px}.hero-quote-section{display:flex;flex-direction:column}.hero-quote-text{color:#303030;font-weight:500;letter-spacing:.01em}.hero-stats{gap:2rem}.hero-stat-item,.hero-stats{display:flex;flex-direction:column}.hero-stat-item{gap:.375rem}.hero-stat-number{color:var(--primary-green);font-size:48px;font-weight:700;font-family:Philosopher}.hero-stat-label{color:#303030}.hero-image-section{position:relative;height:700px;width:100%}.hero-image-background{position:absolute;width:652px;height:631px;background-color:#ff9d00;border-radius:50%;top:60%;left:50%;transform:translate(-50%,-50%);z-index:1;will-change:transform;contain:layout paint style}.hero-image-container{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;contain:layout style paint;content-visibility:auto}.hero-main-image{object-fit:contain;object-position:center 20%;will-change:transform;transform:translateZ(0);backface-visibility:hidden;position:relative;margin-top:20px}.hero-image-container:after{content:"";position:absolute;top:10%;right:20%;width:3rem;height:3rem;background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2253%22%20height%3D%2256%22%20viewBox%3D%220%200%2053%2056%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cline%20x1%3D%2249.8099%22%20y1%3D%2253.4927%22%20x2%3D%2214.0827%22%20y2%3D%2250.7614%22%20stroke%3D%22%2300AE7E%22%20stroke-width%3D%225%22/%3E%0A%3Cline%20x1%3D%2212.4258%22%20y1%3D%220.606298%22%20x2%3D%223.42891%22%20y2%3D%2236.5964%22%20stroke%3D%22%2300AE7E%22%20stroke-width%3D%225%22/%3E%0A%3Cline%20y1%3D%22-2.5%22%20x2%3D%2232.9376%22%20y2%3D%22-2.5%22%20transform%3D%22matrix(-0.821698%200.569923%20-0.541873%20-0.84046%2034.5674%2021.4179)%22%20stroke%3D%22%2300AE7E%22%20stroke-width%3D%225%22/%3E%0A%3C/svg%3E");background-size:contain;background-repeat:no-repeat;pointer-events:none;z-index:2}.hero-right-content{display:flex;flex-direction:column;padding-left:2rem}.hero-description{max-width:360px}.hero-description-text{color:#303030}.hero-highlight{font-weight:600;letter-spacing:.02em;border-bottom:2px solid var(--primary-green)}.hero-logos{display:flex;flex-direction:row;gap:2rem;margin-top:1rem}.hero-logos img{width:100px;height:100px}.hero-button{position:absolute;left:50%;bottom:22rem;transform:translateX(-50%);display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:.875rem 1.5rem;min-height:44px;min-width:44px;border:1px solid white;border-radius:9999px;color:#fff;font-weight:600;font-size:1rem;box-shadow:0 4px 12px #00ae7e33;transition:all .2s;white-space:nowrap;z-index:2}.hero-button,.hero-button:hover{background-color:var(--primary-green)}.hero-button:hover{transform:translateX(-50%) translateY(-3px);box-shadow:0 8px 20px rgba(0,174,126,.3)}.hero-arrow-icon{width:1.375rem;height:1.375rem;min-width:24px;min-height:24px;stroke-width:2.5}.hero-curved-arrow{position:absolute;top:35%;aspect-ratio:96/114;width:5rem;height:auto;z-index:3;stroke:#fff;stroke-width:3.5px;left:10%;filter:drop-shadow(0 2px 4px rgba(255,255,255,.2))}@media (max-width:1024px){.hero-container{padding-left:2rem;padding-right:2rem}}@media (max-width:768px){.hero{min-height:100vh;height:100vh;max-height:100vh;border-radius:0 0 30px 30px}.hero-container{padding:0 1rem}.hero-image-background{width:550px;height:550px;top:110%;left:50%;transform:translate(-50%,-50%)}.hero-mobile-logos-container{display:flex;justify-content:center;align-items:center;gap:1rem;flex-direction:column}.hero-mobile-logos{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.hero-mobile-logos img{width:auto;height:50px}.hero-main-grid{display:flex;flex-direction:column-reverse}.hero-left-content{display:flex;flex-direction:column;align-items:center;padding-right:0}.hero-right-content{display:none}.hero-program-label{font-size:1rem}.hero-label-container{padding:.5rem 1rem;border-radius:20px;font-size:12px}.hero-main-heading{font-size:2rem;margin-bottom:1rem}.hero-star-icon{display:none}.hero-image-section{height:400px}.hero-curved-arrow{width:4rem;height:auto;aspect-ratio:96/114;top:50%;left:0}.hero-logos{flex-direction:column}.hero-description{max-width:100%}.hero-description-text{font-size:1rem}.hero-stats{flex-direction:column}.hero-stat-item{flex-direction:row}.hero-stat-number{font-size:2rem}.hero-stat-label{font-size:1rem}.hero-image-section{height:300px}.hero-button{font-size:.875rem;top:65%}.hero-logos img{width:80px;height:80px}.hero-main-image{max-width:100%;height:auto;width:268px}.hero-image-container{width:100%;height:auto;margin-top:-2rem}}.impact-section{background:#ffffff;padding:4rem 0 6rem;border-radius:0 0 4rem 4rem;max-width:100vw}.impact-container{width:100%;max-width:1440px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem}.impact-image-container{position:relative;width:100%;height:auto;border-radius:1.5rem;overflow:hidden}.impact-image{object-fit:cover}.impact-content{padding-right:2rem}.impact-title{font-family:var(--font-philosopher);font-size:2.5rem;font-weight:700;margin-bottom:2rem;color:var(--text-color);line-height:normal}.impact-list{display:flex;flex-direction:column;gap:1rem}.impact-item{display:flex;align-items:center;gap:1rem}.impact-icon{color:var(--primary-green);fill:var(--primary-green);width:1.2rem;height:1.2rem}.impact-text{color:var(--text-color)}.impact-highlight{font-weight:600}.impact-submit-div{min-width:100%;margin:0 auto}.impact-submit-button{display:inline-flex;position:relative;align-items:center;justify-content:center;gap:.5rem;padding:.625rem .8rem;background-color:var(--primary-orange);border-radius:9999px;border:1px solid white;color:white;font-family:var(--font-montserrat),sans-serif;font-weight:700;font-size:1rem;line-height:1.219;transition:all .2s ease;white-space:nowrap;height:56px;max-height:2.8rem;min-width:60%;opacity:.8;margin:1rem auto}.impact-submit-button:hover{opacity:1}.impact-arrow-icon{width:1.25rem;height:1.25rem;stroke-width:2;transform:rotate(-35deg)}@media (max-width:748px){.impact-section{border-radius:0 0 30px 30px}.impact-container{grid-template-columns:1fr;gap:2rem}.impact-image-container{width:100%;height:100%;margin:0 auto}.impact-content{padding-right:0}.impact-title{font-size:24px;line-height:normal;margin:0 auto}.impact-list{margin:0 auto;gap:1rem}.impact-text{font-size:14px;margin:0;padding:0}.impact-submit-div{width:100%;min-width:100%}.impact-submit-button{display:flex;margin:1rem auto;transform:none}}.modules-section{padding:6rem 0 0;background:#ffffff;margin-top:-4rem;border-radius:90px 90px 0 0}.modules-container{width:100%;max-width:1024px;margin:0 auto;padding:0 2rem}.modules-header{text-align:center;margin-bottom:3rem}.modules-title{font-family:var(--font-philosopher);font-size:2.5rem;line-height:normal;color:var(--text-color);margin-bottom:1rem}.modules-description{margin:0 auto;color:var(--text-color)}.modules-list{display:flex;flex-direction:column;gap:1rem;border:1px solid #d9d9d9;width:100%;padding:1rem;border-radius:1rem}.module-item{border-bottom:1px solid #d9d9d9}.module-header{gap:1.5rem;background:none;min-height:44px;transition:background-color .2s ease}.module-header:hover{background-color:rgba(255,255,255,.05)}.module-image-wrapper{position:relative;width:150px;height:100px;min-width:44px;min-height:44px;border-radius:12px;overflow:hidden;flex-shrink:0}.module-info{flex:1}.module-title{font-family:var(--font-philosopher);font-size:1.25rem;font-weight:600;color:var(--text-color);margin-bottom:.5rem;display:flex;align-items:center;justify-content:space-between;width:100%}.module-topics{font-size:.875rem;color:var(--primary-blue)}.module-chevron{min-width:24px;min-height:24px;transition:transform .3s ease}.module-item--expanded .module-chevron{transform:rotate(180deg)}.module-content{transition:max-height .3s ease-out}.module-item--expanded .module-content{max-height:100%}.module-content-section{margin-bottom:2rem}.module-content-title{font-weight:600}.module-content-text,.module-content-title{color:var(--text-color);margin-bottom:.5rem}.module-skills-list{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem}.module-skill-tag{background:white;padding:.5rem 1rem;border-radius:2rem;font-size:.875rem}.module-target-audience{color:#4caf50;font-size:.875rem;margin-top:.5rem}.section-title{font-size:24px;font-weight:700;text-align:center;color:#333;margin-bottom:20px}.module-card{border:1px solid #ddd;border-radius:8px;margin-bottom:10px;overflow:hidden;transition:all .3s ease-in-out}.module-header{justify-content:space-between;width:100%;padding:1rem;border:none;font-size:16px;cursor:pointer;transition:background .2s ease-in-out;border-radius:1rem}.module-header,.module-info{display:flex;align-items:center}.module-info{gap:12px}.module-image{width:50px;height:50px;border-radius:5px;object-fit:cover}.module-duration{background-color:#F3F3F3;padding:.5rem 1rem;border-radius:10px;width:fit-content;color:var(--primary-green)}.module-content{padding:0 15px;max-height:0;overflow:hidden;transition:max-height .3s ease-in-out,padding .3s ease-in-out}.module-content.show{max-height:500px;padding:15px}.module-detail{display:flex;align-items:start;gap:10px;margin-bottom:10px}.module-content-inner{padding-left:2rem}.module-content-inner h3{font-family:var(--font-montserrat);font-size:1.25rem}.module-content-inner li{list-style-type:none;position:relative;color:var(--text-color)}.module-content-inner li:before{content:"";display:inline-block;width:1.5rem;height:1.5rem;position:absolute;left:-2rem;background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2238%22%20height%3D%2238%22%20viewBox%3D%220%200%2038%2038%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M27%2014L16%2025L11%2020%22%20stroke%3D%22%2300AE7E%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2219%22%20r%3D%2217.5%22%20stroke%3D%22%2300AE7E%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E);background-size:contain;background-repeat:no-repeat;background-color:#fff;z-index:1}.module-content-inner li:after{content:"";top:0;position:absolute;width:0;height:100%;left:-20px;border:1px dashed var(--primary-green)}.module-content-inner li:last-child:before{content:"";display:inline-block;width:1.5rem;height:1.5rem;position:absolute;left:-2rem;background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%226.5%22%20cy%3D%226.5%22%20r%3D%226.5%22%20fill%3D%22%23D9D9D9%22%2F%3E%3C%2Fsvg%3E);background-size:contain;background-repeat:no-repeat;background-color:#fff;z-index:1}.module-content-inner li:last-child:after{content:"";top:0;position:absolute;width:0;height:100%;left:-20px;border:1px dashed white}.module-content-inner li:first-child:before{content:"";display:inline-block;width:1.5rem;height:1.5rem;position:absolute;left:-2rem;background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2238%22%20height%3D%2238%22%20viewBox%3D%220%200%2038%2038%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M27%2014L16%2025L11%2020%22%20stroke%3D%22%2300AE7E%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2219%22%20r%3D%2217.5%22%20stroke%3D%22%2300AE7E%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E);background-size:contain;background-repeat:no-repeat;background-color:#fff;z-index:1}.check-icon{color:green;margin-top:5px}.detail-title{font-size:16px;font-weight:700}.detail-description{font-size:14px;color:#555}.detail-audience{font-size:14px;color:#007bff;font-weight:600}.skills-section{margin-top:10px}.skills-list{display:flex;flex-wrap:wrap;gap:8px}.skill-badge{background:#ddd;padding:6px 10px;border-radius:4px;font-size:13px;color:#333}@media (max-width:768px){.modules-section{padding:4rem 0;margin-top:0;border-radius:30px 30px 0 0}.module-image-wrapper{width:60px;height:60px}.modules-container{padding:0 1rem;font-size:14px}.modules-title{font-size:2rem}.modules-description{font-size:14px}.modules-list{padding:.5rem}.module-header{font-size:14px;padding:.5rem;gap:1rem}.module-image{width:40px;height:40px}.module-title{text-align:left;font-size:1rem}.module-duration{font-size:12px;padding:.25rem .5rem}.module-content-inner h3{font-size:1rem}.module-content-inner li{font-size:12px}}.process-section{padding:6rem 0;background:#ffffff;overflow:hidden}.process-container{width:100%;max-width:1440px;margin:0 auto;padding:0 2rem}.process-header{text-align:center;margin-bottom:4rem}.process-title{font-family:var(--font-philosopher);font-size:2.8rem;color:var(--text-color);margin-bottom:1rem}.process-subtitle{font-size:1.5rem;color:var(--text-color)}.process-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;position:relative;gap:2rem}.process-step{background:var(--primary-lightblue);border-radius:1.5rem;padding:2.5rem;position:relative;color:white;opacity:1;min-height:300px;display:flex;flex-direction:column;justify-content:space-between}.process-step-title{font-family:var(--font-philosopher);font-size:2rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.process-step-description{font-size:1.125rem;line-height:1.6;opacity:.9}.process-step-number{position:absolute;bottom:-3.5rem;right:1rem;font-family:var(--font-philosopher);font-size:8rem;font-weight:700;line-height:1;z-index:1;-webkit-text-stroke:1px white}.process-step:nth-child(odd) .process-step-number{color:var(--primary-green)}.process-step:nth-child(2n) .process-step-number{color:#ffa726}.process-slide-container{width:100%;position:relative;padding:0;user-select:none}.process-slide-wrapper{display:flex;width:100%;will-change:transform;touch-action:pan-y pinch-zoom}.process-step{min-width:100%;transform:scale(.95);transition:all .3s ease;cursor:grab}.process-step:active{cursor:grabbing}.process-step--active{transform:scale(1);opacity:1}.process-step--transitioning{animation:slideTransition .3s ease-out}@keyframes slideTransition{0%{opacity:0;transform:scale(.95) translateX(50px)}to{opacity:1;transform:scale(1) translateX(0)}}.process-slide-dots{display:flex;justify-content:center;gap:.8rem;margin-top:2rem;position:relative;z-index:2}.process-slide-dot{width:8px;height:8px;border-radius:50%;border:none;padding:0;cursor:pointer;transition:all .3s ease}.process-slide-dot--active{background:var(--primary-blue);transform:scale(1.5)}.process-step-description,.process-step-number,.process-step-title{transition:opacity .3s ease,transform .3s ease}.process-step:not(.process-step--active) .process-step-description,.process-step:not(.process-step--active) .process-step-number,.process-step:not(.process-step--active) .process-step-title{transform:translateX(-10px)}@media (max-width:768px){.process-section{padding:0 0 6rem}.process-container{padding:0}.process-header{padding:0 2rem;margin-bottom:1rem}.process-title{font-size:2rem;margin-bottom:.25rem}.process-subtitle{font-size:1rem}.process-grid{display:block}.process-slide-container{margin:0 -1rem}.process-slide-wrapper{padding:1rem}.process-step{min-height:260px;padding:1.75rem;margin:0 1rem;border-radius:1.25rem}.process-step-title{font-size:1.5rem;margin-bottom:1rem}.process-step-description{font-size:1rem;line-height:1.5}.process-step-number{font-size:5rem;bottom:-2rem;right:.5rem}.process-slide-dot{width:8px;border:1px solid var(--primary-blue);height:8px}.process-slide-dot--active{width:24px;border-radius:4px}}.program-architects-section{background:linear-gradient(180deg,#0a4b9b,#1b366b);color:white;text-align:center;padding:4rem 0 8rem;overflow:hidden;min-height:80vh}.program-architects-section:before{content:"";position:absolute;inset:0}.program-architects-content{position:relative;z-index:2;max-width:90%;margin:0 auto}.program-architects-title{font-size:3rem;font-weight:700}.program-architects-description{margin-top:10px;font-size:1.2rem;line-height:1.6}.program-architects-cards-container{position:relative;z-index:2;display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:3rem;padding:0 2rem}.program-architects-card{background:white;color:black;border-radius:2rem;padding:20px;box-shadow:0 4px 10px rgba(0,0,0,.1);max-width:600px;text-align:left;display:grid;grid-template-columns:auto 1fr;gap:1rem;margin:1rem;position:relative}.program-architects-card-image{border-radius:1rem;object-fit:cover}.program-architects-card-content{grid-row:1;grid-column:2}.program-architects-card-content h3{font-size:1.4rem;font-weight:700;margin-bottom:.5rem;display:flex;align-items:center;gap:1rem}.program-architects-position-title{font-size:1rem;font-weight:600;color:var(--primary-green);margin-bottom:.5rem}.program-architects-experience-badge{display:inline-flex;background:var(--primary-green);color:white;padding:.3rem .8rem;font-size:.9rem;font-weight:700;border-radius:2rem;align-items:center}.program-architects-card ul{list-style:none;padding:0;margin:0;grid-row:2;grid-column:1/span 2}.program-architects-card ul li{display:flex;align-items:center;gap:.5rem;font-size:.9rem;margin-bottom:.5rem;color:#333}.program-architects-card ul li:before{content:"✓";color:var(--primary-blue);font-weight:700}@media (max-width:768px){.program-architects-card{max-width:90%;padding:1rem;gap:.5rem}.program-architects-card-image{width:80px;height:80px}.program-architects-card-content h3{font-size:1.2rem}.program-architects-position-title{font-size:.9rem}.program-architects-card ul li{font-size:.85rem}}.program-architects-mobile-section{position:relative;background:linear-gradient(180deg,#0a4b9b,#1b366b);color:white;text-align:center;padding:8rem 0;overflow:hidden;min-height:80vh;z-index:-1;margin-top:-4rem}.program-architects-mobile-section:before{content:"";position:absolute;inset:0;background:rgba(10,75,155,.7);z-index:1}.program-architects-mobile-content{position:relative;z-index:2;max-width:90%;margin:0 auto}.program-architects-mobile-title{font-size:3rem;font-weight:700}.program-architects-mobile-description{margin-top:10px;font-size:14px;line-height:normal}.program-architects-mobile-cards{position:relative;z-index:2;display:grid;flex-wrap:wrap;justify-content:space-evenly;margin-top:40px;min-width:100vw;min-height:30vh}.program-architects-mobile-card{background:white;color:black;border-radius:2rem;padding:20px;box-shadow:0 4px 10px rgba(0,0,0,.1);max-width:350px;text-align:left;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;align-items:center;justify-content:space-between;min-width:40%;gap:2rem}.program-architects-mobile-card img{width:80px;height:80px;border-radius:2rem;object-fit:cover}.program-architects-mobile-card h3{font-size:1.2rem;font-weight:700;display:flex;flex-wrap:wrap}.program-architects-mobile-experience{display:block;background:var(--primary-green);color:white;padding:5px 10px;font-size:.9rem;font-weight:700;border-radius:12px;margin-top:5px}.program-architects-mobile-position{font-size:1rem;font-weight:600;color:var(--primary-green);margin-bottom:.5rem}.program-architects-mobile-card ul{list-style:none;padding:0;margin:0;grid-column:1/span 2}.program-architects-mobile-card ul li{display:flex;align-items:center;gap:.5rem;font-size:.9rem;margin-bottom:.5rem;color:#333}.program-architects-mobile-card ul li:before{content:"✓";color:var(--primary-blue);font-weight:700}@media (max-width:768px){.program-architects-mobile-section{padding:4rem 0;z-index:0;margin-top:0}.program-architects-mobile-title{font-size:2rem}.program-architects-mobile-cards{overflow-x:scroll;gap:1rem;flex-wrap:nowrap}.program-architects-mobile-card{gap:1rem}.program-architects-mobile-card img{width:100%;height:auto;aspect-ratio:1/1;border-radius:.75rem}.program-architects-mobile-experience{font-size:10px}}.video-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;z-index:1000;opacity:0;visibility:hidden;transition:all .3s ease}.video-modal-overlay--visible{opacity:1;visibility:visible}.video-modal{position:relative;width:auto;height:90%;background:black;border-radius:1rem;overflow:hidden;transform:scale(.95);transition:transform .3s ease;aspect-ratio:9/16}.video-modal-overlay--visible .video-modal{transform:scale(1)}.video-modal-close{position:absolute;top:1rem;right:1rem;background:rgba(255,255,255,.2);border-radius:50%;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s;z-index:10;border:1px solid var(--text-color);color:var(--text-color)}.video-modal-close:hover{background:rgba(255,255,255,.3)}.video-modal-close-icon{color:white;width:1.5rem;height:1.5rem}.video-modal-wrapper{position:relative;aspect-ratio:9/16}.video-modal-iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;aspect-ratio:9/16}.programs-section{padding:4rem 0;background:#ffffff;overflow-x:hidden;border-radius:30px 30px 0 0}.programs-video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;width:100%}.programs-container{width:100%;max-width:1440px;margin:0 auto;padding:0 2rem}.programs-video{width:100%;height:100%;object-fit:cover;aspect-ratio:9/16;border-radius:24px;border:1px solid #ccc}.programs-header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:4rem}.programs-title-wrapper{position:relative;margin-bottom:2rem;max-width:800px;width:100%}.programs-title{font-family:var(--font-philosopher);font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;line-height:normal;color:var(--primary-green);text-align:center;padding-bottom:1rem;border-bottom:2px solid var(--primary-green);display:inline-block}.programs-title span{position:relative;display:inline-block}.programs-decorative-icon{position:absolute;top:-1.5rem;right:-1rem;width:40px;height:40px}.programs-subtitle{display:inline-flex;border-bottom:2px solid var(--primary-green);padding:.5rem 0;color:var(--primary-green);white-space:nowrap;justify-content:center;margin:0 auto}.programs-description{color:#333;text-align:center;max-width:800px;margin:2rem auto 0;font-size:1.1rem;line-height:1.6}.programs-image-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;width:100%}.programs-image-wrapper{position:relative;border-radius:1rem;overflow:hidden}.programs-image{object-fit:cover}.programs-play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;background-color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease;border:2px solid white;box-shadow:0 4px 6px rgba(0,0,0,.1)}.programs-play-button:hover{transform:translate(-50%,-50%) scale(1.1)}.programs-play-icon{width:24px;height:24px;color:var(--primary-green);margin-left:4px;fill:var(--primary-green)}.programs-video-slider{position:relative;width:100%;height:100%;border-radius:24px;aspect-ratio:9/16}.programs-slide{position:absolute;width:100%;height:100%;opacity:0;transform:translateX(100%);transition:all .5s ease}.programs-slide--active{opacity:1;transform:translateX(0)}.programs-video-wrapper{position:relative;width:100%;height:100%;cursor:pointer}.programs-play-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;background-color:rgba(255,255,255,.9);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.programs-play-overlay:hover{background-color:white;transform:translate(-50%,-50%) scale(1.1)}.programs-slide-controls{position:absolute;bottom:-2rem;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:1}.programs-slide-dot{width:8px;height:8px;background-color:rgba(255,255,255,.5);border-radius:50%;cursor:pointer;transition:all .3s ease}.programs-slide-dot--active{background-color:var(--primary-green);width:24px;border-radius:4px}@media (max-width:768px){.programs-section{padding-top:4rem;padding-bottom:2rem}.programs-container{padding:0 1rem}.programs-header{flex-direction:column;gap:1.5rem}.programs-title-wrapper{max-width:100%;min-width:100%;margin:0 auto}.programs-title{font-size:1.75rem;padding-bottom:.75rem}.programs-description,.programs-subtitle{font-size:12px;text-align:center;white-space:normal}.programs-description{font-size:1rem;margin-top:1.5rem}.programs-image-grid{display:block;position:relative;overflow:hidden;height:250px;margin:0 auto;width:100%}.programs-image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transform:translateX(100%);transition:transform .5s ease-in-out,opacity .5s ease-in-out}.programs-image-wrapper.active{opacity:1;transform:translateX(0)}.programs-image-wrapper.prev{transform:translateX(-100%)}.programs-image-wrapper.next{transform:translateX(100%)}.programs-play-button{width:50px;height:50px}.programs-play-icon{width:20px;height:20px}.programs-slide-dot{border:1px solid var(--primary-green)}.programs-slide-dot--active{background-color:var(--primary-green)}}.success-section{padding:0 0 6rem;background:#fff;overflow:hidden;position:relative;border-radius:0 0 90px 90px}.success-container{width:100%;max-width:1440px;margin:0 auto;padding:0 2rem;position:relative}.success-header{text-align:center;margin-bottom:4rem}.success-title{font-family:var(--font-philosopher);font-size:2.5rem;font-weight:700;margin-bottom:1rem;line-height:normal}.success-subtitle{font-size:1.5rem}.success-testimonial-wrapper{position:relative;padding:2rem 0;user-select:none;cursor:grab}.success-testimonial-wrapper:active{cursor:grabbing}.success-testimonial{background:var(--primary-green);border-radius:2rem;padding:3rem;color:white;position:relative;max-width:65%;max-height:25%;margin:0 auto;opacity:1;transform:translateX(0);transition:all .3s ease-out;will-change:transform;touch-action:pan-y pinch-zoom}.success-testimonial.fade-enter{opacity:0;transform:translateX(50px)}.success-testimonial.fade-exit{opacity:0;transform:translateX(-50px)}.success-quote{font-family:var(--font-philosopher);font-size:1.5rem;font-weight:700;line-height:1.3;margin-bottom:2rem}.success-author,.success-quote{text-align:center;transition:opacity .3s ease}.success-author{font-size:1.25rem;opacity:.9}.success-decorative-images{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.success-image-1,.success-teacher-image{position:absolute;width:120px;height:120px;border-radius:1rem;overflow:hidden}.success-image-1{top:0;left:10%}.success-image-2{top:0;right:10%}.success-image-2,.success-image-3{position:absolute;width:120px;height:120px;border-radius:1rem;overflow:hidden}.success-image-3{bottom:0;left:20%}.success-image-4{position:absolute;width:120px;height:120px;border-radius:1rem;overflow:hidden;bottom:0;right:20%}.success-decorative-icon,.success-icon-1{position:absolute;width:2rem;height:2rem;opacity:1}.success-icon-1{top:20%;left:5%;color:#ffa726}.success-icon-2{top:10%;right:15%;color:var(--primary-blue)}.success-icon-2,.success-icon-3{position:absolute;width:2rem;height:2rem;opacity:1}.success-icon-3{bottom:0;left:50%;color:#4caf50}.success-icon-4{position:absolute;width:2rem;height:2rem;opacity:1;bottom:25%;right:5%;color:#ffa726}.success-navigation-dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.success-dot{width:8px;height:8px;border-radius:1rem;cursor:pointer;transition:all .3s ease;border:1px solid var(--primary-green)}.success-dot-active{background:var(--primary-green);width:24px}@media (max-width:1024px){.success-image-1,.success-image-2,.success-image-3,.success-image-4,.success-teacher-image{width:80px;height:80px}.success-quote{font-size:1.2rem}.success-title{font-size:2.5rem}}@media (max-width:768px){.success-section{padding:0 0 3rem;border-radius:0 0 30px 30px}.success-title{font-size:1.5rem}.success-subtitle{font-size:1rem}.success-testimonial{max-width:90%}.success-quote{font-size:1.1rem}.success-header{margin-bottom:0}.success-image-1,.success-image-2,.success-image-3,.success-image-4,.success-teacher-image{width:60px;height:60px;border-radius:1rem;overflow:hidden}.success-image-1{top:0;left:5%}.success-image-2{top:0;right:5%}.success-image-3{bottom:0;left:10%}.success-image-4{bottom:0;right:10%}.success-author{font-size:1rem}}