*{margin:0;padding:0;box-sizing:border-box;text-decoration:none;list-style:none}body{font-family:Cabin,sans-serif}h1,h2,h3,h4{font-family:Montserrat,sans-serif}html{scroll-behavior:smooth}.about-container{display:flex;flex-direction:column;gap:5rem;padding:6rem 5rem;background-color:#f2f2f2;scroll-margin-top:180px}@media (max-width: 768px){.about-container{padding:4rem 1rem;gap:4rem;scroll-margin-top:100px}}.about-section{display:flex;flex-direction:column;gap:2.5rem;max-width:1440px;width:100%;margin:0 auto}@media (max-width: 768px){.about-section{gap:1.5rem}}.about-section:first-child{width:90%}@media (max-width: 768px){.about-section:first-child{padding:0 .5rem}}.about-title{font-size:2rem;font-weight:700;color:#021686;margin-bottom:.5rem;text-transform:uppercase;display:flex;align-items:center;justify-content:center;gap:1rem}@media (max-width: 768px){.about-title{font-size:20px}}.map-wrapper{width:100%;height:300px;border-radius:10px;overflow:hidden;box-shadow:0 4px 12px #0003}.map-iframe{width:100%;height:100%;border:none}.schedule-table{display:flex;flex-direction:column;gap:1rem;font-size:1.1rem;width:60%;margin:0 auto}@media (max-width: 768px){.schedule-table{width:90%}}.schedule-row{display:flex;justify-content:space-between;padding:.75rem 1.25rem;background-color:#fff;border-radius:8px;box-shadow:0 2px 6px #0000001a;font-size:20px;letter-spacing:.5px}@media (max-width: 768px){.schedule-row{font-size:16px;padding:14px}}.day{font-weight:600;color:#333}.hours{color:#555}.carousel-container{position:relative;display:flex;align-items:center;overflow:hidden;width:100%;height:250px;padding:1rem 6rem;box-sizing:border-box}@media (max-width: 1068px){.carousel-container{padding:1rem 3rem}}@media (max-width: 768px){.carousel-container{height:auto;padding-bottom:0}}@media (max-width: 768px){.carousel-container:first-child{height:200px}}.carousel-track{display:flex;overflow-x:scroll;scroll-behavior:auto;scrollbar-width:none;-ms-overflow-style:none;align-items:center;gap:4rem;width:100%}@media (max-width: 768px){.carousel-track{gap:3.5rem;min-height:80px}}@media (max-width: 329px){.carousel-track{gap:2.5rem}}.carousel-track::-webkit-scrollbar{display:none}.carousel-card-image{display:flex;flex:0 0 20%;transition:box-shadow .3s ease;cursor:pointer;border-radius:50%;height:200px;align-items:center;justify-content:space-between;flex-direction:column;gap:1rem}@media (max-width: 1068px){.carousel-card-image{min-height:110px;max-height:130px;justify-content:flex-start}}.carousel-image-wrapper{display:flex;height:150px;overflow:hidden;box-shadow:1px 1px 1px #000;background-color:#021686;border-radius:50%;transition:opacity .5s ease}@media (max-width: 1068px){.carousel-image-wrapper{height:100px}}@media (max-width: 768px){.carousel-image-wrapper{height:70px}}.carousel-image{transition:box-shadow .3s ease;pointer-events:auto;opacity:.4;width:150px;object-fit:contain;transition:opacity .5s ease}@media (max-width: 1068px){.carousel-image{font-size:2rem;width:100px}}@media (max-width: 768px){.carousel-image{width:70px}}.carousel-image-wrapper:hover .carousel-image{opacity:1}.arrow{position:absolute;top:50%;transform:translateY(-50%);font-size:2rem;color:#021686;padding:1rem;transition:background-color .3s ease;z-index:9999;-webkit-user-select:none;user-select:none;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer}@media (max-width: 1068px){.arrow{font-size:22px;padding:10px}}.left-arrow{left:0}.right-arrow{right:0}.arrow:hover{background-color:#021686;color:#fff}.carousel-image-text{margin-top:.5rem;text-align:center;font-size:1rem;color:#000}@media (max-width: 768px){.carousel-image-text{font-size:14px}}.carousel-icon{width:150px;display:flex;align-items:center;justify-content:center;border-radius:4;font-size:4rem;color:#fff;opacity:.4;transition:opacity .5s ease}@media (max-width: 1068px){.carousel-icon{font-size:2rem;width:100px}}@media (max-width: 768px){.carousel-icon{width:70px}}.carousel-icon:hover{opacity:1}.features-container{display:flex;flex-direction:column;justify-content:center;background-color:#f2f2f2}.features-content-1{padding:6rem 5rem;max-width:1440px;margin:0 auto;width:100%}@media (max-width: 1068px){.features-content-1{padding:2rem 1rem 1.5rem}}.features-content-2{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:5rem;overflow:hidden;z-index:0;color:#fff}@media (max-width: 768px){.features-content-2{padding:2rem;gap:8px}}.features-content-2:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/assets/features-img-wsp-DDwEnFTN.jpg);background-size:auto;background-position:bottom;filter:blur(4px);transform:scale(1.05);z-index:-1}.features-content-2-container-title{display:flex;justify-content:center;align-items:center;gap:1rem}.features-content-2-container-title img{width:150px}@media (max-width: 768px){.features-content-2-container-title img{width:75px}}.features-content-2-title{color:#fff;font-size:3rem;width:45%}@media (max-width: 768px){.features-content-2-title{width:100%;font-size:20px}}.features-content-2-subtitle{color:#fff;font-size:2rem;text-align:center}@media (max-width: 1068px){.features-content-2-subtitle{font-size:16px}}.features-content-2-btn{padding:1rem 2rem;border-radius:16px;font-weight:700;letter-spacing:1px;margin-top:2rem;font-size:16px;font-family:Montserrat,sans-serif;border:none;background:#021686;color:#fff;transition:all .3s ease;cursor:pointer;box-shadow:0 4px #000c50}@media (max-width: 768px){.features-content-2-btn{margin-top:1rem}}.features-content-2-btn:hover{transform:translateY(2px);box-shadow:0 2px #000c50}.features-content-2-btn:active{transform:translateY(4px);box-shadow:0 0 #000c50}.footer{background-color:#030f50;padding:3rem 7rem 2rem;display:flex;flex-direction:column;gap:1rem}@media (max-width: 768px){.footer{padding:3rem 1.5rem 1rem}}.footer-content{color:#fff;display:flex;flex-wrap:wrap;justify-content:space-between;width:90%;margin:0 auto;gap:2rem;align-items:center;max-width:1440px}@media (max-width: 768px){.footer-content{justify-content:center}}.footer-end{padding:0 7rem 1rem;background-color:#030f50;color:#fff;display:flex;justify-content:center;align-items:center;flex-direction:column}@media (max-width: 768px){.footer-end{padding:1rem 1.5rem 0}}.footer-end p{color:#d5d3d3}@media (max-width: 768px){.footer-end p{font-size:14px}}.footer-end span{text-align:center;margin-top:1.5rem;font-size:12px;color:#999}.footer-end a{color:#fff;font-weight:700;text-decoration:underline;letter-spacing:.5px}.footer-info{display:flex;flex-direction:column}.footer-left{min-width:200px;display:flex;align-items:center;color:#d5d3d3}@media (max-width: 768px){.footer-left{justify-content:center}}.footer-logo{max-width:150px}.footer-right{display:flex;flex-direction:column;gap:1rem;text-align:right;justify-content:flex-end;align-items:flex-end}.footer-links{list-style:none;display:flex;gap:8px;padding:0;margin:0;flex-wrap:wrap;flex-direction:column}.footer-links a{color:#fff;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#ddd}.footer-info p{font-size:14px;color:#8d8d8d}.footer-info p:first-child{margin:.3rem 0;font-weight:700;font-size:16px;color:#fff}.footer-socials{margin-top:2rem;display:flex;gap:1rem;text-align:left;justify-content:flex-start;align-items:flex-start}@media (max-width: 768px){.footer-socials{align-items:center;justify-content:center}}.footer-socials a{color:#8d8d8d;font-size:2rem;transition:transform .5s ease}.footer-socials a:hover{transform:scale(1.1);color:#fff}@media (max-width: 768px){.footer{flex-direction:column;align-items:center;text-align:center}.footer-links{justify-content:center}}.header-container{padding:3rem 5rem 2rem;justify-content:center;align-items:center;background-color:#021686;flex-direction:column;display:flex;gap:3rem;color:#fff;position:fixed;z-index:999999999;width:100%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);top:0}@media (max-width: 1068px){.header-container{flex-direction:row;justify-content:space-between;padding:2rem 1.5rem 1.5rem}}.header-scrolled{background-color:#021686d6;transition:background-color .3s ease;box-shadow:0 2px 6px #0003}.header-logo-container{z-index:9999}.header-logo-img{width:150px;cursor:pointer}@media (max-width: 1068px){.header-logo-img{width:75px}}.header-nav{display:flex;justify-content:center;align-items:center;list-style:none;position:relative}.header-nav-links{position:relative;cursor:pointer;text-align:center;justify-content:center;display:flex;width:250px;border-right:2px solid white;transition:font-weight .3s ease;font-weight:700}.header-nav-links a{color:#fff;text-decoration:none}.header-nav-links:last-child{border:none}.dropdown-menu.show{display:flex}.dropdown-menu li{padding:.6rem 0;white-space:nowrap;color:#8d8d8d;transition:font-weight .3s ease,color .5s ease;font-weight:400}.dropdown-menu li a{color:#8d8d8d;text-decoration:none;transition:font-weight .3s ease,color .5s ease;font-weight:400}.dropdown-menu li:hover,.dropdown-menu li a:hover{font-weight:700;color:#fff}.dropdown-menu li:last-child{border:none}.social-links-mobile{display:none}@media (max-width: 1068px){.social-links-mobile{display:flex;justify-content:center;width:100%;justify-content:space-between;color:#fff;gap:2rem;align-items:center}}.social-links-mobile a{color:#fff;font-size:2rem}.hamburger-icon{display:none;cursor:pointer;color:#fff}@media (max-width: 1068px){.hamburger-icon{display:flex;z-index:1001}.header-nav-container{position:fixed;top:0;left:0;height:100vh;width:100vw;background-color:#021686;flex-direction:column;align-items:flex-start;padding:7rem 2rem 2rem;transform:translate(-100%);transition:transform .3s ease;z-index:1000}.header-nav-container.open{transform:translate(0);display:flex;justify-content:space-between;padding-bottom:5rem}.header-nav{flex-direction:column;width:100%;gap:10px;align-items:flex-start;justify-content:flex-start}.header-nav-links{width:100%;justify-content:flex-start;padding:1rem 0;border:none;font-size:1.2rem;flex-direction:column;text-align:left}.dropdown-menu.show{display:flex;padding:0}.dropdown-menu li{border:none;padding:.3rem 0}}@media (min-width: 1069px){.header-nav-links:hover .dropdown-menu{display:block}}@media (max-width: 1068px){.dropdown-menu.show{max-height:500px;opacity:1;padding-top:8px}}.dropdown-menu{list-style:none;background-color:#021686;z-index:100;width:100%;flex-direction:column;border-radius:0 0 12px 12px}@media (min-width: 1069px){.dropdown-menu{position:absolute;top:100%;padding:8px 1rem;display:none;box-shadow:0 2px 8px #0000001a}.header-nav-links:hover .dropdown-menu{display:block}}@media (max-width: 1068px){.dropdown-menu{position:unset;overflow:hidden;max-height:0;opacity:0;padding:0;box-shadow:none;align-items:flex-start;transition:max-height .4s ease,opacity .4s ease;display:flex}}.hero-container{margin-top:235px;scroll-margin-top:235px}@media (max-width: 1068px){.hero-container{margin-top:100px;scroll-margin-top:100px}}.hero-content{position:relative;height:550px;width:100%;display:flex;justify-content:center;align-items:center;gap:4rem;background-size:cover;background-position:top;overflow:hidden;z-index:0;color:#fff;flex-direction:row-reverse}@media (max-width: 1068px){.hero-content{flex-direction:column;gap:1rem}}.hero-content:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/assets/hero-image-ViZejJ1M.png);background-size:cover;background-position:top;filter:blur(5px);transform:scale(1.05);z-index:-1}.hero-text-container{color:#fff;display:flex;flex-direction:column;gap:10px;align-items:flex-start}@media (max-width: 1068px){.hero-text-container{padding:1rem 1.5rem;align-items:center}}.hero-img-container img{width:260px}@media (max-width: 1068px){.hero-img-container img{width:150px}}.hero-title{font-size:4rem;font-size:4.5rem;text-transform:uppercase;text-shadow:3px 2px 5px #000000c2}@media (max-width: 1068px){.hero-title{font-size:30px;text-align:center}}.hero-subtitle{font-size:22px}@media (max-width: 1068px){.hero-subtitle{text-align:center;font-size:16px}}.hero-button{padding:1rem 2rem;border-radius:1rem;border:none;background:#021686;color:#fff;font-weight:700;letter-spacing:1px;font-size:20px;margin-top:1rem;transition:all .3s ease;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 4px #000c50;position:relative}@media (max-width: 1068px){.hero-button{font-size:18px}}.hero-button:hover{transform:translateY(2px);box-shadow:0 2px #000c50}.hero-button:active{transform:translateY(4px);box-shadow:0 0 #000c50}.social-bar{position:fixed;top:55%;right:0;transform:translateY(-50%);display:flex;flex-direction:column;gap:5px;background-color:#030f50;padding:16px 8px;z-index:999999;border-radius:16px 0 0 16px;box-shadow:0 1px 6px #000}@media (max-width: 1068px){.social-bar{display:none}}.social-bar a{color:#6d6d6d;padding:10px;border-radius:50%;text-align:center;font-size:24px;transition:color .5s ease}.social-bar a:hover{color:#fff}
