@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}*,::after,::before{box-sizing:border-box}blockquote,body,dd,dl,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,legend,ol,p,pre,ul{margin:0;padding:0}ol,ul{list-style:none;padding-left:0;text-decoration:none}a{text-decoration:none;color:inherit;outline:0}canvas,img,picture,svg,video{display:block;max-width:100%;pointer-events:none}img{border-style:none;-o-object-fit:cover;object-fit:cover;width:100%}button,input,select,textarea{font:inherit;background:0 0;border:none;outline:0}button,input[type=submit]{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}blockquote,q{quotes:none}table{border-collapse:collapse;border-spacing:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;overflow-x:hidden;width:100%;max-width:100vw}body{line-height:1.5}a[disabled]{cursor:default;pointer-events:none}b,strong{font-weight:700}em,i{font-style:italic}body{position:relative;font-family:Lato,sans-serif;font-weight:400;font-style:normal;color:#111827;background-color:#f9fafb;animation:fadeIn .8s ease forwards;overflow-x:hidden;width:100%;max-width:100vw;transition:overflow .3s ease}.container{max-width:1200px;padding:0 1rem;margin:0 auto;overflow:hidden}@media (max-width:992px){.container{padding:0 1rem}}@media (max-width:576px){.container{padding:0 .5rem}}.logo{display:flex;align-items:center;gap:.5em}.logo img{height:2rem;width:auto;margin-bottom:10px;padding-top:10px}.logo p{font-weight:700;font-size:2rem}i{font-size:2em;color:#58cfc3}section{padding:2rem 0;background-color:#f9fafb}@media (max-width:768px){section{padding:1rem 0}}.title-main{font-weight:600;font-family:Montserrat,sans-serif;text-align:center;text-transform:uppercase;color:#111827;font-size:2.5rem}@media (max-width:992px){.title-main{font-size:2rem}}@media (max-width:576px){.title-main{font-size:1.5rem}}@media (max-width:576px){.title-main{margin-bottom:15px}}.subtitle-main{font-size:1.25rem;color:#111827;text-align:center;margin-bottom:1.5rem}.thanks-wrapper{max-width:1000px;margin:0 auto;padding:25px;animation:slideUp .6s ease forwards;text-align:center}@media (max-width:768px){.thanks-wrapper{padding:20px}}@media (max-width:576px){.thanks-wrapper{padding:15px}}.thanks .button{margin:2rem 0 auto;padding:1rem 3rem}.thanks-title{font-family:Montserrat,sans-serif;font-size:2.5rem;margin-bottom:1rem;font-size:2.5rem}@media (max-width:992px){.thanks-title{font-size:2rem}}@media (max-width:576px){.thanks-title{font-size:1.5rem}}.thanks-paragraph{margin-bottom:2rem;margin:0 auto;color:#3a3a3a}.thanks-paragraph p{margin-bottom:1rem}.thanks-text{font-size:1.5rem;color:#3a3a3a;margin-bottom:2rem;font-size:1.5rem}@media (max-width:992px){.thanks-text{font-size:1.25rem}}@media (max-width:576px){.thanks-text{font-size:1rem}}.thanks-image{margin-bottom:2rem}.thanks-image img{height:150px;border-radius:10px;box-shadow:0 5px 10px -5px rgba(152,151,151,.37);transition:transform .3s ease}.thanks-image img:hover{transform:scale(1.05)}.services-full-img{width:100%;height:100%}.services-full-content{padding:1rem}.services-full-list{display:flex;flex-direction:column;gap:1rem;justify-content:space-between;align-items:center}.services-full-list-item h3{font-weight:700}.services-full-list-item p{display:block}.services-full-list-item span{color:#3c748a}.button{display:inline-block;padding:1rem 1.5rem;border-radius:1rem;cursor:pointer;outline:0;text-align:center;font-weight:600;background-color:#58cfc3;color:#fff;transition:background-color .3s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease}.button:hover{background-color:rgb(60.2702325581,199.0297674419,185.0372093023)}.button:hover:hover{box-shadow:0 4px 12px rgba(0,0,0,.15)}a{text-decoration:none}input,select,textarea{color:#111827}input::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder{color:rgba(17,24,39,.6)}input::placeholder,select::placeholder,textarea::placeholder{color:rgba(17,24,39,.6)}input::-webkit-input-placeholder,select::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:rgba(17,24,39,.6)}input::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder{color:rgba(17,24,39,.6);opacity:1}input:-ms-input-placeholder,select:-ms-input-placeholder,textarea:-ms-input-placeholder{color:rgba(17,24,39,.6)}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes slideUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.header{background-color:#011c2b;color:#fff;position:sticky;top:0;z-index:9999;width:100%}.header img{width:70px;height:70px;-o-object-fit:contain;object-fit:contain}.header .navbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;position:relative}.header .navbar .logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:#fff;transition:opacity .3s ease}.header .navbar .logo:hover{opacity:.8}.header .navbar .logo p{font-size:1rem;font-family:Montserrat,sans-serif;font-weight:600;margin:0}.header .navbar .menu-list{display:flex;align-items:center;gap:2rem;list-style:none;margin:0;padding:0}.header .navbar .menu-list li{position:relative}.header .navbar .menu-list a{position:relative;color:#fff;text-decoration:none;font-size:1rem;font-family:Lato,sans-serif;font-weight:400;transition:color .3s ease;display:block;padding:.5rem 0}.header .navbar .menu-list a:hover{color:#3c748a}.header .navbar .menu-list a::after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#3c748a;transition:width .3s ease}.header .navbar .menu-list a:hover::after{width:100%}.header .navbar .burger{display:none;background:0 0;border:none;padding:.5rem;cursor:pointer;position:relative;z-index:10001;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.header .navbar .burger i{font-size:1.5rem;color:#fff;transition:color .3s ease;display:block}.header .navbar .burger.active i{color:#111827!important}.header .navbar .burger:hover{opacity:.8}@media (min-width:769px){.header .navbar .burger{display:none!important}}@media (max-width:768px){.header .navbar .burger{display:flex!important}.header .navbar .menu-list{position:fixed;top:0;right:0;width:100%;max-width:100vw;height:100vh;height:100dvh;background-color:#fff;flex-direction:column;align-items:center;justify-content:flex-start;gap:0;padding:5rem 2rem 2rem;z-index:10000;box-shadow:-5px 0 20px rgba(0,0,0,.15);overflow-y:auto;overflow-x:hidden;transform:translateX(100%);transition:transform .4s cubic-bezier(.4,0,.2,1);visibility:hidden;opacity:0;pointer-events:none}.header .navbar .menu-list.active{transform:translateX(0);visibility:visible;opacity:1;pointer-events:auto}.header .navbar .menu-list li{width:100%;text-align:center;border-bottom:1px solid rgba(58,58,58,.1)}.header .navbar .menu-list li:last-child{border-bottom:none}.header .navbar .menu-list a{font-size:clamp(1.125rem,4vw,1.5rem);color:#111827;padding:1.25rem 1rem;width:100%;display:block;font-weight:500}.header .navbar .menu-list a::after{display:none}.header .navbar .menu-list a:hover{color:#3c748a;background-color:rgba(60,116,138,.05)}.header .navbar .menu-list a:active{background-color:rgba(60,116,138,.1)}}.hero-second{background-color:#fff;color:#111827}.hero-second-wrapper{height:auto;margin:0 auto;display:flex;justify-content:center;align-items:center;text-align:center;flex-direction:column;gap:2rem}.hero-second-title{font-size:2.5rem;color:#111827}h2{color:#3c748a}.program img{height:200px;width:400px;border-radius:1rem;box-shadow:0 5px 10px -5px rgba(152,151,151,.37);transition:transform .3s ease}.program img:hover{transform:scale(1.05)}.program-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(370px,1fr));gap:30px;margin-bottom:2rem}.program-content{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.program-content img{height:200px;width:200px;border-radius:1rem;box-shadow:0 5px 10px -5px rgba(152,151,151,.37);transition:transform .3s ease}.program-content img:hover{transform:scale(1.05)}.program-list{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:5px;list-style:decimal inside}.program-cta{max-width:500px;margin:0 auto 1rem;text-align:center;font-size:1.5rem}.program-button{display:block;width:-moz-fit-content;width:fit-content;margin:0 auto}.blog-post{background-color:#f9fafb;max-width:800px;margin:0 auto}.blog-post .blog-date{text-align:right}.blog-post img{height:200px;width:300px;border-radius:1rem;box-shadow:0 5px 10px -5px rgba(152,151,151,.37);transition:transform .3s ease;margin-bottom:25px}.blog-post img:hover{transform:scale(1.05)}.post-intro{font-size:1.5rem;color:#3a3a3a;margin-bottom:24px}.post-content h3{font-family:Montserrat,sans-serif;margin-bottom:10px}.post-content p{margin-bottom:25px}.post-content img{margin:0 auto;width:600px;height:400px;margin-bottom:10px;-o-object-fit:cover;object-fit:cover}.banner-min{height:200px}.banner-min i{font-size:40px}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.hero{background-color:#fff}.hero-bg{display:grid;grid-template-columns:1fr 1fr;border-radius:1rem;overflow:hidden;box-shadow:0 5px 10px -5px rgba(152,151,151,.37)}@media (max-width:768px){.hero-bg{grid-template-columns:1fr}}.hero-text{display:flex;flex-direction:column;text-align:left;color:#041834;background-color:#fff;border-radius:1rem 0 0 1rem;padding:2rem 1rem;gap:1.5rem;justify-content:center}@media (max-width:768px){.hero-text{padding:2rem;border-radius:1rem 1rem 0 0}}.hero .title-main{margin-bottom:1rem;font-size:clamp(2rem,4vw,2.5rem);font-family:Montserrat,sans-serif;font-weight:700;color:#041834;line-height:1.2;text-align:left}.hero .subtitle-main{font-size:clamp(1rem,2vw,1.5rem);line-height:1.6;color:#111827;text-align:left;margin-bottom:.5rem}.hero-btn{display:block;margin:1rem auto 0;text-align:center}.hero-wrapper{display:flex;align-items:center;justify-content:center;background-color:#fff;overflow:hidden;position:relative}@media (max-width:768px){.hero-wrapper{border-radius:0 0 1rem 1rem;padding:1.5rem}}.hero img{width:100%;height:100%;min-height:400px;max-height:600px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:transform .3s ease}@media (max-width:768px){.hero img{min-height:300px;max-height:400px}}.hero img:hover{transform:scale(1.02)}.hero .button{margin:0 auto;transition:all .3s ease}@media (max-width:768px){.hero .button{font-size:1rem;padding:.875rem 1.5rem}}@media (max-width:578px){.hero-wrapper{padding:1rem}.hero-text{padding:1.5rem 1rem}.hero .title-main{margin-bottom:.75rem}.hero .subtitle-main{margin-bottom:1rem}}.about2 p{margin-bottom:.5rem;color:#58cfc3 span;color-color:#58cfc3}.about2 h1{text-align:center;margin-bottom:1rem;font-size:2.5rem}@media (max-width:576px){.about2 h1{font-size:2rem}}.about2-group{display:flex;flex-direction:column;margin:0 auto}.about2-grid{position:relative;align-items:start;display:grid;grid-template-columns:repeat(auto-fit,minmax(370px,1fr));gap:30px}@media (max-width:768px){.about2-grid{grid-template-columns:1fr;padding:0 2rem;gap:.5rem}}.about2-image{position:sticky;align-self:start}@media (max-width:768px){.about2-image{position:relative;top:0}}.about2-text{margin-bottom:.5rem}.about2 h3,.about2 span{color:#3c748a;font-size:1.25rem}.about2 img{aspect-ratio:4/4;width:100%;max-width:400px;margin:0 auto 2rem auto;border-radius:1rem}@media (max-width:576px){.about2 img{width:100%;height:-moz-min-content;height:min-content}}.about2-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}@media (max-width:768px){.about2-content{grid-template-columns:1fr}}.about1{background-color:#f9fafb}@media (max-width:768px){.about1 .container{padding:1.5rem 1rem}}.about1-wrapper{background-color:#fff;border-radius:1rem;box-sizing:border-box;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media (max-width:768px){.about1-wrapper{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem}}@media (max-width:576px){.about1-wrapper{gap:1rem;padding:1rem}}.about1 h2{font-size:clamp(1.5rem,4vw,2.5rem);font-family:Montserrat,sans-serif;font-weight:700;color:#111827;margin-bottom:1rem;text-transform:uppercase}.about1 p{font-size:clamp(1rem,2vw,1.125rem);color:#111827;margin:0}.about1 p:first-of-type{padding-top:0}.about1 p:last-of-type{padding-bottom:0}.about1 span{color:#3c748a;font-weight:700;text-transform:uppercase;display:block}.about1-picture{display:flex;flex-direction:column;align-self:start;position:sticky}@media (max-width:992px){.about1-picture{position:relative;top:0}}.about1-picture img{aspect-ratio:1/1;margin:0 auto;border-radius:1rem;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:transform .3s ease;box-shadow:0 5px 10px -5px rgba(152,151,151,.37)}.about1-picture img:hover{transform:scale(1.02)}@media (max-width:576px){.about1-picture img{min-height:200px;-o-object-fit:cover;object-fit:cover}}.about1-content{display:flex;max-width:800px;margin:0 auto;flex-direction:column;gap:1rem}.cta2{background-color:rgba(60,116,138,.1)}.cta2-wrapper{border-radius:1rem;box-shadow:0 5px 10px -5px rgba(152,151,151,.37);padding:1rem;background-color:#fff;border:1px solid #fff;margin:0 auto;background-color:#fff;display:flex;max-width:clamp(300px,90%,800px);flex-direction:row;align-items:center;justify-content:center;gap:1rem;padding:2rem 1.5rem}@media (max-width:768px){.cta2-wrapper{padding:1.5rem 1rem}}@media (max-width:512px){.cta2-wrapper{flex-direction:column;gap:1.5rem}}.cta2-image{flex-shrink:0;max-width:300px;width:100%;display:block;overflow:hidden}@media (max-width:768px){.cta2-image{max-width:200px}}@media (max-width:512px){.cta2-image{max-width:100%}}.cta2-image img{width:100%;aspect-ratio:1/1;height:auto;border-radius:1rem;display:block;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.cta2-image img:hover{transform:scale(1.05)}.cta2-block{flex:1;display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}@media (max-width:512px){.cta2-block{width:100%}}.cta2-title{margin:0;font-size:clamp(1.5rem,4vw,2.5rem);font-family:Montserrat,sans-serif;font-weight:700;color:#111827;line-height:1.2}.cta2-title span{display:block}.cta2-text{border-top:2px solid #3c748a;border-bottom:2px solid #3c748a;padding:1rem 0;margin:0;color:#111827;font-size:clamp(1rem,2vw,1.25rem);line-height:1.6;width:100%}.cta2 .button{margin:0;max-width:300px;width:100%;transition:all .3s ease}@media (max-width:512px){.cta2 .button{max-width:100%}}.cta2 .button:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.2)}.services1{background-color:#f9fafb}.services1 .button{padding:1rem 1rem;transition:all .3s ease;margin-top:auto}.services1 .button:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.2)}.services1-text{text-align:center;line-height:1.6;color:rgba(17,24,39,.8)}.services1-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}@media (max-width:992px){.services1-list{grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}}@media (max-width:576px){.services1-list{grid-template-columns:1fr}}.services1-box{border-radius:1rem;box-shadow:0 5px 10px -5px rgba(152,151,151,.37);padding:1rem;background-color:#fff;border:1px solid #fff;overflow:hidden;transition:all .3s ease;background-color:#fff;position:relative;display:flex;flex-direction:column;border:1px solid #ebebeb}.services1-box-content{padding:1rem 0;display:flex;flex-direction:column;gap:.5rem;width:100%}@media (max-width:576px){.services1-box-content{padding:1rem .5rem}}.services1-box-content a{display:block;width:100%;text-align:center}.services1-box:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.15)}.services1-img{width:100%;overflow:hidden}.services1-img img{width:100%;height:auto;aspect-ratio:4/4;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:1rem;transition:transform .3s ease}.services1-img img:hover{transform:scale(1.05)}@media (max-width:576px){.services1-img img{min-height:200px;max-height:250px}}.services1-title{font-size:clamp(1.125rem,2.5vw,1.25rem);font-family:Montserrat,sans-serif;font-weight:700;text-align:center;color:#111827;line-height:1.2}.services1-description{margin-bottom:1rem;list-style:none;padding:0}.services1-description li{display:flex;align-items:flex-start;margin-bottom:.75rem;padding:0 1rem;gap:.5rem}.services1-description li p{flex:1;margin:0;font-size:clamp(.875rem,1.5vw,1rem);line-height:1.5;color:#111827}.services1-description li i{flex-shrink:0;font-size:clamp(1rem,2vw,1.25rem);width:24px;color:rgba(60,116,138,.4);text-align:center}.faq3{background-color:#fff A}.faq3 h2{font-size:clamp(1.5rem,4vw,2.5rem);font-family:Montserrat,sans-serif;font-weight:700;text-align:center}.faq3-content{display:grid;gap:2rem;grid-template-columns:1fr;max-width:clamp(300px,90%,760px);margin:0 auto}.faq3-list{display:grid;gap:1rem;border-radius:1rem;box-shadow:0 5px 10px -5px rgba(152,151,151,.37);padding:1rem;background-color:#fff;border:1px solid #fff;padding:1.5rem;background-color:#fff}@media (max-width:576px){.faq3-list{padding:1rem;gap:.75rem}}.faq3-item{border-radius:1rem;overflow:hidden;background-color:rgba(60,116,138,.1);border:1px solid #ebebeb;transition:all .3s ease}.faq3-item[open]{background-color:rgba(60,116,138,.2)}.faq3-item:hover{box-shadow:0 5px 15px rgba(0,0,0,.1)}.faq3-question{display:flex;align-items:center;gap:.75rem;font-size:clamp(1rem,2vw,1.25rem);font-family:Montserrat,sans-serif;font-weight:600;color:#111827;margin:0;line-height:1.4}.faq3-question i{font-size:clamp(1.5rem,2vw,1.25rem);color:#58cfc3;flex-shrink:0}.faq3 summary{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;cursor:pointer;list-style:none;transition:all .3s ease}.faq3 summary::-webkit-details-marker{display:none}.faq3 summary::marker{display:none}.faq3 summary:hover{background-color:rgba(60,116,138,.05)}.faq3-answer{padding:1rem 1.5rem 1.5rem;border-top:1px solid rgba(60,116,138,.2);font-size:clamp(.875rem,1.5vw,1rem);line-height:1.6;color:#111827;margin:0;animation:fadeIn .3s ease}@media (max-width:576px){.faq3-answer{padding:.75rem 1rem 1rem}}.faq3 img{border-radius:1rem;-o-object-fit:cover;object-fit:cover;margin:0 auto;width:100%;height:auto}@keyframes fadeIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.stats{background-color:#f9fafb}.stats-list{display:grid;margin-top:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}@media (max-width:992px){.stats-list{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem}}@media (max-width:768px){.stats-list{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem}}.stats-item{border-radius:1rem;box-shadow:0 5px 10px -5px rgba(152,151,151,.37);padding:1rem;background-color:#fff;border:1px solid #fff;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:1rem;background-color:rgba(88,207,195,.1);text-align:center;padding:1rem .5rem;transition:all .3s ease}.stats-item:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.15)}.stats-item h4{font-size:clamp(1.125rem,2vw,1.25rem);font-family:Montserrat,sans-serif;font-weight:700;margin:0;padding-top:0;line-height:1.2;color:#111827}.stats-item p{font-size:clamp(.875rem,1.5vw,1rem);margin:0;padding:0;line-height:1.5}.stats-icon{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.stats-icon i{font-size:clamp(2rem,3vw,1.5rem);color:#58cfc3}.stats-content{display:flex;flex-direction:column;align-items:center;gap:.5rem;width:100%}.contact3{background-color:#f9fafb;background-color:rgba(60,116,138,.1)}.contact3 h2{text-align:center;font-size:clamp(1.5rem,4vw,2rem);font-family:Montserrat,sans-serif;font-weight:700;margin-bottom:2rem;color:#111827}.contact3 .contact-map iframe{width:100%;height:400px;border-radius:1rem}.contact3 .form-wrapper{display:grid;grid-template-columns:1fr 1fr;margin:0 auto;padding:2rem;max-width:clamp(300px,90%,900px);box-shadow:0 5px 10px -5px rgba(152,151,151,.37);border-radius:1rem;align-items:start;gap:2rem}@media (max-width:768px){.contact3 .form-wrapper{grid-template-columns:1fr;padding:1.5rem;gap:1.5rem}}.contact3 .form{padding:1.5rem;width:100%;border-radius:1rem;border:1px solid #fff;box-shadow:0 5px 10px -5px rgba(152,151,151,.37);background-color:#fff;display:flex;flex-direction:column;gap:1rem}.contact3 .form input,.contact3 .form select{border:1px solid #58cfc3;padding:.5rem 1rem;border-radius:1rem;color:#111827;width:100%;padding:.875rem 1rem;border:1px solid #ddd;border-radius:.8rem;background-color:#f0f2f4;transition:all .3s ease}.contact3 .form input:focus,.contact3 .form select:focus{outline:0;border-color:#3c748a}.contact3 .form input:focus,.contact3 .form select:focus{outline:0;border-color:#58cfc3;box-shadow:0 0 0 3px rgba(88,207,195,.1)}.contact3 .form input::-moz-placeholder,.contact3 .form select::-moz-placeholder{color:rgb(47.9642857143,67.7142857143,110.0357142857)}.contact3 .form input::placeholder,.contact3 .form select::placeholder{color:rgb(47.9642857143,67.7142857143,110.0357142857)}.contact3 .form select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.contact3 .form select:invalid{color:rgb(80.8928571429,112.1428571429,179.1071428571)}.contact3 .form select option{color:#111827;background-color:#fff}.contact3 .form-checkbox-group{margin-top:.5rem}.contact3 .form-checkbox{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:.875rem;line-height:1.5}.contact3 .form-checkbox input[type=checkbox]{width:auto;flex-shrink:0;width:18px;height:18px}.contact3 .form-checkbox span{flex:1}.contact3 .form-checkbox span a{color:#111827;text-decoration:underline;transition:color .3s ease}.contact3 .form-checkbox span a:hover{color:#58cfc3}.contact3 .form .button{margin-top:.5rem;transition:all .3s ease}.contact3 .form .button:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.2)}.contact-cards{max-width:100%;display:flex;flex-direction:column;gap:1rem}@media (max-width:768px){.contact-cards{display:flex;gap:1rem}}.contact-cards .contact-card{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem 1rem;border-radius:1rem;border:1px solid #fff;background-color:#fff;text-align:center;transition:all .3s ease}.contact-cards .contact-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.1);border-color:#3c748a}.contact-cards .contact-card i{font-size:clamp(1.5rem,3vw,2rem);color:#3c748a;margin-bottom:1rem}.contact-cards .contact-card a,.contact-cards .contact-card p{font-size:clamp(.875rem,1.5vw,1rem);color:#111827;line-height:1.5;margin:0}.contact-cards .contact-card a{text-decoration:none;transition:color .3s ease}.contact-cards .contact-card a:hover{color:#3c748a;text-decoration:underline}.reviews2 .title-main{margin-bottom:1rem}.reviews2-date{font-size:14px;color:#3a3a3a;display:block;text-align:right}.reviews2-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}@media (max-width:576px){.reviews2-list{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}.reviews2-date{margin-top:auto;text-align:center;color:#3c748a}.reviews2-box{border-radius:1rem;box-shadow:0 5px 10px -5px rgba(152,151,151,.37);padding:1rem;background-color:#fff;border:1px solid #fff;background-color:#fff;display:flex;flex-direction:column;gap:1rem;flex:1;min-width:300px}.reviews2-avatar{color:#3c748a;display:flex;align-items:center;justify-content:center;padding:0 2rem;gap:1rem;font-size:.875rem}.reviews2-avatar i{color:#3c748a;font-size:1.5rem}.reviews2-role{margin-bottom:10px}.reviews2-text{border-top:1px solid #3c748a;padding:.5rem;font-style:italic}.footer2{color:#fff;text-align:center;background-color:#011c2b;padding:3rem 0}.footer2 img{width:70px;height:70px;border-radius:1rem}.footer2-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem;padding:0}@media (max-width:768px){.footer2-wrapper{grid-template-columns:1fr;gap:2rem}}.footer2-column{display:flex;flex-direction:column;align-items:center;text-align:center}.footer2-column .logo{width:100%;max-width:200px;margin:0 auto 1rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}.footer2-column p{font-size:clamp(.875rem,1.5vw,1rem);line-height:1.6;margin:0;color:rgba(255,255,255,.9)}.footer2-column-title{font-size:clamp(1rem,2vw,1.25rem);font-family:Montserrat,sans-serif;font-weight:700;margin-bottom:1.5rem;text-transform:uppercase;color:#fff}.footer2-column ul{list-style:none;padding:0;margin:0;width:100%}.footer2-column ul li{margin-bottom:.75rem}.footer2-column ul li:last-child{margin-bottom:0}.footer2-column ul li a{color:rgba(255,255,255,.9);text-decoration:none;transition:all .3s ease;font-size:clamp(.875rem,1.5vw,1rem)}.footer2-column ul li a:hover{color:#fff;text-decoration:underline}.footer2-contact{width:100%}.footer2-contact li{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem;text-align:left}.footer2-contact li:last-child{margin-bottom:0}.footer2-contact li span{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.footer2-contact li i{font-size:clamp(1rem,2vw,1.25rem);color:#fff}.footer2-contact li a,.footer2-contact li p{flex:1;margin:0;color:rgba(255,255,255,.9);line-height:1.5}.footer2-contact li a{text-decoration:none;transition:all .3s ease}.footer2-contact li a:hover{color:#fff;text-decoration:underline}.footer2-bottom{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;padding:1.5rem 0;margin:0;border-top:1px solid rgba(255,255,255,.2);list-style:none}@media (max-width:576px){.footer2-bottom{flex-direction:column;gap:1rem}}.footer2-bottom li{margin:0}.footer2-bottom li a{color:rgba(255,255,255,.9);text-decoration:none;font-size:clamp(.875rem,1.5vw,1rem);transition:all .3s ease}.footer2-bottom li a:hover{color:#fff;text-decoration:underline}.footer2-copyright{text-align:center;padding:1rem 0 0;font-size:clamp(.875rem,1.5vw,1rem);color:rgba(255,255,255,.8);border-top:1px solid rgba(255,255,255,.1)}.footer2 .logo p{font-size:clamp(1rem,2vw,1.25rem);font-family:Montserrat,sans-serif;font-weight:600;color:#fff;margin:0}.privacy h1{color:#3c748a}.privacy .container{max-width:1000px}.privacy p{border-bottom:1px solid #111827;padding:1rem;margin-bottom:.5rem;margin-left:1rem}.privacy h2{margin-bottom:.4rem;font-weight:600;font-size:1.5rem;margin-top:1rem}.privacy-list{margin-bottom:1rem;margin-left:1rem;list-style-position:inside!important;padding-left:1em;list-style-type:decimal!important}.privacy-list i{font-size:1.25rem;margin-right:1rem;width:20px}.privacy .section-title{font-size:2rem;text-align:center;font-weight:600;margin-bottom:2rem}.privacy a{color:#3c748a}.privacy a:hover{text-decoration:underline}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#fff;border:1px solid #ccc;box-shadow:0 6px 20px rgba(0,0,0,.15);margin:auto;z-index:9999;display:none}.cookie-banner .cookie-container{display:flex;align-items:center;flex-wrap:wrap;gap:2rem}.cookie-banner .cookie-content{min-width:300px;flex:1;display:flex;flex-direction:column;align-items:flex-start}.cookie-banner .cookie-content h3{margin-bottom:.5rem;font-weight:600;font-family:Montserrat,sans-serif}.cookie-banner .cookie-content p{line-height:1.5;margin-bottom:1rem;color:#3a3a3a}.cookie-banner .cookie-content p a{color:#3c748a;transition:-webkit-text-decoration .3s ease;transition:text-decoration .3s ease;transition:text-decoration .3s ease,-webkit-text-decoration .3s ease}.cookie-banner .cookie-content p a:hover{text-decoration:underline}.cookie-banner .cookie-buttons{display:flex;align-items:center;gap:1rem}.cookie-banner .cookie-buttons button{min-width:120px;cursor:pointer;border:none;padding:.7rem 1rem;border-radius:.6rem;background-color:#3c748a;color:#fff;font-weight:600;transition:background-color .3s ease}.cookie-banner .cookie-buttons button:hover{background-color:rgb(44.5454545455,86.1212121212,102.4545454545)}