*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;margin:0;padding:0;width:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#000;font-family:EB Garamond,serif;line-height:1.6}#root{height:100%;margin:0;padding:0;width:100%}h1,h2,h3,h4,h5,h6{color:#000;font-weight:400;line-height:1.3}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}.container{margin:0 auto;max-width:1400px;padding:0 20px}.section{padding:60px 0}@media (max-width:768px){.section{padding:40px 0}}.App{display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden}.main-content{flex:1 1;margin-top:80px;width:100%}.btn-primary{background-color:#000;border:none;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;letter-spacing:1px;padding:12px 28px;text-transform:uppercase;transition:all .3s cubic-bezier(.25,.8,.25,1)}.btn-primary:hover{background-color:#333}.btn-secondary{background-color:initial;border:1px solid #000;color:#000;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;letter-spacing:1px;padding:12px 28px;text-transform:uppercase;transition:all .3s cubic-bezier(.25,.8,.25,1)}.btn-secondary:hover{background-color:#000;color:#fff}.fade-in{animation:fadeIn .8s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:968px){.main-content{flex-direction:column}}.dropdown-item{background-position:50% 100%;background-repeat:no-repeat;background-size:0 1px;color:#333;cursor:pointer;display:block;font-family:EB Garamond,serif;font-size:16px;font-weight:500;margin-right:2rem;padding:.3rem 0;position:relative;text-decoration:none;transition:background-size .45s cubic-bezier(.25,.8,.25,1)}.dropdown-item,.dropdown-item.thinner{background-image:linear-gradient(90deg,#0000 0,#0000 50%,#0000 0,#0000)}.dropdown-item.thinner{background-size:0 .5px}.dropdown-item:hover{background-size:100% 1px}.dropdown-item.thinner:hover,.dropdown-item:hover{background-image:linear-gradient(90deg,#0000 0,#333 50%,#0000)}.dropdown-item.thinner:hover{background-size:100% .5px}.header{left:0;position:fixed;top:0;width:100%;z-index:1000}.navbar{align-items:center;background-color:#fff;background-image:url(/static/media/nav_backsplash.dc96be1e207b1f6fb1e5.png);background-position:50%;background-repeat:repeat-x;background-size:auto 100%;display:flex;justify-content:center;max-width:100%;min-height:80px;padding:1.5rem 4rem;position:relative}.logo-link{display:none}.logo-text{color:#000;font-size:20px;font-weight:400;letter-spacing:2px;text-transform:uppercase}.nav-menu{align-items:center;display:flex;gap:3.3rem;margin:0}.nav-link{animation:fadeInDown .8s ease-out 1s forwards,fadeInOpacity .8s ease-out 1s forwards;background:none;border:none;color:#333;cursor:pointer;font-family:EB Garamond,serif;font-size:18px;font-style:normal;font-weight:600;letter-spacing:0;line-height:100%;opacity:0;padding:.5rem 0;position:relative;transform:translateY(-20px);white-space:nowrap}.nav-link:after{background:linear-gradient(90deg,#0000 0,#333 50%,#0000);bottom:0;content:"";height:1px;left:50%;position:absolute;transform:translateX(-50%);transition:width .45s cubic-bezier(.25,.8,.25,1);width:0}.nav-link:hover:after{width:100%}.nav-item-dropdown{animation:fadeInDown .8s ease-out 1s forwards,fadeInOpacity .8s ease-out 1s forwards;opacity:0;position:relative;transform:translateY(-20px);z-index:1000}.nav-item-dropdown .nav-link{align-items:center;animation:none;display:flex;gap:.3rem;opacity:1;transform:none}.nav-item-dropdown .nav-link:after{display:none}.dropdown-arrow{height:10px;object-fit:contain;transition:transform .6s cubic-bezier(.25,.8,.25,1);width:10px}.nav-item-dropdown.dropdown-open .dropdown-arrow,.nav-item-dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.dropdown-ornament{align-items:center;display:flex;justify-content:center;margin-top:.5rem;padding:0}.ornament-image{height:20px;object-fit:cover;width:100%}.language-switcher{align-items:center;display:flex;gap:.3rem;position:absolute;right:4rem;top:50%;transform:translateY(-50%)}.globe-icon{height:17px;margin-right:.3rem;object-fit:contain;width:17px}.globe-icon,.language-btn{animation:fadeInDown .8s ease-out 1s forwards,fadeInOpacity .8s ease-out 1s forwards;opacity:0;transform:translateY(-20px)}.language-btn{background:none;border:none;color:#333;cursor:pointer;font-family:EB Garamond,serif;font-size:16px;font-weight:500;padding:0;position:relative;transition:color .3s ease}.language-btn:hover{color:#999}.language-divider{animation:fadeInDown .8s ease-out 1s forwards,fadeInOpacity .8s ease-out 1s forwards;color:#666;font-size:16px;opacity:0;transform:translateY(-20px)}.hamburger{cursor:pointer;display:none;flex-direction:column;margin-left:2rem}.hamburger span{background-color:#333;height:2px;margin:3px 0;transition:.3s;width:25px}@media (max-width:1200px){.nav-menu{gap:1.5rem}.nav-link{font-size:13px}}@media (max-width:968px){.nav-menu{background-color:#fff;border-top:1px solid #e0e0e0;box-shadow:0 10px 27px #0000000d;flex-direction:column;left:-100%;margin-right:0;padding:2rem 0;position:fixed;text-align:center;top:60px;transition:.3s;width:100%}.nav-menu.active{left:0}.nav-link{font-size:16px;padding:.75rem 0}.language-switcher{margin-left:auto;margin-right:2rem}.hamburger{display:flex}}@keyframes fadeInDown{0%{transform:translateY(-20px)}to{transform:translateY(0)}}@keyframes fadeInOpacity{0%{opacity:0}to{opacity:1}}@keyframes fadeInOpacityArrow{0%{opacity:0}to{opacity:.75}}.footer{margin-top:auto}.separator{color:#666;font-size:14px;margin:0 .5rem}@media (max-width:768px){.footer-content{font-size:12px}.separator{margin:0 10px}}.homepage{background-color:#fff;display:flex;flex-direction:column;height:calc(100vh - 134px);width:100%}.hero-section{align-items:center;display:flex;flex:1 1;justify-content:center;overflow:hidden;padding:.5rem 2rem 2rem;width:100%}.column-container{align-items:center;display:flex;flex-direction:column;max-height:100%;text-align:center}.column-image{animation:fadeInUp 1s ease-out forwards;height:57.5vh;max-height:575px;max-width:90%;min-height:345px;object-fit:contain;opacity:0;transform:translateY(50px);width:auto}.brand-name{font-size:clamp(26px,4vw,39px);margin-bottom:.25rem;margin-top:.5rem;text-transform:uppercase}.brand-name,.brand-tagline{animation:fadeInUp .8s ease-out 1s forwards;color:#000;font-weight:500;letter-spacing:0;opacity:0;transform:translateY(30px)}.brand-tagline{font-family:EB Garamond,serif;font-size:clamp(16px,2.7vw,22px);font-style:italic;line-height:100%;margin:0}.footer{background-color:#d9d9d9;flex-shrink:0;padding:1rem 0;text-align:center;width:100%}.footer-content{align-items:center;display:flex;gap:1rem;justify-content:center}.copyright,.footer-content a{color:#000;font-family:EB Garamond,serif;font-size:14px}.footer-content a{text-decoration:none;transition:color .3s ease}.divider,.footer-content a:hover{color:#666}.divider{font-size:14px;margin:0 .5rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1200px){.column-image{height:52vh}}@media (max-width:768px){.hero-section{padding:1.5rem}.column-image{height:46vh;min-height:290px}.footer-links{flex-wrap:wrap;gap:1rem}}@media (min-height:800px){.column-image{height:63vh}}.services-page{align-items:flex-start;background-color:#fff;display:flex;justify-content:center;min-height:calc(100vh - 300px);padding:40px 20px;position:relative}.services-container{margin:0 auto;max-width:900px;text-align:center;width:100%}.services-title{color:#000;font-family:EB Garamond,serif;font-size:40px;font-weight:650;margin:0 0 -3vh;text-align:center}.services-decorative-line{display:block;height:auto;margin:2vh auto 0;width:26vw}.services-content{margin:0 auto;max-width:800px}.services-description{color:#000;font-family:EB Garamond,serif;font-size:18px;line-height:1.4;margin:0 auto 60px;text-align:center}.services-description em{font-style:italic}.primus-link{color:#000;text-decoration:none;transition:opacity .3s ease}.primus-link:hover{opacity:.6}.services-layout{align-items:flex-start;display:flex;gap:70px;justify-content:flex-start;margin-left:-7vw;margin-top:40px}.services-image-placeholder{flex-shrink:0;height:460px;object-fit:cover;opacity:.8;width:365px}.services-list{display:flex;flex:1 1;flex-direction:column;gap:15px;padding-top:2vh}.services-item{border-bottom:1px solid #e5e5e5;border-radius:8px;cursor:pointer;margin:0 -20px;overflow:hidden}.service-header{align-items:center;display:flex;justify-content:space-between;padding:15px 20px;transition:all .3s ease}.services-item:hover .service-header{background-color:#f5f5f5;padding-left:30px}.services-item.expanded{background-color:#f5f5f5;border-radius:8px;margin-bottom:0;opacity:1!important;transform:translateX(0)!important}.services-item.expanded .service-header{background-color:#f5f5f5;padding-left:30px}.service-content{background-color:#f5f5f5;max-height:0;overflow:hidden;padding:0 20px;transition:max-height .3s ease,padding .3s ease}.service-content.visible{max-height:320px;padding:0 20px 20px}.horse-background{bottom:0;height:120px;opacity:.15;position:absolute;right:20px;width:150px;z-index:1}.spike-content.visible{max-height:250px}.spike-inner{padding:20px 0;position:relative}.spike-text{margin:0 15px 0 25px;max-width:100%;padding-bottom:15vh;position:relative;z-index:2}.spike-background{height:1200px;left:200px;opacity:.11;position:absolute;top:0;width:50px;z-index:1}.passion-content.visible{max-height:340px}.passion-inner{padding:20px 0;position:relative}.passion-text{margin:0 15px 0 25px;max-width:100%;padding-bottom:15vh;position:relative;z-index:2}.passion-background{height:200px;left:-20px;opacity:.11;position:absolute;top:0;width:320px;z-index:1}.storytelling-content.visible{max-height:260px}.storytelling-inner{padding:20px 0;position:relative}.storytelling-text{margin:0 15px 0 25px;max-width:100%;padding-bottom:15vh;position:relative;z-index:2}.storytelling-background{height:200px;left:80px;opacity:.11;position:absolute;top:-20px;width:320px;z-index:1}.crafts-content.visible{max-height:360px}.crafts-inner{padding:20px 0;position:relative}.crafts-text{margin:0 15px 0 25px;max-width:100%;padding-bottom:15vh;position:relative;z-index:2}.crafts-background{height:200px;left:50px;opacity:.11;position:absolute;top:40px;width:320px;z-index:1}.service-content-inner{padding:20px 0;position:relative}.service-text{margin:0 15px 0 25px;max-width:100%;padding-bottom:15vh;position:relative;z-index:2}.service-text p{color:#000;font-family:EB Garamond,serif;font-size:16px;line-height:1.5;margin:0;text-align:left}.service-background{bottom:30px;height:200px;opacity:.11;position:absolute;right:0;width:320px;z-index:1}.horse-bg-image{height:100%;object-fit:cover;width:100%}.spike-bg-image{height:150%;object-fit:cover;right:100px;width:150%}.passion-bg-image{height:270%;object-fit:cover;width:270%}.storytelling-bg-image{height:210%;object-fit:cover;width:210%}.crafts-bg-image{height:220%;object-fit:cover;width:220%}.service-label{color:#000;font-family:EB Garamond,serif;font-size:20px;font-weight:500;text-align:left}.service-arrow{height:10px;transition:transform .3s ease;width:10px}.service-arrow.rotated{transform:rotate(180deg)}.services-item:not(.expanded):hover .service-arrow{transform:translateX(5px)}.services-title{opacity:0;transition:opacity 2.5s cubic-bezier(.25,.8,.25,1)}.services-description{opacity:0;transform:translateY(-50px);transition:all .8s cubic-bezier(.25,.8,.25,1)}.services-item.initial-animate{opacity:0;transform:translateX(20px);transition:opacity .8s cubic-bezier(.25,.8,.25,1),transform .8s cubic-bezier(.25,.8,.25,1)}.services-item.initial-animate.animate-in-initial{opacity:1!important;transform:translateX(0)!important}.services-item.expanded .service-content{opacity:1;transform:none}@media (max-width:768px){.services-title{font-size:36px}.services-decorative-line{width:60vw}.services-description{font-size:16px}.services-layout{flex-direction:column;gap:40px}.services-image-placeholder{margin:0 auto;max-width:300px;width:100%}.service-label{font-size:18px}}.admissions-overview{background-color:#fff;min-height:100vh;overflow-x:hidden;padding-top:40px;position:relative}.admissions-overview .hero-section{background-color:#fff;padding:0;text-align:center}.admissions-overview .hero-content{margin:0 auto;max-width:100vw;padding:0 4rem}.page-title{color:#000;font-family:EB Garamond,serif;font-size:40px;font-weight:650;margin-bottom:-5vh}.decorative-line{background-image:url(/static/media/border.cc0486a19286e1ffca7b.png);background-position:50%;background-repeat:no-repeat;background-size:contain;height:20vh;margin:-2vh auto 0;width:26vw}.vertical-line{display:none}.sidebar-icon{filter:brightness(0) saturate(100%) invert(80%) sepia(0) saturate(0) hue-rotate(0deg) brightness(80%) contrast(85%);height:30px;width:30px}.icon-circle{align-items:center;background-color:#f5f5f5;border:none;border-radius:50%;display:flex;height:60px;justify-content:center;position:absolute;width:60px;z-index:10}.icon-circle:after,.icon-circle:before{background-color:#ccc;content:"";left:50%;position:absolute;transform:translateX(-50%);width:1px;z-index:-1}.content-sections{margin:0 auto;max-width:100vw;position:relative;z-index:1}.intro-section{margin-bottom:4rem;padding-left:26vw;padding-right:26vw;position:relative}.intro-section h2{font-size:28px;font-weight:600;margin:0 0 1.5rem}.intro-section h2,.intro-section p{color:#000;font-family:EB Garamond,serif}.intro-section p{font-size:18px;line-height:1.6;margin:0;text-align:left}.intro-section .icon-circle{left:20vw;position:absolute;top:-1vh}.intro-section .icon-circle:before{height:0;top:-250px}.intro-section .icon-circle:after{bottom:-350px;height:0}.pillars-section{background-color:#f5f5f5;padding:3rem 0;position:relative;width:100vw;z-index:3}.pillars-section .icon-circle{background-color:#fff;left:20vw;position:absolute;top:5.5vh;z-index:10}.pillars-section .icon-circle:before{height:190px;top:-208px}.pillars-section .icon-circle:after{bottom:-810px;height:790px}.pillars-section h2{color:#000;font-family:EB Garamond,serif;font-size:28px;font-weight:600;margin:0 0 3rem;text-align:left}.pillars-list,.pillars-section h2{padding-left:26vw;padding-right:26vw}.pillar-card{background-color:#fff;border-radius:8px;margin-bottom:2rem;padding:2rem 2rem 2rem 120px;position:relative}.pillar-card:last-child{margin-bottom:0}.pillar-card:before{color:#e5e5e5;content:attr(data-numeral);font-family:EB Garamond,serif;font-size:85px;font-weight:300;position:absolute;text-align:left;width:80px}.pillar-card[data-numeral=I]:before{left:45px;top:-3px}.pillar-card[data-numeral=II]:before{left:30px;top:-3px}.pillar-card[data-numeral=III]:before,.pillar-card[data-numeral=IV]:before{left:20px;top:-3px}.pillar-card[data-numeral=V]:before{left:35px;top:-3px}.pillar-card[data-numeral=VI]:before{left:20px;top:-3px}.pillar-card h3{font-size:20px;font-weight:600;margin:0 0 .5rem}.pillar-card h3,.pillar-card p{color:#000;font-family:EB Garamond,serif}.pillar-card p{font-size:18px;line-height:1.6;margin:0;text-align:left}.landscape-section{margin-bottom:0;padding:4rem 0;position:relative;width:100vw;z-index:3}.landscape-section .icon-circle{left:20vw;position:absolute;top:0}.landscape-section .icon-circle:before{height:820px;top:-835px}.landscape-section .icon-circle:after{display:none}.landscape-background{bottom:0;left:0;opacity:.1;overflow:hidden;position:absolute;right:0;top:100;z-index:0}.landscape-bg-image{height:100%;object-fit:cover;width:100%}.landscape-content{padding-bottom:10vh;padding-left:26vw;padding-right:26vw;position:relative;z-index:1}.landscape-content h2{color:#000;font-family:EB Garamond,serif;font-size:35px;font-weight:600;margin:0 0 3.7rem}.landscape-content p{color:#000;font-family:EB Garamond,serif;font-size:18px;line-height:1.6;margin-bottom:2.5rem;text-align:left}.page-title{opacity:0;transition:opacity 2.5s cubic-bezier(.25,.8,.25,1)}.intro-section h2,.intro-section p{transform:translateY(-50px)}.intro-section h2,.intro-section p,.pillars-section h2{opacity:0;transition:all .8s cubic-bezier(.25,.8,.25,1)}.pillars-section h2{transform:translateX(-40px)}.pillar-card{opacity:0;transform:translateX(-40px);transition:all .8s cubic-bezier(.25,.8,.25,1)}.landscape-content h2,.landscape-content p{opacity:0;transform:translateY(-40px);transition:all .8s cubic-bezier(.25,.8,.25,1)}.animate-in-scroll{opacity:1!important;transform:translate(0)!important}@media (max-width:768px){.page-title{font-size:2rem}.icon-circle,.vertical-line{display:none}.content-sections{padding:0 2rem}.pillars-section{margin:0 -2rem;padding:2rem}.pillars-list{padding:0 2rem}.pillar-card{padding-left:80px}.pillar-card:before{font-size:80px;left:10px;top:-5px;width:60px}.decorative-line{height:15vh;width:60vw}.landscape-section{margin:0 -2rem;padding:2rem}.landscape-content{padding:0 2rem}}.contact-page{align-items:flex-start;background-color:#fff;display:flex;justify-content:center;min-height:calc(100vh - 300px);padding:60px 20px}.contact-container{display:flex;flex-direction:column;gap:50px;max-width:1100px;width:100%}.contact-header{align-items:flex-start;display:flex;flex-direction:column;margin-left:0}.contact-title{color:#000;font-family:EB Garamond,serif;font-size:40px;font-weight:650;margin:0}.contact-decorative-line{display:block;height:auto;margin-bottom:-6vh;margin-left:-16vh;width:26vw}.contact-content{align-items:flex-start;display:flex;gap:100px;justify-content:space-between}.contact-info{flex:0 0 400px;text-align:left}.contact-intro{line-height:1.6;margin-bottom:30px}.contact-intro,.contact-thanks{color:#000;font-family:EB Garamond,serif;font-size:18px}.contact-thanks{margin-bottom:60px}.contact-details{color:#000;font-family:EB Garamond,serif}.contact-details h3{font-size:20px;font-weight:600;letter-spacing:2px;margin:0 0 20px}.contact-details p{font-size:18px;margin:10px 0}.contact-form{display:flex;flex:1 1;flex-direction:column;gap:20px;max-width:500px}.form-input{background-color:#f9f9f9;border:1px solid #ccc;border-radius:8px;color:#666;font-family:EB Garamond,serif;font-size:16px;padding:15px 20px;transition:border-color .3s;width:100%}.form-input:focus{border-color:#999;outline:none}.form-input::placeholder{color:#999;font-style:normal}.form-row{display:flex;gap:20px}.form-row .form-input{flex:1 1}.form-textarea{background-color:#f9f9f9;border:1px solid #ccc;border-radius:8px;color:#666;font-family:EB Garamond,serif;font-size:16px;padding:15px 20px;resize:vertical;transition:border-color .3s;width:100%}.form-textarea:focus{border-color:#999;outline:none}.form-textarea::placeholder{color:#999;font-style:normal}.submit-button{align-self:flex-end;background-color:#666;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:EB Garamond,serif;font-size:18px;font-weight:500;padding:12px 40px;transition:background-color .3s}.submit-button:hover{background-color:#555}.submit-button:disabled{background-color:#ccc;cursor:not-allowed}.status-message{border-radius:8px;font-family:EB Garamond,serif;font-size:16px;margin-top:20px;padding:15px;text-align:center}.status-message.success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.status-message.error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}@media (max-width:768px){.contact-content{align-items:center;flex-direction:column;gap:40px}.contact-info{text-align:center}.form-row{flex-direction:column}.submit-button{align-self:center}}.boarding-page{align-items:flex-start;background-color:#fff;display:flex;justify-content:center;min-height:calc(100vh - 300px);padding:40px 20px 0}.boarding-container{max-width:900px;text-align:center;width:100%}.boarding-title{color:#000;font-family:EB Garamond,serif;font-size:40px;font-weight:650;margin:0 0 -3vh}.boarding-decorative-line{display:block;height:auto;margin:2vh auto 0;width:26vw}.boarding-content{margin:0 auto;max-width:800px}.boarding-subtitle{color:#000;font-family:EB Garamond,serif;font-size:32px;font-weight:600;margin:0 0 50px}.boarding-subtitle strong{font-weight:700}.boarding-description{color:#000;font-family:EB Garamond,serif;font-size:18px;line-height:1.4;margin:0 auto 30px;max-width:700px;text-align:left}.school-logos{background-color:#f5f5f5;display:flex;justify-content:center;margin:60px calc(-50vw + 50%) 0;padding:4rem 2rem;width:100vw}.logos-image{height:auto;max-width:42%;width:auto}.boarding-title{opacity:0;transition:opacity 2.5s cubic-bezier(.25,.8,.25,1)}.boarding-description,.boarding-subtitle{opacity:0;transform:translateY(-50px);transition:all .8s cubic-bezier(.25,.8,.25,1)}@media (max-width:768px){.boarding-title{font-size:36px}.boarding-decorative-line{width:300px}.boarding-subtitle{font-size:20px}.boarding-description{font-size:16px}.logos-image{max-width:90%}}.philosophy-page{align-items:flex-start;background-color:#fff;display:flex;justify-content:center;min-height:calc(100vh - 300px);overflow:hidden;padding:40px 20px;position:relative}.philosophy-background{height:800px;left:65vw;max-height:92vh;opacity:.18;overflow:hidden;position:absolute;top:30%;width:auto;z-index:3}.philosophy-container{max-width:900px;position:relative;text-align:center;width:100%;z-index:1}.philosophy-title{color:#000;font-family:EB Garamond,serif;font-size:40px;font-weight:650;margin:0 0 5vh}.philosophy-content{margin:0 auto;max-width:650px}.philosophy-subtitle{color:#000;font-family:EB Garamond,serif;font-size:28px;font-weight:600;margin:0}.philosophy-subtitle strong{font-weight:700}.philosophy-border-image{display:block;height:auto;margin:0 auto 2vh;width:26vw}.philosophy-description{color:#000;font-family:EB Garamond,serif;font-size:18px;font-style:normal;font-weight:700;line-height:1.4;margin:0 auto 10px;max-width:700px;text-align:left}.philosophy-text{margin-top:20px}.philosophy-paragraph{color:#000;font-family:EB Garamond,serif;font-size:18px;line-height:1.5;margin:0 auto 24px;max-width:675px;text-align:left}.philosophy-paragraph:last-child{margin-bottom:40px}.philosophy-title{opacity:0;transition:opacity 2.5s cubic-bezier(.25,.8,.25,1)}.philosophy-description,.philosophy-paragraph,.philosophy-subtitle{opacity:0;transform:translateY(-50px);transition:all .8s cubic-bezier(.25,.8,.25,1)}@media (max-width:768px){.philosophy-title{font-size:36px}.philosophy-border-image{width:300px}.philosophy-subtitle{font-size:24px}.philosophy-description,.philosophy-paragraph{font-size:16px}.philosophy-background{height:50vh;opacity:.2;right:20px}}.mentorship-page{align-items:flex-start;background-color:#fff;display:flex;justify-content:center;min-height:calc(100vh - 300px);padding:40px 20px}.mentorship-container{max-width:900px;text-align:center;width:100%}.mentorship-title{color:#000;font-family:EB Garamond,serif;font-size:40px;font-weight:650;margin:0 0 -3vh}.mentorship-coming-soon{color:#000;font-family:EB Garamond,serif;font-size:32px;font-weight:400;margin-bottom:0;margin-top:15vh}.passion-project-page{align-items:flex-start;background-color:#fff;display:flex;justify-content:center;min-height:calc(100vh - 300px);padding:40px 20px 0}.passion-project-container{max-width:900px;text-align:center;width:100%}.passion-project-hero{margin-bottom:40px;position:relative}.poseidon-image{display:block;height:auto;margin:0 auto 20px;width:650px}.passion-project-title{color:#000;font-family:EB Garamond,serif;font-size:32px;font-style:normal;font-weight:600;margin:0 0 30px}.passion-project-title strong{font-weight:700}.passion-project-content{margin:0 auto;max-width:700px}.passion-project-subtitle{color:#000;font-family:EB Garamond,serif;font-size:18px;line-height:1.6;margin:0 0 20px;text-align:left}.passion-project-decorative-line{display:block;height:auto;margin:0 auto 20px;width:26vw}.exempli-section{background-color:#f5f5f5;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);padding:60px 0;width:100vw}.exempli-title{color:#000;font-family:EB Garamond,serif;font-size:32px;font-weight:700;margin:0 0 40px}.exempli-list{display:flex;flex-direction:column;gap:15px;margin:40px auto 0;max-width:600px}.exempli-item{border-bottom:1px solid #e5e5e5;border-radius:8px;cursor:pointer;margin:0 -20px;overflow:hidden}.exempli-header{align-items:center;display:flex;justify-content:space-between;padding:15px 20px;transition:all .3s ease}.exempli-item:hover .exempli-header{background-color:#fff;padding-left:30px}.exempli-item.expanded{background-color:#fff;border-radius:8px;margin-bottom:0;opacity:1!important;transform:translateX(0)!important}.exempli-item.expanded .exempli-header{background-color:#fff;padding-left:30px}.exempli-content{background-color:#fff;max-height:0;overflow:hidden;padding:0 20px;transition:max-height .3s ease,padding .3s ease}.exempli-content.visible{max-height:300px;padding:0 20px 20px}.exempli-content-inner{padding:20px 0;position:relative}.exempli-text{max-width:100%;position:relative;z-index:2}.exempli-text p{line-height:1.5;margin:0 0 15px;text-align:left}.exempli-text p,.learn-more-link{color:#000;font-family:EB Garamond,serif;font-size:16px;padding:0 25px}.learn-more-link{display:block;text-align:right;text-decoration:none;transition:opacity .3s ease}.learn-more-link:hover{opacity:.6}.exempli-label{color:#000;font-family:EB Garamond,serif;font-size:20px;font-weight:600;text-align:left}.exempli-arrow{height:10px;transition:transform .3s ease;width:10px}.exempli-arrow.rotated{transform:rotate(180deg)}.exempli-item:not(.expanded):hover .exempli-arrow{transform:translateX(5px)}.passion-project-title{opacity:0;transition:opacity 2.5s cubic-bezier(.25,.8,.25,1)}.passion-project-description,.passion-project-subtitle{opacity:0;transform:translateY(-50px);transition:all .8s cubic-bezier(.25,.8,.25,1)}.exempli-item.initial-animate{opacity:0;transform:translateX(-20px);transition:opacity .8s cubic-bezier(.25,.8,.25,1),transform .8s cubic-bezier(.25,.8,.25,1)}.exempli-item.initial-animate.animate-in-initial{opacity:1!important;transform:translateX(0)!important}@media (max-width:768px){.passion-project-title{font-size:28px}.poseidon-image{width:250px}.passion-project-decorative-line{width:60vw}.exempli-title{font-size:24px}.passion-project-subtitle{font-size:16px}.exempli-list{gap:10px}.exempli-label{font-size:18px}}.cybersmart-page{align-items:flex-start;background-color:#fff;display:flex;justify-content:center;min-height:calc(100vh - 300px);padding:40px 0;position:relative}.cybersmart-container{max-width:900px;position:relative;text-align:center;width:100%;z-index:1}.cybersmart-title{font-size:40px;font-weight:650;margin:0 0 2vh}.cybersmart-subtitle,.cybersmart-title{color:#000;font-family:EB Garamond,serif}.cybersmart-subtitle{font-size:32px;font-weight:600;margin:0}.cybersmart-border-image{display:block;height:auto;margin:-7vh auto -1vh;width:26vw}.cybersmart-content{margin:0 auto;max-width:650px}.cybersmart-images-section{background-color:#f5f5f5;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);padding:2.5rem 0;position:relative;width:100vw}.cybersmart-images-container{align-items:center;display:flex;gap:.8rem;justify-content:center;margin:0 auto;max-width:900px;padding:0 2rem}.cybersmart-image{border-radius:4px;height:auto}.cybersmart-image-left{max-width:27%}.cybersmart-image-right{max-width:35%}.cybersmart-decorative-line{background-image:url(/static/media/border.cc0486a19286e1ffca7b.png);background-position:50%;background-repeat:no-repeat;background-size:contain;height:20vh;margin:-3vh auto -7vh;width:26vw}.cybersmart-text{margin-top:20px}.cybersmart-description{font-size:18px;margin:0 auto 40px;text-align:left}.cybersmart-description,.cybersmart-paragraph{color:#000;font-family:EB Garamond,serif;line-height:1.5;max-width:675px}.cybersmart-paragraph{font-size:15px;font-weight:400;margin:0 auto 30px;text-align:center}.cybersmart-title{opacity:0;transition:opacity 2.5s cubic-bezier(.25,.8,.25,1)}.cybersmart-border-image,.cybersmart-description,.cybersmart-paragraph,.cybersmart-subtitle{opacity:0;transform:translateY(-50px);transition:all .8s cubic-bezier(.25,.8,.25,1)}@media (max-width:768px){.cybersmart-title{font-size:36px}.cybersmart-border-image{width:300px}.cybersmart-decorative-line{width:60vw}.cybersmart-subtitle{font-size:24px}.cybersmart-description,.cybersmart-paragraph{font-size:16px}.cybersmart-images-container{flex-direction:column;gap:1rem}.cybersmart-image{max-width:80%}.cybersmart-images-section{margin:2rem -1rem;padding:2rem 1rem}}.mothercare-page{align-items:flex-start;background-color:#fff;display:flex;justify-content:center;min-height:calc(100vh - 300px);padding:40px 0;position:relative}.mothercare-container{max-width:900px;position:relative;text-align:center;width:100%;z-index:1}.mothercare-title{font-size:40px;font-weight:650;margin:0 0 2vh}.mothercare-subtitle,.mothercare-title{color:#000;font-family:EB Garamond,serif}.mothercare-subtitle{font-size:32px;font-weight:600;margin:0}.mothercare-border-image{display:block;height:auto;margin:-7vh auto -1vh;width:26vw}.mothercare-content{margin:0 auto;max-width:650px}.mothercare-images-section{background-color:#f5f5f5;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);padding:2.5rem 0;position:relative;width:100vw}.mothercare-images-container{align-items:center;display:flex;gap:.8rem;justify-content:center;margin:0 auto;max-width:900px;padding:0 2rem}.mothercare-image{border-radius:4px;height:auto}.mothercare-image-left{max-width:38%}.mothercare-image-right{max-width:41%}.mothercare-decorative-line{background-image:url(/static/media/border.cc0486a19286e1ffca7b.png);background-position:50%;background-repeat:no-repeat;background-size:contain;height:20vh;margin:-3vh auto -7vh;width:26vw}.mothercare-text{margin-top:20px}.mothercare-description{font-size:18px;margin:0 auto 40px;text-align:left}.mothercare-description,.mothercare-paragraph{color:#000;font-family:EB Garamond,serif;line-height:1.5;max-width:675px}.mothercare-paragraph{font-size:15px;font-weight:400;margin:0 auto 30px;text-align:center}.mothercare-title{opacity:0;transition:opacity 2.5s cubic-bezier(.25,.8,.25,1)}.mothercare-border-image,.mothercare-description,.mothercare-paragraph,.mothercare-subtitle{opacity:0;transform:translateY(-50px);transition:all .8s cubic-bezier(.25,.8,.25,1)}@media (max-width:768px){.mothercare-title{font-size:36px}.mothercare-border-image{width:300px}.mothercare-decorative-line{width:60vw}.mothercare-subtitle{font-size:24px}.mothercare-description,.mothercare-paragraph{font-size:16px}.mothercare-images-container{flex-direction:column;gap:1rem}.mothercare-image-left,.mothercare-image-right{max-width:80%}.mothercare-images-section{margin:2rem -1rem;padding:2rem 1rem}}.mentorarc-page{align-items:flex-start;background-color:#fff;display:flex;justify-content:center;min-height:calc(100vh - 300px);padding:40px 0;position:relative}.mentorarc-container{max-width:900px;position:relative;text-align:center;width:100%;z-index:1}.mentorarc-title{font-size:40px;font-weight:650;margin:0 0 2vh}.mentorarc-subtitle,.mentorarc-title{color:#000;font-family:EB Garamond,serif}.mentorarc-subtitle{font-size:32px;font-weight:600;margin:0}.mentorarc-border-image{display:block;height:auto;margin:-7vh auto -1vh;width:26vw}.mentorarc-content{margin:0 auto;max-width:650px}.mentorarc-images-section{background-color:#f5f5f5;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);padding:2.5rem 0;position:relative;width:100vw}.mentorarc-images-container{align-items:center;display:flex;justify-content:center;margin:0 auto;max-width:900px;padding:0 2rem}.mentorarc-image{border-radius:4px;height:auto;max-width:70%}.mentorarc-decorative-line{background-image:url(/static/media/border.cc0486a19286e1ffca7b.png);background-position:50%;background-repeat:no-repeat;background-size:contain;height:20vh;margin:-3vh auto -7vh;width:26vw}.mentorarc-text{margin-top:20px}.mentorarc-description{font-size:18px;margin:0 auto 40px;text-align:left}.mentorarc-description,.mentorarc-paragraph{color:#000;font-family:EB Garamond,serif;line-height:1.5;max-width:675px}.mentorarc-paragraph{font-size:15px;font-weight:400;margin:0 auto 30px;text-align:center}.mentorarc-title{opacity:0;transition:opacity 2.5s cubic-bezier(.25,.8,.25,1)}.mentorarc-border-image,.mentorarc-description,.mentorarc-paragraph,.mentorarc-subtitle{opacity:0;transform:translateY(-50px);transition:all .8s cubic-bezier(.25,.8,.25,1)}@media (max-width:768px){.mentorarc-title{font-size:36px}.mentorarc-border-image{width:300px}.mentorarc-decorative-line{width:60vw}.mentorarc-subtitle{font-size:24px}.mentorarc-description,.mentorarc-paragraph{font-size:16px}.mentorarc-image{max-width:90%}.mentorarc-images-section{margin:2rem -1rem;padding:2rem 1rem}}.siemens-page{align-items:flex-start;background-color:#fff;display:flex;justify-content:center;min-height:calc(100vh - 300px);padding:40px 0 0;position:relative}.siemens-container{max-width:900px;position:relative;text-align:center;width:100%;z-index:1}.siemens-title{font-size:40px;font-weight:650;margin:0 0 2vh}.siemens-subtitle,.siemens-title{color:#000;font-family:EB Garamond,serif}.siemens-subtitle{font-size:32px;font-weight:600;margin:0}.siemens-border-image{display:block;height:auto;margin:-9vh auto -1vh;width:26vw}.siemens-content{margin:0 auto;max-width:650px}.siemens-images-section{background-color:#fff;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);padding:2.5rem 0;position:relative;width:100vw}.siemens-images-container{align-items:center;display:flex;gap:.8rem;justify-content:center;margin:0 auto;max-width:900px;padding:0 2rem}.siemens-image{border-radius:4px;height:auto}.siemens-image-left{max-width:38%}.siemens-image-right{max-width:47%}.siemens-decorative-line{background-image:url(/static/media/border.cc0486a19286e1ffca7b.png);background-position:50%;background-repeat:no-repeat;background-size:contain;height:20vh;margin:-6vh auto -5vh;width:26vw}.siemens-text-section{background-color:#f5f5f5;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);padding:3rem 0;position:relative;width:100vw}.siemens-text-container{margin:0 auto;max-width:695px;padding:0 2rem}.siemens-description{font-size:18px;margin:0 auto 40px;text-align:left}.siemens-description,.siemens-paragraph{color:#000;font-family:EB Garamond,serif;line-height:1.5;max-width:695px}.siemens-paragraph{font-size:15px;font-weight:400;margin:0 auto 20px;text-align:center}.siemens-title{opacity:0;transition:opacity 2.5s cubic-bezier(.25,.8,.25,1)}.siemens-border-image,.siemens-description,.siemens-paragraph,.siemens-subtitle{opacity:0;transform:translateY(-50px);transition:all .8s cubic-bezier(.25,.8,.25,1)}.animate-in-initial{opacity:1!important;transform:translateY(0)!important}@media (max-width:768px){.siemens-title{font-size:36px}.siemens-border-image{width:300px}.siemens-decorative-line{width:60vw}.siemens-subtitle{font-size:24px}.siemens-description,.siemens-paragraph{font-size:16px}.siemens-images-container{flex-direction:column;gap:1rem}.siemens-image-left,.siemens-image-right{max-width:80%}.siemens-images-section{margin:2rem -1rem;padding:2rem 1rem}}.team-page{align-items:flex-start;background-color:#fff;display:flex;justify-content:center;min-height:calc(100vh - 300px);padding:40px 20px}.team-container{max-width:900px;text-align:center;width:100%}.team-title{font-size:40px;font-weight:650;margin:0 0 -3vh}.team-coming-soon,.team-title{color:#000;font-family:EB Garamond,serif}.team-coming-soon{font-size:32px;font-weight:400;margin-bottom:0;margin-top:15vh}
/*# sourceMappingURL=main.bd0da28e.css.map*/