@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}body{position:relative;font-family:Roboto,sans-serif;font-weight:400;line-height:1.2;font-style:normal;color:#1e1e1e;background-color:#fff}.container{max-width:1200px;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:#e7b82a}.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:1rem}.cookie-banner .cookie-content{min-width:300px;flex:1;display:flex;flex-direction:column;align-items:flex-start}.cookie-banner .cookie-content h3{font-size:1.2rem;margin-bottom:.5rem;font-weight:600}.cookie-banner .cookie-content p{font-size:.95rem;line-height:1.5;margin-bottom:1rem;color:#4b5563}.cookie-banner .cookie-content p a{color:#e7b82a}.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}.button{display:inline-block;padding:1rem 2rem;border-radius:1rem;text-align:center;font-weight:600;transition:background-color .3s ease,color .3s ease,border-color .3s ease,color .3s ease;background-color:#e7b82a;color:#1e1e1e}.button:hover{background-color:rgb(213.2696202532,166.2101265823,24.0303797468)}.button-black{background-color:#1e1e1e;color:#fff}.button-black:hover{background-color:rgb(12.15,12.15,12.15)}section{padding:min(2.5rem,5%) 0}.section-header{margin-bottom:1.2rem;display:flex;flex-direction:column;align-items:center;gap:12px}.section-header .title{font-size:clamp(28px,3vw + .5rem,42px);font-weight:600;max-width:700px;text-align:center}.section-header .description{font-size:clamp(16px,1.2vw + .3rem,18px);text-align:center;max-width:720px}.intro{text-align:center;background-color:#fff}.intro-wrapper{display:flex;flex-direction:column;align-items:center}.intro-title{font-size:70px;font-family:Roboto,sans-serif;text-transform:uppercase}@media (max-width:768px){.intro-title{font-size:48px}}.grid2{display:grid;grid-template-columns:repeat(2,1fr);align-items:center;gap:2rem}@media (max-width:768px){.grid2{grid-template-columns:1fr}}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media (max-width:768px){.grid3{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.grid3{grid-template-columns:1fr}}.grid4{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(250px,100%),1fr));justify-content:center;gap:1rem}.images{box-shadow:0 5px 10px rgba(0,0,0,.2);border-radius:20px}.link{color:#1e1e1e!important;text-decoration:underline}.header{background-color:#fff;box-shadow:0 5px 10px rgba(0,0,0,.2);position:sticky;top:0;z-index:999}.header .navbar{width:100%;display:flex;justify-content:space-between;align-items:center;gap:12px}.header .navbar .menu-list{display:flex;align-items:center;gap:2em}.header .navbar .menu-list a{position:relative;transition:color .3s ease}.header .navbar .menu-list a:hover{color:#e7b82a}.header .navbar .menu-list a:hover::before{content:"";position:absolute;bottom:-5px;left:0;right:0;display:block;height:2px;border-radius:1px;background-color:#e7b82a;transition:.3s ease}.header .navbar #close-sidebar-button svg,.header .navbar #open-sidebar-button svg{height:30px;width:30px}.header .navbar #close-sidebar-button,.header .navbar #open-sidebar-button{display:none}.header .navbar #overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.5)}@media screen and (max-width:768px){.header .navbar .menu-list{position:fixed;top:0;right:-100%;height:100vh;width:min(15em,100%);z-index:10;border-left:1px solid #ddd;border-top-left-radius:20px;border-bottom-left-radius:20px;color:#fff;padding:2rem 1rem;display:flex;flex-direction:column;background-color:#222;transition:right .3s ease-out}.header .navbar .menu-list.show{right:0}.header .navbar .menu-list.show~#overlay{display:block}.header .navbar .menu-list li{width:100%}.header .navbar #close-sidebar-button,.header .navbar #open-sidebar-button{display:block}}.service-items{display:flex;flex-direction:column;border:1px solid #ddd;border-radius:20px;box-shadow:0 5px 10px rgba(0,0,0,.2);background-color:#fff;transition:transform .3s ease;padding:1rem}.service-items:hover{transform:scale(1.02)}.service-items img{border-radius:1rem;margin-bottom:1rem}.service-items-title{font-size:24px;margin-bottom:8px}.service-items-text{color:#4b5563;margin-bottom:12px}.service-items-price{margin-top:auto;margin-bottom:1rem}.service-items-price strong{font-size:18px}.service-format{padding:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.service-format-title{font-size:24px;margin-bottom:12px}.service-format-text{color:#4b5563}.methodology-item{text-align:center;padding:1rem}.methodology-item-title{font-size:24px;margin-bottom:12px}.methodology-item-text{color:#4b5563}.questions-answers-list{display:flex;flex-direction:column;gap:1rem}.questions-answers-item{border:1px solid #ddd;box-shadow:0 5px 10px rgba(0,0,0,.2);background-color:#fff;border-radius:20px;padding:1rem}.questions-answers-item header{display:flex;align-items:center;gap:1rem}.questions-answers-item header .material-icons-round{font-size:24px;color:#e7b82a}.questions-answers-item hr{margin:10px 0}.questions-answers-item p{color:#4b5563}.banner{min-height:500px;position:relative;overflow:hidden;display:flex}.banner .container{flex:1;display:flex}.banner img,.banner-overlay{position:absolute;inset:0;z-index:0}.banner img{height:100%}.banner-overlay{background:rgba(34,34,34,.75)}.banner-content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;position:relative;z-index:2;color:#fff;text-align:center}.banner-content h1{font-weight:600;font-size:clamp(32px,3vw + .5rem,48px);line-height:1.2;margin-bottom:clamp(16px,1.5vw,24px);max-width:700px}.banner-content p{line-height:1.5;margin-bottom:1rem;max-width:600px}.banner-buttons{display:flex;flex-wrap:wrap;gap:2rem}.benefits-item{text-align:center;padding:1rem}.benefits-item .material-icons-round{font-size:60px;margin-bottom:12px;color:#e7b82a}.benefits-item h3{font-size:22px;margin-bottom:10px}.benefits-item p{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}.workflow-item{padding:1rem;position:relative}.workflow-item:not(:last-child)::after{content:"";display:block;width:calc(100% - 135px);height:2px;background-color:#e7b82a;position:absolute;right:-20px;top:50px;border-radius:2px;transform:translateX(50%)}@media (max-width:768px){.workflow-item:not(:last-child)::after{display:none}}.workflow-item header{position:relative;width:70px;height:70px;border-radius:50%;background-color:#e7b82a;display:grid;place-items:center;margin:0 auto 12px}.workflow-item header .material-icons-round{font-size:38px;color:#fff}.workflow-item header .number{position:absolute;right:0;top:50%;width:25px;height:25px;border:2px solid #fff;border-radius:20px;background-color:#222;color:#fff;transform:translate(50%,-50%);display:grid;place-items:center}.workflow-item footer{text-align:center}.workflow-item footer h3{font-size:24px;margin-bottom:8px}.workflow-item footer p{color:#4b5563}.reviews-item{display:flex;flex-direction:column;gap:1rem;padding:1rem;border-radius:20px;border:1px solid #ddd;box-shadow:0 5px 10px rgba(0,0,0,.2);background-color:#fff}.reviews-item header{display:flex;align-items:center;gap:1rem}.reviews-item header img{width:60px;height:60px;border-radius:50%}.reviews-item header h3{font-size:20px}.reviews-item header p{font-size:14px;color:#4b5563}.reviews-item footer{font-style:italic;color:#4b5563}.reviews-item footer p::before{content:"«";margin-right:3px}.reviews-item footer p::after{content:"»";margin-left:3px}.contact .info-box,.contact-form-box{padding:2rem;border-radius:20px;box-shadow:0 5px 10px rgba(0,0,0,.2);border:1px solid #ddd;background-color:#fff}.contact .info-box .heading,.contact-form-box .heading{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}.contact .info-box a:hover,.contact-form-box a:hover{text-decoration:underline}@media (max-width:768px){.contact .info-box,.contact-form-box{padding:1rem}}.contact .info-box{height:100%}.contact .info-box .text{margin-bottom:1rem}.contact-form-box .form{display:flex;flex-direction:column}.contact-form-box .form-group{background-color:#f2f3f5;width:100%;display:flex;align-items:center;gap:10px;border-radius:1rem;border:1px solid #ddd;padding:0 1rem;margin-bottom:1rem}.contact-form-box .form-group input{flex:1;padding:.5rem 0;background-color:transparent;border:none;outline:0}.contact-form-box .form-groups{display:flex;flex-direction:column;margin-bottom:1rem}.contact-form-box .form-groups label{font-size:14px;font-weight:600;margin-bottom:5px}.contact-form-box .form-groups textarea{width:100%;background-color:#f2f3f5;border:1px solid #ddd;padding:1rem;border-radius:1rem}.contact-form-box .form-groups textarea:focus{outline:0}.contact-form-box .form-checkbox{margin-bottom:15px;display:block;color:#4b5563;accent-color:#1e1e1e}.contact .info-item{display:flex;align-items:flex-start;margin-bottom:1rem}.contact .info-item .material-icons-round{font-size:1.5rem;margin-right:1rem}.contact .info-item h4{font-weight:700;margin-bottom:.25rem}.footer{padding:2.5rem 0;background-color:#222;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-info .logo p{color:#e7b82a}.footer-copyright{color:rgba(255,255,255,.5019607843);text-align:center}.privacy .container{max-width:1000px}.privacy-title{font-size:2rem;margin-bottom:20px}.privacy-paragraph{font-size:1rem;line-height:1.6;margin-bottom:15px}.privacy-list{padding-left:20px;margin-bottom:15px;list-style:disc;padding-left:1em;list-style-position:inside}.privacy-list li{font-size:1rem;line-height:1.6}.privacy hr{margin:20px 0;border:0;border-top:1px solid #ddd}.privacy a:hover{text-decoration:underline}@media (max-width:768px){.privacy .section-title{font-size:1.8rem}}