@import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Roboto Condensed,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary-color:#696969;--secondary-color:#6d6f71;--hover-color:#f0f0f0;--active-bg:#e5f1ff;--shadow:0 4px 12px #0000000d;--transition:all 0.2s ease;--border-radius:1.5rem}a{color:inherit;text-decoration:none}.navigation{background:#fff;box-shadow:0 4px 12px #0000000d;box-shadow:var(--shadow);flex-wrap:wrap;height:auto;left:0;padding:1rem 2rem;position:fixed;right:0;top:0;z-index:1000}.navigation,.navigation-header{align-items:center;display:flex}.navigation-header{gap:1rem}.navigation-logo{height:4rem;margin-left:5%;transition:all .2s ease;transition:var(--transition)}.navigation-logo:hover{cursor:pointer;opacity:.9}.burger{background:none;border:none;color:#696969;color:var(--primary-color);cursor:pointer;display:none;font-size:2.5rem;padding:.5rem;transition:transform .3s ease;z-index:100}.burger.active{transform:rotate(90deg)}.navigation-menu{background:#fdfdfd;border-radius:1.5rem;border-radius:var(--border-radius);box-shadow:0 4px 12px #0000000d;box-shadow:var(--shadow);display:flex;gap:.5rem;left:50%;padding:.5rem 1rem;position:absolute;transform:translateX(-50%)}.nav-button{align-items:center;background:#0000;border:none;border-radius:1.5rem;border-radius:var(--border-radius);color:#6d6f71;color:var(--secondary-color);display:flex;font-family:Roboto Condensed,sans-serif;font-size:1.2rem;font-weight:600;gap:.5rem;padding:.6rem 1.2rem;position:relative;transition:background .3s ease,color .3s ease,transform .2s ease;white-space:nowrap}.nav-button.active{background:linear-gradient(300deg,#f3fbf3,#3199f384);color:#5c5e60}@keyframes fadeHighlight{0%{background:#0000;color:#6d6f71;color:var(--secondary-color)}to{background:linear-gradient(300deg,#f3fbf3,#3199f384);color:#5c5e60}}.nav-button.fade{animation:fadeHighlight 1s forwards}.nav-button:hover{background-color:#f0f0f0;background-color:var(--hover-color);color:#696969;color:var(--primary-color);cursor:pointer;transform:translateY(-2px)}.nav-icon{height:1.8rem;width:auto}@media (max-width:767px){.navigation{align-items:flex-start;flex-direction:column;padding:1rem}.navigation-header{justify-content:space-between;width:100%}.burger{display:block}.navigation-menu{background:#fff;border-radius:0 0 1.5rem 1.5rem;border-radius:0 0 var(--border-radius) var(--border-radius);box-shadow:0 4px 12px #0000001a;flex-direction:column;left:0;max-height:calc(100vh - 4rem);overflow-y:auto;padding:1rem;position:fixed;right:0;top:-100vh;transform:none;transition:top .3s ease-in-out;width:100%;z-index:90}.navigation-menu.open{top:4.5rem}.nav-button{font-size:1.2rem;justify-content:flex-start;margin-bottom:.5rem;padding:1rem;width:100%}}@media (min-width:768px) and (max-width:1250px){.navigation-logo{display:none}.navigation{height:5rem}.nav-button{font-size:1.1rem;padding:.5rem 1rem}.nav-icon{height:1.6rem}}@media (min-width:1025px){.navigation-logo{height:5rem}.nav-button{font-size:1.3rem}.nav-icon{height:2.2rem}}.slider-container{height:100vh;overflow:hidden;position:relative;width:100%}.slider-track{display:flex;height:100%;transition:transform .8s cubic-bezier(.25,.46,.45,.94)}.slide{background-position:50%;background-size:cover;height:100%;min-width:100%;position:relative}.slider-content{background:#0006;border-radius:12px;bottom:12vh;color:#fff;left:10vw;max-width:90%;padding:2vh 2vw;position:absolute;text-shadow:2px 2px 6px #000000b3}.slide-text{opacity:0;transform:translateY(20px);transition:opacity .8s ease,transform .8s ease}.slide-text.animate{opacity:1;transform:translateY(0)}.slide-title{font-size:clamp(24px,5vw,48px);font-weight:700;margin-bottom:1.5vh}.slide-description{font-size:clamp(18px,2.5vw,20px);line-height:1.5;max-width:600px}.slider-dots{bottom:3vh;display:flex;gap:12px;justify-content:center;left:0;position:absolute;right:0}.slider-dot{background:#ffffff80;border:none;border-radius:50%;cursor:pointer;height:12px;padding:0;transition:background .3s,transform .2s;width:12px}.slider-dot.active,.slider-dot:hover{transform:scale(1.1)}.slider-dot.active{background:#fff}@media (max-width:768px){.slide-title{font-size:clamp(24px,5vw,40px)}.slide-description{font-size:clamp(16px,2.5vw,18px);max-width:550px}.slider-dot{height:10px;width:10px}.slider-content{bottom:8vh;left:5vw;padding:2vh 2vw}}@media (max-width:480px){.slider-dot{height:8px;width:8px}.slider-dots{bottom:2vh;gap:8px}}.about-section{box-sizing:border-box;font-family:Roboto Condensed,sans-serif;margin-top:5rem;padding:1rem 0;width:100%}.about-title{color:#333;font-size:2rem;margin-bottom:1.5rem;padding:0 .5rem;text-align:center}.about-container{background-color:#fff;border-radius:20px;display:flex;flex-direction:column;margin:0 auto;max-width:1200px;overflow:hidden;padding:1rem;width:90%}.about-image-container{width:100%}.about-image{border-radius:8px;height:200px;object-fit:cover;width:100%}.about-text-container{padding:1rem;text-align:center}.about-description{color:#333;font-size:1.1rem;font-weight:700;line-height:1.5;margin-bottom:1.5rem}.about-button{background-color:#2196f3;border:none;border-radius:25px;color:#fff;cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:700;margin:0 auto;padding:10px 20px;text-decoration:none}.about-button:hover{background-color:#1976d2;scale:1.1;transition:all .3s ease-in-out}@media (min-width:768px){.about-container{flex-direction:row;padding:2rem}.about-image-container{padding-right:2rem;width:45%}.about-image{height:100%;min-height:350px}.about-text-container{display:flex;flex-direction:column;justify-content:center;width:55%}.about-button,.about-description{font-size:1.2rem}.about-button{padding:12px 28px}.about-title{font-size:3rem;margin-top:5rem}}@media (min-width:992px){.about-image{border-radius:10px;min-height:400px}.about-description{font-size:1.6rem}.about-button{font-size:1.4rem;padding:14px 32px}.about-title{font-size:5rem;margin-top:6rem}}.card-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:5rem auto 0;max-width:1200px;padding:2rem 1rem;width:90%}.card{background-color:#fff;border-radius:16px;box-shadow:0 4px 16px #0000001a;padding:2rem;text-align:center;transition:transform .3s ease}.card:hover{transform:translateY(-5px)}.card img{height:6rem;margin-bottom:1rem;object-fit:contain;transition:filter .1s ease;width:6rem}.card:hover img{filter:brightness(0) saturate(100%) invert(49%) sepia(80%) saturate(2849%) hue-rotate(185deg) brightness(99%) contrast(93%)}.card h2{color:#000;font-size:clamp(2rem,4vw,3rem)}.card h2,.card p{font-family:Roboto Condensed,sans-serif;margin:.5rem 0}.card p{color:#333;font-size:clamp(1.1rem,2.5vw,1.4rem);font-weight:500}*{box-sizing:border-box}.news-section{padding:1rem;text-align:center;width:100%}.news-title{color:#333;font-size:2rem;font-weight:700;margin-bottom:1.5rem}.carousel-container{align-items:center;display:flex;justify-content:center;margin:0 auto;max-width:100%;position:relative}.card-a{border-radius:1rem;box-shadow:0 4px 12px #00000026;display:flex;flex-direction:column;height:300px;max-width:300px;overflow:hidden;width:100%}.card-a,.card-active{background-color:#fff}.card-active{box-shadow:0 4px 15px #00000040;transition:outline .3s ease;z-index:1}.card-active:hover{outline:5px solid #2196f3;outline-offset:0}.card-secondary{display:none}.card-icon{padding-top:1rem}.card-icon img{height:40px;object-fit:contain;width:40px}.card-text{flex-grow:1;font-size:1rem;font-weight:500;line-height:1.4;padding:1rem}.card-footer,.card-text{align-items:center;color:#374151;display:flex;justify-content:center}.card-footer{background-color:#f9fafb;border-top:1px solid #e5e7eb;font-family:Roboto Condensed,sans-serif;font-size:1.1rem;font-weight:700;gap:.5rem;padding:.75rem}.icon{height:20px;width:20px}.card-a{transition:transform .3s ease}.card-a:hover{transform:translateY(-5px)}.card-active:hover .card-icon img{filter:brightness(0) saturate(100%) invert(49%) sepia(80%) saturate(2849%) hue-rotate(185deg) brightness(99%) contrast(93%)}.arrow-button{align-items:center;background:none;border:none;cursor:pointer;display:flex;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);transition:opacity .2s ease;z-index:10}.arrow-button:hover{opacity:1}.arrow-button .icon,.arrow-button svg{stroke-width:2.5;color:#374151;height:48px;transition:color .3s ease,transform .2s ease;width:48px}.arrow-button:hover .icon,.arrow-button:hover svg{color:#2196f3;transform:scale(1.1)}.arrow-button.left{left:-50px}.arrow-button.right{right:-50px}@media (min-width:768px){.news-section{padding:2rem}.news-title{font-size:3rem;margin-bottom:2rem;margin-top:5rem}.card-a{height:350px;max-width:400px}.card-text{font-size:1.1rem}.arrow-button.left{left:-35px}.arrow-button.right{right:-35px}}@media (min-width:1025px){.news-section{padding:3rem 1rem}.news-title{font-size:5rem;margin-bottom:5rem;margin-top:9rem}.carousel-container{display:flex;gap:1.5rem;justify-content:center;max-width:1200px}.card-a{flex:1 1;height:400px;max-width:360px}.card-secondary{background-color:#e5e7eb;display:flex;scale:.95;transition:transform .3s ease}.card-icon img{height:50px;width:50px}.card-text{font-size:1.2rem;padding:1.5rem}.card-footer{font-size:1.4rem}.arrow-button.left{left:-40px}.arrow-button.right{right:-40px}.icon{height:24px;width:24px}}.banner-section{padding:40px 20px;text-align:center}.banner-title{color:#333;font-size:2.5rem;font-weight:700;margin:3rem 0 2rem}@media (min-width:768px){.banner-title{font-size:4rem;margin:5rem 0 3rem}}@media (min-width:1024px){.banner-title{font-size:5rem;margin:7rem 0 3rem}}.banner-content{align-items:center;background-color:#fff;border-radius:16px;box-shadow:0 4px 20px #0000001a;display:flex;flex-direction:column;margin:50px auto 0;max-width:1000px;padding:50px}@media (min-width:768px){.banner-content{flex-direction:row;justify-content:space-between;margin-top:80px}}.banner-text{color:#222;font-size:18px;max-width:500px;text-align:left}.bold{font-size:1.4rem;margin-bottom:16px}@media (min-width:768px){.bold{font-size:1.6rem}}.banner-text ul{list-style:none;margin-bottom:20px;padding-left:0}.banner-text ul li{font-size:1.2rem;line-height:1;margin-bottom:10px}@media (min-width:768px){.banner-text ul li{font-size:1.3rem}}.highlight{color:#111;font-size:1.3rem}@media (min-width:768px){.highlight{font-size:1.7rem}}.banner-image img{margin-top:30px;width:220px}@media (min-width:768px){.banner-image img{margin-top:0;width:280px}}.courses-section{font-family:Arial,sans-serif;margin:0 auto;max-width:1800px;padding:2rem;text-align:center}.courses-section h2{color:#333;font-family:Roboto Condensed,sans-serif;font-size:clamp(2.5rem,5vw,5rem);font-weight:700;margin-bottom:clamp(2rem,4vw,4rem)}.course-card.disabled{cursor:not-allowed;opacity:.6;pointer-events:none}.row{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:clamp(2rem,4vw,4rem)}.course-card{border-radius:8px;cursor:pointer;flex-direction:column;overflow:hidden;padding:clamp(2rem,3vw,3rem);position:relative;width:clamp(320px,32vw,400px)}.course-card,.overlay{align-items:center;background:#fff;box-sizing:border-box;display:flex;justify-content:center}.overlay{border:10px solid #0000;color:#333;font-size:1.5rem;font-weight:700;height:100%;left:0;opacity:0;padding:1rem;position:absolute;text-align:center;top:0;transition:opacity .3s ease,border .3s ease;width:100%}.course-card:hover .overlay{border-color:#333;opacity:1}.course-card img{height:clamp(120px,12vw,180px);margin-bottom:clamp(1.5rem,2vw,2.5rem);object-fit:contain;width:clamp(120px,12vw,180px)}.course-card p{color:#000;font-size:clamp(1.5rem,2vw,2rem);font-weight:700;margin:0;text-align:center}@media (max-width:768px){.courses-section{padding:2rem 1rem}.row{gap:1.5rem}.course-card{max-width:400px;padding:2rem;width:90%}.course-card p{font-size:1.6rem}}@media (max-width:576px){.courses-section h2{font-size:2.2rem;margin-bottom:2rem}.row{align-items:center;flex-direction:column}.course-card img{height:100px;width:100px}.course-card p{font-size:1.4rem}.overlay{font-size:1rem}}.contact-section{align-items:center;display:flex;font-family:Roboto Condensed,sans-serif;justify-content:center;padding:2rem}.contact-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000001a;max-width:100%;padding:2rem;text-align:center;width:100%}.contact-title{color:#333;font-size:2rem;font-weight:700;margin-bottom:1.5rem}.contact-content p{color:#222;font-size:1rem;line-height:1.5;margin-bottom:2rem}.contact-info{flex-direction:column}.contact-info,.contact-item{align-items:center;display:flex}.contact-item{color:#222;font-size:1.2rem;gap:.75rem;text-align:left}.contact-icon{color:#2196f3;font-size:1.8rem;transition:transform .2s ease}.contact-icon:hover{transform:scale(1.2)}.bold{font-size:1rem;font-weight:700;margin-top:.5rem}@media (min-width:768px){.contact-card{max-width:800px;padding:3rem 4rem}.bold{font-size:1.4rem}.contact-title{font-size:3rem}.contact-content p{font-size:1.3rem}.contact-item{font-size:1.5rem}.contact-icon{font-size:2.4rem}}@media (min-width:1024px){.contact-card{max-width:1000px;padding:4rem 5rem}.contact-title{font-size:4rem}.contact-content p{font-size:1.5rem}.contact-item{font-size:1.7rem}.contact-icon{font-size:2.8rem}.contact-info{gap:1.5rem}.bold{font-size:1.7rem}}.events-section{box-sizing:border-box;font-family:Roboto Condensed,sans-serif;margin-bottom:5rem;padding:1rem 0;width:100%}.events-title{color:#333;font-size:2rem;margin-bottom:2rem;padding:0 .5rem;text-align:center;width:100%}.events-container{background-color:#fff;border-radius:20px;display:flex;flex-direction:column;margin:0 auto;max-width:1200px;overflow:hidden;padding:1rem;width:90%}.events-image-container{width:100%}.events-image-1{border-radius:8px;cursor:pointer;height:200px;object-fit:cover;width:100%}.events-text-container{padding:1rem;text-align:center}.events-description{color:#333;font-size:1.1rem;font-weight:700;line-height:1.5;margin-bottom:1.5rem}.events-button{background-color:#2196f3;border:none;border-radius:25px;color:#fff;cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:700;margin:0 auto;padding:10px 20px;text-decoration:none}.events-button:hover{background-color:#1976d2;scale:1.1;transition:all .3s ease-in-out}.poster-overlay{background:#000000b3;cursor:pointer}.enlarged-poster{box-shadow:0 8px 20px #0000004d;max-height:80%;max-width:80%}@media (min-width:768px){.events-container{flex-direction:row;padding:2rem}.events-image-container{padding-right:2rem;width:45%}.events-image-1{height:100%;min-height:350px}.events-text-container{display:flex;flex-direction:column;justify-content:center;width:55%}.events-button,.events-description{font-size:1.2rem}.events-button{padding:12px 28px}.events-title{font-size:3rem;margin-top:5rem}.enlarged-poster{max-height:90%;max-width:90%}}@media (min-width:992px){.events-image-1{border-radius:10px;min-height:400px}.events-description{font-size:1.6rem}.events-button{font-size:1.4rem;padding:14px 32px}.events-title{font-size:5rem;margin-top:6rem}}@media (max-width:480px){.events-title{font-size:1.5rem;margin-bottom:0}.events-description{font-size:1rem}.events-button{font-size:1rem;padding:8px 16px}}.background{background-attachment:scroll;background-image:url(/static/media/elipse.d0ddaa5cf7250db6cf45.png);background-position:50%;background-repeat:no-repeat;background-size:cover}.background-1{background:none;overflow:hidden;position:relative}.background-1:before{background-attachment:scroll;background-image:url(/static/media/elipse.d0ddaa5cf7250db6cf45.png);background-position:50%;background-repeat:no-repeat;background-size:150%;content:"";height:100%;left:0;position:absolute;top:0;transform:scaleX(-1);width:100%;z-index:-1}.onas-container{padding:0 2rem}.about-row{display:flex;justify-content:space-between;margin-bottom:2rem}.about-image-icon{border-radius:15px;height:auto;max-width:10rem}.about-col{border-radius:8px;color:#333;font-family:Roboto Condensed,sans-serif;font-size:1.8rem;font-weight:700;margin-bottom:auto;margin-top:auto;padding:1rem;text-align:center;width:48%}.about-image-1{border-radius:15px;box-shadow:0 4px 10px #0000001a;height:auto;max-width:75%;transition:transform .3s ease}.about-highlight{color:#2196f3;font-weight:700}.about-description-1{color:#333;font-family:Roboto Condensed,sans-serif;font-size:1.8rem;font-weight:700;margin-top:3rem;padding:0 1.5rem;text-align:center}.why-choose-us{padding:50px 20px;text-align:center}.title{color:#333;font-size:5rem;line-height:1.2;margin-bottom:3rem;padding:0 .5rem;text-align:center}.cards{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr;margin:0 auto;max-width:1200px}.about-card{align-items:center;background:#fff;border:2px solid #2196f3;border-radius:15px;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;height:100%;justify-content:space-between;margin:0 auto;max-width:400px;padding:20px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.about-card:hover{box-shadow:0 6px 12px #2196f34d;transform:scale(1.03)}.card-title{color:#333;font-size:2rem;font-weight:700;margin-bottom:1rem}.about-card-description{color:#333;font-size:1.2rem;font-weight:300;margin-top:auto}@media (min-width:1200px){.cards{grid-template-columns:repeat(3,1fr)}}@media (max-width:1199px) and (min-width:768px){.cards{grid-template-columns:repeat(2,1fr);justify-content:center}.about-card:nth-child(3){grid-column:1/-1;justify-self:center}.onas-container{padding:0}.about-card{height:100%;max-width:100%;padding:20px}.about-card-description{margin-top:auto}}@media (max-width:768px){.onas-container{padding:0}.cards{grid-template-columns:1fr}.card{max-width:none;width:95%}.about-row{align-items:center;flex-direction:column}.about-col{margin-bottom:1rem;width:100%}.about-image-1{max-width:90%}.about-image-icon{max-width:12rem}.title{font-size:3.5rem}.about-description-1{font-size:1.8rem}}@media (max-width:480px){.title{font-size:2.5rem}.about-description-1{font-size:1.8rem}.card-title{font-size:1.6rem}}.onas-container{margin:0 auto;padding:20px}.background{background-color:#fff;border-radius:8px;padding:20px}.events-row{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin-bottom:2rem}.events-row.reverse{flex-direction:row-reverse}.events-col{border-radius:8px;color:#333;flex:1 1 48%;font-family:Roboto Condensed,sans-serif;padding:1rem;text-align:center}.events-image{border-radius:15px;box-shadow:0 4px 10px #0000001a;height:auto;max-width:75%;width:100%}.events-highlight{color:#2196f3;font-weight:700}.events-description-1,.events-paragraph{color:#333;font-size:1.8rem;font-weight:700}.events-description-1{font-family:Roboto Condensed,sans-serif;margin-top:3rem;padding:0 1.5rem;text-align:center}.camps-section{padding:20px}.events-title-2{color:#333;font-family:Roboto Condensed,sans-serif;font-size:3rem;margin-bottom:2rem;text-align:center;width:100%}.camp-row{align-items:center;background-color:#f9f9f9;border-radius:8px;display:flex;flex-direction:row;margin-bottom:20px;padding:20px}.camp-image-col{flex:1 1;margin-right:20px;max-width:300px}.camp-image{border-radius:8px;box-shadow:0 4px 10px #0000001a;cursor:pointer;height:auto;width:100%}.camp-content-col{display:flex;flex:2 1;flex-direction:column}.camp-title{color:#333;font-family:Roboto Condensed,sans-serif;font-size:1.5rem;margin-bottom:10px}.camp-date,.camp-price{color:#555;font-size:1rem;margin-bottom:10px}.camp-description{margin-bottom:15px}.application-button,.camp-description{font-family:Roboto Condensed,sans-serif}.application-button{background-color:#007bff;border-radius:5px;color:#fff;display:inline-block;padding:10px 20px;text-decoration:none;transition:background-color .3s;width:fit-content}.application-button:hover{background-color:#0056b3}.coming-soon{color:#555;font-family:Roboto Condensed,sans-serif;font-size:1.5rem;margin-top:20px;text-align:center}.poster-overlay{align-items:center;background:#000c;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.enlarged-poster{border-radius:10px;max-height:90%;max-width:90%}@media (min-width:768px){.events-row{flex-direction:row}.onas-container{margin-top:10rem;padding:0}.events-col{flex:1 1 45%}.events-description-1,.events-paragraph{font-size:1.5rem}}@media (min-width:992px){.events-image{max-width:80%}}@media (max-width:767px){.events-row{align-items:center;flex-direction:column}.onas-container{margin-top:10rem;padding:0}.events-col{flex:1 1 100%;padding:.5rem}.events-image{max-width:90%;width:90%}.events-title-2{font-size:2.5rem}.events-description-1,.events-paragraph{font-size:1.4rem;padding:0 1rem}.camp-row{align-items:flex-start;flex-direction:column}.camp-image-col{margin-bottom:15px;margin-right:0;max-width:100%}.coming-soon{font-size:1.2rem}}.camp-card{background-color:#fff;border-radius:12px;box-shadow:0 6px 20px #00000014;display:flex;flex-direction:column;margin:2rem auto;max-width:800px;overflow:hidden;transition:transform .3s ease;width:100%}.camp-card:hover{transform:translateY(-5px)}.camp-card-image{border-bottom:1px solid #eee;height:auto;overflow:hidden;width:100%}.camp-card-image img{border-radius:0;cursor:pointer;display:block;height:auto;transition:transform .3s;width:100%}.camp-card-image img:hover{transform:scale(1.05)}.camp-card-content{font-family:Roboto Condensed,sans-serif;padding:20px}.camp-card-content h3{color:#2196f3;font-size:1.7rem;margin-bottom:.5rem}.camp-date,.camp-price{color:#777;font-size:.95rem;font-weight:700;margin-bottom:.25rem}.camp-description{color:#555;font-size:1rem;margin-bottom:1.5rem;margin-top:10px}@media (min-width:768px){.camp-card{flex-direction:row}.camp-card-image{flex:1 1;max-width:280px}.camp-card-content{flex:2 1;padding:30px}}.form-overlay{align-items:center;background-color:#0009;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.form-container{background:#fff;border-radius:10px;max-width:450px;padding:30px;width:90%}.form-container form{display:flex;flex-direction:column;gap:10px}.form-container input{font-size:16px;padding:8px}.form-container button{cursor:pointer;font-size:16px;padding:10px}.application-form-overlay{align-items:center;background-color:#002850cc;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:999}.application-form{animation:slideDown .3s ease-out;background-color:#fff;border-radius:16px;box-shadow:0 10px 30px #0003;max-width:500px;padding:30px;width:90%}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.application-form h2{color:#004080;font-size:24px;margin-bottom:20px;margin-top:0;text-align:center}.application-form label{color:#036;display:block;font-weight:700;margin-bottom:8px}.application-form input{border:1px solid #b0c4de;border-radius:8px;font-size:16px;margin-bottom:18px;padding:10px;width:100%}.application-form button{border:none;border-radius:8px;cursor:pointer;font-size:16px;margin-right:10px;padding:10px 20px;transition:background-color .3s ease}.application-form button[type=submit]{background-color:#06c;color:#fff}.application-form button[type=submit]:hover{background-color:#004a99}.application-form button[type=button]{background-color:#ccc;color:#333}.application-form button[type=button]:hover{background-color:#999}.form-wrapper{background:#f9f9f9;margin:40px auto;padding:20px}.camp-form h2{color:#2196f3;text-align:center}.camp-form fieldset{border:1px solid #ccc;border-radius:8px;padding:15px}.camp-form input,.camp-form select,.camp-form textarea{border-radius:6px;margin:10px 0;padding:10px}.camp-form input:focus,.camp-form select:focus,.camp-form textarea:focus{border-color:#2196f3;box-shadow:0 0 3px #2196f399}.submit-button{border-radius:6px;font-size:1rem;padding:12px 20px;transition:background .3s ease}.stay-info-box{background-color:#e3f2fd;border-left:6px solid #2196f3;border-radius:10px;box-shadow:0 6px 20px #0000000f;font-family:Roboto Condensed,sans-serif;margin:50px auto;max-width:1000px;padding:30px;text-align:center;transition:transform .3s ease}.stay-info-box:hover{transform:translateY(-4px)}.stay-info-box h2{color:#0d47a1;font-size:2rem;margin-bottom:20px}.stay-info-box p{color:#333;font-size:1.2rem;line-height:1.6}.highlight{color:#1976d2;font-weight:700}@media (max-width:768px){.stay-info-box{margin:30px 1rem;padding:20px}.stay-info-box h2{font-size:1.6rem}.stay-info-box p{font-size:1rem}}.contactform-section{align-items:center;display:flex;font-family:Roboto Condensed,sans-serif;height:90vh;justify-content:center;padding:2rem}.visually-hidden{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.status-success{color:green;margin-top:1rem}.status-error{color:red;margin-top:1rem}.contactform-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000001a;max-width:600px;padding:2rem;text-align:center;width:100%}.contactform-title{color:#333;font-size:2rem;font-weight:700;margin-bottom:1.5rem}.contactform-content{display:flex;flex-direction:column;gap:1.2rem}.contactform-input,.contactform-textarea{border:2px solid #ccc;border-radius:8px;font-size:1rem;outline:none;padding:.8rem 1rem;transition:border-color .2s ease;width:100%}.contactform-textarea{height:150px;resize:none}.contactform-input:focus,.contactform-textarea:focus{border-color:#2196f3}.contactform-button{background-color:#2196f3;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:.9rem 1.5rem;transition:background-color .2s ease}.contactform-button:hover{background-color:#1976d2}@media (min-width:768px){.contactform-card{margin-top:8rem;padding:3rem}.contactform-title{font-size:2.5rem}.contactform-button,.contactform-input,.contactform-textarea{font-size:1.2rem}}@media (max-width:400px){.contactform-section{margin-top:5rem}}.footer{background-color:#fff;font-size:clamp(.8rem,2vw,1rem);margin-bottom:.5rem;text-align:center}.link{color:#2196f3;font-size:clamp(1rem,2.3vw,1.2rem);font-weight:700}.form-wrapper{background-color:#f9f9f9;border:2px solid #2196f3;border-radius:12px;box-shadow:0 4px 12px #0000001a;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:10rem auto 40px;max-width:700px;padding:30px}.form-wrapper h2{color:#2196f3;margin-bottom:30px;text-align:center}.camp-form fieldset{border:none;margin-bottom:20px;padding:0}.camp-form legend{color:#2196f3;font-size:1.1rem;font-weight:700;margin-bottom:10px}.camp-form input,.camp-form select,.camp-form textarea{border:1px solid #ccc;border-radius:8px;font-size:1rem;margin-bottom:15px;padding:10px 12px;transition:border .3s ease;width:100%}.camp-form input:focus,.camp-form select:focus,.camp-form textarea:focus{border:1px solid #2196f3;box-shadow:0 0 5px #2196f366;outline:none}.camp-form select{background-color:#fff}.submit-button{background-color:#2196f3;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;padding:12px;transition:background-color .3s ease;width:100%}.submit-button:hover{background-color:#1976d2}textarea{resize:vertical}
/*# sourceMappingURL=main.2ebfd499.css.map*/