@charset "UTF-8";*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}button,input,select,textarea{font:inherit}ul{list-style:none}a{text-decoration:none;color:inherit}img,picture,svg{display:block}img{-o-object-fit:cover;object-fit:cover;width:100%;height:auto}button{background:0 0;outline:0;border:none;cursor:pointer;-webkit-tap-highlight-color:transparent}body{position:relative;font-family:"Open Sans",sans-serif;font-weight:400;line-height:1.2;font-style:normal;color:#1e1e1e;background-color:#fbfbfb}.material-icons-round{-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:0}.container{max-width:1200px;width:100%;padding:12px;margin:0 auto}.logo{display:flex;align-items:center;gap:1em}.logo img{height:40px;width:auto}.logo p{font-weight:700;font-size:18px;color:#4154d9;text-transform:uppercase}@media (max-width:400px){.logo p{display:none}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#fff;border:1px solid #ccc;z-index:30;display:none;border-top-left-radius:10px;border-top-right-radius:10px}.cookie-banner .cookie-container{display:flex;align-items:center;flex-wrap:wrap;gap:1rem}.cookie-banner .cookie-content{min-width:300px;flex:1;display:flex;flex-direction:column;align-items:flex-start}@media (max-width:600px){.cookie-banner .cookie-content{text-align:center;align-items:center;margin-bottom:.5rem}}.cookie-banner .cookie-content h3{font-size:20px;margin-bottom:.5rem;font-weight:700;display:flex;align-items:center;gap:10px}.cookie-banner .cookie-content h3 .material-icons-round{font-size:22px;color:#4154d9}.cookie-banner .cookie-content p{font-size:14px;line-height:1.5;color:#4b5563}.cookie-banner .cookie-buttons{display:flex;align-items:center;gap:1rem}@media (max-width:600px){.cookie-banner .cookie-buttons{justify-content:center;width:100%}}.cookie-banner .cookie-buttons button{min-width:120px}@media (max-width:600px){.cookie-banner .cookie-buttons button{width:100%}}.button{display:inline-block;padding:1rem 1.5rem;border-radius:1rem;text-align:center;font-weight:700;transition:background-color .3s ease,color .3s ease,border-color .3s ease,color .3s ease;background-color:#4154d9;color:#fff}.button:hover{background-color:rgb(41.05,61.575,205.25)}.button-black{background-color:#011c2b;color:#fff}.button-black:hover{background-color:rgb(.1886363636,5.2818181818,8.1113636364)}section{padding:min(2rem,5%) 0}.section-header{margin-bottom:2rem}@media (max-width:768px){.section-header{margin-bottom:1.2rem}}.section-header .subtitle,.section-header .title{max-width:720px;text-align:center;margin:0 auto}.section-header .title{font-family:"DM Serif Text",serif;font-size:clamp(24px,3vw + .5rem,40px);font-weight:600;margin-bottom:12px}.section-header .subtitle{font-size:clamp(16px,1.2vw + .3rem,18px)}.slider-container{width:100%;position:relative}.slider{overflow:hidden;position:relative;margin-bottom:1rem}.slider .slide{flex-shrink:0;padding:10px}.slider-controls{display:flex;align-items:center;justify-content:center;gap:2rem;margin-top:2rem}@media (max-width:768px){.slider-controls{margin-top:1rem}}.slider-track{display:flex;transition:transform .4s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.slider-btn{background:#4154d9;width:40px;height:40px;border-radius:50%;cursor:pointer;font-size:24px;display:flex;align-items:center;justify-content:center;transition:opacity .3s;color:#fff;-webkit-tap-highlight-color:transparent}.slider-btn:disabled{opacity:0;cursor:not-allowed}.slider-btn:active,.slider-btn:hover{background:rgb(41.05,61.575,205.25)}.slider-dots{display:flex;justify-content:center;gap:8px}.slider-dots .dot{width:10px;height:10px;border-radius:50%;background:#ddd;border:none;cursor:pointer;transition:background .3s,width .3s,border-radius .3s}.slider-dots .dot.active{background:#4154d9;width:20px;border-radius:5px}.grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (max-width:768px){.grid2{grid-template-columns:1fr;gap:1rem}}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media (max-width:768px){.grid3{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width:480px){.grid3{grid-template-columns:1fr}}.grid4{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));justify-content:center;gap:1rem}.images{box-shadow:0 5px 10px rgba(0,0,0,.2);border-radius:20px}.link{color:#1e1e1e;text-decoration:underline;transition:color .3s ease}.link:hover{color:#4154d9}.headers{background-color:#011c2b;position:relative;z-index:10;color:#fff}@media (max-width:768px){.headers{position:sticky;top:0}}.headers .group{display:flex;align-items:center;gap:2rem}.headers .group .call-button{padding:.7rem 1.2rem}.headers .navbar{width:100%;display:flex;justify-content:space-between;align-items:center;gap:12px}.headers .navbar .menu-list{display:flex;align-items:center;gap:2em}.headers .navbar .menu-list a{position:relative;transition:color .3s ease;font-weight:600}.headers .navbar .menu-list a:hover{color:#4154d9}.headers .navbar .menu-list a:hover::before{content:"";position:absolute;bottom:-5px;left:0;right:0;display:block;height:2px;border-radius:1px;background-color:#4154d9}.headers .navbar #close-sidebar-button svg,.headers .navbar #open-sidebar-button svg{height:30px;width:30px}.headers .navbar #close-sidebar-button,.headers .navbar #open-sidebar-button{display:none}.headers .navbar #open-sidebar-button path{fill:#fff}.headers .navbar #close-sidebar-button path{fill:#fff}.headers .navbar #overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.5)}@media screen and (max-width:768px){.headers .navbar .menu-list{position:fixed;top:0;right:-100%;height:100vh;width:min(15em,100%);z-index:10;border-top-left-radius:20px;border-bottom-left-radius:20px;color:#fff;padding:2rem 1rem;display:flex;flex-direction:column;background-color:#011c2b;transition:right .3s ease-out}.headers .navbar .menu-list.show{right:0}.headers .navbar .menu-list.show~#overlay{display:block}.headers .navbar .menu-list li{width:100%}.headers .navbar #close-sidebar-button,.headers .navbar #open-sidebar-button{display:block}.headers .navbar #open-sidebar-button{order:1}}.modal{display:none;position:fixed;width:100%;height:100%;inset:0;background:rgba(0,0,0,.45);align-items:center;justify-content:center;z-index:20;padding:10px}.modal .logo{display:flex;justify-content:center;margin:0 auto 1rem}.modal .logo img{height:60px}.modal-container{max-width:500px;width:100%;background-color:#fff;margin:auto;border-radius:20px;box-shadow:0 5px 10px rgba(0,0,0,.2);position:relative;overflow:hidden;padding:2rem;text-align:center}@media (max-width:768px){.modal-container{padding:2rem 1rem}}.modal-header{margin-bottom:1rem}.modal-header .title{margin-bottom:8px}.modal-header .subtitle{color:#4b5563}.modal #closeModalForm{height:24px;width:24px;fill:#011c2b;cursor:pointer;position:absolute;top:10px;right:10px}.active .modal-container{animation:fadeIn .3s ease-in-out forwards}@keyframes fadeIn{from{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.first-screen{min-height:700px;position:relative;overflow:hidden;display:flex;padding-bottom:100px}@media (max-width:768px){.first-screen{min-height:calc(100svh - 64px)}}.first-screen .container{flex:1;display:flex;align-items:center}@media (max-width:768px){.first-screen .container{justify-content:center}}.first-screen img,.first-screen-overlay{position:absolute;inset:0;z-index:0}.first-screen img{height:100%}.first-screen-overlay{background:rgba(1,28,43,.3);background:linear-gradient(0deg,rgba(1,28,43,.37) 0,#011c2b 100%)}.first-screen h1,.first-screen p,.first-screen-buttons{animation:fade-left-intro 1s ease forwards;opacity:0}.first-screen-content{position:relative;z-index:2;color:#fff}@media (max-width:768px){.first-screen-content{text-align:center}}.first-screen-content h1{font-size:clamp(36px,5vw,48px);font-family:"DM Serif Text",serif;margin-bottom:clamp(16px,1.5vw,24px);max-width:700px;animation-delay:0}.first-screen-content p{line-height:1.5;margin-bottom:1rem;max-width:600px;animation-delay:.1s}@media (max-width:768px){.first-screen-content p{margin-bottom:2rem}}.first-screen-buttons{display:flex;align-items:center;flex-wrap:wrap;gap:1rem;animation-delay:.3s}@media (max-width:768px){.first-screen-buttons{justify-content:center}}@keyframes fade-left-intro{from{transform:translateX(-40px)}to{transform:translateX(0);opacity:1}}.footer{padding:2.5rem 0;background-color:#011c2b;color:#fff}.footer-columns{display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin-bottom:1rem}@media (max-width:1023px){.footer-columns{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.footer-columns{grid-template-columns:1fr}}.footer-column{padding:10px}.footer-column .contact-list li{display:flex;gap:15px;align-items:center}.footer-column a:hover{text-decoration:underline}.footer-title{font-size:20px;text-transform:uppercase;margin-bottom:1rem}.footer-list:not(.contact-list){list-style:disc;list-style-position:inside}.footer-list li{margin-bottom:8px}.footer hr{border:none;height:2px;background-color:rgba(255,255,255,.5019607843);margin-bottom:1rem}.footer-info{max-width:600px;margin:0 auto 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px}.footer-copyright{color:rgba(255,255,255,.5019607843);text-align:center}.footer .logo p{color:#fff}.main-form{display:flex;flex-direction:column;width:100%}.main-form .input-group{background-color:#fbfbfb;width:100%;display:flex;align-items:center;gap:10px;border-radius:10px;border:1px solid #ddd;padding:0 1rem;margin-bottom:1rem;transition:border-color 150ms ease}@media (max-width:768px){.main-form .input-group{border-radius:8px}}.main-form .input-group:focus-within{border-color:#4154d9}.main-form .input-group:focus-within .material-icons-round{color:#4154d9}.main-form .input-group .material-icons-round{transition:color 150ms ease}.main-form .input-group input{flex:1;padding:.5rem 0;background-color:transparent;border:none;outline:0;color:#000;min-width:0}.main-form .input-groups{display:flex;flex-direction:column;margin-bottom:1rem}.main-form .input-groups label{font-size:14px;font-weight:600;margin-bottom:5px;text-align:left}.main-form .input-groups textarea{width:100%;border:10px;padding:1rem;border-radius:10px;outline:0;background-color:#fbfbfb;border:1px solid #ddd;transition:border-color 150ms}@media (max-width:768px){.main-form .input-groups textarea{border-radius:8px}}.main-form .input-groups textarea:focus{outline:0;border-color:#4154d9}.main-form .checkbox{margin-bottom:15px;display:block;accent-color:#4154d9;font-size:14px;color:#4b5563}@media (max-width:768px){.main-form .checkbox{font-size:12px}}.mini-header{min-height:200px;background-image:url(../img/qliiiul1gu.webp);background-repeat:no-repeat;background-position:center;background-size:cover;text-align:center;padding-bottom:0;display:flex;align-items:flex-end;justify-content:center}.mini-header-title{padding:1rem 2rem;border-top-left-radius:1rem;border-top-right-radius:1rem;background-color:#fbfbfb;font-family:"DM Serif Text",serif;font-weight:600;letter-spacing:1.1}.testimonial-review{display:flex;align-items:center;gap:10px;padding:1rem 1rem 1rem 0;box-shadow:0 2px 4px rgba(0,0,0,.1);border-radius:10px;height:100%;background-color:#fff}.testimonial .hr{height:80px;border-right:3px dashed #4154d9}.testimonial-header{position:relative;display:flex;align-items:center}.testimonial-header img{border-top-right-radius:10px;border-bottom-right-radius:10px;width:100px;height:100px}.testimonial-rating{position:absolute;bottom:0;left:50%;transform:translateX(-50%) translateY(8px);padding:2px 4px;background-color:#4154d9;border-radius:4px;color:#fff}.testimonial-like{position:absolute;top:-10px;right:10px;height:20px;width:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;aspect-ratio:1/1;transform:rotate(15deg);background-color:#fff}.testimonial-like .material-icons-round{font-size:14px;color:red;line-height:1}.testimonial-text{font-size:15px;font-style:italic;margin-bottom:8px}.testimonial-author{font-weight:700}.services-card{display:flex;flex-direction:column;padding:1rem;box-shadow:0 5px 10px rgba(0,0,0,.2);border-radius:20px;border:1px solid #ddd;background-color:#fff}.services-card img{border-radius:20px;margin-bottom:12px;height:220px}.services-card .title{font-size:24px;margin-bottom:8px}.services-card .description{color:#4b5563;margin-bottom:1rem}.services-card ul{margin-bottom:8px}.services-card ul li{display:flex;align-items:center;gap:10px;margin-bottom:8px}.services-card ul li .material-icons-round{font-size:20px;color:#4154d9}.services-card .info{margin-bottom:10px;margin-top:auto}.services-card .price{margin-bottom:1rem;font-size:20px;font-weight:700;margin-top:auto;display:flex;align-items:center;gap:5px}.services-card .price .material-icons-round{color:#4b5563}.about img{border-radius:20px}.about .grid2{align-items:center}.about-wrapper{display:flex;flex-direction:column;gap:10px}.about-item h3{font-size:24px;margin-bottom:12px}.about-item p{color:#4b5563;line-height:1.25;margin-bottom:10px}.benefits-wrapper{display:grid;grid-template-columns:repeat(4,1fr);justify-content:center;gap:1rem}@media (max-width:768px){.benefits-wrapper{grid-template-columns:repeat(2,1fr)}}@media (max-width:400px){.benefits-wrapper{grid-template-columns:1fr}}.benefits-item{text-align:center}.benefits-item .material-icons-round{font-size:52px;margin-bottom:12px;color:#4154d9}.benefits-title{font-size:23px;margin-bottom:10px}@media (max-width:768px){.benefits-title{font-size:18px}}@media (max-width:1000px){.benefits-title{font-size:20px}}.benefits-text{color:#4b5563}.contact-box{border-radius:1rem;padding:2rem}@media (max-width:768px){.contact-box{padding:1rem}}.contact-box-form{background-color:#fff;box-shadow:0 2px 6px rgba(0,0,0,.05);border:1px solid #ddd}.contact-box-info{background-color:#011c2b;color:#fff;position:relative;overflow:hidden}.contact-box-info::after,.contact-box-info::before{content:"";display:block;aspect-ratio:1/1;background-color:rgba(255,255,255,.12);border-radius:50%;position:absolute}.contact-box-info::before{width:115px;bottom:65px;right:65px}.contact-box-info::after{width:230px;bottom:0;right:0;transform:translate(35%,35%)}.contact-box .heading{font-size:20px;margin-bottom:1rem}.contact-box .subheading{margin-bottom:1.5rem;color:#c9c9c9}.contact-box .list{display:flex;flex-direction:column;gap:10px;margin-bottom:170px}.contact-box .list .item{display:flex;gap:10px}.contact-box .list .item h4{margin-bottom:5px}.contact-box .list .item p{color:#c9c9c9}.faq-section .accordion{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.faq-section .accordion-item{background:#fff;border-radius:12px;box-shadow:0 5px 10px rgba(0,0,0,.2);border:1px solid #ddd;overflow:hidden}.faq-section .accordion-toggle{position:absolute;opacity:0;width:0;height:0}.faq-section .accordion-header{display:flex;align-items:center;padding:1rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative}.faq-section .accordion-header .icon{width:28px;height:28px;background:#4154d9;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;flex-shrink:0;margin-right:1rem}.faq-section .accordion-header .title{flex:1;font-size:16px;font-weight:700}.faq-section .accordion-header .arrow{height:30px;width:30px;margin-left:12px;transition:transform .3s ease}.faq-section .accordion-toggle:checked+.accordion-header .arrow{transform:rotate(180deg)}.faq-section .accordion-content{max-height:0;overflow:hidden;padding:0 20px 0 64px;transition:max-height .3s ease,padding .3s ease}.faq-section .accordion-toggle:checked~.accordion-content{max-height:-moz-max-content;max-height:max-content;padding:0 20px 24px 64px}.faq-section .accordion-content p{margin:0;color:#4b5563}.cta{overflow:hidden;background-color:#f0f2f4}.cta .container{position:relative}.cta .container::after,.cta .container::before{content:"";position:absolute;z-index:0;top:0;right:0;display:block;border-radius:50%;transform:translate(50%,-50%)}.cta .container::after{width:300px;height:300px;border:50px solid rgba(65,84,217,.25)}.cta .container::before{width:150px;height:150px;border:20px solid rgba(65,84,217,.25)}.cta .wrapper{text-align:center;max-width:800px;margin:0 auto;position:relative;z-index:1}.cta .wrapper .title{font-family:"DM Serif Text",serif;font-size:clamp(28px,3vw + .5rem,42px);margin-bottom:20px;font-weight:600}.cta .wrapper .text{font-size:clamp(16px,1.2vw + .3rem,18px);text-align:center;max-width:720px;margin:0 auto;line-height:1.6;margin-bottom:32px}.process-section{max-width:100%;margin:0 auto;text-align:center}.process-section .process-steps{position:relative;display:flex;flex-direction:column;gap:10px}.process-section .process-steps::before{content:"";position:absolute;top:0;bottom:0;left:50%;width:2px;background:linear-gradient(to bottom,transparent,#4154d9 20%,#4154d9 80%,transparent);transform:translateX(-50%)}.process-section .step{display:flex;align-items:center;width:100%;position:relative}.process-section .step:nth-child(even){flex-direction:row-reverse}.process-section .step-content{width:45%;background:#fff;padding:1rem;border-radius:20px;border:1px solid #ddd;box-shadow:0 10px 30px rgba(0,0,0,.08);text-align:center;position:relative}@media (max-width:768px){.process-section .step-content{width:100%;margin-left:80px}}@media (max-width:420px){.process-section .step-content{margin-left:70px}}.process-section .step-number{position:absolute;left:50%;transform:translateX(-50%);width:80px;height:80px;background:#4154d9;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700;box-shadow:0 8px 24px rgba(65,84,217,.3);z-index:2}@media (max-width:768px){.process-section .step-number{height:70px;width:70px;left:5px;transform:none}}@media (max-width:420px){.process-section .step-number{height:60px;width:60px}}.process-section .step-icon{width:48px;height:48px;margin-bottom:20px;fill:#6366f1}.process-section .material-icons-round{color:#4154d9;margin-bottom:12px;font-size:32px}.process-section .step-title{font-size:20px;font-weight:600;margin-bottom:12px;color:#1e293b}.process-section .step-desc{color:#4b5563}@media (max-width:768px){.process-section .process-steps::before{left:40px}.process-section .step,.process-section .step:nth-child(even){flex-direction:row;text-align:center}}.privacy .container{max-width:1000px}.privacy h1{font-family:"DM Serif Text",serif;font-size:clamp(24px,3vw + .5rem,40px);margin-bottom:20px}@media (max-width:768px){.privacy h1{font-size:1.8rem;margin-bottom:5px}}.privacy h3{margin-bottom:10px}@media (max-width:768px){.privacy h3{margin-bottom:5px}}.privacy p{line-height:1.6;margin-bottom:15px}.privacy ul{margin-bottom:15px;list-style:disc;padding-left:1em}.privacy ul li{line-height:1.6}.privacy hr{margin:20px 0;border:0;border-top:1px solid #ddd}@media (max-width:768px){.privacy hr{margin:10px 0}}.thanks-wrapper{max-width:700px;border-radius:20px;box-shadow:0 5px 10px rgba(0,0,0,.2);border:1px solid #ddd;background-color:#fff;padding:1rem;display:flex;flex-direction:column;align-items:center;margin:0 auto}.thanks-icons .material-icons-round{font-size:80px;color:#4154d9;margin:40px 0 20px;position:relative;transform-origin:center bottom;animation:bounce 2s both infinite}.thanks-icons .material-icons-round::before{content:"";position:absolute;top:50%;left:50%;background-color:rgba(65,84,217,.1);height:120px;width:120px;transform:translate(-50%,-50%);border-radius:50%}@keyframes bounce{0%,100%,20%,53%,80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0)}40%,43%{transition-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{transition-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.thanks-title{font-family:"DM Serif Text",serif;font-weight:600;font-size:clamp(28px,3vw + .5rem,42px);line-height:1.2;margin-bottom:clamp(16px,1.5vw,24px)}.thanks-desc{color:#4b5563;margin-bottom:1rem;text-align:center}.thanks-subdesc{max-width:600px;margin:0 auto;background-color:#f0f2f4;border-radius:10px;padding:1rem;display:flex;gap:10px;margin-bottom:1rem;color:#4b5563}.thanks .button{display:flex;align-items:center;gap:5px}