@charset "UTF-8";@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%}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:#1b263b;background-color:#f8f1e9;animation:fadeIn .8s ease forwards}.container{max-width:1200px;padding:1rem;margin:0 auto;border-radius:1rem}@media (max-width:992px){.container{padding:1rem}}@media (max-width:576px){.container{padding:.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:#d4a017}section{padding:.5rem 0;background-color:#f8f1e9}@media (max-width:768px){section{padding:.5rem 0}}.title-main{font-weight:600;font-family:Montserrat,sans-serif;text-align:center;text-transform:uppercase;color:#800020;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:#800020;text-align:center}.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 0 0 #fff;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:#800020}.button{display:inline-block;padding:1rem 1.5rem;border-radius:1rem;cursor:pointer;outline:0;text-align:center;font-weight:600;background-color:#d4a017;color:#fff;transition:background-color .3s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease}.button:hover{background-color:rgb(179.7940425532,135.6936170213,19.5059574468)}.button:hover:hover{box-shadow:0 4px 12px rgba(0,0,0,.15)}a{text-decoration:none}@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:#800020;box-shadow:0 0 0 #fff;color:#fff;position:sticky;top:0;z-index:9999}.header .navbar{display:flex;justify-content:space-between;align-items:center;gap:10px;width:100%}.header .navbar p{font-size:1rem}.header .navbar .menu-list{display:flex;align-items:center;gap:1rem}.header .navbar .menu-list a{position:relative;transition:color .3s ease}.header .navbar .menu-list a:hover{color:#fff}.header .navbar .menu-list a:hover::before{content:"";position:absolute;bottom:-5px;left:0;right:0;height:2px;border-radius:1px;background-color:#fff;transition:opacity .3s ease;opacity:1}.header .navbar .menu-list a::before{content:"";position:absolute;bottom:-5px;left:0;right:0;height:2px;border-radius:1px;background-color:#800020;opacity:0;transition:opacity .3s ease}.header .navbar .burger{display:none;font-size:1rem;z-index:10;color:inherit;font-size:1rem;cursor:pointer;transition:color .3s ease}.header .navbar .burger:hover{color:#ccc}@media (max-width:768px){.header .navbar .burger{display:block}.header .navbar .menu-list{position:fixed;top:0;right:-100%;width:50%;height:100vh;background:#fff;flex-direction:column;align-items:center;justify-content:center;gap:2rem;transition:right .4s ease;padding:2rem 0}.header .navbar .menu-list.active{right:0}.header .navbar .menu-list a{font-size:1rem;color:#800020}.header .navbar .menu-list a:hover{color:rgb(92.3,0,23.075)}}.hero-second{background-color:#fff;color:#1b263b}.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:#1b263b}h2{color:#800020}.program img{height:200px;width:400px;border-radius:1rem;box-shadow:0 0 0 #fff;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 0 0 #fff;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:#f8f1e9;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 0 0 #fff;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 .title-main{margin-bottom:1.5rem}.hero img{border-radius:1rem;margin:0 auto;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;height:400px;box-shadow:0 0 0 #fff}@media (max-width:768px){.hero img{margin:0 auto}}.hero-btn{display:block;margin:1rem auto;text-align:center}.hero-text{display:flex;flex-direction:column;text-align:center;color:#041834;background-color:#fff;border-radius:1rem 0 0 1rem;justify-content:space-between;padding:2rem 1rem}@media (max-width:768px){.hero-text{padding:2rem}}.hero-bg{display:flex;border-radius:1rem}.hero-wrapper{color:#fff;height:auto;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem;background-color:#fff;border-radius:0 1rem 1rem 0;animation:fadeIn 1s ease forwards}.hero .button{margin:0 auto}@media (max-width:768px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.25rem}.hero .button{font-size:1rem;margin-top:.5rem}.hero-bg{flex-wrap:wrap;flex-direction:column}.hero-wrapper{width:70%;margin:0 auto;border-radius:1rem}}@media (max-width:578px){.hero-wrapper{width:100%}}.about2{background-color:#fff}.about2 p{margin-bottom:.5rem;color:#d4a017 span;color-color:#d4a017}.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;top:4rem;align-self:start}@media (max-width:768px){.about2-image{position:relative;top:0}}.about2-text{margin-bottom:.5rem}.about2 h3,.about2 span{color:#d4a017;font-size:1.25rem}.about2 img{width:500px;height:350px;margin:0 auto 2rem auto;border-radius:1rem}@media (max-width:576px){.about2 img{width:auto;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:#f8f1e9}.about1-wrapper{background-color:#fff;border-radius:1rem;box-sizing:border-box;padding:2rem;display:grid;justify-content:flex-start;grid-template-columns:1fr 1fr;gap:2rem}@media (max-width:768px){.about1-wrapper{grid-template-columns:1fr}}.about1 h3,.about1 p{padding:1rem 0}.about1 h2{text-transform:uppercase}.about1 span{display:none;color:#800020;font-weight:700;text-transform:uppercase}.about1-picture{display:flex;flex-direction:column;height:-moz-min-content;height:min-content;position:sticky;top:4rem;align-self:start}.about1-picture img{height:300px;border-radius:1rem;-o-object-fit:cover;object-fit:cover;margin:1rem auto 0;-o-object-position:center;object-position:center}@media (max-width:768px){.about1-picture img{width:100%;height:300px}}@media (max-width:576px){.about1-wrapper{gap:0;padding:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.about1 p{font-size:.8rem}.about1 img{height:300px;width:100%}}.services2{background-color:#f8f1e9}.services2 h2{color:#800020}.services2-img{margin:0 auto}.services2-img img{border-radius:1rem;-o-object-position:center;object-position:center;height:300px;width:230px}.services2-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));align-items:center;gap:1rem}@media (max-width:992px){.services2-list{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (max-width:768px){.services2-list{grid-template-columns:1fr}}.services2-box{margin:0 auto;width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:row;border-radius:1rem;padding:1rem;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;background-color:#fff}@media (max-width:576px){.services2-box{flex-direction:column;width:100%}}.services2-box-content{padding-left:1rem;width:50%}@media (max-width:576px){.services2-box-content{width:100%}}.services2-box:hover{transform:scale(1.05);box-shadow:0 30px 50px -10px rgba(152,151,151,.37)}@media (max-width:992px){.services2{grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}}.services2-title{font-size:1.25rem;margin-bottom:1rem;font-family:Montserrat,sans-serif}.services2-description{margin-bottom:1rem}.services2-description li{display:flex;align-items:center;margin-bottom:1rem;position:relative}.services2-description li p{padding-left:3rem;font-size:1rem}.services2-description li i{position:absolute;text-align:center;display:block;width:2rem;height:1.5rem;font-size:1.25rem;color:#d4a017}.services2 .button{display:block}.services2-text{text-align:center;font-size:1.25rem;margin-bottom:2rem;color:#800020}@media (max-width:576px){.services2-img img{height:200px;width:300px;border-radius:1rem;box-shadow:0 0 0 #fff;transition:transform .3s ease;height:300px;margin-bottom:10px}.services2-img img:hover{transform:scale(1.05)}.services2-box{overflow:hidden;padding:1rem;transition:transform .3s ease,box-shadow .3s ease}.services2-box-content{padding:1rem}}.cta1{background-color:#800020}.cta1-title{display:block;margin:0 auto;text-align:center}.cta1-text{border-bottom:1px solid #800020;border-top:1px solid #800020;padding:1rem 0}.cta1-wrapper{border-radius:1rem;box-shadow:0 0 0 #fff;padding:1rem;background-color:#fff;border:1px solid #f8f1e9;margin:0 auto;background-color:#fff;max-width:550px;display:flex;gap:1rem;border-radius:1rem;padding:1rem;flex-wrap:wrap}.cta1 .button{margin:1rem auto}.stats{background-color:#f8f1e9}.stats .container{background-color:#fff}.stats-list{gap:1rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.stats-list h4{padding-top:.5rem}@media (max-width:992px){.stats-list{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}}@media (max-width:768px){.stats-list{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}}@media (max-width:576px){.stats-list{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}}.stats-item{border-radius:1rem;box-shadow:0 0 0 #fff;padding:1rem;background-color:#fff;border:1px solid #f8f1e9;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:1rem;background-color:#800020;color:#fff;text-align:center;padding:1rem}.stats-icon i{font-size:1.5rem;color:#fff}.stats p{margin-bottom:1rem;padding:.5rem 0}.contact3{gap:auto;background-color:#800020}.contact3 h2{text-align:center;font-size:2rem;font-weight:700;margin-bottom:20px;flex:1}.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:2.5rem;max-width:900px;box-shadow:0 0 0 #fff;border-radius:1rem;align-items:center;background-color:#fff;background-color:#800020;justify-content:space-between;gap:20px}@media (max-width:768px){.contact3 .form-wrapper{grid-template-columns:2fr}}.contact3 .form-wrapper h3{font-size:2rem;font-weight:700;margin-bottom:20px}.contact3 .form-wrapper .form{padding:1rem;margin-right:20px;width:100%;height:100%;border-radius:1rem;border:1px solid #f8f1e9;box-shadow:0 0 0 #fff;background-color:#fff;display:flex;flex-direction:column;gap:1rem}.contact3 .form-wrapper .form-column{flex:1;min-width:350px}.contact3 .form-wrapper .form label{margin-bottom:6px;display:block}.contact3 .form-wrapper .form input,.contact3 .form-wrapper .form select,.contact3 .form-wrapper .form textarea{border:1px solid #800020;padding:.5rem 1rem;width:95%;border-radius:1rem}.contact3 .form-wrapper .form input:focus,.contact3 .form-wrapper .form select:focus,.contact3 .form-wrapper .form textarea:focus{outline:0;border-color:#800020}.contact3 .form-wrapper .form input[type=checkbox]{width:auto}.contact3 .form-wrapper .form textarea{margin-bottom:16px;resize:vertical}.contact3 .form-wrapper .form-checkbox a{color:#800020}.contact3 .form-wrapper .form-checkbox a:hover{text-decoration:underline}.contact-cards{max-width:400px;flex:1;display:flex;flex-wrap:wrap;flex-direction:column;gap:1rem}.contact-cards .contact-card{display:flex;flex-direction:column;justify-content:center;min-width:250px;padding:1rem;border-radius:1rem;border:1px solid #f8f1e9;background-color:#fff;text-align:center}.contact-cards .contact-card i{font-size:2rem;color:#800020;margin-bottom:12px;display:inline-block}.contact-cards .contact-card h4{font-weight:600;margin-bottom:6px}@media (max-width:768px){.contact3 .form-wrapper{gap:5px;padding:1.25rem}.contact3 .form-wrapper .form{margin:20px 0 0 0}.contact3 .form-wrapper .contact-cards{display:none}}@media (max-width:576px){.contact3 .form-wrapper{flex-direction:column}.contact3 .form-wrapper .form{min-width:auto}}.faq1{background-color:#fff A}.faq1-list{display:grid;justify-items:center;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1rem}@media (max-width:768px){.faq1-list{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}.faq1-list h3{text-align:center}.faq1-desc{display:flex;flex-direction:row;align-items:flex-start;gap:1rem}.faq1-box{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;border-radius:1rem;box-shadow:0 0 0 #fff;padding:1rem;background-color:#fff;border:1px solid #f8f1e9;transition:box-shadow .3s ease;align-items:flex-start}.faq1-box:hover{box-shadow:0 8px 20px rgba(0,0,0,.15)}.faq1-icons{display:grid;place-items:center;border-radius:50%;font-size:1.25rem;color:#fff;margin-top:1rem}.faq1-text{font-style:italic;border-top:1px solid #3a3a3a;font-size:.875rem;padding-top:1rem}.reviews1{text-align:center}.reviews1-date{font-size:14px;color:#3a3a3a;display:block}.reviews1-header{text-align:center}.reviews1-title{font-size:2rem;text-transform:uppercase}.reviews1-subtitle{font-size:1.5rem}.reviews1 .container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}@media (max-width:768px){.reviews1 .container{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}.reviews1-card{display:flex;flex-direction:column;flex:1;justify-content:space-around;height:auto;padding:1rem;border-radius:1rem;box-shadow:0 0 0 #fff;background-color:#fff}.reviews1-card-header{display:flex;align-items:center;margin:0 auto;gap:10px;margin-bottom:10px;text-align:center}.reviews1-card-header i{color:#800020;font-size:2rem}.reviews1-card-header span{font-size:1rem;color:#3a3a3a}.reviews1-text{padding:10px;font-style:italic}.reviews1-text::after,.reviews1-text::before{content:"„";font-weight:700;font-style:normal}.footer2{background-color:#800020;color:#fff;padding:2rem 0}.footer2 .container{background-color:#800020}.footer2-bottom{display:flex;flex-wrap:wrap;justify-content:center;gap:25px;padding:2rem 0;border-top:1px solid rgba(255,255,255,.4)}.footer2 .logo p{font-size:1.25rem}@media (max-width:576px){.footer2 .logo p{font-size:1rem}}.footer2 a{color:inherit;transition:-webkit-text-decoration .3s ease;transition:text-decoration .3s ease;transition:text-decoration .3s ease,-webkit-text-decoration .3s ease}.footer2 a:hover{text-decoration:underline}.footer2-wrapper{display:flex;flex-wrap:wrap;-moz-column-gap:2rem;column-gap:2rem;row-gap:3rem;margin-bottom:1rem;padding:0 2rem}.footer2-column{flex:1;min-width:200px}.footer2-column-title{font-weight:700;margin-bottom:1rem;text-transform:uppercase}.footer2-column-main{text-align:center;font-size:1.25rem;margin-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.4)}@media (max-width:576px){.footer2-column-main{font-size:1rem}}.footer2-column-main .logo{margin:0 auto;width:200px}.footer2-column ul li+li{margin-top:5px}.footer2-column .footer2-contact li{display:flex;gap:1rem;align-items:center}.footer2-column .footer2-contact li i{font-size:1rem;color:#fff}.privacy{background-color:#fff}.privacy h1{color:#800020}.privacy .container{max-width:1000px}.privacy p{border-bottom:1px solid #1b263b;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:#800020}.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:#800020;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:#800020;color:#fff;font-weight:600;transition:background-color .3s ease}.cookie-banner .cookie-buttons button:hover{background-color:rgb(77,0,19.25)}