*,::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:#706fe5;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:#706fe5}.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:#706fe5;color:#fff}.button:hover{background-color:rgb(81.97,80.76,223.54)}.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:#706fe5;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(81.97,80.76,223.54)}.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:#706fe5;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:#706fe5}.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:#706fe5}.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:#706fe5}.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{background-color:#011c2b;color:#fff;padding:2rem 0}.footer a:hover{text-decoration:underline}.footer-bottom{flex-wrap:wrap;justify-content:center;padding:2rem 0;border-top:1px solid rgba(255,255,255,.4)}.footer-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:35px 20px;margin-bottom:25px}.footer-col-title{font-size:18px;margin-bottom:1.2rem;text-transform:uppercase}.footer .copyright{text-align:center;font-size:14px;color:#c9c9c9}.footer .logo{margin-bottom:24px}.footer .logo p{color:#fff}.footer .logo-subtitle{max-width:80%;color:#c9c9c9}.footer ul{display:flex;flex-direction:column;gap:10px}.footer ul li{display:flex;align-items:center;gap:1em}.footer ul.footer-bottom{flex-direction:row;gap:20px}.footer ul:not(.footer-contact) li::before{content:"";display:inline-block;width:6px;height:6px;border-radius:1px;background-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:#706fe5}.main-form .input-group:focus-within .material-icons-round{color:#706fe5}.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:#706fe5}.main-form .checkbox{margin-bottom:15px;display:block;accent-color:#706fe5;font-size:14px;color:#4b5563}@media (max-width:768px){.main-form .checkbox{font-size:12px}}.mini-header{min-height:200px;background-image:url(../img/fpeyeggofb.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}.service .wrapper{display:flex;flex-direction:column;gap:4rem}@media (max-width:768px){.service{gap:2rem}}@media (max-width:480px){.service{gap:1rem}}.service .grid-wrapper{display:flex;align-items:center;gap:2rem}@media (max-width:768px){.service .grid-wrapper{flex-direction:column;gap:1rem}}.service-item .column,.service-item .content{flex:1}.service-item:nth-child(2) .grid-wrapper,.service-item:nth-child(4) .grid-wrapper{flex-direction:row-reverse}@media (max-width:768px){.service-item:nth-child(2) .grid-wrapper,.service-item:nth-child(4) .grid-wrapper{flex-direction:column}}.service-item img{aspect-ratio:16/9;border-radius:20px}.service-item .column{display:flex;align-items:center;justify-content:center}.service-item .content h3{font-size:24px;margin-bottom:1rem}@media (max-width:768px){.service-item .content h3{text-align:center}}.service-item .content ul{display:flex;flex-direction:column;gap:10px;margin-bottom:1rem}.service-item .content ul li{display:flex;align-items:center;gap:10px;justify-content:space-between;border-bottom:1px dashed rgba(112,111,229,.5);padding:8px 0}.service-item .content ul li span{font-weight:700;font-size:18px;color:#706fe5}@media (max-width:768px){.service-item .content .button{width:100%}}.impressions header{margin-bottom:20px}.impressions footer{display:flex;align-items:flex-start;gap:1rem}.impressions footer img{height:60px;width:60px;border:3px solid #fff;border-radius:50%}.impressions-item-quote{width:100%;padding:1rem;border-radius:1rem;background-color:#fff;box-shadow:0 5px 10px rgba(0,0,0,.2);position:relative}.impressions-item-quote::after{content:"";clip-path:polygon(100% 0,20% 0,4% 100%);background-color:#fff;height:20px;width:30px;display:block;position:absolute;bottom:-19px;left:60px;z-index:0}.impressions-item-quote p{font-style:italic}.impressions-item-author p{font-size:14px;color:#4b5563;margin-bottom:5px}.impressions-item-author .rating{display:flex;align-items:center;gap:5px;color:orange}.impressions-item-author .rating .material-icons-round{font-size:14px}.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}.merit-wrapper{display:grid;grid-template-columns:repeat(4,1fr);justify-content:center;gap:1rem}@media (max-width:768px){.merit-wrapper{grid-template-columns:repeat(2,1fr)}}@media (max-width:400px){.merit-wrapper{grid-template-columns:1fr}}.merit-card{text-align:center}.merit-card .material-icons-round{font-size:52px;margin-bottom:12px;color:#706fe5}.merit-card h3{font-size:23px;margin-bottom:10px}@media (max-width:768px){.merit-card h3{font-size:18px}}@media (max-width:1000px){.merit-card h3{font-size:20px}}.merit-card p{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}.questions-wrapper{display:grid;grid-template-columns:minmax(200px,.4fr) minmax(300px,.6fr);justify-content:space-between;gap:1rem}@media (max-width:768px){.questions-wrapper{grid-template-columns:1fr;gap:1.5rem}}@media (max-width:768px){.questions-content{margin:0 auto}}.questions-content h2{font-size:2rem;margin-bottom:25px}@media (max-width:768px){.questions-content h2{text-align:center}}@media (max-width:768px){.questions-content p{text-align:center}}.questions .accordion{max-width:800px;width:100%;margin:0 auto;display:flex;flex-direction:column;gap:12px}.questions .accordion-item{background:#fff;border-radius:12px;box-shadow:0 5px 10px rgba(0,0,0,.2);border:1px solid #ddd;overflow:hidden}.questions .accordion-toggle{position:absolute;opacity:0;width:0;height:0}.questions .accordion-header{display:flex;align-items:center;padding:1rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative}.questions .accordion-header .icon{width:28px;height:28px;background:#706fe5;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}.questions .accordion-header .title{flex:1;font-size:16px;font-weight:700}.questions .accordion-header .arrow{height:30px;width:30px;margin-left:12px;transition:transform .3s ease}.questions .accordion-toggle:checked+.accordion-header .arrow{transform:rotate(180deg)}.questions .accordion-content{max-height:0;overflow:hidden;padding:0 20px 0 64px;transition:max-height .3s ease,padding .3s ease}.questions .accordion-toggle:checked~.accordion-content{max-height:-moz-max-content;max-height:max-content;padding:0 20px 24px 64px}.questions .accordion-content p{margin:0;color:#4b5563}.action{text-align:center;background-image:url(../img/fpeyeggofb.webp);background-repeat:no-repeat;background-position:center;background-size:cover}.action .content{background:rgba(255,255,255,.6);border-radius:16px;box-shadow:0 4px 30px rgba(0,0,0,.1);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.3);padding:1rem 0}.action-title{font-family:"DM Serif Text",serif;font-size:clamp(28px,3vw + .5rem,42px);margin-bottom:20px;font-weight:600}.action-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}@media (max-width:768px){.process .button{margin:0 auto;display:flex;justify-content:center}}.process .section-header .subtitle,.process .section-header .title{text-align:left}@media (max-width:768px){.process .section-header .subtitle,.process .section-header .title{text-align:center}}.process-list{display:flex;flex-direction:column;gap:5px}.process-item{display:flex;align-items:flex-start;gap:1rem}.process-item:last-child .left::after{display:none}.process-item .ico{min-width:40px;min-height:40px;width:40px;height:40px;border-radius:8px;background-color:#706fe5;color:#fff;display:flex;align-items:center;justify-content:center}.process-item .left{display:flex;flex-direction:column;gap:4px;align-items:center}.process-item .left::after{content:"";display:block;width:4px;min-height:40px;height:100%;background-color:#706fe5;border-radius:2px}.process-item .group h3{margin-bottom:5px}.process-item .group p{margin-bottom:5px;color:#4b5563}.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:#706fe5;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(112,111,229,.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}